Android build successful, but the apk can't be installed

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
User avatar
rosamour
Newbie
Posts: 3
Joined: Sun Sep 26, 2021 9:18 am
Location: Indonesia
Discord: piyik#4687
Contact:

Android build successful, but the apk can't be installed

#1 Post by rosamour »

As the subject says, my Ren'Py could build just fine but I can't install any of the .apk outputs. I've updated my Ren'Py to the latest, though. Here's what the logcat said.

Code: Select all

Ren'Py 7.4.10.2178

Retrieving logcat information from device.
--------- beginning of crash
11-29 02:14:12.098 25579 25579 E AndroidRuntime: FATAL EXCEPTION: main
11-29 02:14:12.098 25579 25579 E AndroidRuntime: Process: com.android.vending, PID: 25579
11-29 02:14:12.098 25579 25579 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at fev.a(PG:83)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at utv.d(PG:8)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at utu.c(PG:4)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at utu.a(PG:3)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at uus.u(PG:2)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at uus.f(PG:24)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at upl.run(PG:8)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 02:14:12.098 25579 25579 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: FATAL EXCEPTION: main
11-29 02:14:12.244 25688 25688 E AndroidRuntime: Process: com.android.vending, PID: 25688
11-29 02:14:12.244 25688 25688 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at fev.a(PG:83)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at utv.d(PG:8)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at utu.c(PG:4)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at utu.a(PG:3)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at uus.u(PG:2)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at uus.f(PG:24)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at upl.run(PG:8)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 02:14:12.244 25688 25688 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: FATAL EXCEPTION: main
11-29 02:14:46.969 26245 26245 E AndroidRuntime: Process: com.android.vending, PID: 26245
11-29 02:14:46.969 26245 26245 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at fev.a(PG:83)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at utv.d(PG:8)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at utu.c(PG:4)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at utu.a(PG:3)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at uus.u(PG:2)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at uus.f(PG:24)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at upl.run(PG:8)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 02:14:46.969 26245 26245 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: FATAL EXCEPTION: main
11-29 02:14:52.765 26593 26593 E AndroidRuntime: Process: com.android.vending, PID: 26593
11-29 02:14:52.765 26593 26593 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at fev.a(PG:83)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at utv.d(PG:8)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at utu.c(PG:4)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at utu.a(PG:3)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at uus.u(PG:2)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at uus.f(PG:24)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at upl.run(PG:8)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 02:14:52.765 26593 26593 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: FATAL EXCEPTION: main
11-29 02:16:08.219 27007 27007 E AndroidRuntime: Process: com.android.vending, PID: 27007
11-29 02:16:08.219 27007 27007 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at fev.a(PG:83)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at utv.d(PG:8)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at utu.c(PG:4)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at utu.a(PG:3)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at uus.u(PG:2)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at uus.f(PG:24)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at upl.run(PG:8)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 02:16:08.219 27007 27007 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: FATAL EXCEPTION: main
11-29 02:16:16.118 27075 27075 E AndroidRuntime: Process: com.android.vending, PID: 27075
11-29 02:16:16.118 27075 27075 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at fev.a(PG:83)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at utv.d(PG:8)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at utu.c(PG:4)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at utu.a(PG:3)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at uus.u(PG:2)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at uus.f(PG:24)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at upl.run(PG:8)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 02:16:16.118 27075 27075 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: FATAL EXCEPTION: main
11-29 02:21:28.043 28483 28483 E AndroidRuntime: Process: com.android.vending, PID: 28483
11-29 02:21:28.043 28483 28483 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at fev.a(PG:83)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at utv.d(PG:8)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at utu.c(PG:4)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at utu.a(PG:3)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at uus.u(PG:2)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at uus.f(PG:24)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at upl.run(PG:8)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 02:21:28.043 28483 28483 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: FATAL EXCEPTION: main
11-29 02:34:19.502 32401 32401 E AndroidRuntime: Process: com.android.vending, PID: 32401
11-29 02:34:19.502 32401 32401 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at fev.a(PG:83)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at utv.d(PG:8)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at utu.c(PG:4)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at utu.a(PG:3)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at uus.u(PG:2)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at uus.f(PG:24)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at upl.run(PG:8)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 02:34:19.502 32401 32401 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: FATAL EXCEPTION: main
11-29 03:23:43.288  9820  9820 E AndroidRuntime: Process: com.android.vending, PID: 9820
11-29 03:23:43.288  9820  9820 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at fev.a(PG:83)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at utv.d(PG:8)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at utu.c(PG:4)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at utu.a(PG:3)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at uus.u(PG:2)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at uus.f(PG:24)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at upl.run(PG:8)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 03:23:43.288  9820  9820 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: FATAL EXCEPTION: main
11-29 04:02:49.449 17658 17658 E AndroidRuntime: Process: com.android.vending, PID: 17658
11-29 04:02:49.449 17658 17658 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at fev.a(PG:83)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at utv.d(PG:8)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at utu.c(PG:4)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at utu.a(PG:3)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at uus.u(PG:2)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at uus.f(PG:24)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at upl.run(PG:8)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 04:02:49.449 17658 17658 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: FATAL EXCEPTION: main
11-29 04:02:51.837 16307 16307 E AndroidRuntime: Process: com.android.vending, PID: 16307
11-29 04:02:51.837 16307 16307 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at fev.a(PG:83)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at utv.d(PG:8)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at utu.c(PG:4)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at utu.a(PG:3)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at uus.u(PG:2)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at uus.f(PG:24)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at upl.run(PG:8)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 04:02:51.837 16307 16307 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: FATAL EXCEPTION: main
11-29 04:03:28.762 18950 18950 E AndroidRuntime: Process: com.android.vending, PID: 18950
11-29 04:03:28.762 18950 18950 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at fev.a(PG:83)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at utv.d(PG:8)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at utu.c(PG:4)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at utu.a(PG:3)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at uus.u(PG:2)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at uus.f(PG:24)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at upl.run(PG:8)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 04:03:28.762 18950 18950 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: FATAL EXCEPTION: main
11-29 04:03:28.777 18740 18740 E AndroidRuntime: Process: com.android.vending, PID: 18740
11-29 04:03:28.777 18740 18740 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at fev.a(PG:83)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at utv.d(PG:8)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at utu.c(PG:4)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at utu.a(PG:3)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at uus.u(PG:2)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at uus.f(PG:24)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at upl.run(PG:8)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 04:03:28.777 18740 18740 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: FATAL EXCEPTION: main
11-29 04:04:08.486 19812 19812 E AndroidRuntime: Process: com.android.vending, PID: 19812
11-29 04:04:08.486 19812 19812 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at fev.a(PG:83)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at utv.d(PG:8)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at utu.c(PG:4)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at utu.a(PG:3)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at uus.u(PG:2)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at uus.f(PG:24)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at upl.run(PG:8)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 04:04:08.486 19812 19812 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: FATAL EXCEPTION: main
11-29 04:04:13.673 20226 20226 E AndroidRuntime: Process: com.android.vending, PID: 20226
11-29 04:04:13.673 20226 20226 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at fev.a(PG:83)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at utv.d(PG:8)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at utu.c(PG:4)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at utu.a(PG:3)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at uus.u(PG:2)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at uus.f(PG:24)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at upl.run(PG:8)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 04:04:13.673 20226 20226 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: FATAL EXCEPTION: main
11-29 04:04:56.337 20994 20994 E AndroidRuntime: Process: com.android.vending, PID: 20994
11-29 04:04:56.337 20994 20994 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at fev.a(PG:83)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at utv.d(PG:8)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at utu.c(PG:4)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at utu.a(PG:3)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at uus.u(PG:2)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at uus.f(PG:24)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at upl.run(PG:8)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 04:04:56.337 20994 20994 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: FATAL EXCEPTION: main
11-29 04:05:01.161 21064 21064 E AndroidRuntime: Process: com.android.vending, PID: 21064
11-29 04:05:01.161 21064 21064 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at fev.a(PG:83)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at utv.d(PG:8)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at utu.c(PG:4)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at utu.a(PG:3)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at uus.u(PG:2)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at uus.f(PG:24)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at upl.run(PG:8)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 04:05:01.161 21064 21064 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: FATAL EXCEPTION: main
11-29 04:09:41.268 21393 21393 E AndroidRuntime: Process: com.android.vending, PID: 21393
11-29 04:09:41.268 21393 21393 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at fev.a(PG:83)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at utv.d(PG:8)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at utu.c(PG:4)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at utu.a(PG:3)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at uus.u(PG:2)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at uus.f(PG:24)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at upl.run(PG:8)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 04:09:41.268 21393 21393 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: FATAL EXCEPTION: main
11-29 04:09:45.361 21491 21491 E AndroidRuntime: Process: com.android.vending, PID: 21491
11-29 04:09:45.361 21491 21491 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at fev.a(PG:83)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at utv.d(PG:8)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at utu.c(PG:4)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at utu.a(PG:3)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at uus.u(PG:2)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at uus.f(PG:24)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at upl.run(PG:8)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 04:09:45.361 21491 21491 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: FATAL EXCEPTION: main
11-29 05:31:14.796 22935 22935 E AndroidRuntime: Process: com.android.vending, PID: 22935
11-29 05:31:14.796 22935 22935 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at fev.a(PG:83)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at utv.d(PG:8)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at utu.c(PG:4)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at utu.a(PG:3)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at uus.u(PG:2)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at uus.f(PG:24)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at upl.run(PG:8)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 05:31:14.796 22935 22935 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: FATAL EXCEPTION: main
11-29 05:31:14.836 22868 22868 E AndroidRuntime: Process: com.android.vending, PID: 22868
11-29 05:31:14.836 22868 22868 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at fev.a(PG:83)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at utv.d(PG:8)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at utu.c(PG:4)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at utu.a(PG:3)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at uus.u(PG:2)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at uus.f(PG:24)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at upl.run(PG:8)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 05:31:14.836 22868 22868 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: FATAL EXCEPTION: main
11-29 05:47:12.203 24157 24157 E AndroidRuntime: Process: com.android.vending, PID: 24157
11-29 05:47:12.203 24157 24157 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at fev.a(PG:83)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at utv.d(PG:8)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at utu.c(PG:4)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at utu.a(PG:3)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at uus.u(PG:2)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at uus.f(PG:24)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at upl.run(PG:8)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 05:47:12.203 24157 24157 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: FATAL EXCEPTION: main
11-29 05:47:12.314 24093 24093 E AndroidRuntime: Process: com.android.vending, PID: 24093
11-29 05:47:12.314 24093 24093 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at fev.a(PG:83)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at utv.d(PG:8)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at utu.c(PG:4)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at utu.a(PG:3)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at uus.u(PG:2)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at uus.f(PG:24)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at upl.run(PG:8)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 05:47:12.314 24093 24093 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: FATAL EXCEPTION: main
11-29 06:02:26.747 25104 25104 E AndroidRuntime: Process: com.android.vending, PID: 25104
11-29 06:02:26.747 25104 25104 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at $Proxy35.getProfileOwnerName(Unknown Source)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at fev.a(PG:83)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at utv.d(PG:8)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at utu.c(PG:4)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at utu.a(PG:3)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at uus.u(PG:2)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at uus.f(PG:24)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at upl.run(PG:8)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 06:02:26.747 25104 25104 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: FATAL EXCEPTION: main
11-29 06:02:26.764 25037 25037 E AndroidRuntime: Process: com.android.vending, PID: 25037
11-29 06:02:26.764 25037 25037 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at fev.a(PG:83)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at utv.d(PG:8)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at utu.c(PG:4)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at utu.a(PG:3)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at uus.u(PG:2)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at uus.f(PG:24)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at upl.run(PG:8)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 06:02:26.764 25037 25037 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: FATAL EXCEPTION: main
11-29 06:21:02.997 25970 25970 E AndroidRuntime: Process: com.android.vending, PID: 25970
11-29 06:21:02.997 25970 25970 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at fev.a(PG:83)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at utv.d(PG:8)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at utu.c(PG:4)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at utu.a(PG:3)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at uus.u(PG:2)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at uus.f(PG:24)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at upl.run(PG:8)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 06:21:02.997 25970 25970 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: FATAL EXCEPTION: main
11-29 06:21:05.230 25946 25946 E AndroidRuntime: Process: com.android.vending, PID: 25946
11-29 06:21:05.230 25946 25946 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at fev.a(PG:83)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at utv.d(PG:8)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at utu.c(PG:4)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at utu.a(PG:3)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at uus.u(PG:2)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at uus.f(PG:24)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at upl.run(PG:8)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 06:21:05.230 25946 25946 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: FATAL EXCEPTION: main
11-29 06:36:16.496 26647 26647 E AndroidRuntime: Process: com.android.vending, PID: 26647
11-29 06:36:16.496 26647 26647 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at fev.a(PG:83)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at utv.d(PG:8)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at utu.c(PG:4)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at utu.a(PG:3)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at uus.u(PG:2)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at uus.f(PG:24)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at upl.run(PG:8)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 06:36:16.496 26647 26647 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: FATAL EXCEPTION: main
11-29 06:36:16.687 26613 26613 E AndroidRuntime: Process: com.android.vending, PID: 26613
11-29 06:36:16.687 26613 26613 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at fev.a(PG:83)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at utv.d(PG:8)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at utu.c(PG:4)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at utu.a(PG:3)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at uus.u(PG:2)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at uus.f(PG:24)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at upl.run(PG:8)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 06:36:16.687 26613 26613 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: FATAL EXCEPTION: main
11-29 06:40:18.299 26999 26999 E AndroidRuntime: Process: com.android.vending, PID: 26999
11-29 06:40:18.299 26999 26999 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at fev.a(PG:83)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at utv.d(PG:8)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at utu.c(PG:4)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at utu.a(PG:3)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at uus.u(PG:2)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at uus.f(PG:24)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at upl.run(PG:8)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 06:40:18.299 26999 26999 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: FATAL EXCEPTION: main
11-29 06:40:18.307 27063 27063 E AndroidRuntime: Process: com.android.vending, PID: 27063
11-29 06:40:18.307 27063 27063 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at fev.a(PG:83)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at utv.d(PG:8)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at utu.c(PG:4)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at utu.a(PG:3)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at uus.u(PG:2)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at uus.f(PG:24)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at upl.run(PG:8)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 06:40:18.307 27063 27063 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: FATAL EXCEPTION: main
11-29 06:40:52.176 27493 27493 E AndroidRuntime: Process: com.android.vending, PID: 27493
11-29 06:40:52.176 27493 27493 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at fev.a(PG:83)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at utv.d(PG:8)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at utu.c(PG:4)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at utu.a(PG:3)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at uus.u(PG:2)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at uus.f(PG:24)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at upl.run(PG:8)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 06:40:52.176 27493 27493 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: FATAL EXCEPTION: main
11-29 06:40:56.940 27434 27434 E AndroidRuntime: Process: com.android.vending, PID: 27434
11-29 06:40:56.940 27434 27434 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at fev.a(PG:83)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at utv.d(PG:8)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at utu.c(PG:4)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at utu.a(PG:3)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at uus.u(PG:2)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at uus.f(PG:24)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at upl.run(PG:8)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 06:40:56.940 27434 27434 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: FATAL EXCEPTION: main
11-29 06:42:48.617 27790 27790 E AndroidRuntime: Process: com.android.vending, PID: 27790
11-29 06:42:48.617 27790 27790 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at fev.a(PG:83)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at utv.d(PG:8)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at utu.c(PG:4)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at utu.a(PG:3)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at uus.u(PG:2)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at uus.f(PG:24)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at upl.run(PG:8)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 06:42:48.617 27790 27790 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: FATAL EXCEPTION: main
11-29 06:42:51.483 27769 27769 E AndroidRuntime: Process: com.android.vending, PID: 27769
11-29 06:42:51.483 27769 27769 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at fev.a(PG:83)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at utv.d(PG:8)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at utu.c(PG:4)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at utu.a(PG:3)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at uus.u(PG:2)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at uus.f(PG:24)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at upl.run(PG:8)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 06:42:51.483 27769 27769 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: FATAL EXCEPTION: main
11-29 07:31:16.650 28161 28161 E AndroidRuntime: Process: com.android.vending, PID: 28161
11-29 07:31:16.650 28161 28161 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at fev.a(PG:83)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at utv.d(PG:8)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at utu.c(PG:4)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at utu.a(PG:3)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at uus.u(PG:2)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at uus.f(PG:24)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at upl.run(PG:8)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 07:31:16.650 28161 28161 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: FATAL EXCEPTION: main
11-29 07:31:17.930 28987 28987 E AndroidRuntime: Process: com.android.vending, PID: 28987
11-29 07:31:17.930 28987 28987 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at fev.a(PG:83)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at utv.d(PG:8)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at utu.c(PG:4)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at utu.a(PG:3)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at uus.u(PG:2)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at uus.f(PG:24)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at upl.run(PG:8)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 07:31:17.930 28987 28987 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: FATAL EXCEPTION: main
11-29 07:51:01.717 30097 30097 E AndroidRuntime: Process: com.android.vending, PID: 30097
11-29 07:51:01.717 30097 30097 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at fev.a(PG:83)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at utv.d(PG:8)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at utu.c(PG:4)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at utu.a(PG:3)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at uus.u(PG:2)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at uus.f(PG:24)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at upl.run(PG:8)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 07:51:01.717 30097 30097 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: FATAL EXCEPTION: main
11-29 07:51:01.773 30163 30163 E AndroidRuntime: Process: com.android.vending, PID: 30163
11-29 07:51:01.773 30163 30163 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at fev.a(PG:83)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at utv.d(PG:8)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at utu.c(PG:4)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at utu.a(PG:3)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at uus.u(PG:2)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at uus.f(PG:24)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at upl.run(PG:8)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 07:51:01.773 30163 30163 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: FATAL EXCEPTION: main
11-29 08:06:35.226 31200 31200 E AndroidRuntime: Process: com.android.vending, PID: 31200
11-29 08:06:35.226 31200 31200 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at fev.a(PG:83)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at utv.d(PG:8)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at utu.c(PG:4)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at utu.a(PG:3)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at uus.u(PG:2)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at uus.f(PG:24)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at upl.run(PG:8)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 08:06:35.226 31200 31200 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: FATAL EXCEPTION: main
11-29 08:06:35.706 31126 31126 E AndroidRuntime: Process: com.android.vending, PID: 31126
11-29 08:06:35.706 31126 31126 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at fev.a(PG:83)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at utv.d(PG:8)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at utu.c(PG:4)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at utu.a(PG:3)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at uus.u(PG:2)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at uus.f(PG:24)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at upl.run(PG:8)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 08:06:35.706 31126 31126 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: FATAL EXCEPTION: main
11-29 08:21:53.075 32635 32635 E AndroidRuntime: Process: com.android.vending, PID: 32635
11-29 08:21:53.075 32635 32635 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at fev.a(PG:83)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at utv.d(PG:8)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at utu.c(PG:4)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at utu.a(PG:3)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at uus.u(PG:2)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at uus.f(PG:24)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at upl.run(PG:8)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 08:21:53.075 32635 32635 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: FATAL EXCEPTION: main
11-29 08:21:57.410 32404 32404 E AndroidRuntime: Process: com.android.vending, PID: 32404
11-29 08:21:57.410 32404 32404 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at fev.a(PG:83)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at utv.d(PG:8)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at utu.c(PG:4)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at utu.a(PG:3)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at uus.u(PG:2)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at uus.f(PG:24)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at upl.run(PG:8)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 08:21:57.410 32404 32404 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: FATAL EXCEPTION: main
11-29 08:37:42.192  1667  1667 E AndroidRuntime: Process: com.android.vending, PID: 1667
11-29 08:37:42.192  1667  1667 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at fev.a(PG:83)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at utv.d(PG:8)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at utu.c(PG:4)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at utu.a(PG:3)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at uus.u(PG:2)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at uus.f(PG:24)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at upl.run(PG:8)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 08:37:42.192  1667  1667 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: FATAL EXCEPTION: main
11-29 08:37:42.741  1617  1617 E AndroidRuntime: Process: com.android.vending, PID: 1617
11-29 08:37:42.741  1617  1617 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at fev.a(PG:83)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at utv.d(PG:8)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at utu.c(PG:4)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at utu.a(PG:3)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at uus.u(PG:2)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at uus.f(PG:24)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at upl.run(PG:8)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 08:37:42.741  1617  1617 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: FATAL EXCEPTION: main
11-29 08:56:40.552  3415  3415 E AndroidRuntime: Process: com.android.vending, PID: 3415
11-29 08:56:40.552  3415  3415 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at fev.a(PG:83)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at utv.d(PG:8)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at utu.c(PG:4)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at utu.a(PG:3)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at uus.u(PG:2)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at uus.f(PG:24)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at upl.run(PG:8)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 08:56:40.552  3415  3415 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: FATAL EXCEPTION: main
11-29 08:56:40.727  3442  3442 E AndroidRuntime: Process: com.android.vending, PID: 3442
11-29 08:56:40.727  3442  3442 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at fev.a(PG:83)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at utv.d(PG:8)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at utu.c(PG:4)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at utu.a(PG:3)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at uus.u(PG:2)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at uus.f(PG:24)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at upl.run(PG:8)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 08:56:40.727  3442  3442 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: FATAL EXCEPTION: main
11-29 08:57:06.112  6392  6392 E AndroidRuntime: Process: com.android.vending, PID: 6392
11-29 08:57:06.112  6392  6392 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at fev.a(PG:83)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at utv.d(PG:8)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at utu.c(PG:4)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at utu.a(PG:3)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at uus.u(PG:2)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at uus.f(PG:24)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at upl.run(PG:8)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 08:57:06.112  6392  6392 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: FATAL EXCEPTION: main
11-29 08:57:10.385  6495  6495 E AndroidRuntime: Process: com.android.vending, PID: 6495
11-29 08:57:10.385  6495  6495 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at fev.a(PG:83)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at utv.d(PG:8)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at utu.c(PG:4)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at utu.a(PG:3)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at uus.u(PG:2)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at uus.f(PG:24)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at upl.run(PG:8)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 08:57:10.385  6495  6495 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: FATAL EXCEPTION: main
11-29 09:00:40.530  7250  7250 E AndroidRuntime: Process: com.android.vending, PID: 7250
11-29 09:00:40.530  7250  7250 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at fev.a(PG:83)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at utv.d(PG:8)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at utu.c(PG:4)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at utu.a(PG:3)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at uus.u(PG:2)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at uus.f(PG:24)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at upl.run(PG:8)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 09:00:40.530  7250  7250 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: FATAL EXCEPTION: main
11-29 09:00:41.487  7167  7167 E AndroidRuntime: Process: com.android.vending, PID: 7167
11-29 09:00:41.487  7167  7167 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at fev.a(PG:83)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at utv.d(PG:8)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at utu.c(PG:4)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at utu.a(PG:3)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at uus.u(PG:2)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at uus.f(PG:24)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at upl.run(PG:8)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 09:00:41.487  7167  7167 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: FATAL EXCEPTION: main
11-29 09:01:40.739  8553  8553 E AndroidRuntime: Process: com.android.vending, PID: 8553
11-29 09:01:40.739  8553  8553 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at fev.a(PG:83)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at utv.d(PG:8)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at utu.c(PG:4)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at utu.a(PG:3)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at uus.u(PG:2)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at uus.f(PG:24)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at upl.run(PG:8)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 09:01:40.739  8553  8553 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: FATAL EXCEPTION: main
11-29 09:01:46.001  8268  8268 E AndroidRuntime: Process: com.android.vending, PID: 8268
11-29 09:01:46.001  8268  8268 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at fev.a(PG:83)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at utv.d(PG:8)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at utu.c(PG:4)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at utu.a(PG:3)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at uus.u(PG:2)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at uus.f(PG:24)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at upl.run(PG:8)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 09:01:46.001  8268  8268 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: FATAL EXCEPTION: main
11-29 09:11:01.013  9336  9336 E AndroidRuntime: Process: com.android.vending, PID: 9336
11-29 09:11:01.013  9336  9336 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at fev.a(PG:83)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at utv.d(PG:8)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at utu.c(PG:4)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at utu.a(PG:3)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at uus.u(PG:2)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at uus.f(PG:24)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at upl.run(PG:8)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 09:11:01.013  9336  9336 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: FATAL EXCEPTION: main
11-29 09:11:01.013  9685  9685 E AndroidRuntime: Process: com.android.vending, PID: 9685
11-29 09:11:01.013  9685  9685 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at fev.a(PG:83)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at utv.d(PG:8)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at utu.c(PG:4)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at utu.a(PG:3)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at uus.u(PG:2)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at uus.f(PG:24)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at upl.run(PG:8)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 09:11:01.013  9685  9685 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: FATAL EXCEPTION: main
11-29 09:26:19.989 10162 10162 E AndroidRuntime: Process: com.android.vending, PID: 10162
11-29 09:26:19.989 10162 10162 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at fev.a(PG:83)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at utv.d(PG:8)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at utu.c(PG:4)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at utu.a(PG:3)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at uus.u(PG:2)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at uus.f(PG:24)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at upl.run(PG:8)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 09:26:19.989 10162 10162 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: FATAL EXCEPTION: main
11-29 09:26:21.547 10098 10098 E AndroidRuntime: Process: com.android.vending, PID: 10098
11-29 09:26:21.547 10098 10098 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at fev.a(PG:83)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at utv.d(PG:8)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at utu.c(PG:4)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at utu.a(PG:3)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at uus.u(PG:2)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at uus.f(PG:24)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at upl.run(PG:8)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 09:26:21.547 10098 10098 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: FATAL EXCEPTION: main
11-29 09:42:29.005 11360 11360 E AndroidRuntime: Process: com.android.vending, PID: 11360
11-29 09:42:29.005 11360 11360 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at fev.a(PG:83)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at utv.d(PG:8)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at utu.c(PG:4)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at utu.a(PG:3)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at uus.u(PG:2)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at uus.f(PG:24)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at upl.run(PG:8)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 09:42:29.005 11360 11360 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: FATAL EXCEPTION: main
11-29 09:42:30.665 11691 11691 E AndroidRuntime: Process: com.android.vending, PID: 11691
11-29 09:42:30.665 11691 11691 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at fev.a(PG:83)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at utv.d(PG:8)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at utu.c(PG:4)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at utu.a(PG:3)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at uus.u(PG:2)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at uus.f(PG:24)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at upl.run(PG:8)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 09:42:30.665 11691 11691 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: FATAL EXCEPTION: main
11-29 10:01:24.703 12569 12569 E AndroidRuntime: Process: com.android.vending, PID: 12569
11-29 10:01:24.703 12569 12569 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at fev.a(PG:83)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at utv.d(PG:8)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at utu.c(PG:4)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at utu.a(PG:3)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at uus.u(PG:2)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at uus.f(PG:24)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at upl.run(PG:8)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 10:01:24.703 12569 12569 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: FATAL EXCEPTION: main
11-29 10:01:47.028 15305 15305 E AndroidRuntime: Process: com.android.vending, PID: 15305
11-29 10:01:47.028 15305 15305 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at fev.a(PG:83)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at utv.d(PG:8)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at utu.c(PG:4)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at utu.a(PG:3)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at uus.u(PG:2)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at uus.f(PG:24)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at upl.run(PG:8)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 10:01:47.028 15305 15305 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: FATAL EXCEPTION: main
11-29 10:17:03.015 16652 16652 E AndroidRuntime: Process: com.android.vending, PID: 16652
11-29 10:17:03.015 16652 16652 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at fev.a(PG:83)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at utv.d(PG:8)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at utu.c(PG:4)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at utu.a(PG:3)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at uus.u(PG:2)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at uus.f(PG:24)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at upl.run(PG:8)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 10:17:03.015 16652 16652 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: FATAL EXCEPTION: main
11-29 10:32:22.879 17649 17649 E AndroidRuntime: Process: com.android.vending, PID: 17649
11-29 10:32:22.879 17649 17649 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at fev.a(PG:83)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at utv.d(PG:8)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at utu.c(PG:4)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at utu.a(PG:3)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at uus.u(PG:2)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at uus.f(PG:24)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at upl.run(PG:8)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 10:32:22.879 17649 17649 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: FATAL EXCEPTION: main
11-29 10:51:02.169 18317 18317 E AndroidRuntime: Process: com.android.vending, PID: 18317
11-29 10:51:02.169 18317 18317 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at fev.a(PG:83)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at utv.d(PG:8)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at utu.c(PG:4)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at utu.a(PG:3)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at uus.u(PG:2)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at uus.f(PG:24)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at upl.run(PG:8)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 10:51:02.169 18317 18317 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: FATAL EXCEPTION: main
11-29 11:08:08.106 18915 18915 E AndroidRuntime: Process: com.android.vending, PID: 18915
11-29 11:08:08.106 18915 18915 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at fev.a(PG:83)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at utv.d(PG:8)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at utu.c(PG:4)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at utu.a(PG:3)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at uus.u(PG:2)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at uus.f(PG:24)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at upl.run(PG:8)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 11:08:08.106 18915 18915 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: FATAL EXCEPTION: main
11-29 11:25:39.528 20466 20466 E AndroidRuntime: Process: com.android.vending, PID: 20466
11-29 11:25:39.528 20466 20466 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at fev.a(PG:83)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at utv.d(PG:8)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at utu.c(PG:4)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at utu.a(PG:3)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at uus.u(PG:2)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at uus.f(PG:24)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at upl.run(PG:8)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 11:25:39.528 20466 20466 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: FATAL EXCEPTION: main
11-29 11:26:00.105 21718 21718 E AndroidRuntime: Process: com.android.vending, PID: 21718
11-29 11:26:00.105 21718 21718 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at fev.a(PG:83)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at utv.d(PG:8)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at utu.c(PG:4)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at utu.a(PG:3)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at uus.u(PG:2)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at uus.f(PG:24)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at upl.run(PG:8)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 11:26:00.105 21718 21718 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: FATAL EXCEPTION: main
11-29 11:41:13.687 21868 21868 E AndroidRuntime: Process: com.android.vending, PID: 21868
11-29 11:41:13.687 21868 21868 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at fev.a(PG:83)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at utv.d(PG:8)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at utu.c(PG:4)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at utu.a(PG:3)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at uus.u(PG:2)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at uus.f(PG:24)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at upl.run(PG:8)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 11:41:13.687 21868 21868 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: FATAL EXCEPTION: main
11-29 11:56:59.827 23585 23585 E AndroidRuntime: Process: com.android.vending, PID: 23585
11-29 11:56:59.827 23585 23585 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at fev.a(PG:83)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at utv.d(PG:8)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at utu.c(PG:4)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at utu.a(PG:3)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at uus.u(PG:2)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at uus.f(PG:24)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at upl.run(PG:8)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 11:56:59.827 23585 23585 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: FATAL EXCEPTION: main
11-29 12:12:22.370 24476 24476 E AndroidRuntime: Process: com.android.vending, PID: 24476
11-29 12:12:22.370 24476 24476 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at fev.a(PG:83)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at utv.d(PG:8)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at utu.c(PG:4)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at utu.a(PG:3)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at uus.u(PG:2)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at uus.f(PG:24)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at upl.run(PG:8)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 12:12:22.370 24476 24476 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: FATAL EXCEPTION: main
11-29 12:26:02.732 26905 26905 E AndroidRuntime: Process: com.android.vending, PID: 26905
11-29 12:26:02.732 26905 26905 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at fev.a(PG:83)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at utv.d(PG:8)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at utu.c(PG:4)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at utu.a(PG:3)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at uus.u(PG:2)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at uus.f(PG:24)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at upl.run(PG:8)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 12:26:02.732 26905 26905 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: FATAL EXCEPTION: main
11-29 13:37:36.263 31550 31550 E AndroidRuntime: Process: com.android.vending, PID: 31550
11-29 13:37:36.263 31550 31550 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at fev.a(PG:83)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at utv.d(PG:8)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at utu.c(PG:4)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at utu.a(PG:3)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at uus.u(PG:2)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at uus.f(PG:24)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at upl.run(PG:8)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 13:37:36.263 31550 31550 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 19:04:05.228  2698  2698 F libc    : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x10 in tid 2698 (cameraserver), pid 2698 (cameraserver)
11-29 19:04:05.430 27233 27233 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
11-29 19:04:05.430 27233 27233 F DEBUG   : Build fingerprint: 'samsung/on7xeltedd/on7xelte:8.1.0/M1AJQ/G610FDXS1CTE2:user/release-keys'
11-29 19:04:05.430 27233 27233 F DEBUG   : Revision: '3'
11-29 19:04:05.430 27233 27233 F DEBUG   : ABI: 'arm'
11-29 19:04:05.430 27233 27233 F DEBUG   : pid: 2698, tid: 2698, name: cameraserver  >>> /system/bin/cameraserver <<<
11-29 19:04:05.430 27233 27233 F DEBUG   : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x10
11-29 19:04:05.430 27233 27233 F DEBUG   : Cause: null pointer dereference
11-29 19:04:05.430 27233 27233 F DEBUG   :     r0 00000000  r1 e44a73f0  r2 00000017  r3 5c15dc05
11-29 19:04:05.431 27233 27233 F DEBUG   :     r4 e88ba644  r5 fff28bc0  r6 e8872ba8  r7 fff28c10
11-29 19:04:05.431 27233 27233 F DEBUG   :     r8 e1e92002  r9 00001188  sl 00001108  fp fff2903c
11-29 19:04:05.431 27233 27233 F DEBUG   :     ip 00000016  sp fff28bc0  lr 00000016  pc efb96090  cpsr 600f0030
11-29 19:04:05.497 27233 27233 F DEBUG   : 
11-29 19:04:05.497 27233 27233 F DEBUG   : backtrace:
11-29 19:04:05.497 27233 27233 F DEBUG   :     #00 pc 0000f090  /system/vendor/lib/vendor.samsung.camera.device@1.0-impl.so (vendor::samsung::hardware::camera::device::V1_0::implementation::CameraDevice::sCancelBuffer(preview_stream_ops*, native_handle const**)+35)
11-29 19:04:05.497 27233 27233 F DEBUG   :     #01 pc 0004dd8b  /system/lib/libexynoscamera.so (android::ExynosCameraGrallocAllocator::cancelBuffer(native_handle const**, android::Mutex*)+94)
11-29 19:04:05.497 27233 27233 F DEBUG   :     #02 pc 0007a9c7  /system/lib/libexynoscamera.so (android::GrallocExynosCameraBufferManager::cancelBuffer(int, bool)+86)
11-29 19:04:05.497 27233 27233 F DEBUG   :     #03 pc 00076c37  /system/lib/libexynoscamera.so (android::ExynosCameraBufferManager::deinit()+114)
11-29 19:04:05.497 27233 27233 F DEBUG   :     #04 pc 0007ab81  /system/lib/libexynoscamera.so (android::GrallocExynosCameraBufferManager::deinit()+60)
11-29 19:04:05.497 27233 27233 F DEBUG   :     #05 pc 000ad933  /system/lib/libexynoscamera.so (android::ExynosCamera::m_releaseBuffers()+94)
11-29 19:04:05.497 27233 27233 F DEBUG   :     #06 pc 000891d1  /system/lib/libexynoscamera.so (android::ExynosCamera::release()+144)
11-29 19:04:05.497 27233 27233 F DEBUG   :     #07 pc 00088e71  /system/lib/libexynoscamera.so (android::ExynosCamera::~ExynosCamera()+16)
11-29 19:04:05.497 27233 27233 F DEBUG   :     #08 pc 00089885  /system/lib/libexynoscamera.so (android::ExynosCamera::~ExynosCamera()+2)
11-29 19:04:05.497 27233 27233 F DEBUG   :     #09 pc 00004e63  /system/lib/hw/camera.exynos7870.so (android::HAL_camera_device_close(hw_device_t*)+210)
11-29 19:04:05.497 27233 27233 F DEBUG   :     #10 pc 0000ece9  /system/vendor/lib/vendor.samsung.camera.device@1.0-impl.so (vendor::samsung::hardware::camera::device::V1_0::implementation::CameraDevice::closeLocked()+40)
11-29 19:04:05.497 27233 27233 F DEBUG   :     #11 pc 00011d4b  /system/vendor/lib/vendor.samsung.camera.device@1.0-impl.so (vendor::samsung::hardware::camera::device::V1_0::implementation::CameraDevice::close()+18)
11-29 19:04:05.497 27233 27233 F DEBUG   :     #12 pc 0001eb67  /system/vendor/lib/vendor.samsung.hardware.camera.device@1.0.so (vendor::samsung::hardware::camera::device::V1_0::BsSecCameraDevice::close()+78)
11-29 19:04:05.497 27233 27233 F DEBUG   :     #13 pc 0009f5f1  /system/lib/libcameraservice.so (android::CameraHardwareInterface::release()+32)
11-29 19:04:05.497 27233 27233 F DEBUG   :     #14 pc 0007cdb7  /system/lib/libcameraservice.so (android::CameraClient::disconnect()+154)
11-29 19:04:05.497 27233 27233 F DEBUG   :     #15 pc 0002d12f  /system/lib/libcamera_client.so (android::hardware::BnCamera::onTransact(unsigned int, android::Parcel const&, android::Parcel*, unsigned int)+122)
11-29 19:04:05.497 27233 27233 F DEBUG   :     #16 pc 0003c8f7  /system/lib/libbinder.so (android::BBinder::transact(unsigned int, android::Parcel const&, android::Parcel*, unsigned int)+70)
11-29 19:04:05.497 27233 27233 F DEBUG   :     #17 pc 00042cef  /system/lib/libbinder.so (android::IPCThreadState::executeCommand(int)+578)
11-29 19:04:05.497 27233 27233 F DEBUG   :     #18 pc 000429b1  /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+112)
11-29 19:04:05.497 27233 27233 F DEBUG   :     #19 pc 00042ea3  /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+38)
11-29 19:04:05.497 27233 27233 F DEBUG   :     #20 pc 00000d25  /system/bin/cameraserver (main+96)
11-29 19:04:05.497 27233 27233 F DEBUG   :     #21 pc 0007b0b5  /system/lib/libc.so (__libc_init+48)
11-29 19:04:05.497 27233 27233 F DEBUG   :     #22 pc 00000bc0  /system/bin/cameraserver (_start_main+92)
11-29 20:39:39.510  9519  9519 F libc    : Fatal signal 7 (SIGBUS), code 1, fault addr 0xff96b892 in tid 9519 (Thread-28), pid 9519 (Thread-28)
11-29 20:39:39.869  9535  9535 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
11-29 20:39:39.869  9535  9535 F DEBUG   : Build fingerprint: 'samsung/on7xeltedd/on7xelte:8.1.0/M1AJQ/G610FDXS1CTE2:user/release-keys'
11-29 20:39:39.869  9535  9535 F DEBUG   : Revision: '3'
11-29 20:39:39.880  9535  9535 F DEBUG   : ABI: 'arm'
11-29 20:39:39.880  9535  9535 F DEBUG   : pid: 9519, tid: 9519, name: Thread-28  >>> id.bmri.livin <<<
11-29 20:39:39.880  9535  9535 F DEBUG   : signal 7 (SIGBUS), code 1 (BUS_ADRALN), fault addr 0xff96b892
11-29 20:39:39.880  9535  9535 F DEBUG   :     r0 ff96b892  r1 cceb526a  r2 005f6574  r3 6f67797a
11-29 20:39:39.880  9535  9535 F DEBUG   :     r4 08f6d546  r5 cceb526a  r6 00000008  r7 c7c02608
11-29 20:39:39.880  9535  9535 F DEBUG   :     r8 0000000e  r9 00000061  sl 00000001  fp 00000000
11-29 20:39:39.880  9535  9535 F DEBUG   :     ip c7c025c0  sp c7c025c8  lr cceaeef5  pc cceaef44  cpsr 600b0030
11-29 20:39:40.039  9535  9535 F DEBUG   : 
11-29 20:39:40.039  9535  9535 F DEBUG   : backtrace:
11-29 20:39:40.039  9535  9535 F DEBUG   :     #00 pc 00006f44  /data/app/id.bmri.livin-EfYtJUztS50vtnMmntEZqQ==/lib/arm/libdgrt.so
11-29 20:39:40.039  9535  9535 F DEBUG   :     #01 pc 008ea29b  /data/app/id.bmri.livin-EfYtJUztS50vtnMmntEZqQ==/oat/arm/base.odex (offset 0x37b000)
11-29 20:57:01.199 23834 23834 F libc    : Fatal signal 7 (SIGBUS), code 1, fault addr 0xff96b892 in tid 23834 (Thread-28), pid 23834 (Thread-28)
11-29 20:57:01.314 23842 23842 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
11-29 20:57:01.315 23842 23842 F DEBUG   : Build fingerprint: 'samsung/on7xeltedd/on7xelte:8.1.0/M1AJQ/G610FDXS1CTE2:user/release-keys'
11-29 20:57:01.315 23842 23842 F DEBUG   : Revision: '3'
11-29 20:57:01.315 23842 23842 F DEBUG   : ABI: 'arm'
11-29 20:57:01.315 23842 23842 F DEBUG   : pid: 23834, tid: 23834, name: Thread-28  >>> id.bmri.livin <<<
11-29 20:57:01.315 23842 23842 F DEBUG   : signal 7 (SIGBUS), code 1 (BUS_ADRALN), fault addr 0xff96b892
11-29 20:57:01.315 23842 23842 F DEBUG   :     r0 ff96b892  r1 c9b9226a  r2 005f6574  r3 6f67797a
11-29 20:57:01.315 23842 23842 F DEBUG   :     r4 01161f88  r5 c9b9226a  r6 00000008  r7 cb9ad078
11-29 20:57:01.315 23842 23842 F DEBUG   :     r8 0000000e  r9 00000061  sl 00000001  fp 00000000
11-29 20:57:01.315 23842 23842 F DEBUG   :     ip cb9ad030  sp cb9ad038  lr c9b8bef5  pc c9b8bf44  cpsr 600b0030
11-29 20:57:01.317 23842 23842 F DEBUG   : 
11-29 20:57:01.317 23842 23842 F DEBUG   : backtrace:
11-29 20:57:01.317 23842 23842 F DEBUG   :     #00 pc 00006f44  /data/app/id.bmri.livin-2YQxI17NmY3lFWMN1vtwPQ==/lib/arm/libdgrt.so
11-29 20:57:01.317 23842 23842 F DEBUG   :     #01 pc 000eb183  /data/app/id.bmri.livin-2YQxI17NmY3lFWMN1vtwPQ==/oat/arm/base.odex (offset 0xe8000)
11-29 20:57:30.355 24386 24386 F libc    : Fatal signal 7 (SIGBUS), code 1, fault addr 0xff96b892 in tid 24386 (Thread-28), pid 24386 (Thread-28)
11-29 20:57:30.563 24393 24393 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
11-29 20:57:30.563 24393 24393 F DEBUG   : Build fingerprint: 'samsung/on7xeltedd/on7xelte:8.1.0/M1AJQ/G610FDXS1CTE2:user/release-keys'
11-29 20:57:30.563 24393 24393 F DEBUG   : Revision: '3'
11-29 20:57:30.563 24393 24393 F DEBUG   : ABI: 'arm'
11-29 20:57:30.563 24393 24393 F DEBUG   : pid: 24386, tid: 24386, name: Thread-28  >>> id.bmri.livin <<<
11-29 20:57:30.563 24393 24393 F DEBUG   : signal 7 (SIGBUS), code 1 (BUS_ADRALN), fault addr 0xff96b892
11-29 20:57:30.563 24393 24393 F DEBUG   :     r0 ff96b892  r1 cbba626a  r2 005f6574  r3 6f67797a
11-29 20:57:30.563 24393 24393 F DEBUG   :     r4 06eef95b  r5 cbba626a  r6 00000008  r7 c7ff3078
11-29 20:57:30.563 24393 24393 F DEBUG   :     r8 0000000e  r9 00000061  sl 00000001  fp 00000000
11-29 20:57:30.563 24393 24393 F DEBUG   :     ip c7ff3030  sp c7ff3038  lr cbb9fef5  pc cbb9ff44  cpsr 600b0030
11-29 20:57:30.568 24393 24393 F DEBUG   : 
11-29 20:57:30.568 24393 24393 F DEBUG   : backtrace:
11-29 20:57:30.568 24393 24393 F DEBUG   :     #00 pc 00006f44  /data/app/id.bmri.livin-2YQxI17NmY3lFWMN1vtwPQ==/lib/arm/libdgrt.so
11-29 20:57:30.568 24393 24393 F DEBUG   :     #01 pc 000eb183  /data/app/id.bmri.livin-2YQxI17NmY3lFWMN1vtwPQ==/oat/arm/base.odex (offset 0xe8000)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: FATAL EXCEPTION: main
11-29 21:12:57.245 31827 31827 E AndroidRuntime: Process: com.android.vending, PID: 31827
11-29 21:12:57.245 31827 31827 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at fev.a(PG:83)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at utv.d(PG:8)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at utu.c(PG:4)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at utu.a(PG:3)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at uus.u(PG:2)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at uus.f(PG:24)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at upl.run(PG:8)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 21:12:57.245 31827 31827 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: FATAL EXCEPTION: main
11-29 21:12:59.724 31748 31748 E AndroidRuntime: Process: com.android.vending, PID: 31748
11-29 21:12:59.724 31748 31748 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at fev.a(PG:83)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at utv.d(PG:8)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at utu.c(PG:4)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at utu.a(PG:3)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at uus.u(PG:2)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at uus.f(PG:24)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at upl.run(PG:8)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 21:12:59.724 31748 31748 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: FATAL EXCEPTION: main
11-29 21:13:47.189 32508 32508 E AndroidRuntime: Process: com.android.vending, PID: 32508
11-29 21:13:47.189 32508 32508 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at fev.a(PG:83)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at utv.d(PG:8)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at utu.c(PG:4)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at utu.a(PG:3)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at uus.u(PG:2)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at uus.f(PG:24)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at upl.run(PG:8)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 21:13:47.189 32508 32508 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 21:13:51.803   460   460 E AndroidRuntime: FATAL EXCEPTION: main
11-29 21:13:51.803   460   460 E AndroidRuntime: Process: com.android.vending, PID: 460
11-29 21:13:51.803   460   460 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at fev.a(PG:83)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at utv.d(PG:8)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at utu.c(PG:4)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at utu.a(PG:3)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at uus.u(PG:2)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at uus.f(PG:24)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at upl.run(PG:8)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 21:13:51.803   460   460 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: FATAL EXCEPTION: main
11-29 21:14:42.508  1644  1644 E AndroidRuntime: Process: com.android.vending, PID: 1644
11-29 21:14:42.508  1644  1644 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at fev.a(PG:83)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at utv.d(PG:8)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at utu.c(PG:4)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at utu.a(PG:3)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at uus.u(PG:2)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at uus.f(PG:24)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at upl.run(PG:8)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 21:14:42.508  1644  1644 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: FATAL EXCEPTION: main
11-29 21:14:50.744  1748  1748 E AndroidRuntime: Process: com.android.vending, PID: 1748
11-29 21:14:50.744  1748  1748 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at fev.a(PG:83)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at utv.d(PG:8)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at utu.c(PG:4)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at utu.a(PG:3)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at uus.u(PG:2)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at uus.f(PG:24)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at upl.run(PG:8)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 21:14:50.744  1748  1748 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: FATAL EXCEPTION: main
11-29 21:16:27.217  3099  3099 E AndroidRuntime: Process: com.android.vending, PID: 3099
11-29 21:16:27.217  3099  3099 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at fev.a(PG:83)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at utv.d(PG:8)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at utu.c(PG:4)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at utu.a(PG:3)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at uus.u(PG:2)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at uus.f(PG:24)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at upl.run(PG:8)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 21:16:27.217  3099  3099 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: FATAL EXCEPTION: main
11-29 21:16:33.799  3250  3250 E AndroidRuntime: Process: com.android.vending, PID: 3250
11-29 21:16:33.799  3250  3250 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at fev.a(PG:83)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at utv.d(PG:8)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at utu.c(PG:4)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at utu.a(PG:3)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at uus.u(PG:2)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at uus.f(PG:24)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at upl.run(PG:8)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 21:16:33.799  3250  3250 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: FATAL EXCEPTION: main
11-29 21:22:16.714  6789  6789 E AndroidRuntime: Process: com.android.vending, PID: 6789
11-29 21:22:16.714  6789  6789 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at fev.a(PG:83)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at utv.d(PG:8)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at utu.c(PG:4)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at utu.a(PG:3)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at uus.u(PG:2)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at uus.f(PG:24)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at upl.run(PG:8)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 21:22:16.714  6789  6789 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: FATAL EXCEPTION: main
11-29 21:42:46.575 15653 15653 E AndroidRuntime: Process: com.android.vending, PID: 15653
11-29 21:42:46.575 15653 15653 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at fev.a(PG:83)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at utv.d(PG:8)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at utu.c(PG:4)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at utu.a(PG:3)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at uus.u(PG:2)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at uus.f(PG:24)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at upl.run(PG:8)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 21:42:46.575 15653 15653 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: FATAL EXCEPTION: main
11-29 22:46:53.948 23766 23766 E AndroidRuntime: Process: com.android.vending, PID: 23766
11-29 22:46:53.948 23766 23766 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at fev.a(PG:83)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at utv.d(PG:8)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at utu.c(PG:4)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at utu.a(PG:3)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at uus.u(PG:2)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at uus.f(PG:24)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at upl.run(PG:8)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 22:46:53.948 23766 23766 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: FATAL EXCEPTION: main
11-29 22:47:16.360 24619 24619 E AndroidRuntime: Process: com.android.vending, PID: 24619
11-29 22:47:16.360 24619 24619 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at fev.a(PG:83)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at utv.d(PG:8)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at utu.c(PG:4)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at utu.a(PG:3)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at uus.u(PG:2)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at uus.f(PG:24)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at upl.run(PG:8)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 22:47:16.360 24619 24619 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: FATAL EXCEPTION: main
11-29 22:47:42.111 25127 25127 E AndroidRuntime: Process: com.android.vending, PID: 25127
11-29 22:47:42.111 25127 25127 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at fev.a(PG:83)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at utv.d(PG:8)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at utu.c(PG:4)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at utu.a(PG:3)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at uus.u(PG:2)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at uus.f(PG:24)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at upl.run(PG:8)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 22:47:42.111 25127 25127 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: FATAL EXCEPTION: main
11-29 22:48:17.625 25346 25346 E AndroidRuntime: Process: com.android.vending, PID: 25346
11-29 22:48:17.625 25346 25346 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at fev.a(PG:83)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at utv.d(PG:8)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at utu.c(PG:4)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at utu.a(PG:3)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at uus.u(PG:2)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at uus.f(PG:24)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at upl.run(PG:8)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 22:48:17.625 25346 25346 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: FATAL EXCEPTION: main
11-29 22:49:44.181 25746 25746 E AndroidRuntime: Process: com.android.vending, PID: 25746
11-29 22:49:44.181 25746 25746 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at fev.a(PG:83)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at utv.d(PG:8)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at utu.c(PG:4)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at utu.a(PG:3)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at uus.u(PG:2)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at uus.f(PG:24)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at upl.run(PG:8)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 22:49:44.181 25746 25746 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: FATAL EXCEPTION: main
11-29 22:54:21.318 26205 26205 E AndroidRuntime: Process: com.android.vending, PID: 26205
11-29 22:54:21.318 26205 26205 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at fev.a(PG:83)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at utv.d(PG:8)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at utu.c(PG:4)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at utu.a(PG:3)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at uus.u(PG:2)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at uus.f(PG:24)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at upl.run(PG:8)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 22:54:21.318 26205 26205 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: FATAL EXCEPTION: main
11-29 23:11:49.013 27760 27760 E AndroidRuntime: Process: com.android.vending, PID: 27760
11-29 23:11:49.013 27760 27760 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at hgo.i(PG:5)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at hgo.l(PG:2)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at hgo.c(PG:1)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at fev.a(PG:83)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at utv.d(PG:8)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at utu.c(PG:4)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at utu.a(PG:3)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at ute.hR(PG:8)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at uus.u(PG:2)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at fxs.run(PG:4)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at uus.f(PG:24)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at upl.run(PG:8)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-29 23:11:49.013 27760 27760 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: FATAL EXCEPTION: main
11-30 00:20:28.262 31019 31019 E AndroidRuntime: Process: com.android.vending, PID: 31019
11-30 00:20:28.262 31019 31019 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at fev.a(PG:83)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at utv.d(PG:8)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at utu.c(PG:4)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at utu.a(PG:3)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at uus.u(PG:2)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at uus.f(PG:24)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at upl.run(PG:8)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 00:20:28.262 31019 31019 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: FATAL EXCEPTION: main
11-30 01:34:26.939  8472  8472 E AndroidRuntime: Process: com.android.vending, PID: 8472
11-30 01:34:26.939  8472  8472 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at fev.a(PG:83)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at utv.d(PG:8)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at utu.c(PG:4)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at utu.a(PG:3)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at uus.u(PG:2)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at uus.f(PG:24)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at upl.run(PG:8)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 01:34:26.939  8472  8472 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: FATAL EXCEPTION: main
11-30 01:34:59.174  9378  9378 E AndroidRuntime: Process: com.android.vending, PID: 9378
11-30 01:34:59.174  9378  9378 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at fev.a(PG:83)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at utv.d(PG:8)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at utu.c(PG:4)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at utu.a(PG:3)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at uus.u(PG:2)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at uus.f(PG:24)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at upl.run(PG:8)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 01:34:59.174  9378  9378 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: FATAL EXCEPTION: main
11-30 01:35:43.889 10531 10531 E AndroidRuntime: Process: com.android.vending, PID: 10531
11-30 01:35:43.889 10531 10531 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at fev.a(PG:83)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at utv.d(PG:8)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at utu.c(PG:4)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at utu.a(PG:3)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at uus.u(PG:2)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at uus.f(PG:24)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at upl.run(PG:8)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 01:35:43.889 10531 10531 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: FATAL EXCEPTION: main
11-30 01:37:28.927 10908 10908 E AndroidRuntime: Process: com.android.vending, PID: 10908
11-30 01:37:28.927 10908 10908 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at fev.a(PG:83)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at utv.d(PG:8)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at utu.c(PG:4)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at utu.a(PG:3)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at uus.u(PG:2)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at uus.f(PG:24)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at upl.run(PG:8)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 01:37:28.927 10908 10908 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: FATAL EXCEPTION: main
11-30 01:43:21.375 11660 11660 E AndroidRuntime: Process: com.android.vending, PID: 11660
11-30 01:43:21.375 11660 11660 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at fev.a(PG:83)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at utv.d(PG:8)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at utu.c(PG:4)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at utu.a(PG:3)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at uus.u(PG:2)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at uus.f(PG:24)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at upl.run(PG:8)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 01:43:21.375 11660 11660 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: FATAL EXCEPTION: main
11-30 01:59:01.151 13682 13682 E AndroidRuntime: Process: com.android.vending, PID: 13682
11-30 01:59:01.151 13682 13682 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at fev.a(PG:83)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at utv.d(PG:8)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at utu.c(PG:4)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at utu.a(PG:3)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at uus.u(PG:2)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at uus.f(PG:24)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at upl.run(PG:8)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 01:59:01.151 13682 13682 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: FATAL EXCEPTION: main
11-30 02:21:37.433 21338 21338 E AndroidRuntime: Process: com.android.vending, PID: 21338
11-30 02:21:37.433 21338 21338 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at fev.a(PG:83)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at utv.d(PG:8)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at utu.c(PG:4)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at utu.a(PG:3)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at uus.u(PG:2)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at uus.f(PG:24)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at upl.run(PG:8)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 02:21:37.433 21338 21338 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: FATAL EXCEPTION: main
11-30 02:32:20.372 22436 22436 E AndroidRuntime: Process: com.android.vending, PID: 22436
11-30 02:32:20.372 22436 22436 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at fev.a(PG:83)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at utv.d(PG:8)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at utu.c(PG:4)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at utu.a(PG:3)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at uus.u(PG:2)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at uus.f(PG:24)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at upl.run(PG:8)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 02:32:20.372 22436 22436 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: FATAL EXCEPTION: main
11-30 02:56:23.456 23200 23200 E AndroidRuntime: Process: com.android.vending, PID: 23200
11-30 02:56:23.456 23200 23200 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at fev.a(PG:83)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at utv.d(PG:8)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at utu.c(PG:4)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at utu.a(PG:3)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at uus.u(PG:2)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at uus.f(PG:24)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at upl.run(PG:8)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 02:56:23.456 23200 23200 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: FATAL EXCEPTION: main
11-30 02:56:41.805 24430 24430 E AndroidRuntime: Process: com.android.vending, PID: 24430
11-30 02:56:41.805 24430 24430 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at fev.a(PG:83)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at utv.d(PG:8)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at utu.c(PG:4)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at utu.a(PG:3)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at uus.u(PG:2)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at uus.f(PG:24)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at upl.run(PG:8)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 02:56:41.805 24430 24430 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: FATAL EXCEPTION: main
11-30 03:16:08.158 24557 24557 E AndroidRuntime: Process: com.android.vending, PID: 24557
11-30 03:16:08.158 24557 24557 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at fev.a(PG:83)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at utv.d(PG:8)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at utu.c(PG:4)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at utu.a(PG:3)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at uus.u(PG:2)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at uus.f(PG:24)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at upl.run(PG:8)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 03:16:08.158 24557 24557 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: FATAL EXCEPTION: main
11-30 03:31:30.197 25095 25095 E AndroidRuntime: Process: com.android.vending, PID: 25095
11-30 03:31:30.197 25095 25095 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at fev.a(PG:83)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at utv.d(PG:8)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at utu.c(PG:4)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at utu.a(PG:3)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at uus.u(PG:2)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at uus.f(PG:24)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at upl.run(PG:8)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 03:31:30.197 25095 25095 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: FATAL EXCEPTION: main
11-30 03:31:47.127 25736 25736 E AndroidRuntime: Process: com.android.vending, PID: 25736
11-30 03:31:47.127 25736 25736 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at fev.a(PG:83)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at utv.d(PG:8)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at utu.c(PG:4)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at utu.a(PG:3)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at uus.u(PG:2)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at uus.f(PG:24)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at upl.run(PG:8)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 03:31:47.127 25736 25736 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: FATAL EXCEPTION: main
11-30 03:47:11.622 25860 25860 E AndroidRuntime: Process: com.android.vending, PID: 25860
11-30 03:47:11.622 25860 25860 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at fev.a(PG:83)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at utv.d(PG:8)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at utu.c(PG:4)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at utu.a(PG:3)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at uus.u(PG:2)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at uus.f(PG:24)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at upl.run(PG:8)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 03:47:11.622 25860 25860 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: FATAL EXCEPTION: main
11-30 03:47:28.053 26355 26355 E AndroidRuntime: Process: com.android.vending, PID: 26355
11-30 03:47:28.053 26355 26355 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at fev.a(PG:83)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at utv.d(PG:8)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at utu.c(PG:4)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at utu.a(PG:3)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at uus.u(PG:2)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at uus.f(PG:24)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at upl.run(PG:8)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 03:47:28.053 26355 26355 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: FATAL EXCEPTION: main
11-30 04:05:15.320 26480 26480 E AndroidRuntime: Process: com.android.vending, PID: 26480
11-30 04:05:15.320 26480 26480 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at fev.a(PG:83)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at utv.d(PG:8)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at utu.c(PG:4)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at utu.a(PG:3)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at uus.u(PG:2)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at uus.f(PG:24)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at upl.run(PG:8)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 04:05:15.320 26480 26480 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: FATAL EXCEPTION: main
11-30 04:21:01.138 26986 26986 E AndroidRuntime: Process: com.android.vending, PID: 26986
11-30 04:21:01.138 26986 26986 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at fev.a(PG:83)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at utv.d(PG:8)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at utu.c(PG:4)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at utu.a(PG:3)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at uus.u(PG:2)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at uus.f(PG:24)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at upl.run(PG:8)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 04:21:01.138 26986 26986 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: FATAL EXCEPTION: main
11-30 04:41:03.335 27239 27239 E AndroidRuntime: Process: com.android.vending, PID: 27239
11-30 04:41:03.335 27239 27239 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at fev.a(PG:83)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at utv.d(PG:8)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at utu.c(PG:4)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at utu.a(PG:3)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at uus.u(PG:2)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at uus.f(PG:24)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at upl.run(PG:8)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 04:41:03.335 27239 27239 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: FATAL EXCEPTION: main
11-30 04:41:20.563 27703 27703 E AndroidRuntime: Process: com.android.vending, PID: 27703
11-30 04:41:20.563 27703 27703 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at fev.a(PG:83)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at utv.d(PG:8)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at utu.c(PG:4)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at utu.a(PG:3)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at uus.u(PG:2)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at uus.f(PG:24)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at upl.run(PG:8)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 04:41:20.563 27703 27703 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: FATAL EXCEPTION: main
11-30 04:58:40.907 27854 27854 E AndroidRuntime: Process: com.android.vending, PID: 27854
11-30 04:58:40.907 27854 27854 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at fev.a(PG:83)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at utv.d(PG:8)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at utu.c(PG:4)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at utu.a(PG:3)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at uus.u(PG:2)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at uus.f(PG:24)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at upl.run(PG:8)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 04:58:40.907 27854 27854 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: FATAL EXCEPTION: main
11-30 05:14:02.784 28060 28060 E AndroidRuntime: Process: com.android.vending, PID: 28060
11-30 05:14:02.784 28060 28060 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at fev.a(PG:83)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at utv.d(PG:8)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at utu.c(PG:4)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at utu.a(PG:3)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at uus.u(PG:2)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at uus.f(PG:24)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at upl.run(PG:8)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 05:14:02.784 28060 28060 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: FATAL EXCEPTION: main
11-30 05:14:20.086 28517 28517 E AndroidRuntime: Process: com.android.vending, PID: 28517
11-30 05:14:20.086 28517 28517 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at fev.a(PG:83)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at utv.d(PG:8)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at utu.c(PG:4)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at utu.a(PG:3)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at uus.u(PG:2)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at uus.f(PG:24)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at upl.run(PG:8)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 05:14:20.086 28517 28517 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: FATAL EXCEPTION: main
11-30 05:31:02.308 28657 28657 E AndroidRuntime: Process: com.android.vending, PID: 28657
11-30 05:31:02.308 28657 28657 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at fev.a(PG:83)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at utv.d(PG:8)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at utu.c(PG:4)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at utu.a(PG:3)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at uus.u(PG:2)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at uus.f(PG:24)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at upl.run(PG:8)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 05:31:02.308 28657 28657 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: FATAL EXCEPTION: main
11-30 05:46:23.050 29096 29096 E AndroidRuntime: Process: com.android.vending, PID: 29096
11-30 05:46:23.050 29096 29096 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at fev.a(PG:83)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at utv.d(PG:8)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at utu.c(PG:4)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at utu.a(PG:3)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at uus.u(PG:2)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at uus.f(PG:24)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at upl.run(PG:8)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 05:46:23.050 29096 29096 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: FATAL EXCEPTION: main
11-30 06:01:45.288 29402 29402 E AndroidRuntime: Process: com.android.vending, PID: 29402
11-30 06:01:45.288 29402 29402 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at fev.a(PG:83)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at utv.d(PG:8)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at utu.c(PG:4)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at utu.a(PG:3)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at uus.u(PG:2)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at uus.f(PG:24)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at upl.run(PG:8)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 06:01:45.288 29402 29402 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: FATAL EXCEPTION: main
11-30 06:02:02.740 29907 29907 E AndroidRuntime: Process: com.android.vending, PID: 29907
11-30 06:02:02.740 29907 29907 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at fev.a(PG:83)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at utv.d(PG:8)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at utu.c(PG:4)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at utu.a(PG:3)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at uus.u(PG:2)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at uus.f(PG:24)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at upl.run(PG:8)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 06:02:02.740 29907 29907 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: FATAL EXCEPTION: main
11-30 06:17:11.206 30042 30042 E AndroidRuntime: Process: com.android.vending, PID: 30042
11-30 06:17:11.206 30042 30042 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at fev.a(PG:83)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at utv.d(PG:8)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at utu.c(PG:4)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at utu.a(PG:3)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at uus.u(PG:2)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at uus.f(PG:24)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at upl.run(PG:8)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 06:17:11.206 30042 30042 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: FATAL EXCEPTION: main
11-30 06:17:27.434 30285 30285 E AndroidRuntime: Process: com.android.vending, PID: 30285
11-30 06:17:27.434 30285 30285 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at fev.a(PG:83)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at utv.d(PG:8)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at utu.c(PG:4)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at utu.a(PG:3)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at uus.u(PG:2)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at uus.f(PG:24)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at upl.run(PG:8)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 06:17:27.434 30285 30285 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 06:31:17.519 31110 31110 F libc    : Fatal signal 7 (SIGBUS), code 1, fault addr 0xff96b892 in tid 31110 (Thread-22), pid 31110 (Thread-22)
11-30 06:31:17.629 31113 31113 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
11-30 06:31:17.629 31113 31113 F DEBUG   : Build fingerprint: 'samsung/on7xeltedd/on7xelte:8.1.0/M1AJQ/G610FDXS1CTE2:user/release-keys'
11-30 06:31:17.630 31113 31113 F DEBUG   : Revision: '3'
11-30 06:31:17.630 31113 31113 F DEBUG   : ABI: 'arm'
11-30 06:31:17.630 31113 31113 F DEBUG   : pid: 31110, tid: 31110, name: Thread-22  >>> id.bmri.livin <<<
11-30 06:31:17.630 31113 31113 F DEBUG   : signal 7 (SIGBUS), code 1 (BUS_ADRALN), fault addr 0xff96b892
11-30 06:31:17.630 31113 31113 F DEBUG   :     r0 ff96b892  r1 ccba626a  r2 005f6574  r3 6f67797a
11-30 06:31:17.630 31113 31113 F DEBUG   :     r4 0aec4b38  r5 ccba626a  r6 00000008  r7 cb5ff078
11-30 06:31:17.630 31113 31113 F DEBUG   :     r8 0000000e  r9 00000061  sl 00000001  fp 00000000
11-30 06:31:17.630 31113 31113 F DEBUG   :     ip cb5ff030  sp cb5ff038  lr ccb9fef5  pc ccb9ff44  cpsr 600b0030
11-30 06:31:17.632 31113 31113 F DEBUG   : 
11-30 06:31:17.632 31113 31113 F DEBUG   : backtrace:
11-30 06:31:17.632 31113 31113 F DEBUG   :     #00 pc 00006f44  /data/app/id.bmri.livin-2YQxI17NmY3lFWMN1vtwPQ==/lib/arm/libdgrt.so
11-30 06:31:17.632 31113 31113 F DEBUG   :     #01 pc 000eb183  /data/app/id.bmri.livin-2YQxI17NmY3lFWMN1vtwPQ==/oat/arm/base.odex (offset 0xe8000)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: FATAL EXCEPTION: main
11-30 06:31:31.228 30578 30578 E AndroidRuntime: Process: com.android.vending, PID: 30578
11-30 06:31:31.228 30578 30578 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at fev.a(PG:83)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at utv.d(PG:8)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at utu.c(PG:4)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at utu.a(PG:3)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at uus.u(PG:2)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at uus.f(PG:24)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at upl.run(PG:8)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 06:31:31.228 30578 30578 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: FATAL EXCEPTION: main
11-30 06:32:04.023 31954 31954 E AndroidRuntime: Process: com.android.vending, PID: 31954
11-30 06:32:04.023 31954 31954 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at fev.a(PG:83)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at utv.d(PG:8)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at utu.c(PG:4)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at utu.a(PG:3)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at uus.u(PG:2)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at uus.f(PG:24)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at upl.run(PG:8)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 06:32:04.023 31954 31954 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: FATAL EXCEPTION: main
11-30 06:33:00.529 32513 32513 E AndroidRuntime: Process: com.android.vending, PID: 32513
11-30 06:33:00.529 32513 32513 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at fev.a(PG:83)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at utv.d(PG:8)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at utu.c(PG:4)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at utu.a(PG:3)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at uus.u(PG:2)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at uus.f(PG:24)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at upl.run(PG:8)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 06:33:00.529 32513 32513 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: FATAL EXCEPTION: main
11-30 06:35:07.160  1510  1510 E AndroidRuntime: Process: com.android.vending, PID: 1510
11-30 06:35:07.160  1510  1510 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at fev.a(PG:83)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at utv.d(PG:8)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at utu.c(PG:4)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at utu.a(PG:3)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at uus.u(PG:2)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at uus.f(PG:24)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at upl.run(PG:8)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 06:35:07.160  1510  1510 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: FATAL EXCEPTION: main
11-30 06:42:32.769  2290  2290 E AndroidRuntime: Process: com.android.vending, PID: 2290
11-30 06:42:32.769  2290  2290 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at fev.a(PG:83)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at utv.d(PG:8)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at utu.c(PG:4)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at utu.a(PG:3)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at uus.u(PG:2)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at uus.f(PG:24)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at upl.run(PG:8)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 06:42:32.769  2290  2290 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: FATAL EXCEPTION: main
11-30 07:11:17.115  5372  5372 E AndroidRuntime: Process: com.android.vending, PID: 5372
11-30 07:11:17.115  5372  5372 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at fev.a(PG:83)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at utv.d(PG:8)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at utu.c(PG:4)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at utu.a(PG:3)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at uus.u(PG:2)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at uus.f(PG:24)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at upl.run(PG:8)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 07:11:17.115  5372  5372 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 08:04:54.135 11115 11115 F libc    : Fatal signal 7 (SIGBUS), code 1, fault addr 0xff96b892 in tid 11115 (Thread-22), pid 11115 (Thread-22)
11-30 08:04:54.218 11121 11121 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
11-30 08:04:54.218 11121 11121 F DEBUG   : Build fingerprint: 'samsung/on7xeltedd/on7xelte:8.1.0/M1AJQ/G610FDXS1CTE2:user/release-keys'
11-30 08:04:54.218 11121 11121 F DEBUG   : Revision: '3'
11-30 08:04:54.218 11121 11121 F DEBUG   : ABI: 'arm'
11-30 08:04:54.218 11121 11121 F DEBUG   : pid: 11115, tid: 11115, name: Thread-22  >>> id.bmri.livin <<<
11-30 08:04:54.218 11121 11121 F DEBUG   : signal 7 (SIGBUS), code 1 (BUS_ADRALN), fault addr 0xff96b892
11-30 08:04:54.219 11121 11121 F DEBUG   :     r0 ff96b892  r1 cc92f26a  r2 005f6574  r3 6f67797a
11-30 08:04:54.219 11121 11121 F DEBUG   :     r4 0d2a367f  r5 cc92f26a  r6 00000008  r7 cbdc9078
11-30 08:04:54.219 11121 11121 F DEBUG   :     r8 0000000e  r9 00000061  sl 00000001  fp 00000000
11-30 08:04:54.219 11121 11121 F DEBUG   :     ip cbdc9030  sp cbdc9038  lr cc928ef5  pc cc928f44  cpsr 600b0030
11-30 08:04:54.220 11121 11121 F DEBUG   : 
11-30 08:04:54.220 11121 11121 F DEBUG   : backtrace:
11-30 08:04:54.220 11121 11121 F DEBUG   :     #00 pc 00006f44  /data/app/id.bmri.livin-2YQxI17NmY3lFWMN1vtwPQ==/lib/arm/libdgrt.so
11-30 08:04:54.221 11121 11121 F DEBUG   :     #01 pc 000eb183  /data/app/id.bmri.livin-2YQxI17NmY3lFWMN1vtwPQ==/oat/arm/base.odex (offset 0xe8000)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: FATAL EXCEPTION: main
11-30 08:10:25.759 13391 13391 E AndroidRuntime: Process: com.android.vending, PID: 13391
11-30 08:10:25.759 13391 13391 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at fev.a(PG:83)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at utv.d(PG:8)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at utu.c(PG:4)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at utu.a(PG:3)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at uus.u(PG:2)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at uus.f(PG:24)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at upl.run(PG:8)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 08:10:25.759 13391 13391 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: FATAL EXCEPTION: main
11-30 08:10:27.776 13136 13136 E AndroidRuntime: Process: com.android.vending, PID: 13136
11-30 08:10:27.776 13136 13136 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at fev.a(PG:83)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at utv.d(PG:8)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at utu.c(PG:4)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at utu.a(PG:3)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at uus.u(PG:2)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at uus.f(PG:24)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at upl.run(PG:8)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 08:10:27.776 13136 13136 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: FATAL EXCEPTION: main
11-30 08:11:21.363 15144 15144 E AndroidRuntime: Process: com.android.vending, PID: 15144
11-30 08:11:21.363 15144 15144 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at fev.a(PG:83)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at utv.d(PG:8)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at utu.c(PG:4)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at utu.a(PG:3)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at uus.u(PG:2)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at uus.f(PG:24)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at upl.run(PG:8)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 08:11:21.363 15144 15144 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: FATAL EXCEPTION: main
11-30 08:11:28.235 15385 15385 E AndroidRuntime: Process: com.android.vending, PID: 15385
11-30 08:11:28.235 15385 15385 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at fev.a(PG:83)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at utv.d(PG:8)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at utu.c(PG:4)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at utu.a(PG:3)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at uus.u(PG:2)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at uus.f(PG:24)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at upl.run(PG:8)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 08:11:28.235 15385 15385 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: FATAL EXCEPTION: main
11-30 08:13:11.707 16493 16493 E AndroidRuntime: Process: com.android.vending, PID: 16493
11-30 08:13:11.707 16493 16493 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at fev.a(PG:83)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at utv.d(PG:8)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at utu.c(PG:4)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at utu.a(PG:3)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at uus.u(PG:2)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at uus.f(PG:24)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at upl.run(PG:8)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 08:13:11.707 16493 16493 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: FATAL EXCEPTION: main
11-30 08:18:07.543 17502 17502 E AndroidRuntime: Process: com.android.vending, PID: 17502
11-30 08:18:07.543 17502 17502 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at fev.a(PG:83)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at utv.d(PG:8)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at utu.c(PG:4)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at utu.a(PG:3)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at uus.u(PG:2)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at uus.f(PG:24)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at upl.run(PG:8)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 08:18:07.543 17502 17502 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 08:21:49.395 13042 18947 E AndroidRuntime: FATAL EXCEPTION: [com.google.android.gms.chimera.GmsIntentOperationService$ChimeraService-Executor] idle
11-30 08:21:49.395 13042 18947 E AndroidRuntime: Process: com.google.android.gms, PID: 13042
11-30 08:21:49.395 13042 18947 E AndroidRuntime: java.lang.SecurityException: getAvailableRestoreToken: Neither user 11108 nor current process has android.permission.BACKUP.
11-30 08:21:49.395 13042 18947 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 08:21:49.395 13042 18947 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 08:21:49.395 13042 18947 E AndroidRuntime: 	at android.app.backup.IBackupManager$Stub$Proxy.getAvailableRestoreToken(IBackupManager.java:1641)
11-30 08:21:49.395 13042 18947 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 08:21:49.395 13042 18947 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 08:21:49.395 13042 18947 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 08:21:49.395 13042 18947 E AndroidRuntime: 	at $Proxy31.getAvailableRestoreToken(Unknown Source)
11-30 08:21:49.395 13042 18947 E AndroidRuntime: 	at android.app.backup.BackupManager.getAvailableRestoreToken(BackupManager.java:544)
11-30 08:21:49.395 13042 18947 E AndroidRuntime: 	at lry.b(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 08:21:49.395 13042 18947 E AndroidRuntime: 	at miu.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 08:21:49.395 13042 18947 E AndroidRuntime: 	at miu.i(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 08:21:49.395 13042 18947 E AndroidRuntime: 	at com.google.android.gms.backup.extension.download.CustomBackupDownloadSchedulingIntentOperation.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):12)
11-30 08:21:49.395 13042 18947 E AndroidRuntime: 	at com.google.android.chimera.IntentOperation.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 08:21:49.395 13042 18947 E AndroidRuntime: 	at pur.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):4)
11-30 08:21:49.395 13042 18947 E AndroidRuntime: 	at drq.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 08:21:49.395 13042 18947 E AndroidRuntime: 	at drp.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):11)
11-30 08:21:49.395 13042 18947 E AndroidRuntime: 	at bgbh.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 08:21:49.395 13042 18947 E AndroidRuntime: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 08:21:49.395 13042 18947 E AndroidRuntime: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 08:21:49.395 13042 18947 E AndroidRuntime: 	at java.lang.Thread.run(Thread.java:764)
11-30 08:21:49.544  3868 18988 E AndroidRuntime: FATAL EXCEPTION: [com.google.android.gms.chimera.GmsIntentOperationService$ChimeraService-Executor] idle
11-30 08:21:49.544  3868 18988 E AndroidRuntime: Process: com.google.android.gms, PID: 3868
11-30 08:21:49.544  3868 18988 E AndroidRuntime: java.lang.SecurityException: getAvailableRestoreToken: Neither user 10227 nor current process has android.permission.BACKUP.
11-30 08:21:49.544  3868 18988 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 08:21:49.544  3868 18988 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 08:21:49.544  3868 18988 E AndroidRuntime: 	at android.app.backup.IBackupManager$Stub$Proxy.getAvailableRestoreToken(IBackupManager.java:1641)
11-30 08:21:49.544  3868 18988 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 08:21:49.544  3868 18988 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 08:21:49.544  3868 18988 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 08:21:49.544  3868 18988 E AndroidRuntime: 	at $Proxy30.getAvailableRestoreToken(Unknown Source)
11-30 08:21:49.544  3868 18988 E AndroidRuntime: 	at android.app.backup.BackupManager.getAvailableRestoreToken(BackupManager.java:544)
11-30 08:21:49.544  3868 18988 E AndroidRuntime: 	at lry.b(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 08:21:49.544  3868 18988 E AndroidRuntime: 	at miu.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 08:21:49.544  3868 18988 E AndroidRuntime: 	at miu.i(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 08:21:49.544  3868 18988 E AndroidRuntime: 	at com.google.android.gms.backup.extension.download.CustomBackupDownloadSchedulingIntentOperation.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):12)
11-30 08:21:49.544  3868 18988 E AndroidRuntime: 	at com.google.android.chimera.IntentOperation.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 08:21:49.544  3868 18988 E AndroidRuntime: 	at pur.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):4)
11-30 08:21:49.544  3868 18988 E AndroidRuntime: 	at drq.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 08:21:49.544  3868 18988 E AndroidRuntime: 	at drp.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):11)
11-30 08:21:49.544  3868 18988 E AndroidRuntime: 	at bgbh.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 08:21:49.544  3868 18988 E AndroidRuntime: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 08:21:49.544  3868 18988 E AndroidRuntime: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 08:21:49.544  3868 18988 E AndroidRuntime: 	at java.lang.Thread.run(Thread.java:764)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: FATAL EXCEPTION: main
11-30 08:36:34.543 21400 21400 E AndroidRuntime: Process: com.android.vending, PID: 21400
11-30 08:36:34.543 21400 21400 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at fev.a(PG:83)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at utv.d(PG:8)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at utu.c(PG:4)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at utu.a(PG:3)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at uus.u(PG:2)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at uus.f(PG:24)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at upl.run(PG:8)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 08:36:34.543 21400 21400 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: FATAL EXCEPTION: main
11-30 09:11:31.698 32747 32747 E AndroidRuntime: Process: com.android.vending, PID: 32747
11-30 09:11:31.698 32747 32747 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at fev.a(PG:83)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at utv.d(PG:8)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at utu.c(PG:4)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at utu.a(PG:3)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at uus.u(PG:2)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at uus.f(PG:24)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at upl.run(PG:8)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 09:11:31.698 32747 32747 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 09:13:42.273   804   804 E AndroidRuntime: FATAL EXCEPTION: main
11-30 09:13:42.273   804   804 E AndroidRuntime: Process: com.android.vending, PID: 804
11-30 09:13:42.273   804   804 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at fev.a(PG:83)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at utv.d(PG:8)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at utu.c(PG:4)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at utu.a(PG:3)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at uus.u(PG:2)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at uus.f(PG:24)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at upl.run(PG:8)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 09:13:42.273   804   804 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: FATAL EXCEPTION: main
11-30 09:15:17.318  1634  1634 E AndroidRuntime: Process: com.android.vending, PID: 1634
11-30 09:15:17.318  1634  1634 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at fev.a(PG:83)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at utv.d(PG:8)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at utu.c(PG:4)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at utu.a(PG:3)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at uus.u(PG:2)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at uus.f(PG:24)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at upl.run(PG:8)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 09:15:17.318  1634  1634 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: FATAL EXCEPTION: main
11-30 09:16:33.147  2320  2320 E AndroidRuntime: Process: com.android.vending, PID: 2320
11-30 09:16:33.147  2320  2320 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at fev.a(PG:83)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at utv.d(PG:8)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at utu.c(PG:4)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at utu.a(PG:3)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at uus.u(PG:2)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at uus.f(PG:24)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at upl.run(PG:8)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 09:16:33.147  2320  2320 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: FATAL EXCEPTION: main
11-30 09:17:13.858  4068  4068 E AndroidRuntime: Process: com.android.vending, PID: 4068
11-30 09:17:13.858  4068  4068 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at fev.a(PG:83)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at utv.d(PG:8)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at utu.c(PG:4)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at utu.a(PG:3)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at uus.u(PG:2)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at uus.f(PG:24)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at upl.run(PG:8)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 09:17:13.858  4068  4068 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: FATAL EXCEPTION: main
11-30 09:17:50.323  4542  4542 E AndroidRuntime: Process: com.android.vending, PID: 4542
11-30 09:17:50.323  4542  4542 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at fev.a(PG:83)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at utv.d(PG:8)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at utu.c(PG:4)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at utu.a(PG:3)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at uus.u(PG:2)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at uus.f(PG:24)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at upl.run(PG:8)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 09:17:50.323  4542  4542 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 09:18:49.939  2121  4805 E AndroidRuntime: FATAL EXCEPTION: DownloadServiceBackgroundExecutor
11-30 09:18:49.939  2121  4805 E AndroidRuntime: Process: com.android.vending:background, PID: 2121
11-30 09:18:49.939  2121  4805 E AndroidRuntime: java.util.concurrent.RejectedExecutionException: Task ajur@1e4460c rejected from java.util.concurrent.ThreadPoolExecutor@4d1ab55[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 5]
11-30 09:18:49.939  2121  4805 E AndroidRuntime: 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2078)
11-30 09:18:49.939  2121  4805 E AndroidRuntime: 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:843)
11-30 09:18:49.939  2121  4805 E AndroidRuntime: 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1389)
11-30 09:18:49.939  2121  4805 E AndroidRuntime: 	at ajay.a(PG:3)
11-30 09:18:49.939  2121  4805 E AndroidRuntime: 	at aitm.a(Unknown Source:4)
11-30 09:18:49.939  2121  4805 E AndroidRuntime: 	at aitp.f(PG:7)
11-30 09:18:49.939  2121  4805 E AndroidRuntime: 	at aitp.h(Unknown Source:1)
11-30 09:18:49.939  2121  4805 E AndroidRuntime: 	at aiua.e(PG:8)
11-30 09:18:49.939  2121  4805 E AndroidRuntime: 	at ajat.a(PG:4)
11-30 09:18:49.939  2121  4805 E AndroidRuntime: 	at ajef.a(Unknown Source:9)
11-30 09:18:49.939  2121  4805 E AndroidRuntime: 	at djy.i(Unknown Source:18)
11-30 09:18:49.939  2121  4805 E AndroidRuntime: 	at gka.b(PG:77)
11-30 09:18:49.939  2121  4805 E AndroidRuntime: 	at adcd.run(PG:6)
11-30 09:18:49.939  2121  4805 E AndroidRuntime: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 09:18:49.939  2121  4805 E AndroidRuntime: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 09:18:49.939  2121  4805 E AndroidRuntime: 	at fxt.run(PG:12)
11-30 09:18:49.939  2121  4805 E AndroidRuntime: 	at java.lang.Thread.run(Thread.java:764)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: FATAL EXCEPTION: main
11-30 09:20:45.952  5357  5357 E AndroidRuntime: Process: com.android.vending, PID: 5357
11-30 09:20:45.952  5357  5357 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at fev.a(PG:83)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at utv.d(PG:8)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at utu.c(PG:4)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at utu.a(PG:3)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at uus.u(PG:2)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at uus.f(PG:24)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at upl.run(PG:8)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 09:20:45.952  5357  5357 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: FATAL EXCEPTION: main
11-30 10:45:47.204 12950 12950 E AndroidRuntime: Process: com.android.vending, PID: 12950
11-30 10:45:47.204 12950 12950 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at $Proxy35.getProfileOwnerName(Unknown Source)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at fev.a(PG:83)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at utv.d(PG:8)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at utu.c(PG:4)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at utu.a(PG:3)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at uus.u(PG:2)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at uus.f(PG:24)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at upl.run(PG:8)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 10:45:47.204 12950 12950 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: FATAL EXCEPTION: main
11-30 10:45:48.577 12909 12909 E AndroidRuntime: Process: com.android.vending, PID: 12909
11-30 10:45:48.577 12909 12909 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at $Proxy35.getProfileOwnerName(Unknown Source)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at fev.a(PG:83)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at utv.d(PG:8)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at utu.c(PG:4)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at utu.a(PG:3)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at uus.u(PG:2)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at uus.f(PG:24)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at upl.run(PG:8)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 10:45:48.577 12909 12909 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: FATAL EXCEPTION: main
11-30 11:02:04.259 13683 13683 E AndroidRuntime: Process: com.android.vending, PID: 13683
11-30 11:02:04.259 13683 13683 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at fev.a(PG:83)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at utv.d(PG:8)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at utu.c(PG:4)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at utu.a(PG:3)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at uus.u(PG:2)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at uus.f(PG:24)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at upl.run(PG:8)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 11:02:04.259 13683 13683 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: FATAL EXCEPTION: main
11-30 11:02:04.266 13647 13647 E AndroidRuntime: Process: com.android.vending, PID: 13647
11-30 11:02:04.266 13647 13647 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at fev.a(PG:83)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at utv.d(PG:8)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at utu.c(PG:4)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at utu.a(PG:3)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at uus.u(PG:2)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at uus.f(PG:24)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at upl.run(PG:8)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 11:02:04.266 13647 13647 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: FATAL EXCEPTION: main
11-30 11:02:42.723 16314 16314 E AndroidRuntime: Process: com.android.vending, PID: 16314
11-30 11:02:42.723 16314 16314 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at fev.a(PG:83)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at utv.d(PG:8)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at utu.c(PG:4)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at utu.a(PG:3)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at uus.u(PG:2)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at uus.f(PG:24)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at upl.run(PG:8)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 11:02:42.723 16314 16314 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: FATAL EXCEPTION: main
11-30 11:02:45.372 16599 16599 E AndroidRuntime: Process: com.android.vending, PID: 16599
11-30 11:02:45.372 16599 16599 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at fev.a(PG:83)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at utv.d(PG:8)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at utu.c(PG:4)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at utu.a(PG:3)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at uus.u(PG:2)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at uus.f(PG:24)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at upl.run(PG:8)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 11:02:45.372 16599 16599 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: FATAL EXCEPTION: main
11-30 11:18:18.364 17474 17474 E AndroidRuntime: Process: com.android.vending, PID: 17474
11-30 11:18:18.364 17474 17474 E AndroidRuntime: java.lang.SecurityException: Neither user 11108 nor current process has android.permission.MANAGE_USERS.
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at fev.a(PG:83)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at utv.d(PG:8)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at utu.c(PG:4)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at utu.a(PG:3)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at uus.u(PG:2)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at uus.f(PG:24)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at upl.run(PG:8)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 11:18:18.364 17474 17474 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: FATAL EXCEPTION: main
11-30 11:18:45.665 17587 17587 E AndroidRuntime: Process: com.android.vending, PID: 17587
11-30 11:18:45.665 17587 17587 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at fev.a(PG:83)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at utv.d(PG:8)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at utu.c(PG:4)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at utu.a(PG:3)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at uus.u(PG:2)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at uus.f(PG:24)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at upl.run(PG:8)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 11:18:45.665 17587 17587 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: FATAL EXCEPTION: main
11-30 11:36:21.188 19718 19718 E AndroidRuntime: Process: com.android.vending, PID: 19718
11-30 11:36:21.188 19718 19718 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at fev.a(PG:83)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at utv.d(PG:8)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at utu.c(PG:4)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at utu.a(PG:3)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at uus.u(PG:2)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at uus.f(PG:24)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at upl.run(PG:8)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 11:36:21.188 19718 19718 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: FATAL EXCEPTION: main
11-30 11:56:20.326 20793 20793 E AndroidRuntime: Process: com.android.vending, PID: 20793
11-30 11:56:20.326 20793 20793 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at fev.a(PG:83)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at utv.d(PG:8)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at utu.c(PG:4)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at utu.a(PG:3)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at uus.u(PG:2)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at uus.f(PG:24)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at upl.run(PG:8)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 11:56:20.326 20793 20793 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: FATAL EXCEPTION: main
11-30 12:16:09.488 22239 22239 E AndroidRuntime: Process: com.android.vending, PID: 22239
11-30 12:16:09.488 22239 22239 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at fev.a(PG:83)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at utv.d(PG:8)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at utu.c(PG:4)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at utu.a(PG:3)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at uus.u(PG:2)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at uus.f(PG:24)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at upl.run(PG:8)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 12:16:09.488 22239 22239 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: FATAL EXCEPTION: main
11-30 12:31:41.414 23384 23384 E AndroidRuntime: Process: com.android.vending, PID: 23384
11-30 12:31:41.414 23384 23384 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at fev.a(PG:83)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at utv.d(PG:8)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at utu.c(PG:4)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at utu.a(PG:3)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at uus.u(PG:2)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at uus.f(PG:24)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at upl.run(PG:8)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 12:31:41.414 23384 23384 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: FATAL EXCEPTION: main
11-30 12:48:29.913 24729 24729 E AndroidRuntime: Process: com.android.vending, PID: 24729
11-30 12:48:29.913 24729 24729 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at fev.a(PG:83)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at utv.d(PG:8)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at utu.c(PG:4)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at utu.a(PG:3)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at uus.u(PG:2)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at uus.f(PG:24)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at upl.run(PG:8)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 12:48:29.913 24729 24729 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: FATAL EXCEPTION: main
11-30 13:04:06.496 26382 26382 E AndroidRuntime: Process: com.android.vending, PID: 26382
11-30 13:04:06.496 26382 26382 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at fev.a(PG:83)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at utv.d(PG:8)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at utu.c(PG:4)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at utu.a(PG:3)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at uus.u(PG:2)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at uus.f(PG:24)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at upl.run(PG:8)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 13:04:06.496 26382 26382 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: FATAL EXCEPTION: main
11-30 13:21:19.632 27858 27858 E AndroidRuntime: Process: com.android.vending, PID: 27858
11-30 13:21:19.632 27858 27858 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at fev.a(PG:83)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at utv.d(PG:8)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at utu.c(PG:4)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at utu.a(PG:3)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at uus.u(PG:2)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at uus.f(PG:24)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at upl.run(PG:8)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 13:21:19.632 27858 27858 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: FATAL EXCEPTION: main
11-30 13:36:51.868 28663 28663 E AndroidRuntime: Process: com.android.vending, PID: 28663
11-30 13:36:51.868 28663 28663 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at fev.a(PG:83)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at utv.d(PG:8)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at utu.c(PG:4)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at utu.a(PG:3)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at uus.u(PG:2)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at uus.f(PG:24)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at upl.run(PG:8)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 13:36:51.868 28663 28663 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: FATAL EXCEPTION: main
11-30 13:55:50.606 30203 30203 E AndroidRuntime: Process: com.android.vending, PID: 30203
11-30 13:55:50.606 30203 30203 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at fev.a(PG:83)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at utv.d(PG:8)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at utu.c(PG:4)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at utu.a(PG:3)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at uus.u(PG:2)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at uus.f(PG:24)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at upl.run(PG:8)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 13:55:50.606 30203 30203 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: FATAL EXCEPTION: main
11-30 14:11:22.205 31575 31575 E AndroidRuntime: Process: com.android.vending, PID: 31575
11-30 14:11:22.205 31575 31575 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at fev.a(PG:83)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at utv.d(PG:8)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at utu.c(PG:4)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at utu.a(PG:3)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at uus.u(PG:2)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at uus.f(PG:24)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at upl.run(PG:8)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 14:11:22.205 31575 31575 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 14:12:27.743   593   593 E AndroidRuntime: FATAL EXCEPTION: main
11-30 14:12:27.743   593   593 E AndroidRuntime: Process: com.android.vending, PID: 593
11-30 14:12:27.743   593   593 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at fev.a(PG:83)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at utv.d(PG:8)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at utu.c(PG:4)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at utu.a(PG:3)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at uus.u(PG:2)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at uus.f(PG:24)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at upl.run(PG:8)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 14:12:27.743   593   593 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: FATAL EXCEPTION: main
11-30 14:27:55.422  1894  1894 E AndroidRuntime: Process: com.android.vending, PID: 1894
11-30 14:27:55.422  1894  1894 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at fev.a(PG:83)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at utv.d(PG:8)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at utu.c(PG:4)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at utu.a(PG:3)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at uus.u(PG:2)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at uus.f(PG:24)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at upl.run(PG:8)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 14:27:55.422  1894  1894 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: FATAL EXCEPTION: main
11-30 14:43:23.601  3574  3574 E AndroidRuntime: Process: com.android.vending, PID: 3574
11-30 14:43:23.601  3574  3574 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at fev.a(PG:83)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at utv.d(PG:8)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at utu.c(PG:4)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at utu.a(PG:3)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at uus.u(PG:2)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at uus.f(PG:24)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at upl.run(PG:8)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 14:43:23.601  3574  3574 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 14:48:53.851 17531 17531 E AndroidRuntime: FATAL EXCEPTION: main
11-30 14:48:53.851 17531 17531 E AndroidRuntime: Process: net.cashpop.id, PID: 17531
11-30 14:48:53.851 17531 17531 E AndroidRuntime: java.lang.IllegalArgumentException: reportSizeConfigurations: ActivityRecord not found for: Token{12680a2 ActivityRecord{9cf1c6d u0 net.cashpop.id/.activity.UserCheckerActivity t-1 f}}
11-30 14:48:53.851 17531 17531 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2033)
11-30 14:48:53.851 17531 17531 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 14:48:53.851 17531 17531 E AndroidRuntime: 	at android.app.IActivityManager$Stub$Proxy.reportSizeConfigurations(IActivityManager.java:9858)
11-30 14:48:53.851 17531 17531 E AndroidRuntime: 	at android.app.ActivityThread.reportSizeConfigurations(ActivityThread.java:3120)
11-30 14:48:53.851 17531 17531 E AndroidRuntime: 	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3063)
11-30 14:48:53.851 17531 17531 E AndroidRuntime: 	at android.app.ActivityThread.-wrap11(Unknown Source:0)
11-30 14:48:53.851 17531 17531 E AndroidRuntime: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1724)
11-30 14:48:53.851 17531 17531 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:106)
11-30 14:48:53.851 17531 17531 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 14:48:53.851 17531 17531 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 14:48:53.851 17531 17531 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 14:48:53.851 17531 17531 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 14:48:53.851 17531 17531 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: FATAL EXCEPTION: main
11-30 14:49:03.928  5076  5076 E AndroidRuntime: Process: com.android.vending, PID: 5076
11-30 14:49:03.928  5076  5076 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at fev.a(PG:83)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at utv.d(PG:8)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at utu.c(PG:4)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at utu.a(PG:3)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at uus.u(PG:2)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at uus.f(PG:24)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at upl.run(PG:8)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 14:49:03.928  5076  5076 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: FATAL EXCEPTION: main
11-30 14:49:30.435  6205  6205 E AndroidRuntime: Process: com.android.vending, PID: 6205
11-30 14:49:30.435  6205  6205 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at fev.a(PG:83)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at utv.d(PG:8)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at utu.c(PG:4)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at utu.a(PG:3)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at uus.u(PG:2)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at uus.f(PG:24)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at upl.run(PG:8)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 14:49:30.435  6205  6205 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: FATAL EXCEPTION: main
11-30 14:50:08.429  6845  6845 E AndroidRuntime: Process: com.android.vending, PID: 6845
11-30 14:50:08.429  6845  6845 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at fev.a(PG:83)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at utv.d(PG:8)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at utu.c(PG:4)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at utu.a(PG:3)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at uus.u(PG:2)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at uus.f(PG:24)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at upl.run(PG:8)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 14:50:08.429  6845  6845 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: FATAL EXCEPTION: main
11-30 14:51:04.231  8510  8510 E AndroidRuntime: Process: com.android.vending, PID: 8510
11-30 14:51:04.231  8510  8510 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at fev.a(PG:83)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at utv.d(PG:8)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at utu.c(PG:4)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at utu.a(PG:3)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at uus.u(PG:2)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at uus.f(PG:24)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at upl.run(PG:8)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 14:51:04.231  8510  8510 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: FATAL EXCEPTION: main
11-30 14:52:56.986  9375  9375 E AndroidRuntime: Process: com.android.vending, PID: 9375
11-30 14:52:56.986  9375  9375 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at fev.a(PG:83)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at utv.d(PG:8)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at utu.c(PG:4)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at utu.a(PG:3)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at uus.u(PG:2)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at uus.f(PG:24)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at upl.run(PG:8)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 14:52:56.986  9375  9375 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: FATAL EXCEPTION: main
11-30 14:55:01.307 10347 10347 E AndroidRuntime: Process: com.android.vending, PID: 10347
11-30 14:55:01.307 10347 10347 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at fev.a(PG:83)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at utv.d(PG:8)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at utu.c(PG:4)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at utu.a(PG:3)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at uus.u(PG:2)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at uus.f(PG:24)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at upl.run(PG:8)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 14:55:01.307 10347 10347 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
--------- beginning of main
11-30 15:12:45.122  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:12:46.123  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:12:46.123  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:12:46.123  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:12:46.306 15154 19228 I Finsky:background: [43227] gef.X(3): Broadcasting <531:RUNNING:75%[75%]>.
11-30 15:12:46.312  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:46.312  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 1 line
11-30 15:12:46.313  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:46.314 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.excel:com.microsoft.office.excel reason: auto_update isis: ptIYjvoPRGuifRP33kXwEw, 2, 192
11-30 15:12:46.315  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:46.315  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 1 line
11-30 15:12:46.316  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:46.322 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:12:46.327 14965 20209 I Finsky  : [43357] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:12:46.358  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:46.368  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 19 lines
11-30 15:12:46.368  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:46.377  2985  3612 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:12:46.378  2985  3612 D API test: getContainerInfo: value is 150,1359085664
11-30 15:12:46.378  2985  3612 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:12:46.378  2985  3612 D API test: getContainerInfo: value is 150,1359085664
11-30 15:12:46.465  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:46.466  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:12:46.466  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:46.466  2985  2985 D AudioService: isEnabled
11-30 15:12:46.473  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:12:46.479  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:12:46.479  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:12:46.482  2985  3824 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:12:46.483  2985  3824 D PersonaManagerService: securefolder Secure Folder
11-30 15:12:46.483  2985  3824 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:12:46.484  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:12:46.500  2985  4272 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:12:46.584  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:12:46.584  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:12:46.956  2985  3002 I zygote  : Successfully killed process cgroup uid 10078 pid 19749 in 37ms
11-30 15:12:46.963  2985  3070 W Choreographer: Frame time is 12.021467 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:12:47.123  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:12:47.123  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:12:47.123  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:12:47.507  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:12:47.507  2719  2795 E IptablesRestoreController: -A fw_standby_uid -m owner --uid-owner 10052 -j DROP
11-30 15:12:47.507  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:12:47.533  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:12:47.533  2719  2795 E IptablesRestoreController: -A fw_standby_uid -m owner --uid-owner 10052 -j DROP
11-30 15:12:47.533  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:12:47.533  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:12:47.537  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:12:47.537  2719  2795 E IptablesRestoreController: -A fw_standby_uid -m owner --uid-owner 15010052 -j DROP
11-30 15:12:47.537  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:12:47.561  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:12:47.561  2719  2795 E IptablesRestoreController: -A fw_standby_uid -m owner --uid-owner 15010052 -j DROP
11-30 15:12:47.561  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:12:47.561  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:12:48.124  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:12:48.124  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:12:48.124  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:12:48.318 15154 19228 I Finsky:background: [43227] gef.X(3): Broadcasting <531:RUNNING:76%[76%]>.
11-30 15:12:48.322  2985  3613 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:48.322  2985  3613 I chatty  : uid=1000(system) Binder:2985_8 identical 1 line
11-30 15:12:48.323  2985  3613 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:48.324 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.excel:com.microsoft.office.excel reason: auto_update isis: ptIYjvoPRGuifRP33kXwEw, 2, 192
11-30 15:12:48.333 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:12:48.338 14965 20209 I Finsky  : [43357] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:12:48.378  2985  3613 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:48.389  2985  3613 I chatty  : uid=1000(system) Binder:2985_8 identical 22 lines
11-30 15:12:48.390  2985  3613 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:48.396  2985  3613 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:12:48.396  2985  3613 D API test: getContainerInfo: value is 150,1359085664
11-30 15:12:48.396  2985  3613 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:12:48.396  2985  3613 D API test: getContainerInfo: value is 150,1359085664
11-30 15:12:48.484  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:48.484  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:12:48.485  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:48.485  2985  2985 D AudioService: isEnabled
11-30 15:12:48.493  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:12:48.501  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:12:48.501  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:12:48.506  2985  3137 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:12:48.506  2985  3137 D PersonaManagerService: securefolder Secure Folder
11-30 15:12:48.508  2985  3613 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:12:48.508  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:12:48.525  2985  3137 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:12:48.608  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:12:48.608  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:12:49.124  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:12:49.124  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:12:49.124  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:12:49.357  3788  3799 D EPDG -- phonetype=: dsds
11-30 15:12:49.359  3788  3799 D [IWLANCONTENTPROVIDER]: TAG_CSCFEATURE_RIL_SUPPORTEPDG is disabled : Stop query
11-30 15:12:49.384  3788  3799 D EPDG -- phonetype=: dsds
11-30 15:12:49.384  3788  3799 D [IWLANCONTENTPROVIDER]: TAG_CSCFEATURE_RIL_SUPPORTEPDG is disabled : Stop query
11-30 15:12:49.430  2985  3002 I zygote  : Successfully killed process cgroup uid 15010078 pid 19695 in 59ms
11-30 15:12:49.432  2985  3070 W Choreographer: Frame time is 16.665787 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:12:49.727  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:12:49.727  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:12:49.727  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:12:50.124  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:12:50.124  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:12:50.124  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:12:50.340 15154 19228 I Finsky:background: [43227] gef.X(3): Broadcasting <531:RUNNING:77%[77%]>.
11-30 15:12:50.343  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:50.343  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 1 line
11-30 15:12:50.343  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:50.344 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.excel:com.microsoft.office.excel reason: auto_update isis: ptIYjvoPRGuifRP33kXwEw, 2, 192
11-30 15:12:50.344  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:50.344  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 1 line
11-30 15:12:50.344  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:50.349 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:12:50.352 14965 20209 I Finsky  : [43357] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:12:50.383  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:50.392  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 19 lines
11-30 15:12:50.392  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:50.399  2985  3614 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:12:50.399  2985  3614 D API test: getContainerInfo: value is 150,1359085664
11-30 15:12:50.399  2985  3614 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:12:50.399  2985  3614 D API test: getContainerInfo: value is 150,1359085664
11-30 15:12:50.479  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:50.480  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:12:50.480  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:50.480  2985  2985 D AudioService: isEnabled
11-30 15:12:50.494  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:12:50.505  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:12:50.505  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:12:50.510  2985  4272 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:12:50.512  2985  3614 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:12:50.512  2985  4272 D PersonaManagerService: securefolder Secure Folder
11-30 15:12:50.512  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:12:50.536  2985  5082 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:12:50.612  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:12:50.612  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:12:51.124  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:12:51.125  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:12:51.125  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:12:52.125  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:12:52.125  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:12:52.125  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:12:52.221  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:12:52.221  2985  2985 I MotionRecognitionService: Plugged
11-30 15:12:52.221  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:12:52.221  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:12:52.223  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:12:52.224  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:12:52.225  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:12:52.226  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:12:52.226  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:12:52.230  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:12:52.230  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:12:52.230  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:12:52.232 32275 32275 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:12:52.233 32275 32275 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:12:52.235 32275 32275 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:12:52.235 32275 32275 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:12:52.368 15154 19228 I Finsky:background: [43227] gef.X(3): Broadcasting <531:RUNNING:78%[78%]>.
11-30 15:12:52.371  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:52.371  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 1 line
11-30 15:12:52.371  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:52.372 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.excel:com.microsoft.office.excel reason: auto_update isis: ptIYjvoPRGuifRP33kXwEw, 2, 192
11-30 15:12:52.372  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:52.372  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 1 line
11-30 15:12:52.372  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:52.376 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:12:52.380 14965 20209 I Finsky  : [43357] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:12:52.407  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:52.415  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 19 lines
11-30 15:12:52.415  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:52.422  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:12:52.422  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:12:52.422  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:12:52.422  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:12:52.489  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:52.490  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:12:52.490  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:52.490  2985  2985 D AudioService: isEnabled
11-30 15:12:52.498  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:12:52.504  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:12:52.504  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:12:52.507  2985  5095 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:12:52.507  2985  5095 D PersonaManagerService: securefolder Secure Folder
11-30 15:12:52.508  2985  5082 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:12:52.509  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:12:52.524  2985  3614 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:12:52.609  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:12:52.609  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:12:53.125  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:12:53.125  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:12:53.125  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:12:54.126  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:12:54.126  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:12:54.126  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:12:54.363 15154 19228 I Finsky:background: [43227] gef.X(3): Broadcasting <531:RUNNING:80%[80%]>.
11-30 15:12:54.366  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:54.366  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 1 line
11-30 15:12:54.366  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:54.367 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.excel:com.microsoft.office.excel reason: auto_update isis: ptIYjvoPRGuifRP33kXwEw, 2, 192
11-30 15:12:54.368  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:54.368  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 1 line
11-30 15:12:54.368  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:54.372 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:12:54.375 14965 20209 I Finsky  : [43357] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:12:54.387 19110 19226 D ConnectivityManager: unregisterNetworkCallback; CallingUid : 15010078, CallingPid : 19110
11-30 15:12:54.404  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:54.413  2985  4272 I chatty  : uid=1000(system) Binder:2985_11 identical 19 lines
11-30 15:12:54.413  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:54.422  2985  4272 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:12:54.422  2985  4272 D API test: getContainerInfo: value is 150,1359085664
11-30 15:12:54.423  2985  4272 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:12:54.423  2985  4272 D API test: getContainerInfo: value is 150,1359085664
11-30 15:12:54.502  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:54.502  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:12:54.502  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:54.502  2985  2985 D AudioService: isEnabled
11-30 15:12:54.511  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:12:54.522  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:12:54.522  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:12:54.528  2985  4272 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:12:54.529  2985  4272 D PersonaManagerService: securefolder Secure Folder
11-30 15:12:54.531  2985  4272 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:12:54.531  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:12:54.552  2985  5082 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:12:54.631  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:12:54.631  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:12:55.126  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:12:55.126  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:12:55.126  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:12:55.533  2605  3073 I Sensors : ProximitySensor:readEvents: value 0(cm)
11-30 15:12:55.535  2985  2985 D SensorManager: Proximity, val = 0.0  [close]
11-30 15:12:55.535  3775  3775 D SensorManager: Proximity, val = 0.0  [close]
11-30 15:12:55.535  3775  3775 D VolteServiceModule: proximity sensor:0.0(Max: 8.0)
11-30 15:12:55.535  3775  3775 D PdnController<1>: getNetworkState:
11-30 15:12:55.536  3775  3775 D VolteServiceModule: checkPeriodicProxSensor: Already done!
11-30 15:12:55.537  2985  2985 D WifiStateMachine: Processing onSensorChanged event at : 1638259975537 , mIsClose : true
11-30 15:12:55.537  2985  2985 D WifiStateMachine: Something closed 
11-30 15:12:55.653  2605  3073 I Sensors : ProximitySensor:readEvents: value 8(cm)
11-30 15:12:55.654  3775  3775 D SensorManager: Proximity, val = 8.0  [far]
11-30 15:12:55.654  2985  2985 D SensorManager: Proximity, val = 8.0  [far]
11-30 15:12:55.654  2985  2985 D WifiStateMachine: Processing onSensorChanged event at : 1638259975654 , mIsClose : false
11-30 15:12:55.654  3775  3775 D VolteServiceModule: proximity sensor:8.0(Max: 8.0)
11-30 15:12:55.654  2985  2985 D WifiStateMachine: Nothing closed
11-30 15:12:55.923  2605  3073 I Sensors : ProximitySensor:readEvents: value 0(cm)
11-30 15:12:55.924  3775  3775 D SensorManager: Proximity, val = 0.0  [close]
11-30 15:12:55.924  2985  2985 D SensorManager: Proximity, val = 0.0  [close]
11-30 15:12:55.925  2985  2985 D WifiStateMachine: Processing onSensorChanged event at : 1638259975924 , mIsClose : true
11-30 15:12:55.925  2985  2985 D WifiStateMachine: Something closed 
11-30 15:12:55.925  3775  3775 D VolteServiceModule: proximity sensor:0.0(Max: 8.0)
11-30 15:12:55.925  3775  3775 D PdnController<1>: getNetworkState:
11-30 15:12:55.926  3775  3775 D VolteServiceModule: checkPeriodicProxSensor: Already done!
11-30 15:12:56.126  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:12:56.126  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:12:56.126  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:12:56.390 15154 19228 I Finsky:background: [43227] gef.X(3): Broadcasting <531:RUNNING:82%[82%]>.
11-30 15:12:56.396  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:56.396  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 1 line
11-30 15:12:56.396  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:56.397 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.excel:com.microsoft.office.excel reason: auto_update isis: ptIYjvoPRGuifRP33kXwEw, 2, 192
11-30 15:12:56.398  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:56.398  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 1 line
11-30 15:12:56.398  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:56.402 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:12:56.405 14965 20209 I Finsky  : [43357] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:12:56.432  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:56.443  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 19 lines
11-30 15:12:56.443  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:56.450  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:12:56.450  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:12:56.450  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:12:56.450  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:12:56.529  4729  4956 I PlayCommon: [42553] aamo.k(22): Preparing logs for uploading
11-30 15:12:56.535  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:56.535  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:12:56.535  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:56.535  2985  2985 D AudioService: isEnabled
11-30 15:12:56.542  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:12:56.547  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:12:56.547  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:12:56.549  2985  5095 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:12:56.550  2985  5095 D PersonaManagerService: securefolder Secure Folder
11-30 15:12:56.550  2985  5095 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:12:56.551  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:12:56.558  4729  4956 I PlayCommon: [42553] aamo.k(169): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true
11-30 15:12:56.564  4729  4956 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:12:56.564  4729  4956 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:12:56.564  2985  5082 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:12:56.571  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:12:56.651  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:12:56.651  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:12:56.759  2605  2605 I Sensors : ProximitySensor:readEvents: value 8(cm)
11-30 15:12:56.760  3775  3775 D SensorManager: Proximity, val = 8.0  [far]
11-30 15:12:56.760  2985  2985 D SensorManager: Proximity, val = 8.0  [far]
11-30 15:12:56.760  3775  3775 D VolteServiceModule: proximity sensor:8.0(Max: 8.0)
11-30 15:12:56.760  2985  2985 D WifiStateMachine: Processing onSensorChanged event at : 1638259976760 , mIsClose : false
11-30 15:12:56.760  2985  2985 D WifiStateMachine: Nothing closed
11-30 15:12:57.127  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:12:57.127  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:12:57.127  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:12:57.268  4729  4956 I PlayCommon: [42553] aamo.k(201): Successfully uploaded logs.
11-30 15:12:58.127  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:12:58.127  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:12:58.127  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:12:58.401 15154 19228 I Finsky:background: [43227] gef.X(3): Broadcasting <531:RUNNING:83%[83%]>.
11-30 15:12:58.407  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:58.413  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 7 lines
11-30 15:12:58.413  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:58.414 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.excel:com.microsoft.office.excel reason: auto_update isis: ptIYjvoPRGuifRP33kXwEw, 2, 192
11-30 15:12:58.422 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:12:58.428 14965 20209 I Finsky  : [43357] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:12:58.456  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:58.466  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 16 lines
11-30 15:12:58.466  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:58.476  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:12:58.476  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:12:58.476  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:12:58.476  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:12:58.563  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:58.563  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:12:58.563  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:12:58.563  2985  2985 D AudioService: isEnabled
11-30 15:12:58.571  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:12:58.580  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:12:58.580  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:12:58.583  2985  3137 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:12:58.584  2985  3137 D PersonaManagerService: securefolder Secure Folder
11-30 15:12:58.584  2985  3137 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:12:58.584  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:12:58.598  2985  3614 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:12:58.685  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:12:58.685  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:12:58.848  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 6 99 -6 -200 -6 -200 -1 11 -100 -12 30 2 0 2147483647 0x2002 P gsm|lte level=2
11-30 15:12:58.848  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:12:59.127  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:12:59.127  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:12:59.127  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:12:59.770  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:12:59.770  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:12:59.771  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:13:00.110  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 7 99 -7 -200 -7 -200 -1 13 -98 -12 20 2 0 2147483647 0x2002 P gsm|lte level=2
11-30 15:13:00.111  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:13:00.128  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:00.128  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:00.128  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:00.233  2985  3002 I zygote  : Successfully killed process cgroup uid 15010018 pid 13794 in 40ms
11-30 15:13:00.239  2985  3070 W Choreographer: Frame time is 5.114066 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:13:00.459 15154 19228 I Finsky:background: [43227] gef.X(3): Broadcasting <531:RUNNING:86%[86%]>.
11-30 15:13:00.461  2985  3137 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:00.461  2985  3137 I chatty  : uid=1000(system) Binder:2985_4 identical 1 line
11-30 15:13:00.461  2985  3137 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:00.462 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.excel:com.microsoft.office.excel reason: auto_update isis: ptIYjvoPRGuifRP33kXwEw, 2, 192
11-30 15:13:00.462  2985  3137 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:00.462  2985  3137 I chatty  : uid=1000(system) Binder:2985_4 identical 1 line
11-30 15:13:00.462  2985  3137 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:00.468 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:13:00.471 14965 20209 I Finsky  : [43357] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:13:00.482  2985  3137 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:00.490  2985  3137 I chatty  : uid=1000(system) Binder:2985_4 identical 19 lines
11-30 15:13:00.490  2985  3137 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:00.496  2985  3137 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:13:00.496  2985  3137 D API test: getContainerInfo: value is 150,1359085664
11-30 15:13:00.496  2985  3137 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:13:00.496  2985  3137 D API test: getContainerInfo: value is 150,1359085664
11-30 15:13:00.579  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:00.580  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:13:00.580  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:00.580  2985  2985 D AudioService: isEnabled
11-30 15:13:00.586  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:13:00.592  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:13:00.592  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:13:00.594  2985  3137 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:13:00.595  2985  3137 D PersonaManagerService: securefolder Secure Folder
11-30 15:13:00.596  2985  3137 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:13:00.596  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:13:00.609  2985  5082 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:13:00.696  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:13:00.696  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:13:01.128  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:01.128  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:01.128  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:01.390  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 7 99 -7 -200 -7 -200 -1 99 -97 -11 20 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:13:01.390  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:13:01.395  3510  3510 E SignalClusterView: setSlotFocusVisible : subId 3 visible false
11-30 15:13:01.395  3510  3510 E SignalClusterView: setSlotFocusVisible : subId 3 visible false
11-30 15:13:02.128  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:02.129  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:02.129  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:02.342  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:13:02.342  2985  2985 I MotionRecognitionService: Plugged
11-30 15:13:02.342  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:13:02.342  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:13:02.344  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:13:02.345  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:13:02.346  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:13:02.346  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:13:02.350  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:13:02.353  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:13:02.353 32275 32275 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:13:02.353  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:13:02.353 32275 32275 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:13:02.353  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:13:02.355 32275 32275 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:13:02.355 32275 32275 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:13:02.453 15154 19228 I Finsky:background: [43227] gef.X(3): Broadcasting <531:RUNNING:88%[88%]>.
11-30 15:13:02.462  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:02.465  2985  4272 I chatty  : uid=1000(system) Binder:2985_11 identical 4 lines
11-30 15:13:02.466  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:02.470 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.excel:com.microsoft.office.excel reason: auto_update isis: ptIYjvoPRGuifRP33kXwEw, 2, 192
11-30 15:13:02.479 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:13:02.483 14965 20209 I Finsky  : [43357] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:13:02.505  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:02.505  2985  4272 I chatty  : uid=1000(system) Binder:2985_11 identical 1 line
11-30 15:13:02.505  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:02.507  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:02.518  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 16 lines
11-30 15:13:02.518  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:02.528  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:13:02.528  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:13:02.557  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:13:02.557  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:13:02.605  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:02.606  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:13:02.606  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:02.606  2985  2985 D AudioService: isEnabled
11-30 15:13:02.616  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:13:02.623  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:13:02.624  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:13:02.627  2985  4272 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:13:02.628  2985  4272 D PersonaManagerService: securefolder Secure Folder
11-30 15:13:02.628  2985  4272 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:13:02.628  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:13:02.645  2985  4272 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:13:02.667  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 8 99 -8 -200 -8 -200 -1 15 -96 -11 20 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:13:02.667  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:13:02.729  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:13:02.729  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:13:02.755  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:13:02.755  2719  2795 E IptablesRestoreController: -D fw_standby_uid -m owner --uid-owner 15010212 -j DROP
11-30 15:13:02.755  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:13:02.770  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:13:02.770  2719  2795 E IptablesRestoreController: -D fw_standby_uid -m owner --uid-owner 15010212 -j DROP
11-30 15:13:02.770  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:13:02.770  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:13:02.802  4604  4604 I Launcher: onReceive: com.samsung.action.EVERY_MINUTE_CLOCK_UPDATE
11-30 15:13:02.810  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.sec.android.app.clockpackage
11-30 15:13:02.811  4604  4604 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:13:02.814  3510  3617 D KeyguardUpdateMonitor: received broadcast android.intent.action.TIME_TICK
11-30 15:13:02.814  3510  3510 D KeyguardServiceBoxContainer: refreshTime() 1
11-30 15:13:02.847  4604  4604 I LiveIconManager: getLiveIcon: complete(sync_created)
11-30 15:13:02.847  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.sec.android.app.clockpackage
11-30 15:13:02.847  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.samsung.android.calendar
11-30 15:13:02.847  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.samsung.android.calendar
11-30 15:13:02.894 21071 21100 D TransportRuntime.CctTransportBackend: Making request to: https://firebaselogging-pa.googleapis.com/v1/firelog/legacy/batchlog
11-30 15:13:02.916 21071 21100 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:13:02.916 21071 21100 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:13:02.917  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:13:03.129  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:03.129  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:03.129  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:03.385  2985  4272 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11201 ,Container id: 0
11-30 15:13:03.385  2985  4272 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11201 ,Container id: 0
11-30 15:13:03.386  2985  4272 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:13:03.722 21071 21100 I TransportRuntime.CctTransportBackend: Status Code: 503
11-30 15:13:03.723 21071 21100 I TransportRuntime.CctTransportBackend: Content-Type: application/json; charset=UTF-8
11-30 15:13:03.723 21071 21100 I TransportRuntime.CctTransportBackend: Content-Encoding: gzip
11-30 15:13:03.735 21071 21100 D TransportRuntime.JobInfoScheduler: Scheduling upload for context TransportContext(cct, DEFAULT, MSRodHRwczovL2ZpcmViYXNlbG9nZ2luZy1wYS5nb29nbGVhcGlzLmNvbS92MS9maXJlbG9nL2xlZ2FjeS9iYXRjaGxvZ1xBSXphU3lDY2traUg4aTJaQVJ3T3MxTEV6RktsZDE1YU9HOG96S28=) with jobId=-2019873928 in 90000ms(Backend next call timestamp 1638259073398). Attempt 2
11-30 15:13:04.129  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:04.129  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:04.129  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:04.469 15154 19228 I Finsky:background: [43227] gef.X(3): Broadcasting <531:RUNNING:90%[90%]>.
11-30 15:13:04.474  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:04.474  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 1 line
11-30 15:13:04.475  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:04.477 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.excel:com.microsoft.office.excel reason: auto_update isis: ptIYjvoPRGuifRP33kXwEw, 2, 192
11-30 15:13:04.486 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:13:04.491 14965 20209 I Finsky  : [43357] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:13:04.534  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:04.545  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 22 lines
11-30 15:13:04.545  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:04.554  2985  3614 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:13:04.554  2985  3614 D API test: getContainerInfo: value is 150,1359085664
11-30 15:13:04.554  2985  3614 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:13:04.554  2985  3614 D API test: getContainerInfo: value is 150,1359085664
11-30 15:13:04.625  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:04.625  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:13:04.625  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:04.625  2985  2985 D AudioService: isEnabled
11-30 15:13:04.633  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:13:04.642  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:13:04.643  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:13:04.645  2985  3614 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:13:04.645  2985  3614 D PersonaManagerService: securefolder Secure Folder
11-30 15:13:04.647  2985  3614 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:13:04.647  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:13:04.663  2985  5082 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:13:04.747  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:13:04.747  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:13:05.125 21139 21159 W CrashLoopRemedyLog: unable to delete remedy log, instaCrash: true
11-30 15:13:05.129  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:05.130  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:05.130  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:05.297 18545 24881 D MainWorker: doWork() invoked.
11-30 15:13:05.301 18545 24881 D MainWorker:  @@@ Notification service is enabled.
11-30 15:13:05.302 18545 24881 D MainWorker:  @@@ do nothing and wait for the next cycle ;)
11-30 15:13:05.304 18545 18579 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=e4cfc915-a853-4ae3-857b-e2190d4ca609, tags={ com.myd.android.nhistory2.initiators.MainWorker } ]
11-30 15:13:06.130  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:06.130  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:06.130  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:06.608 15154 19228 I Finsky:background: [43227] gef.X(3): Broadcasting <531:RUNNING:92%[92%]>.
11-30 15:13:06.611  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:06.611  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 1 line
11-30 15:13:06.611  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:06.613 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.excel:com.microsoft.office.excel reason: auto_update isis: ptIYjvoPRGuifRP33kXwEw, 2, 192
11-30 15:13:06.613  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:06.613  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 1 line
11-30 15:13:06.613  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:06.618 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:13:06.621 14965 20209 I Finsky  : [43357] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:13:06.650  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:06.660  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 19 lines
11-30 15:13:06.660  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:06.671  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:13:06.671  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:13:06.671  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:13:06.671  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:13:06.733  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:06.733  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:13:06.733  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:06.734  2985  2985 D AudioService: isEnabled
11-30 15:13:06.740  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:13:06.746  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:13:06.747  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:13:06.750  2985  4272 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:13:06.751  2985  4272 D PersonaManagerService: securefolder Secure Folder
11-30 15:13:06.751  2985  5082 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:13:06.751  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:13:06.768  2985  3137 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:13:06.851  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:13:06.851  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:13:07.130  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:07.130  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:07.130  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:08.130  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:08.131  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:08.131  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:08.635 15154 19228 I Finsky:background: [43227] gef.X(3): Broadcasting <531:RUNNING:93%[93%]>.
11-30 15:13:08.641  2985  3137 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:08.641  2985  3137 I chatty  : uid=1000(system) Binder:2985_4 identical 1 line
11-30 15:13:08.642  2985  3137 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:08.642 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.excel:com.microsoft.office.excel reason: auto_update isis: ptIYjvoPRGuifRP33kXwEw, 2, 192
11-30 15:13:08.643  2985  3137 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:08.644  2985  3137 I chatty  : uid=1000(system) Binder:2985_4 identical 1 line
11-30 15:13:08.644  2985  3137 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:08.652 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:13:08.663 14965 20209 I Finsky  : [43357] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:13:08.684  2985  3137 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:08.693  2985  3137 I chatty  : uid=1000(system) Binder:2985_4 identical 19 lines
11-30 15:13:08.693  2985  3137 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:08.702  2985  3137 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:13:08.703  2985  3137 D API test: getContainerInfo: value is 150,1359085664
11-30 15:13:08.703  2985  3137 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:13:08.703  2985  3137 D API test: getContainerInfo: value is 150,1359085664
11-30 15:13:08.783  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:08.783  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:13:08.783  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:08.783  2985  2985 D AudioService: isEnabled
11-30 15:13:08.793  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:13:08.801  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:13:08.801  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:13:08.806  2985  3614 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:13:08.807  2985  3614 D PersonaManagerService: securefolder Secure Folder
11-30 15:13:08.808  2985  3614 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:13:08.808  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:13:08.826  2985  5082 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:13:08.907  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:13:08.907  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:13:09.131  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:09.131  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:09.131  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:09.810  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:13:09.810  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:13:09.810  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:13:10.131  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:10.131  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:10.131  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:10.664 15154 19228 I Finsky:background: [43227] gef.X(3): Broadcasting <531:RUNNING:95%[95%]>.
11-30 15:13:10.668  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:10.668  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 1 line
11-30 15:13:10.668  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:10.669 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.excel:com.microsoft.office.excel reason: auto_update isis: ptIYjvoPRGuifRP33kXwEw, 2, 192
11-30 15:13:10.669  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:10.669  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 1 line
11-30 15:13:10.669  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:10.674 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:13:10.678 14965 20209 I Finsky  : [43357] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:13:10.700  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:10.707  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 19 lines
11-30 15:13:10.708  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:10.715  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:13:10.715  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:13:10.715  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:13:10.715  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:13:10.777  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:10.777  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:13:10.777  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:10.778  2985  2985 D AudioService: isEnabled
11-30 15:13:10.785  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:13:10.790  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:13:10.791  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:13:10.793  2985  3137 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:13:10.794  2985  3137 D PersonaManagerService: securefolder Secure Folder
11-30 15:13:10.794  2985  5082 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:13:10.794  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:13:10.809  2985  4272 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:13:10.895  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:13:10.895  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:13:11.132  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:11.132  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:11.132  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:12.132  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:12.132  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:12.132  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:12.462  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:13:12.462  2985  2985 I MotionRecognitionService: Plugged
11-30 15:13:12.462  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:13:12.462  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:13:12.464  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:13:12.467  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:13:12.468  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:13:12.468  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:13:12.469  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:13:12.475 32275 32275 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:13:12.476 32275 32275 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:13:12.476  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:13:12.477  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:13:12.477  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:13:12.479 32275 32275 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:13:12.479 32275 32275 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:13:12.759 15154 19228 I Finsky:background: [43227] gef.X(3): Broadcasting <531:RUNNING:96%[96%]>.
11-30 15:13:12.765  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:12.766  2985  4272 I chatty  : uid=1000(system) Binder:2985_11 identical 1 line
11-30 15:13:12.766  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:12.766 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.excel:com.microsoft.office.excel reason: auto_update isis: ptIYjvoPRGuifRP33kXwEw, 2, 192
11-30 15:13:12.771 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:13:12.774 14965 20209 I Finsky  : [43357] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:13:12.800  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:12.802  2985  4272 I chatty  : uid=1000(system) Binder:2985_11 identical 7 lines
11-30 15:13:12.802  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:12.803  2985  3137 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:12.808  2985  3137 I chatty  : uid=1000(system) Binder:2985_4 identical 13 lines
11-30 15:13:12.808  2985  3137 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:12.816  2985  3137 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:13:12.816  2985  3137 D API test: getContainerInfo: value is 150,1359085664
11-30 15:13:12.817  2985  3137 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:13:12.817  2985  3137 D API test: getContainerInfo: value is 150,1359085664
11-30 15:13:12.833  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:13:12.833  2719  2795 E IptablesRestoreController: -A fw_standby_uid -m owner --uid-owner 15010212 -j DROP
11-30 15:13:12.833  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:13:12.842  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:13:12.842  2719  2795 E IptablesRestoreController: -A fw_standby_uid -m owner --uid-owner 15010212 -j DROP
11-30 15:13:12.842  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:13:12.842  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:13:12.884  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:12.885  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:13:12.885  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:12.885  2985  2985 D AudioService: isEnabled
11-30 15:13:12.891  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:13:12.896  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:13:12.896  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:13:12.899  2985  4272 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:13:12.899  2985  4272 D PersonaManagerService: securefolder Secure Folder
11-30 15:13:12.900  2985  4272 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:13:12.900  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:13:12.913  2985  5082 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:13:13.000  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:13:13.000  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:13:13.132  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:13.132  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:13.132  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:13.950 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(0) data(0) accounts({}) accounts deleted({}) calls([]) countryIso(ID) userId(150)  ]

11-30 15:13:13.950 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ agr({})  ]

11-30 15:13:13.950 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({})  ]

11-30 15:13:13.950 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(0) data(0) accounts({})  ]

11-30 15:13:13.950 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(0) data(0) accounts({})  ]
11-30 15:13:14.133  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:14.133  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:14.133  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:14.780 15154 19228 I Finsky:background: [43227] gef.X(3): Broadcasting <531:RUNNING:96%[96%]>.
11-30 15:13:14.784  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:14.784  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 1 line
11-30 15:13:14.784  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:14.786 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.excel:com.microsoft.office.excel reason: auto_update isis: ptIYjvoPRGuifRP33kXwEw, 2, 192
11-30 15:13:14.786  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:14.787  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 1 line
11-30 15:13:14.787  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:14.794 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:13:14.800 14965 20209 I Finsky  : [43357] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:13:14.842  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:14.852  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 19 lines
11-30 15:13:14.852  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:14.861  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:13:14.862  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:13:14.862  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:13:14.862  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:13:14.936  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:14.936  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:13:14.936  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:14.936  2985  2985 D AudioService: isEnabled
11-30 15:13:14.946  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:13:14.952  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:13:14.953  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:13:14.955  2985  3614 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:13:14.956  2985  3614 D PersonaManagerService: securefolder Secure Folder
11-30 15:13:14.957  2985  3614 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:13:14.958  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:13:14.974  2985  3137 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:13:15.058  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:13:15.058  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:13:15.133  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:15.133  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:15.133  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:16.133  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:16.133  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:16.134  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:16.804 15154 19228 I Finsky:background: [43227] gef.X(3): Broadcasting <531:RUNNING:97%[97%]>.
11-30 15:13:16.809  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:16.809  2985  4272 I chatty  : uid=1000(system) Binder:2985_11 identical 1 line
11-30 15:13:16.809  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:16.811 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.excel:com.microsoft.office.excel reason: auto_update isis: ptIYjvoPRGuifRP33kXwEw, 2, 192
11-30 15:13:16.812  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:16.812  2985  4272 I chatty  : uid=1000(system) Binder:2985_11 identical 1 line
11-30 15:13:16.812  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:16.817 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:13:16.822 14965 20209 I Finsky  : [43357] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:13:16.862  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:16.872  2985  4272 I chatty  : uid=1000(system) Binder:2985_11 identical 19 lines
11-30 15:13:16.872  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:16.882  2985  4272 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:13:16.882  2985  4272 D API test: getContainerInfo: value is 150,1359085664
11-30 15:13:16.882  2985  4272 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:13:16.882  2985  4272 D API test: getContainerInfo: value is 150,1359085664
11-30 15:13:16.952  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:16.952  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:13:16.952  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:16.952  2985  2985 D AudioService: isEnabled
11-30 15:13:16.959  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:13:16.965  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:13:16.966  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:13:16.969  2985  3137 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:13:16.969  2985  4272 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:13:16.970  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:13:16.970  2985  3137 D PersonaManagerService: securefolder Secure Folder
11-30 15:13:16.986  2985  3614 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:13:17.070  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:13:17.070  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:13:17.134  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:17.134  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:17.134  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:18.134  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:18.134  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:18.134  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:18.960 15154 19228 I Finsky:background: [43227] gef.X(3): Broadcasting <531:RUNNING:98%[98%]>.
11-30 15:13:18.965  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:18.965  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 1 line
11-30 15:13:18.966  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:18.967 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.excel:com.microsoft.office.excel reason: auto_update isis: ptIYjvoPRGuifRP33kXwEw, 2, 192
11-30 15:13:18.968  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:18.968  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 1 line
11-30 15:13:18.969  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:18.976 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:13:18.982 14965 20209 I Finsky  : [43357] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:13:19.024  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:19.035  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 19 lines
11-30 15:13:19.035  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:19.044  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:13:19.045  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:13:19.045  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:13:19.045  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:13:19.128  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:19.128  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:13:19.128  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:19.128  2985  2985 D AudioService: isEnabled
11-30 15:13:19.134  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:19.134  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:19.134  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:19.136  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:13:19.142  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:13:19.142  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:13:19.145  2985  4272 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:13:19.146  2985  4272 D PersonaManagerService: securefolder Secure Folder
11-30 15:13:19.146  2985  4272 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:13:19.147  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:13:19.164  2985  5082 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:13:19.247  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:13:19.247  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:13:19.841  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:13:19.841  2719  2795 E IptablesRestoreController: -D fw_standby_uid -m owner --uid-owner 15010227 -j DROP
11-30 15:13:19.841  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:13:19.847  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:13:19.847  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:13:19.847  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:13:19.859  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:13:19.859  2719  2795 E IptablesRestoreController: -D fw_standby_uid -m owner --uid-owner 15010227 -j DROP
11-30 15:13:19.859  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:13:19.859  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:13:19.877 21258 12611 E WakeLock: GCM_HB_ALARM release without a matched acquire!
11-30 15:13:20.134  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:20.135  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:20.135  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:20.590  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 7 99 -7 -200 -7 -200 -1 13 -98 -10 -20 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:13:20.590  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:13:20.966  1956 15354 W OkHttpClient: A connection to https://graph.facebook.com/ was leaked. Did you forget to close a response body?
11-30 15:13:20.990 15154 19228 I Finsky:background: [43227] gef.X(3): Broadcasting <531:RUNNING:99%[99%]>.
11-30 15:13:20.994  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:20.994  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 1 line
11-30 15:13:20.994  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:20.996 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.excel:com.microsoft.office.excel reason: auto_update isis: ptIYjvoPRGuifRP33kXwEw, 2, 192
11-30 15:13:20.996  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:20.996  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 1 line
11-30 15:13:20.997  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:21.003 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:13:21.007 14965 20209 I Finsky  : [43357] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:13:21.036  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:21.046  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 19 lines
11-30 15:13:21.046  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:21.067  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:13:21.068  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:13:21.085  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:13:21.085  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:13:21.130  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:21.131  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:13:21.131  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:21.131  2985  2985 D AudioService: isEnabled
11-30 15:13:21.135  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:21.135  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:21.135  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:21.139  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:13:21.146  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:13:21.146  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:13:21.149  2985  3614 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:13:21.150  2985  3614 D PersonaManagerService: securefolder Secure Folder
11-30 15:13:21.151  2985  5082 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:13:21.151  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:13:21.167  2985  3614 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:13:21.252  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:13:21.252  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:13:22.135  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:22.135  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:22.135  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:22.582  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:13:22.582  2985  2985 I MotionRecognitionService: Plugged
11-30 15:13:22.582  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:13:22.582  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:13:22.584  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:13:22.586  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:13:22.587  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:13:22.588  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:13:22.593 32275 32275 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:13:22.593 32275 32275 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:13:22.594  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:13:22.594  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:13:22.594  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:13:22.595 32275 32275 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:13:22.595 32275 32275 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:13:22.596  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:13:23.135  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:23.135  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:23.135  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:23.157 15154 19228 I Finsky:background: [43227] gef.X(3): Broadcasting <531:RUNNING:99%[99%]>.
11-30 15:13:23.162  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:23.162  2985  4272 I chatty  : uid=1000(system) Binder:2985_11 identical 1 line
11-30 15:13:23.162  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:23.164 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.excel:com.microsoft.office.excel reason: auto_update isis: ptIYjvoPRGuifRP33kXwEw, 2, 192
11-30 15:13:23.164  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:23.165  2985  4272 I chatty  : uid=1000(system) Binder:2985_11 identical 1 line
11-30 15:13:23.165  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:23.171 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:13:23.175 14965 20209 I Finsky  : [43357] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.excel, status=DOWNLOADING
11-30 15:13:23.204  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:23.213  2985  4272 I chatty  : uid=1000(system) Binder:2985_11 identical 19 lines
11-30 15:13:23.213  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:23.223  2985  4272 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:13:23.223  2985  4272 D API test: getContainerInfo: value is 150,1359085664
11-30 15:13:23.223  2985  4272 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:13:23.223  2985  4272 D API test: getContainerInfo: value is 150,1359085664
11-30 15:13:23.300  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:23.301  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:13:23.301  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:23.301  2985  2985 D AudioService: isEnabled
11-30 15:13:23.309  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:13:23.315  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:13:23.315  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:13:23.319  2985  3614 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:13:23.320  2985  3614 D PersonaManagerService: securefolder Secure Folder
11-30 15:13:23.321  2985  4272 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:13:23.321  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:13:23.338  2985  4272 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:13:23.421  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:13:23.421  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:13:23.604  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:ovo.id user:0
11-30 15:13:23.604  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:13:23.604  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:ovo.id user:0
11-30 15:13:23.604  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:13:23.627 21468 21468 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:13:23.633 21468 21468 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:13:23.635 21468 21468 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=ovo.id 
11-30 15:13:23.696  2985  3137 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10439 ,Container id: 0
11-30 15:13:23.696  2985  3137 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10439 ,Container id: 0
11-30 15:13:23.697  2985  3137 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:13:23.703  2985  3137 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10439 ,Container id: 0
11-30 15:13:23.703  2985  3137 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10439 ,Container id: 0
11-30 15:13:23.703  2985  3137 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:13:23.709 21468 21468 D ActivityThread: Added TimaKeyStore provider
11-30 15:13:23.744 21468 21468 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10439
11-30 15:13:23.744 21468 21468 D Proxy   : mdoP is null: 10439
11-30 15:13:23.884 15154 19228 I Finsky:background: [43227] gef.X(3): Broadcasting <531:SUCCEEDED>.
11-30 15:13:23.890  2985  3645 D LocationManagerService: request from uid 15010018 is now foreground
11-30 15:13:23.893  2985  3645 D LocationManagerService: request from uid 15010018 is now foreground
11-30 15:13:23.901  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:23.901  2985  4272 I chatty  : uid=1000(system) Binder:2985_11 identical 1 line
11-30 15:13:23.901  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:23.919  6077  6077 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.herrevad.services.LightweightNetworkQualityAndroidService.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:13:23.919  6077  6077 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.herrevad.services.LightweightNetworkQualityAndroidService.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:13:23.921  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:23.929  2985  4272 I chatty  : uid=1000(system) Binder:2985_11 identical 22 lines
11-30 15:13:23.929  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:23.932  2985  4272 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:13:23.932  2985  4272 D API test: getContainerInfo: value is 150,1359085664
11-30 15:13:23.933  2985  4272 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:13:23.933  2985  4272 D API test: getContainerInfo: value is 150,1359085664
11-30 15:13:23.937 16033 16043 I zygote  : Background concurrent copying GC freed 310931(15MB) AllocSpace objects, 23(1048KB) LOS objects, 49% free, 13MB/26MB, paused 209us total 192.950ms
11-30 15:13:23.952 21468 21468 W ResourceType: ResTable_typeSpec entry count inconsistent: given 475, previously 646
11-30 15:13:23.952 21468 21468 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1152, previously 1154
11-30 15:13:23.952 21468 21468 W ResourceType: ResTable_typeSpec entry count inconsistent: given 189, previously 994
11-30 15:13:24.001  6077  6077 I Herrevad: [2] zkt.a: updateListenState
11-30 15:13:24.006  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:24.007  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:13:24.007  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:24.007  2985  2985 D AudioService: isEnabled
11-30 15:13:24.014  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:13:24.019  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:13:24.020  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:13:24.022  2985  3137 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:13:24.022  2985  3137 D PersonaManagerService: securefolder Secure Folder
11-30 15:13:24.023  2985  3614 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:13:24.023  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:13:24.095  2985  4272 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:13:24.124  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:13:24.124  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:13:24.136  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:24.136  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:24.136  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:24.273 21468 21488 W zygote  : Unsupported class loader
11-30 15:13:24.279 21468 21488 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:13:24.383  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = ovo.id cmp = androidx.work.impl.background.systemjob.SystemJobService newState = 1 callingPackage = 10439/ovo.id
11-30 15:13:24.427  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 6 99 -6 -200 -6 -200 -1 11 -100 -12 -30 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:13:24.427  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:13:24.429 21468 21468 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
11-30 15:13:24.461 21468 21468 D ConnectivityManager: requestNetwork; CallingUid : 10439, CallingPid : 21468
11-30 15:13:24.471  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:13:24.471  3470  3470 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=5220, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:13:24.471  3470  3470 D PhoneSwitcherNetworkRequstListener:   my score=101, my filter=[ Transports: CELLULAR Capabilities: MMS&SUPL&DUN&FOTA&IMS&CBS&IA&RCS&XCAP&EIMS&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&ENT1&FOC Specifier: <android.net.MatchAllNetworkSpecifier@0>]
11-30 15:13:24.471  3470  3470 D PhoneSwitcherNetworkRequstListener: evalRequest
11-30 15:13:24.471  3470  3470 D PhoneSwitcherNetworkRequstListener:   needNetworkFor
11-30 15:13:24.472  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:13:24.472  2985  3219 D WIFI_P2P: got request NetworkRequest [ TRACK_DEFAULT id=5220, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:13:24.472  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:13:24.472  2985  3219 D WIFI_P2P:   my score=60, my filter=[ Transports: WIFI Capabilities: WIFI_P2P&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:13:24.472  2985  3219 D WIFI_P2P: evalRequest
11-30 15:13:24.472  2985  3219 D WIFI_P2P:   done
11-30 15:13:24.472  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:13:24.472  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:13:24.472  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:13:24.472  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:13:24.472  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:13:24.472  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:13:24.472  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:13:24.472  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:13:24.472  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:13:24.472  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:13:24.472  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:13:24.472  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:13:24.473  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:13:24.473  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:13:24.473  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:13:24.473  2985  3171 D WIFI_UT : got request NetworkRequest [ TRACK_DEFAULT id=5220, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:13:24.473  2985  3171 D WIFI_UT :   my score=2147483647, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:13:24.473  2985  3171 D WIFI_UT : evalRequest
11-30 15:13:24.473  2985  3171 D WIFI_UT :   needNetworkFor
11-30 15:13:24.473  2985  3453 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=5220, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:13:24.473  2985  3453 D Ethernet:   my score=-1, my filter=[ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps]
11-30 15:13:24.473  2985  3453 D Ethernet: evalRequest
11-30 15:13:24.473  2985  3453 D Ethernet:   done
11-30 15:13:24.475  2985  3171 D WIFI    : got request NetworkRequest [ TRACK_DEFAULT id=5220, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:13:24.475  2985  3171 D WIFI    :   my score=60, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:13:24.475  2985  3171 D WIFI    : evalRequest
11-30 15:13:24.475  2985  3171 D WIFI    :   needNetworkFor
11-30 15:13:24.520 21468 21505 I FA      : App measurement initialized, version: 31049
11-30 15:13:24.520 21468 21505 I FA      : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
11-30 15:13:24.520 21468 21505 I FA      : To enable faster debug mode event logging run:
11-30 15:13:24.520 21468 21505 I FA      :   adb shell setprop debug.firebase.analytics.app ovo.id
11-30 15:13:24.622 16067 16067 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
11-30 15:13:24.622 16067 16067 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
11-30 15:13:24.950  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:13:25.111 14965 14965 I Finsky  : [2] pgs.f(6): RM: receive resource status onSuccess com.microsoft.office.excel:com.microsoft.office.excel reason: auto_update isis: ptIYjvoPRGuifRP33kXwEw, 3, 200
11-30 15:13:25.120 16033 20652 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.clearcut.uploader.QosUploaderService started execution. cause:2 exec_start_elapsed_seconds: 458307 [CONTEXT service_id=218 ]
11-30 15:13:25.120 16033 20652 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.clearcut.uploader.QosUploaderService started execution. cause:2 exec_start_elapsed_seconds: 458307 [CONTEXT service_id=218 ]
11-30 15:13:25.125  6077  6077 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService PairActivityUserId=150 }
11-30 15:13:25.125  6077  6077 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService PairActivityUserId=150 }
11-30 15:13:25.126 16033 20652 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.clearcut.uploader.QosUploaderService started execution. cause:2 exec_start_elapsed_seconds: 458307 [CONTEXT service_id=218 ]
11-30 15:13:25.126 16033 20652 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.clearcut.uploader.QosUploaderService started execution. cause:2 exec_start_elapsed_seconds: 458307 [CONTEXT service_id=218 ]
11-30 15:13:25.136  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:25.136  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:25.136  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:25.177 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.microsoft.office.excel to state 50
11-30 15:13:25.177 14965 14965 I Finsky  : [2] jqc.u(81): Installer::IT: Start postprocessing download for com.microsoft.office.excel
11-30 15:13:25.187 14965 14965 I Finsky  : [2] jqc.u(93): Installer::IT: Prepare to patch com.microsoft.office.excel (adid: com.microsoft.office.excel , isid: ptIYjvoPRGuifRP33kXwEw) from file:///storage/emulated/150/Android/data/com.android.vending/files/installer/-1180510958/1638259699252 format 5
11-30 15:13:25.219 14965 15024 I Finsky  : [43182] ehg.d(21): APK integrity will be verified using [SHA-256] method
11-30 15:13:25.251 14965 21548 I Finsky  : [43386] fsk.run(6): DU: Stored data usage stats for package com.microsoft.office.excel; completed bytes: 49575674.
11-30 15:13:25.375 21468 21490 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:13:25.375 21468 21490 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:13:25.383  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:13:25.452  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10439 ,Container id: 0
11-30 15:13:25.452  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10439 ,Container id: 0
11-30 15:13:25.452  2985  5095 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:13:25.827  2985  5082 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10439 ,Container id: 0
11-30 15:13:25.827  2985  5082 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10439 ,Container id: 0
11-30 15:13:25.827  2985  5082 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:13:25.906  2985  2994 I zygote  : Background concurrent copying GC freed 439709(16MB) AllocSpace objects, 141(7MB) LOS objects, 26% free, 65MB/89MB, paused 10.321ms total 661.330ms
11-30 15:13:25.956  2985  3645 D LocationManagerService: request from uid 15010018 is now background)
11-30 15:13:25.957  2985  3645 D LocationManagerService: request from uid 15010018 is now background)
11-30 15:13:25.963 15154 19228 I Finsky:background: [43227] hrq.f(2): DownloadService is getting stopped.
11-30 15:13:25.963  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:25.963  2985  2985 I chatty  : uid=1000 system_server identical 1 line
11-30 15:13:25.963  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:13:25.969  2985  2985 E SensorManager: sensor or listener is null
11-30 15:13:25.971 15154 15154 I Finsky:background: [2] DownloadService.onDestroy(5): DownloadService is getting destroyed.
11-30 15:13:25.974 14965 14965 W Finsky  : [2] ejg.f(3): No LoggingContext in the bundle, which breaks event chain!. Creating a new logging context.
11-30 15:13:25.988  2985  5082 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:13:25.988  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:13:25.994  2985  3002 I zygote  : Successfully killed process cgroup uid 10009 pid 18439 in 15ms
11-30 15:13:25.997  2985  3070 W Choreographer: Frame time is 16.577574 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:13:26.063 21468 21506 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:13:26.063 21468 21506 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:13:26.064  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:13:26.089  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:13:26.089  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:13:26.090 21468 21492 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:13:26.090 21468 21492 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:13:26.136  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:26.136  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:26.136  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:26.233  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:13:26.281 21468 21505 I FA      : Tag Manager is not found and thus will not be used
11-30 15:13:26.463 16033 16033 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE cmp=com.google.android.gms/.chimera.PersistentInternalBoundBrokerService }
11-30 15:13:26.463 16033 16033 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE cmp=com.google.android.gms/.chimera.PersistentInternalBoundBrokerService }
11-30 15:13:26.508 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(334) data(3908) accounts({vnd.sec.contact.phone (1)=155, com.whatsapp (23)=210, com.google (19)=204, com.osp.app.signin (24)=4, vnd.sec.contact.sim2 (3)=14, org.telegram.messenger (36)=127}) accounts deleted({com.google (19)=1}) calls([logtype:100 cnt:500, logtype:300 cnt:500]) countryIso(ID) userId(0)  ]

11-30 15:13:26.508 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ agr({[1 ,1 ,23]=1, [23 ,3 ,36 ,19]=1, [1 ,1 ,36 ,23]=1, [1 ,24 ,23]=1, [19 ,23 ,23 ,36 ,36]=1, [1 ,1 ,1]=1, [19 ,19 ,19 ,1 ,23 ,24 ,36]=1, [19]=10, [19 ,19 ,1]=1, [19 ,1 ,36 ,23]=1, [19 ,36]=4, [1 ,36]=1, [36 ,19 ,23 ,36]=2, [19 ,1 ,23 ,23 ,23]=1, [19 ,1 ,23 ,36 ,36]=1, [19 ,1 ,23 ,36]=9, [1 ,23 ,36 ,36]=1, [1 ,23 ,36]=12, [19 ,23 ,36 ,23]=1, [19 ,36 ,23]=2, [19 ,23 ,36]=68, [3]=10, [1]=72, [19 ,1 ,23 ,24]=1, [1 ,23 ,24 ,36]=1, [19 ,1 ,23]=8, [19 ,1 ,23 ,36 ,23]=1, [19 ,23]=67, [20 ,23]=1, [23 ,3]=1, [36]=12, [1 ,23]=17, [19 ,1]=19, [19 ,23 ,23]=1, [23 ,3 ,36]=2})  ]

11-30 15:13:26.508 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({android.process.acore(15069)=1})  ]

11-30 15:13:26.508 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(1) data(3) accounts({vnd.sec.contact.phone (1)=1})  ]

11-30 15:13:26.508 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(1) data(24) accounts({vnd.sec.contact.phone (1)=1})  ]
11-30 15:13:26.537 16033 21568 W NetworkScheduler: Error inserting period=4268000 preferred_charging_state=1 preferred_network_type=1 target_class=com.google.android.gms.measurement.PackageMeasurementTaskService required_network_type=0 runtime=1638260006472 required_idleness_state=0 source=16 service_kind=0 target_package=com.google.android.gms persistence_level=1 source_version=214218000 last_runtime=0 user_id=0 job_id=-1 requires_charging=0 tag=Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG flex_time=2133000 task_type=0 retry_strategy={"maximum_backoff_seconds":{"3600":0},"initial_backoff_seconds":{"30":0},"retry_policy":{"0":0}}, error message: UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067)
11-30 15:13:26.537 16033 21568 W NetworkScheduler: #################################################################
11-30 15:13:26.537 16033 21568 W NetworkScheduler: Error Code : 2067 (SQLITE_CONSTRAINT_UNIQUE)
11-30 15:13:26.537 16033 21568 W NetworkScheduler: Caused By : Abort due to constraint violation.
11-30 15:13:26.537 16033 21568 W NetworkScheduler: 	(UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067))
11-30 15:13:26.537 16033 21568 W NetworkScheduler: #################################################################
11-30 15:13:26.537 16033 21568 W NetworkScheduler: [CONTEXT service_id=218 ]
11-30 15:13:26.566  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:13:26.740  6077  6209 I zygote  : Deoptimizing brdi brdi.y(brdi) due to JIT inline cache
11-30 15:13:27.136  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:27.136  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:27.136  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:28.136  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:28.136  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:28.136  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:28.267  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 5 99 -5 -200 -5 -200 -1 9 -102 -11 -10 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:13:28.267  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:13:29.136  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:29.137  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:29.137  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:29.877  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:13:29.877  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:13:29.877  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:13:29.932  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:13:29.932  2719  2795 E IptablesRestoreController: -A fw_standby_uid -m owner --uid-owner 15010227 -j DROP
11-30 15:13:29.932  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:13:29.944  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:13:29.944  2719  2795 E IptablesRestoreController: -A fw_standby_uid -m owner --uid-owner 15010227 -j DROP
11-30 15:13:29.944  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:13:29.944  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:13:30.137  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:30.137  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:30.137  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:30.173  6077  6209 D SharedPreferencesImpl: Time required to fsync /data/user/150/com.google.android.gms/shared_prefs/CCTQosUploaderService.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 2, <32: 6, <64: 1, <128: 2, <256: 0, <512: 1, <1024: 0, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:13:30.208 16033 21568 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.clearcut.uploader.QosUploaderService finished executing. cause:2 result: 1 elapsed_millis: 6484 uptime_millis: 6484 exec_start_elapsed_seconds: 458307 [CONTEXT service_id=218 ]
11-30 15:13:30.247  3510  3660 D Tile.BluetoothTile: handleUpdateState enabled = false connected = false bluetoothState = 10
11-30 15:13:30.248  3510  3660 D Tile.HotspotTile: handleUpdateState :  = false
11-30 15:13:30.378 16033 20652 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.clearcut.uploader.QosUploaderService finished executing. cause:2 result: 1 elapsed_millis: 6622 uptime_millis: 6622 exec_start_elapsed_seconds: 458307 [CONTEXT service_id=218 ]
11-30 15:13:31.137  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:31.137  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:31.137  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:32.106  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 6 99 -6 -200 -6 -200 -1 11 -100 -11 10 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:13:32.106  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:13:32.137  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:32.137  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:32.137  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:32.707  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:13:32.712 32275 32275 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:13:32.712 32275 32275 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:13:32.713  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:13:32.713  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:13:32.714 32275 32275 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:13:32.714 32275 32275 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:13:32.714  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:13:32.714  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:13:32.715  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:13:32.715  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:13:32.715  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:13:32.715  2985  2985 I MotionRecognitionService: Plugged
11-30 15:13:32.715  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:13:32.715  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:13:32.748  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:13:33.137  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:33.137  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:33.137  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:33.388  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 7 99 -7 -200 -7 -200 -1 13 -98 -12 -20 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:13:33.388  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:13:34.137  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:34.137  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:34.137  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:35.138  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:35.138  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:35.138  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:35.946  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 8 99 -8 -200 -8 -200 -1 15 -96 -12 -10 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:13:35.946  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:13:36.138  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:36.138  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:36.138  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:36.442 16067 16067 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
11-30 15:13:37.138  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:37.138  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:37.138  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:38.138  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:38.138  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:38.138  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:39.138  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:39.138  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:39.138  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:39.149  6077  6077 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.herrevad.services.LightweightNetworkQualityAndroidService.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:13:39.786  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 7 99 -7 -200 -7 -200 -1 12 -99 -10 10 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:13:39.786  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:13:39.901  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:13:39.901  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:13:39.901  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:13:40.138  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:40.139  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:40.139  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:41.068  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 6 99 -6 -200 -6 -200 -1 10 -101 -10 10 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:13:41.068  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:13:41.139  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:41.139  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:41.139  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:41.526 16033 16033 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE cmp=com.google.android.gms/.chimera.PersistentInternalBoundBrokerService }
11-30 15:13:42.139  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:42.139  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:42.139  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:42.348  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 5 99 -5 -200 -5 -200 -1 8 -103 -10 0 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:13:42.348  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:13:42.828  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:13:42.829  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:13:42.830  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:13:42.830  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:13:42.833 32275 32275 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:13:42.833 32275 32275 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:13:42.835  2985  2985 I MotionRecognitionService: Plugged
11-30 15:13:42.835  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:13:42.835  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:13:42.836  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:13:42.840  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:13:42.840  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:13:42.841  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:13:42.850 32275 32275 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:13:42.850 32275 32275 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:13:42.852  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:13:43.139  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:43.139  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:43.139  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:43.186 16033 19479 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.clearcut.uploader.QosUploaderService finished executing. cause:2 result: 1 elapsed_millis: 19376 uptime_millis: 19375 exec_start_elapsed_seconds: 458307 [CONTEXT service_id=218 ]
11-30 15:13:43.549 16033 19479 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.clearcut.uploader.QosUploaderService finished executing. cause:2 result: 1 elapsed_millis: 19688 uptime_millis: 19700 exec_start_elapsed_seconds: 458307 [CONTEXT service_id=218 ]
11-30 15:13:44.139  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:44.139  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:44.139  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:45.139  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:45.139  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:45.139  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:45.271  6077  6077 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService PairActivityUserId=150 }
11-30 15:13:45.285  2985  3002 I zygote  : Successfully killed process cgroup uid 1000 pid 18699 in 15ms
11-30 15:13:45.345  2985  3070 W Choreographer: Frame time is 3.806335 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:13:46.139  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:46.139  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:46.140  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:47.140  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:47.140  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:47.140  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:48.140  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:48.140  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:48.140  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:49.140  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:49.140  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:49.140  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:49.925  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:13:49.925  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:13:49.925  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:13:50.027  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 5 99 -5 -200 -5 -200 -1 99 -103 -12 -20 2 0 2147483647 0x2002 P gsm|lte level=2
11-30 15:13:50.027  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:13:50.033  3510  3510 E SignalClusterView: setSlotFocusVisible : subId 3 visible false
11-30 15:13:50.033  3510  3510 E SignalClusterView: setSlotFocusVisible : subId 3 visible false
11-30 15:13:50.140  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:50.140  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:50.140  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:51.140  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:51.141  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:51.141  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:52.141  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:52.141  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:52.141  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:52.923  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:13:52.923  2985  2985 I MotionRecognitionService: Plugged
11-30 15:13:52.923  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:13:52.923  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:13:52.925  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:13:52.926  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:13:52.927  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:13:52.929  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:13:52.929  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:13:52.933 32275 32275 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:13:52.933 32275 32275 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:13:52.935 32275 32275 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:13:52.935 32275 32275 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:13:52.936  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:13:52.936  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:13:52.936  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:13:53.141  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:53.141  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:53.141  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:54.141  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:54.141  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:54.141  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:55.141  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:55.141  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:55.141  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:56.141  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:56.142  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:56.142  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:57.142  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:57.142  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:57.142  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:57.383  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.parallel.space.lite user:0
11-30 15:13:57.383  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:13:57.383  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.parallel.space.lite user:0
11-30 15:13:57.383  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:13:57.412 21582 21582 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:13:57.416 21582 21582 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:13:57.418 21582 21582 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.parallel.space.lite:P2 
11-30 15:13:57.587  2985  3137 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:13:57.587  2985  3137 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:13:57.590  2985  3137 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:13:57.594  2985  3137 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:13:57.594  2985  3137 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:13:57.594  2985  3137 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:13:57.597 21582 21582 D ActivityThread: Added TimaKeyStore provider
11-30 15:13:57.861 21582 21582 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10227
11-30 15:13:57.862 21582 21582 D Proxy   : mdoP is null: 10227
11-30 15:13:57.990 21582 21582 W System.err: my process name com.parallel.space.lite:P2
11-30 15:13:58.045 21582 21582 W System.err: 109896fce92890c7f17cb75f1f5a69bd7e2e993b
11-30 15:13:58.142  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:58.142  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:58.142  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:58.185 21582 21582 W System.err: my process daPackage: com.android.vending, daPackage.native64Bit: false, is64BitSupport: false
11-30 15:13:58.187 14965 15024 I Finsky  : [43182] eny.call(44): Patch apply task for com.microsoft.office.excel (com.microsoft.office.excel) (format 5) completed in 32962 ms
11-30 15:13:58.374 21582 21582 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 }
11-30 15:13:58.390 21582 21582 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 }
11-30 15:13:58.440  2503  2503 E audit   : avc:  denied  { find } for service=wifiscanner pid=21582 uid=10227 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:wifiscanner_service:s0 tclass=service_manager permissive=0
11-30 15:13:59.142  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:13:59.142  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:13:59.142  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:13:59.947  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:13:59.947  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:13:59.947  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:13:59.984 21582 21592 I zygote  : Background concurrent copying GC freed 10851(1312KB) AllocSpace objects, 4(80KB) LOS objects, 54% free, 1302KB/2MB, paused 209us total 560.536ms
11-30 15:14:00.012  2503  2503 E audit   : avc:  denied  { find } for service=recovery pid=21582 uid=10227 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:recovery_service:s0 tclass=service_manager permissive=0
11-30 15:14:00.033 14965 14965 I Finsky  : [2] enx.apply(131): Successfully applied patch to update com.microsoft.office.excel (com.microsoft.office.excel)
11-30 15:14:00.064 14965 14965 I Finsky  : [2] hsh.g(1): getDownloads()
11-30 15:14:00.100 14965 18420 W Finsky  : [43281] fth.run(5): Exception while deleting file:///storage/emulated/150/Android/data/com.android.vending/files/installer/-1180510958/1638259699252: java.lang.IllegalArgumentException: Unknown URL file:///storage/emulated/150/Android/data/com.android.vending/files/installer/-1180510958/1638259699252
11-30 15:14:00.119 15154 15154 I Finsky:background: [2] kmm.onCreate(2): IPC-SERVER: Starting gRPC host service...
11-30 15:14:00.123 14965 14965 I Finsky  : [2] jox.run(10): Installer::IT: Removed com.microsoft.office.excel from ResourceManager for patching complete
11-30 15:14:00.138 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.microsoft.office.excel to state 40
11-30 15:14:00.142  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:00.142  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:00.142  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:00.184 14965 15041 I Finsky  : [43191] jpp.accept(3): Installer::IT: starting next download: package=com.microsoft.office.excel
11-30 15:14:00.185 14965 15041 I Finsky  : [43191] azk.u(3): Installer: Handling streamingComplete for com.microsoft.office.excel gid: 0
11-30 15:14:00.223 15154 21603 I Finsky:background: [43253] hqb.f(1): getDownloads()
11-30 15:14:00.232 14965 15041 I Finsky  : [43191] jqc.y(40): Installer::IT: Begin install of com.microsoft.office.excel (isid: ptIYjvoPRGuifRP33kXwEw)
11-30 15:14:00.248 14965 14965 I Finsky  : [2] hsh.h(1): remove(531)
11-30 15:14:00.250 15154 21603 I Finsky:background: [43253] hqb.g(1): remove(request_id=531)
11-30 15:14:00.273 21582 21582 W ResourceType: ResTable_typeSpec entry count inconsistent: given 141, previously 169
11-30 15:14:00.363 15154 21605 I Finsky:background: [43255] hqb.d(20): onRemove(request_id=531, files_to_download=1, group_id=com.microsoft.office.excel, display_data[invisible=false, title=Microsoft Excel: View, Edit, & Create Spreadsheets], network_restrictions=1, status=succeeded, bytes_downloaded=49575674, retry[count=0, next_retry=n/a])
11-30 15:14:00.597 14965 15041 I Finsky  : [43191] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.excel, status=INSTALLING
11-30 15:14:01.032 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.excel, status=INSTALLING
11-30 15:14:01.142  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:01.142  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:01.142  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:02.059  2985  3069 I PersonaServiceHelper: installStageForKnox(user:150 installerUid:15010040)
11-30 15:14:02.059  2985  3069 D PersonaServiceHelper: Installer check name is com.android.vending original uid -1
11-30 15:14:02.059  2985  3069 D PersonaServiceHelper: Check if installer com.android.vending isAllowedToInstall true
11-30 15:14:02.063  2985  3069 D PersonaServiceHelper: Installer com.android.vending, Is allowed to install pkg com.microsoft.office.excel ? true
11-30 15:14:02.063  2985  3069 D PackageManager: START_PACKAGE_INSTALL: observer{96399224}
11-30 15:14:02.063  2985  3069 D PackageManager:           stagedDir{/data/app/vmdl1208697930.tmp}
11-30 15:14:02.063  2985  3069 D PackageManager:           stagedCid{null}
11-30 15:14:02.063  2985  3069 D PackageManager:           Request from{com.android.vending}
11-30 15:14:02.063  2985  3069 D PackageManager:           VerificationInfo{,originatingUid=-1,installerUid=15010040}
11-30 15:14:02.065  2985  3019 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.android.defcontainer user:0
11-30 15:14:02.065  2985  3019 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:14:02.065  2985  3019 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.android.defcontainer user:0
11-30 15:14:02.065  2985  3019 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:14:02.087 21619 21619 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:14:02.089 21619 21619 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:02.090 21619 21619 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.android.defcontainer 
11-30 15:14:02.122  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10009 ,Container id: 0
11-30 15:14:02.122  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10009 ,Container id: 0
11-30 15:14:02.122  2985  5095 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:02.128  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10009 ,Container id: 0
11-30 15:14:02.128  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10009 ,Container id: 0
11-30 15:14:02.128  2985  5095 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:02.133 21619 21619 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:02.142  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:02.142  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:02.143  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:02.165 21619 21619 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10009
11-30 15:14:02.166 21619 21619 D Proxy   : mdoP is null: 10009
11-30 15:14:02.173 21619 21619 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:14:02.705 21582 21582 W zygote  : JIT profile information will not be recorded: profile file does not exits.
11-30 15:14:02.765  2985  3019 D PackageManager: EAS IT Policy com.microsoft.office.excel isPackageSignedByPlatform = false
11-30 15:14:02.937 21582 21582 W zygote  : Verification of void ewf.onCreate() took 229.634ms
11-30 15:14:03.021  2985  3019 D PackageManager: sendBroadcastAsUser. PACKAGE_INSTALL_STARTED
11-30 15:14:03.021  2985  3019 D PackageManager: EAS IT Policy com.microsoft.office.excel isPackageSignedByPlatform = false
11-30 15:14:03.030 14965 14965 I Finsky  : [2] vjy.c(7): Install-time verification requested for package com.microsoft.office.excel, id = 12
11-30 15:14:03.039 15533 15533 D GOS:GameServiceReceiver: action : com.samsung.android.intent.action.PACKAGE_INSTALL_STARTED
11-30 15:14:03.052 15533 15533 D GOS:MainIntentService: onCreate
11-30 15:14:03.052 15533 21636 D GOS:MainIntentService: onHandleIntent. begin
11-30 15:14:03.056  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:14:03.056  2985  2985 I MotionRecognitionService: Plugged
11-30 15:14:03.056  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:14:03.056  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:14:03.057  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:14:03.057  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:14:03.058  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:14:03.058  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:14:03.059  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:14:03.060 32275 32275 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:14:03.061 32275 32275 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:14:03.061  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:14:03.061  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:14:03.061  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:14:03.063 32275 32275 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:14:03.063 32275 32275 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:14:03.065 15533 21636 D GOS:MainIntentService: onHandleIntent(). type : 2
11-30 15:14:03.065 15533 21636 D GOS:MainIntentService: onHandleIntent(). PACKAGE_CHANGED. changeType : 2, packageName : com.microsoft.office.excel
11-30 15:14:03.067 15533 21636 D GOS:DataManager: onPackageInstallStarted(). packageName :  com.microsoft.office.excel
11-30 15:14:03.068 15533 21636 D GOS:DataManager: addPkgDataFromServer(), packageName : com.microsoft.office.excel
11-30 15:14:03.069 14965 21547 I Finsky  : [43385] VerifyAppsInstallTask.mv(5): Skipping verification because own installation
11-30 15:14:03.069 14965 21547 I Finsky  : [43385] VerifyAppsInstallTask.mv(15): Verify: Skipping anti malware verification due to pre-check failure. package=com.microsoft.office.excel
11-30 15:14:03.071 14965 21547 I Finsky  : [43385] VerifyPerSourceInstallationConsentInstallTask.mv(2): PSIC verification started with installer uid: 15010040 package name: com.android.vending, originating uid: -1
11-30 15:14:03.071 15533 21636 D GOS:PkgData: PkgData(), pkgName: com.microsoft.office.excel
11-30 15:14:03.071 15533 21636 D GOS:PkgData: setCustomFeatureFlag, pkgName: com.microsoft.office.excel, old featureFlag: 346781844236309267, new featureFlag: 274882278167
11-30 15:14:03.072 14965 21547 E Finsky  : [43385] VerifyPerSourceInstallationConsentInstallTask.d(2): Package name com.android.shell is not an installed package
11-30 15:14:03.072 15533 21636 D GOS:DataManager: addPkgDataFromServer(), skip. categorized by 2
11-30 15:14:03.073 15533 21636 D GOS:PkgData: PkgData(), pkgName: com.microsoft.office.excel
11-30 15:14:03.073 15533 21636 D GOS:PkgData: setCustomFeatureFlag, pkgName: com.microsoft.office.excel, old featureFlag: 346781844236309267, new featureFlag: 274882278167
11-30 15:14:03.074 15533 21636 D GOS:MainIntentService: there is gamemanger. don't start GameService
11-30 15:14:03.075 15533 15533 D GOS:MainIntentService: onDestroy
11-30 15:14:03.075 14965 21547 I Finsky  : [43385] VerifyPerSourceInstallationConsentInstallTask.mv(9): Skipping logging for attempted installation. This is a Play Store installation.
11-30 15:14:03.076 14965 14965 I Finsky  : [2] VerifyInstallTask.j(1): Returning package verification result id=12, result=1
11-30 15:14:03.082 14965 14965 I Finsky  : [2] VerifyInstallTask.mu(6): Verification complete: id=12, package_name=com.microsoft.office.excel
11-30 15:14:03.119  2985  3019 W PackageManager: verifying app can be installed or not
11-30 15:14:03.123  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled
11-30 15:14:03.135  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking PKG WL - false
11-30 15:14:03.135  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking PKG BL - true
11-30 15:14:03.135  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking PERM BL - true
11-30 15:14:03.135  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking SIG BL - true
11-30 15:14:03.135  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking PKG WL - false
11-30 15:14:03.143  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:03.143  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:03.143  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:03.151  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking PKG BL - true
11-30 15:14:03.151  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking PERM BL - true
11-30 15:14:03.151  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking SIG BL - true
11-30 15:14:03.153  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  enabled true
11-30 15:14:03.163  2985  3019 I AASAInstall: ship device
11-30 15:14:03.241  2985  3019 W SELinux : SELinux: set fc_digest(/data/app/com.microsoft.office.excel-pazezzliuhaq6j_y9vVX9A==)
11-30 15:14:03.261  2985  3019 I PackageManager.DexOptimizer: Running dexopt (dexoptNeeded=1) on: /data/app/com.microsoft.office.excel-pazezzliuhaq6j_y9vVX9A==/base.apk pkg=com.microsoft.office.excel isa=arm dexoptFlags=boot_complete,public target-filter=quicken oatDir=/data/app/com.microsoft.office.excel-pazezzliuhaq6j_y9vVX9A==/oat sharedLibraries=PCL[]
11-30 15:14:03.391 21582 21582 I zygote  : Rejecting re-init on previously-failed class java.lang.Class<cyb>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/app/slice/SliceProvider;
11-30 15:14:03.391 21582 21582 I zygote  :   at java.lang.Object java.lang.Class.newInstance() (Class.java:-2)
11-30 15:14:03.391 21582 21582 I zygote  :   at android.app.ContentProviderHolder android.app.ActivityThread.installProvider(android.content.Context, android.app.ContentProviderHolder, android.content.pm.ProviderInfo, boolean, boolean, boolean) (ActivityThread.java:6606)
11-30 15:14:03.391 21582 21582 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:14:03.391 21582 21582 I zygote  :   at java.lang.Object Reflection.MethodDef.invoke(java.lang.Object, java.lang.Object[]) (MethodDef.java:46)
11-30 15:14:03.391 21582 21582 I zygote  :   at java.lang.Object Reflection.android.app.ActivityThread.invokeInstallProvider(java.lang.Object, android.content.Context, android.content.pm.ProviderInfo) (ActivityThread.java:61)
11-30 15:14:03.391 21582 21582 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(java.lang.String, android.os.ConditionVariable) (LocalActivityService.java:1703)
11-30 15:14:03.391 21582 21582 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, java.lang.String) (LocalActivityService.java:785)
11-30 15:14:03.391 21582 21582 I zygote  :   at android.app.Service com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, android.content.ComponentName, android.os.IBinder) (LocalActivityService.java:1857)
11-30 15:14:03.391 21582 21582 I zygote  :   at android.os.IBinder com.lbe.doubleagent.client.proxy.ServiceProxyImpl.onBind(android.content.Intent) (ServiceProxyImpl.java:147)
11-30 15:14:03.391 21582 21582 I zygote  :   at void android.app.ActivityThread.handleBindService(android.app.ActivityThread$BindServiceData) (ActivityThread.java:3585)
11-30 15:14:03.391 21582 21582 I zygote  :   at void android.app.ActivityThread.-wrap2(android.app.ActivityThread, android.app.ActivityThread$BindServiceData) (ActivityThread.java:-1)
11-30 15:14:03.391 21582 21582 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1817)
11-30 15:14:03.391 21582 21582 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
11-30 15:14:03.391 21582 21582 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:14:03.391 21582 21582 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:14:03.391 21582 21582 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:14:03.391 21582 21582 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:14:03.391 21582 21582 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:14:03.391 21582 21582 I zygote  : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.app.slice.SliceProvider" on path: DexPathList[[zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk"],nativeLibraryDirectories=[/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/lib/arm, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
11-30 15:14:03.391 21582 21582 I zygote  :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
11-30 15:14:03.391 21582 21582 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
11-30 15:14:03.391 21582 21582 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-30 15:14:03.391 21582 21582 I zygote  :   at java.lang.Object java.lang.Class.newInstance() (Class.java:-2)
11-30 15:14:03.391 21582 21582 I zygote  :   at android.app.ContentProviderHolder android.app.ActivityThread.installProvider(android.content.Context, android.app.ContentProviderHolder, android.content.pm.ProviderInfo, boolean, boolean, boolean) (ActivityThread.java:6606)
11-30 15:14:03.391 21582 21582 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:14:03.391 21582 21582 I zygote  :   at java.lang.Object Reflection.MethodDef.invoke(java.lang.Object, java.lang.Object[]) (MethodDef.java:46)
11-30 15:14:03.391 21582 21582 I zygote  :   at java.lang.Object Reflection.android.app.ActivityThread.invokeInstallProvider(java.lang.Object, android.content.Context, android.content.pm.ProviderInfo) (ActivityThread.java:61)
11-30 15:14:03.391 21582 21582 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(java.lang.String, android.os.ConditionVariable) (LocalActivityService.java:1703)
11-30 15:14:03.391 21582 21582 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, java.lang.String) (LocalActivityService.java:785)
11-30 15:14:03.391 21582 21582 I zygote  :   at android.app.Service com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, android.content.ComponentName, android.os.IBinder) (LocalActivityService.java:1857)
11-30 15:14:03.391 21582 21582 I zygote  :   at android.os.IBinder com.lbe.doubleagent.client.proxy.ServiceProxyImpl.onBind(android.content.Intent) (ServiceProxyImpl.java:147)
11-30 15:14:03.391 21582 21582 I zygote  :   at void android.app.ActivityThread.handleBindService(android.app.ActivityThread$BindServiceData) (ActivityThread.java:3585)
11-30 15:14:03.391 21582 21582 I zygote  :   at void android.app.ActivityThread.-wrap2(android.app.ActivityThread, android.app.ActivityThread$BindServiceData) (ActivityThread.java:-1)
11-30 15:14:03.391 21582 21582 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1817)
11-30 15:14:03.391 21582 21582 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
11-30 15:14:03.392 21582 21582 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:14:03.392 21582 21582 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:14:03.392 21582 21582 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:14:03.392 21582 21582 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:14:03.392 21582 21582 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:14:03.392 21582 21582 I zygote  : 
11-30 15:14:03.393 21582 21582 I zygote  : Rejecting re-init on previously-failed class java.lang.Class<cyb>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/app/slice/SliceProvider;
11-30 15:14:03.393 21582 21582 I zygote  :   at java.lang.Object java.lang.Class.newInstance() (Class.java:-2)
11-30 15:14:03.393 21582 21582 I zygote  :   at android.app.ContentProviderHolder android.app.ActivityThread.installProvider(android.content.Context, android.app.ContentProviderHolder, android.content.pm.ProviderInfo, boolean, boolean, boolean) (ActivityThread.java:6606)
11-30 15:14:03.393 21582 21582 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:14:03.393 21582 21582 I zygote  :   at java.lang.Object Reflection.MethodDef.invoke(java.lang.Object, java.lang.Object[]) (MethodDef.java:46)
11-30 15:14:03.393 21582 21582 I zygote  :   at java.lang.Object Reflection.android.app.ActivityThread.invokeInstallProvider(java.lang.Object, android.content.Context, android.content.pm.ProviderInfo) (ActivityThread.java:61)
11-30 15:14:03.393 21582 21582 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(java.lang.String, android.os.ConditionVariable) (LocalActivityService.java:1703)
11-30 15:14:03.393 21582 21582 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, java.lang.String) (LocalActivityService.java:785)
11-30 15:14:03.393 21582 21582 I zygote  :   at android.app.Service com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, android.content.ComponentName, android.os.IBinder) (LocalActivityService.java:1857)
11-30 15:14:03.393 21582 21582 I zygote  :   at android.os.IBinder com.lbe.doubleagent.client.proxy.ServiceProxyImpl.onBind(android.content.Intent) (ServiceProxyImpl.java:147)
11-30 15:14:03.393 21582 21582 I zygote  :   at void android.app.ActivityThread.handleBindService(android.app.ActivityThread$BindServiceData) (ActivityThread.java:3585)
11-30 15:14:03.393 21582 21582 I zygote  :   at void android.app.ActivityThread.-wrap2(android.app.ActivityThread, android.app.ActivityThread$BindServiceData) (ActivityThread.java:-1)
11-30 15:14:03.393 21582 21582 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1817)
11-30 15:14:03.393 21582 21582 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
11-30 15:14:03.393 21582 21582 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:14:03.393 21582 21582 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:14:03.393 21582 21582 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:14:03.393 21582 21582 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:14:03.393 21582 21582 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:14:03.393 21582 21582 I zygote  : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.app.slice.SliceProvider" on path: DexPathList[[zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk"],nativeLibraryDirectories=[/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/lib/arm, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
11-30 15:14:03.393 21582 21582 I zygote  :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
11-30 15:14:03.393 21582 21582 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
11-30 15:14:03.393 21582 21582 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-30 15:14:03.393 21582 21582 I zygote  :   at java.lang.Object java.lang.Class.newInstance() (Class.java:-2)
11-30 15:14:03.393 21582 21582 I zygote  :   at android.app.ContentProviderHolder android.app.ActivityThread.installProvider(android.content.Context, android.app.ContentProviderHolder, android.content.pm.ProviderInfo, boolean, boolean, boolean) (ActivityThread.java:6606)
11-30 15:14:03.393 21582 21582 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:14:03.393 21582 21582 I zygote  :   at java.lang.Object Reflection.MethodDef.invoke(java.lang.Object, java.lang.Object[]) (MethodDef.java:46)
11-30 15:14:03.393 21582 21582 I zygote  :   at java.lang.Object Reflection.android.app.ActivityThread.invokeInstallProvider(java.lang.Object, android.content.Context, android.content.pm.ProviderInfo) (ActivityThread.java:61)
11-30 15:14:03.393 21582 21582 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(java.lang.String, android.os.ConditionVariable) (LocalActivityService.java:1703)
11-30 15:14:03.393 21582 21582 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, java.lang.String) (LocalActivityService.java:785)
11-30 15:14:03.393 21582 21582 I zygote  :   at android.app.Service com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, android.content.ComponentName, android.os.IBinder) (LocalActivityService.java:1857)
11-30 15:14:03.393 21582 21582 I zygote  :   at android.os.IBinder com.lbe.doubleagent.client.proxy.ServiceProxyImpl.onBind(android.content.Intent) (ServiceProxyImpl.java:147)
11-30 15:14:03.393 21582 21582 I zygote  :   at void android.app.ActivityThread.handleBindService(android.app.ActivityThread$BindServiceData) (ActivityThread.java:3585)
11-30 15:14:03.393 21582 21582 I zygote  :   at void android.app.ActivityThread.-wrap2(android.app.ActivityThread, android.app.ActivityThread$BindServiceData) (ActivityThread.java:-1)
11-30 15:14:03.393 21582 21582 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1817)
11-30 15:14:03.393 21582 21582 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
11-30 15:14:03.393 21582 21582 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:14:03.393 21582 21582 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:14:03.393 21582 21582 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:14:03.393 21582 21582 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:14:03.393 21582 21582 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:14:03.393 21582 21582 I zygote  : 
11-30 15:14:03.394 21582 21582 I zygote  : Rejecting re-init on previously-failed class java.lang.Class<cyb>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/app/slice/SliceProvider;
11-30 15:14:03.394 21582 21582 I zygote  :   at java.lang.Object java.lang.Class.newInstance() (Class.java:-2)
11-30 15:14:03.394 21582 21582 I zygote  :   at android.app.ContentProviderHolder android.app.ActivityThread.installProvider(android.content.Context, android.app.ContentProviderHolder, android.content.pm.ProviderInfo, boolean, boolean, boolean) (ActivityThread.java:6606)
11-30 15:14:03.394 21582 21582 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:14:03.394 21582 21582 I zygote  :   at java.lang.Object Reflection.MethodDef.invoke(java.lang.Object, java.lang.Object[]) (MethodDef.java:46)
11-30 15:14:03.394 21582 21582 I zygote  :   at java.lang.Object Reflection.android.app.ActivityThread.invokeInstallProvider(java.lang.Object, android.content.Context, android.content.pm.ProviderInfo) (ActivityThread.java:61)
11-30 15:14:03.394 21582 21582 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(java.lang.String, android.os.ConditionVariable) (LocalActivityService.java:1703)
11-30 15:14:03.394 21582 21582 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, java.lang.String) (LocalActivityService.java:785)
11-30 15:14:03.394 21582 21582 I zygote  :   at android.app.Service com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, android.content.ComponentName, android.os.IBinder) (LocalActivityService.java:1857)
11-30 15:14:03.394 21582 21582 I zygote  :   at android.os.IBinder com.lbe.doubleagent.client.proxy.ServiceProxyImpl.onBind(android.content.Intent) (ServiceProxyImpl.java:147)
11-30 15:14:03.394 21582 21582 I zygote  :   at void android.app.ActivityThread.handleBindService(android.app.ActivityThread$BindServiceData) (ActivityThread.java:3585)
11-30 15:14:03.394 21582 21582 I zygote  :   at void android.app.ActivityThread.-wrap2(android.app.ActivityThread, android.app.ActivityThread$BindServiceData) (ActivityThread.java:-1)
11-30 15:14:03.394 21582 21582 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1817)
11-30 15:14:03.394 21582 21582 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
11-30 15:14:03.394 21582 21582 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:14:03.394 21582 21582 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:14:03.394 21582 21582 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:14:03.394 21582 21582 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:14:03.394 21582 21582 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:14:03.394 21582 21582 I zygote  : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.app.slice.SliceProvider" on path: DexPathList[[zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk"],nativeLibraryDirectories=[/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/lib/arm, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
11-30 15:14:03.394 21582 21582 I zygote  :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
11-30 15:14:03.394 21582 21582 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
11-30 15:14:03.394 21582 21582 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-30 15:14:03.394 21582 21582 I zygote  :   at java.lang.Object java.lang.Class.newInstance() (Class.java:-2)
11-30 15:14:03.394 21582 21582 I zygote  :   at android.app.ContentProviderHolder android.app.ActivityThread.installProvider(android.content.Context, android.app.ContentProviderHolder, android.content.pm.ProviderInfo, boolean, boolean, boolean) (ActivityThread.java:6606)
11-30 15:14:03.394 21582 21582 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:14:03.394 21582 21582 I zygote  :   at java.lang.Object Reflection.MethodDef.invoke(java.lang.Object, java.lang.Object[]) (MethodDef.java:46)
11-30 15:14:03.394 21582 21582 I zygote  :   at java.lang.Object Reflection.android.app.ActivityThread.invokeInstallProvider(java.lang.Object, android.content.Context, android.content.pm.ProviderInfo) (ActivityThread.java:61)
11-30 15:14:03.394 21582 21582 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(java.lang.String, android.os.ConditionVariable) (LocalActivityService.java:1703)
11-30 15:14:03.394 21582 21582 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, java.lang.String) (LocalActivityService.java:785)
11-30 15:14:03.394 21582 21582 I zygote  :   at android.app.Service com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, android.content.ComponentName, android.os.IBinder) (LocalActivityService.java:1857)
11-30 15:14:03.394 21582 21582 I zygote  :   at android.os.IBinder com.lbe.doubleagent.client.proxy.ServiceProxyImpl.onBind(android.content.Intent) (ServiceProxyImpl.java:147)
11-30 15:14:03.394 21582 21582 I zygote  :   at void android.app.ActivityThread.handleBindService(android.app.ActivityThread$BindServiceData) (ActivityThread.java:3585)
11-30 15:14:03.394 21582 21582 I zygote  :   at void android.app.ActivityThread.-wrap2(android.app.ActivityThread, android.app.ActivityThread$BindServiceData) (ActivityThread.java:-1)
11-30 15:14:03.394 21582 21582 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1817)
11-30 15:14:03.394 21582 21582 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
11-30 15:14:03.394 21582 21582 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:14:03.394 21582 21582 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:14:03.394 21582 21582 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:14:03.394 21582 21582 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:14:03.394 21582 21582 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:14:03.394 21582 21582 I zygote  : 
11-30 15:14:03.439 21582 21582 I Finsky  : [2] euh.az(6): Process created at version: 28.0.34-21 [0] [PR] 410833180
11-30 15:14:03.530 21640 21640 I dex2oat : /system/bin/dex2oat --input-vdex-fd=-1 --output-vdex-fd=10 --compiler-filter=quicken --classpath-dir=/data/app/com.microsoft.office.excel-pazezzliuhaq6j_y9vVX9A== --class-loader-context=PCL[]
11-30 15:14:04.067 21582 21582 W zygote  : Verification of long aaio.aY(java.io.File) took 161.134ms
11-30 15:14:04.143  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:04.143  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:04.143  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:04.327 19185 19396 I System.out: before Starting container vuid=0 vpid=4 processName=com.google.process.gservices reason=ContentProvider com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider authority=com.google.android.gsf.gservices
11-30 15:14:04.421  2985  4489 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.parallel.space.lite user:0
11-30 15:14:04.421  2985  4489 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:14:04.421  2985  4489 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.parallel.space.lite user:0
11-30 15:14:04.421  2985  4489 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:14:04.432 21654 21654 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:14:04.434 21654 21654 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:04.434 21654 21654 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.parallel.space.lite:P4 
11-30 15:14:04.458  2985  3137 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:14:04.458  2985  3137 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:14:04.459  2985  3137 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:04.463  2985  3137 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:14:04.463  2985  3137 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:14:04.463  2985  3137 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:04.467 21654 21654 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:04.490 21654 21654 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10227
11-30 15:14:04.491 21654 21654 D Proxy   : mdoP is null: 10227
11-30 15:14:04.540 21654 21654 W System.err: my process name com.parallel.space.lite:P4
11-30 15:14:04.553 21654 21654 W System.err: 109896fce92890c7f17cb75f1f5a69bd7e2e993b
11-30 15:14:04.574 21654 21654 W System.err: my process daPackage: com.google.android.gsf, daPackage.native64Bit: false, is64BitSupport: false
11-30 15:14:04.634 21654 21654 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 }
11-30 15:14:04.641 21654 21654 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 }
11-30 15:14:04.654  2503  2503 E audit   : avc:  denied  { find } for service=wifiscanner pid=21654 uid=10227 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:wifiscanner_service:s0 tclass=service_manager permissive=0
11-30 15:14:04.728  2503  2503 E audit   : avc:  denied  { find } for service=recovery pid=21654 uid=10227 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:recovery_service:s0 tclass=service_manager permissive=0
11-30 15:14:04.805 19185 19396 I System.out: Started container vuid=0 vpid=4 pid=21654 processName=com.google.process.gservices reason=ContentProvider com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider authority=com.google.android.gsf.gservices
11-30 15:14:05.022 21654 21654 W zygote  : JIT profile information will not be recorded: profile file does not exits.
11-30 15:14:05.143  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:05.143  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:05.143  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:05.287 21654 21654 I GservicesProvider: Gservices pushing to system: true; secure/global: true
11-30 15:14:05.519 21582 21653 I zygote  : Deoptimizing java.lang.Object j$.util.concurrent.ConcurrentHashMap.putVal(java.lang.Object, java.lang.Object, boolean) due to JIT inline cache
11-30 15:14:05.615 21582 21653 I Finsky  : [43557] njl.b(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08].
11-30 15:14:05.710 21582 21653 I Finsky  : [43557] njl.b(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno].
11-30 15:14:05.967 21582 21587 I zygote  : Do partial code cache collection, code=29KB, data=15KB
11-30 15:14:05.967 21582 21587 I zygote  : After code cache collection, code=26KB, data=15KB
11-30 15:14:05.967 21582 21587 I zygote  : Increasing code cache capacity to 128KB
11-30 15:14:06.143  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:06.143  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:06.143  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:06.184 21582 21582 I Finsky  : [2] pmx.<init>(3): Resetting scheduler db
11-30 15:14:06.300 21582 21650 I zygote  : Deoptimizing java.lang.Object j$.util.concurrent.ConcurrentHashMap.putVal(java.lang.Object, java.lang.Object, boolean) due to JIT inline cache
11-30 15:14:06.308 21582 21650 I Finsky  : [43554] umq.d(2): Not a unicorn account
11-30 15:14:06.313 21582 21679 D ConnectivityManager: requestNetwork; CallingUid : 10227, CallingPid : 21582
11-30 15:14:06.318  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:06.318  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:06.318  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:06.318  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:06.318  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:06.318  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:06.318  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:06.318  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:06.318  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:06.318  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:06.318  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:06.318  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:06.318  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:06.318  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:06.319  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:06.319  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:06.319  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:06.319  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:06.324 21582 21677 I Finsky  : [43565] pmg.accept(69): SCH: Scheduling phonesky job Id: 1-1337, CT: 1638202296197, Constraints: [{ L: 30640067, D: 73840067, C: 1, I: 1, N: 1 }]
11-30 15:14:06.326 21582 21677 I Finsky  : [43565] pmg.accept(69): SCH: Scheduling phonesky job Id: 10-4, CT: 1638258663364, Constraints: [{ L: 900000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:14:06.328 21582 21677 I Finsky  : [43565] pmg.accept(69): SCH: Scheduling phonesky job Id: 10-11, CT: 1638258663365, Constraints: [{ L: 600000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:14:06.330 21582 21677 I Finsky  : [43565] pmg.accept(69): SCH: Scheduling phonesky job Id: 10-26, CT: 1638258663369, Constraints: [{ L: 600000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:14:06.331  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:14:06.333 21582 21677 I Finsky  : [43565] pmg.accept(69): SCH: Scheduling phonesky job Id: 10-33, CT: 1638070599778, Constraints: [{ L: 0, D: 86400000, C: 1, I: 1, N: 1 }, { L: 0, D: 0, C: 1, I: 1, N: 0 }]
11-30 15:14:06.335 21582 21677 I Finsky  : [43565] pmg.accept(69): SCH: Scheduling phonesky job Id: 10-78, CT: 1638258663379, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 1 }]
11-30 15:14:06.336 21582 21648 I Finsky  : [43552] ngb.<init>(3): PackageMonitorReceiverImpl - Registering in memory receiver for android.intent.action.PACKAGE_ADDED and android.intent.action.PACKAGE_REMOVED
11-30 15:14:06.337 21582 21677 I Finsky  : [43565] pmg.accept(69): SCH: Scheduling phonesky job Id: 10-101, CT: 1638258663381, Constraints: [{ L: 60000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:14:06.339 21582 21677 I Finsky  : [43565] pmg.accept(69): SCH: Scheduling phonesky job Id: 12-1, CT: 1638228766002, Constraints: [{ L: 15000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:14:06.341 21582 21677 I Finsky  : [43565] pmg.accept(69): SCH: Scheduling phonesky job Id: 21-333333333, CT: 1638258750473, Constraints: [{ L: 10000, D: 82800000, C: 1, I: 1, N: 1 }]
11-30 15:14:06.343 21582 21677 I Finsky  : [43565] pmg.accept(69): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1638238382846, Constraints: [{ L: 43200000, D: 44100000, C: 1, I: 1, N: 0 }]
11-30 15:14:06.346 21582 21649 I cr_CronetLibraryLoader: Cronet version: 98.0.4699.0, arch: armv8l
11-30 15:14:06.359 21582 21650 I Finsky  : [43554] vfb.a(1): Warm data store was already initialized.
11-30 15:14:06.369 21582 21649 W Finsky  : [43553] emq.d(24): For unauth, use getDfeApiNonAuthenticated() instead!
11-30 15:14:06.369  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:14:06.372 21582 21649 I Finsky  : [43553] wbk.d(2): SysUA: Disable SystemUpdateActivity, because Android is lower than Q
11-30 15:14:06.387  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:14:06.397 21582 21649 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
11-30 15:14:06.398 21582 21649 I Finsky  : [43553] mke.i(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileMaximum
11-30 15:14:06.399 21582 21649 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
11-30 15:14:06.400 21582 21649 I Finsky  : [43553] mke.h(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileRecommended
11-30 15:14:06.402  2985  4489 D ActivityManager: The following uid has registered to recieve broadcast for proxy related updates 10227
11-30 15:14:06.411  2985  2985 D KnoxVpnEngineService: Vpn Receiver : com.samsung.android.knox.intent.action.VPN_PROXY_BROADCAST_INTERNAL
11-30 15:14:06.412  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:14:06.462 21582 21674 I Finsky  : [43562] fde.run(60): SysUA: Set SystemUpdateActivity enabled state to 2
11-30 15:14:06.463 21582 21674 I Finsky  : [43562] qjx.run(10): SysCUA: Set {com.android.vending/com.google.android.finsky.systemcomponentupdateui.common.SystemComponentUpdateActivity} enabled state to 0
11-30 15:14:06.493 21582 21703 I zygote  : Deoptimizing java.lang.Object j$.util.concurrent.ConcurrentHashMap.get(java.lang.Object) due to JIT inline cache
11-30 15:14:06.502 21582 21649 I Finsky  : [43553] aaoj.c(2): registerListener
11-30 15:14:06.507 21582 21649 I Finsky  : [43553] aaoj.c(2): registerListener
11-30 15:14:06.551 21582 21649 I Finsky  : [43553] lhi.m(5): Enqueuing libraries load for 0
11-30 15:14:06.571 21582 21670 I Finsky  : [43558] lhi.o(1): Starting libraries load for 0
11-30 15:14:06.571 21582 21649 I Finsky  : [43553] gjo.j(3): Subscription detail: DataSubscriptionInfo{groupIdLevel1=ffffff, serviceProviderName=[n49EHvdw4kISvD5bmP3bs65ssEuMWst0eGGgvrRKGBI], simCarrierId=null}
11-30 15:14:06.614 21582 21592 I zygote  : Background concurrent copying GC freed 63916(5MB) AllocSpace objects, 3(60KB) LOS objects, 49% free, 7MB/14MB, paused 359us total 171.018ms
11-30 15:14:06.638 21582 21650 I Finsky  : [43554] vmb.v(2): Setup app restrictions monitor
11-30 15:14:06.672 21582 21648 I Finsky  : [43552] vfb.a(1): Warm data store was already initialized.
11-30 15:14:06.673 21582 21648 I Finsky  : [43552] vfc.a(1): Warm data store was already initialized.
11-30 15:14:06.735 21582 21650 I Finsky  : [43554] vmz.a(3): Device wide unknown source restriction is changed.
11-30 15:14:06.758 21582 21670 I Finsky  : [43558] lhi.o(24): Finished loading 0 libraries.
11-30 15:14:06.776 21258 21258 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gmscompliance.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService }
11-30 15:14:06.776 21258 21258 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gmscompliance.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService }
11-30 15:14:06.789 21582 21690 I zygote  : Deoptimizing java.lang.String why.k(java.lang.String, java.lang.Object[]) due to JIT inline cache
11-30 15:14:06.789 21582 21690 E PlayCommon: [43570] aamo.k(237): Failed to read logs
11-30 15:14:06.797 10091 10091 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms }
11-30 15:14:06.797 10091 10091 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms }
11-30 15:14:06.815 21582 21587 I zygote  : Do partial code cache collection, code=61KB, data=40KB
11-30 15:14:06.815 21582 21587 I zygote  : After code cache collection, code=55KB, data=38KB
11-30 15:14:06.815 21582 21587 I zygote  : Increasing code cache capacity to 256KB
11-30 15:14:06.931 21640 21640 I dex2oat : Running dex2oat (parent PID = 2705)
11-30 15:14:07.034 21582 21582 I Finsky  : [2] vfb.a(1): Warm data store was already initialized.
11-30 15:14:07.106 21582 21674 I Finsky  : [43562] slz.<init>(2): Item store provider started.
11-30 15:14:07.130 21582 21587 I zygote  : Do full code cache collection, code=110KB, data=63KB
11-30 15:14:07.141 21582 21587 I zygote  : After code cache collection, code=99KB, data=49KB
11-30 15:14:07.143  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:07.143  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:07.144  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:07.174 19185 19396 I System.out: before Starting container vuid=0 vpid=5 processName=com.google.process.gapps reason=ContentProvider com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider authority=com.google.settings
11-30 15:14:07.176  2985  3137 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.parallel.space.lite user:0
11-30 15:14:07.176  2985  3137 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:14:07.176  2985  3137 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.parallel.space.lite user:0
11-30 15:14:07.176  2985  3137 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:14:07.194 21716 21716 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:14:07.205 21716 21716 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:07.206 21716 21716 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.parallel.space.lite:P5 
11-30 15:14:07.355  2985  4489 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:14:07.355  2985  4489 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:14:07.355  2985  4489 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:07.359 21582 21587 I zygote  : Do partial code cache collection, code=101KB, data=57KB
11-30 15:14:07.361  2985  4489 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:14:07.361  2985  4489 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:14:07.362  2985  4489 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:07.366 21582 21587 I zygote  : After code cache collection, code=101KB, data=57KB
11-30 15:14:07.366 21582 21587 I zygote  : Increasing code cache capacity to 512KB
11-30 15:14:07.368 21716 21716 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:07.372  2703  2742 D DataRouter: After the usb select
11-30 15:14:07.373  2703  2742 D DataRouter: read length is zero
11-30 15:14:07.373  2703  2742 D DataRouter: dr_usb_deinit
11-30 15:14:07.373  2703  2742 D DataRouter: dr_usb_init
11-30 15:14:07.373  2703  2742 E DataRouter: USB Interface is open with 0x6
11-30 15:14:07.373  2703  2742 D DataRouter: USB interface is now configured for usb_fd = 0x6
11-30 15:14:07.374  2703  2742 D DataRouter: Before the usb select
11-30 15:14:07.375  7066  7166 D MTPRx   : state from USB_STATE event DISCONNECTED
11-30 15:14:07.377  7066  7166 E MTPRx   : stop observing and calling usbRemoved 
11-30 15:14:07.384 21582 21582 I Finsky  : [2] jpm.B(3): Installer: Attempting to start installer
11-30 15:14:07.387  2985  3089 D SecContentProvider: insert(), uri = 2
11-30 15:14:07.388  7066  7328 E libmtp  : [mtp_simple_sink_thread : 0311] -->[mtp_simple_sink_thread, 311] !!!!!! read failed errno [5], error [I/O error]
11-30 15:14:07.389  7066  7166 D MTPRx   : MTP_RUNNING_STATUS = 1
11-30 15:14:07.391  7066  7166 D MTPRx   : battery status : Charging
11-30 15:14:07.391  7066  7166 W System.err: java.io.FileNotFoundException: /sys/class/dual_role_usb/otg_default/data_role (No such file or directory)
11-30 15:14:07.392  7066  7166 W System.err: 	at java.io.FileInputStream.open0(Native Method)
11-30 15:14:07.392  7066  7166 W System.err: 	at java.io.FileInputStream.open(FileInputStream.java:200)
11-30 15:14:07.392  7066  7166 W System.err: 	at java.io.FileInputStream.<init>(FileInputStream.java:150)
11-30 15:14:07.392  7066  7166 W System.err: 	at android.os.FileUtils.readTextFile(FileUtils.java:262)
11-30 15:14:07.392  7066  7166 W System.err: 	at com.samsung.android.MtpApplication.MtpReceiver.isCharging(MtpReceiver.java:294)
11-30 15:14:07.392  7066  7166 W System.err: 	at com.samsung.android.MtpApplication.MtpReceiver.usbRemoved(MtpReceiver.java:1021)
11-30 15:14:07.392  7066  7166 W System.err: 	at com.samsung.android.MtpApplication.MtpReceiver$1.onUEvent(MtpReceiver.java:197)
11-30 15:14:07.392  7066  7166 W System.err: 	at android.os.UEventObserver$UEventThread.sendEvent(UEventObserver.java:210)
11-30 15:14:07.392  7066  7166 W System.err: 	at android.os.UEventObserver$UEventThread.run(UEventObserver.java:187)
11-30 15:14:07.392  7066  7166 D MTPRx   :  sendbooster is false!
11-30 15:14:07.392  7066  7166 D MTPRx   : In usbRemoved Status bar enabled
11-30 15:14:07.394 21716 21716 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10227
11-30 15:14:07.397  7066  7328 E libmtp  : [mtp_simple_sink_thread : 0359] -->[mtp_simple_sink_thread 359] read error [0] [Success]
11-30 15:14:07.397 21716 21716 D Proxy   : mdoP is null: 10227
11-30 15:14:07.398  3423  7229 E adbd    : remote usb: read terminated (message): Cannot send after transport endpoint shutdown
11-30 15:14:07.399  3423  3423 I adbd    : USB disconnect
11-30 15:14:07.399  3423  7228 I adbd    : closing functionfs transport
11-30 15:14:07.400  3423  3426 I adbd    : initializing functionfs
11-30 15:14:07.400  3423  3426 I adbd    : functionfs successfully initialized
11-30 15:14:07.400  3423  3426 I adbd    : registering usb transport
11-30 15:14:07.400  7066  7066 W MTPRx   : notification from stack 21
11-30 15:14:07.400  7066  7066 W MTPRx   : Read Error Came false
11-30 15:14:07.400  7066  7066 W MTPRx   : Read Error Came so calling usbRemoved()
11-30 15:14:07.407  7066  7166 I MTPRx   : no file transfer case, so do not send MTP_FILE_SCAN 
11-30 15:14:07.420 21582 21582 I Finsky  : [2] aaoj.c(2): registerListener
11-30 15:14:07.423 24320 24320 D MediaProvider: MTP is enabled: false
11-30 15:14:07.430  7066  7066 D MTPRx   : MTP_RUNNING_STATUS = 0
11-30 15:14:07.431  7066  7066 D MTPRx   : battery status : Charging
11-30 15:14:07.431  7066  7066 W System.err: java.io.FileNotFoundException: /sys/class/dual_role_usb/otg_default/data_role (No such file or directory)
11-30 15:14:07.432  7066  7066 W System.err: 	at java.io.FileInputStream.open0(Native Method)
11-30 15:14:07.432  7066  7066 W System.err: 	at java.io.FileInputStream.open(FileInputStream.java:200)
11-30 15:14:07.432  7066  7066 W System.err: 	at java.io.FileInputStream.<init>(FileInputStream.java:150)
11-30 15:14:07.432  7066  7066 W System.err: 	at android.os.FileUtils.readTextFile(FileUtils.java:262)
11-30 15:14:07.432  7066  7066 W System.err: 	at com.samsung.android.MtpApplication.MtpReceiver.isCharging(MtpReceiver.java:294)
11-30 15:14:07.432  7066  7066 W System.err: 	at com.samsung.android.MtpApplication.MtpReceiver.usbRemoved(MtpReceiver.java:1021)
11-30 15:14:07.432  7066  7066 W System.err: 	at com.samsung.android.MtpApplication.MtpReceiver$2.handleMessage(MtpReceiver.java:723)
11-30 15:14:07.432  7066  7066 W System.err: 	at android.os.Handler.dispatchMessage(Handler.java:106)
11-30 15:14:07.432  7066  7066 W System.err: 	at android.os.Looper.loop(Looper.java:164)
11-30 15:14:07.432  7066  7066 W System.err: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 15:14:07.432  7066  7066 W System.err: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:14:07.432  7066  7066 W System.err: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 15:14:07.432  7066  7066 W System.err: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 15:14:07.432  7066  7066 D MTPRx   :  sendbooster is false!
11-30 15:14:07.432  7066  7066 E MtpService: onDestroy.
11-30 15:14:07.439  7066  7066 E MtpService: Unregister Mtp disable Receiver
11-30 15:14:07.440  7066  7066 E MtpService: Receiver not registered: com.samsung.android.MtpApplication.MtpService$1@c092bfa
11-30 15:14:07.440  7066  7066 E MtpService: Unregister mtpEmergencyReceiver
11-30 15:14:07.440  7066  7066 E MtpService: Receiver not registered: com.samsung.android.MtpApplication.MtpService$2@8aa15ab
11-30 15:14:07.440  7066  7066 E MtpService: unregistering mtpMediaReceiver in UnregisterAllIntent
11-30 15:14:07.440  7066  7066 E MtpService: Receiver not registered: com.samsung.android.MtpApplication.MtpService$3@c08621c
11-30 15:14:07.442  7066  7066 E MTPJNIInterface: noti = 103
11-30 15:14:07.443  7066  7066 E libmtp  : [__media_db_close : 4448] -->[__media_db_close:4448] media_sqlite_db is null 
11-30 15:14:07.443  7066  7066 E libmtp  : [mtp_usb_mtp_finalize : 1260] -->****** [mtp_usb_mtp_finalize 1260] mtp_close_fd Calling 
11-30 15:14:07.444  7066  7066 E libmtp  : [mtp_close_fd : 0117] -->[mtp_close_fd 117]  fd = 57...
11-30 15:14:07.444  7066  7066 E libmtp  : [mtp_close_fd : 0122] -->[mtp_close_fd 122] USB endpoint [57] closed...
11-30 15:14:07.444  7066  7066 E libmtp  : [mtp_usb_mtp_finalize : 1263] -->****** [mtp_usb_mtp_finalize 1263] Updating the gInitializeFlag Flag to FALSE 
11-30 15:14:07.444  7066  7066 E libmtp  : [mtp_usb_mtp_finalize : 1266] -->****** [mtp_usb_mtp_finalize 1266] Calling mtp_stop_io 
11-30 15:14:07.453  2985  3089 D SecContentProvider: insert(), uri = 2
11-30 15:14:07.460  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:14:07.492  2985  3002 I zygote  : Successfully killed process cgroup uid 1000 pid 7066 in 0ms
11-30 15:14:07.498  2985  3070 W Choreographer: Frame time is 10.608922 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:14:07.506  2985  5086 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.MtpApplication user:0
11-30 15:14:07.507  2985  5086 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:14:07.507  2985  5086 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.MtpApplication user:0
11-30 15:14:07.507  2985  5086 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:14:07.515  2985  3089 D SecContentProvider: insert(), uri = 2
11-30 15:14:07.523  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:14:07.525 21736 21736 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:14:07.533 21716 21716 W System.err: my process name com.parallel.space.lite:P5
11-30 15:14:07.535 21736 21736 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:07.536 21736 21736 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.samsung.android.MtpApplication 
11-30 15:14:07.552 21716 21716 W System.err: 109896fce92890c7f17cb75f1f5a69bd7e2e993b
11-30 15:14:07.558 21716 21716 W System.err: my process daPackage: com.google.android.gsf, daPackage.native64Bit: false, is64BitSupport: false
11-30 15:14:07.585  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:14:07.586  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:14:07.586 21736 21736 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:07.612 21736 21736 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 1000
11-30 15:14:07.613 21736 21736 D Proxy   : mdoP is null: 1000
11-30 15:14:07.626 21716 21716 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 }
11-30 15:14:07.634 21716 21716 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 }
11-30 15:14:07.649  2503  2503 E audit   : avc:  denied  { find } for service=wifiscanner pid=21716 uid=10227 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:wifiscanner_service:s0 tclass=service_manager permissive=0
11-30 15:14:07.677 21736 21736 D MTPRx   : In MtpReceiverandroid.hardware.usb.action.USB_STATE
11-30 15:14:07.680  2985  3137 D SecContentProvider2: query(), uri = 14 selection = getSealedUsbMassStorageState
11-30 15:14:07.691 21736 21736 I MTPRx   : isCtsappInstalled is  false
11-30 15:14:07.692 21736 21736 I MTPRx   : check value of boot_completed is1
11-30 15:14:07.692 21736 21736 D MTPRx   : in initializeSettingsValues
11-30 15:14:07.706 21736 21736 D MTPRx   :  inside getExternalStorageStatus
11-30 15:14:07.709 21736 21736 I MTPRx   : Sd-Card path/storage/3066-3834
11-30 15:14:07.715 21736 21736 D MTPRx   : Status for mount/Unmount :mounted
11-30 15:14:07.715 21736 21736 I MTPRx   : SDcard is  available
11-30 15:14:07.722 21736 21736 D MTPRx   : check booting is completed_sys.boot_completed
11-30 15:14:07.722 21736 21736 D MTPRx   :  inside getExternalStorageStatus
11-30 15:14:07.730 21736 21736 I MTPRx   : Sd-Card path/storage/3066-3834
11-30 15:14:07.731 21736 21736 D MTPRx   : Status for mount/Unmount :mounted
11-30 15:14:07.731 21736 21736 I MTPRx   : SDcard is  available
11-30 15:14:07.733 21736 21736 I MTPRx   : value of connected istrue
11-30 15:14:07.733 21736 21736 I MTPRx   : value of configured isfalse
11-30 15:14:07.733 21736 21736 I MTPRx   : value of mtpEnabled istrue
11-30 15:14:07.733 21736 21736 I MTPRx   : value of ptpEnabled isfalse
11-30 15:14:07.733 21736 21736 I MTPRx   : value of sec_charging isfalse
11-30 15:14:07.733 21736 21736 I MTPRx   : value of usb_data_unlock istrue
11-30 15:14:07.733 21736 21736 I MTPRx   : value of configChanged isfalse
11-30 15:14:07.733 21736 21736 I MTPRx   : value of hostConnected isfalse
11-30 15:14:07.734 21736 21736 I MTPRx   : Received USB_STATE with sdCardLaunch = 0
11-30 15:14:07.734 21736 21736 E MTPRx   : configured is false
11-30 15:14:07.735 21582 21595 I zygote  : Deoptimizing int afei.w(java.lang.Object, byte[], int, int, int, int, int, int, long, int, long, afbo) due to JIT inline cache
11-30 15:14:07.737  2985  3137 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.SettingsReceiver user:0
11-30 15:14:07.737  2985  3137 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:14:07.737  2985  3137 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.SettingsReceiver user:0
11-30 15:14:07.737  2985  3137 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:14:07.754 21582 21595 W Finsky  : [43544] qiq.n(18): jp.naver.line.android: No account found.
11-30 15:14:07.757  2503  2503 E audit   : avc:  denied  { find } for service=recovery pid=21716 uid=10227 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:recovery_service:s0 tclass=service_manager permissive=0
11-30 15:14:07.759 21582 21595 I Finsky  : [43544] qiq.n(63): Billing preferred account via installer for jp.naver.line.android: [dCNOmK_nSY-12vHzasLXiswzlGT5UHA7jAGYkvmCuQs]
11-30 15:14:07.776 21752 21752 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:14:07.779 21752 21752 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:07.780 21752 21752 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.samsung.android.SettingsReceiver 
11-30 15:14:07.808  2985  3070 W Choreographer: Frame time is 1.526734 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:14:07.813  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:14:07.814  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:14:07.815 21752 21752 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:07.815  2985  3002 I zygote  : Successfully killed process cgroup uid 1001 pid 32275 in 18ms
11-30 15:14:07.818 21582 21678 I Finsky  : [43567] pgq.apply(52): SCH: Scheduling 2 system job(s)
11-30 15:14:07.821 21582 21678 I Finsky  : [43567] pgq.apply(58): SCH: Scheduling system job Id: 9467, L: 0, D: 0, C: false, I: false, N: 1
11-30 15:14:07.839 21752 21752 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 1000
11-30 15:14:07.840 21752 21752 D Proxy   : mdoP is null: 1000
11-30 15:14:07.840 19185 19396 I System.out: Started container vuid=0 vpid=5 pid=21716 processName=com.google.process.gapps reason=ContentProvider com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider authority=com.google.settings
11-30 15:14:07.856 21752 21752 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:14:07.864 21582 21678 I Finsky  : [43567] pgq.apply(58): SCH: Scheduling system job Id: 9468, L: 0, D: 0, C: false, I: false, N: 0
11-30 15:14:07.912 21582 21582 I Finsky  : [2] vfb.a(1): Warm data store was already initialized.
11-30 15:14:07.937 21582 21582 I chatty  : uid=10227(com.parallel.space.lite) identical 2 lines
11-30 15:14:07.938 21582 21582 I Finsky  : [2] vfb.a(1): Warm data store was already initialized.
11-30 15:14:07.950 21582 21582 I Finsky  : [2] jvi.<init>(18): Initializing pausers from value store.
11-30 15:14:07.951 21582 21582 I Finsky  : [2] jvi.<init>(21): Get the following callers from value store [].
11-30 15:14:07.991 21582 21582 I Finsky  : [2] gjn.onSubscriptionsChanged(1): onSubscriptionsChanged
11-30 15:14:07.993 21582 21582 I Finsky  : [2] jpm.P(1): Installer: Installer kick - no action, not running yet
11-30 15:14:08.017 21582 21582 I zygote  : Rejecting re-init on previously-failed class java.lang.Class<ezs>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/content/pm/dex/ArtManager$SnapshotRuntimeProfileCallback;
11-30 15:14:08.017 21582 21582 I zygote  :   at adcj plt.c() (PG:2)
11-30 15:14:08.017 21582 21582 I zygote  :   at adco esb.a(java.lang.Object) (PG:32)
11-30 15:14:08.017 21582 21582 I zygote  :   at java.lang.Object adaz.c(java.lang.Object, java.lang.Object) (PG:2)
11-30 15:14:08.017 21582 21582 I zygote  :   at void adbb.run() (PG:9)
11-30 15:14:08.017 21582 21582 I zygote  :   at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:790)
11-30 15:14:08.017 21582 21582 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:99)
11-30 15:14:08.017 21582 21582 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:14:08.017 21582 21582 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:14:08.017 21582 21582 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:14:08.017 21582 21582 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:14:08.017 21582 21582 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:14:08.018 21582 21582 I zygote  : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.content.pm.dex.ArtManager$SnapshotRuntimeProfileCallback" on path: DexPathList[[zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk"],nativeLibraryDirectories=[/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/lib/arm, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
11-30 15:14:08.018 21582 21582 I zygote  :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
11-30 15:14:08.018 21582 21582 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
11-30 15:14:08.018 21582 21582 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-30 15:14:08.018 21582 21582 I zygote  :   at adcj plt.c() (PG:2)
11-30 15:14:08.018 21582 21582 I zygote  :   at adco esb.a(java.lang.Object) (PG:32)
11-30 15:14:08.018 21582 21582 I zygote  :   at java.lang.Object adaz.c(java.lang.Object, java.lang.Object) (PG:2)
11-30 15:14:08.018 21582 21582 I zygote  :   at void adbb.run() (PG:9)
11-30 15:14:08.018 21582 21582 I zygote  :   at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:790)
11-30 15:14:08.018 21582 21582 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:99)
11-30 15:14:08.018 21582 21582 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:14:08.018 21582 21582 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:14:08.018 21582 21582 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:14:08.018 21582 21582 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:14:08.018 21582 21582 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:14:08.018 21582 21582 I zygote  : 
11-30 15:14:08.018 21582 21582 I zygote  : Rejecting re-init on previously-failed class java.lang.Class<ezs>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/content/pm/dex/ArtManager$SnapshotRuntimeProfileCallback;
11-30 15:14:08.018 21582 21582 I zygote  :   at adcj plt.c() (PG:2)
11-30 15:14:08.018 21582 21582 I zygote  :   at adco esb.a(java.lang.Object) (PG:32)
11-30 15:14:08.018 21582 21582 I zygote  :   at java.lang.Object adaz.c(java.lang.Object, java.lang.Object) (PG:2)
11-30 15:14:08.018 21582 21582 I zygote  :   at void adbb.run() (PG:9)
11-30 15:14:08.018 21582 21582 I zygote  :   at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:790)
11-30 15:14:08.018 21582 21582 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:99)
11-30 15:14:08.018 21582 21582 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:14:08.018 21582 21582 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:14:08.018 21582 21582 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:14:08.018 21582 21582 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:14:08.018 21582 21582 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:14:08.018 21582 21582 I zygote  : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.content.pm.dex.ArtManager$SnapshotRuntimeProfileCallback" on path: DexPathList[[zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk"],nativeLibraryDirectories=[/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/lib/arm, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
11-30 15:14:08.018 21582 21582 I zygote  :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
11-30 15:14:08.019 21582 21582 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
11-30 15:14:08.019 21582 21582 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-30 15:14:08.019 21582 21582 I zygote  :   at adcj plt.c() (PG:2)
11-30 15:14:08.019 21582 21582 I zygote  :   at adco esb.a(java.lang.Object) (PG:32)
11-30 15:14:08.019 21582 21582 I zygote  :   at java.lang.Object adaz.c(java.lang.Object, java.lang.Object) (PG:2)
11-30 15:14:08.019 21582 21582 I zygote  :   at void adbb.run() (PG:9)
11-30 15:14:08.019 21582 21582 I zygote  :   at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:790)
11-30 15:14:08.019 21582 21582 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:99)
11-30 15:14:08.019 21582 21582 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:14:08.019 21582 21582 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:14:08.019 21582 21582 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:14:08.019 21582 21582 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:14:08.019 21582 21582 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:14:08.019 21582 21582 I zygote  : 
11-30 15:14:08.027 21582 21582 I Finsky  : [2] pob.onStartJob(3): SCH: job service start with id 9467.
11-30 15:14:08.048 21582 21653 D NetworkSecurityConfig: No Network Security Config specified, using platform default
11-30 15:14:08.048 21582 21768 I Finsky  : [43591] hsh.g(1): getDownloads()
11-30 15:14:08.055 21582 21653 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:08.055 21582 21653 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:08.059  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:14:08.062 21582 21582 I Finsky  : [2] pob.onStartJob(3): SCH: job service start with id 9468.
11-30 15:14:08.075 21716 21716 W zygote  : JIT profile information will not be recorded: profile file does not exits.
11-30 15:14:08.144  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:08.144  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:08.144  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:08.165  2985  5093 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.wssnps user:0
11-30 15:14:08.165  2985  5093 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:14:08.165  2985  5093 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.wssnps user:0
11-30 15:14:08.165  2985  5093 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:14:08.185 21777 21777 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:14:08.186 21777 21777 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:08.187 19185 19399 I System.out: before Starting container vuid=0 vpid=6 processName=com.android.vending:background reason=Service com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService intent=Intent { act=grpc.io.action.BIND cmp=com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService }
11-30 15:14:08.187 21777 21777 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.wssnps 
11-30 15:14:08.201  2985  3826 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.parallel.space.lite user:0
11-30 15:14:08.202  2985  3826 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:14:08.202  2985  3826 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.parallel.space.lite user:0
11-30 15:14:08.202  2985  3826 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:14:08.210 21582 21675 I Finsky  : [43563] pmq.a(105): SCH: Satisfied jobs for 9467 are: 10-33
11-30 15:14:08.215 21790 21790 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:14:08.216  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:14:08.217 21790 21790 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:08.217  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:14:08.218 21790 21790 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.parallel.space.lite:P6 
11-30 15:14:08.218 21777 21777 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:08.278 21582 21675 I Finsky  : [43563] pmq.a(105): SCH: Satisfied jobs for 9468 are: 10-33
11-30 15:14:08.281 10091 10102 I zygote  : Background concurrent copying GC freed 48088(2MB) AllocSpace objects, 17(660KB) LOS objects, 50% free, 6MB/12MB, paused 278us total 152.439ms
11-30 15:14:08.300 21582 21791 I Finsky  : [43597] vfb.a(1): Warm data store was already initialized.
11-30 15:14:08.335 21582 21791 W Finsky  : [43597] oqi.g(3): RM: Attempting to inject rollback service before Android Q
11-30 15:14:08.366 21582 21791 I Finsky  : [43597] vfb.a(1): Warm data store was already initialized.
11-30 15:14:08.420  2985  5093 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:14:08.420  2985  5093 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:14:08.420  2985  5093 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:08.428  2985  5093 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:14:08.428  2985  5093 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:14:08.428  2985  5093 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:08.434 21790 21790 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:08.435 21777 21777 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 1000
11-30 15:14:08.439 21582 21791 I Finsky  : [43597] pgo.accept(28): SCH: Job 10-33 starting
11-30 15:14:08.447 21777 21777 D Proxy   : mdoP is null: 1000
11-30 15:14:08.489 21790 21790 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10227
11-30 15:14:08.495 21790 21790 D Proxy   : mdoP is null: 10227
11-30 15:14:08.501 21777 21777 D NPS_WSSNPS: [] feature init
11-30 15:14:08.519 21736 21736 D MTPRx   : In MtpReceiverandroid.hardware.usb.action.USB_STATE
11-30 15:14:08.520  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:14:08.520  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:14:08.520  2985  5092 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:08.521  2985  5093 D SecContentProvider2: query(), uri = 14 selection = getSealedUsbMassStorageState
11-30 15:14:08.528 21736 21736 I MTPRx   : isCtsappInstalled is  false
11-30 15:14:08.528 21736 21736 I MTPRx   : check value of boot_completed is1
11-30 15:14:08.528 21736 21736 D MTPRx   : check booting is completed_sys.boot_completed
11-30 15:14:08.528 21736 21736 D MTPRx   :  inside getExternalStorageStatus
11-30 15:14:08.530 21736 21736 I MTPRx   : Sd-Card path/storage/3066-3834
11-30 15:14:08.532 21736 21736 D MTPRx   : Status for mount/Unmount :mounted
11-30 15:14:08.532 21736 21736 I MTPRx   : SDcard is  available
11-30 15:14:08.532 21736 21736 I MTPRx   : value of connected istrue
11-30 15:14:08.532 21736 21736 I MTPRx   : value of configured istrue
11-30 15:14:08.532 21736 21736 I MTPRx   : value of mtpEnabled istrue
11-30 15:14:08.532 21736 21736 I MTPRx   : value of ptpEnabled isfalse
11-30 15:14:08.532 21736 21736 I MTPRx   : value of sec_charging isfalse
11-30 15:14:08.532 21736 21736 I MTPRx   : value of usb_data_unlock istrue
11-30 15:14:08.532 21736 21736 I MTPRx   : value of configChanged isfalse
11-30 15:14:08.532 21736 21736 I MTPRx   : value of hostConnected isfalse
11-30 15:14:08.532 21736 21736 I MTPRx   : Received USB_STATE with sdCardLaunch = 0
11-30 15:14:08.537 21736 21736 D MTPRx   : mFirstTime: false
11-30 15:14:08.546  2985  3002 I zygote  : Successfully killed process cgroup uid 10101 pid 16004 in 34ms
11-30 15:14:08.552  2985  3070 W Choreographer: Frame time is 9.548529 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:14:08.570 21790 21790 W System.err: my process name com.parallel.space.lite:P6
11-30 15:14:08.584 21790 21790 W System.err: 109896fce92890c7f17cb75f1f5a69bd7e2e993b
11-30 15:14:08.589 21790 21790 W System.err: my process daPackage: com.android.vending, daPackage.native64Bit: false, is64BitSupport: false
11-30 15:14:08.605 21736 21736 E MTPJNIInterface: Getting CryptionKey from JAVA
11-30 15:14:08.606 21736 21736 I MTPRx   : currentUserId is 0
11-30 15:14:08.609 21736 21736 I MTPRx   : mtpCurrentGlobalUserId is 0
11-30 15:14:08.609 21736 21736 D MTPRx   : Start observing USB_STATE_MATCH 
11-30 15:14:08.613 21736 21736 I MTPRx   : GUID is valid.
11-30 15:14:08.613 21736 21736 I MTPRx   :  is_dayDreamConnected is false,
11-30 15:14:08.613 21736 21736 D MTPRx   : inside getUsbdebugStatus
11-30 15:14:08.615 21736 21736 I EngineeringModeManager: com.samsung.android.MtpApplication connects to EngineeringModeService.
11-30 15:14:08.615 21736 21736 I EngineeringModeManager: getStatus() is called.
11-30 15:14:08.621  2985  3826 I ENGMODE : EM Version#0001 - 2.0.8
11-30 15:14:08.629  2985  3826 E ENGMODE : Failed to parse stored token(-6)
11-30 15:14:08.629  2985  3826 E ENGMODE : the req mode is not allowed (-6)
11-30 15:14:08.630 21736 21736 I MTPRx   : getUsbdebugStatus is false
11-30 15:14:08.630 21736 21736 V MtpMediaDBManager: inside isExistGUID
11-30 15:14:08.653 21582 21675 I zygote  : Deoptimizing void afex.Q(int, java.util.List, adqy, afew) due to JIT inline cache
11-30 15:14:08.660 21736 21736 V MtpMediaDBManager: finish isExistGUID resulttrue
11-30 15:14:08.660 21736 21736 D MTPRx   : is_Privatemode is NOT 1
11-30 15:14:08.664 21790 21790 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 }
11-30 15:14:08.666 21736 21736 I MTPRx   : Phone is locked : true
11-30 15:14:08.671 21790 21790 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 }
11-30 15:14:08.672  2985  5086 D SdpManagerService: Not an enterprise user : 0
11-30 15:14:08.677  2985  5086 D SdpManagerService: Not an enterprise user : 0
11-30 15:14:08.677 21736 21736 I MTPRx   : Secure lock : true
11-30 15:14:08.678 21736 21736 E MTPJNIInterface: noti = 12
11-30 15:14:08.679 21736 21736 E MTPRx   : Setting the status to phone Lock
11-30 15:14:08.680 21736 21736 I MTPRx   : driverdisplay.trust Status = 2
11-30 15:14:08.683 21736 21736 D MTPRx   : Shared devices keyguard status: 0
11-30 15:14:08.684 21736 21736 D MTPRx   : Sending NORMAL_BOOT to stack
11-30 15:14:08.684 21736 21736 E MTPJNIInterface: noti = 17
11-30 15:14:08.685  2503  2503 E audit   : avc:  denied  { find } for service=wifiscanner pid=21790 uid=10227 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:wifiscanner_service:s0 tclass=service_manager permissive=0
11-30 15:14:08.690  2985  5092 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:14:08.694 21736 21736 D MTPRx   : User is personal
11-30 15:14:08.695 21736 21736 D MTPRx   : sending MTP_ICON_ENABLED to stack
11-30 15:14:08.704 21736 21736 D MTPRx   : else part ... so first time!!!
11-30 15:14:08.704 21736 21736 E MTPPlaObsrvr: inside setContext()
11-30 15:14:08.705 21736 21736 D MTPPlaObsrvr: Inside registerContentObserver
11-30 15:14:08.705 21736 21814 E MTPPlaObsrvr:  inside createplafiles
11-30 15:14:08.714 21736 21736 E MtpService: onCreate.
11-30 15:14:08.715 21736 21736 E MtpService: < MTP > Registering BroadCast receiver :::::
11-30 15:14:08.723 21736 21736 E MtpService: Calling registerBroadCastuserPresentRec() 
11-30 15:14:08.723 21736 21736 E MtpService: < MTP > Registering BroadCast receiver for USER Present:::::
11-30 15:14:08.724 21777 21777 D NPS_WSSNPS: [] feature init
11-30 15:14:08.728 21736 21736 E MtpService: < MTP > Registering BroadCast registerBroadCastPolicyRec :::::
11-30 15:14:08.732 21640 21640 I dex2oat : Explicit concurrent copying GC freed 40257(6MB) AllocSpace objects, 0(0B) LOS objects, 89% free, 181KB/1717KB, paused 522us total 70.701ms
11-30 15:14:08.733 21736 21736 E MtpService: < MTP > Registering BroadCast registerBroadCastEmergencyRec :::::
11-30 15:14:08.734 21736 21814 E MTPPlaObsrvr: playlist count is7
11-30 15:14:08.734 21736 21814 E MTPPlaObsrvr:  inside try branch createplafiles
11-30 15:14:08.734 21736 21814 E MTPPlaObsrvr:  inside deleteing plas createplafiles
11-30 15:14:08.735 21736 21814 E MTPPlaObsrvr:  inside deleteing plas createplafiles
11-30 15:14:08.735 21736 21814 E MTPPlaObsrvr: isPlaylistPresent playlistPath= /storage/emulated/0/Playlists/Asian.pla
11-30 15:14:08.735 21736 21736 E MtpService: onStartCommand.
11-30 15:14:08.737 21736 21736 W MTPRx   : calling native method
11-30 15:14:08.737 21736 21736 E MTPJNIInterface: < MTP > Registering BroadCast receiver :::::
11-30 15:14:08.739 21736 21736 E MTPJNIInterface: < MTP > Registering BroadCast receiver :::::::
11-30 15:14:08.741 21736 21736 E MTPJNIInterface: noti = 110
11-30 15:14:08.741 21736 21736 E MtpService: onStartCommand.
11-30 15:14:08.741 21736 21815 E MtpService: handleMessage. msg= { when=-1ms what=0 arg1=1 obj=Intent { cmp=com.samsung.android.MtpApplication/.MtpService } target=com.samsung.android.MtpApplication.MtpService$ServiceHandler }
11-30 15:14:08.742 21736 21736 W MTPRx   : calling native method
11-30 15:14:08.742 21736 21736 W MTPRx   : Checking the driver time out
11-30 15:14:08.742 21736 21736 E MTPJNIInterface: noti = 102
11-30 15:14:08.745 21736 21736 W MTPRx   : called native method
11-30 15:14:08.745 21736 21736 E MTPJNIInterface: setting Media scanner status0
11-30 15:14:08.745 21736 21736 E MTPJNIInterface: After setting Media scanner status0
11-30 15:14:08.746 21736 21736 W MTPRx   : notification from stack 1
11-30 15:14:08.747 21736 21831 E libmtp  : [check_media_scanner_status : 0661] -->Unable to get Object Class and clearing cls 2 [check_media_scanner_status 661]
11-30 15:14:08.747 21736 21831 E MTPJNIInterface: Getting media scanner status0
11-30 15:14:08.748 21736 21831 E MTPJNIInterface: DeviceName is Null in System
11-30 15:14:08.749 21736 21831 E MTPJNIInterface: DeviceName is LovyC
11-30 15:14:08.749 21736 21814 E MTPPlaObsrvr: Count0
11-30 15:14:08.749 21736 21815 E MtpService: handleMessage. msg= { when=-7ms what=0 arg1=2 obj=Intent { cmp=com.samsung.android.MtpApplication/.MtpService } target=com.samsung.android.MtpApplication.MtpService$ServiceHandler }
11-30 15:14:08.750 21736 21831 E libmtp  : [memCpy : 0111] -->memcpy failed [memCpy 111]
11-30 15:14:08.752 21736 21831 E MTPJNIInterface: Sd-Card path/storage/3066-3834
11-30 15:14:08.753 21736 21831 E MTPJNIInterface: Status for mount/Unmount :mounted
11-30 15:14:08.753 21736 21831 E MTPJNIInterface: SDcard is  available
11-30 15:14:08.755 21736 21814 E MTPPlaObsrvr: Count0, return false
11-30 15:14:08.755 21736 21831 E MTPJNIInterface: Status for mount/Unmount :mounted
11-30 15:14:08.755 21736 21831 E MTPJNIInterface: SDcard is  available
11-30 15:14:08.756 21736 21814 E MTPPlaObsrvr:  inside deleteing plas createplafiles
11-30 15:14:08.756 21736 21814 E MTPPlaObsrvr: isPlaylistPresent playlistPath= /storage/emulated/0/Playlists/Nighty.pla
11-30 15:14:08.762 21736 21814 E MTPPlaObsrvr: Count0
11-30 15:14:08.762 21736 21831 E MTPJNIInterface: Sd-Card path/storage/3066-3834
11-30 15:14:08.763  2503  2503 E audit   : avc:  denied  { find } for service=recovery pid=21790 uid=10227 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:recovery_service:s0 tclass=service_manager permissive=0
11-30 15:14:08.763 21736 21814 E MTPPlaObsrvr: Count0, return false
11-30 15:14:08.764 21736 21831 E MTPJNIInterface: Status for mount/Unmount :mounted
11-30 15:14:08.764 21736 21831 E MTPJNIInterface: SDcard is  available
11-30 15:14:08.765 21736 21814 E MTPPlaObsrvr:  inside deleteing plas createplafiles
11-30 15:14:08.765 21736 21814 E MTPPlaObsrvr: isPlaylistPresent playlistPath= /storage/emulated/0/Playlists/×♡×.pla
11-30 15:14:08.766 21736 21831 E MTPJNIInterface: Status for mount/Unmount :unknown
11-30 15:14:08.766 21736 21831 E MTPJNIInterface: SDcard is not available
11-30 15:14:08.768 21736 21831 E MTPJNIInterface: Status for mount/Unmount :unknown
11-30 15:14:08.768 21736 21831 E MTPJNIInterface: SDcard is not available
11-30 15:14:08.770 21736 21831 E MTPJNIInterface: Status for mount/Unmount :unknown
11-30 15:14:08.770 21736 21831 E MTPJNIInterface: SDcard is not available
11-30 15:14:08.773 21736 21814 E MTPPlaObsrvr: Count0
11-30 15:14:08.774 21736 21814 E MTPPlaObsrvr: Count0, return false
11-30 15:14:08.774 21736 21814 E MTPPlaObsrvr:  inside deleteing plas createplafiles
11-30 15:14:08.774 21736 21814 E MTPPlaObsrvr: isPlaylistPresent playlistPath= /storage/emulated/0/Playlists/Covers.pla
11-30 15:14:08.781 21736 21831 E libmtp  : [mtp_init_device_info : 0586] -->[mtp_init_device_info  586]Error opening file /data/misc/radio/ahrh,(fd<0) IMEI [

11-30 15:14:08.781 21736 21831 E libmtp  : 000000000000000

11-30 15:14:08.781 21736 21831 E libmtp  : ]
11-30 15:14:08.783 21736 21814 E MTPPlaObsrvr: Count0
11-30 15:14:08.783 21736 21831 E MTPJNIInterface: Status for mount/Unmount :mounted
11-30 15:14:08.783 21736 21831 E MTPJNIInterface: SDcard is  available
11-30 15:14:08.783 21736 21831 E SQLiteLog: (21) API call with NULL database connection pointer
11-30 15:14:08.783 21736 21831 E SQLiteLog: (21) misuse at line 119196 of [553a923c82]
11-30 15:14:08.783 21736 21831 E SQLiteLog: (21) API call with NULL database connection pointer
11-30 15:14:08.783 21736 21831 E SQLiteLog: (21) misuse at line 119196 of [553a923c82]
11-30 15:14:08.784 21736 21831 E SQLiteLog: (21) API call with NULL database connection pointer
11-30 15:14:08.784 21736 21831 E SQLiteLog: (21) misuse at line 119196 of [553a923c82]
11-30 15:14:08.784 21736 21831 E SQLiteLog: (21) API call with NULL database connection pointer
11-30 15:14:08.784 21736 21831 E SQLiteLog: (21) misuse at line 119196 of [553a923c82]
11-30 15:14:08.784 21736 21736 W MTPRx   : notification from stack 2
11-30 15:14:08.784 21736 21814 E MTPPlaObsrvr: Count0, return false
11-30 15:14:08.784 21736 21814 E MTPPlaObsrvr:  inside deleteing plas createplafiles
11-30 15:14:08.785 21736 21814 E MTPPlaObsrvr: isPlaylistPresent playlistPath= /storage/emulated/0/Playlists/Indo.pla
11-30 15:14:08.787 21736 21832 E libmtp  : [mtp_init_device : 0723] -->[mtp_init_device 723]  After open the MTP fd = 57 and line = 723...
11-30 15:14:08.787 21736 21832 E libmtp  : [sua_support_present : 1316] --> [sua_support_present:1316] returning false 
11-30 15:14:08.787 21736 21736 W MTPRx   : notification from stack 3
11-30 15:14:08.788 21736 21736 W MTPRx   : notification from stack 14
11-30 15:14:08.788 21736 21736 W MTPRx   : Open session has come  remove the  Message false
11-30 15:14:08.791 24320 24320 D MediaProvider: MTP is enabled: true
11-30 15:14:08.791 21736 21814 E MTPPlaObsrvr: Count0
11-30 15:14:08.791 21736 21736 I MTPRx   : GUID is valid.
11-30 15:14:08.792 21736 21814 E MTPPlaObsrvr: Count0, return false
11-30 15:14:08.793 21736 21736 D MTPRx   : inside getUsbdebugStatus
11-30 15:14:08.793 21736 21814 E MTPPlaObsrvr:  inside deleteing plas createplafiles
11-30 15:14:08.793 21736 21814 E MTPPlaObsrvr: isPlaylistPresent playlistPath= /storage/emulated/0/Playlists/Male.pla
11-30 15:14:08.793 21736 21736 I EngineeringModeManager: com.samsung.android.MtpApplication connects to EngineeringModeService.
11-30 15:14:08.793 21736 21736 I EngineeringModeManager: getStatus() is called.
11-30 15:14:08.796  2985  5093 I ENGMODE : EM Version#0001 - 2.0.8
11-30 15:14:08.798 21736 21814 E MTPPlaObsrvr: Count0
11-30 15:14:08.799  2985  5093 E ENGMODE : Failed to parse stored token(-6)
11-30 15:14:08.799  2985  5093 E ENGMODE : the req mode is not allowed (-6)
11-30 15:14:08.799 21736 21814 E MTPPlaObsrvr: Count0, return false
11-30 15:14:08.799 21736 21736 I MTPRx   : getUsbdebugStatus is false
11-30 15:14:08.799 21736 21736 V MtpMediaDBManager: inside isExistGUID
11-30 15:14:08.802 21736 21814 E MTPPlaObsrvr:  inside deleteing plas createplafiles
11-30 15:14:08.802 21736 21814 E MTPPlaObsrvr: isPlaylistPresent playlistPath= /storage/emulated/0/Playlists/Nightcore.pla
11-30 15:14:08.806  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.app.powerplanning user:0
11-30 15:14:08.806 21736 21736 V MtpMediaDBManager: finish isExistGUID resulttrue
11-30 15:14:08.806  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:14:08.806  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.app.powerplanning user:0
11-30 15:14:08.806  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:14:08.806 21736 21736 W MTPRx   : Phone is already authorized. enableMtpSettings : 0
11-30 15:14:08.806 21736 21736 W MTPRx   : Phone is authorized, but secure lock.
11-30 15:14:08.810 21736 21736 W MTPRx   : notification from stack 3
11-30 15:14:08.820 21839 21839 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:14:08.822 21839 21839 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:08.823 21790 21790 W ResourceType: ResTable_typeSpec entry count inconsistent: given 141, previously 169
11-30 15:14:08.823 21736 21814 E MTPPlaObsrvr: Count0
11-30 15:14:08.823 21839 21839 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.samsung.android.app.powerplanning 
11-30 15:14:08.824 21736 21814 E MTPPlaObsrvr: Count0, return false
11-30 15:14:08.836 19185 19399 I System.out: Started container vuid=0 vpid=6 pid=21790 processName=com.android.vending:background reason=Service com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService intent=Intent { act=grpc.io.action.BIND cmp=com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService }
11-30 15:14:08.864 21716 21716 I GoogleHttpClient: GMS http client unavailable, use old client
11-30 15:14:08.977  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:08.977  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:08.978  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:08.984  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:08.984  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:08.990  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:08.990  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:08.997  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:08.997  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:09.004  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:09.004  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:09.011  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:09.011  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:09.017  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:09.018  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:09.023  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:09.023  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:09.030  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:09.030  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:09.036  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:09.036  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:09.042  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:09.042  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:09.048  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:09.048  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:09.053  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:09.053  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:09.059  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:09.059  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:09.064  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:09.064  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:09.071  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:09.071  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:09.071  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:09.076  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:09.076  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:09.082  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:09.082  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:09.087  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:09.087  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:09.093  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:09.093  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:09.099  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:09.099  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:09.104  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:09.104  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:09.112  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:09.112  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:09.117  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:09.118  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:09.123  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:09.123  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:09.129  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:09.129  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:09.134  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:09.134  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:09.139  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:09.140  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:09.144  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:09.144  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:09.144  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:09.144  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:09.144  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:09.150  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:14:09.151  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:09.156 21839 21839 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:09.157 21582 21582 I Finsky  : [2] AutoUpdateHygieneJob.a(8): AU2: hygiene task started
11-30 15:14:09.176 21582 21674 I Finsky  : [43562] slz.q(6): Created new item store.
11-30 15:14:09.184 21839 21839 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 1001
11-30 15:14:09.185 21839 21839 D Proxy   : mdoP is null: 1001
11-30 15:14:09.230 21582 21674 I Finsky  : [43562] pmg.accept(69): SCH: Scheduling phonesky job Id: 29-29, CT: 1638260045983, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }]
11-30 15:14:09.293  2985  3070 W Choreographer: Frame time is 4.484392 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:14:09.331  2985  3002 I zygote  : Successfully killed process cgroup uid 1000 pid 15029 in 100ms
11-30 15:14:09.331  2985  3002 I zygote  : Successfully killed process cgroup uid 15001000 pid 18771 in 0ms
11-30 15:14:09.342 21582 21674 I Finsky  : [43562] ffa.b(34): AU2: Successfully cleaned-up UpdateFailureHistory
11-30 15:14:09.343 21582 21677 I Finsky  : [43565] pgq.apply(52): SCH: Scheduling 0 system job(s)
11-30 15:14:09.390  2985  3002 I zygote  : Successfully killed process cgroup uid 5004 pid 15393 in 49ms
11-30 15:14:09.393   559   559 I ServiceManager: [#CMH#] Disconnected to Service  com.samsung.storyservice.StoryService
11-30 15:14:09.456 21839 21839 V MFIAppWidget: MFIApplication - initializeSamsungAnalytics()
11-30 15:14:09.457   559   559 I ServiceManager: [#CMH#] Disconnected to Service  com.samsung.faceservice.FaceService
11-30 15:14:09.458   559   559 I chatty  : uid=5004(oem_5004) com.samsung.cmh:CMH identical 4 lines
11-30 15:14:09.458   559   559 I ServiceManager: [#CMH#] Disconnected to Service  com.samsung.faceservice.FaceService
11-30 15:14:09.462  2985  3002 I zygote  : Successfully killed process cgroup uid 5004 pid 15141 in 70ms
11-30 15:14:09.478 21839 21839 D SamsungAnalytics111040: cf feature is supported
11-30 15:14:09.486 21839 21839 D SamsungAnalytics111040: newThread on Executor
11-30 15:14:09.487 21839 21839 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:14:09.489 21839 21839 D PowerPlanningService: Service onCreate
11-30 15:14:09.490 21839 21839 D PowerPlanningUtils: OS version is O or above
11-30 15:14:09.518 21839 21839 D PowerPlanningService: registerSIM1SIM2Observer
11-30 15:14:09.522 21839 21839 D PowerPlanningService: registerShowButtonShapesObserver
11-30 15:14:09.527 21839 21839 D PowerPlanningService: Service onStartCommand
11-30 15:14:09.726 21582 21592 I zygote  : Background concurrent copying GC freed 71964(4MB) AllocSpace objects, 11(332KB) LOS objects, 49% free, 9MB/18MB, paused 1.365ms total 152.831ms
11-30 15:14:09.916 21582 21865 I zygote  : Deoptimizing void adqy.o(int, java.lang.Object, afew) due to JIT inline cache
11-30 15:14:09.923 21582 21587 I zygote  : Do full code cache collection, code=243KB, data=149KB
11-30 15:14:09.924 21582 21587 I zygote  : After code cache collection, code=198KB, data=114KB
11-30 15:14:09.943 21582 21865 I Finsky  : [43603] ihu.run(14): Wrote 6 rows to frosting DB
11-30 15:14:09.964  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:14:09.964  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:14:09.964  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:14:09.976 21640 21640 I dex2oat : Explicit concurrent copying GC freed 30915(6MB) AllocSpace objects, 0(0B) LOS objects, 87% free, 213KB/1749KB, paused 96us total 77.326ms
11-30 15:14:10.127 21736 21833 W SQLiteLog: (28) failed to open "/data/data/com.android.providers.settings/databases/settings.db" with flag (131138) and mode_t (0) due to error (2)
11-30 15:14:10.127 21736 21833 W SQLiteLog: (28) failed to open "/data/data/com.android.providers.settings/databases/settings.db" with flag (131072) and mode_t (0) due to error (2)
11-30 15:14:10.127 21736 21833 E SQLiteLog: (14) cannot open file at line 36360 of [553a923c82]
11-30 15:14:10.127 21736 21833 E SQLiteLog: (14) os_unix.c:36360: (2) open(/data/data/com.android.providers.settings/databases/settings.db) - 
11-30 15:14:10.128 21736 21833 E SQLiteLog: (1) Process .MtpApplication : Pid (21736) Uid (1000) Euid (1000) Gid (1000) Egid (1000)
11-30 15:14:10.128 21736 21833 E SQLiteLog: (1) osStat failed "/data/data/com.android.providers.settings/databases/settings.db" due to error (2)
11-30 15:14:10.128 21736 21833 E SQLiteLog: (1) osStat failed "/data/data/com.android.providers.settings/databases" due to error (2)
11-30 15:14:10.128 21736 21833 E SQLiteLog: (1) Stat of /data/data/com.android.providers.settings : st_mode(40700) st_uid(1000) st_gid(1000) st_ino(327818)
11-30 15:14:10.128 21736 21833 E SQLiteLog: (1) Stat of /data/data : st_mode(40771) st_uid(1000) st_gid(1000) st_ino(262145)
11-30 15:14:10.128 21736 21833 E SQLiteLog: (1) Stat of /data : st_mode(40771) st_uid(1000) st_gid(1000) st_ino(2)
11-30 15:14:10.128 21736 21833 E SQLiteLog: (21) API call with unopened database connection pointer
11-30 15:14:10.128 21736 21833 E SQLiteLog: (21) misuse at line 119196 of [553a923c82]
11-30 15:14:10.129 21736 21833 E MTPJNIInterface: Value of device_name is LovyC
11-30 15:14:10.144  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:10.144  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:10.144  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:10.380 15154 15154 I Finsky:background: [2] kmm.onDestroy(8): IPC-SERVER: Stopping gRPC host service...
11-30 15:14:10.398  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.storyservice user:0
11-30 15:14:10.398  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:14:10.398  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.storyservice user:0
11-30 15:14:10.398  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:14:10.423 21879 21879 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:14:10.426 21879 21879 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:10.427 21879 21879 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.storyservice 
11-30 15:14:10.430  2985  3070 W Choreographer: Frame time is 3.1163409 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:14:10.437 16433 16433 I ServiceManager: [#CMH#] Disconnected to Service  com.samsung.storyservice.StoryService
11-30 15:14:10.441  2985  3002 I zygote  : Successfully killed process cgroup uid 15005004 pid 15566 in 44ms
11-30 15:14:10.441  2985  3002 I zygote  : Successfully killed process cgroup uid 15001000 pid 17633 in 0ms
11-30 15:14:10.462  2985  3577 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:10.462  2985  3577 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:10.462  2985  3577 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:10.468  2985  3577 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:10.468  2985  3577 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:10.472  2985  3577 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:10.473  2985  3577 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:10.477   559   559 I ServiceManager: [#CMH#] Disconnected to Service  com.samsung.mlp.platform.LPService
11-30 15:14:10.477   559   559 I ServiceManager: [#CMH#] Disconnected to Service  com.samsung.mlp.platform.LPService
11-30 15:14:10.480  2985  3002 I zygote  : Successfully killed process cgroup uid 5004 pid 13965 in 38ms
11-30 15:14:10.480  2985  3577 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:10.480  2985  3577 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:10.488  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:10.488  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:10.488  2985  4271 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:10.495  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:10.495  2985  4271 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:10.502  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:10.502  2985  4271 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:10.513  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:10.513  2985  4271 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:10.520 21879 21879 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:10.544 21879 21879 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 5004
11-30 15:14:10.544 21879 21879 D Proxy   : mdoP is null: 5004
11-30 15:14:10.577 21879 21879 I StoryServiceApplication: [#CMH#] StoryService started with context  com.samsung.storyservice.StoryServiceApplication@7f0c684
11-30 15:14:10.590 21879 21879 D SamsungAnalytics111040: cf feature is supported
11-30 15:14:10.596 21879 21879 D SamsungAnalytics111040: newThread on Executor
11-30 15:14:10.596 21879 21879 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:14:10.597 21879 21879 I SALogger_Utils: [#CMH#] After SA logging initialization completed  
11-30 15:14:10.603 21879 21879 I FeatureClassSet: [#CMH#]  Rubin is installed ,api level is 27 
11-30 15:14:10.617 21879 21879 I CollageChannelGenerator: [#CMH#] Collage directory creation status  trueCreation path /storage/emulated/0/.face/.collage
11-30 15:14:10.619 21879 21879 I StoryService: [#CMH#] PersonEvent feature is disabled 
11-30 15:14:10.620 21879 21879 I StoryService: [#CMH#] Pet Story Generator is enabled 
11-30 15:14:10.621 21879 21879 I StoryService: [#CMH#] Baby Story Generator is enabled 
11-30 15:14:10.621 21879 21879 I ServiceController: [#CMH#] initialize ContentObserver  
11-30 15:14:10.635 21879 21879 I StoryServiceApplication: [#CMH#] Story Service is Ready!!  
11-30 15:14:10.637 21879 21879 I StoryService: [StoryService] onBind() 
11-30 15:14:10.640   559   559 I ServiceManager: [#CMH#] Bound to Package  com.samsung.storyservice
11-30 15:14:10.645 21879 21879 I ServiceController: [StoryService] Sending response for  31 with status 0
11-30 15:14:10.847 21640 21640 I dex2oat : Explicit concurrent copying GC freed 22728(5MB) AllocSpace objects, 0(0B) LOS objects, 85% free, 253KB/1789KB, paused 90us total 57.393ms
11-30 15:14:10.940 21790 21790 W zygote  : JIT profile information will not be recorded: profile file does not exits.
11-30 15:14:11.143 21790 21790 W zygote  : Verification of void ewf.onCreate() took 199.839ms
11-30 15:14:11.144  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:11.145  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:11.145  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:11.502  3423  3423 I adbd    : Calling send_auth_request...
11-30 15:14:11.532 21790 21790 I Finsky:background: [2] euh.az(6): Process created at version: 28.0.34-21 [0] [PR] 410833180
11-30 15:14:11.554  3423  3423 I adbd    : Loading keys from /data/misc/adb/adb_keys
11-30 15:14:11.559  3423  3423 I adbd    : adb client authorized
11-30 15:14:11.659 21640 21640 I dex2oat : ----------------------------------------------------
11-30 15:14:11.659 21640 21640 I dex2oat : <SS>: S T A R T I N G . . .
11-30 15:14:11.659 21640 21640 D dex2oat : <SS>: apk not found at /base.odex
11-30 15:14:11.659 21640 21640 D dex2oat : <SS>: trying at /data/app/com.microsoft.office.excel-pazezzliuhaq6j_y9vVX9A==/base.apk
11-30 15:14:11.659 21640 21640 I dex2oat : <SS>: going to process manifest for 32-bit.../data/app/com.microsoft.office.excel-pazezzliuhaq6j_y9vVX9A==/base.apk
11-30 15:14:11.663 21640 21640 I         : SS_ART_lib [I]: permission is absent: /data/app/com.microsoft.office.excel-pazezzliuhaq6j_y9vVX9A==/base.apk
11-30 15:14:11.663 21640 21640 I         : SS_ART_lib [I]: access to SS denied
11-30 15:14:11.663 21640 21640 I dex2oat : Finish SS_ART_lib()
11-30 15:14:11.664 21640 21640 I dex2oat : dex2oat took 8.135s (18.254s cpu) (threads: 8) arena alloc=351KB (359808B) java alloc=253KB (259232B) native alloc=15MB (16225544B) free=4MB (4221688B)
11-30 15:14:11.692  2985  3019 I PackageManager.DexOptimizer: do mInstaller.syncDexopt : com.microsoft.office.excel
11-30 15:14:11.714  2705  3156 D installd: Found valid user 150
11-30 15:14:11.718  2985  3019 D PersonaServiceHelper: trimPersonaFromInstallation is called...
11-30 15:14:11.719  2985  3019 D PersonaServiceHelper: User is not knox premium container 0
11-30 15:14:11.719  2985  3019 D PersonaServiceHelper: Processing premimum container in trimPersonaFromInstallation - 150
11-30 15:14:11.720  2985  3019 D PackageManager: Abis for package[com.microsoft.office.excel] are primary=armeabi-v7a secondary=null
11-30 15:14:11.727  2985  3019 D PackageManager: EAS IT Policy com.microsoft.office.excel isPackageSignedByPlatform = false
11-30 15:14:12.145  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:12.145  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:12.145  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:12.358  2985  3019 D AASAinstall: there is not AASApackages.xml file
11-30 15:14:12.373  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.samsung.android.email.provider :: false
11-30 15:14:12.388  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.samsung.android.messaging :: true
11-30 15:14:12.400  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.sec.android.app.myfiles :: true
11-30 15:14:12.401  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.samsung.android.allshare.service.fileshare :: true
11-30 15:14:12.403  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.sec.android.app.sbrowser :: false
11-30 15:14:12.408  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.samsung.android.scloud :: false
11-30 15:14:12.418  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.android.bluetooth :: true
11-30 15:14:12.420  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.android.captiveportallogin :: true
11-30 15:14:12.422  2985  3019 D EnterpriseDeviceManagerService: updateAdminPermissions
11-30 15:14:12.805  2985  2994 I zygote  : Background concurrent copying GC freed 486158(22MB) AllocSpace objects, 73(1844KB) LOS objects, 23% free, 78MB/102MB, paused 948us total 721.254ms
11-30 15:14:12.937  2985  3019 I PackageManager: enforceEDMPermissionLI
11-30 15:14:12.937  2985  3019 I PackageManager: Trying to enforce permission for system app. Just ignoring
11-30 15:14:12.938  2705  3156 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.microsoft.office.excel 
11-30 15:14:12.940  2705  3156 I chatty  : uid=0(root) Binder:2705_7 identical 4 lines
11-30 15:14:12.940  2705  3156 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.microsoft.office.excel 
11-30 15:14:12.949  2705  3156 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c662,c768, pkgname=com.microsoft.office.excel 
11-30 15:14:12.961  2705  3156 I chatty  : uid=0(root) Binder:2705_7 identical 4 lines
11-30 15:14:12.962  2705  3156 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c662,c768, pkgname=com.microsoft.office.excel 
11-30 15:14:12.977  2705  3156 I installed: secure_storage_pm pid = 21905
11-30 15:14:13.145  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:13.145  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:13.145  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:13.152 21905 21905 I         : SS_ART_lib [I]: permission is absent: /data/app/com.microsoft.office.excel-pazezzliuhaq6j_y9vVX9A==/base.apk
11-30 15:14:13.152 21905 21905 I         : SS_ART_lib [I]: access to SS denied
11-30 15:14:13.161  2705  3156 E         : Secure Storage PM failed!
11-30 15:14:13.164  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:14:13.164  2985  2985 I MotionRecognitionService: Plugged
11-30 15:14:13.164  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:14:13.164  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:14:13.168  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:14:13.168  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:14:13.168  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:14:13.169  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:14:13.172 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:14:13.172 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:14:13.176  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:14:13.178  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:14:13.178  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:14:13.178  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:14:13.217 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:14:13.222 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:14:13.227 21790 21790 I Finsky:background: [2] njl.b(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08].
11-30 15:14:13.244 21790 21790 I Finsky:background: [2] njl.b(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno].
11-30 15:14:13.318 21790 21790 I Finsky:background: [2] kmm.onCreate(2): IPC-SERVER: Starting gRPC host service...
11-30 15:14:13.325 16067 21911 I IntentFilterIntentOp: Verifying IntentFilter. verificationId:1 scheme:"https" hosts:"sharepoint-df.com safelinks.protection.outlook.com 1drv.ms sharepoint.de sharepoint.com" package:"com.microsoft.office.excel". [CONTEXT service_id=244 ]
11-30 15:14:13.404 16067 21911 I zygote  : Deoptimizing void bhyw.e(bhxf, java.lang.String, java.util.logging.Level) due to JIT inline cache
11-30 15:14:13.407 16067 21911 I AppLinksUtilsV1: Legacy cross-profile verification enabled [CONTEXT service_id=244 ]
11-30 15:14:13.461 21582 21767 I zygote  : Deoptimizing void j$.util.stream.AbstractPipeline.copyInto(j$.util.stream.Sink, j$.util.Spliterator) due to JIT inline cache
11-30 15:14:13.540 21790 21808 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:14:13.571  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:14:13.587 21790 21808 I zygote  : WaitForGcToComplete blocked ProfileSaver on ClassLinker for 47.138ms
11-30 15:14:13.614 21736 21833 E libmtp  : [mtp_get_storage_ids_mtp_handle : 1396] -->mtp_get_storage_ids_mtp_handle : START !!
11-30 15:14:13.614 21736 21833 E libmtp  : [mtp_get_storage_ids_mtp_handle : 1419] -->mtp_get_storage_ids_mtp_handle : lock screen or knox mode, so return !!
11-30 15:14:13.647   559   732 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:14:13.899 21790 21790 D ConnectivityManager: requestNetwork; CallingUid : 10227, CallingPid : 21790
11-30 15:14:13.930  2985  3171 D WIFI_UT : got request NetworkRequest [ TRACK_DEFAULT id=5222, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:14:13.930  2985  3171 D WIFI_UT :   my score=2147483647, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:14:13.930  2985  3171 D WIFI_UT : evalRequest
11-30 15:14:13.930  2985  3171 D WIFI_UT :   needNetworkFor
11-30 15:14:13.931  2985  3453 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=5222, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:14:13.931  2985  3219 D WIFI_P2P: got request NetworkRequest [ TRACK_DEFAULT id=5222, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:14:13.931  2985  3453 D Ethernet:   my score=-1, my filter=[ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps]
11-30 15:14:13.931  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:13.931  2985  3219 D WIFI_P2P:   my score=60, my filter=[ Transports: WIFI Capabilities: WIFI_P2P&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:14:13.931  2985  3453 D Ethernet: evalRequest
11-30 15:14:13.931  2985  3219 D WIFI_P2P: evalRequest
11-30 15:14:13.931  2985  3453 D Ethernet:   done
11-30 15:14:13.931  2985  3219 D WIFI_P2P:   done
11-30 15:14:13.931  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:13.931  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:13.931  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:13.931  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:13.932  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:13.932  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:13.932  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:13.932  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:13.932  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:13.932  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:13.932  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:13.932  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:13.932  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:13.932  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:13.932  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:13.932  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:13.932  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:13.933  3470  3470 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=5222, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:14:13.933  3470  3470 D PhoneSwitcherNetworkRequstListener:   my score=101, my filter=[ Transports: CELLULAR Capabilities: MMS&SUPL&DUN&FOTA&IMS&CBS&IA&RCS&XCAP&EIMS&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&ENT1&FOC Specifier: <android.net.MatchAllNetworkSpecifier@0>]
11-30 15:14:13.933  3470  3470 D PhoneSwitcherNetworkRequstListener: evalRequest
11-30 15:14:13.933  3470  3470 D PhoneSwitcherNetworkRequstListener:   needNetworkFor
11-30 15:14:13.938  2985  3171 D WIFI    : got request NetworkRequest [ TRACK_DEFAULT id=5222, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:14:13.938  2985  3171 D WIFI    :   my score=60, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:14:13.938  2985  3171 D WIFI    : evalRequest
11-30 15:14:13.938  2985  3171 D WIFI    :   needNetworkFor
11-30 15:14:14.064 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(0) data(0) accounts({}) accounts deleted({}) calls([]) countryIso(ID) userId(150)  ]

11-30 15:14:14.064 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ agr({})  ]

11-30 15:14:14.064 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({})  ]

11-30 15:14:14.064 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(0) data(0) accounts({})  ]

11-30 15:14:14.064 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(0) data(0) accounts({})  ]
11-30 15:14:14.073 21582 21587 I zygote  : Do partial code cache collection, code=252KB, data=158KB
11-30 15:14:14.074 21582 21587 I zygote  : After code cache collection, code=250KB, data=158KB
11-30 15:14:14.074 21582 21587 I zygote  : Increasing code cache capacity to 1024KB
11-30 15:14:14.145  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:14.145  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:14.145  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:14.180  2985  3019 I zygote  : Explicit concurrent copying GC freed 516287(24MB) AllocSpace objects, 19(700KB) LOS objects, 27% free, 64MB/88MB, paused 366us total 969.623ms
11-30 15:14:14.214  2985  3019 D PackageManager: result of install: 1{96399224}
11-30 15:14:14.216  2705  3156 E         : Couldn't opendir /data/app/vmdl1208697930.tmp: No such file or directory
11-30 15:14:14.216  2705  3156 E installd: Failed to delete /data/app/vmdl1208697930.tmp: No such file or directory
11-30 15:14:14.247  2985  3002 I zygote  : Successfully killed process cgroup uid 15010040 pid 16295 in 21ms
11-30 15:14:14.247  2985  3002 I zygote  : Successfully killed process cgroup uid 10040 pid 16261 in 0ms
11-30 15:14:14.254 21790 21790 I zygote  : Deoptimizing java.lang.Object j$.util.concurrent.ConcurrentHashMap.putVal(java.lang.Object, java.lang.Object, boolean) due to JIT inline cache
11-30 15:14:14.642  2985  3070 W Choreographer: Frame time is 3.253194 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:14:14.662  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.PACKAGE_REMOVED
11-30 15:14:14.664  3670  3670 D PackageObserver_FLP: action : ACTION_PACKAGE_REMOVED, packageName = com.microsoft.office.excel
11-30 15:14:14.665  3775  3775 D ImsServiceStub: packageStatus : android.intent.action.PACKAGE_REMOVED, packageName : com.microsoft.office.excel
11-30 15:14:14.667   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:14:14.680  2985  3298 D UcmService: onReceive android.intent.action.PACKAGE_REMOVED
11-30 15:14:14.680  2985  3298 D UcmService: Package update in userId-0 and uid-10011
11-30 15:14:14.702 16433 16509 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:14:14.706  2985  3117 D InputReader: externalDisplayId 0 W 1080 H 1920
11-30 15:14:14.706  2985  3117 I InputReader: Reconfiguring input devices.  changes=0x00000010
11-30 15:14:14.746  3670  3670 D PackageObserver_FLP: action : ACTION_PACKAGE_ADDED, packageName = com.microsoft.office.excel
11-30 15:14:14.747  3775  3775 D ImsServiceStub: packageStatus : android.intent.action.PACKAGE_ADDED, packageName : com.microsoft.office.excel
11-30 15:14:14.748  2985  3117 D InputReader: externalDisplayId 0 W 1080 H 1920
11-30 15:14:14.748  2985  3117 I InputReader: Reconfiguring input devices.  changes=0x00000010
11-30 15:14:14.766  2985  3298 D UcmService: onReceive android.intent.action.PACKAGE_REPLACED
11-30 15:14:14.766  2985  3298 D UcmService: Package update in userId-0 and uid-10011
11-30 15:14:14.768  3775  3775 D ImsServiceStub: packageStatus : android.intent.action.PACKAGE_REPLACED, packageName : com.microsoft.office.excel
11-30 15:14:14.769  2985  3117 D InputReader: externalDisplayId 0 W 1080 H 1920
11-30 15:14:14.769  2985  3117 I InputReader: Reconfiguring input devices.  changes=0x00000010
11-30 15:14:14.790 10832 10832 D BeaconManager[8.0.33.0]: BeaconService.PackageReceiver - action:android.intent.action.PACKAGE_REMOVED, package:com.microsoft.office.excel
11-30 15:14:14.790 10832 10832 D BeaconManager[8.0.33.0]: BeaconService.PackageReceiver - action:android.intent.action.PACKAGE_ADDED, package:com.microsoft.office.excel
11-30 15:14:14.806   559   636 I ControllerEventHandler: [#CMH#] onPackageRemoved  null
11-30 15:14:14.806 16433 16509 I ControllerEventHandler: [#CMH#] onPackageRemoved  null
11-30 15:14:14.809 16433 16509 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:14:14.809   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:14:14.810 16433 16509 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:14:14.810   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:14:14.810 16433 16509 I ControllerEventHandler: [#CMH#] onPackageAdded  null
11-30 15:14:14.810   559   636 I ControllerEventHandler: [#CMH#] onPackageAdded  null
11-30 15:14:14.810 16433 16509 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:14:14.810   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:14:14.810 16433 16509 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:14:14.810   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:14:14.810 16433 16509 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:14:14.810   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:14:14.885  3470  3470 I CarrierVvmPackageInstalledReceiver.onReceive: intent.getAction() android.intent.action.PACKAGE_REMOVED packageName :com.microsoft.office.excel
11-30 15:14:14.920  2985  4271 D TelecomUtils: isAdditionalPrivilegedDialer: com.android.phone
11-30 15:14:14.952  2985  4271 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xc187f320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:14:14.953  2985  4271 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xc187f320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:14:14.978 21736 21833 E libmtp  : [mtp_get_storage_ids_mtp_handle : 1396] -->mtp_get_storage_ids_mtp_handle : START !!
11-30 15:14:14.978 21736 21833 E libmtp  : [mtp_get_storage_ids_mtp_handle : 1419] -->mtp_get_storage_ids_mtp_handle : lock screen or knox mode, so return !!
11-30 15:14:14.983 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.excel
11-30 15:14:14.988  2985  4271 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xc187f320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:14:14.988  2985  4271 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xc187f320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:14:15.033  2985  2985 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.android.keychain user:0
11-30 15:14:15.033  2985  2985 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:14:15.033  2985  2985 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.android.keychain user:0
11-30 15:14:15.033  2985  2985 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:14:15.034 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [teW78crw4yMKFmGpXwCjLQjHsUFPtXwkTjjT0uLTZXI]
11-30 15:14:15.035  4729  4729 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [teW78crw4yMKFmGpXwCjLQjHsUFPtXwkTjjT0uLTZXI]
11-30 15:14:15.043 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.excel
11-30 15:14:15.043  4729  4729 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.excel
11-30 15:14:15.044 21969 21969 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:14:15.047 21969 21969 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:15.048 21969 21969 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.android.keychain 
11-30 15:14:15.054  2985  2985 D KnoxMUMContainerPolicy: mPackageReceiver : action - android.intent.action.PACKAGE_REMOVED
11-30 15:14:15.058  3470  3470 D CarrierSvcBindHelper: No carrier app for: 0
11-30 15:14:15.060  3470  3470 D CarrierSvcBindHelper: No carrier app for: 1
11-30 15:14:15.061  3470  3470 D CarrierSvcBindHelper: No carrier app for: 0
11-30 15:14:15.063  3470  3470 D CarrierSvcBindHelper: No carrier app for: 1
11-30 15:14:15.063  3470  3470 I CarrierVvmPackageInstalledReceiver.onReceive: intent.getAction() android.intent.action.PACKAGE_ADDED packageName :com.microsoft.office.excel
11-30 15:14:15.064  2985  5087 D TelecomUtils: isAdditionalPrivilegedDialer: com.android.phone
11-30 15:14:15.066  2985  5087 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0x9f88e320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:14:15.066  2985  5087 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0x9f88e320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:14:15.069  2985  5094 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0x9c58b320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:14:15.069  2985  5094 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0x9c58b320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:14:15.070  2985  2985 I HarmonyEASService: onReceive : android.intent.action.PACKAGE_REMOVED for 0
11-30 15:14:15.071  2985  5087 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:14:15.072  2985  5087 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:14:15.073 21969 21969 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:15.091  2985  2985 D EnterpriseLicenseService: package removed. userId = 0
11-30 15:14:15.095 21969 21969 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 1000
11-30 15:14:15.095 21969 21969 D Proxy   : mdoP is null: 1000
11-30 15:14:15.101 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [teW78crw4yMKFmGpXwCjLQjHsUFPtXwkTjjT0uLTZXI]
11-30 15:14:15.102 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.excel
11-30 15:14:15.109 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Deduping intent android.intent.action.PACKAGE_REMOVED
11-30 15:14:15.110 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [teW78crw4yMKFmGpXwCjLQjHsUFPtXwkTjjT0uLTZXI]
11-30 15:14:15.110 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.excel
11-30 15:14:15.112  2985  2985 E SDAgentPackageStateReceiver: Not going to handle 'com.microsoft.office.excel'!
11-30 15:14:15.114 20330 21966 W System.err: java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.String.length()' on a null object reference
11-30 15:14:15.114  3470  3470 D CarrierSvcBindHelper: No carrier app for: 0
11-30 15:14:15.115  2985  2985 D EnterprisePremiumVpnPolicyServiceV2: Vpn Receiver : android.intent.action.PACKAGE_REMOVED
11-30 15:14:15.115  2985  2985 D KnoxVpnEngineService: Vpn Receiver : android.intent.action.PACKAGE_REMOVED
11-30 15:14:15.115  2985  3150 I EnterprisePremiumVpnPolicyServiceV2: vpn handle : Message received
11-30 15:14:15.115  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:14:15.115  2985  3150 D EnterprisePremiumVpnPolicyServiceV2: Package removal intent is reached
11-30 15:14:15.115  2985  3150 D EnterprisePremiumVpnPolicyServiceV2: handleActionPackageRemoved : packageName = com.microsoft.office.excel : replacing = true
11-30 15:14:15.116  3470  3470 D CarrierSvcBindHelper: No carrier app for: 1
11-30 15:14:15.118  3470  3470 D CarrierSvcBindHelper: No carrier app for: 0
11-30 15:14:15.119  3470  3470 D CarrierSvcBindHelper: No carrier app for: 1
11-30 15:14:15.134  2985  2985 D UniversalCredentialManagerService: inside mPkgReciever onReceive : android.intent.action.PACKAGE_REMOVED
11-30 15:14:15.135  2985  2985 D UniversalCredentialManagerService: ACTION_PACKAGE_REMOVED : replacingApp -true
11-30 15:14:15.135  2985  2985 D UniversalCredentialManagerService: ACTION_PACKAGE_REMOVED : No need to cleanup db entries for app update
11-30 15:14:15.145  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:15.145  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:15.145  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:15.151  3470  3470 D CarrierMatchingBootReceiver: onReceive()...
11-30 15:14:15.151  3470  3470 D CarrierMatchingBootReceiver: Action received: android.intent.action.PACKAGE_REMOVED
11-30 15:14:15.152 20330 21966 W System.err: 	at org.json.JSONTokener.nextCleanInternal(JSONTokener.java:116)
11-30 15:14:15.152 20330 21966 W System.err: 	at org.json.JSONTokener.nextValue(JSONTokener.java:94)
11-30 15:14:15.152 20330 21966 W System.err: 	at org.json.JSONArray.<init>(JSONArray.java:92)
11-30 15:14:15.152 20330 21966 W System.err: 	at org.json.JSONArray.<init>(JSONArray.java:108)
11-30 15:14:15.152 20330 21966 W System.err: 	at com.domobile.applock.d.a.d(AppBiz.kt:12)
11-30 15:14:15.152 20330 21966 W System.err: 	at com.domobile.applock.receiver.CoreReceiver$b.run(CoreReceiver.kt:1)
11-30 15:14:15.152 20330 21966 W System.err: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:14:15.152  2985  2985 V EnterpriseBillingAsyncHandler: packageModificationReceiver - onreceive - start - android.intent.action.PACKAGE_REMOVED
11-30 15:14:15.157  2985  2985 I DomainFilter: onReceive() - Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.microsoft.office.excel flg=0x4000010 (has extras) }
11-30 15:14:15.157  2985  2985 I DomainFilter: packageRemoved() - packageName: com.microsoft.office.excel uid: 0
11-30 15:14:15.158  3470  3470 D CarrierMatchingBootReceiver: isFirstTimeLaunch()...false
11-30 15:14:15.160  2985  3433 V EnterpriseBillingPolicyInternal: packageModification -  start - android.intent.action.PACKAGE_REMOVED
11-30 15:14:15.160  2985  3433 V EnterpriseBillingPolicyInternal: uID is 10011
11-30 15:14:15.160  2985  3433 V EnterpriseBillingPolicyInternal: Removed Packageuid is0
11-30 15:14:15.160  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - enter
11-30 15:14:15.160  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - exit null : containerId = 0
11-30 15:14:15.161  2985  3433 V EnterpriseBillingPolicyInternal: packageModificationReceiver - onreceive - personal application - profile null
11-30 15:14:15.163  2985  2985 D SdpManagerService.receiver: onReceive - android.intent.action.PACKAGE_REMOVED
11-30 15:14:15.163  2985  2985 D SdpManagerService.receiver: On android.intent.action.PACKAGE_REMOVED : DATA = package:com.microsoft.office.excel, UID = 10011, UserId = 0, Is replacing? true
11-30 15:14:15.163  2985  2985 D SdpManagerService.receiver: On android.intent.action.PACKAGE_REMOVED : Skipped!
11-30 15:14:15.167 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [teW78crw4yMKFmGpXwCjLQjHsUFPtXwkTjjT0uLTZXI]
11-30 15:14:15.168 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.excel
11-30 15:14:15.174  2985  2985 D RCPManagerService: PackageReceiver onReceive()
11-30 15:14:15.174 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Deduping intent android.intent.action.PACKAGE_ADDED
11-30 15:14:15.191  2985  2985 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.android.keychain user:150
11-30 15:14:15.199  2985  2985 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:14:15.199  2985  2985 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.android.keychain user:150
11-30 15:14:15.201  2985  2985 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:14:15.201  4729  4858 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:15.203  3470  3470 E CarrierMatchingBootReceiver: isCarrierMatchingEnabled: carrier_matching_status
11-30 15:14:15.203  3470  3470 D CarrierMatchingBootReceiver: isCarrierMatchingEnabled()...false
11-30 15:14:15.203  3470  3470 D CarrierMatchingBootReceiver: getCarrierMatchingPreferences()...key = haveShowCarrierMatchingError, value = false
11-30 15:14:15.203  3470  3470 D CarrierMatchingBootReceiver: getCarrierMatchingPreferences()...key = haveShowCarrierMatchingReady, value = false
11-30 15:14:15.204  3470  3470 D CarrierMatchingBootReceiver: cancelNotification()...
11-30 15:14:15.206  3470  3470 E CarrierMatchingBootReceiver: isCarrierMatchingEnabled: carrier_matching_status
11-30 15:14:15.206  3470  3470 E CarrierMatchingBootReceiver: isCarrierMatchingEnabled: carrier_matching_status
11-30 15:14:15.207  3470  3470 D ImsResolver: maybeAddedImsService, packageName: com.microsoft.office.excel
11-30 15:14:15.208  3470  3470 D ImsResolver: maybeAddedImsService, packageName: com.microsoft.office.excel
11-30 15:14:15.208  3470  3470 D CarrierConfigLoader: mHandler: 9 phoneId: 0
11-30 15:14:15.209  3470  3470 D CarrierConfigLoader: mHandler: 9 phoneId: 0
11-30 15:14:15.217 21969 21969 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:14:15.246  4729  4729 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [teW78crw4yMKFmGpXwCjLQjHsUFPtXwkTjjT0uLTZXI]
11-30 15:14:15.246  4729  4729 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.excel
11-30 15:14:15.252  4729  4729 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Deduping intent android.intent.action.PACKAGE_REMOVED
11-30 15:14:15.253  4729  4729 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [teW78crw4yMKFmGpXwCjLQjHsUFPtXwkTjjT0uLTZXI]
11-30 15:14:15.253  4729  4729 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.excel
11-30 15:14:15.257  2985  2985 D KnoxMUMContainerPolicy: mPackageReceiver : action - android.intent.action.PACKAGE_REMOVED
11-30 15:14:15.257  2985  3152 D KnoxVpnEngineService: handleActionPackageRemoved
11-30 15:14:15.257  2985  2985 I HarmonyEASService: onReceive : android.intent.action.PACKAGE_REMOVED for 150
11-30 15:14:15.257  2985  3152 D KnoxVpnEngineService: handleActionPackageRemoved : packageName = 0_com.microsoft.office.excel : replacing = true
11-30 15:14:15.257  2985  3152 D KnoxVpnEngineService: vpn handle : package removed: package being updated
11-30 15:14:15.270  4729  4729 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [teW78crw4yMKFmGpXwCjLQjHsUFPtXwkTjjT0uLTZXI]
11-30 15:14:15.271  4729  4729 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.excel
11-30 15:14:15.274  2985  2985 D EnterpriseLicenseService: package removed. userId = 150
11-30 15:14:15.276  2985  2985 D EnterprisePremiumVpnPolicyServiceV2: Vpn Receiver : android.intent.action.PACKAGE_REMOVED
11-30 15:14:15.276  2985  3150 I EnterprisePremiumVpnPolicyServiceV2: vpn handle : Message received
11-30 15:14:15.276  2985  3150 D EnterprisePremiumVpnPolicyServiceV2: Package removal intent is reached
11-30 15:14:15.276  2985  2985 D KnoxVpnEngineService: Vpn Receiver : android.intent.action.PACKAGE_REMOVED
11-30 15:14:15.276  2985  3150 D EnterprisePremiumVpnPolicyServiceV2: handleActionPackageRemoved : packageName = com.microsoft.office.excel : replacing = true
11-30 15:14:15.276  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:14:15.276  2985  3152 D KnoxVpnEngineService: handleActionPackageRemoved
11-30 15:14:15.276  2985  3152 D KnoxVpnEngineService: handleActionPackageRemoved : packageName = 150_com.microsoft.office.excel : replacing = true
11-30 15:14:15.276  2985  3152 D KnoxVpnEngineService: vpn handle : package removed: package being updated
11-30 15:14:15.276  2985  2985 D UniversalCredentialManagerService: inside mPkgReciever onReceive : android.intent.action.PACKAGE_REMOVED
11-30 15:14:15.276  2985  2985 D UniversalCredentialManagerService: ACTION_PACKAGE_REMOVED : replacingApp -true
11-30 15:14:15.276  2985  2985 D UniversalCredentialManagerService: ACTION_PACKAGE_REMOVED : No need to cleanup db entries for app update
11-30 15:14:15.277  4729  4729 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Deduping intent android.intent.action.PACKAGE_ADDED
11-30 15:14:15.277  2985  2985 V EnterpriseBillingAsyncHandler: packageModificationReceiver - onreceive - start - android.intent.action.PACKAGE_REMOVED
11-30 15:14:15.277  2985  3433 V EnterpriseBillingPolicyInternal: packageModification -  start - android.intent.action.PACKAGE_REMOVED
11-30 15:14:15.277  2985  2985 I DomainFilter: onReceive() - Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.microsoft.office.excel flg=0x4000010 (has extras) }
11-30 15:14:15.277  2985  3433 V EnterpriseBillingPolicyInternal: uID is 15010011
11-30 15:14:15.277  2985  2985 I DomainFilter: packageRemoved() - packageName: com.microsoft.office.excel uid: 150
11-30 15:14:15.277  2985  3433 V EnterpriseBillingPolicyInternal: Removed Packageuid is150
11-30 15:14:15.277  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - enter
11-30 15:14:15.278  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - exit null : containerId = 150
11-30 15:14:15.278  2985  3433 V EnterpriseBillingPolicyInternal: packageModificationReceiver - onreceive - personal application - profile null
11-30 15:14:15.279  2985  2985 D RCPManagerService: PackageReceiver onReceive()
11-30 15:14:15.281  2985  2985 D UpdateReceiver:: Action: android.intent.action.PACKAGE_ADDED
11-30 15:14:15.281  2985  2985 D KnoxMUMContainerPolicy: mPackageReceiver : action - android.intent.action.PACKAGE_ADDED
11-30 15:14:15.297 15533 15533 D GOS:GameServiceReceiver: action : android.intent.action.PACKAGE_REMOVED
11-30 15:14:15.298 19185 27217 W LBE-Sec : Unable to find record for broadcast token com.lbe.doubleagent.service.DAActivityManager$h@85547ac
11-30 15:14:15.302 15533 15533 D GOS:GameServiceReceiver: replacing. ignore
11-30 15:14:15.321 19185 27217 W LBE-Sec : Unable to find record for broadcast token com.lbe.doubleagent.service.DAActivityManager$h@85547ac
11-30 15:14:15.325 15966 15966 D AssistantMenuReceiver: [c] AssistantMenuReceiver:android.intent.action.PACKAGE_REMOVED
11-30 15:14:15.326 15966 15966 D AssistantMenuReceiver: [c] PACKAGE_REMOVED : com.microsoft.office.excel
11-30 15:14:15.335  2985  3825 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.app.watchmanagerstub user:0
11-30 15:14:15.335  2985  3825 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:14:15.335  2985  3825 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.app.watchmanagerstub user:0
11-30 15:14:15.335  2985  3825 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:14:15.346 22007 22007 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:14:15.348 22007 22007 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:15.349 22007 22007 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.android.app.watchmanagerstub 
11-30 15:14:15.388  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10101 ,Container id: 0
11-30 15:14:15.388  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10101 ,Container id: 0
11-30 15:14:15.388  2985  5094 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:15.395  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10101 ,Container id: 0
11-30 15:14:15.395  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10101 ,Container id: 0
11-30 15:14:15.395  2985  5094 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:15.401 22007 22007 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:15.423 22007 22007 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10101
11-30 15:14:15.423 22007 22007 D Proxy   : mdoP is null: 10101
11-30 15:14:15.492 19185 27217 W LBE-Sec : Unable to find record for broadcast token com.lbe.doubleagent.service.DAActivityManager$h@240ceec
11-30 15:14:15.570  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:14:15.585 19153 19153 I GsaVoiceInteractionSrv: O received Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.microsoft.office.excel flg=0x4000010 (has extras) }
11-30 15:14:15.596  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:14:15.689 21582 21582 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2124, previously 2561
11-30 15:14:15.690 21582 21582 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1647, previously 1654
11-30 15:14:15.691 21582 21582 W ResourceType: ResTable_typeSpec entry count inconsistent: given 293, previously 1912
11-30 15:14:15.703 19153 19153 I GsaVoiceInteractionSrv: O received Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.microsoft.office.excel flg=0x4000010 (has extras) }
11-30 15:14:15.705 19153 19153 I GsaVoiceInteractionSrv: O received Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.microsoft.office.excel flg=0x4000010 (has extras) }
11-30 15:14:15.706 21582 21582 I zygote  : Deoptimizing void afbi.U(java.lang.Iterable, java.util.List) due to JIT inline cache
11-30 15:14:15.789 21996 21996 I Zygote  : Unshare entire /
11-30 15:14:15.806 21996 21996 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:14:15.807 21996 21996 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:14:15.807 21996 21996 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:14:15.807 21996 21996 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:14:15.807 21996 21996 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:14:15.807 21996 21996 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:14:15.807 21996 21996 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:14:15.807 21996 21996 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:14:15.808 21996 21996 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:14:15.827 21996 21996 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:15.829 21996 21996 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.android.keychain 
11-30 15:14:15.869 22007 22007 D WMStubBroadCastReceiver: onReceive::android.intent.action.PACKAGE_REMOVED
11-30 15:14:15.869 22007 22007 D WMStubBroadCastReceiver: ACTION_PACKAGE_REMOVED : com.microsoft.office.excel, upgrade : true
11-30 15:14:15.875  2985  5087 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15001000 ,Container id: 150
11-30 15:14:15.876  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15001000 ,Container id: 150
11-30 15:14:15.876 21996 21996 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:15.896 21996 21996 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15001000
11-30 15:14:15.897 21996 21996 D Proxy   : mdoP is null: 15001000
11-30 15:14:15.898 16029 16029 D KnoxPackageStateReceiver:  received intent Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.microsoft.office.excel flg=0x4000010 cmp=com.samsung.android.knox.containeragent/.KnoxPackageStateReceiver (has extras) }
11-30 15:14:15.900 21996 21996 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:14:15.909 16029 16029 D AppUpdateReceiver: onReceive: AppUpdateReceiver action is android.intent.action.PACKAGE_REMOVED
11-30 15:14:15.913  2985  3825 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.lool user:0
11-30 15:14:15.913  2985  3825 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:14:15.913  2985  3825 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.lool user:0
11-30 15:14:15.913  2985  3825 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:14:15.925 22048 22048 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:14:15.928 22048 22048 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:15.929 22048 22048 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.samsung.android.lool 
11-30 15:14:15.934  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:14:15.934  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1195, previously 2540
11-30 15:14:15.956  2985  3825 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:14:15.956  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:14:15.957  2985  3825 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:14:15.957 22048 22048 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:15.973  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2546, previously 2540
11-30 15:14:15.975  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1442, previously 4566
11-30 15:14:15.975  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 383, previously 2136
11-30 15:14:15.980  2985  2985 W ResourceType: For resource 0x7f130c16, entry index(3094) is beyond type entryCount(1442)
11-30 15:14:15.980  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:14:15.980  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:14:15.981 22048 22048 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 1000
11-30 15:14:15.982 22048 22048 D Proxy   : mdoP is null: 1000
11-30 15:14:15.983  2985  2985 W ResourceType: For resource 0x7f1305f2, entry index(1522) is beyond type entryCount(1442)
11-30 15:14:15.983  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:14:15.983  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:14:15.989  2985  2985 W ResourceType: For resource 0x7f130824, entry index(2084) is beyond type entryCount(1442)
11-30 15:14:15.989  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:14:15.989  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:14:15.992 22048 22048 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:14:15.999  2680  2680 E audit   : type=1400 audit(1638260055.976:39718): avc:  denied  { write } for  pid=22048 comm="ng.android.lool" name="com.samsung.android.lool-n6vzqVIxEGRsdtjPpo4EHg==" dev="dm-1" ino=709538 scontext=u:r:system_app:s0 tcontext=u:object_r:apk_data_file:s0 tclass=dir permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:15.999  2680  2680 E audit   : type=1300 audit(1638260055.976:39718): arch=40000028 syscall=334 per=8 success=no exit=-13 a0=ffffff9c a1=e8f6c700 a2=2 a3=0 items=0 ppid=2693 pid=22048 auid=4294967295 uid=1000 gid=1000 euid=1000 suid=1000 fsuid=1000 egid=1000 sgid=1000 fsgid=1000 tty=(none) ses=4294967295 comm="ng.android.lool" exe="/system/bin/app_process32" subj=u:r:system_app:s0 key=(null)
11-30 15:14:15.999  2680  2680 E audit   : type=1327 audit(1638260055.976:39718): proctitle="com.samsung.android.lool"
11-30 15:14:15.999  2680  2680 E audit   : type=1400 audit(1638260055.976:39719): avc:  denied  { write } for  pid=22048 comm="ng.android.lool" name="com.samsung.android.lool-n6vzqVIxEGRsdtjPpo4EHg==" dev="dm-1" ino=709538 scontext=u:r:system_app:s0 tcontext=u:object_r:apk_data_file:s0 tclass=dir permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:15.999  2680  2680 E audit   : type=1300 audit(1638260055.976:39719): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=e8f58d20 a2=20042 a3=1a4 items=0 ppid=2693 pid=22048 auid=4294967295 uid=1000 gid=1000 euid=1000 suid=1000 fsuid=1000 egid=1000 sgid=1000 fsgid=1000 tty=(none) ses=4294967295 comm="ng.android.lool" exe="/system/bin/app_process32" subj=u:r:system_app:s0 key=(null)
11-30 15:14:15.999  2680  2680 E audit   : type=1327 audit(1638260055.976:39719): proctitle="com.samsung.android.lool"
11-30 15:14:16.037 14965 15251 W Finsky  : [43233] nex.D(5): Unexpected error abandoning session=1208697930. exception=java.lang.SecurityException: Caller has no access to session 1208697930
11-30 15:14:16.145  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:16.145  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:16.145  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:16.146 16033 22002 I Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_REMOVED [CONTEXT service_id=17 ]
11-30 15:14:16.164 22048 22048 D CapsuleProvider_1.0.1: onCreate
11-30 15:14:16.181 22048 22048 D SamsungAnalytics111040: cf feature is supported
11-30 15:14:16.188 22048 22048 D SamsungAnalytics111040: newThread on Executor
11-30 15:14:16.189 22048 22048 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:14:16.190 22048 22048 I DMT-SMReceiver: Received : android.intent.action.PACKAGE_REMOVED
11-30 15:14:16.275 16112 16112 D KnoxPackageReceiver:  received intent Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.microsoft.office.excel flg=0x4000010 cmp=com.samsung.knox.securefolder/.containeragent.detector.KnoxPackageStateReceiver (has extras) }
11-30 15:14:16.305  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.securitylogagent user:150
11-30 15:14:16.310  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:14:16.310  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.securitylogagent user:150
11-30 15:14:16.312  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:14:16.327 19115 19264 W SearchServiceCore: Abort, client detached.
11-30 15:14:16.327 19115 19264 W SearchServiceCore: Abort, client detached.
11-30 15:14:16.469 22082 22082 I Zygote  : Unshare entire /
11-30 15:14:16.474 22082 22082 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:14:16.475 22082 22082 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:14:16.475 22082 22082 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:14:16.475 22082 22082 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:14:16.475 22082 22082 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:14:16.475 22082 22082 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:14:16.475 22082 22082 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:14:16.476 22082 22082 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:14:16.476 22082 22082 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:14:16.478 22082 22082 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:16.479 22082 22082 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.samsung.android.securitylogagent 
11-30 15:14:16.519  6077 22067 I Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_REMOVED [CONTEXT service_id=17 ]
11-30 15:14:16.533 19115 19264 W SearchServiceCore: Abort, client detached.
11-30 15:14:16.538 16067 22064 I Auth    : [SupervisedAccountIntentOperation] onHandleIntent(): android.intent.action.PACKAGE_ADDED
11-30 15:14:16.586 19185 19399 W LBE-Sec : Unable to find record for broadcast token com.lbe.doubleagent.service.DAActivityManager$h@f3d036d
11-30 15:14:16.643 16067 16067 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:14:16.644 16067 16067 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:14:16.644 19153 19168 W zygote  : Couldn't lock the profile file /data/misc/profiles/cur/0/com.google.android.googlequicksearchbox/primary.prof: Failed to lock file '/data/misc/profiles/cur/0/com.google.android.googlequicksearchbox/primary.prof': Try again
11-30 15:14:16.644 19153 19168 W zygote  : Could not forcefully load profile /data/misc/profiles/cur/0/com.google.android.googlequicksearchbox/primary.prof
11-30 15:14:16.699 13746 22103 I Auth    : [SupervisedAccountIntentOperation] onHandleIntent(): android.intent.action.PACKAGE_ADDED
11-30 15:14:16.733 21258 21268 I zygote  : Background concurrent copying GC freed 62882(3MB) AllocSpace objects, 8(288KB) LOS objects, 49% free, 7MB/15MB, paused 52.533ms total 1.441s
11-30 15:14:16.792  3510  3510 D MetadataParser: onPackageRemoved() key = com.microsoft.office.excel
11-30 15:14:16.792  3510  3510 D MusicController_LOCK: onPackageRemoved() pkg = com.microsoft.office.excel, r = true
11-30 15:14:16.800 21820 22144 W LBE-Sec : Unable to find record for broadcast token com.lbe.doubleagent.service.DAActivityManager$h@b45d576
11-30 15:14:16.817 21820 22144 W LBE-Sec : Unable to find record for broadcast token com.lbe.doubleagent.service.DAActivityManager$h@8a46e6f
11-30 15:14:16.819 13746 13746 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:14:16.819 13746 13746 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:14:16.826  2693 22088 I zygote  : Background concurrent copying GC freed 2367(1441KB) AllocSpace objects, 0(0B) LOS objects, 61% free, 980KB/2MB, paused 546us total 291.558ms
11-30 15:14:16.855  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15001000 ,Container id: 150
11-30 15:14:16.855 10091 22123 I Auth    : [SupervisedAccountIntentOperation] onHandleIntent(): android.intent.action.PACKAGE_ADDED
11-30 15:14:16.857  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15001000 ,Container id: 150
11-30 15:14:16.857 22082 22082 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:16.882 22082 22082 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15001000
11-30 15:14:16.883 22082 22082 D Proxy   : mdoP is null: 15001000
11-30 15:14:16.890 16067 16067 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:14:16.944  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2002, previously 2011
11-30 15:14:16.944  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2773, previously 2855
11-30 15:14:16.944  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 193, previously 1221
11-30 15:14:17.012 16067 22090 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:17.066 22082 22082 D SecurityLogAgent, APMApplication: onCreate
11-30 15:14:17.067 22082 22082 D BixbyApi_0.2.7: isBixbySupported:false
11-30 15:14:17.070 22082 22082 D SamsungAnalytics111040: cf feature is supported
11-30 15:14:17.090 22082 22082 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:14:17.105 16216 16216 D AssistantMenuReceiver: [c] AssistantMenuReceiver:android.intent.action.PACKAGE_REMOVED
11-30 15:14:17.105 16216 16216 D AssistantMenuReceiver: [c] PACKAGE_REMOVED : com.microsoft.office.excel
11-30 15:14:17.134 16237 16237 D SFolderShortcutReceiver:  onReceive() user(150) intent:android.intent.action.PACKAGE_REMOVED
11-30 15:14:17.135 16237 16237 I SFolderShortcutReceiver:  package update. So skip removePackage. pkg=com.microsoft.office.excel
11-30 15:14:17.137 16237 16237 D KnoxPackageReceiver:  received intent Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.microsoft.office.excel flg=0x4000010 cmp=com.samsung.knox.securefolder/.containeragent.detector.KnoxPackageStateReceiver (has extras) }
11-30 15:14:17.146  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:17.146  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:17.146  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:17.226 16067 22090 I ApplicationPackageManager: load=com.microsoft.office.excel, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:14:17.251 16067 22090 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:17.253 16067 22090 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:14:17.258 16067 22090 I ApplicationPackageManager: load=com.microsoft.office.excel-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:14:17.272 16067 22090 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:17.273 16067 22090 I ApplicationPackageManager: load=com.microsoft.office.excel, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:14:17.276 16067 22090 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:17.278 16067 22090 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:14:17.278 16067 22090 I ApplicationPackageManager: load=com.microsoft.office.excel-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:14:17.292 16067 22090 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:17.293 16067 22090 I ApplicationPackageManager: load=com.microsoft.office.excel, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:14:17.296 16067 22090 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:17.298 16067 22090 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:14:17.298 16067 22090 I ApplicationPackageManager: load=com.microsoft.office.excel-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:14:17.308 16067 22090 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:17.310 16067 22090 I ApplicationPackageManager: load=com.microsoft.office.excel, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:14:17.310  4729  4729 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [teW78crw4yMKFmGpXwCjLQjHsUFPtXwkTjjT0uLTZXI]
11-30 15:14:17.313 16067 22090 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:17.315 16067 22090 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:14:17.315 16067 22090 I ApplicationPackageManager: load=com.microsoft.office.excel-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:14:17.316  4729  4729 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.excel
11-30 15:14:17.330 16067 22090 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:17.331 16067 22090 I ApplicationPackageManager: load=com.microsoft.office.excel, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:14:17.334 16067 22090 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:17.336 16067 22090 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:14:17.336 16067 22090 I ApplicationPackageManager: load=com.microsoft.office.excel-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:14:17.345 16067 22090 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:17.347 16067 22090 I ApplicationPackageManager: load=com.microsoft.office.excel, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:14:17.350 16067 22090 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:17.351 16067 22090 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:14:17.352 16067 22090 I ApplicationPackageManager: load=com.microsoft.office.excel-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:14:17.367 16067 22090 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:17.369 16067 22090 I ApplicationPackageManager: load=com.microsoft.office.excel, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:14:17.371 16067 22090 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:17.373 16067 22090 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:14:17.373 16067 22090 I ApplicationPackageManager: load=com.microsoft.office.excel-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:14:17.387 16067 22090 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:17.388 16067 22090 I ApplicationPackageManager: load=com.microsoft.office.excel, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:14:17.391 21820 22144 W LBE-Sec : Unable to find record for broadcast token com.lbe.doubleagent.service.DAActivityManager$h@d08e836
11-30 15:14:17.391 16067 22090 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:17.393 16067 22090 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:14:17.393 16067 22090 I ApplicationPackageManager: load=com.microsoft.office.excel-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:14:17.397  2985  4102 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.android.vending user:0
11-30 15:14:17.397  2985  4102 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:14:17.397  2985  4102 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.android.vending user:0
11-30 15:14:17.397  2985  4102 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:14:17.440 22170 22170 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:14:17.443 22170 22170 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:17.444 22170 22170 I SELinux : SELinux: seapp_context_lookup: seinfo=gmscore, level=s0:c512,c768, pkgname=com.android.vending:instant_app_installer 
11-30 15:14:17.576 16067 22090 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:17.579 16067 22090 I ApplicationPackageManager: load=com.microsoft.office.excel, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:14:17.580 21820 22144 W LBE-Sec : Unable to find record for broadcast token com.lbe.doubleagent.service.DAActivityManager$h@d08e836
11-30 15:14:17.583 16067 22090 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:17.587 16067 22090 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:14:17.587 16067 22090 I ApplicationPackageManager: load=com.microsoft.office.excel-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:14:17.601 16067 22090 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:17.604 16067 22090 I ApplicationPackageManager: load=com.microsoft.office.excel, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:14:17.607  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10040 ,Container id: 0
11-30 15:14:17.607  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10040 ,Container id: 0
11-30 15:14:17.608  2985  4271 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:17.608 16067 22090 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:17.611 16067 22090 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:14:17.612 16067 22090 I ApplicationPackageManager: load=com.microsoft.office.excel-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:14:17.616  2985  3577 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10040 ,Container id: 0
11-30 15:14:17.616  2985  3577 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10040 ,Container id: 0
11-30 15:14:17.616  2985  3577 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:17.620  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 98, previously 597
11-30 15:14:17.620  2985  2985 W ResourceType: Found multiple library tables, ignoring...
11-30 15:14:17.620  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 6282, previously 6446
11-30 15:14:17.623  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 198, previously 1867
11-30 15:14:17.624  2985  2985 W ResourceType: Found multiple library tables, ignoring...
11-30 15:14:17.631 22170 22170 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:17.664 22170 22170 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10040
11-30 15:14:17.664 22170 22170 D Proxy   : mdoP is null: 10040
11-30 15:14:17.766 13010 22197 I Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_REMOVED [CONTEXT service_id=17 ]
11-30 15:14:17.788 13010 22184 I Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_REMOVED [CONTEXT service_id=17 ]
11-30 15:14:17.851  2985  2985 D ApplicationPolicy: packageInstalledForExternalStorage com.microsoft.office.excel
11-30 15:14:17.852  2985  2985 D ApplicationPolicy: checkExternalStoragePkg : Not match found
11-30 15:14:17.852  2985  2985 I chatty  : uid=1000 system_server identical 6 lines
11-30 15:14:17.852  2985  2985 D ApplicationPolicy: checkExternalStoragePkg : Not match found
11-30 15:14:17.852  2985  2985 D PackageManager: Shame on you for calling the hidden API queryBroadcastReceivers(). Shame!
11-30 15:14:17.853  2985  2985 E SDAgentPackageStateReceiver: Not going to handle 'com.microsoft.office.excel'!
11-30 15:14:17.853  2985  2985 D EnterprisePremiumVpnPolicyServiceV2: Vpn Receiver : android.intent.action.PACKAGE_ADDED
11-30 15:14:17.853  2985  3150 I EnterprisePremiumVpnPolicyServiceV2: vpn handle : Message received
11-30 15:14:17.853  2985  2985 D KnoxVpnEngineService: Vpn Receiver : android.intent.action.PACKAGE_ADDED
11-30 15:14:17.853  2985  3150 D EnterprisePremiumVpnPolicyServiceV2: vpn handle : Handle MSG package add
11-30 15:14:17.853  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:14:17.872  3510  3510 D Bar.QuickConnectBar: receive package remoteView : android.intent.action.PACKAGE_REMOVED
11-30 15:14:17.873  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.PACKAGE_ADDED
11-30 15:14:17.885 21582 21677 I Finsky  : [43565] ngp.n(8): Invalidating cached PackageState for com.android.vending
11-30 15:14:17.885 21582 21678 I Finsky  : [43567] emu.run(10): Initializing the instant apps module.
11-30 15:14:17.886 21582 21670 I Finsky  : [43558] vjs.b(1): Restoring notifications
11-30 15:14:17.887 21582 21715 I zygote  : Deoptimizing void adcn.run() due to JIT inline cache
11-30 15:14:17.901 21582 21677 I zygote  : Deoptimizing afda afcu.ad() due to JIT inline cache
11-30 15:14:17.903 21582 21677 I zygote  : Deoptimizing void afbi.U(java.lang.Iterable, java.util.List) due to JIT inline cache
11-30 15:14:18.034 22170 22170 W ResourceType: ResTable_typeSpec entry count inconsistent: given 141, previously 169
11-30 15:14:18.043 21582 21674 I Finsky  : [43562] hge.d(65): System was updated or GL extensions were already cached.
11-30 15:14:18.083  2985  2985 W ResourceType: For resource 0x7f130fe2, entry index(4066) is beyond type entryCount(1442)
11-30 15:14:18.106  2985  2985 W ResourceType: For resource 0x7f130fe3, entry index(4067) is beyond type entryCount(1442)
11-30 15:14:18.146  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:18.146  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:18.146  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:18.210 22170 22170 I Finsky:instant_app_inst: [2] euh.az(6): Process created at version: 28.0.34-21 [0] [PR] 410833180
11-30 15:14:18.238 16067 16081 W zygote  : Couldn't lock the profile file /data/misc/profiles/cur/0/com.google.android.gms/primary.prof: Failed to lock file '/data/misc/profiles/cur/0/com.google.android.gms/primary.prof': Try again
11-30 15:14:18.238 16067 16081 W zygote  : Could not forcefully load profile /data/misc/profiles/cur/0/com.google.android.gms/primary.prof
11-30 15:14:18.334 14965 14965 I Finsky  : [2] jpv.d(4): Installer::IT: Successful install of com.microsoft.office.excel (isid: ptIYjvoPRGuifRP33kXwEw)
11-30 15:14:18.367  2985  5087 D PackageManager: setApplicationCategoryHint: com.microsoft.office.excel category: 7 caller: com.android.vending
11-30 15:14:18.535  2985  3152 D KnoxVpnEngineService: vpn handle : Handle MSG package add
11-30 15:14:18.535  2985  3152 D KnoxVpnEngineService: vpn handle : package added: package being updated
11-30 15:14:18.812  2985  2985 V EnterpriseBillingAsyncHandler: packageModificationReceiver - onreceive - start - android.intent.action.PACKAGE_ADDED
11-30 15:14:18.812  2985  3433 V EnterpriseBillingPolicyInternal: packageModification -  start - android.intent.action.PACKAGE_ADDED
11-30 15:14:18.812  2985  3433 V EnterpriseBillingPolicyInternal: uID is 10011
11-30 15:14:18.812  2985  2985 I DomainFilter: onReceive() - Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.microsoft.office.excel flg=0x4000010 (has extras) }
11-30 15:14:18.812  2985  3433 V EnterpriseBillingPolicyInternal: Removed Packageuid is0
11-30 15:14:18.813  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - enter
11-30 15:14:18.813  2985  2985 I DomainFilter: packageAdded() - packageName: com.microsoft.office.excel, uid: 0
11-30 15:14:18.814  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - exit null : containerId = 0
11-30 15:14:18.814  2985  3433 V EnterpriseBillingPolicyInternal: packageModificationReceiver - onreceive - personal application - profile null
11-30 15:14:18.819  2985  2985 D SdpManagerService: Not an enterprise user : 0
11-30 15:14:18.822  2985  2985 I PersonaManagerService::Proxy: newPackage is com.microsoft.office.excel
11-30 15:14:18.825  2985  2985 D RCPManagerService: PackageReceiver onReceive()
11-30 15:14:18.825  2985  2985 D RCPManagerService: App Installed with packageNAme = com.microsoft.office.excel
11-30 15:14:18.835 21582 21670 I Finsky  : [43558] vjs.b(4): Done restoring notifications
11-30 15:14:18.838 21582 21670 I Finsky  : [43558] euf.run(36): Component class com.google.android.finsky.wearsupport.WearSupportService disabled via PackageManager.
11-30 15:14:18.839 21582 21670 I Finsky  : [43558] euf.run(36): Component class com.google.android.finsky.wearsupport.WearChangeListenerService disabled via PackageManager.
11-30 15:14:18.850 21582 21582 D CustomizedTextParser: Initialzed
11-30 15:14:18.850 21582 21582 E CustomizedTextParser: getCustomizedText Rule is empty. mRuleMap={}
11-30 15:14:18.869  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 0: now com.samsung.android.contacts
11-30 15:14:18.870  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 150: now null
11-30 15:14:18.874 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.microsoft.office.excel to state 70
11-30 15:14:18.875 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.excel
11-30 15:14:18.938 21582 21678 W zygote  : Verification of accf zlw.b(android.content.Context) took 1.047s
11-30 15:14:18.938  2680  2680 E audit   : type=1400 audit(1638260058.926:39720): avc:  denied  { read } for  pid=21674 comm=62674578656375746F72202331 name="u:object_r:oem_prop:s0" dev="tmpfs" ino=9265 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:oem_prop:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:18.939  2680  2680 E audit   : type=1300 audit(1638260058.926:39720): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=ce978c60 a2=a8000 a3=0 items=0 ppid=2693 pid=21674 auid=4294967295 uid=10227 gid=10227 euid=10227 suid=10227 fsuid=10227 egid=10227 sgid=10227 fsgid=10227 tty=(none) ses=4294967295 comm=62674578656375746F72202331 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:18.939  2680  2680 E audit   : type=1327 audit(1638260058.926:39720): proctitle="com.android.vending"
11-30 15:14:18.939 21582 21674 E libc    : Access denied finding property "ro.oem.key1"
11-30 15:14:19.024  2985  2985 D KnoxMUMContainerPolicy: mPackageReceiver : action - android.intent.action.PACKAGE_ADDED
11-30 15:14:19.110  3510  3510 D MetadataParser: onPackageUpdated() key = com.microsoft.office.excel
11-30 15:14:19.138 14965 14965 I Finsky  : [2] jqc.w(1): Installer::IT: Cleaning up task: com.microsoft.office.excel
11-30 15:14:19.146  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:19.146  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:19.146  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:19.174 21258 21478 D BluetoothAdapter: STATE_BLE_ON
11-30 15:14:19.221 21258 21478 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:14:19.222 16033 15590 D BluetoothAdapter: STATE_BLE_ON
11-30 15:14:19.225  2985  2985 E DLP_PolicyServiceHelper: No config entry found in DB !
11-30 15:14:19.232 16033 15590 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:14:19.234 13746 13746 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:14:19.287  2985  2985 D ApplicationPolicy: packageInstalledForExternalStorage com.microsoft.office.excel
11-30 15:14:19.289  2985  2985 D ApplicationPolicy: checkExternalStoragePkg : Not match found
11-30 15:14:19.289  2985  2985 I chatty  : uid=1000 system_server identical 2 lines
11-30 15:14:19.289  2985  2985 D ApplicationPolicy: checkExternalStoragePkg : Not match found
11-30 15:14:19.289  2985  2985 D PackageManager: Shame on you for calling the hidden API queryBroadcastReceivers(). Shame!
11-30 15:14:19.289  2985  2985 D EnterprisePremiumVpnPolicyServiceV2: Vpn Receiver : android.intent.action.PACKAGE_ADDED
11-30 15:14:19.289  2985  3150 I EnterprisePremiumVpnPolicyServiceV2: vpn handle : Message received
11-30 15:14:19.289  2985  2985 D KnoxVpnEngineService: Vpn Receiver : android.intent.action.PACKAGE_ADDED
11-30 15:14:19.289  2985  3150 D EnterprisePremiumVpnPolicyServiceV2: vpn handle : Handle MSG package add
11-30 15:14:19.289  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:14:19.290  2985  3152 D KnoxVpnEngineService: vpn handle : Handle MSG package add
11-30 15:14:19.290  2985  3152 D KnoxVpnEngineService: vpn handle : package added: package being updated
11-30 15:14:19.300  2985  2985 V EnterpriseBillingAsyncHandler: packageModificationReceiver - onreceive - start - android.intent.action.PACKAGE_ADDED
11-30 15:14:19.300  2985  3433 V EnterpriseBillingPolicyInternal: packageModification -  start - android.intent.action.PACKAGE_ADDED
11-30 15:14:19.300  2985  2985 I DomainFilter: onReceive() - Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.microsoft.office.excel flg=0x4000010 (has extras) }
11-30 15:14:19.300  2985  3433 V EnterpriseBillingPolicyInternal: uID is 15010011
11-30 15:14:19.300  2985  3433 V EnterpriseBillingPolicyInternal: Removed Packageuid is150
11-30 15:14:19.300  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - enter
11-30 15:14:19.300  2985  2985 I DomainFilter: packageAdded() - packageName: com.microsoft.office.excel, uid: 150
11-30 15:14:19.301  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - exit null : containerId = 150
11-30 15:14:19.301  2985  3433 V EnterpriseBillingPolicyInternal: packageModificationReceiver - onreceive - personal application - profile null
11-30 15:14:19.302  2985  2985 D SdpManagerService: Not an enterprise user : 0
11-30 15:14:19.303  2985  2985 I PersonaManagerService::Proxy: newPackage is com.microsoft.office.excel
11-30 15:14:19.314  2985  2985 D RCPManagerService: PackageReceiver onReceive()
11-30 15:14:19.314  2985  2985 D RCPManagerService: App Installed with packageNAme = com.microsoft.office.excel
11-30 15:14:19.368  5463 22189 I Auth    : [SupervisedAccountIntentOperation] onHandleIntent(): android.intent.action.PACKAGE_ADDED
11-30 15:14:19.378 16033 15590 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:14:19.380 16033 15590 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:14:19.463 21258 21478 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:14:19.466 21258 21478 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:14:19.513  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 0: now com.samsung.android.contacts
11-30 15:14:19.514  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 150: now null
11-30 15:14:19.520  2985  2985 D UpdateReceiver:: Action: android.intent.action.PACKAGE_REPLACED
11-30 15:14:19.555  2985  2985 D PackageManager: Shame on you for calling the hidden API queryBroadcastReceivers(). Shame!
11-30 15:14:19.558  2985  2985 I DomainFilter: onReceive() - Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.microsoft.office.excel flg=0x4000010 (has extras) }
11-30 15:14:19.558  2985  2985 I DomainFilter: packageReplaced() - packageName: com.microsoft.office.excel oldUid: 10011 newUid:10011
11-30 15:14:19.561  6077  6493 D BluetoothAdapter: STATE_BLE_ON
11-30 15:14:19.561  2985  2985 D PackageManager: Shame on you for calling the hidden API queryBroadcastReceivers(). Shame!
11-30 15:14:19.561  2985  2985 I DomainFilter: onReceive() - Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.microsoft.office.excel flg=0x4000010 (has extras) }
11-30 15:14:19.561  2985  2985 I DomainFilter: packageReplaced() - packageName: com.microsoft.office.excel oldUid: 15010011 newUid:15010011
11-30 15:14:19.650  6077  6493 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:14:19.659  6077  6493 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:14:19.679 13746 13767 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:14:19.682 13010 13310 D BluetoothAdapter: STATE_BLE_ON
11-30 15:14:19.687 13010 13310 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:14:19.689 14965 21988 I Finsky  : [43400] fag.accept(26): Cancelled 0 ongoing asset module downloads for package com.microsoft.office.excel due to a concurrent app update.
11-30 15:14:19.689 14965 21988 I Finsky  : [43400] fag.accept(36): Asset module broadcast after update successful for package com.microsoft.office.excel. 0 sessions broadcast.
11-30 15:14:19.694 14965 15043 I Finsky  : [43189] jpm.g(1): Installer: package com.microsoft.office.excel was removed. replacing: true
11-30 15:14:19.710 13010 13310 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:14:19.712 13010 13310 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:14:19.760  4729  4851 I Finsky  : [42506] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=0, cacheMissCount=1. Missed  in cache (limit 10) : [com.microsoft.office.excel]
11-30 15:14:19.761  4729 21993 I Finsky  : [42819] fag.accept(26): Cancelled 0 ongoing asset module downloads for package com.microsoft.office.excel due to a concurrent app update.
11-30 15:14:19.762  4729 21993 I Finsky  : [42819] fag.accept(36): Asset module broadcast after update successful for package com.microsoft.office.excel. 0 sessions broadcast.
11-30 15:14:19.762  4729 21993 I Finsky  : [42819] fag.accept(26): Cancelled 0 ongoing asset module downloads for package com.microsoft.office.excel due to a concurrent app update.
11-30 15:14:19.768  4729  4851 I Finsky  : [42506] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=0, cacheMissCount=1. Missed  in cache (limit 10) : [com.microsoft.office.excel]
11-30 15:14:19.797  4729  4858 I ApplicationPackageManager: load=com.microsoft.office.excel, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:14:19.817  4729  4858 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:19.820  4729  4858 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:14:19.820  4729  4858 I ApplicationPackageManager: load=com.microsoft.office.excel-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:14:19.822  4729  4832 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:19.824  4729  4832 I ApplicationPackageManager: load=com.microsoft.office.excel, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:14:19.827  4729  4832 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:19.829  4729  4832 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:14:19.829  4729  4832 I ApplicationPackageManager: load=com.microsoft.office.excel-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:14:19.831  4729  4858 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:19.834  4729  4858 I ApplicationPackageManager: load=com.microsoft.office.excel, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:14:19.836  4729  4858 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:19.839  4729  4858 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:14:19.839  4729  4858 I ApplicationPackageManager: load=com.microsoft.office.excel-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:14:19.840  4729  4832 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:19.841  4729  4858 I Finsky  : [42513] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=0, cacheMissCount=1. Missed  in cache (limit 10) : [com.microsoft.office.excel]
11-30 15:14:19.843  4729  4832 I ApplicationPackageManager: load=com.microsoft.office.excel, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:14:19.846  4729  4832 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:19.848  4729  4832 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:14:19.848  4729  4832 I ApplicationPackageManager: load=com.microsoft.office.excel-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:14:19.850  4729  4832 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:19.852  4729  4832 I ApplicationPackageManager: load=com.microsoft.office.excel, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:14:19.855  4729  4832 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:19.857  4729  4832 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:14:19.857  4729  4832 I ApplicationPackageManager: load=com.microsoft.office.excel-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:14:19.860 21582 21582 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:14:19.862  4729  4832 I Finsky  : [42503] jpm.g(1): Installer: package com.microsoft.office.excel was removed. replacing: true
11-30 15:14:19.868 21582 21582 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:14:19.906  4729  4832 I Finsky  : [42503] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.excel, status=UNINSTALLED
11-30 15:14:19.906  4729  4832 I Finsky  : [42503] jpm.g(1): Installer: package com.microsoft.office.excel was removed. replacing: true
11-30 15:14:19.908  4729  4832 I Finsky  : [42503] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.excel, status=UNINSTALLED
11-30 15:14:19.908  4729  4832 I Finsky  : [42503] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=1, cacheMissCount=0. Missed  in cache (limit 10) : []
11-30 15:14:19.924  4729  4729 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=true, apps=[]
11-30 15:14:19.927  4729 22114 I Finsky  : [42821] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.excel, status=UNINSTALLED
11-30 15:14:20.004  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:14:20.006  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:14:20.006  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:14:20.012  4729  4858 I Finsky  : [42513] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=1, cacheMissCount=0. Missed  in cache (limit 10) : []
11-30 15:14:20.146  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:20.146  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:20.146  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:20.170  3470  3844 D TelephonyProvider: query: match = 11
11-30 15:14:20.170  3470  3844 D TelephonyProvider: subIdString = 3 subId = 3
11-30 15:14:20.206 21582 21674 I Finsky  : [43562] gjo.a(13): Get APN successfully: [Ow_g00Lp-halxo27oz8uY8Ak9yqdTBzhAoVwEB1SKf8]
11-30 15:14:20.244 21582 21677 I Finsky  : [43565] nqf.h(1): Triggered update for experiment package com.google.android.finsky.stable.
11-30 15:14:20.285  4729  4729 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=true, apps=[]
11-30 15:14:20.401  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.faceservice user:0
11-30 15:14:20.403  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:14:20.403  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.faceservice user:0
11-30 15:14:20.403  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:14:20.456 16067 21923 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
11-30 15:14:20.493 16067 21923 W Conscrypt: 	at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:14:20.493 16067 21923 W Conscrypt: 	at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:14:20.560 13010 13649 E NetworkScheduler.ATC: Trying to release unacquired lock: com.google.android.gms/.udc.service.UdcContextInitService [CONTEXT service_id=218 ]
11-30 15:14:20.563 13746 13767 I zygote  : WaitForGcToComplete blocked ProfileSaver on ProfileSaver for 883.953ms
11-30 15:14:20.598  4729 22222 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:20.598  4729 22221 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:20.598  4729 22222 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:20.598  4729 22221 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:20.599  4729 22223 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:20.599  4729 22223 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:20.614  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:14:20.650 22236 22236 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:14:20.652 22236 22236 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:20.653 22236 22236 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.faceservice 
11-30 15:14:20.708 10091 10096 I zygote  : Do full code cache collection, code=503KB, data=366KB
11-30 15:14:20.816 21582 21592 I zygote  : Background concurrent copying GC freed 173060(8MB) AllocSpace objects, 10(536KB) LOS objects, 49% free, 10MB/21MB, paused 331us total 1.053s
11-30 15:14:20.833  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:14:20.833  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:14:20.972  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 5, previously 6
11-30 15:14:20.976 21582 21582 E CustomizedTextParser: getCustomizedText Rule is empty. mRuleMap={}
11-30 15:14:20.977  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 201, previously 204
11-30 15:14:20.977  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 174, previously 718
11-30 15:14:21.007  2985  2999 I AccessibilityManagerService: semIsAccessibilityServiceEnabled()
11-30 15:14:21.010 10091 10091 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService }
11-30 15:14:21.010 10091 10091 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService }
11-30 15:14:21.015  2985  2999 D EnterpriseDeviceManagerService: onPackageUpdateFinished - packageName: com.microsoft.office.excel, uid: 10011
11-30 15:14:21.046 22082 22154 D SharedPreferencesImpl: Time required to fsync /data/user/150/com.samsung.android.securitylogagent/shared_prefs/apm_sp_status_of_apps_history.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 0, <64: 0, <128: 0, <256: 0, <512: 0, <1024: 0, <2048: 0, <4096: 1, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:14:21.049 22048 22063 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:14:21.056 13746 13746 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService PairActivityUserId=150 }
11-30 15:14:21.057 13746 13746 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService PairActivityUserId=150 }
11-30 15:14:21.087  2985  2999 D EnterpriseDeviceManagerService: Package has changed for user 0
11-30 15:14:21.088  2985  2999 D EnterpriseDeviceManagerService: Admin package name: com.google.android.gms
11-30 15:14:21.088  2985  2999 D EnterpriseDeviceManagerService: Admin package name: com.domobile.applock
11-30 15:14:21.088  2985  2999 D EnterpriseDeviceManagerService: Admin package name: com.google.android.gms
11-30 15:14:21.088  2985  2999 D EnterpriseDeviceManagerService: Admin package name: com.samsung.android.knox.containercore
11-30 15:14:21.136 21258 21293 D SharedPreferencesImpl: Time required to fsync /data/data/com.parallel.space.lite/parallel_lite/0/com.google.android.gms/shared_prefs/contact_tracing_data_quality_record_db.xml: [<1: 0, <2: 0, <4: 0, <8: 1, <16: 2, <32: 1, <64: 0, <128: 4, <256: 1, <512: 3, <1024: 0, <2048: 1, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:14:21.144 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.excel, status=INSTALLED
11-30 15:14:21.146  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:21.146  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:21.146  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:21.147 22048 22063 I zygote  : WaitForGcToComplete blocked ProfileSaver on AddRemoveAppImageSpace for 97.749ms
11-30 15:14:21.228  4729  4739 I zygote  : Background concurrent copying GC freed 466586(16MB) AllocSpace objects, 89(4MB) LOS objects, 50% free, 16MB/33MB, paused 639.033ms total 1.656s
11-30 15:14:21.265  2985  3824 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:21.265  2985  3824 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:21.265  2985  3824 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:21.270  2985  3824 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:21.270  2985  3824 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:21.274  2985  3824 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:21.274  2985  3824 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:21.279  2985  3824 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:21.279  2985  3824 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:21.284  2985  3824 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:21.284  2985  3824 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:21.285  2985  3824 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:21.289  2985  3824 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:21.289  2985  3824 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:21.293  2985  3824 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:21.294  2985  3824 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:21.298  2985  3824 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:21.298  2985  3824 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:21.307 22236 22236 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:21.321 19115 19253 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:14:21.327 19115 19253 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:14:21.340 19115 19253 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2711, previously 2714
11-30 15:14:21.343 19115 19253 W ResourceType: ResTable_typeSpec entry count inconsistent: given 312, previously 1787
11-30 15:14:21.354 22236 22236 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 5004
11-30 15:14:21.355 22236 22236 D Proxy   : mdoP is null: 5004
11-30 15:14:21.377 22236 22236 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:14:21.533 22236 22236 I FaceService: [FaceService] onBind() called 
11-30 15:14:21.608 22236 22236 I FaceController: [FaceService] release engines before initialize 
11-30 15:14:21.623 22236 22236 I SemFaceRecognition: create new instance
11-30 15:14:21.692  2985  7619 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 2985 / 1000 / 7619
11-30 15:14:21.707 16033 14928 E arlc    : Exception occurred while getting SettingsStore instance.
11-30 15:14:21.707 16033 14928 E arlc    : java.util.concurrent.ExecutionException: com.google.android.gms.auth.UserRecoverableAuthException: BadAuthentication
11-30 15:14:21.707 16033 14928 E arlc    : 	at bjyh.s(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:14:21.707 16033 14928 E arlc    : 	at bjyh.get(:com.google.android.gms@214218018@21.42.18 (040308-410302452):13)
11-30 15:14:21.707 16033 14928 E arlc    : 	at arlc.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:14:21.707 16033 14928 E arlc    : 	at arlc.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):1)
11-30 15:14:21.707 16033 14928 E arlc    : 	at arip.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:14:21.707 16033 14928 E arlc    : 	at arip.f(:com.google.android.gms@214218018@21.42.18 (040308-410302452):16)
11-30 15:14:21.707 16033 14928 E arlc    : 	at xvw.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):11)
11-30 15:14:21.707 16033 14928 E arlc    : 	at bgbh.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:14:21.707 16033 14928 E arlc    : 	at rrg.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):6)
11-30 15:14:21.707 16033 14928 E arlc    : 	at rrg.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):7)
11-30 15:14:21.707 16033 14928 E arlc    : 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:14:21.707 16033 14928 E arlc    : 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:14:21.707 16033 14928 E arlc    : 	at rvm.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:14:21.707 16033 14928 E arlc    : 	at java.lang.Thread.run(Thread.java:764)
11-30 15:14:21.707 16033 14928 E arlc    : Caused by: com.google.android.gms.auth.UserRecoverableAuthException: BadAuthentication
11-30 15:14:21.707 16033 14928 E arlc    : 	at gjf.q(:com.google.android.gms@214218018@21.42.18 (040308-410302452):4)
11-30 15:14:21.707 16033 14928 E arlc    : 	at giy.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:14:21.707 16033 14928 E arlc    : 	at gjf.s(:com.google.android.gms@214218018@21.42.18 (040308-410302452):4)
11-30 15:14:21.707 16033 14928 E arlc    : 	at gjf.r(:com.google.android.gms@214218018@21.42.18 (040308-410302452):10)
11-30 15:14:21.707 16033 14928 E arlc    : 	at gjf.w(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:14:21.707 16033 14928 E arlc    : 	at gjf.x(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:14:21.707 16033 14928 E arlc    : 	at gjf.u(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:14:21.707 16033 14928 E arlc    : 	at arli.call(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:14:21.707 16033 14928 E arlc    : 	at bkbu.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:14:21.707 16033 14928 E arlc    : 	at bkav.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:14:21.707 16033 14928 E arlc    : 	at bkbv.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:14:21.707 16033 14928 E arlc    : 	at bkbc.execute(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:14:21.707 16033 14928 E arlc    : 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
11-30 15:14:21.707 16033 14928 E arlc    : 	at bjyi.e(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:14:21.707 16033 14928 E arlc    : 	at arlj.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:14:21.707 16033 14928 E arlc    : 	at arip.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:14:21.707 16033 14928 E arlc    : 	... 9 more
11-30 15:14:21.746 22170 22170 I Isotope : UID: [10040]  PID: [22170] PlogsChecker : sWAAdl not set, disallowing personal logging
11-30 15:14:21.964 19115 19253 W ResourceType: ResTable_typeSpec entry count inconsistent: given 98, previously 597
11-30 15:14:21.964 19115 19253 W ResourceType: Found multiple library tables, ignoring...
11-30 15:14:21.964 19115 19253 W ResourceType: ResTable_typeSpec entry count inconsistent: given 6282, previously 6446
11-30 15:14:21.968 19115 19253 W ResourceType: ResTable_typeSpec entry count inconsistent: given 198, previously 1867
11-30 15:14:21.968 19115 19253 W ResourceType: Found multiple library tables, ignoring...
11-30 15:14:21.978 21582 21582 E Finsky  : [2] faq.a(5): Failed to retrieve installed asset packs for com.sec.unifiedwfc. java.util.concurrent.TimeoutException: Waited 1000 milliseconds (plus 115538 nanoseconds delay) for adba@e3fe40f[status=PENDING, info=[inputFuture=[adaz@b4adc9c[status=PENDING, setFuture=[adba@abfa6a5[status=PENDING, info=[inputFuture=[adba@fe6a7a[status=PENDING, info=[inputFuture=[adba@520b22b[status=PENDING, info=[inputFuture=[addj@d772688[status=PENDING, info=[task=[running=[RUNNING ON Db-asset_module_service], fbi@ea90821]]]], function=[fbu@8f8b446]]]], function=[fgb@cf64607]]]], function=[fbu@e9c2334]]]]]], function=[ecu@96d055d]]]
11-30 15:14:22.026  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:14:22.029  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:14:22.035  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:14:22.035  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:14:22.036  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2711, previously 2714
11-30 15:14:22.036  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 312, previously 1787
11-30 15:14:22.087 13010 13649 E NetworkScheduler.ATC: Trying to release unacquired lock: com.google.android.gms/.mdisync.service.MdiSyncBackgroundTaskService [CONTEXT service_id=218 ]
11-30 15:14:22.092 10091 10096 I zygote  : After code cache collection, code=472KB, data=309KB
11-30 15:14:22.133  5463  5543 E ZeroPartyBinder: Incorrect caller's signature
11-30 15:14:22.134  5463  5476 E ZeroPartyBinder: Incorrect caller's signature
11-30 15:14:22.147  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:22.147  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:22.147  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:22.167  5463  5463 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:14:22.167  5463  5463 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:14:22.199 22236 22236 I SAIV_FACE: File : /data/user/0/com.samsung.faceservice/face/face_data
11-30 15:14:22.219 16067 12914 W SingleHostAsyncVerifier: Error performing check:  [CONTEXT service_id=244 ]
11-30 15:14:22.219 16067 12914 W SingleHostAsyncVerifier: cbji: DEADLINE_EXCEEDED: deadline exceeded after 7.952590077s. [closed=[], open=[[buffered_nanos=8589909956, waiting_for_connection]]]
11-30 15:14:22.219 16067 12914 W SingleHostAsyncVerifier: 	at rmz.n(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:14:22.219 16067 12914 W SingleHostAsyncVerifier: 	at rmz.d(:com.google.android.gms@214218018@21.42.18 (040308-410302452):6)
11-30 15:14:22.219 16067 12914 W SingleHostAsyncVerifier: 	at aoxu.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):6)
11-30 15:14:22.219 16067 12914 W SingleHostAsyncVerifier: 	at aoxc.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):1)
11-30 15:14:22.219 16067 12914 W SingleHostAsyncVerifier: 	at aoxc.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:14:22.219 16067 12914 W SingleHostAsyncVerifier: 	at pug.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):1)
11-30 15:14:22.219 16067 12914 W SingleHostAsyncVerifier: 	at rrg.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):6)
11-30 15:14:22.219 16067 12914 W SingleHostAsyncVerifier: 	at rrg.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):7)
11-30 15:14:22.219 16067 12914 W SingleHostAsyncVerifier: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:14:22.219 16067 12914 W SingleHostAsyncVerifier: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:14:22.219 16067 12914 W SingleHostAsyncVerifier: 	at rvm.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:14:22.219 16067 12914 W SingleHostAsyncVerifier: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:14:22.219 16067  8949 W SingleHostAsyncVerifier: Error performing check:  [CONTEXT service_id=244 ]
11-30 15:14:22.219 16067  8949 W SingleHostAsyncVerifier: cbji: DEADLINE_EXCEEDED: deadline exceeded after 7.957051539s. [closed=[], open=[[buffered_nanos=8593687264, waiting_for_connection]]]
11-30 15:14:22.219 16067  8949 W SingleHostAsyncVerifier: 	at rmz.n(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:14:22.219 16067  8949 W SingleHostAsyncVerifier: 	at rmz.d(:com.google.android.gms@214218018@21.42.18 (040308-410302452):6)
11-30 15:14:22.219 16067  8949 W SingleHostAsyncVerifier: 	at aoxu.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):6)
11-30 15:14:22.219 16067  8949 W SingleHostAsyncVerifier: 	at aoxc.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):1)
11-30 15:14:22.219 16067  8949 W SingleHostAsyncVerifier: 	at aoxc.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:14:22.219 16067  8949 W SingleHostAsyncVerifier: 	at pug.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):1)
11-30 15:14:22.219 16067  8949 W SingleHostAsyncVerifier: 	at rrg.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):6)
11-30 15:14:22.219 16067  8949 W SingleHostAsyncVerifier: 	at rrg.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):7)
11-30 15:14:22.219 16067  8949 W SingleHostAsyncVerifier: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:14:22.219 16067  8949 W SingleHostAsyncVerifier: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:14:22.219 16067  8949 W SingleHostAsyncVerifier: 	at rvm.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:14:22.219 16067  8949 W SingleHostAsyncVerifier: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:14:22.219 16067  8952 W SingleHostAsyncVerifier: Error performing check:  [CONTEXT service_id=244 ]
11-30 15:14:22.219 16067  8952 W SingleHostAsyncVerifier: cbji: DEADLINE_EXCEEDED: deadline exceeded after 7.957133961s. [closed=[], open=[[buffered_nanos=8593304571, waiting_for_connection]]]
11-30 15:14:22.219 16067  8952 W SingleHostAsyncVerifier: 	at rmz.n(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:14:22.219 16067  8952 W SingleHostAsyncVerifier: 	at rmz.d(:com.google.android.gms@214218018@21.42.18 (040308-410302452):6)
11-30 15:14:22.219 16067  8952 W SingleHostAsyncVerifier: 	at aoxu.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):6)
11-30 15:14:22.219 16067  8952 W SingleHostAsyncVerifier: 	at aoxc.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):1)
11-30 15:14:22.219 16067  8952 W SingleHostAsyncVerifier: 	at aoxc.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:14:22.219 16067  8952 W SingleHostAsyncVerifier: 	at pug.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):1)
11-30 15:14:22.219 16067  8952 W SingleHostAsyncVerifier: 	at rrg.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):6)
11-30 15:14:22.219 16067  8952 W SingleHostAsyncVerifier: 	at rrg.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):7)
11-30 15:14:22.219 16067  8952 W SingleHostAsyncVerifier: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:14:22.219 16067  8952 W SingleHostAsyncVerifier: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:14:22.219 16067  8952 W SingleHostAsyncVerifier: 	at rvm.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:14:22.219 16067  8952 W SingleHostAsyncVerifier: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:14:22.219 16067 12913 W SingleHostAsyncVerifier: Error performing check:  [CONTEXT service_id=244 ]
11-30 15:14:22.219 16067 12913 W SingleHostAsyncVerifier: cbji: DEADLINE_EXCEEDED: deadline exceeded after 7.954789770s. [closed=[], open=[[buffered_nanos=8592690647, waiting_for_connection]]]
11-30 15:14:22.219 16067 12913 W SingleHostAsyncVerifier: 	at rmz.n(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:14:22.219 16067 12913 W SingleHostAsyncVerifier: 	at rmz.d(:com.google.android.gms@214218018@21.42.18 (040308-410302452):6)
11-30 15:14:22.219 16067 12913 W SingleHostAsyncVerifier: 	at aoxu.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):6)
11-30 15:14:22.219 16067 12913 W SingleHostAsyncVerifier: 	at aoxc.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):1)
11-30 15:14:22.219 16067 12913 W SingleHostAsyncVerifier: 	at aoxc.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:14:22.219 16067 12913 W SingleHostAsyncVerifier: 	at pug.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):1)
11-30 15:14:22.219 16067 12913 W SingleHostAsyncVerifier: 	at rrg.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):6)
11-30 15:14:22.219 16067 12913 W SingleHostAsyncVerifier: 	at rrg.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):7)
11-30 15:14:22.219 16067 12913 W SingleHostAsyncVerifier: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:14:22.219 16067 12913 W SingleHostAsyncVerifier: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:14:22.219 16067 12913 W SingleHostAsyncVerifier: 	at rvm.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:14:22.219 16067 12913 W SingleHostAsyncVerifier: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:14:22.219 16067 21913 W SingleHostAsyncVerifier: Error performing check:  [CONTEXT service_id=244 ]
11-30 15:14:22.219 16067 21913 W SingleHostAsyncVerifier: cbji: DEADLINE_EXCEEDED: deadline exceeded after 7.953124231s. [closed=[], open=[[buffered_nanos=8540751109, waiting_for_connection]]]
11-30 15:14:22.219 16067 21913 W SingleHostAsyncVerifier: 	at rmz.n(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:14:22.219 16067 21913 W SingleHostAsyncVerifier: 	at rmz.d(:com.google.android.gms@214218018@21.42.18 (040308-410302452):6)
11-30 15:14:22.219 16067 21913 W SingleHostAsyncVerifier: 	at aoxu.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):6)
11-30 15:14:22.219 16067 21913 W SingleHostAsyncVerifier: 	at aoxc.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):1)
11-30 15:14:22.219 16067 21913 W SingleHostAsyncVerifier: 	at aoxc.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:14:22.219 16067 21913 W SingleHostAsyncVerifier: 	at pug.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):1)
11-30 15:14:22.219 16067 21913 W SingleHostAsyncVerifier: 	at rrg.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):6)
11-30 15:14:22.219 16067 21913 W SingleHostAsyncVerifier: 	at rrg.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):7)
11-30 15:14:22.219 16067 21913 W SingleHostAsyncVerifier: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:14:22.219 16067 21913 W SingleHostAsyncVerifier: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:14:22.219 16067 21913 W SingleHostAsyncVerifier: 	at rvm.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:14:22.219 16067 21913 W SingleHostAsyncVerifier: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:14:22.224 22236 22236 I [SCE_3] : [SmartCropping v3.0] native version is 2017-12-07-01
11-30 15:14:22.224 22236 22236 I [SCE_3] : [SmartCropping v2.0] DB path is /system/saiv/smartcropping_2.0/db
11-30 15:14:22.227 22236 22236 I [SCE_3] : smart_cropping in srcb_Smartcrop_Init() : -236563328 & its size is 4
11-30 15:14:22.227 22236 22236 I [SCE_3] : SmartCropper Handle after srcb_Smartcrop_Init() : -236563328 & its size is 4
11-30 15:14:22.227 22236 22236 I [SCE_3] : long bytes num: 4
11-30 15:14:22.227 22236 22236 I [SCE_3] : jlong bytes num: 8
11-30 15:14:22.228 22236 22236 I [SCE_3] : filepathname: /system/saiv/smartcropping_2.0/db/.
11-30 15:14:22.228 22236 22236 I [SCE_3] : filepathname: /system/saiv/smartcropping_2.0/db/..
11-30 15:14:22.228 22236 22236 I [SCE_3] : filepathname: /system/saiv/smartcropping_2.0/db/smartcrop_saliency_deploy.prototxt
11-30 15:14:22.228 22236 22236 I [SCE_3] : o_f_d loading start
11-30 15:14:22.229 22236 22236 I [SCE_3] : o_f_d loading success
11-30 15:14:22.229 22236 22236 I [SCE_3] : filepathname: /system/saiv/smartcropping_2.0/db/smartcrop_saliency_train
11-30 15:14:22.229 22236 22236 I [SCE_3] : o_f_t loading start
11-30 15:14:22.291 22236 22236 I [SCE_3] : o_f_t loading success
11-30 15:14:22.291 22236 22236 I [SCE_3] : DB file count : 2
11-30 15:14:22.367 13010 13460 D SharedPreferencesImpl: Time required to fsync /data/data/com.lbe.parallel.intl/parallel_intl/0/com.google.android.gms/shared_prefs/contact_tracing_data_quality_record_db.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 3, <64: 4, <128: 4, <256: 3, <512: 3, <1024: 2, <2048: 1, <4096: 1, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:14:22.368 16033 16609 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.google.android.gms/shared_prefs/contact_tracing_data_quality_record_db.xml: [<1: 0, <2: 0, <4: 0, <8: 4, <16: 7, <32: 17, <64: 14, <128: 7, <256: 2, <512: 4, <1024: 2, <2048: 5, <4096: 1, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:14:22.371 22236 22236 I [SCE_3] : native init exit
11-30 15:14:22.371 22236 22236 I [SCE_3] : SmartCropper Handle is -236563328
11-30 15:14:22.371 22236 22236 I [SCE_3] : SmartCropper Handle is -236563328 & its size is 4
11-30 15:14:22.371 22236 22236 I [SCE_3] : address(jlong): -29680663556784124
11-30 15:14:22.421 22236 22236 I SAIV_FACE: SAIV_HPRFACE_GAE_VERSION : 20170310
11-30 15:14:22.495 22236 22236 I SAIV_FACE: DMC LMD ENGINE INIT 1.0.08 [Option-0/Profile-0]
11-30 15:14:22.522 22236 22236 I SAIV_FACE: DMC LMD ENGINE : ret 4096
11-30 15:14:22.681  5463  5463 I IcingInternalCorpora: Contacts corpus disabled.
11-30 15:14:22.881   559   559 I ServiceManager: [#CMH#] Bound to Package  com.samsung.faceservice
11-30 15:14:22.883   559   559 I chatty  : uid=5004(oem_5004) com.samsung.cmh:CMH identical 4 lines
11-30 15:14:22.883   559   559 I ServiceManager: [#CMH#] Bound to Package  com.samsung.faceservice
11-30 15:14:22.929  2985  3002 I zygote  : Successfully killed process cgroup uid 10011 pid 20513 in 42ms
11-30 15:14:22.940  2985  3002 I zygote  : Successfully killed process cgroup uid 15010132 pid 17911 in 10ms
11-30 15:14:22.977  2985  3002 I zygote  : Successfully killed process cgroup uid 10132 pid 16359 in 36ms
11-30 15:14:22.999  2985  3002 I zygote  : Successfully killed process cgroup uid 1000 pid 16328 in 20ms
11-30 15:14:23.002 16067 21923 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
11-30 15:14:23.021 22170 22206 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:14:23.022 16067 21923 W Conscrypt: 	at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:14:23.022 16067 21923 W Conscrypt: 	at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:14:23.106  2985  3070 W Choreographer: Frame time is 11.839832 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:14:23.147  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:23.147  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:23.147  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:23.152  5463  5463 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:14:23.180  5463 22292 I Auth    : [SupervisedAccountIntentOperation] onHandleIntent(): android.intent.action.PACKAGE_ADDED
11-30 15:14:23.189  5463  5463 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:14:23.189  5463  5463 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:14:23.193  5463  9957 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=ContactsIndexer serviceId=33
11-30 15:14:23.201  5463  5463 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:14:23.463  4729  4851 I Finsky  : [42506] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=0, cacheMissCount=1, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : [com.microsoft.office.excel]
11-30 15:14:23.463  4729  4858 I Finsky  : [42513] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=0, cacheMissCount=1, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : [com.microsoft.office.excel]
11-30 15:14:23.463  4729  4832 I Finsky  : [42503] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=1, cacheMissCount=0, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : []
11-30 15:14:23.465  4729  4832 I Finsky  : [42503] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=1, cacheMissCount=0, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : []
11-30 15:14:23.467  4729  4832 I Finsky  : [42503] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=0, cacheMissCount=1, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : [com.microsoft.office.excel]
11-30 15:14:23.487  4729  4858 I Finsky  : [42513] esd.o(2): AIM: AppInfoManager-Perf > ItemModel > ItemStore Called 1 apps cacheOptions = REFRESH_LOCAL_CACHE
11-30 15:14:23.487  4729  4851 I Finsky  : [42506] esd.o(2): AIM: AppInfoManager-Perf > ItemModel > ItemStore Called 1 apps cacheOptions = REFRESH_LOCAL_CACHE
11-30 15:14:23.487  4729  4832 I Finsky  : [42503] esd.o(2): AIM: AppInfoManager-Perf > ItemModel > ItemStore Called 1 apps cacheOptions = REFRESH_LOCAL_CACHE
11-30 15:14:23.495  4729  4851 I Finsky  : [42506] esc.a(66): AIM: ItemModel fetch - unauth(0), auth([tx1OnwR59UxnwCw6l78ItpQrUWzXPVUQzS-KA31x2W8]->1)
11-30 15:14:23.495  4729  4832 I Finsky  : [42503] esc.a(66): AIM: ItemModel fetch - unauth(0), auth([tx1OnwR59UxnwCw6l78ItpQrUWzXPVUQzS-KA31x2W8]->1)
11-30 15:14:23.495  4729  4858 I Finsky  : [42513] esc.a(66): AIM: ItemModel fetch - unauth(0), auth([tx1OnwR59UxnwCw6l78ItpQrUWzXPVUQzS-KA31x2W8]->1)
11-30 15:14:23.525 22170 22206 I zygote  : WaitForGcToComplete blocked ProfileSaver on AddRemoveAppImageSpace for 503.820ms
11-30 15:14:23.559  4729  4832 I Finsky  : [42503] krc.apply(5): ItemStore: Not cached: com.microsoft.office.excel
11-30 15:14:23.559  4729  4851 I Finsky  : [42506] krc.apply(5): ItemStore: Not cached: com.microsoft.office.excel
11-30 15:14:23.559  4729  4858 I Finsky  : [42513] krc.apply(5): ItemStore: Not cached: com.microsoft.office.excel
11-30 15:14:23.677 19185 19255 W LBE-Sec : Broadcast Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.microsoft.office.excel flg=0x4000010 (has extras) } for vuid 0 com.android.vending is about to timeout, cancel it now
11-30 15:14:23.702 13746 13890 D SharedPreferencesImpl: Time required to fsync /data/user/150/com.google.android.gms/shared_prefs/proxy-apps-corpus.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 1, <32: 0, <64: 0, <128: 0, <256: 2, <512: 0, <1024: 2, <2048: 1, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:14:23.753 19185 19255 W LBE-Sec : Broadcast Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.microsoft.office.excel flg=0x4000010 (has extras) } for vuid 0 com.android.vending is about to timeout, cancel it now
11-30 15:14:23.778  5463  9934 W Icing   : Failed to get Lockbox signed-in status: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:14:23.778  5463  9934 W Icing   : getSignedInAccountName: Falling back to default value
11-30 15:14:23.803 21582 21653 I zygote  : Deoptimizing void j$.util.concurrent.ConcurrentHashMap.putAll(java.util.Map) due to JIT inline cache
11-30 15:14:23.880 13746 13911 D SharedPreferencesImpl: Time required to fsync /data/user/150/com.google.android.gms/shared_prefs/AppDataSearch-main-config.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 1, <32: 0, <64: 0, <128: 2, <256: 3, <512: 3, <1024: 1, <2048: 1, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:14:23.919  2985  2985 D KnoxMUMContainerPolicy: packageInstalledForSBAExternalStorage com.microsoft.office.excel
11-30 15:14:23.934  6077  6077 D QueuedWork: waited: [<1: 0, <2: 17, <4: 0, <8: 1, <16: 0, <32: 0, <64: 0, <128: 0, <256: 1, <512: 0, <1024: 0, <2048: 2, <4096: 0, <8192: 2, <16384: 0, >=16384: 1]
11-30 15:14:23.959 21582 21865 I Finsky  : [43603] ihu.run(9): Wrote row to frosting DB: 13942
11-30 15:14:24.070  4729 22114 I Finsky  : [42821] jvx.C(6): IQ: Pruning inactive install requests
11-30 15:14:24.070  4729 22114 I Finsky  : [42821] jvx.C(45): IQ: No matching installs to run for jobs: []
11-30 15:14:24.085  4729 21974 I Finsky  : [42816] ihu.run(9): Wrote row to frosting DB: 19127
11-30 15:14:24.085 14965 21968 I Finsky  : [43398] ihu.run(9): Wrote row to frosting DB: 10536
11-30 15:14:24.086  4729 22114 I Finsky  : [42821] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.excel, status=UNINSTALLED
11-30 15:14:24.094 13010 13649 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.udc.service.UdcContextInitService finished executing. cause:5 result: 4 elapsed_millis: 532649 uptime_millis: 532649 exec_start_elapsed_seconds: 457831 [CONTEXT service_id=218 ]
11-30 15:14:24.147  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:24.147  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:24.147  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:24.173 19115 19252 I DeviceAppInfoWork: remove existing package for update: com.microsoft.office.excel
11-30 15:14:24.173 19115 19220 I DeviceAppInfoWork: remove existing package for update: com.microsoft.office.excel
11-30 15:14:24.175 19115 19220 I DeviceAppInfoWork: remove existing package for update: com.microsoft.office.excel
11-30 15:14:24.175 19115 19252 I DeviceAppInfoWork: remove existing package for update: com.microsoft.office.excel
11-30 15:14:24.176 19115 19220 I DeviceAppInfoWork: remove existing package for update: com.microsoft.office.excel
11-30 15:14:24.176 19115 19252 I DeviceAppInfoWork: remove existing package for update: com.microsoft.office.excel
11-30 15:14:24.197 19115 22079 I A       : soft deleting data for DEVICE_INSTALLED_APPS [CONTEXT ratelimit_period="100 MILLISECONDS [skipped: 2]" ]
11-30 15:14:24.200 19115 19253 I DeviceAppInfoWork: remove existing package for update: com.microsoft.office.excel
11-30 15:14:24.248 19115 19252 I DeviceAppInfoWork: remove existing package for update: com.microsoft.office.excel
11-30 15:14:24.281 19115 22079 I A       : soft deleting data for DEVICE_INSTALLED_APPS [CONTEXT ratelimit_period="100 MILLISECONDS" ]
11-30 15:14:24.326 14965 21968 I Finsky  : [43398] ihu.run(9): Wrote row to frosting DB: 10537
11-30 15:14:24.366  2703  2742 D DataRouter: After the usb select
11-30 15:14:24.366  2703  2742 D DataRouter: read length is zero
11-30 15:14:24.366  2703  2742 D DataRouter: dr_usb_deinit
11-30 15:14:24.366  2703  2742 D DataRouter: dr_usb_init
11-30 15:14:24.366  2703  2742 E DataRouter: USB Interface is open with 0x6
11-30 15:14:24.366  2703  2742 D DataRouter: USB interface is now configured for usb_fd = 0x6
11-30 15:14:24.367 13010 13649 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.mdisync.service.MdiSyncBackgroundTaskService finished executing. cause:5 result: 4 elapsed_millis: 534253 uptime_millis: 534253 exec_start_elapsed_seconds: 457831 [CONTEXT service_id=218 ]
11-30 15:14:24.367  2703  2742 D DataRouter: Before the usb select
11-30 15:14:24.422  4729 21974 I Finsky  : [42816] ihu.run(9): Wrote row to frosting DB: 19128
11-30 15:14:24.422  2985  3089 D SecContentProvider: insert(), uri = 2
11-30 15:14:24.423 19115 22079 I A       : soft deleting data for DEVICE_INSTALLED_APPS [CONTEXT ratelimit_period="100 MILLISECONDS [skipped: 1]" ]
11-30 15:14:24.427  4729 22114 I Finsky  : [42821] jvx.C(6): IQ: Pruning inactive install requests
11-30 15:14:24.427  4729 22114 I Finsky  : [42821] jvx.C(45): IQ: No matching installs to run for jobs: []
11-30 15:14:24.446  4729 21974 I Finsky  : [42816] ihu.run(9): Wrote row to frosting DB: 19129
11-30 15:14:24.448 14965 21968 I Finsky  : [43398] ihu.run(9): Wrote row to frosting DB: 10538
11-30 15:14:24.467  4729 21974 I Finsky  : [42816] ihu.run(9): Wrote row to frosting DB: 19130
11-30 15:14:24.467 14965 21968 I Finsky  : [43398] ihu.run(9): Wrote row to frosting DB: 10539
11-30 15:14:24.489 14965 21968 I Finsky  : [43398] ihu.run(9): Wrote row to frosting DB: 10540
11-30 15:14:24.517  4729 21974 I Finsky  : [42816] ihu.run(9): Wrote row to frosting DB: 19131
11-30 15:14:24.518 19115 22079 I A       : Performing deletion propagation for Geller data.
11-30 15:14:24.519 19115 22315 I A       : Performing deletion propagation for Geller data.
11-30 15:14:24.521 19115 22318 I A       : Performing deletion propagation for Geller data.
11-30 15:14:24.539  4729 21974 I Finsky  : [42816] ihu.run(9): Wrote row to frosting DB: 19132
11-30 15:14:24.546 21736 21837 E libmtp  : [mtp_simple_sink_thread : 0311] -->[mtp_simple_sink_thread, 311] !!!!!! read failed errno [5], error [I/O error]
11-30 15:14:24.546 21736 21837 E libmtp  : [__media_db_close : 4448] -->[__media_db_close:4448] media_sqlite_db is null 
11-30 15:14:24.547 19115 22079 I A       : Performing deletion propagation for Geller data.
11-30 15:14:24.548 19115 22321 I A       : Performing deletion propagation for Geller data.
11-30 15:14:24.548 19115 22320 I A       : Performing deletion propagation for Geller data.
11-30 15:14:24.553 21736 21811 D MTPRx   : state from USB_STATE event DISCONNECTED
11-30 15:14:24.555 21736 21811 E MTPRx   : stop observing and calling usbRemoved 
11-30 15:14:24.557 19115 22315 I A       : Performing deletion propagation for Geller data.
11-30 15:14:24.565 14965 14965 I Finsky  : [2] jqc.aO(13): Installer::IT: using autoupdate DAO and setting lastUpdateTimestamp
11-30 15:14:24.568 21736 21736 W MTPRx   : notification from stack 21
11-30 15:14:24.568 21736 21837 E libmtp  : [mtp_simple_sink_thread : 0359] -->[mtp_simple_sink_thread 359] read error [0] [Success]
11-30 15:14:24.568 21736 21736 W MTPRx   : Read Error Came false
11-30 15:14:24.568 21736 21736 W MTPRx   : Read Error Came so calling usbRemoved()
11-30 15:14:24.572  3423 21734 E adbd    : remote usb: read terminated (message): Cannot send after transport endpoint shutdown
11-30 15:14:24.573  3423 21733 I adbd    : closing functionfs transport
11-30 15:14:24.573  3423  3426 I adbd    : initializing functionfs
11-30 15:14:24.573  3423  3426 I adbd    : functionfs successfully initialized
11-30 15:14:24.574  3423  3426 I adbd    : registering usb transport
11-30 15:14:24.575 19115 22322 I A       : Writing data of size=391 bytes with N=1 keys to Geller corpus DEVICE_INSTALLED_APPS at ts=1638260064468000
11-30 15:14:24.575 19115 22333 I A       : Performing deletion propagation for Geller data.
11-30 15:14:24.578  4729 21974 I Finsky  : [42816] ihu.run(9): Wrote row to frosting DB: 19133
11-30 15:14:24.583 19115 22322 I A       : Writing data of size=391 bytes with N=1 keys to Geller corpus DEVICE_INSTALLED_APPS at ts=1638260064469000
11-30 15:14:24.583 19115 19220 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:14:24.584  2985  2994 I zygote  : Background concurrent copying GC freed 450467(20MB) AllocSpace objects, 100(2MB) LOS objects, 26% free, 67MB/91MB, paused 366us total 874.383ms
11-30 15:14:24.596 14965 21968 I Finsky  : [43398] ihu.run(9): Wrote row to frosting DB: 10541
11-30 15:14:24.600  4729 21974 I Finsky  : [42816] ihu.run(9): Wrote row to frosting DB: 19134
11-30 15:14:24.604 19115 22322 I A       : Writing data of size=391 bytes with N=1 keys to Geller corpus DEVICE_INSTALLED_APPS at ts=1638260064469001
11-30 15:14:24.604 19115 19252 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:14:24.606 14965 21968 I Finsky  : [43398] ihu.run(9): Wrote row to frosting DB: 10542
11-30 15:14:24.613 19115 22322 I A       : Writing data of size=391 bytes with N=1 keys to Geller corpus DEVICE_INSTALLED_APPS at ts=1638260064469002
11-30 15:14:24.613 19115 19233 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:14:24.616 14965 21968 I Finsky  : [43398] ihu.run(9): Wrote row to frosting DB: 10543
11-30 15:14:24.616 19115 22322 I A       : Writing data of size=391 bytes with N=1 keys to Geller corpus DEVICE_INSTALLED_APPS at ts=1638260064469003
11-30 15:14:24.616 19115 19253 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:14:24.631 19115 22322 I A       : Writing data of size=391 bytes with N=1 keys to Geller corpus DEVICE_INSTALLED_APPS at ts=1638260064469004
11-30 15:14:24.631 19115 19220 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:14:24.635 19115 22322 I A       : Writing data of size=391 bytes with N=1 keys to Geller corpus DEVICE_INSTALLED_APPS at ts=1638260064470000
11-30 15:14:24.635 19115 19252 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:14:24.640 19115 22322 I A       : Writing data of size=391 bytes with N=1 keys to Geller corpus DEVICE_INSTALLED_APPS at ts=1638260064470000
11-30 15:14:24.640 19115 19233 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:14:24.644 19115 19253 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:14:24.718 19153 19254 W NamedFutures: Timeout future task has been cancelled: 9000 milliseconds
11-30 15:14:24.727 19153 19153 E A       : Task 174 failed or timed out. Client 84237423086621444 disconnecting from SearchService!
11-30 15:14:24.727 19153 19153 E A       : java.util.concurrent.CancellationException: Task was cancelled.
11-30 15:14:24.727 19153 19153 E A       : 	at com.google.common.w.a.d.s(PG:3)
11-30 15:14:24.727 19153 19153 E A       : 	at com.google.common.w.a.d.get(PG:4)
11-30 15:14:24.727 19153 19153 E A       : 	at com.google.common.w.a.dy.a(PG:1)
11-30 15:14:24.727 19153 19153 E A       : 	at com.google.common.w.a.ce.q(PG:2)
11-30 15:14:24.727 19153 19153 E A       : 	at com.google.common.w.a.bx.run(PG:4)
11-30 15:14:24.727 19153 19153 E A       : 	at com.google.android.apps.gsa.shared.util.c.a.ba.run(PG:1)
11-30 15:14:24.727 19153 19153 E A       : 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 15:14:24.727 19153 19153 E A       : 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 15:14:24.727 19153 19153 E A       : 	at android.os.Looper.loop(Looper.java:164)
11-30 15:14:24.727 19153 19153 E A       : 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 15:14:24.727 19153 19153 E A       : 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:14:24.727 19153 19153 E A       : 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 15:14:24.727 19153 19153 E A       : 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 15:14:24.844 21736 21811 D MTPRx   : MTP_RUNNING_STATUS = 1
11-30 15:14:24.846 21736 21811 D MTPRx   : battery status : Charging
11-30 15:14:24.846 21736 21811 W System.err: java.io.FileNotFoundException: /sys/class/dual_role_usb/otg_default/data_role (No such file or directory)
11-30 15:14:24.851  2985  5086 E IPCThreadState: binder thread pool (31 threads) starved for 575 ms
11-30 15:14:24.856  2985  2985 D KnoxMUMContainerPolicy: packageInstalledForSBAExternalStorage com.microsoft.office.excel
11-30 15:14:24.865  2985  3089 D SecContentProvider: insert(), uri = 2
11-30 15:14:24.867  2985  3089 I chatty  : uid=1000(system) UEventObserver identical 1 line
11-30 15:14:24.868  2985  3089 D SecContentProvider: insert(), uri = 2
11-30 15:14:24.875 21736 21811 W System.err: 	at java.io.FileInputStream.open0(Native Method)
11-30 15:14:24.875 21736 21811 W System.err: 	at java.io.FileInputStream.open(FileInputStream.java:200)
11-30 15:14:24.875 21736 21811 W System.err: 	at java.io.FileInputStream.<init>(FileInputStream.java:150)
11-30 15:14:24.875 21736 21811 W System.err: 	at android.os.FileUtils.readTextFile(FileUtils.java:262)
11-30 15:14:24.875 21736 21811 W System.err: 	at com.samsung.android.MtpApplication.MtpReceiver.isCharging(MtpReceiver.java:294)
11-30 15:14:24.875 21736 21811 W System.err: 	at com.samsung.android.MtpApplication.MtpReceiver.usbRemoved(MtpReceiver.java:1021)
11-30 15:14:24.875 21736 21811 W System.err: 	at com.samsung.android.MtpApplication.MtpReceiver$1.onUEvent(MtpReceiver.java:197)
11-30 15:14:24.875 21736 21811 W System.err: 	at android.os.UEventObserver$UEventThread.sendEvent(UEventObserver.java:210)
11-30 15:14:24.875 21736 21811 W System.err: 	at android.os.UEventObserver$UEventThread.run(UEventObserver.java:187)
11-30 15:14:24.875 21736 21811 D MTPRx   :  sendbooster is false!
11-30 15:14:24.875 21736 21811 D MTPRx   : In usbRemoved Status bar enabled
11-30 15:14:24.892  2985  3089 D SecContentProvider: insert(), uri = 2
11-30 15:14:24.896 21736 21811 I MTPRx   : no file transfer case, so do not send MTP_FILE_SCAN 
11-30 15:14:24.910 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.microsoft.office.excel to state 80
11-30 15:14:24.914  5463  9957 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
11-30 15:14:24.914 14965 14965 I Finsky  : [2] jpm.X(1): Installer: stopping tracking of task: com.microsoft.office.excel
11-30 15:14:24.924  5463  5463 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService }
11-30 15:14:24.924  5463  5463 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService }
11-30 15:14:24.936  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:14:25.002 21736 21736 D MTPRx   : MTP_RUNNING_STATUS = 0
11-30 15:14:25.003 21736 21736 D MTPRx   : battery status : Charging
11-30 15:14:25.003 21736 21736 W System.err: java.io.FileNotFoundException: /sys/class/dual_role_usb/otg_default/data_role (No such file or directory)
11-30 15:14:25.003 21736 21736 W System.err: 	at java.io.FileInputStream.open0(Native Method)
11-30 15:14:25.003 21736 21736 W System.err: 	at java.io.FileInputStream.open(FileInputStream.java:200)
11-30 15:14:25.003 21736 21736 W System.err: 	at java.io.FileInputStream.<init>(FileInputStream.java:150)
11-30 15:14:25.003 21736 21736 W System.err: 	at android.os.FileUtils.readTextFile(FileUtils.java:262)
11-30 15:14:25.003 21736 21736 W System.err: 	at com.samsung.android.MtpApplication.MtpReceiver.isCharging(MtpReceiver.java:294)
11-30 15:14:25.003 21736 21736 W System.err: 	at com.samsung.android.MtpApplication.MtpReceiver.usbRemoved(MtpReceiver.java:1021)
11-30 15:14:25.003 21736 21736 W System.err: 	at com.samsung.android.MtpApplication.MtpReceiver$2.handleMessage(MtpReceiver.java:723)
11-30 15:14:25.003 21736 21736 W System.err: 	at android.os.Handler.dispatchMessage(Handler.java:106)
11-30 15:14:25.003 21736 21736 W System.err: 	at android.os.Looper.loop(Looper.java:164)
11-30 15:14:25.003 21736 21736 W System.err: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 15:14:25.003 21736 21736 W System.err: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:14:25.003 21736 21736 W System.err: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 15:14:25.003 21736 21736 W System.err: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 15:14:25.003 21736 21736 D MTPRx   :  sendbooster is false!
11-30 15:14:25.004 21736 21736 E MtpService: onDestroy.
11-30 15:14:25.008 14965 14965 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=true, apps=[]
11-30 15:14:25.011 21736 21736 E MtpService: Unregister Mtp disable Receiver
11-30 15:14:25.011 21736 21736 E MtpService: Receiver not registered: com.samsung.android.MtpApplication.MtpService$1@8aa15ab
11-30 15:14:25.012 21736 21736 E MtpService: Unregister mtpEmergencyReceiver
11-30 15:14:25.012 21736 21736 E MtpService: Receiver not registered: com.samsung.android.MtpApplication.MtpService$2@478408
11-30 15:14:25.012 21736 21736 E MtpService: unregistering mtpUserPresentReceiver in UnregisterAllIntent
11-30 15:14:25.012 21736 21736 E MtpService: Receiver not registered: com.samsung.android.MtpApplication.MtpService$4@c092bfa
11-30 15:14:25.012 21736 21736 E MtpService: unregistering mtpMediaReceiver in UnregisterAllIntent
11-30 15:14:25.012 21736 21736 E MtpService: Receiver not registered: com.samsung.android.MtpApplication.MtpService$3@b1e7e25
11-30 15:14:25.012 21736 21736 E MTPJNIInterface: noti = 103
11-30 15:14:25.015  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:14:25.017 21736 21736 E libmtp  : [mtp_usb_mtp_finalize : 1260] -->****** [mtp_usb_mtp_finalize 1260] mtp_close_fd Calling 
11-30 15:14:25.017 21736 21736 E libmtp  : [mtp_close_fd : 0117] -->[mtp_close_fd 117]  fd = 57...
11-30 15:14:25.017 21736 21736 E libmtp  : [mtp_close_fd : 0122] -->[mtp_close_fd 122] USB endpoint [57] closed...
11-30 15:14:25.017 21736 21736 E libmtp  : [mtp_usb_mtp_finalize : 1263] -->****** [mtp_usb_mtp_finalize 1263] Updating the gInitializeFlag Flag to FALSE 
11-30 15:14:25.017 21736 21736 E libmtp  : [mtp_usb_mtp_finalize : 1266] -->****** [mtp_usb_mtp_finalize 1266] Calling mtp_stop_io 
11-30 15:14:25.022 14965 21547 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:25.022 14965 21639 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:25.022 14965 21547 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:25.022 14965 21639 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:25.033 13746 15928 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
11-30 15:14:25.047  2985  3002 I zygote  : Successfully killed process cgroup uid 1000 pid 21736 in 0ms
11-30 15:14:25.050  2985  3070 W Choreographer: Frame time is 6.004988 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:14:25.057 10091  9884 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
11-30 15:14:25.057  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:14:25.057  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:14:25.059  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:14:25.085 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:14:25.093 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:14:25.114 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:14:25.114 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:14:25.136  2985  4272 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.MtpApplication user:0
11-30 15:14:25.136  2985  4272 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:14:25.136  2985  4272 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.MtpApplication user:0
11-30 15:14:25.136  2985  4272 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:14:25.137  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:14:25.137  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:14:25.147  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:25.147  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:25.147  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:25.179 21582 21653 W zygote  : Verification of java.util.HashMap zmd.i(android.content.pm.PackageInfo, java.util.List, android.content.pm.PackageManager) took 147.871ms
11-30 15:14:25.200  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:14:25.202  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:14:25.202  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:14:25.202  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:14:25.250 14965 15024 I Finsky  : [43182] mwx.call(13): UIMP: No update discovered for com.microsoft.office.excel
11-30 15:14:25.250 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [teW78crw4yMKFmGpXwCjLQjHsUFPtXwkTjjT0uLTZXI]
11-30 15:14:25.254 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.excel
11-30 15:14:25.346  5463  9934 W Icing   : Failed to get Lockbox signed-in status: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:14:25.346  5463  9934 W Icing   : getSignedInAccountName: Falling back to default value
11-30 15:14:25.358 14965 14978 W zygote  : Suspending all threads took: 38.139ms
11-30 15:14:25.381  5463 22187 W IcingInternalCorpora: Contacts corpus disabled.
11-30 15:14:25.383 14965 14965 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=true, apps=[]
11-30 15:14:25.387 15059 15808 I Finsky:background: [43209] lus.c(5): Installer::MCS: User=UserHandle{150} released=com.microsoft.office.excel
11-30 15:14:25.389  4729  4729 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.excel
11-30 15:14:25.389 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.excel
11-30 15:14:25.396 16067 22105 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
11-30 15:14:25.398  4729  4729 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=true, apps=[]
11-30 15:14:25.399 14965 14965 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=true, apps=[]
11-30 15:14:25.400 13010 13265 D BluetoothAdapter: STATE_BLE_ON
11-30 15:14:25.413 22350 22350 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:14:25.422 22350 22350 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:25.423 22350 22350 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.samsung.android.MtpApplication 
11-30 15:14:25.424  2985  4272 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.android.vending user:150
11-30 15:14:25.426 24320 24320 D MediaProvider: MTP is enabled: false
11-30 15:14:25.446  2985  4272 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:14:25.446  2985  4272 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.android.vending user:150
11-30 15:14:25.448  2985  4272 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:14:25.463 22365 22365 I Zygote  : Unshare entire /
11-30 15:14:25.468  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:14:25.472  2985  2985 I MotionRecognitionService: Plugged
11-30 15:14:25.472  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:14:25.472  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:14:25.478  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:14:25.481 22365 22365 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:14:25.481 22365 22365 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:14:25.481 22365 22365 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:14:25.481 22365 22365 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:14:25.481 22365 22365 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:14:25.481 22365 22365 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:14:25.482 22365 22365 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:14:25.482 22365 22365 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:14:25.482 22365 22365 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:14:25.489 13010 13265 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:14:25.500 22365 22365 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:25.501 22365 22365 I SELinux : SELinux: seapp_context_lookup: seinfo=gmscore, level=s0:c662,c768, pkgname=com.android.vending:instant_app_installer 
11-30 15:14:25.575 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.excel, status=INSTALLED
11-30 15:14:25.640 14965 21968 I Finsky  : [43398] ihu.run(9): Wrote row to frosting DB: 10544
11-30 15:14:25.642 13746 13760 W zygote  : Suspending all threads took: 78.774ms
11-30 15:14:25.664  5463 22187 W IcingInternalCorpora: Contacts corpus disabled.
11-30 15:14:25.675  5463 22187 W IcingInternalCorpora: Contacts corpus disabled.
11-30 15:14:25.684 14965 21988 I Finsky  : [43400] fag.accept(26): Cancelled 0 ongoing asset module downloads for package com.microsoft.office.excel due to a concurrent app update.
11-30 15:14:25.685  5463 22187 W IcingInternalCorpora: Contacts corpus disabled.
11-30 15:14:25.694  5463 22187 I chatty  : uid=11108(com.lbe.parallel.intl) identical 1 line
11-30 15:14:25.702  5463 22187 W IcingInternalCorpora: Contacts corpus disabled.
11-30 15:14:25.741 21582 21677 I Finsky  : [43565] nqf.h(7): Already at the latest configurations for experiment package com.google.android.finsky.stable.
11-30 15:14:25.742 21582 21674 I Finsky  : [43562] nqf.h(1): Triggered update for experiment package com.google.android.finsky.regular.
11-30 15:14:25.901  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 6 99 -6 -200 -6 -200 -1 10 -101 -10 10 2 0 2147483647 0x2002 P gsm|lte level=2
11-30 15:14:25.901  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:14:25.959   559   732 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:14:25.980 21582 21582 W ResourceType: ResTable_typeSpec entry count inconsistent: given 15, previously 24
11-30 15:14:26.007 21582 21582 W ResourceType: ResTable_typeSpec entry count inconsistent: given 15, previously 24
11-30 15:14:26.008 21582 21674 I Finsky  : [43562] nqf.h(7): Already at the latest configurations for experiment package com.google.android.finsky.regular.
11-30 15:14:26.029 14965 21968 I Finsky  : [43398] ihu.run(9): Wrote row to frosting DB: 10545
11-30 15:14:26.036  4729 21974 I Finsky  : [42816] ihu.run(9): Wrote row to frosting DB: 19135
11-30 15:14:26.045 14965 21968 I Finsky  : [43398] ihu.run(9): Wrote row to frosting DB: 10546
11-30 15:14:26.048 14965 21611 I Finsky  : [43390] jvx.C(6): IQ: Pruning inactive install requests
11-30 15:14:26.075 14965 15024 I Finsky  : [43182] mnc.ba(1): UpdateImportanceScores for packageName com.microsoft.office.excel = UpdateImportanceScores{packageName=com.microsoft.office.excel, updateUsefulnessScore=0.26894143, manualActionNeededScore=0.0, updateNotificationUserClickability=1.0, appUsageStats=null}
11-30 15:14:26.092  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010040 ,Container id: 150
11-30 15:14:26.092  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:14:26.092  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010040 ,Container id: 150
11-30 15:14:26.093  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:14:26.094 22350 22350 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:26.095  5463  5850 W Icing   : No valid account for uploading user actions
11-30 15:14:26.098  2985  5095 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:14:26.098  2985  5095 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:14:26.101  2985  5082 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010040 ,Container id: 150
11-30 15:14:26.103  2985  5082 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010040 ,Container id: 150
11-30 15:14:26.104  2985  5082 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:14:26.104  2985  5082 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:14:26.110 22365 22365 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:26.147  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:26.147  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:26.147  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:26.151 22365 22365 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010040
11-30 15:14:26.152 22350 22350 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 1000
11-30 15:14:26.152 22365 22365 D Proxy   : mdoP is null: 15010040
11-30 15:14:26.153 22350 22350 D Proxy   : mdoP is null: 1000
11-30 15:14:26.267 13010 17587 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.languageprofile.GcmTaskService started execution. cause:2 exec_start_elapsed_seconds: 458369 [CONTEXT service_id=218 ]
11-30 15:14:26.267 13010 17587 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.languageprofile.GcmTaskService started execution. cause:2 exec_start_elapsed_seconds: 458369 [CONTEXT service_id=218 ]
11-30 15:14:26.268  5463  5476 E ZeroPartyBinder: Incorrect caller's signature
11-30 15:14:26.270  5463 10723 E ZeroPartyBinder: Incorrect caller's signature
11-30 15:14:26.300 22350 22350 D MTPRx   : In MtpReceiverandroid.hardware.usb.action.USB_STATE
11-30 15:14:26.302  2985  4272 D SecContentProvider2: query(), uri = 14 selection = getSealedUsbMassStorageState
11-30 15:14:26.322  2703  2742 D DataRouter: After the usb select
11-30 15:14:26.322  2703  2742 D DataRouter: read length is zero
11-30 15:14:26.322  2703  2742 D DataRouter: dr_usb_deinit
11-30 15:14:26.322  3423 22336 E adbd    : remote usb: read terminated (message): Cannot send after transport endpoint shutdown
11-30 15:14:26.322  2703  2742 D DataRouter: dr_usb_init
11-30 15:14:26.322  2703  2742 E DataRouter: USB Interface is open with 0x6
11-30 15:14:26.322  2703  2742 D DataRouter: USB interface is now configured for usb_fd = 0x6
11-30 15:14:26.323  3423 22334 I adbd    : closing functionfs transport
11-30 15:14:26.323  2703  2742 D DataRouter: Before the usb select
11-30 15:14:26.323  2985  3089 D SecContentProvider: insert(), uri = 2
11-30 15:14:26.326  3423  3426 I adbd    : initializing functionfs
11-30 15:14:26.327  3423  3426 I adbd    : functionfs successfully initialized
11-30 15:14:26.327  3423  3426 I adbd    : registering usb transport
11-30 15:14:26.342 22350 22350 I MTPRx   : isCtsappInstalled is  false
11-30 15:14:26.343 22350 22350 I MTPRx   : check value of boot_completed is1
11-30 15:14:26.343 22350 22350 D MTPRx   : in initializeSettingsValues
11-30 15:14:26.357  4729  4854 I Finsky  : [42509] pmg.accept(69): SCH: Scheduling phonesky job Id: 12-1, CT: 1638260058573, Constraints: [{ L: 15000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:14:26.364 22350 22350 D MTPRx   :  inside getExternalStorageStatus
11-30 15:14:26.367  5463  9934 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=30
11-30 15:14:26.385 22350 22350 I MTPRx   : Sd-Card path/storage/3066-3834
11-30 15:14:26.387 22350 22350 D MTPRx   : Status for mount/Unmount :mounted
11-30 15:14:26.387 22350 22350 I MTPRx   : SDcard is  available
11-30 15:14:26.393 22350 22350 D MTPRx   : check booting is completed_sys.boot_completed
11-30 15:14:26.393 22350 22350 D MTPRx   :  inside getExternalStorageStatus
11-30 15:14:26.394 22350 22350 I MTPRx   : Sd-Card path/storage/3066-3834
11-30 15:14:26.395 22350 22350 D MTPRx   : Status for mount/Unmount :mounted
11-30 15:14:26.395 22350 22350 I MTPRx   : SDcard is  available
11-30 15:14:26.397 22350 22350 I MTPRx   : value of connected istrue
11-30 15:14:26.397 22350 22350 I MTPRx   : value of configured isfalse
11-30 15:14:26.397 22350 22350 I MTPRx   : value of mtpEnabled istrue
11-30 15:14:26.397 22350 22350 I MTPRx   : value of ptpEnabled isfalse
11-30 15:14:26.397 22350 22350 I MTPRx   : value of sec_charging isfalse
11-30 15:14:26.397 22350 22350 I MTPRx   : value of usb_data_unlock istrue
11-30 15:14:26.397 22350 22350 I MTPRx   : value of configChanged isfalse
11-30 15:14:26.398 22350 22350 I MTPRx   : value of hostConnected isfalse
11-30 15:14:26.398 22350 22350 I MTPRx   : Received USB_STATE with sdCardLaunch = 0
11-30 15:14:26.398 22350 22350 E MTPRx   : configured is false
11-30 15:14:26.406  2985  3089 D SecContentProvider: insert(), uri = 2
11-30 15:14:26.409  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:14:26.458 21777 21777 D NPS_WSSNPS: [] feature init
11-30 15:14:26.467 22350 22350 D MTPRx   : In MtpReceiverandroid.hardware.usb.action.USB_STATE
11-30 15:14:26.468  2985  4272 D SecContentProvider2: query(), uri = 14 selection = getSealedUsbMassStorageState
11-30 15:14:26.472 22350 22350 I MTPRx   : isCtsappInstalled is  false
11-30 15:14:26.472 22350 22350 I MTPRx   : check value of boot_completed is1
11-30 15:14:26.473 22350 22350 D MTPRx   : check booting is completed_sys.boot_completed
11-30 15:14:26.473 22350 22350 D MTPRx   :  inside getExternalStorageStatus
11-30 15:14:26.474 22350 22350 I MTPRx   : Sd-Card path/storage/3066-3834
11-30 15:14:26.475 22350 22350 D MTPRx   : Status for mount/Unmount :mounted
11-30 15:14:26.475 22350 22350 I MTPRx   : SDcard is  available
11-30 15:14:26.475 22350 22350 I MTPRx   : value of connected istrue
11-30 15:14:26.475 22350 22350 I MTPRx   : value of configured isfalse
11-30 15:14:26.475 22350 22350 I MTPRx   : value of mtpEnabled istrue
11-30 15:14:26.475 22350 22350 I MTPRx   : value of ptpEnabled isfalse
11-30 15:14:26.475 22350 22350 I MTPRx   : value of sec_charging isfalse
11-30 15:14:26.475 22350 22350 I MTPRx   : value of usb_data_unlock istrue
11-30 15:14:26.475 22350 22350 I MTPRx   : value of configChanged isfalse
11-30 15:14:26.475 22350 22350 I MTPRx   : value of hostConnected isfalse
11-30 15:14:26.475 22350 22350 I MTPRx   : Received USB_STATE with sdCardLaunch = 0
11-30 15:14:26.475 22350 22350 E MTPRx   : configured is false
11-30 15:14:26.477 22236 22268 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:14:26.482 21777 21777 D NPS_WSSNPS: [] feature init
11-30 15:14:26.512 22365 22365 W ResourceType: ResTable_typeSpec entry count inconsistent: given 141, previously 169
11-30 15:14:26.620  4729  4854 I Finsky  : [42509] pgq.apply(52): SCH: Scheduling 1 system job(s)
11-30 15:14:26.622  4729  4854 I Finsky  : [42509] pgq.apply(58): SCH: Scheduling system job Id: 9770, L: 6953, D: 81954939, C: false, I: false, N: 1
11-30 15:14:26.675  5463  5850 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:14:26.746  4729  4854 I Finsky  : [42509] ffa.b(32): [ContentSync] finished, scheduled=true
11-30 15:14:26.746  4729  4854 I Finsky  : [42509] pmg.accept(69): SCH: Scheduling phonesky job Id: 12-1, CT: 1638260058968, Constraints: [{ L: 15000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:14:26.782 14965 21611 I Finsky  : [43390] jvx.C(37): IQ: 2 pending for job: 10587
11-30 15:14:26.784 14965 22380 I Finsky  : [43410] fur.run(6): Installer: Session time: 627 seconds
11-30 15:14:26.788 22236 22268 I zygote  : WaitForGcToComplete blocked ProfileSaver on ClassLinker for 311.206ms
11-30 15:14:26.808 14965 21611 I Finsky  : [43390] jvx.C(37): IQ: 1 pending for job: 10588
11-30 15:14:26.809 14965 21611 I Finsky  : [43390] jvx.C(48): IQ: 3 scheduled install statuses found to proceed. 
11-30 15:14:26.810 14965 21611 I Finsky  : [43390] jvx.C(56): IQ: Not filtering installables.
11-30 15:14:26.811 22365 22365 I Finsky:instant_app_inst: [2] euh.az(6): Process created at version: 28.0.34-21 [0] [PR] 410833180
11-30 15:14:26.867  4729  4854 I Finsky  : [42509] pgq.apply(52): SCH: Scheduling 0 system job(s)
11-30 15:14:26.868  4729  4854 I Finsky  : [42509] ffa.b(32): [ContentSync] finished, scheduled=true
11-30 15:14:26.869  4729  4854 I Finsky  : [42509] pmg.accept(69): SCH: Scheduling phonesky job Id: 12-1, CT: 1638260058967, Constraints: [{ L: 15000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:14:26.915  2985  3089 D SecContentProvider: insert(), uri = 2
11-30 15:14:26.916 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(334) data(3908) accounts({vnd.sec.contact.phone (1)=155, com.whatsapp (23)=210, com.google (19)=204, com.osp.app.signin (24)=4, vnd.sec.contact.sim2 (3)=14, org.telegram.messenger (36)=127}) accounts deleted({com.google (19)=1}) calls([logtype:100 cnt:500, logtype:300 cnt:500]) countryIso(ID) userId(0)  ]

11-30 15:14:26.916 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ agr({[1 ,1 ,23]=1, [23 ,3 ,36 ,19]=1, [1 ,1 ,36 ,23]=1, [1 ,24 ,23]=1, [19 ,23 ,23 ,36 ,36]=1, [1 ,1 ,1]=1, [19 ,19 ,19 ,1 ,23 ,24 ,36]=1, [19]=10, [19 ,19 ,1]=1, [19 ,1 ,36 ,23]=1, [19 ,36]=4, [1 ,36]=1, [36 ,19 ,23 ,36]=2, [19 ,1 ,23 ,23 ,23]=1, [19 ,1 ,23 ,36 ,36]=1, [19 ,1 ,23 ,36]=9, [1 ,23 ,36 ,36]=1, [1 ,23 ,36]=12, [19 ,23 ,36 ,23]=1, [19 ,36 ,23]=2, [19 ,23 ,36]=68, [3]=10, [1]=72, [19 ,1 ,23 ,24]=1, [1 ,23 ,24 ,36]=1, [19 ,1 ,23]=8, [19 ,1 ,23 ,36 ,23]=1, [19 ,23]=67, [20 ,23]=1, [23 ,3]=1, [36]=12, [1 ,23]=17, [19 ,1]=19, [19 ,23 ,23]=1, [23 ,3 ,36]=2})  ]

11-30 15:14:26.916 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({android.process.acore(15069)=1})  ]

11-30 15:14:26.916 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(1) data(3) accounts({vnd.sec.contact.phone (1)=1})  ]

11-30 15:14:26.916 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(1) data(24) accounts({vnd.sec.contact.phone (1)=1})  ]
11-30 15:14:26.917 14965 22401 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:26.917 14965 22401 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:26.921  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:14:26.933 22350 22350 D MTPRx   : In MtpReceiverandroid.hardware.usb.action.USB_STATE
11-30 15:14:26.934  2985  2995 D SecContentProvider2: query(), uri = 14 selection = getSealedUsbMassStorageState
11-30 15:14:26.936  4729  4854 I Finsky  : [42509] pgq.apply(52): SCH: Scheduling 0 system job(s)
11-30 15:14:26.937  4729  4854 I Finsky  : [42509] ffa.b(32): [ContentSync] finished, scheduled=true
11-30 15:14:26.938 22350 22350 I MTPRx   : isCtsappInstalled is  false
11-30 15:14:26.938 22350 22350 I MTPRx   : check value of boot_completed is1
11-30 15:14:26.938 22350 22350 D MTPRx   : check booting is completed_sys.boot_completed
11-30 15:14:26.938 22350 22350 D MTPRx   :  inside getExternalStorageStatus
11-30 15:14:26.940 22350 22350 I MTPRx   : Sd-Card path/storage/3066-3834
11-30 15:14:26.941 22350 22350 D MTPRx   : Status for mount/Unmount :mounted
11-30 15:14:26.941 22350 22350 I MTPRx   : SDcard is  available
11-30 15:14:26.942 22350 22350 I MTPRx   : value of connected istrue
11-30 15:14:26.942 22350 22350 I MTPRx   : value of configured istrue
11-30 15:14:26.942 22350 22350 I MTPRx   : value of mtpEnabled istrue
11-30 15:14:26.942 22350 22350 I MTPRx   : value of ptpEnabled isfalse
11-30 15:14:26.942 22350 22350 I MTPRx   : value of sec_charging isfalse
11-30 15:14:26.942 22350 22350 I MTPRx   : value of usb_data_unlock istrue
11-30 15:14:26.942 22350 22350 I MTPRx   : value of configChanged isfalse
11-30 15:14:26.942 22350 22350 I MTPRx   : value of hostConnected isfalse
11-30 15:14:26.942 22350 22350 I MTPRx   : Received USB_STATE with sdCardLaunch = 0
11-30 15:14:26.942 22350 22350 D MTPRx   : mFirstTime: false
11-30 15:14:26.948 14965 21611 I Finsky  : [43390] jvw.b(24): IQ: proceed install request for com.microsoft.office.powerpoint.
11-30 15:14:27.046 22350 22350 E MTPJNIInterface: Getting CryptionKey from JAVA
11-30 15:14:27.048 22350 22350 I MTPRx   : currentUserId is 0
11-30 15:14:27.053 22350 22350 I MTPRx   : mtpCurrentGlobalUserId is 0
11-30 15:14:27.053 22350 22350 D MTPRx   : Start observing USB_STATE_MATCH 
11-30 15:14:27.085 22350 22350 I MTPRx   : GUID is valid.
11-30 15:14:27.085 22350 22350 I MTPRx   :  is_dayDreamConnected is false,
11-30 15:14:27.086 22350 22350 D MTPRx   : inside getUsbdebugStatus
11-30 15:14:27.091 22350 22350 I EngineeringModeManager: com.samsung.android.MtpApplication connects to EngineeringModeService.
11-30 15:14:27.091 22350 22350 I EngineeringModeManager: getStatus() is called.
11-30 15:14:27.102  2985  4272 I ENGMODE : EM Version#0001 - 2.0.8
11-30 15:14:27.115  2985  4272 E ENGMODE : Failed to parse stored token(-6)
11-30 15:14:27.115  2985  4272 E ENGMODE : the req mode is not allowed (-6)
11-30 15:14:27.115 22350 22350 I MTPRx   : getUsbdebugStatus is false
11-30 15:14:27.115 22350 22350 V MtpMediaDBManager: inside isExistGUID
11-30 15:14:27.117  2985  4489 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.gsf user:150
11-30 15:14:27.119  2985  4489 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:14:27.119  2985  4489 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.gsf user:150
11-30 15:14:27.120  2985  4489 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:14:27.130 13010 13265 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:14:27.146 13010 13265 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:14:27.147  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:27.148  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:27.148  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:27.178 22350 22350 V MtpMediaDBManager: finish isExistGUID resulttrue
11-30 15:14:27.179 22350 22350 D MTPRx   : is_Privatemode is NOT 1
11-30 15:14:27.188 22350 22350 I MTPRx   : Phone is locked : true
11-30 15:14:27.199  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:14:27.202  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:14:27.203 22350 22350 I MTPRx   : Secure lock : true
11-30 15:14:27.203 22350 22350 E MTPJNIInterface: noti = 12
11-30 15:14:27.205 22350 22350 E MTPRx   : Setting the status to phone Lock
11-30 15:14:27.206 22350 22350 I MTPRx   : driverdisplay.trust Status = 2
11-30 15:14:27.208 22350 22350 D MTPRx   : Shared devices keyguard status: 0
11-30 15:14:27.209 22350 22350 D MTPRx   : Sending NORMAL_BOOT to stack
11-30 15:14:27.209 22404 22404 I Zygote  : Unshare entire /
11-30 15:14:27.209 22350 22350 E MTPJNIInterface: noti = 17
11-30 15:14:27.226 22404 22404 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:14:27.226 22404 22404 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:14:27.226 22404 22404 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:14:27.226 22404 22404 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:14:27.226 22404 22404 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:14:27.227 22404 22404 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:14:27.227 22404 22404 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:14:27.227 22404 22404 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:14:27.227 22404 22404 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:14:27.232  2985  4272 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:14:27.234 22404 22404 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:27.235 22404 22404 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c662,c768, pkgname=com.google.process.gservices 
11-30 15:14:27.237 22350 22350 D MTPRx   : User is personal
11-30 15:14:27.238 22350 22350 D MTPRx   : sending MTP_ICON_ENABLED to stack
11-30 15:14:27.247 22350 22350 D MTPRx   : else part ... so first time!!!
11-30 15:14:27.247 22350 22350 E MTPPlaObsrvr: inside setContext()
11-30 15:14:27.257 14965 21611 I Finsky  : [43390] jpm.w(17): Installer: Asked to check if we can process a request. package=com.microsoft.office.powerpoint, result=true, running=
11-30 15:14:27.257 14965 21611 I Finsky  : gid: 0: ; 
11-30 15:14:27.258 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOAD_PENDING
11-30 15:14:27.285 22350 22350 D MTPPlaObsrvr: Inside registerContentObserver
11-30 15:14:27.285 22350 22413 E MTPPlaObsrvr:  inside createplafiles
11-30 15:14:27.286  5463  5850 W Icing   : No valid account for uploading user actions
11-30 15:14:27.291 22350 22350 E MtpService: onCreate.
11-30 15:14:27.299 21777 21777 D NPS_WSSNPS: [] feature init
11-30 15:14:27.313  2985  2996 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:14:27.318  5463  5850 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:14:27.319  2985  2996 D API test: getContainerInfo: value is 150,1359085664
11-30 15:14:27.322  2985  2996 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:14:27.322  2985  2996 D API test: getContainerInfo: value is 150,1359085664
11-30 15:14:27.331 22350 22350 E MtpService: < MTP > Registering BroadCast receiver :::::
11-30 15:14:27.332 22350 22413 E MTPPlaObsrvr: playlist count is7
11-30 15:14:27.333 22350 22413 E MTPPlaObsrvr:  inside try branch createplafiles
11-30 15:14:27.333 22350 22413 E MTPPlaObsrvr:  inside deleteing plas createplafiles
11-30 15:14:27.334 22350 22413 E MTPPlaObsrvr:  inside deleteing plas createplafiles
11-30 15:14:27.334 22350 22413 E MTPPlaObsrvr: isPlaylistPresent playlistPath= /storage/emulated/0/Playlists/Asian.pla
11-30 15:14:27.338 22350 22350 E MtpService: Calling registerBroadCastuserPresentRec() 
11-30 15:14:27.338 22350 22350 E MtpService: < MTP > Registering BroadCast receiver for USER Present:::::
11-30 15:14:27.339 22350 22350 E MtpService: < MTP > Registering BroadCast registerBroadCastPolicyRec :::::
11-30 15:14:27.341 22350 22350 E MtpService: < MTP > Registering BroadCast registerBroadCastEmergencyRec :::::
11-30 15:14:27.341 22350 22413 E MTPPlaObsrvr: Count0
11-30 15:14:27.342 22350 22350 E MtpService: onStartCommand.
11-30 15:14:27.343 22350 22413 E MTPPlaObsrvr: Count0, return false
11-30 15:14:27.343 22350 22418 E MtpService: handleMessage. msg= { when=-1ms what=0 arg1=1 obj=Intent { cmp=com.samsung.android.MtpApplication/.MtpService } target=com.samsung.android.MtpApplication.MtpService$ServiceHandler }
11-30 15:14:27.349 22350 22413 E MTPPlaObsrvr:  inside deleteing plas createplafiles
11-30 15:14:27.349 22350 22413 E MTPPlaObsrvr: isPlaylistPresent playlistPath= /storage/emulated/0/Playlists/Nighty.pla
11-30 15:14:27.351  2985  2995 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010018 ,Container id: 150
11-30 15:14:27.351  2985  2995 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010018 ,Container id: 150
11-30 15:14:27.351  2985  2995 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:14:27.351  2985  2995 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:14:27.353 22350 22413 E MTPPlaObsrvr: Count0
11-30 15:14:27.354  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010018 ,Container id: 150
11-30 15:14:27.354  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010018 ,Container id: 150
11-30 15:14:27.354  2985  5095 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:14:27.354 22350 22413 E MTPPlaObsrvr: Count0, return false
11-30 15:14:27.354  2985  5095 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:14:27.355 22350 22413 E MTPPlaObsrvr:  inside deleteing plas createplafiles
11-30 15:14:27.355 22350 22413 E MTPPlaObsrvr: isPlaylistPresent playlistPath= /storage/emulated/0/Playlists/×♡×.pla
11-30 15:14:27.357 22404 22404 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:27.359 22350 22413 E MTPPlaObsrvr: Count0
11-30 15:14:27.361 22350 22413 E MTPPlaObsrvr: Count0, return false
11-30 15:14:27.362 14965 15024 I Finsky  : [43182] mnd.a(19): Showing notification: [ID=successful update, Tag=null, Title=1 app updated, Message=Microsoft Excel: View, Edit, & Create Spreadsheets, channelId=updates-completed, targetType=1, returnCode=-1, uiElementType=902]
11-30 15:14:27.362  5463  5850 W Icing   : No valid account for uploading user actions
11-30 15:14:27.366 22350 22413 E MTPPlaObsrvr:  inside deleteing plas createplafiles
11-30 15:14:27.366 22350 22413 E MTPPlaObsrvr: isPlaylistPresent playlistPath= /storage/emulated/0/Playlists/Covers.pla
11-30 15:14:27.372 22350 22350 W MTPRx   : calling native method
11-30 15:14:27.372 22350 22350 E MTPJNIInterface: < MTP > Registering BroadCast receiver :::::
11-30 15:14:27.373 22350 22350 E MTPJNIInterface: < MTP > Registering BroadCast receiver :::::::
11-30 15:14:27.374 22350 22413 E MTPPlaObsrvr: Count0
11-30 15:14:27.375 22350 22413 E MTPPlaObsrvr: Count0, return false
11-30 15:14:27.381 22350 22413 E MTPPlaObsrvr:  inside deleteing plas createplafiles
11-30 15:14:27.381 22350 22413 E MTPPlaObsrvr: isPlaylistPresent playlistPath= /storage/emulated/0/Playlists/Indo.pla
11-30 15:14:27.381 22404 22404 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010018
11-30 15:14:27.382 22404 22404 D Proxy   : mdoP is null: 15010018
11-30 15:14:27.385 22350 22413 E MTPPlaObsrvr: Count0
11-30 15:14:27.386 22350 22413 E MTPPlaObsrvr: Count0, return false
11-30 15:14:27.386 22350 22413 E MTPPlaObsrvr:  inside deleteing plas createplafiles
11-30 15:14:27.386 22350 22413 E MTPPlaObsrvr: isPlaylistPresent playlistPath= /storage/emulated/0/Playlists/Male.pla
11-30 15:14:27.389 22350 22350 E MTPJNIInterface: noti = 110
11-30 15:14:27.389 22350 22350 E MtpService: onStartCommand.
11-30 15:14:27.389 22350 22418 E MtpService: handleMessage. msg= { when=-1ms what=0 arg1=2 obj=Intent { cmp=com.samsung.android.MtpApplication/.MtpService } target=com.samsung.android.MtpApplication.MtpService$ServiceHandler }
11-30 15:14:27.389 22350 22350 W MTPRx   : calling native method
11-30 15:14:27.389 22350 22350 W MTPRx   : Checking the driver time out
11-30 15:14:27.390 22350 22350 E MTPJNIInterface: noti = 102
11-30 15:14:27.394 22350 22413 E MTPPlaObsrvr: Count0
11-30 15:14:27.396 22350 22413 E MTPPlaObsrvr: Count0, return false
11-30 15:14:27.397  5463  5850 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:14:27.401 22350 22413 E MTPPlaObsrvr:  inside deleteing plas createplafiles
11-30 15:14:27.401 22350 22413 E MTPPlaObsrvr: isPlaylistPresent playlistPath= /storage/emulated/0/Playlists/Nightcore.pla
11-30 15:14:27.403 16067 12913 I SingleHostAsyncVerifier: Verification result: checking for a statement with source # bksu@2c42ed52, relation delegate_permission/common.handle_all_urls, and target # bksu@6d95fc14 --> true. [CONTEXT service_id=244 ]
11-30 15:14:27.403 16067 21913 I SingleHostAsyncVerifier: Verification result: checking for a statement with source # bksu@63d3fea6, relation delegate_permission/common.handle_all_urls, and target # bksu@6d95fc14 --> true. [CONTEXT service_id=244 ]
11-30 15:14:27.403 16067  8949 I SingleHostAsyncVerifier: Verification result: checking for a statement with source # bksu@5ebc177b, relation delegate_permission/common.handle_all_urls, and target # bksu@6d95fc14 --> true. [CONTEXT service_id=244 ]
11-30 15:14:27.404 22350 22350 W MTPRx   : called native method
11-30 15:14:27.404 22350 22350 E MTPJNIInterface: setting Media scanner status0
11-30 15:14:27.404 22350 22350 E MTPJNIInterface: After setting Media scanner status0
11-30 15:14:27.404 22350 22350 W MTPRx   : notification from stack 1
11-30 15:14:27.405 22350 22423 E libmtp  : [check_media_scanner_status : 0661] -->Unable to get Object Class and clearing cls 2 [check_media_scanner_status 661]
11-30 15:14:27.405 22350 22423 E MTPJNIInterface: Getting media scanner status0
11-30 15:14:27.406 22350 22413 E MTPPlaObsrvr: Count0
11-30 15:14:27.408 22350 22413 E MTPPlaObsrvr: Count0, return false
11-30 15:14:27.436 22404 22404 I GservicesProvider: Gservices pushing to system: true; secure/global: true
11-30 15:14:27.539 22350 22423 E MTPJNIInterface: DeviceName is Null in System
11-30 15:14:27.605 22350 22423 E MTPJNIInterface: DeviceName is LovyC
11-30 15:14:27.606 22350 22423 E libmtp  : [memCpy : 0111] -->memcpy failed [memCpy 111]
11-30 15:14:27.608 22350 22423 E MTPJNIInterface: Sd-Card path/storage/3066-3834
11-30 15:14:27.613 22350 22423 E MTPJNIInterface: Status for mount/Unmount :mounted
11-30 15:14:27.613 22350 22423 E MTPJNIInterface: SDcard is  available
11-30 15:14:27.614 22350 22423 E MTPJNIInterface: Status for mount/Unmount :mounted
11-30 15:14:27.614 22350 22423 E MTPJNIInterface: SDcard is  available
11-30 15:14:27.616 22350 22423 E MTPJNIInterface: Sd-Card path/storage/3066-3834
11-30 15:14:27.618 22350 22423 E MTPJNIInterface: Status for mount/Unmount :mounted
11-30 15:14:27.618 22350 22423 E MTPJNIInterface: SDcard is  available
11-30 15:14:27.619 22350 22423 E MTPJNIInterface: Status for mount/Unmount :unknown
11-30 15:14:27.619 22350 22423 E MTPJNIInterface: SDcard is not available
11-30 15:14:27.621 22350 22423 E MTPJNIInterface: Status for mount/Unmount :unknown
11-30 15:14:27.621 22350 22423 E MTPJNIInterface: SDcard is not available
11-30 15:14:27.623 22350 22423 E MTPJNIInterface: Status for mount/Unmount :unknown
11-30 15:14:27.623 22350 22423 E MTPJNIInterface: SDcard is not available
11-30 15:14:27.636 22350 22423 E libmtp  : [mtp_init_device_info : 0586] -->[mtp_init_device_info  586]Error opening file /data/misc/radio/ahrh,(fd<0) IMEI [

11-30 15:14:27.636 22350 22423 E libmtp  : 000000000000000

11-30 15:14:27.636 22350 22423 E libmtp  : ]
11-30 15:14:27.638 22350 22423 E MTPJNIInterface: Status for mount/Unmount :mounted
11-30 15:14:27.638 22350 22423 E MTPJNIInterface: SDcard is  available
11-30 15:14:27.639 22350 22423 E SQLiteLog: (21) API call with NULL database connection pointer
11-30 15:14:27.639 22350 22423 E SQLiteLog: (21) misuse at line 119196 of [553a923c82]
11-30 15:14:27.639 22350 22423 E SQLiteLog: (21) API call with NULL database connection pointer
11-30 15:14:27.639 22350 22423 E SQLiteLog: (21) misuse at line 119196 of [553a923c82]
11-30 15:14:27.639 22350 22423 E SQLiteLog: (21) API call with NULL database connection pointer
11-30 15:14:27.639 22350 22423 E SQLiteLog: (21) misuse at line 119196 of [553a923c82]
11-30 15:14:27.639 22350 22423 E SQLiteLog: (21) API call with NULL database connection pointer
11-30 15:14:27.639 22350 22423 E SQLiteLog: (21) misuse at line 119196 of [553a923c82]
11-30 15:14:27.639 22350 22350 W MTPRx   : notification from stack 2
11-30 15:14:27.640 22350 22426 E libmtp  : [mtp_init_device : 0723] -->[mtp_init_device 723]  After open the MTP fd = 56 and line = 723...
11-30 15:14:27.640 22350 22426 E libmtp  : [sua_support_present : 1316] --> [sua_support_present:1316] returning false 
11-30 15:14:27.641 22350 22350 W MTPRx   : notification from stack 3
11-30 15:14:27.641 22350 22350 W MTPRx   : notification from stack 14
11-30 15:14:27.642 22350 22350 W MTPRx   : Open session has come  remove the  Message false
11-30 15:14:27.644 24320 24320 D MediaProvider: MTP is enabled: true
11-30 15:14:27.644 22350 22350 I MTPRx   : GUID is valid.
11-30 15:14:27.646 22350 22350 D MTPRx   : inside getUsbdebugStatus
11-30 15:14:27.646 22350 22350 I EngineeringModeManager: com.samsung.android.MtpApplication connects to EngineeringModeService.
11-30 15:14:27.646 22350 22350 I EngineeringModeManager: getStatus() is called.
11-30 15:14:27.648  2985  2995 I ENGMODE : EM Version#0001 - 2.0.8
11-30 15:14:27.660  2985  2995 E ENGMODE : Failed to parse stored token(-6)
11-30 15:14:27.660  2985  2995 E ENGMODE : the req mode is not allowed (-6)
11-30 15:14:27.660 22350 22350 I MTPRx   : getUsbdebugStatus is false
11-30 15:14:27.660 22350 22350 V MtpMediaDBManager: inside isExistGUID
11-30 15:14:27.665 22350 22427 W SQLiteLog: (28) failed to open "/data/data/com.android.providers.settings/databases/settings.db" with flag (131138) and mode_t (0) due to error (2)
11-30 15:14:27.665 22350 22427 W SQLiteLog: (28) failed to open "/data/data/com.android.providers.settings/databases/settings.db" with flag (131072) and mode_t (0) due to error (2)
11-30 15:14:27.665 22350 22427 E SQLiteLog: (14) cannot open file at line 36360 of [553a923c82]
11-30 15:14:27.665 22350 22427 E SQLiteLog: (14) os_unix.c:36360: (2) open(/data/data/com.android.providers.settings/databases/settings.db) - 
11-30 15:14:27.666 22350 22427 E SQLiteLog: (1) Process .MtpApplication : Pid (22350) Uid (1000) Euid (1000) Gid (1000) Egid (1000)
11-30 15:14:27.666 22350 22427 E SQLiteLog: (1) osStat failed "/data/data/com.android.providers.settings/databases/settings.db" due to error (2)
11-30 15:14:27.666 22350 22427 E SQLiteLog: (1) osStat failed "/data/data/com.android.providers.settings/databases" due to error (2)
11-30 15:14:27.666 22350 22427 E SQLiteLog: (1) Stat of /data/data/com.android.providers.settings : st_mode(40700) st_uid(1000) st_gid(1000) st_ino(327818)
11-30 15:14:27.666 22350 22427 E SQLiteLog: (1) Stat of /data/data : st_mode(40771) st_uid(1000) st_gid(1000) st_ino(262145)
11-30 15:14:27.666 22350 22427 E SQLiteLog: (1) Stat of /data : st_mode(40771) st_uid(1000) st_gid(1000) st_ino(2)
11-30 15:14:27.666 22350 22427 E SQLiteLog: (21) API call with unopened database connection pointer
11-30 15:14:27.666 22350 22427 E SQLiteLog: (21) misuse at line 119196 of [553a923c82]
11-30 15:14:27.667 22350 22427 E MTPJNIInterface: Value of device_name is LovyC
11-30 15:14:27.686 14965 14965 I Finsky  : [2] jwd.e(1): IQ: Requesting install request=package_name=com.microsoft.office.powerpoint, pm_package_name=com.microsoft.office.powerpoint, version=2002752452, priority=3, reason=auto_update, account_name=, type=0, constraints=((REQ_CHARGING, REQ_GEARHEAD_PROJECTION_OFF, NETWORK=UNMETERED, PROVISIONING_STATE=PROVISIONED),)
11-30 15:14:27.693 14965 14965 I Finsky  : [2] jpm.M(1): Installer: Continue install. package=com.microsoft.office.powerpoint
11-30 15:14:27.704 14965 14965 I Finsky  : [2] jpm.O(2): Installer: Request install. package=com.microsoft.office.powerpoint, version=2002752452, mods=[], priority=3, reason=auto_update
11-30 15:14:27.717 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOAD_PENDING
11-30 15:14:27.717 14965 14965 I Finsky  : [2] jpm.O(42): Installer: device is enterprise managed. not kicking directly. package=com.microsoft.office.powerpoint
11-30 15:14:27.719 14965 14965 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=true, apps=[com.microsoft.office.powerpoint]
11-30 15:14:27.720  2985  4489 I PersonaServiceHelper: isCallerApprovedToInstall(uid:15010040 userHandle:150)
11-30 15:14:27.722  2985  4489 I PersonaServiceHelper: Secure folder or BBD has no Knox app install enforcement
11-30 15:14:27.723  2985  4489 I PackageInstaller:  getting through the check android.content.pm.PackageInstaller$SessionParams@a2d1675 user id 150
11-30 15:14:27.728 15059 15808 I Finsky:background: [43209] lus.d(8): Installer::MCS: User=UserHandle{150} requested=com.microsoft.office.powerpoint granted=true
11-30 15:14:27.730 14965 14965 I Finsky  : [2] jpm.P(46): Installer: Starting. package=com.microsoft.office.powerpoint, activeTasks={0={}}
11-30 15:14:27.738 14965 14965 I Finsky  : [2] jqc.M(4): Installer::IT: Install fields populated for com.microsoft.office.powerpoint
11-30 15:14:27.738 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.microsoft.office.powerpoint to state 0
11-30 15:14:27.748 14965 15041 I Finsky  : [43191] fxf.a(50): Preloads directory was not found.
11-30 15:14:27.748 14965 14965 I Finsky  : [2] hzn.accept(52): Installer::IT: no cachedApk found for com.microsoft.office.powerpoint (isid: W_SbDwjiSEGLh_HuF2c6NA)
11-30 15:14:27.749 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.microsoft.office.powerpoint to state 0
11-30 15:14:27.749 14965 14965 I Finsky  : [2] jqc.u(12): Installer::IT: isInstantAppSplitOnlyInstall false
11-30 15:14:27.756 14965 15043 I Finsky  : [43189] jpm.g(1): Installer: package com.microsoft.office.excel was removed. replacing: true
11-30 15:14:27.756 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOAD_PENDING
11-30 15:14:27.756 14965 15043 I Finsky  : [43189] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.excel, status=UNINSTALLED
11-30 15:14:27.818 14965 14965 I Finsky  : [2] jqc.u(38): Installer::IT: Requesting delivery data for com.microsoft.office.powerpoint (isid: W_SbDwjiSEGLh_HuF2c6NA)
11-30 15:14:27.820 14965 14965 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=true, apps=[]
11-30 15:14:27.820 14965 14965 I Finsky  : [2] jss.a(28): IQ::HLD: previousAllInstallsDone is Optional[false], allInstallationsDone is Optional[true]
11-30 15:14:27.821 14965 14965 I Finsky  : [2] jss.a(30): IQ::HLD: Updating installations status false cross profiles
11-30 15:14:27.821 14965 14965 I Finsky  : [2] gct.b(1): XPF:Binding for 88642251
11-30 15:14:27.821 14965 14965 I Finsky  : [2] gct.b(2): Skipping binding because it's already bound.
11-30 15:14:27.844 14965 15024 I Finsky  : [43182] gnn.e(1): File-by-File compatibility check result: true
11-30 15:14:27.844  4729  4988 I Finsky  : [42558] gcp.c(3): XPF:User UserHandle{150} is not in installation anymore, removing profile.
11-30 15:14:27.845  4729  4988 I Finsky  : [42558] gcp.c(5): XPF:Notifying user UserHandle{0} that all installs are finished
11-30 15:14:27.845  4729  4988 I Finsky  : [42558] gcp.c(5): XPF:Notifying user UserHandle{150} that all installs are finished
11-30 15:14:27.933 14965 14965 I Finsky  : [2] gct.d(1): XPF:unbinding for 88642251
11-30 15:14:27.934  4729  4988 I Finsky  : [42558] gcp.e(3): XPF:Removing listener for user UserHandle{150} and listener 70345620
11-30 15:14:27.942 14965 14965 I Finsky  : [2] gnn.c(8): Unauthenticated delivery for com.microsoft.office.powerpoint.
11-30 15:14:28.148  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:28.148  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:28.148  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:28.151  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:14:28.351  6077  6077 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.pseudonymous.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:14:28.351  6077  6077 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.pseudonymous.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:14:28.407 14965 15041 I Finsky  : [43191] pmg.accept(69): SCH: Scheduling phonesky job Id: 12-1, CT: 1638260059136, Constraints: [{ L: 15000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:14:28.426  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 7 99 -7 -200 -7 -200 -1 12 -99 -11 10 2 0 2147483647 0x2002 P gsm|lte level=2
11-30 15:14:28.426  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:14:28.502 21582 21582 E CustomizedTextParser: getCustomizedText Rule is empty. mRuleMap={}
11-30 15:14:28.719  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.aasaservice user:0
11-30 15:14:28.719  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:14:28.719  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.aasaservice user:0
11-30 15:14:28.719  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:14:28.731 22447 22447 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:14:28.731  3423  3423 I adbd    : Calling send_auth_request...
11-30 15:14:28.732 22447 22447 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:28.733 22447 22447 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.samsung.aasaservice 
11-30 15:14:28.766 14965 15041 I Finsky  : [43191] pgq.apply(52): SCH: Scheduling 1 system job(s)
11-30 15:14:28.767 14965 15041 I Finsky  : [43191] pgq.apply(58): SCH: Scheduling system job Id: 9009, L: 5370, D: 82386914, C: false, I: false, N: 1
11-30 15:14:28.811  3423  3423 I adbd    : Loading keys from /data/misc/adb/adb_keys
11-30 15:14:28.835 22350 22350 V MtpMediaDBManager: finish isExistGUID resulttrue
11-30 15:14:28.836 22350 22350 W MTPRx   : Phone is already authorized. enableMtpSettings : 0
11-30 15:14:28.836 22350 22350 W MTPRx   : Phone is authorized, but secure lock.
11-30 15:14:28.838 22350 22350 W MTPRx   : notification from stack 3
11-30 15:14:28.846  3423  3423 I adbd    : adb client authorized
11-30 15:14:28.850  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:14:28.851  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:14:28.851 22447 22447 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:28.874 22447 22447 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 1000
11-30 15:14:28.874 22447 22447 D Proxy   : mdoP is null: 1000
11-30 15:14:28.983  2985  3070 W Choreographer: Frame time is 17.599648 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:14:29.068  2985  3002 E zygote  : Failed to kill process cgroup uid 15010011 pid 20548 in 207ms, 1 processes remain
11-30 15:14:29.148  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:29.148  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:29.148  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:29.274  2985  3002 E zygote  : Failed to kill process cgroup uid 10011 pid 20629 in 206ms, 1 processes remain
11-30 15:14:29.555 14965 15043 I Finsky  : [43189] pmg.accept(69): SCH: Scheduling phonesky job Id: 12-1, CT: 1638260059097, Constraints: [{ L: 15000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:14:29.556 14965 15041 I Finsky  : [43191] ffa.b(32): [ContentSync] finished, scheduled=true
11-30 15:14:29.560 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.excel, status=UNINSTALLED
11-30 15:14:29.640 14965 14965 I Finsky  : [2] jss.a(28): IQ::HLD: previousAllInstallsDone is Optional[true], allInstallationsDone is Optional[false]
11-30 15:14:29.640 14965 14965 I Finsky  : [2] jss.a(30): IQ::HLD: Updating installations status true cross profiles
11-30 15:14:29.641 14965 14965 I Finsky  : [2] gct.b(1): XPF:Binding for 88642251
11-30 15:14:29.830  4729  4988 I Finsky  : [42558] gcp.a(3): XPF:Registering listener 232173117 for user UserHandle{150}.
11-30 15:14:29.831  4729  4988 I Finsky  : [42558] gcp.b(4): XPF:User UserHandle{150} finished enterprise setup, removing profile.
11-30 15:14:29.831  4729  4988 I Finsky  : [42558] gcp.c(2): XPF:User UserHandle{150} is in installation, adding profile.
11-30 15:14:30.148  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:30.148  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:30.148  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:30.390  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.storyservice user:150
11-30 15:14:30.392  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:14:30.392  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.storyservice user:150
11-30 15:14:30.393  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:14:30.405 22461 22461 I Zygote  : Unshare entire /
11-30 15:14:30.410 22461 22461 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:14:30.410 22461 22461 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:14:30.410 22461 22461 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:14:30.410 22461 22461 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:14:30.410 22461 22461 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:14:30.410 22461 22461 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:14:30.410 22461 22461 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:14:30.410 22461 22461 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:14:30.411 22461 22461 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:14:30.412 22461 22461 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:30.413 22461 22461 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c662,c768, pkgname=com.samsung.storyservice 
11-30 15:14:30.481  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15005004 ,Container id: 150
11-30 15:14:30.481  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15005004 ,Container id: 150
11-30 15:14:30.580  2985  5095 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:14:30.711 16067  8952 I SingleHostAsyncVerifier: Verification result: checking for a statement with source # bksu@dabd9a5, relation delegate_permission/common.handle_all_urls, and target # bksu@6d95fc14 --> true. [CONTEXT service_id=244 ]
11-30 15:14:30.714 16067 12914 I SingleHostAsyncVerifier: Verification result: checking for a statement with source # bksu@b2bf7509, relation delegate_permission/common.handle_all_urls, and target # bksu@6d95fc14 --> true. [CONTEXT service_id=244 ]
11-30 15:14:30.986  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 7 99 -7 -200 -7 -200 -1 99 -99 -11 0 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:14:30.986  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:14:30.988  3510  3510 E SignalClusterView: setSlotFocusVisible : subId 3 visible false
11-30 15:14:30.989  3510  3510 E SignalClusterView: setSlotFocusVisible : subId 3 visible false
11-30 15:14:31.148  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:31.148  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:31.148  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:31.174 16067 21911 I IntentFilterIntentOp: Verification 1 complete. Success:true. Failed hosts:. [CONTEXT service_id=244 ]
11-30 15:14:31.203 22350 22386 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:14:31.237  2985  5095 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:14:31.270  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15005004 ,Container id: 150
11-30 15:14:31.270  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15005004 ,Container id: 150
11-30 15:14:31.270  2985  5095 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:14:31.270  2985  5095 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:14:31.272 22461 22461 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:31.292 22461 22461 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15005004
11-30 15:14:31.293 22461 22461 D Proxy   : mdoP is null: 15005004
11-30 15:14:31.348 22447 22447 I zygote  : Waiting for a blocking GC AddRemoveAppImageSpace
11-30 15:14:31.357 22447 22447 I zygote  : WaitForGcToComplete blocked AddRemoveAppImageSpace on HeapTrim for 9.834ms
11-30 15:14:31.419 22365 22398 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:14:31.670 13746 13951 W Icing   : Failed to get Lockbox signed-in status: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:14:31.670 10091 17718 W Icing   : Failed to get Lockbox signed-in status: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:14:31.670 13746 13951 W Icing   : getSignedInAccountName: Falling back to default value
11-30 15:14:31.670 10091 17718 W Icing   : getSignedInAccountName: Falling back to default value
11-30 15:14:31.671 13746 13951 W Icing   : No valid account for uploading user actions
11-30 15:14:31.672 10091 17718 W Icing   : No valid account for uploading user actions
11-30 15:14:31.675  6077  6077 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.icing.LIGHTWEIGHT_INDEX_SERVICE cmp=com.google.android.gms/.chimera.PersistentApiService PairActivityUserId=150 }
11-30 15:14:31.675  6077  6077 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.icing.LIGHTWEIGHT_INDEX_SERVICE cmp=com.google.android.gms/.chimera.PersistentApiService PairActivityUserId=150 }
11-30 15:14:31.678 22350 22386 I zygote  : WaitForGcToComplete blocked ProfileSaver on AddRemoveAppImageSpace for 475.277ms
11-30 15:14:32.020 16067 21924 I GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=12803 trafficStatsUid=-1
11-30 15:14:32.148  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:32.148  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:32.148  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:32.378 14965 14978 W zygote  : Suspending all threads took: 69.780ms
11-30 15:14:33.148  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:33.149  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:33.149  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:33.232  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:14:33.726  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:14:33.728  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:14:33.728  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:14:33.784  2985  4272 E AASATokenParser: set xml file does not exist
11-30 15:14:33.785  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:14:33.786  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:14:33.787  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:14:33.787  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:14:33.787  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:14:33.788  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:14:33.788  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:14:33.788  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:14:33.809 22461 22461 I StoryServiceApplication: [#CMH#] StoryService started with context  com.samsung.storyservice.StoryServiceApplication@7f0c684
11-30 15:14:33.819  2985  2985 I MotionRecognitionService: Plugged
11-30 15:14:33.819  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:14:33.819  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:14:33.829 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:14:33.837 19115 19269 W A       : Task Watchdog was queued for 2494ms before starting on executor TimerThread
11-30 15:14:33.844 22461 22461 D SamsungAnalytics111040: cf feature is supported
11-30 15:14:33.852  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:14:33.862 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:14:33.864 22461 22461 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:14:33.864 22461 22461 I SALogger_Utils: [#CMH#] After SA logging initialization completed  
11-30 15:14:33.876  3470  3470 D CarrierMatchingBootReceiver: onReceive()...
11-30 15:14:33.876  3470  3470 D CarrierMatchingBootReceiver: Action received: android.intent.action.PACKAGE_ADDED
11-30 15:14:33.877   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:14:33.877 16433 16509 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:14:33.877   559   636 I PolicyManager: [#CMH#] onReceive action = EVENT_SIOP
11-30 15:14:33.877 16433 16509 I PolicyManager: [#CMH#] onReceive action = EVENT_SIOP
11-30 15:14:33.878   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:14:33.878 16433 16509 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:14:33.894 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:14:33.894 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:14:33.894  3470  3470 D CarrierMatchingBootReceiver: isFirstTimeLaunch()...false
11-30 15:14:33.895 22461 22461 E FeatureClassSet: [#CMH#] Rubin package not supported 
11-30 15:14:33.899  3470  3470 E CarrierMatchingBootReceiver: isCarrierMatchingEnabled: carrier_matching_status
11-30 15:14:33.900  3470  3470 D CarrierMatchingBootReceiver: isCarrierMatchingEnabled()...false
11-30 15:14:33.900  3470  3470 D CarrierMatchingBootReceiver: getCarrierMatchingPreferences()...key = haveShowCarrierMatchingError, value = false
11-30 15:14:33.900  3470  3470 D CarrierMatchingBootReceiver: getCarrierMatchingPreferences()...key = haveShowCarrierMatchingReady, value = false
11-30 15:14:33.901  3470  3470 D CarrierMatchingBootReceiver: cancelNotification()...
11-30 15:14:33.902  3470  3470 E CarrierMatchingBootReceiver: isCarrierMatchingEnabled: carrier_matching_status
11-30 15:14:33.902  3470  3470 E CarrierMatchingBootReceiver: isCarrierMatchingEnabled: carrier_matching_status
11-30 15:14:33.912  2985  7619 I SensorService: createSensorEventConnection package name f.l
11-30 15:14:33.915  2985  3613 D KnoxMUMContainerPolicy: isPackageAllowedToAccessExternalSdcard
11-30 15:14:33.918  2985  2985 D SensorManager: Proximity, val = 8.0  [far]
11-30 15:14:33.919  2985  7619 D SensorService: Calling batch handle==3 flags=0 rate=200000000 timeout== 0
11-30 15:14:33.920  2985  7619 D SensorManager: registerListener :: 3, STK3013 Proximity, 200000, 0,  
11-30 15:14:33.920  2985  2985 D SensorService: Calling activate off 3
11-30 15:14:33.920  2985  2985 D SensorManager: unregisterListener ::   
11-30 15:14:33.921  2985  3613 D KnoxMUMContainerPolicy: isPackageAllowedToAccessExternalSdcard: External sdcard is disabled for User-150
11-30 15:14:33.923 22461 22461 I StoryService: [#CMH#] in Knox mode, Collage disabled 
11-30 15:14:33.923 22461 22461 I StoryService: [#CMH#] PersonEvent feature is disabled 
11-30 15:14:33.923 22461 22461 I StoryService: [#CMH#] In Knox mode, Agif disabled 
11-30 15:14:33.923 22461 22461 I StoryService: [#CMH#] Knox mode, Pet Story Generator Disabled !!! 
11-30 15:14:33.923 22461 22461 I StoryService: [#CMH#] Knox mode, Baby Story Generator Disabled !!! 
11-30 15:14:33.924 22461 22461 I ServiceController: [#CMH#] initialize ContentObserver  
11-30 15:14:33.933  2985  3002 I zygote  : Successfully killed process cgroup uid 15010011 pid 20707 in 22ms
11-30 15:14:33.937 15533 15533 D GOS:GameServiceReceiver: action : android.intent.action.PACKAGE_ADDED
11-30 15:14:33.939  2985  3070 W Choreographer: Frame time is 8.293014 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:14:33.976 22461 22461 I StoryServiceApplication: [#CMH#] Story Service is Ready!!  
11-30 15:14:33.977 22461 22461 I StoryService: [StoryService] onBind() 
11-30 15:14:33.979 16433 16433 I ServiceManager: [#CMH#] Bound to Package  com.samsung.storyservice
11-30 15:14:33.986  3510  3617 D KeyguardUpdateMonitor: received broadcast android.intent.action.TIME_TICK
11-30 15:14:33.987  3510  3510 D KeyguardServiceBoxContainer: refreshTime() 1
11-30 15:14:33.999 22461 22461 I ServiceController: [StoryService] Sending response for  31 with status 0
11-30 15:14:34.027 15533 15533 D GOS:PkgData: PkgData(), pkgName: com.microsoft.office.excel
11-30 15:14:34.027 15533 15533 D GOS:PkgData: setCustomFeatureFlag, pkgName: com.microsoft.office.excel, old featureFlag: 346781844236309267, new featureFlag: 274882278167
11-30 15:14:34.027 15533 15533 D GOS:GameServiceReceiver: replacing. ignore
11-30 15:14:34.043  4729  4729 I Finsky  : [2] pob.onStartJob(3): SCH: job service start with id 9770.
11-30 15:14:34.067  2985  3002 I zygote  : Successfully killed process cgroup uid 15010078 pid 19320 in 84ms
11-30 15:14:34.069 15966 15966 D AssistantMenuReceiver: [c] AssistantMenuReceiver:android.intent.action.PACKAGE_ADDED
11-30 15:14:34.074 15966 15966 D AssistantMenuReceiver: [c] PACKAGE_ADDED : com.microsoft.office.excel
11-30 15:14:34.089  2985  3002 I zygote  : Successfully killed process cgroup uid 10112 pid 18145 in 21ms
11-30 15:14:34.090  2985  3002 I zygote  : Successfully killed process cgroup uid 15010052 pid 20923 in 0ms
11-30 15:14:34.130 16029 16029 D KnoxPackageStateReceiver:  received intent Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.microsoft.office.excel flg=0x4000010 cmp=com.samsung.android.knox.containeragent/.KnoxPackageStateReceiver (has extras) }
11-30 15:14:34.149  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:34.149  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:34.149  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:34.293 16112 16112 D KnoxPackageReceiver:  received intent Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.microsoft.office.excel flg=0x4000010 cmp=com.samsung.knox.securefolder/.containeragent.detector.KnoxPackageStateReceiver (has extras) }
11-30 15:14:34.293 16112 16112 D KnoxPackageReceiver: onReceive intent
11-30 15:14:34.293 16112 16112 D KnoxPackageReceiver: ACTION_PACKAGE_ADDED intent received
11-30 15:14:34.293 16112 16112 D KnoxPackageReceiver: packageName:com.microsoft.office.excel
11-30 15:14:34.294 16112 16112 D KnoxPackageReceiver: userId 0
11-30 15:14:34.294 16112 16112 D KnoxPackageReceiver: installerPackage:com.android.vending
11-30 15:14:34.294 16112 16112 D KnoxPackageReceiver: isFromApprovedIMEInstaller()
11-30 15:14:34.294 16112 16112 D KnoxPackageReceiver: Not an ApprovedIMEInstaller. Exiting.....
11-30 15:14:34.294 16112 16112 D KnoxPackageReceiver: Application installed. Exiting.....
11-30 15:14:34.359 21071 21100 D TransportRuntime.CctTransportBackend: Making request to: https://firebaselogging-pa.googleapis.com/v1/firelog/legacy/batchlog
11-30 15:14:34.367 16216 16216 D AssistantMenuReceiver: [c] AssistantMenuReceiver:android.intent.action.PACKAGE_ADDED
11-30 15:14:34.367 16216 16216 D AssistantMenuReceiver: [c] PACKAGE_ADDED : com.microsoft.office.excel
11-30 15:14:34.388 16237 16237 D SFolderShortcutReceiver:  onReceive() user(150) intent:android.intent.action.PACKAGE_ADDED
11-30 15:14:34.395 16237 16237 D LauncherApps: getActivityList callingUserId: 150, target user: 150
11-30 15:14:34.396 16237 16237 V LauncherApps: Returning activity for profile UserHandle{150} : ComponentInfo{com.microsoft.office.excel/com.microsoft.office.apphost.LaunchActivity}
11-30 15:14:34.438 21071 21100 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:34.438 21071 21100 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:34.446  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:14:34.498  2985  5091 D PackageManager: getComponentMetadataForIconTray : com.microsoft.office.apphost.LaunchActivity does not exist in mServices
11-30 15:14:34.498  2985  5091 D PackageManager: getComponentMetadataForIconTray : com.microsoft.office.apphost.LaunchActivity does not exist in mProviders
11-30 15:14:34.498  2985  5091 D PackageManager: getComponentMetadataForIconTray : com.microsoft.office.apphost.LaunchActivity does not exist in mReceivers
11-30 15:14:34.499 16237 16237 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:34.499 16237 16237 I ApplicationPackageManager: return adaptive icon for NULL
11-30 15:14:34.510  2985  5090 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:14:34.523 16237 16237 D LauncherActivityInfo: packageName: com.microsoft.office.excel, supportTheme: false, height: 288, width: 288, density: 640
11-30 15:14:34.531 16237 16237 D ShortCutModel: aInfo= com.microsoft.office.apphost.LaunchActivity
11-30 15:14:34.585 21582 21582 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:14:34.592 21582 21582 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:14:34.607 21582 21582 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2711, previously 2714
11-30 15:14:34.611  6077  6077 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.pseudonymous.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:14:34.611 21582 21582 W ResourceType: ResTable_typeSpec entry count inconsistent: given 312, previously 1787
11-30 15:14:34.617 22365 22398 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:14:34.617 22365 22398 I zygote  : WaitForGcToComplete blocked ProfileSaver on HeapTrim for 3.198s
11-30 15:14:34.631 22365 22375 I zygote  : WaitForGcToComplete blocked HeapTrim on ProfileSaver for 12.649ms
11-30 15:14:34.653 14965 15024 I Finsky  : [43182] pgq.apply(52): SCH: Scheduling 1 system job(s)
11-30 15:14:34.653 14965 15024 I Finsky  : [43182] pgq.apply(58): SCH: Scheduling system job Id: 9009, L: 0, D: 82381027, C: false, I: false, N: 1
11-30 15:14:34.653  5463  5850 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:14:34.679 13746 13951 W Icing   : Usage reports not received in time.: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:14:34.682 10091  9885 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=30
11-30 15:14:34.682 13746 15929 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=30
11-30 15:14:34.747 10091 17718 W Icing   : Usage reports not received in time.: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:14:34.761 14965 15098 D Volley  : [43203] dob.a: HTTP response for request=<[ ] https://play-fe.googleapis.com/fdfe/delivery?doc=com.microsoft.office.powerpoint&ot=1&vc=2002752452&bvc=2002718420&pf=1&pf=2&pf=3&pf=4&pf=5&pf=7&bf=2&fdcf=1&fdcf=2&ch=fcg80qvoM1YMKJZibjBwQcDfOno&dtok=AB-xQnrU3Fab-_hSJZNtyCrN72fhu9tq6pjbbsKCgH31sU8bPt_mnoXhqdd3Ji06AoTLUXHnOSwTRhL9OC7LWQ23LDIhqaDEfpHtBpJuxWtbC7TZaHZMa65-XNltWd_XZXMI_B8BvuMC0dGOHwN9yI2EooIQEtRirQRtf-zRSioyTk5gWpmGHhtDOFUqxAlCPuByWG897VVEyZvjlgWqx58Vr2vUqm7qQg&dsp=CjESLwotCit1U1VUYno2bndLR1ZGcENocXpFNUVOcUI5QW1VcUZOQzdHSW9pUEVvY0ZF&ia=false&isbg=1&isid=W_SbDwjiSEGLh_HuF2c6NA&nocache_qos=lt 0x4be64f9b NORMAL 5> [lifetime=6809], [size=1965], [rc=200], [retryCount=0]
11-30 15:14:34.793 14965 14965 I Finsky  : [2] jqc.Z(83): Installer::IT: Required downloads: [com.microsoft.office.powerpoint]
11-30 15:14:34.830 14965 15043 I Finsky  : [43189] jpp.accept(3): Installer::IT: starting next download: package=com.microsoft.office.powerpoint
11-30 15:14:34.871 16067 12914 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=30
11-30 15:14:34.908  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:14:34.931  2985  2999 I chatty  : uid=1000(system) android.bg identical 2 lines
11-30 15:14:34.931  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:14:34.940  4729 10956 I PlayCommon: [42642] aamo.k(22): Preparing logs for uploading
11-30 15:14:34.940  4729 10958 I PlayCommon: [42643] aamo.k(22): Preparing logs for uploading
11-30 15:14:34.940  4729 10951 I PlayCommon: [42641] aamo.k(22): Preparing logs for uploading
11-30 15:14:34.940  4729 10947 I PlayCommon: [42639] aamo.k(22): Preparing logs for uploading
11-30 15:14:34.940  4729 10948 I PlayCommon: [42640] aamo.k(22): Preparing logs for uploading
11-30 15:14:34.942  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:14:34.943  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:14:34.944  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2711, previously 2714
11-30 15:14:34.944  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 312, previously 1787
11-30 15:14:34.949  4729 10956 I PlayCommon: [42642] aamo.k(169): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true
11-30 15:14:34.949  4729 10947 I PlayCommon: [42639] aamo.k(169): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true
11-30 15:14:34.949  4729 10951 I PlayCommon: [42641] aamo.k(169): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true
11-30 15:14:34.949  4729 10948 I PlayCommon: [42640] aamo.k(169): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true
11-30 15:14:34.950  4729 10958 I PlayCommon: [42643] aamo.k(169): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true
11-30 15:14:34.950  4729 10948 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:34.950  4729 10948 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:34.950  4729 10947 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:34.950  4729 10958 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:34.950  4729 10947 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:34.950  4729 10958 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:34.950  4729 10951 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:34.950  4729 10951 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:34.951  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:14:34.951  4729 10956 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:34.951  4729 10956 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:34.952  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:14:34.952  2719  2788 I chatty  : uid=0(root) /system/bin/netd identical 1 line
11-30 15:14:34.952  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:14:35.147  4729  4871 D Volley  : [42520] dob.a: HTTP response for request=<[ ] https://play-fe.googleapis.com/fdfe/getItems?nocache_qos=lt 0x4be64f9b NORMAL 83> [lifetime=7594], [size=2135], [rc=200], [retryCount=0]
11-30 15:14:35.147  4729  4875 D Volley  : [42524] dob.a: HTTP response for request=<[ ] https://play-fe.googleapis.com/fdfe/getItems?nocache_qos=lt 0x4be64f9b NORMAL 85> [lifetime=7593], [size=2135], [rc=200], [retryCount=0]
11-30 15:14:35.147  4729  4873 D Volley  : [42523] dob.a: HTTP response for request=<[ ] https://play-fe.googleapis.com/fdfe/getItems?nocache_qos=lt 0x4be64f9b NORMAL 84> [lifetime=7594], [size=2135], [rc=200], [retryCount=0]
11-30 15:14:35.149  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:35.149  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:35.149  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:35.259  4729 10948 I PlayCommon: [42640] aamo.k(201): Successfully uploaded logs.
11-30 15:14:35.530 21582 21582 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:14:35.530 21582 21582 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1195, previously 2540
11-30 15:14:35.550 21582 21582 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:14:35.577 21582 21582 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2546, previously 2540
11-30 15:14:35.593 21582 21582 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1442, previously 4566
11-30 15:14:35.593 21582 21582 W ResourceType: ResTable_typeSpec entry count inconsistent: given 383, previously 2136
11-30 15:14:35.686 14965 21611 I Finsky  : [43390] jvx.C(6): IQ: Pruning inactive install requests
11-30 15:14:35.687 14965 21611 I Finsky  : [43390] jvx.C(62): IQ: Skipping as there are active installs running. Active installs=[com.microsoft.office.powerpoint]
11-30 15:14:35.693  2985  4272 I AASAASKS: no restricted set matched to DATE
11-30 15:14:35.878   559   734 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:14:35.878 16433 16521 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:14:35.962 21582 21587 I zygote  : Do full code cache collection, code=506KB, data=318KB
11-30 15:14:35.964 21582 21587 I zygote  : After code cache collection, code=441KB, data=263KB
11-30 15:14:36.014 21582 21587 I zygote  : Do partial code cache collection, code=450KB, data=269KB
11-30 15:14:36.015 21582 21587 I zygote  : After code cache collection, code=450KB, data=269KB
11-30 15:14:36.015 21582 21587 I zygote  : Increasing code cache capacity to 2MB
11-30 15:14:36.052  4729  4832 I Finsky  : [42503] elv.accept(24): AIM: AppInfoManager-Perf > getApps > data collection finished
11-30 15:14:36.053  4729  4851 I Finsky  : [42506] elv.accept(24): AIM: AppInfoManager-Perf > getApps > data collection finished
11-30 15:14:36.056  4729  4832 I Finsky  : [42503] elv.accept(24): AIM: AppInfoManager-Perf > getApps > data collection finished
11-30 15:14:36.088 14965 15043 I Finsky  : [43189] jos.apply(9): Installer::DLP: Downloading patch for com.microsoft.office.powerpoint:2002718420 (adid: com.microsoft.office.powerpoint , isid: W_SbDwjiSEGLh_HuF2c6NA)
11-30 15:14:36.121  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 6 99 -6 -200 -6 -200 -1 10 -101 -13 -20 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:14:36.122  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:14:36.138 21582 21690 I zygote  : Deoptimizing void afdv.d(java.lang.Object, java.lang.Object, long) due to JIT inline cache
11-30 15:14:36.149  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:36.149  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:36.149  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:36.152 16237 16237 D KnoxPackageReceiver:  received intent Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.microsoft.office.excel flg=0x4000010 cmp=com.samsung.knox.securefolder/.containeragent.detector.KnoxPackageStateReceiver (has extras) }
11-30 15:14:36.152 16237 16237 D KnoxPackageReceiver: onReceive intent
11-30 15:14:36.152 16237 16237 D KnoxPackageReceiver: ACTION_PACKAGE_ADDED intent received
11-30 15:14:36.152 16237 16237 D KnoxPackageReceiver: packageName:com.microsoft.office.excel
11-30 15:14:36.166 16237 16237 D KnoxPackageReceiver: userId 150
11-30 15:14:36.167 16237 16237 D KnoxPackageReceiver: is securefolderid userId 150
11-30 15:14:36.181 16112 16158 E KnoxusageProvider: Launch table entry for persona not there. ignoreing settings change
11-30 15:14:36.182 16237 16237 D KnoxPackageReceiver: installerPackage:com.android.vending
11-30 15:14:36.182 16237 16237 D KnoxPackageReceiver: isFromApprovedIMEInstaller()
11-30 15:14:36.182 16237 16237 D KnoxPackageReceiver: Not an ApprovedIMEInstaller. Exiting.....
11-30 15:14:36.182 16237 16237 D KnoxPackageReceiver: Application installed. Exiting.....
11-30 15:14:36.198 21582 21694 I zygote  : Deoptimizing boolean uu.addAll(java.util.Collection) due to JIT inline cache
11-30 15:14:36.223  4729  4729 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [teW78crw4yMKFmGpXwCjLQjHsUFPtXwkTjjT0uLTZXI]
11-30 15:14:36.226  4729  4729 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.excel
11-30 15:14:36.232 21582 21582 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [teW78crw4yMKFmGpXwCjLQjHsUFPtXwkTjjT0uLTZXI]
11-30 15:14:36.232 21582 21582 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.excel
11-30 15:14:36.238 14965 15058 D SharedPreferencesImpl: Time required to fsync /data/user/150/com.android.vending/shared_prefs/finsky.xml: [<1: 0, <2: 0, <4: 0, <8: 1, <16: 5, <32: 5, <64: 0, <128: 0, <256: 1, <512: 0, <1024: 1, <2048: 0, <4096: 1, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:14:36.255 10091 17718 D SharedPreferencesImpl: Time required to fsync /data/data/com.parallel.space.lite/parallel_lite/0/com.google.android.gms/shared_prefs/usage_stats_manager_prefs.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 1, <32: 5, <64: 3, <128: 4, <256: 1, <512: 0, <1024: 1, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:14:36.256 14965 15041 I Finsky  : [43191] ffa.b(32): [ContentSync] finished, scheduled=true
11-30 15:14:36.257 16067 21924 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.google.android.gms/shared_prefs/usage_stats_manager_prefs.xml: [<1: 0, <2: 0, <4: 2, <8: 6, <16: 25, <32: 34, <64: 17, <128: 8, <256: 7, <512: 2, <1024: 5, <2048: 4, <4096: 1, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:14:36.282 21582 21582 I zygote  : Deoptimizing void j$.util.stream.AbstractPipeline.copyInto(j$.util.stream.Sink, j$.util.Spliterator) due to JIT inline cache
11-30 15:14:36.293 10091 17718 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:14:36.307 21582 21917 I zygote  : Deoptimizing adco adbb.g(adco, adbk, java.util.concurrent.Executor) due to JIT inline cache
11-30 15:14:36.350  4729  4851 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:36.350  4729  4832 I Finsky  : [42503] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=1, cacheMissCount=0. Missed  in cache (limit 10) : []
11-30 15:14:36.353  4729  4851 I ApplicationPackageManager: load=com.microsoft.office.excel, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:14:36.356  4729  4851 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:36.358  4729  4851 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:14:36.358  4729  4851 I ApplicationPackageManager: load=com.microsoft.office.excel-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:14:36.361 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [teW78crw4yMKFmGpXwCjLQjHsUFPtXwkTjjT0uLTZXI]
11-30 15:14:36.362 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.excel
11-30 15:14:36.366 21582 21582 I zygote  : Deoptimizing void adbb.run() due to JIT inline cache
11-30 15:14:36.366 21582 21582 I zygote  : Deoptimizing java.lang.Object abay.bj(java.util.concurrent.Future) due to JIT inline cache
11-30 15:14:36.378 14965 21984 I Finsky  : [43399] ffa.b(32): [ContentSync] finished, scheduled=false
11-30 15:14:36.381 21582 21582 I zygote  : Deoptimizing acpz acjp.G() due to JIT inline cache
11-30 15:14:36.381 21582 21582 I zygote  : Deoptimizing acpz acjp.H(int) due to JIT inline cache
11-30 15:14:36.381 21582 21582 I zygote  : Deoptimizing java.lang.Object acpz.next() due to JIT inline cache
11-30 15:14:36.396 15533 15533 D GOS:GameServiceReceiver: action : android.intent.action.PACKAGE_REPLACED
11-30 15:14:36.406 15533 15533 D GOS:MainIntentService: onCreate
11-30 15:14:36.406 15533 22499 D GOS:MainIntentService: onHandleIntent. begin
11-30 15:14:36.415 15966 15966 D AssistantMenuReceiver: [c] AssistantMenuReceiver:android.intent.action.PACKAGE_REPLACED
11-30 15:14:36.448 10832 10832 D BeaconManager[8.0.33.0]: BeaconBroadcastReceiver.onReceive - android.intent.action.PACKAGE_REPLACED
11-30 15:14:36.449 21582 21582 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [teW78crw4yMKFmGpXwCjLQjHsUFPtXwkTjjT0uLTZXI]
11-30 15:14:36.449 21582 21582 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.excel
11-30 15:14:36.449 10832 10832 D BeaconManager[8.0.33.0]: Util.getNearBySetting - ON
11-30 15:14:36.450 10832 10832 D BeaconManager[8.0.33.0]: Util.sendBroadCastforAppStatusLogging - AppON: true
11-30 15:14:36.451 10832 10832 D BeaconManager[8.0.33.0]: Util.getNearBySetting - ON
11-30 15:14:36.453 10832 10832 D BeaconManager[8.0.33.0]: BeaconBroadcastReceiver.onReceive - beaconmanager start, ON
11-30 15:14:36.453 10832 10832 V BeaconManager[8.0.33.0]: BeaconService.onStartCommand - intent : Intent { cmp=com.samsung.android.beaconmanager/.BeaconService }
11-30 15:14:36.454 10832 10832 D BeaconManager[8.0.33.0]: Util.getNearBySetting - ON
11-30 15:14:36.454 10832 10832 I BeaconManager[8.0.33.0]: BeaconService.CreateBeaconManager  - setting:ON
11-30 15:14:36.455  2985  3613 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.calendar user:0
11-30 15:14:36.455  2985  3613 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:14:36.455  2985  3613 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.calendar user:0
11-30 15:14:36.455  2985  3613 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:14:36.463 21582 21582 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Deduping intent android.intent.action.PACKAGE_REMOVED
11-30 15:14:36.468 21582 21582 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [teW78crw4yMKFmGpXwCjLQjHsUFPtXwkTjjT0uLTZXI]
11-30 15:14:36.468 21582 21582 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.excel
11-30 15:14:36.472  4729  4832 I Finsky  : [42503] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=0, cacheMissCount=1. Missed  in cache (limit 10) : [com.microsoft.office.excel]
11-30 15:14:36.482  4729  4851 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:36.485  4729  4851 I ApplicationPackageManager: load=com.microsoft.office.excel, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:14:36.487  4729  4851 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:36.490  4729  4851 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:14:36.490  4729  4851 I ApplicationPackageManager: load=com.microsoft.office.excel-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:14:36.507  4729 21985 I Finsky  : [42817] ffa.b(32): [ContentSync] finished, scheduled=false
11-30 15:14:36.528 14965 21988 I Finsky  : [43400] fag.accept(36): Asset module broadcast after update successful for package com.microsoft.office.excel. 0 sessions broadcast.
11-30 15:14:36.529  4729 21993 I Finsky  : [42819] fag.accept(36): Asset module broadcast after update successful for package com.microsoft.office.excel. 0 sessions broadcast.
11-30 15:14:36.534 21790 21805 I zygote  : Deoptimizing java.lang.Object j$.util.concurrent.ConcurrentHashMap.putVal(java.lang.Object, java.lang.Object, boolean) due to JIT inline cache
11-30 15:14:36.542 13746 13951 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:14:36.547  4729 21985 I Finsky  : [42817] pmq.a(105): SCH: Satisfied jobs for 9770 are: 12-1
11-30 15:14:36.549 21582 21582 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [teW78crw4yMKFmGpXwCjLQjHsUFPtXwkTjjT0uLTZXI]
11-30 15:14:36.550 21582 21582 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.excel
11-30 15:14:36.553 21790 22505 I Finsky:background: [43590] hqb.f(1): getDownloads()
11-30 15:14:36.564 21582 21582 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Deduping intent android.intent.action.PACKAGE_ADDED
11-30 15:14:36.619  4729 22506 I Finsky  : [42836] pgo.accept(28): SCH: Job 12-1 starting
11-30 15:14:36.624  4729  4729 I Finsky  : [2] ContentSyncJob.x(1): [ContentSync] job started
11-30 15:14:36.631 21582 21917 W zygote  : Verification of java.lang.Object fav.apply(java.lang.Object) took 320.060ms
11-30 15:14:36.634 15533 22499 D GOS:MainIntentService: onHandleIntent(). type : 2
11-30 15:14:36.634 15533 22499 D GOS:MainIntentService: onHandleIntent(). PACKAGE_CHANGED. changeType : 8, packageName : com.microsoft.office.excel
11-30 15:14:36.639 22508 22508 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:14:36.718 15533 22499 D GOS:DataManager: onPackageUpdated(). packageName: com.microsoft.office.excel, versionCode: 2002752452
11-30 15:14:36.719 15533 22499 D GOS:PkgData: PkgData(), pkgName: com.microsoft.office.excel
11-30 15:14:36.720 15533 22499 D GOS:PkgData: setCustomFeatureFlag, pkgName: com.microsoft.office.excel, old featureFlag: 346781844236309267, new featureFlag: 274882278167
11-30 15:14:36.740 15533 22499 D GOS:MainIntentService: there is gamemanger. don't start GameService
11-30 15:14:36.741 15533 15533 D GOS:MainIntentService: onDestroy
11-30 15:14:36.944 21582 21675 I Finsky  : [43563] ffa.b(32): [ContentSync] finished, scheduled=false
11-30 15:14:36.946 21582 21675 I Finsky  : [43563] ffa.b(32): [ContentSync] finished, scheduled=false
11-30 15:14:36.950  4729  4851 I Finsky  : [42506] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=1, cacheMissCount=0, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : []
11-30 15:14:36.991  4729 21974 I Finsky  : [42816] ihu.run(9): Wrote row to frosting DB: 19136
11-30 15:14:37.000 16433 16520 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:14:37.008  4729 21974 I Finsky  : [42816] ihu.run(9): Wrote row to frosting DB: 19137
11-30 15:14:37.049 21582 21917 W zygote  : Verification of void jvn.<init>(com.google.android.finsky.instantapps.EphemeralInstallerActivity, int) took 417.087ms
11-30 15:14:37.058 21582 21917 I Finsky  : [43606] fag.accept(26): Cancelled 0 ongoing asset module downloads for package com.microsoft.office.excel due to a concurrent app update.
11-30 15:14:37.069 22508 22508 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:37.071 22508 22508 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.android.calendar 
11-30 15:14:37.149  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:37.149  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:37.149  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:37.218  2985  4272 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10132 ,Container id: 0
11-30 15:14:37.218  2985  4272 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10132 ,Container id: 0
11-30 15:14:37.218  2985  4272 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:37.235 21582 21696 W zygote  : Verification of boolean wrm.q(android.content.Context) took 178.389ms
11-30 15:14:37.236  2985  4272 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10132 ,Container id: 0
11-30 15:14:37.236  2985  4272 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10132 ,Container id: 0
11-30 15:14:37.236  2985  4272 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:37.236 21582 21917 I Finsky  : [43606] fag.accept(36): Asset module broadcast after update successful for package com.microsoft.office.excel. 0 sessions broadcast.
11-30 15:14:37.239 22508 22508 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:37.241 21790 21929 W zygote  : Verification of void afcu.<init>(byte[], char[][]) took 307.904ms
11-30 15:14:37.242 21582 22513 I zygote  : Deoptimizing void adcl.d(java.lang.Runnable, java.util.concurrent.Executor) due to JIT inline cache
11-30 15:14:37.348 13746 13951 W Icing   : No valid account for uploading user actions
11-30 15:14:37.367 14965 15024 I Finsky  : [43182] pmg.accept(69): SCH: Scheduling phonesky job Id: 12-1, CT: 1638260066912, Constraints: [{ L: 15000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:14:37.391 21582 21592 I zygote  : Background concurrent copying GC freed 174161(8MB) AllocSpace objects, 23(1680KB) LOS objects, 49% free, 10MB/20MB, paused 175.371ms total 449.712ms
11-30 15:14:37.400 21582 22524 I zygote  : Deoptimizing java.lang.Object j$.util.stream.AbstractPipeline.evaluate(j$.util.stream.TerminalOp) due to JIT inline cache
11-30 15:14:37.401 21582 21674 I Finsky  : [43562] jpm.g(1): Installer: package com.microsoft.office.excel was removed. replacing: true
11-30 15:14:37.413 21582 21865 I Finsky  : [43603] ihu.run(9): Wrote row to frosting DB: 13943
11-30 15:14:37.429 21582 21674 I Finsky  : [43562] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.excel, status=UNINSTALLED
11-30 15:14:37.429 21582 21674 I Finsky  : [43562] jpm.P(1): Installer: Installer kick - no action, not running yet
11-30 15:14:37.429 21582 21582 I zygote  : Deoptimizing void j$.util.AbstractList$RandomAccessSpliterator.forEachRemaining(j$.util.function.Consumer) due to JIT inline cache
11-30 15:14:37.443 21582 22513 I zygote  : Deoptimizing void glf.d(java.lang.String, java.lang.String, java.util.Collection, boolean) due to JIT inline cache
11-30 15:14:37.449 21582 22513 I zygote  : Deoptimizing void j$.util.stream.AbstractPipeline.<init>(j$.util.stream.AbstractPipeline, int) due to JIT inline cache
11-30 15:14:37.456 21582 21678 I Finsky  : [43567] hsh.g(1): getDownloads()
11-30 15:14:37.461 21790 22505 I Finsky:background: [43590] hqb.f(1): getDownloads()
11-30 15:14:37.464 14965 15043 I Finsky  : [43189] hsh.e(1): enqueue()
11-30 15:14:37.466 21582 22513 I Finsky  : [43618] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.excel, status=UNINSTALLED
11-30 15:14:37.474 16067 21924 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:14:37.478 21582 21771 I Finsky  : [43594] jox.run(20): Installer: Installer starting
11-30 15:14:37.478 21582 21771 I Finsky  : [43594] jox.run(22): Installer: Installer started
11-30 15:14:37.478 22508 22508 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10132
11-30 15:14:37.479 22508 22508 D Proxy   : mdoP is null: 10132
11-30 15:14:37.506 21582 21582 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=false, apps=[]
11-30 15:14:37.507 21582 22524 I Finsky  : [43620] jss.a(101): IV2: found recoverable installs: []
11-30 15:14:37.523 22508 22508 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:14:37.528 14965 15043 D VolumeInfo: VolumeInfo from Parcel: id private ,type 1 ,disk null
11-30 15:14:37.528 14965 15043 D VolumeInfo: VolumeInfo from Parcel: id public:179,33 ,type 0 ,disk DiskInfo{disk:179,32}:
11-30 15:14:37.528 14965 15043 D VolumeInfo:     flags=SD size=15931539456 label= volumeCount=1 
11-30 15:14:37.528 14965 15043 D VolumeInfo:     sysPath=/sys//devices/13560000.dwmmc2/mmc_host/mmc2/mmc2:aaaa/block/mmcblk1 
11-30 15:14:37.528 14965 15043 D VolumeInfo: 
11-30 15:14:37.528 14965 15043 D VolumeInfo: VolumeInfo from Parcel: id emulated ,type 2 ,disk null
11-30 15:14:37.585 14965 15043 I Finsky  : [43189] jps.a(17): Installer::IT: Already sent resource request for com.microsoft.office.powerpoint, adid: com.microsoft.office.powerpoint, isid: W_SbDwjiSEGLh_HuF2c6NA
11-30 15:14:37.635  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:14:37.659  4729 10958 I PlayCommon: [42643] aamo.k(201): Successfully uploaded logs.
11-30 15:14:37.661  4729 10951 I PlayCommon: [42641] aamo.k(201): Successfully uploaded logs.
11-30 15:14:37.678  4729 10947 I PlayCommon: [42639] aamo.k(201): Successfully uploaded logs.
11-30 15:14:37.679  4729 10956 I PlayCommon: [42642] aamo.k(201): Successfully uploaded logs.
11-30 15:14:37.746  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:14:37.746  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:14:37.746  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:37.862 22508 22508 D BixbyApi_0.2.5: isBixbySupported:false
11-30 15:14:37.927 14965 21968 I Finsky  : [43398] ihu.run(9): Wrote row to frosting DB: 10547
11-30 15:14:37.934  5463 18865 D SharedPreferencesImpl: Time required to fsync /data/data/com.lbe.parallel.intl/parallel_intl/0/com.google.android.gms/shared_prefs/proxy-apps-corpus.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 6, <32: 4, <64: 5, <128: 3, <256: 5, <512: 5, <1024: 3, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:14:37.982  4729  4854 I Finsky  : [42509] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=0, cacheMissCount=1, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : [com.microsoft.office.excel]
11-30 15:14:38.001 14965 21968 I Finsky  : [43398] ihu.run(9): Wrote row to frosting DB: 10548
11-30 15:14:38.043 21582 22513 I Finsky  : [43618] jvx.C(6): IQ: Pruning inactive install requests
11-30 15:14:38.046 21582 22513 I Finsky  : [43618] jvx.C(45): IQ: No matching installs to run for jobs: []
11-30 15:14:38.053 21582 21582 I Finsky  : [2] jss.a(28): IQ::HLD: previousAllInstallsDone is Optional.empty, allInstallationsDone is Optional[true]
11-30 15:14:38.053 21582 21582 I Finsky  : [2] jss.a(30): IQ::HLD: Updating installations status false cross profiles
11-30 15:14:38.054 21582 21582 I Finsky  : [2] gct.b(1): XPF:Binding for 242278505
11-30 15:14:38.097 21582 21582 I Finsky  : [2] ProfileStateService.onCreate(1): XPF:creating profileStateService
11-30 15:14:38.098  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1075, previously 1574
11-30 15:14:38.098  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1733, previously 1739
11-30 15:14:38.098  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 205, previously 1394
11-30 15:14:38.101 21582 21865 I Finsky  : [43603] ihu.run(9): Wrote row to frosting DB: 13944
11-30 15:14:38.102 21582 21582 I Finsky  : [2] gcp.a(3): XPF:Registering listener 140562440 for user UserHandle{0}.
11-30 15:14:38.103  4729  4854 I Finsky  : [42509] esd.o(2): AIM: AppInfoManager-Perf > ItemModel > ItemStore Called 1 apps cacheOptions = REFRESH_LOCAL_CACHE
11-30 15:14:38.107 14965 15024 I Finsky  : [43182] pgq.apply(52): SCH: Scheduling 0 system job(s)
11-30 15:14:38.108 14965 15024 I Finsky  : [43182] ffa.b(32): [ContentSync] finished, scheduled=true
11-30 15:14:38.117  4729  4854 I Finsky  : [42509] esc.a(66): AIM: ItemModel fetch - unauth(0), auth([tx1OnwR59UxnwCw6l78ItpQrUWzXPVUQzS-KA31x2W8]->1)
11-30 15:14:38.131  2985  2994 I zygote  : Background concurrent copying GC freed 515552(23MB) AllocSpace objects, 69(1716KB) LOS objects, 26% free, 67MB/91MB, paused 409us total 825.781ms
11-30 15:14:38.137  4729  4851 I Finsky  : [42506] elv.accept(24): AIM: AppInfoManager-Perf > getApps > data collection finished
11-30 15:14:38.147 21582 21865 I Finsky  : [43603] ihu.run(9): Wrote row to frosting DB: 13945
11-30 15:14:38.149  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:38.149  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:38.149  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:38.165 21582 21582 E Finsky  : [2] gcs.onServiceConnected(7): XPF:Couldn't register listener.
11-30 15:14:38.165 21582 21582 E Finsky  : java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 15:14:38.165 21582 21582 E Finsky  : 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 15:14:38.165 21582 21582 E Finsky  : 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 15:14:38.165 21582 21582 E Finsky  : 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 15:14:38.165 21582 21582 E Finsky  : 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:14:38.165 21582 21582 E Finsky  : 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 15:14:38.165 21582 21582 E Finsky  : 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 15:14:38.165 21582 21582 E Finsky  : 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 15:14:38.165 21582 21582 E Finsky  : 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 15:14:38.165 21582 21582 E Finsky  : 	at hgo.i(PG:5)
11-30 15:14:38.165 21582 21582 E Finsky  : 	at hgo.l(PG:2)
11-30 15:14:38.165 21582 21582 E Finsky  : 	at hgn.f(PG:1)
11-30 15:14:38.165 21582 21582 E Finsky  : 	at gcs.onServiceConnected(PG:4)
11-30 15:14:38.165 21582 21582 E Finsky  : 	at android.app.LoadedApk$ServiceDispatcher.doConnected(LoadedApk.java:1694)
11-30 15:14:38.165 21582 21582 E Finsky  : 	at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1723)
11-30 15:14:38.165 21582 21582 E Finsky  : 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 15:14:38.165 21582 21582 E Finsky  : 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 15:14:38.165 21582 21582 E Finsky  : 	at android.os.Looper.loop(Looper.java:164)
11-30 15:14:38.165 21582 21582 E Finsky  : 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 15:14:38.165 21582 21582 E Finsky  : 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:14:38.165 21582 21582 E Finsky  : 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 15:14:38.165 21582 21582 E Finsky  : 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 15:14:38.170 21582 21865 I Finsky  : [43603] ihu.run(9): Wrote row to frosting DB: 13946
11-30 15:14:38.211 21582 21865 I Finsky  : [43603] ihu.run(9): Wrote row to frosting DB: 13947
11-30 15:14:38.250 22508 22508 D SamsungAnalytics111040: cf feature is supported
11-30 15:14:38.262 22508 22508 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:14:38.265 22508 22508 D SamsungAnalytics111040: newThread on Executor
11-30 15:14:38.365 21582 21582 I Finsky  : [2] qnp.a(1): Connecting InstallListener to SplitInstallService broadcaster...
11-30 15:14:38.392 21071 21100 I TransportRuntime.CctTransportBackend: Status Code: 200
11-30 15:14:38.392 21071 21100 I TransportRuntime.CctTransportBackend: Content-Type: application/json; charset=UTF-8
11-30 15:14:38.392 21071 21100 I TransportRuntime.CctTransportBackend: Content-Encoding: gzip
11-30 15:14:38.447 13746 13951 D SharedPreferencesImpl: Time required to fsync /data/user/150/com.google.android.gms/shared_prefs/usage_stats_manager_prefs.xml: [<1: 0, <2: 0, <4: 0, <8: 3, <16: 10, <32: 12, <64: 8, <128: 5, <256: 5, <512: 5, <1024: 1, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:14:38.452 13746 13951 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:14:38.453 21582 21865 I Finsky  : [43603] ihu.run(9): Wrote row to frosting DB: 13948
11-30 15:14:38.520 13746 13951 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:14:38.535 10091 17718 W Icing   : No valid account for uploading user actions
11-30 15:14:38.548  5463  5850 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:14:38.551  5463  5850 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:14:38.567 16216 16216 D AssistantMenuReceiver: [c] AssistantMenuReceiver:android.intent.action.PACKAGE_REPLACED
11-30 15:14:38.578  5463  5850 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:14:38.581  2985  3613 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.calendar user:150
11-30 15:14:38.583  2985  3613 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:14:38.583  2985  3613 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.calendar user:150
11-30 15:14:38.584  2985  3613 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:14:38.613 22536 22536 I Zygote  : Unshare entire /
11-30 15:14:38.614 14965 14965 I Finsky  : [2] pob.onStartJob(3): SCH: job service start with id 9009.
11-30 15:14:38.630 22536 22536 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:14:38.630 22536 22536 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:14:38.631 22536 22536 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:14:38.631 22536 22536 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:14:38.631 22536 22536 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:14:38.631 22536 22536 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:14:38.631 22536 22536 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:14:38.631 22536 22536 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:14:38.631 22536 22536 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:14:38.637 22536 22536 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:38.638 22536 22536 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c662,c768, pkgname=com.samsung.android.calendar 
11-30 15:14:38.649 10091 17718 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:14:38.655 16067 21924 I GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=12803 trafficStatsUid=-1
11-30 15:14:38.667  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 5 99 -5 -200 -5 -200 -1 8 -103 -12 -20 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:14:38.667  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:14:38.672 10091 17718 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:14:38.674  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010132 ,Container id: 150
11-30 15:14:38.674  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010132 ,Container id: 150
11-30 15:14:38.674  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:14:38.674  2985  3613 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:14:38.678  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010132 ,Container id: 150
11-30 15:14:38.678  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010132 ,Container id: 150
11-30 15:14:38.678  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:14:38.678  2985  2996 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:14:38.680 22536 22536 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:38.702 22536 22536 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010132
11-30 15:14:38.703 22536 22536 D Proxy   : mdoP is null: 15010132
11-30 15:14:38.707 22536 22536 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:14:38.754 22536 22536 D BixbyApi_0.2.5: isBixbySupported:false
11-30 15:14:38.764 22536 22536 D SamsungAnalytics111040: cf feature is supported
11-30 15:14:38.776 22536 22536 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:14:38.777 22536 22536 D SamsungAnalytics111040: newThread on Executor
11-30 15:14:38.864 16067 21924 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:14:38.870 16067 21924 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:14:38.897 16237 16237 D SFolderShortcutReceiver:  onReceive() user(150) intent:android.intent.action.PACKAGE_REPLACED
11-30 15:14:38.917 16237 16237 D LauncherApps: getActivityList callingUserId: 150, target user: 150
11-30 15:14:38.918 16237 16237 V LauncherApps: Returning activity for profile UserHandle{150} : ComponentInfo{com.microsoft.office.excel/com.microsoft.office.apphost.LaunchActivity}
11-30 15:14:38.929 10091 17718 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:14:38.955  2985  2996 D PackageManager: getComponentMetadataForIconTray : com.microsoft.office.apphost.LaunchActivity does not exist in mServices
11-30 15:14:38.955  2985  2996 D PackageManager: getComponentMetadataForIconTray : com.microsoft.office.apphost.LaunchActivity does not exist in mProviders
11-30 15:14:38.955  2985  2996 D PackageManager: getComponentMetadataForIconTray : com.microsoft.office.apphost.LaunchActivity does not exist in mReceivers
11-30 15:14:38.956 16237 16237 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:38.956 16237 16237 I ApplicationPackageManager: return adaptive icon for NULL
11-30 15:14:38.957 13746 13951 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:14:38.960 14965 15041 I Finsky  : [43191] pmg.accept(69): SCH: Scheduling phonesky job Id: 1-1337, CT: 1638256269428, Constraints: [{ L: 42986252, D: 86186252, C: 1, I: 1, N: 1 }]
11-30 15:14:38.960 14965 15041 I Finsky  : [43191] pmg.accept(69): SCH: Scheduling phonesky job Id: 12-1, CT: 1638260066912, Constraints: [{ L: 15000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:14:38.963  5463  5850 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:14:38.967  5463  5850 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:14:39.058 14965 15041 I Finsky  : [43191] pgq.apply(52): SCH: Scheduling 1 system job(s)
11-30 15:14:39.059 14965 15041 I Finsky  : [43191] pgq.apply(58): SCH: Scheduling system job Id: 9013, L: 2854, D: 82376622, C: false, I: false, N: 1
11-30 15:14:39.075  2985  5090 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:14:39.084 16237 16237 D LauncherActivityInfo: packageName: com.microsoft.office.excel, supportTheme: false, height: 288, width: 288, density: 640
11-30 15:14:39.086 16237 16237 D ShortCutModel: aInfo= com.microsoft.office.apphost.LaunchActivity
11-30 15:14:39.113 14965 22555 I Finsky  : [43414] pob.a(16): SCH: job service finished with id 9009.
11-30 15:14:39.150  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:39.150  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:39.150  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:39.188  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.microsoft.office.excel user:0
11-30 15:14:39.188  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:14:39.188  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.microsoft.office.excel user:0
11-30 15:14:39.188  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:14:39.199 21582 21696 I zygote  : Deoptimizing java.lang.String why.k(java.lang.String, java.lang.Object[]) due to JIT inline cache
11-30 15:14:39.199 21582 21696 I Finsky  : [43576] kni.f(8): Item cache initialized.
11-30 15:14:39.244 22556 22556 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:14:39.247 22556 22556 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:39.248 22556 22556 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.microsoft.office.excel 
11-30 15:14:39.255 21582 21696 I zygote  : Deoptimizing void afbi.U(java.lang.Iterable, java.util.List) due to JIT inline cache
11-30 15:14:39.386 16067 21924 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:14:39.387  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:14:39.387  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:14:39.387  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:39.393  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:14:39.393  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:39.399  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:14:39.399  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:39.403  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:14:39.403  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:39.408  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:14:39.408  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:14:39.408  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:39.413  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:14:39.413  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:39.417  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:14:39.417  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:39.421  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:14:39.421  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:39.426 22556 22556 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:39.447 22556 22556 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10011
11-30 15:14:39.448 22556 22556 D Proxy   : mdoP is null: 10011
11-30 15:14:39.562 14965 15251 I Finsky  : [43233] nem.run(5): Session for com.microsoft.office.powerpoint already exists, skipping creation
11-30 15:14:39.595  2985  2999 I PrintManagerService: onPackageModified com.microsoft.office.excel
11-30 15:14:39.600 15154 15154 I Finsky:background: [2] kmm.onCreate(2): IPC-SERVER: Starting gRPC host service...
11-30 15:14:39.617  4604 21401 D LauncherApps: onPackageChanged 0,com.microsoft.office.excel
11-30 15:14:39.618  4604  4604 D Launcher.Model: onPackageChanged:com.microsoft.office.excel user:UserHandle{0}
11-30 15:14:39.618  4604  4604 D Launcher.Model: isValidStateInKnoxMode:false user:UserHandle{0}
11-30 15:14:39.633  2985  2999 D EnterpriseDeviceManagerService: onPackageUpdateFinished - packageName: com.microsoft.office.excel, uid: 15010011
11-30 15:14:39.636  2985  2999 D EnterpriseDeviceManagerService: Package has changed for user 150
11-30 15:14:39.636  2985  2999 D EnterpriseDeviceManagerService: Admin package name: com.google.android.gms
11-30 15:14:39.636  2985  2999 D EnterpriseDeviceManagerService: Admin package name: com.samsung.knox.securefolder
11-30 15:14:39.636  2985  2999 D EnterpriseDeviceManagerService: Admin package name: com.google.android.gms
11-30 15:14:39.646  4604  4680 W Launcher.Model: checkFinderState return, operation is not matched
11-30 15:14:39.647  4604  4680 D Launcher.Model: Loader.updatePackage com.microsoft.office.excel
11-30 15:14:39.652  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 0
11-30 15:14:39.654  4604  4680 V LauncherApps: Returning activity for profile UserHandle{0} : ComponentInfo{com.microsoft.office.excel/com.microsoft.office.apphost.LaunchActivity}
11-30 15:14:39.664  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:39.665  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:39.675 15154 22572 I Finsky:background: [43258] hqb.c(12): enqueue(request_id=532, files_to_download=1, context[group_id=com.microsoft.office.powerpoint], display_data[invisible=false, title=Microsoft PowerPoint: Slideshows and Presentations], network_restrictions=1)
11-30 15:14:39.707  4604  4680 I ApplicationPackageManager: load=com.microsoft.office.excel, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:14:39.709  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:39.712  4604  4680 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:14:39.712  4604  4680 I ApplicationPackageManager: load=com.microsoft.office.excel-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:14:39.713 22556 22556 I MAMInfo : MAMInfo initialized. Debug=false, Agent=PRODUCTION, ManagedDialogDisabled=false, PolicyRequired=false, MultiIdentityEnabled=true, FullBackupContent=true, UseDefaultEnrollment=false, ExceptionOnInit=false, Debuggable=false
11-30 15:14:39.713  4604  4680 D LauncherActivityInfo: packageName: com.microsoft.office.excel, supportTheme: true, height: 144, width: 144, density: 640
11-30 15:14:39.719  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:14:39.721  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:14:39.728 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:QUEUED with WAITING_FOR_START:0%[0%]>.
11-30 15:14:39.737  2985  4489 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:39.744  2985  4489 I chatty  : uid=1000(system) Binder:2985_12 identical 13 lines
11-30 15:14:39.744  2985  4489 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:39.762  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 0
11-30 15:14:39.763  4604  4680 V LauncherApps: Returning activity for profile UserHandle{0} : ComponentInfo{com.microsoft.office.excel/com.microsoft.office.apphost.LaunchActivity}
11-30 15:14:39.763  4604  4680 D DataLoader: updatePackage:com.microsoft.office.excel
11-30 15:14:39.768  2985  4489 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:39.769  2985  4489 I chatty  : uid=1000(system) Binder:2985_12 identical 4 lines
11-30 15:14:39.769  2985  4489 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:39.835  2985  3827 D LauncherAppsService: is Package Hidden: false
11-30 15:14:39.853  2985  4489 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:39.853  2985  4489 I chatty  : uid=1000(system) Binder:2985_12 identical 1 line
11-30 15:14:39.853  2985  4489 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:39.859  4604  4680 I AppsModel: addOrUpdater
11-30 15:14:39.859  4604  4680 I AppsModel: addOrUpdater cn = ComponentInfo{com.microsoft.office.excel/com.microsoft.office.apphost.LaunchActivity} , UserHandle{0}
11-30 15:14:39.861  4604  4680 I AppsModel: addOrUpdater update item = IconInfo(title=Excel intent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.microsoft.office.excel/com.microsoft.office.apphost.LaunchActivity (has extras) } id=52 type=0 container=50 screen=0 cellX=1 cellY=0 spanX=1 spanY=1 rank=1 hidden=0 dropPos=null user=UserHandle{0})
11-30 15:14:39.861  4604  4680 D AppsCustomAdapter: notifyUpdate : com.android.launcher3.Launcher@46d4052
11-30 15:14:39.861  4604  4680 D AppsDragController: needDeferToBind : true , false
11-30 15:14:39.862  2985  3827 D LauncherAppsService: is Package Hidden: false
11-30 15:14:39.865  4604  4680 D WidgetLoader: ignore dirty because widgets are not changed
11-30 15:14:39.874  2985  4489 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:39.874  2985  4489 I chatty  : uid=1000(system) Binder:2985_12 identical 1 line
11-30 15:14:39.875  2985  4489 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:39.989 21582 21696 I zygote  : Deoptimizing void acgc.b() due to JIT inline cache
11-30 15:14:40.003 22556 22556 I ApplicationUtils: Application process name com.microsoft.office.excel
11-30 15:14:40.005  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:40.006  2985  5091 I chatty  : uid=1000(system) Binder:2985_1B identical 4 lines
11-30 15:14:40.006  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:40.010 22556 22578 I FirebaseInitializer: Firebase initialization start
11-30 15:14:40.011 22556 22578 D ApplicationUtils: Primary process for app = com.microsoft.office.excel
11-30 15:14:40.016  2985  4489 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:14:40.016  2985  4489 D API test: getContainerInfo: value is 150,1359085664
11-30 15:14:40.021 22556 22556 I TelemetryManager: Initalizing Android early telemetry
11-30 15:14:40.027  2985  4489 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:14:40.027  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:40.027  2985  4489 D API test: getContainerInfo: value is 150,1359085664
11-30 15:14:40.027  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:40.029  2985  5091 I chatty  : uid=1000(system) Binder:2985_1B identical 6 lines
11-30 15:14:40.029  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:40.030  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:40.034  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 10 lines
11-30 15:14:40.034  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:40.036 15154 15154 I Finsky:background: [2] DownloadService.onStartCommand(2): DownloadService is getting started sticky with notification.
11-30 15:14:40.088 22556 22556 D TSLTokenProviderImpl: Initializing Token Share Manager
11-30 15:14:40.108 22556 22556 D TSLTokenProviderImpl: Check if this IsTSLDebugMode
11-30 15:14:40.108 22556 22556 D TokenSharingManager_v1.6.2: Library works in release mode
11-30 15:14:40.108 22556 22578 W ComponentDiscovery: Class com.google.firebase.dynamicloading.DynamicLoadingRegistrar is not an found.
11-30 15:14:40.123 21582 21582 I Finsky  : [2] uua.run(166): UCtl: autoUpdateItems with size=33 is fulfilled from responseFuture
11-30 15:14:40.139 22556 22578 I FirebaseApp: Device unlocked: initializing all Firebase APIs for app [DEFAULT]
11-30 15:14:40.143  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:40.143  2985  2985 I chatty  : uid=1000 system_server identical 1 line
11-30 15:14:40.144  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:40.150  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:40.150  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:40.150  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:40.162  2985  2985 D AudioService: isEnabled
11-30 15:14:40.165 21582 21582 I zygote  : Deoptimizing java.lang.Object acpd.s(java.lang.Object[], int, int, int) due to JIT same target
11-30 15:14:40.166 21582 21582 I zygote  : Deoptimizing java.lang.Object acpd.t(java.lang.Object, java.lang.Object[], int, int, java.lang.Object) due to JIT same target
11-30 15:14:40.168 22556 22578 I FirebaseInitializer: Firebase initialization complete
11-30 15:14:40.172 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.sec.android.app.myfiles
11-30 15:14:40.174  3510  3510 D StatusBar: addNotification key=150|com.android.vending|-56862258|null|15010040 fullscreen:false
11-30 15:14:40.189  2985  5090 D PackageManager: setEnabledSetting : userId = 0 packageName = com.microsoft.office.excel cmp = androidx.work.impl.background.systemjob.SystemJobService newState = 1 callingPackage = 10011/com.microsoft.office.excel
11-30 15:14:40.195 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.dsi.ant.service.socket
11-30 15:14:40.195 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:0%[0%]>.
11-30 15:14:40.197  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:40.198  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 4 lines
11-30 15:14:40.198  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:40.199 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.samsung.android.app.simplesharing
11-30 15:14:40.204 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.talk
11-30 15:14:40.207 21582 21676 I zygote  : Deoptimizing void j$.util.stream.ReferencePipeline$2$1.accept(java.lang.Object) due to JIT inline cache
11-30 15:14:40.208 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.tts
11-30 15:14:40.213  2985  5090 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.microsoft.office.excel user:150
11-30 15:14:40.213 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.apps.photos
11-30 15:14:40.215  2985  5090 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:14:40.215  2985  5090 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.microsoft.office.excel user:150
11-30 15:14:40.217  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:40.217  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 1 line
11-30 15:14:40.217  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:40.218  2985  5090 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:14:40.218  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:40.218  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 1 line
11-30 15:14:40.218  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:40.218 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.srin.garut
11-30 15:14:40.219  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:40.221  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 7 lines
11-30 15:14:40.221  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:40.222 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.sec.spp.push
11-30 15:14:40.223  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:40.224  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 4 lines
11-30 15:14:40.224  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:40.233 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.samsung.android.email.provider
11-30 15:14:40.238 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.facebook.katana
11-30 15:14:40.241 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.samsung.android.lool
11-30 15:14:40.245 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.microsoft.office.onenote
11-30 15:14:40.249 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.microsoft.office.excel
11-30 15:14:40.254 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.apps.docs
11-30 15:14:40.257 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.samsung.android.sdk.professionalaudio.utility.jammonitor
11-30 15:14:40.261 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.rsupport.rs.activity.rsupport.aas2
11-30 15:14:40.266 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.gms
11-30 15:14:40.271 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.marvin.talkback
11-30 15:14:40.274 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.sec.android.app.sbrowser
11-30 15:14:40.279 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.srin.indramayu
11-30 15:14:40.279  2985  3000 W ResourceType: ResTable_typeSpec entry count inconsistent: given 141, previously 169
11-30 15:14:40.285  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:14:40.289 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.samsung.android.voc
11-30 15:14:40.293 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.dsi.ant.plugins.antplus
11-30 15:14:40.296 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.sec.android.app.clockpackage
11-30 15:14:40.302 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.apps.maps
11-30 15:14:40.307 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.microsoft.office.word
11-30 15:14:40.311 22594 22594 I Zygote  : Unshare entire /
11-30 15:14:40.312 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.googlequicksearchbox
11-30 15:14:40.313  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = android,userId = 150
11-30 15:14:40.313  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:14:40.313  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = android,userId = 0
11-30 15:14:40.313  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:14:40.316 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.microsoft.skydrive
11-30 15:14:40.316  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:14:40.316  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:14:40.316 22594 22594 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:14:40.317  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:14:40.317  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:14:40.317 22594 22594 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:14:40.317 22594 22594 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:14:40.317 22594 22594 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:14:40.317 22594 22594 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:14:40.317 22594 22594 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:14:40.320 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.sec.android.gallery3d
11-30 15:14:40.321  2985  5090 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:14:40.321  2985  5090 D API test: getContainerInfo: value is 150,1359085664
11-30 15:14:40.321  2985  5090 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:14:40.321  2985  5090 D API test: getContainerInfo: value is 150,1359085664
11-30 15:14:40.322 22594 22594 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:14:40.322  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:40.322 22594 22594 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:14:40.322 22594 22594 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:14:40.323  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:40.324 22594 22594 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:40.324  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:40.325 22594 22594 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c662,c768, pkgname=com.microsoft.office.excel 
11-30 15:14:40.326 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.android.chrome
11-30 15:14:40.331 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.microsoft.office.powerpoint
11-30 15:14:40.337 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.youtube
11-30 15:14:40.342 21582 21582 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.gm
11-30 15:14:40.347  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:40.347  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:14:40.347  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:40.347  2985  2985 D AudioService: isEnabled
11-30 15:14:40.349  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:40.350  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:14:40.350  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:40.350  2985  2985 D AudioService: isEnabled
11-30 15:14:40.350 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.sec.android.app.myfiles
11-30 15:14:40.350  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010011 ,Container id: 150
11-30 15:14:40.350  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010011 ,Container id: 150
11-30 15:14:40.350  2985  5090 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:14:40.350 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.dsi.ant.service.socket
11-30 15:14:40.350  2985  5090 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:14:40.351 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.samsung.android.app.simplesharing
11-30 15:14:40.351 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.talk
11-30 15:14:40.351 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.tts
11-30 15:14:40.352 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.apps.photos
11-30 15:14:40.352 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.srin.garut
11-30 15:14:40.353 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.sec.spp.push
11-30 15:14:40.353 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.samsung.android.email.provider
11-30 15:14:40.353 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.facebook.katana
11-30 15:14:40.354 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.samsung.android.lool
11-30 15:14:40.354  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010011 ,Container id: 150
11-30 15:14:40.354  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010011 ,Container id: 150
11-30 15:14:40.354 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.microsoft.office.onenote
11-30 15:14:40.354  2985  3827 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:14:40.354  2985  3827 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:14:40.355 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.microsoft.office.excel
11-30 15:14:40.355 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.apps.docs
11-30 15:14:40.356 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.samsung.android.sdk.professionalaudio.utility.jammonitor
11-30 15:14:40.356 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.rsupport.rs.activity.rsupport.aas2
11-30 15:14:40.356 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.gms
11-30 15:14:40.357 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.marvin.talkback
11-30 15:14:40.357 22594 22594 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:40.357 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.sec.android.app.sbrowser
11-30 15:14:40.358 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.srin.indramayu
11-30 15:14:40.358 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.samsung.android.voc
11-30 15:14:40.358 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.dsi.ant.plugins.antplus
11-30 15:14:40.359 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.sec.android.app.clockpackage
11-30 15:14:40.359 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.apps.maps
11-30 15:14:40.359 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.microsoft.office.word
11-30 15:14:40.360 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.googlequicksearchbox
11-30 15:14:40.360 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.microsoft.skydrive
11-30 15:14:40.361 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.sec.android.gallery3d
11-30 15:14:40.361 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.android.chrome
11-30 15:14:40.361 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.microsoft.office.powerpoint
11-30 15:14:40.362 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.youtube
11-30 15:14:40.362 21582 21582 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.gm
11-30 15:14:40.382 22594 22594 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010011
11-30 15:14:40.383 22594 22594 D Proxy   : mdoP is null: 15010011
11-30 15:14:40.390  2985  3002 I zygote  : Successfully killed process cgroup uid 10002 pid 21369 in 22ms
11-30 15:14:40.399  2985  5090 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:14:40.400  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:14:40.402  3510  3510 D StatusBar: addNotification key=150|com.android.vending|-56862258|null|15010040 fullscreen:false
11-30 15:14:40.422  2985  3002 I zygote  : Successfully killed process cgroup uid 15010078 pid 19110 in 31ms
11-30 15:14:40.432 21582 21582 I Finsky  : [2] utv.c(24): UChk: package com.dsi.ant.service.socket has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:14:40.443 21582 21582 I Finsky  : [2] lha.x(7): # ahoi@3c283d60 not available [restriction=6].
11-30 15:14:40.443 21582 21582 I Finsky  : [2] eon.w(11): AU: Cannot update unavailable app: pkg=com.samsung.android.app.simplesharing,restriction=UNAVAILABLE_UNKNOWN_REASON
11-30 15:14:40.444 21582 21582 I Finsky  : [2] lha.x(7): # ahoi@3c283d60 not available [restriction=6].
11-30 15:14:40.445 21582 21582 I Finsky  : [2] eon.w(11): AU: Cannot update unavailable app: pkg=com.samsung.android.app.simplesharing,restriction=UNAVAILABLE_UNKNOWN_REASON
11-30 15:14:40.461  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:14:40.462  3510  3510 D StatusBar: addNotification key=150|com.android.vending|-56862258|null|15010040 fullscreen:false
11-30 15:14:40.465  2985  3070 W Choreographer: Frame time is 16.419743 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:14:40.469 22594 22594 I MAMInfo : MAMInfo initialized. Debug=false, Agent=PRODUCTION, ManagedDialogDisabled=false, PolicyRequired=false, MultiIdentityEnabled=true, FullBackupContent=true, UseDefaultEnrollment=false, ExceptionOnInit=false, Debuggable=false
11-30 15:14:40.470  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.mlp user:0
11-30 15:14:40.470  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:14:40.470  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.mlp user:0
11-30 15:14:40.470  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:14:40.471  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:14:40.473 21582 21582 I Finsky  : [2] lha.x(7): # ahoi@3c283d60 not available [restriction=6].
11-30 15:14:40.474 21582 21582 I Finsky  : [2] eon.w(11): AU: Cannot update unavailable app: pkg=com.samsung.android.app.simplesharing,restriction=UNAVAILABLE_UNKNOWN_REASON
11-30 15:14:40.476 21582 21582 I Finsky  : [2] utv.c(24): UChk: package com.google.android.talk has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:14:40.479 14965 14965 I Finsky  : [2] fjo.b(59): Installer::IT: Sending Resource Request for com.microsoft.office.powerpoint (downloadid: com.microsoft.office.powerpoint)
11-30 15:14:40.479 15154 22611 I Finsky:background: [43263] hrp.f(2): Writing task has started.
11-30 15:14:40.479 15154 22609 I Finsky:background: [43262] hrp.e(2): Reading task has started.
11-30 15:14:40.482 22613 22613 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:14:40.484 22613 22613 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:40.485 22613 22613 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.mlp 
11-30 15:14:40.486 15154 22609 I Finsky:background: [43262] hrp.e(19): Open stream from https://play.googleapis.com/download/by-token/download?token=AOTCm0RiiSxQEFNeVmc3PcPKSsoa8WMkECkZCSd43IzS0ZJpp6ClosIXUpKl0nmS7i3DPFL3_7kVt4eMTom6_4EvFmYXgmdBkOg3EDf4QMDx-CYZFELVbEGSiTBdf7cWE5zd2IOb4w-RQVkWs1wm6g1fcW78I7ZAM6D8LCR_KiNw4J5hBC_OiZv-0LbK7VkAYg928fSDPVgTWIAMYEaX91sjFcb8KpBDl1OloSUO5GojmqVW7Mbqz34p_2ewjE2-X3xkA-OQtPSk2ZkQUpgNTutKGc_J-esSX3Zs7S_ANmU2uhAcmNR7XUQkD1fkPcB1dDMaYynggARtoNQTV2o0jLdrMlWQPC6TpugCXdcnwsLwG3aQe44-6NX_ouUMOycS4vatiMvfM71zRqA8lX1QdtLfM1jz_4Yfku49Ha_Une-JTOUUfXLvRvMiSvXzlzzbt5FzhFEdNwk&cpn=DXyhCzxApMZw0wAn&isid=W_SbDwjiSEGLh_HuF2c6NA&isbg=1&server=boq [byteRangeStart=0-byteRangeStop=0]
11-30 15:14:40.487 15154 22609 D akqj    : setConnectTimeout is not supported by CronetHttpURLConnection
11-30 15:14:40.493  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:14:40.500  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:14:40.500  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:14:40.513  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:40.513  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:40.513  2985  3827 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:40.518  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:40.518  2985  3827 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:40.523  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:40.523  2985  3827 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:40.528  2985  5088 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:14:40.528  2985  5091 D PackageManager: setEnabledSetting : userId = 0 packageName = com.microsoft.office.excel cmp = androidx.work.impl.background.systemalarm.RescheduleReceiver newState = 1 callingPackage = 10011/com.microsoft.office.excel
11-30 15:14:40.529  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:40.529  2985  3827 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:40.530  4729  4729 I Finsky  : [2] zr.s(1): Completed 8 account content syncs with 8 successful.
11-30 15:14:40.531  4729  4729 I Finsky  : [2] ContentSyncJob.a(1): [ContentSync] Installation state replication succeeded.
11-30 15:14:40.532  2985  5088 D PersonaManagerService: securefolder Secure Folder
11-30 15:14:40.532  4729  4729 I Finsky  : [2] pmo.s(4): SCH: jobFinished: 12-1. TimeElapsed: 3912ms.
11-30 15:14:40.535  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:40.535  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:40.535  2985  5088 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:40.539 22594 22594 I ApplicationUtils: Application process name com.microsoft.office.excel
11-30 15:14:40.539  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:40.540  2985  5088 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:40.540 22594 22631 I FirebaseInitializer: Firebase initialization start
11-30 15:14:40.541 22594 22631 D ApplicationUtils: Primary process for app = com.microsoft.office.excel
11-30 15:14:40.544 22594 22594 I TelemetryManager: Initalizing Android early telemetry
11-30 15:14:40.548  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:40.549  2985  5088 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:40.550 22594 22631 W ComponentDiscovery: Class com.google.firebase.dynamicloading.DynamicLoadingRegistrar is not an found.
11-30 15:14:40.554  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:14:40.554  2985  5088 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:40.555 21582 21582 I Finsky  : [2] utv.c(24): UChk: package com.google.android.apps.photos has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:14:40.556 21582 21582 I Finsky  : [2] utv.c(24): UChk: package com.srin.garut has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:14:40.558 22594 22594 D TSLTokenProviderImpl: Not initializing Token Share Manager, as app is never launched so far
11-30 15:14:40.558 21582 21582 I Finsky  : [2] utv.c(24): UChk: package com.sec.spp.push has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:14:40.559 22613 22613 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:40.561 22594 22631 I FirebaseApp: Device unlocked: initializing all Firebase APIs for app [DEFAULT]
11-30 15:14:40.579 22613 22613 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 5004
11-30 15:14:40.580 22613 22613 D Proxy   : mdoP is null: 5004
11-30 15:14:40.591  2985  3827 D PackageManager: setEnabledSetting : userId = 150 packageName = com.microsoft.office.excel cmp = androidx.work.impl.background.systemjob.SystemJobService newState = 1 callingPackage = 15010011/com.microsoft.office.excel
11-30 15:14:40.641 15154 15169 I zygote  : Background concurrent copying GC freed 4941(422KB) AllocSpace objects, 2(104KB) LOS objects, 49% free, 1897KB/3MB, paused 255us total 229.966ms
11-30 15:14:40.815  4729  4832 I Finsky  : [42503] pmg.accept(69): SCH: Scheduling phonesky job Id: 1-1337, CT: 1638256285982, Constraints: [{ L: 42535577, D: 85735577, C: 1, I: 1, N: 1 }]
11-30 15:14:40.816  4729  4832 I Finsky  : [42503] pmg.accept(69): SCH: Scheduling phonesky job Id: 34-2816, CT: 1638242054694, Constraints: [{ L: 79197589, D: 1375197589, C: 1, I: 1, N: 1 }]
11-30 15:14:40.896 22594 22631 I FirebaseInitializer: Firebase initialization complete
11-30 15:14:40.930  4729  4858 I Finsky  : [42513] pgq.apply(52): SCH: Scheduling 1 system job(s)
11-30 15:14:40.931  4729  4858 I Finsky  : [42513] pgq.apply(58): SCH: Scheduling system job Id: 9775, L: 38740629, D: 81940629, C: false, I: false, N: 1
11-30 15:14:40.938 21582 21582 I Finsky  : [2] utv.c(24): UChk: package com.microsoft.office.onenote has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:14:41.027  2985  5082 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.microsoft.office.excel user:0
11-30 15:14:41.027  2985  5082 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:14:41.027  2985  5082 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.microsoft.office.excel user:0
11-30 15:14:41.027  2985  5082 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:14:41.032 21582 21582 I Finsky  : [2] utv.c(24): UChk: package com.google.android.apps.docs has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:14:41.033 21582 21582 I Finsky  : [2] lha.x(7): # ahoi@44a1e84c not available [restriction=6].
11-30 15:14:41.034 21582 21582 I Finsky  : [2] eon.w(11): AU: Cannot update unavailable app: pkg=com.samsung.android.sdk.professionalaudio.utility.jammonitor,restriction=UNAVAILABLE_UNKNOWN_REASON
11-30 15:14:41.035 21582 21582 I Finsky  : [2] lha.x(7): # ahoi@44a1e84c not available [restriction=6].
11-30 15:14:41.035 21582 21582 I Finsky  : [2] eon.w(11): AU: Cannot update unavailable app: pkg=com.samsung.android.sdk.professionalaudio.utility.jammonitor,restriction=UNAVAILABLE_UNKNOWN_REASON
11-30 15:14:41.041 22660 22660 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:14:41.043 22660 22660 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:41.045 22660 22660 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.microsoft.office.excel:remote 
11-30 15:14:41.065 21582 21582 I Finsky  : [2] lha.x(7): # ahoi@44a1e84c not available [restriction=6].
11-30 15:14:41.066 21582 21582 I Finsky  : [2] eon.w(11): AU: Cannot update unavailable app: pkg=com.samsung.android.sdk.professionalaudio.utility.jammonitor,restriction=UNAVAILABLE_UNKNOWN_REASON
11-30 15:14:41.067 21582 21582 I Finsky  : [2] utv.c(24): UChk: package com.rsupport.rs.activity.rsupport.aas2 has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:14:41.076  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:14:41.076  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:14:41.076  2985  5090 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:41.082  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:14:41.082  2985  5090 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:41.085  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:14:41.085  2985  5090 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:41.086 22613 22613 I LPService: [#MLP#] onBind 
11-30 15:14:41.089  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:14:41.089  2985  5090 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:41.094  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:14:41.095  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:14:41.095  2985  5090 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:41.097 22613 22613 I LPServiceController: [#MLP#] Creating controller instance first time. 
11-30 15:14:41.099  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:14:41.100  2985  5090 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:41.105  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:14:41.105  2985  5090 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:41.106 21582 21582 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:14:41.110  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:14:41.110  2985  5090 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:41.112 21582 21582 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:14:41.113 22613 22613 I DatabaseHelper: [#MLP#] Creating tables  
11-30 15:14:41.116 22660 22660 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:41.138 22660 22660 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10011
11-30 15:14:41.139 22660 22660 D Proxy   : mdoP is null: 10011
11-30 15:14:41.150  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:41.150  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:41.150  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:41.162 22660 22660 I MAMInfo : MAMInfo initialized. Debug=false, Agent=PRODUCTION, ManagedDialogDisabled=false, PolicyRequired=false, MultiIdentityEnabled=true, FullBackupContent=true, UseDefaultEnrollment=false, ExceptionOnInit=false, Debuggable=false
11-30 15:14:41.176  4729 22506 I Finsky  : [42836] pob.a(16): SCH: job service finished with id 9770.
11-30 15:14:41.192 22660 22660 I ApplicationUtils: Application process name com.microsoft.office.excel:remote
11-30 15:14:41.193 22660 22683 I FirebaseInitializer: Firebase initialization start
11-30 15:14:41.195 22660 22683 D ApplicationUtils: Primary process for app = com.microsoft.office.excel
11-30 15:14:41.195 22660 22683 I FirebaseInitializer: Not initializing from non primary process com.microsoft.office.excel:remote
11-30 15:14:41.198 22660 22660 I TelemetryManager: Initalizing Android early telemetry
11-30 15:14:41.204  2985  3070 W Choreographer: Frame time is 12.073527 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:14:41.213 22660 22660 D TSLTokenProviderImpl: Initializing Token Share Manager
11-30 15:14:41.215 22660 22660 D TSLTokenProviderImpl: Check if this IsTSLDebugMode
11-30 15:14:41.216 22660 22660 D TokenSharingManager_v1.6.2: Library works in release mode
11-30 15:14:41.232  2985  5091 D PackageManager: setEnabledSetting : userId = 150 packageName = com.microsoft.office.excel cmp = androidx.work.impl.background.systemalarm.RescheduleReceiver newState = 1 callingPackage = 15010011/com.microsoft.office.excel
11-30 15:14:41.235  2985  5082 D PackageManager: setEnabledSetting : userId = 0 packageName = com.microsoft.office.excel cmp = androidx.work.impl.background.systemjob.SystemJobService newState = 1 callingPackage = 10011/com.microsoft.office.excel
11-30 15:14:41.242 22613 22613 I DatabaseHelper: [#MLP#] Creating tables  
11-30 15:14:41.244 22660 22660 I WM-RemoteWorkerService: Binding to RemoteWorkerService
11-30 15:14:41.248  2985  5082 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:14:41.257 22660 22679 D BackgroundTaskWorker: BackgroundTaskHost worker started
11-30 15:14:41.264  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:14:41.266  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:14:41.268  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:14:41.272  2985  5091 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:14:41.272  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:14:41.285 22556 22580 W CryptoUtils: Error occurred in Decryption. Falling back to Old Decryption Algo. [ Error: BadPaddingException]
11-30 15:14:41.306  2727  2757 E OMXNodeInstance: !!! Observer died. Quickly, do something, ... anything...
11-30 15:14:41.306  2727 27064 E OMXNodeInstance: !!! Observer died. Quickly, do something, ... anything...
11-30 15:14:41.313  2985  3002 I zygote  : Successfully killed process cgroup uid 10098 pid 21139 in 129ms
11-30 15:14:41.313  2985  3002 I zygote  : Successfully killed process cgroup uid 15010002 pid 21394 in 0ms
11-30 15:14:41.313 22660 22686 W CryptoUtils: Error occurred in Decryption. Falling back to Old Decryption Algo. [ Error: BadPaddingException]
11-30 15:14:41.324 22660 22679 D BackgroundTaskWorker: BackgroundTaskHost worker completed
11-30 15:14:41.338  2985  5088 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.microsoft.office.excel user:150
11-30 15:14:41.340  2985  5088 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:14:41.340  2985  5088 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.microsoft.office.excel user:150
11-30 15:14:41.341  2985  5088 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:14:41.353 22702 22702 I Zygote  : Unshare entire /
11-30 15:14:41.358 22702 22702 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:14:41.359 22702 22702 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:14:41.359 22702 22702 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:14:41.359 22702 22702 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:14:41.359 22702 22702 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:14:41.359 22702 22702 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:14:41.359 22702 22702 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:14:41.360 22702 22702 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:14:41.360 22702 22702 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:14:41.361 22702 22702 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:41.362 22702 22702 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c662,c768, pkgname=com.microsoft.office.excel:remote 
11-30 15:14:41.372  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:14:41.372  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:14:41.375 21582 21927 I Finsky  : [43608] ffa.b(36): AU: Successfully updated auto update information
11-30 15:14:41.378 21582 21674 I Finsky  : [43562] uuo.run(35): UCtl: Package com.google.android.tts client staleness timestamp changed from 1637113870525 to 0, available version changed from 210333540 to 210333540 or in-app update priority changed from 0 to 0.
11-30 15:14:41.381 15154 22609 D akqj    : setConnectTimeout is not supported by CronetHttpURLConnection
11-30 15:14:41.383  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:14:41.384  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010011 ,Container id: 150
11-30 15:14:41.384  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010011 ,Container id: 150
11-30 15:14:41.385  2985  5088 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:14:41.385  2985  5088 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:14:41.387  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010011 ,Container id: 150
11-30 15:14:41.387  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010011 ,Container id: 150
11-30 15:14:41.387  2985  5088 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:14:41.388  2985  5088 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:14:41.389 22702 22702 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:41.398 21582 21927 I Finsky  : [43608] ffa.b(36): AU: Successfully updated auto update information
11-30 15:14:41.410 22702 22702 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010011
11-30 15:14:41.410 22702 22702 D Proxy   : mdoP is null: 15010011
11-30 15:14:41.420 21582 21927 I Finsky  : [43608] ffa.b(36): AU: Successfully updated auto update information
11-30 15:14:41.425 21582 21674 I Finsky  : [43562] uuo.run(37): UCtl: Server update discovery timestamp is changed from 2021-11-17T01:51:06.387359Z to 1970-01-01T00:00:00Z
11-30 15:14:41.432 22702 22702 I MAMInfo : MAMInfo initialized. Debug=false, Agent=PRODUCTION, ManagedDialogDisabled=false, PolicyRequired=false, MultiIdentityEnabled=true, FullBackupContent=true, UseDefaultEnrollment=false, ExceptionOnInit=false, Debuggable=false
11-30 15:14:41.434  4604  4604 I Launcher: onReceive: com.samsung.action.EVERY_MINUTE_CLOCK_UPDATE
11-30 15:14:41.441  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.sec.android.app.clockpackage
11-30 15:14:41.448 22556 22644 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=16de937b-76bc-489c-9a0a-2c25e1585c9e, tags={ com.microsoft.office.BackgroundTaskHost.BackgroundTaskWorker } ]
11-30 15:14:41.462 22594 22701 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
11-30 15:14:41.507 21582 21927 I Finsky  : [43608] ffa.b(36): AU: Successfully updated auto update information
11-30 15:14:41.568 21582 21927 I chatty  : uid=10227(com.parallel.space.lite) identical 4 lines
11-30 15:14:41.585 21582 21927 I Finsky  : [43608] ffa.b(36): AU: Successfully updated auto update information
11-30 15:14:41.588 21582 21678 I Finsky  : [43567] uuo.run(35): UCtl: Package com.microsoft.office.excel client staleness timestamp changed from 1637773329020 to 0, available version changed from 2002752452 to 2002752452 or in-app update priority changed from 0 to 0.
11-30 15:14:41.589 21582 21678 I Finsky  : [43567] uuo.run(37): UCtl: Server update discovery timestamp is changed from 2021-11-24T17:01:56.005911Z to 1970-01-01T00:00:00Z
11-30 15:14:41.615 21582 21927 I Finsky  : [43608] ffa.b(36): AU: Successfully updated auto update information
11-30 15:14:41.701  4604  4604 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:41.753  4604  4604 I LiveIconManager: getLiveIcon: complete(sync_created)
11-30 15:14:41.753  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.sec.android.app.clockpackage
11-30 15:14:41.760 21582 21927 I Finsky  : [43608] ffa.b(36): AU: Successfully updated auto update information
11-30 15:14:41.760  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.samsung.android.calendar
11-30 15:14:41.760  4604  4604 I BitmapCacheContainer: getBitmapCache: BitmapCache expired com.samsung.android.calendar/UserHandle{0}
11-30 15:14:41.761  4604  4604 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:41.769  4604  4604 I LiveIconManager: getLiveIcon: complete(sync_created)
11-30 15:14:41.769  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.samsung.android.calendar
11-30 15:14:41.950  2985  3002 I zygote  : Successfully killed process cgroup uid 10439 pid 21468 in 182ms
11-30 15:14:41.963  2985  3070 W Choreographer: Frame time is 5.954586 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:14:41.981  2985  5088 D PackageManager: setEnabledSetting : userId = 0 packageName = com.microsoft.office.excel cmp = androidx.work.impl.background.systemalarm.RescheduleReceiver newState = 2 callingPackage = 10011/com.microsoft.office.excel
11-30 15:14:42.007 22702 22702 I ApplicationUtils: Application process name com.microsoft.office.excel:remote
11-30 15:14:42.009 22702 22723 I FirebaseInitializer: Firebase initialization start
11-30 15:14:42.010 22702 22723 D ApplicationUtils: Primary process for app = com.microsoft.office.excel
11-30 15:14:42.010 22702 22723 I FirebaseInitializer: Not initializing from non primary process com.microsoft.office.excel:remote
11-30 15:14:42.012 22702 22702 I TelemetryManager: Initalizing Android early telemetry
11-30 15:14:42.018 22702 22702 D TSLTokenProviderImpl: Not initializing Token Share Manager, as app is never launched so far
11-30 15:14:42.032  3470  3470 D CarrierSvcBindHelper: No carrier app for: 0
11-30 15:14:42.032  2985  5083 D PackageManager: setEnabledSetting : userId = 150 packageName = com.microsoft.office.excel cmp = androidx.work.impl.background.systemjob.SystemJobService newState = 1 callingPackage = 15010011/com.microsoft.office.excel
11-30 15:14:42.034  3470  3470 D CarrierSvcBindHelper: No carrier app for: 1
11-30 15:14:42.039 22702 22702 I WM-RemoteWorkerService: Binding to RemoteWorkerService
11-30 15:14:42.050 22702 22714 D BackgroundTaskWorker: BackgroundTaskHost worker started
11-30 15:14:42.051 22702 22714 D BackgroundTaskWorker: BackgroundTaskHost worker completed
11-30 15:14:42.054 14965 14965 W Finsky  : [2] ejg.f(3): No LoggingContext in the bundle, which breaks event chain!. Creating a new logging context.
11-30 15:14:42.056 14965 14965 I Finsky  : [2] NotificationReceiver.c(29): Does nothing for notification type 1.
11-30 15:14:42.064 22594 22696 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=f2b974d7-4955-418a-8792-0abaf0f713d4, tags={ com.microsoft.office.BackgroundTaskHost.BackgroundTaskWorker } ]
11-30 15:14:42.067  2985  5088 D PackageManager: setEnabledSetting : userId = 150 packageName = com.microsoft.office.excel cmp = androidx.work.impl.background.systemalarm.RescheduleReceiver newState = 2 callingPackage = 15010011/com.microsoft.office.excel
11-30 15:14:42.082 14965 14965 I Finsky  : [2] mmw.accept(231): Does nothing for notification type 1.
11-30 15:14:42.086 22594 22701 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:42.086 22594 22701 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:42.090 21582 21582 I Finsky  : [2] utv.c(24): UChk: package com.srin.indramayu has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:14:42.092 21582 21582 I Finsky  : [2] utv.c(24): UChk: package com.samsung.android.voc has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:14:42.094  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:14:42.123 21582 21582 I Finsky  : [2] lha.x(7): # ahoi@c6596bd not available [restriction=6].
11-30 15:14:42.124 21582 21582 I Finsky  : [2] eon.w(11): AU: Cannot update unavailable app: pkg=com.sec.android.app.clockpackage,restriction=UNAVAILABLE_UNKNOWN_REASON
11-30 15:14:42.124 21582 21582 I Finsky  : [2] lha.x(7): # ahoi@c6596bd not available [restriction=6].
11-30 15:14:42.125 21582 21582 I Finsky  : [2] eon.w(11): AU: Cannot update unavailable app: pkg=com.sec.android.app.clockpackage,restriction=UNAVAILABLE_UNKNOWN_REASON
11-30 15:14:42.150  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:42.150  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:42.150  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:42.150 14965 14965 I Finsky  : [2] pob.onStartJob(3): SCH: job service start with id 9013.
11-30 15:14:42.162 21582 21582 I Finsky  : [2] lha.x(7): # ahoi@c6596bd not available [restriction=6].
11-30 15:14:42.162 21582 21582 I Finsky  : [2] eon.w(11): AU: Cannot update unavailable app: pkg=com.sec.android.app.clockpackage,restriction=UNAVAILABLE_UNKNOWN_REASON
11-30 15:14:42.164 21582 21582 I Finsky  : [2] utv.c(24): UChk: package com.google.android.apps.maps has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:14:42.180  2985  2994 I zygote  : Background concurrent copying GC freed 575942(26MB) AllocSpace objects, 27(1308KB) LOS objects, 25% free, 70MB/94MB, paused 411us total 707.337ms
11-30 15:14:42.213 14965 21984 I Finsky  : [43399] pmq.a(105): SCH: Satisfied jobs for 9013 are: 12-1
11-30 15:14:42.217 14965 22555 I Finsky  : [43414] pgo.accept(28): SCH: Job 12-1 starting
11-30 15:14:42.220 14965 14965 I Finsky  : [2] ContentSyncJob.x(1): [ContentSync] job started
11-30 15:14:42.258  2985  2999 W Searchables: No global search activity found
11-30 15:14:42.267 21582 21582 I Finsky  : [2] utv.c(24): UChk: package com.microsoft.skydrive has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:14:42.279 21582 21927 I Finsky  : [43608] ffa.b(36): AU: Successfully updated auto update information
11-30 15:14:42.314 22613 22613 I PreferenceCounter: [#MLP#] Clearing all counters  
11-30 15:14:42.316 22613 22613 I PreferenceCounter: [#MLP#] Loading preference counters from store  
11-30 15:14:42.316 22613 22613 I PreferenceCounter: [#MLP#] loading counter for attribute type  Media 
11-30 15:14:42.324 21582 21927 I Finsky  : [43608] ffa.b(36): AU: Successfully updated auto update information
11-30 15:14:42.336 22613 22613 I PreferenceCounter: [#MLP#] loading counter for attribute type  Face 
11-30 15:14:42.338 14965 22384 I Finsky  : [43411] zr.s(1): Completed 0 account content syncs with 0 successful.
11-30 15:14:42.338 14965 14965 I Finsky  : [2] ContentSyncJob.a(1): [ContentSync] Installation state replication succeeded.
11-30 15:14:42.338 14965 14965 I Finsky  : [2] pmo.s(4): SCH: jobFinished: 12-1. TimeElapsed: 122ms.
11-30 15:14:42.342 22613 22613 I PreferenceCounter: [#MLP#] loading counter for attribute type  Location 
11-30 15:14:42.347 22613 22613 I PreferenceCounter: [#MLP#] loading counter for attribute type  Scene 
11-30 15:14:42.350 21582 21927 I Finsky  : [43608] ffa.b(36): AU: Successfully updated auto update information
11-30 15:14:42.352 22613 22613 I PreferenceCounter: [#MLP#] loading counter for attribute type  CliqueNodes 
11-30 15:14:42.357 22613 22613 I ByteUniqueIdGenerator: [#MLP#] Loading data from attribute store  
11-30 15:14:42.357 22613 22613 I AttributeStore: [#MLP#] Loading attributes for  Media 
11-30 15:14:42.363 21582 21927 I Finsky  : [43608] ffa.b(36): AU: Successfully updated auto update information
11-30 15:14:42.391 14965 15041 I Finsky  : [43191] pmg.accept(69): SCH: Scheduling phonesky job Id: 1-1337, CT: 1638256269428, Constraints: [{ L: 42986252, D: 86186252, C: 1, I: 1, N: 1 }]
11-30 15:14:42.405 21582 21927 I Finsky  : [43608] ffa.b(36): AU: Successfully updated auto update information
11-30 15:14:42.428 14965 15024 I Finsky  : [43182] pgq.apply(52): SCH: Scheduling 1 system job(s)
11-30 15:14:42.429 14965 15024 I Finsky  : [43182] pgq.apply(58): SCH: Scheduling system job Id: 9015, L: 39173252, D: 82373252, C: false, I: false, N: 1
11-30 15:14:42.434 21582 21927 I Finsky  : [43608] ffa.b(36): AU: Successfully updated auto update information
11-30 15:14:42.623 21582 21927 I Finsky  : [43608] ffa.b(36): AU: Successfully updated auto update information
11-30 15:14:42.643  2985  2999 W Searchables: No global search activity found
11-30 15:14:42.643  2985  2999 I PrintManagerService: onPackageModified com.microsoft.office.excel
11-30 15:14:42.801 21582 21582 I Finsky  : [2] utv.c(24): UChk: package com.android.chrome has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:14:42.803 21582 21582 I Finsky  : [2] utv.c(24): UChk: package com.microsoft.office.powerpoint has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:14:42.804 21582 21582 I Finsky  : [2] utv.c(24): UChk: package com.google.android.youtube has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:14:42.805 21582 21582 I Finsky  : [2] utv.c(24): UChk: package com.google.android.gm has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:14:42.806 14965 22555 I Finsky  : [43414] pob.a(16): SCH: job service finished with id 9013.
11-30 15:14:42.807 21582 21582 I Finsky  : [2] fev.a(1): AU2: scheduling auto update v2 with 16 apps
11-30 15:14:42.874 21582 21927 I Finsky  : [43608] ffa.b(36): AU: Successfully updated auto update information
11-30 15:14:42.973  4604 21401 D LauncherApps: onPackageChanged 150,com.microsoft.office.excel
11-30 15:14:42.973  4604  4604 D Launcher.Model: onPackageChanged:com.microsoft.office.excel user:UserHandle{150}
11-30 15:14:42.973  4604  4604 D Launcher.Model: isValidStateInKnoxMode:false user:UserHandle{150}
11-30 15:14:42.973  4604  4680 W Launcher.Model: checkFinderState return, operation is not matched
11-30 15:14:42.974  4604  4680 D Launcher.Model: Loader.updatePackage com.microsoft.office.excel
11-30 15:14:42.975  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 150
11-30 15:14:42.975  4604  4680 V LauncherApps: source and target users are different, and caller is knox container or target user is for secure folder, so request cannot be granted!
11-30 15:14:42.975  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 150
11-30 15:14:42.975  4604  4680 V LauncherApps: source and target users are different, and caller is knox container or target user is for secure folder, so request cannot be granted!
11-30 15:14:42.975  4604  4680 D DataLoader: updatePackage:com.microsoft.office.excel
11-30 15:14:42.994  4604  4977 D WidgetLoader: start loading
11-30 15:14:43.010 21582 21927 I Finsky  : [43608] ffa.b(36): AU: Successfully updated auto update information
11-30 15:14:43.150  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:43.150  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:43.150  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:43.461 21582 21582 D AndroidRuntime: Shutting down VM
11-30 15:14:43.477 21582 21582 E AndroidRuntime: FATAL EXCEPTION: main
11-30 15:14:43.477 21582 21582 E AndroidRuntime: Process: com.android.vending, PID: 21582
11-30 15:14:43.477 21582 21582 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at fev.a(PG:83)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at utv.d(PG:8)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at utu.c(PG:4)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at utu.a(PG:3)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at uus.u(PG:2)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at uus.f(PG:24)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at upl.run(PG:8)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 15:14:43.477 21582 21582 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 15:14:43.487 21582 21582 W System.err: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 15:14:43.488 21582 21582 W System.err: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 15:14:43.488 21582 21582 W System.err: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 15:14:43.488 21582 21582 W System.err: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 15:14:43.488 21582 21582 W System.err: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:14:43.488 21582 21582 W System.err: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 15:14:43.488 21582 21582 W System.err: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 15:14:43.488 21582 21582 W System.err: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 15:14:43.488 21582 21582 W System.err: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 15:14:43.488 21582 21582 W System.err: 	at hgo.i(PG:5)
11-30 15:14:43.488 21582 21582 W System.err: 	at hgo.l(PG:2)
11-30 15:14:43.488 21582 21582 W System.err: 	at hgo.c(PG:1)
11-30 15:14:43.488 21582 21582 W System.err: 	at fev.a(PG:83)
11-30 15:14:43.488 21582 21582 W System.err: 	at utv.d(PG:8)
11-30 15:14:43.488 21582 21582 W System.err: 	at utu.c(PG:4)
11-30 15:14:43.488 21582 21582 W System.err: 	at utu.a(PG:3)
11-30 15:14:43.488 21582 21582 W System.err: 	at ute.hR(PG:8)
11-30 15:14:43.488 21582 21582 W System.err: 	at hhw.u(Unknown Source:21)
11-30 15:14:43.488 21582 21582 W System.err: 	at uus.u(PG:2)
11-30 15:14:43.488 21582 21582 W System.err: 	at fxs.run(PG:4)
11-30 15:14:43.488 21582 21582 W System.err: 	at hij.f(Unknown Source:0)
11-30 15:14:43.488 21582 21582 W System.err: 	at uus.f(PG:24)
11-30 15:14:43.488 21582 21582 W System.err: 	at hij.h(Unknown Source:7)
11-30 15:14:43.488 21582 21582 W System.err: 	at hij.hR(Unknown Source:6)
11-30 15:14:43.488 21582 21582 W System.err: 	at hhw.u(Unknown Source:21)
11-30 15:14:43.488 21582 21582 W System.err: 	at upl.run(PG:8)
11-30 15:14:43.488 21582 21582 W System.err: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 15:14:43.488 21582 21582 W System.err: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 15:14:43.488 21582 21582 W System.err: 	at android.os.Looper.loop(Looper.java:164)
11-30 15:14:43.488 21582 21582 W System.err: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 15:14:43.488 21582 21582 W System.err: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:14:43.488 21582 21582 W System.err: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 15:14:43.488 21582 21582 W System.err: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 15:14:43.499 22702 22739 D SharedPreferencesImpl: Time required to fsync /data/user/150/com.microsoft.office.excel/shared_prefs/com.microsoft.office.excel_preferences.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 0, <64: 0, <128: 0, <256: 0, <512: 1, <1024: 0, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:14:43.811  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:14:43.811  2985  2985 I MotionRecognitionService: Plugged
11-30 15:14:43.811  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:14:43.811  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:14:43.813  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:14:43.813  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:14:43.815  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:14:43.815  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:14:43.915  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:14:43.915  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:14:43.915  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:14:44.033 22613 22618 I zygote  : Do partial code cache collection, code=30KB, data=21KB
11-30 15:14:44.033 22613 22618 I zygote  : After code cache collection, code=26KB, data=19KB
11-30 15:14:44.033 22613 22618 I zygote  : Increasing code cache capacity to 128KB
11-30 15:14:44.062  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:14:44.062  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:14:44.062  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:14:44.151  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:44.151  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:44.151  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:44.282  7864  7875 W zygote  : Suspending all threads took: 216.664ms
11-30 15:14:44.397 22613 22613 I GraphDatabase: [#MLP#] max UniqueId generated for type  Media is 35524 
11-30 15:14:44.398 22613 22613 I AttributeStore: [#MLP#] Loading attributes for  Face 
11-30 15:14:44.400  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:14:44.435 22613 22613 I GraphDatabase: [#MLP#] max UniqueId generated for type  Face is 35233 
11-30 15:14:44.435 22613 22613 I AttributeStore: [#MLP#] Loading attributes for  Location 
11-30 15:14:44.497 22613 22613 I GraphDatabase: [#MLP#] max UniqueId generated for type  Location is 4 
11-30 15:14:44.498 22613 22613 I AttributeStore: [#MLP#] Loading attributes for  Scene 
11-30 15:14:44.500 22613 22613 I GraphDatabase: [#MLP#] max UniqueId generated for type  Scene is 98 
11-30 15:14:44.500 22613 22613 I ByteUniqueIdGenerator: [#MLP#] Not a part of graph  
11-30 15:14:44.500 22613 22613 I ByteUniqueIdGenerator: [#MLP#] Not a part of graph  
11-30 15:14:44.500 22613 22613 I AttributeStore: [#MLP#] Loading attributes for  Age 
11-30 15:14:44.501 22613 22613 I ByteUniqueIdGenerator: [#MLP#] No need to process for type  Age 
11-30 15:14:44.501 22613 22613 I ByteUniqueIdGenerator: [#MLP#] Not a part of graph  
11-30 15:14:44.501 22613 22613 I AttributeStore: [#MLP#] Loading attributes for  Story 
11-30 15:14:44.501 22613 22613 I DatabaseHelper: [#MLP#] not a valid table  
11-30 15:14:44.501 22613 22613 I ByteUniqueIdGenerator: [#MLP#] No need to process for type  Story 
11-30 15:14:44.501 22613 22613 I AttributeStore: [#MLP#] Loading attributes for  Transaction 
11-30 15:14:44.531 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:14:44.641 22613 22613 I ByteUniqueIdGenerator: [#MLP#] No need to process for type  Transaction 
11-30 15:14:44.641 22613 22613 I AttributeStore: [#MLP#] Loading attributes for  ShoppingCategory 
11-30 15:14:44.806 22613 22613 I ByteUniqueIdGenerator: [#MLP#] No need to process for type  ShoppingCategory 
11-30 15:14:44.806 22613 22613 I AttributeStore: [#MLP#] Loading attributes for  Brand 
11-30 15:14:44.912 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:14:44.914 21582 21582 W System.err: uncaughtException thread id=2 sysTid=21582 >>> main <<<, check64BitHelper: false
11-30 15:14:44.917 22613 22613 I ByteUniqueIdGenerator: [#MLP#] No need to process for type  Brand 
11-30 15:14:44.917 22613 22613 I AttributeStore: [#MLP#] Loading attributes for  Color 
11-30 15:14:44.917 22613 22613 I DatabaseHelper: [#MLP#] not a valid table  
11-30 15:14:44.917 22613 22613 I ByteUniqueIdGenerator: [#MLP#] No need to process for type  Color 
11-30 15:14:44.917 22613 22613 I AttributeStore: [#MLP#] Loading attributes for  Parent 
11-30 15:14:45.064 22613 22613 I ByteUniqueIdGenerator: [#MLP#] No need to process for type  Parent 
11-30 15:14:45.064 22613 22613 I AttributeStore: [#MLP#] Loading attributes for  Status 
11-30 15:14:45.065 22613 22613 I ByteUniqueIdGenerator: [#MLP#] No need to process for type  Status 
11-30 15:14:45.066 22613 22613 I ByteUniqueIdGenerator: [#MLP#] Not a part of graph  
11-30 15:14:45.067 22613 22613 I PreferenceDBManager: [#MLP#] creating table  PreferencesStoreTable 
11-30 15:14:45.067  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 5 99 -5 -200 -5 -200 -1 99 -102 -12 -30 2 0 2147483647 0x2002 P gsm|lte level=2
11-30 15:14:45.067  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:14:45.069  3510  3510 E SignalClusterView: setSlotFocusVisible : subId 3 visible false
11-30 15:14:45.069  3510  3510 E SignalClusterView: setSlotFocusVisible : subId 3 visible false
11-30 15:14:45.095 21582 21927 I Finsky  : [43608] ffa.b(36): AU: Successfully updated auto update information
11-30 15:14:45.097 21582 21678 I Finsky  : [43567] uuo.run(35): UCtl: Package com.microsoft.office.word client staleness timestamp changed from 1637773706202 to 0, available version changed from 2002752452 to 2002752452 or in-app update priority changed from 0 to 0.
11-30 15:14:45.098 21582 21678 I Finsky  : [43567] uuo.run(37): UCtl: Server update discovery timestamp is changed from 2021-11-24T17:08:22.346478Z to 1970-01-01T00:00:00Z
11-30 15:14:45.116 22613 22613 I PreferenceDBManager: [#MLP#] creating table  PreferencesStoreTable 
11-30 15:14:45.141 22613 22613 I chatty  : uid=5004(oem_5004) identical 6 lines
11-30 15:14:45.144 22613 22613 I PreferenceDBManager: [#MLP#] creating table  PreferencesStoreTable 
11-30 15:14:45.149 22613 22613 I PreferenceDBManager: [#MLP#] creating table  StoryPreferenceTable 
11-30 15:14:45.151  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:45.151  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:45.151  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:45.263 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:14:45.263 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:14:45.498 22613 22613 I ResourceFetcher: [#MLP#] Fetching key  prefDBVersion db version with -1
11-30 15:14:45.687 22613 22613 I PreferenceDBManager: [#MLP#] Preference db upgrade from version  4 to version 4 
11-30 15:14:45.693   559   559 I ServiceManager: [#CMH#] Bound to Package  com.samsung.mlp
11-30 15:14:45.694   559   559 I ServiceManager: [#CMH#] Bound to Package  com.samsung.mlp
11-30 15:14:45.697 22613 22613 I LPService: [#MLP#] Sending response message to CMH 
11-30 15:14:45.698  2985  2995 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:14:45.698 22613 22613 I LPServiceController: [#MLP#] Sending response for  31 with status 0
11-30 15:14:45.698  2985  2995 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:14:45.698 22613 22613 I LPService: [#MLP#] Sending response message to CMH 
11-30 15:14:45.698 22613 22613 I LPServiceController: [#MLP#] Sending response for  31 with status 0
11-30 15:14:45.706 21582 21582 I zygote  : System.exit called, status: 0
11-30 15:14:45.706 21582 21582 I AndroidRuntime: VM exiting with result code 0, cleanup skipped.
11-30 15:14:45.712  2985  2995 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010011 ,Container id: 150
11-30 15:14:45.713  2985  2995 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010011 ,Container id: 150
11-30 15:14:45.713  2985  2995 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:14:45.713  2985  2995 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:14:46.151  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:46.151  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:46.151  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:46.466 22702 22716 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:14:46.751  2985  3002 I zygote  : Successfully killed process cgroup uid 10227 pid 21582 in 0ms
11-30 15:14:46.758  2985  3070 W Choreographer: Frame time is 6.388535 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:14:46.770 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:0%[0%]>.
11-30 15:14:46.772  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:46.774  2985  5088 I chatty  : uid=1000(system) Binder:2985_19 identical 7 lines
11-30 15:14:46.774  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:46.784 10091 10091 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms }
11-30 15:14:46.784 21258 21258 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.gmscompliance.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService }
11-30 15:14:46.795  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:46.800  2985  5088 I chatty  : uid=1000(system) Binder:2985_19 identical 16 lines
11-30 15:14:46.800  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:46.806  2985  5088 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:14:46.806  2985  5088 D API test: getContainerInfo: value is 150,1359085664
11-30 15:14:46.806  2985  5088 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:14:46.806  2985  5088 D API test: getContainerInfo: value is 150,1359085664
11-30 15:14:46.898 21790 21790 I Finsky:background: [2] kmm.onDestroy(8): IPC-SERVER: Stopping gRPC host service...
11-30 15:14:46.901 19185 19185 W System.err: java.lang.IllegalArgumentException: Service not registered: com.lbe.doubleagent.service.proxy.JobProxy$a@17da288
11-30 15:14:46.910 19185 19185 W System.err: 	at android.app.LoadedApk.forgetServiceDispatcher(LoadedApk.java:1526)
11-30 15:14:46.910 19185 19185 W System.err: 	at android.app.ContextImpl.unbindService(ContextImpl.java:1717)
11-30 15:14:46.910 19185 19185 W System.err: 	at android.content.ContextWrapper.unbindService(ContextWrapper.java:722)
11-30 15:14:46.910 19185 19185 W System.err: 	at android.content.ContextWrapper.unbindService(ContextWrapper.java:722)
11-30 15:14:46.910 19185 19185 W System.err: 	at com.lbe.doubleagent.service.proxy.JobProxy.a(JobProxy.java:228)
11-30 15:14:46.910 19185 19185 W System.err: 	at com.lbe.doubleagent.service.proxy.JobProxy.a(JobProxy.java:33)
11-30 15:14:46.910 19185 19185 W System.err: 	at com.lbe.doubleagent.service.proxy.JobProxy$a.b(JobProxy.java:144)
11-30 15:14:46.910 19185 19185 W System.err: 	at com.lbe.doubleagent.service.proxy.JobProxy$a.onServiceDisconnected(JobProxy.java:95)
11-30 15:14:46.910 19185 19185 W System.err: 	at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:1710)
11-30 15:14:46.910 19185 19185 W System.err: 	at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1725)
11-30 15:14:46.910 19185 19185 W System.err: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 15:14:46.910 19185 19185 W System.err: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 15:14:46.910 19185 19185 W System.err: 	at android.os.Looper.loop(Looper.java:164)
11-30 15:14:46.910 19185 19185 W System.err: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 15:14:46.910 19185 19185 W System.err: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:14:46.910 19185 19185 W System.err: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 15:14:46.910 19185 19185 W System.err: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 15:14:46.920 19185 19185 W System.err: java.lang.IllegalArgumentException: Service not registered: com.lbe.doubleagent.service.proxy.JobProxy$a@b839e2b
11-30 15:14:46.920 19185 19185 W System.err: 	at android.app.LoadedApk.forgetServiceDispatcher(LoadedApk.java:1526)
11-30 15:14:46.920 19185 19185 W System.err: 	at android.app.ContextImpl.unbindService(ContextImpl.java:1717)
11-30 15:14:46.920 19185 19185 W System.err: 	at android.content.ContextWrapper.unbindService(ContextWrapper.java:722)
11-30 15:14:46.920 19185 19185 W System.err: 	at android.content.ContextWrapper.unbindService(ContextWrapper.java:722)
11-30 15:14:46.920 19185 19185 W System.err: 	at com.lbe.doubleagent.service.proxy.JobProxy.a(JobProxy.java:228)
11-30 15:14:46.920 19185 19185 W System.err: 	at com.lbe.doubleagent.service.proxy.JobProxy.a(JobProxy.java:33)
11-30 15:14:46.920 19185 19185 W System.err: 	at com.lbe.doubleagent.service.proxy.JobProxy$a.b(JobProxy.java:144)
11-30 15:14:46.920 19185 19185 W System.err: 	at com.lbe.doubleagent.service.proxy.JobProxy$a.onServiceDisconnected(JobProxy.java:95)
11-30 15:14:46.920 19185 19185 W System.err: 	at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:1710)
11-30 15:14:46.920 19185 19185 W System.err: 	at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1725)
11-30 15:14:46.920 19185 19185 W System.err: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 15:14:46.920 19185 19185 W System.err: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 15:14:46.920 19185 19185 W System.err: 	at android.os.Looper.loop(Looper.java:164)
11-30 15:14:46.920 19185 19185 W System.err: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 15:14:46.920 19185 19185 W System.err: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:14:46.920 19185 19185 W System.err: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 15:14:46.920 19185 19185 W System.err: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 15:14:46.924 14965 14965 I Finsky  : [2] pgs.e(6): RM: receive resource status onStart com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:14:46.942  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:46.943  2985  2985 I chatty  : uid=1000 system_server identical 1 line
11-30 15:14:46.944  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:47.007  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:14:47.009  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:14:47.012  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:47.012  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:14:47.012  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:47.012  2985  2985 D AudioService: isEnabled
11-30 15:14:47.012  2985  5088 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:14:47.013  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:14:47.015  4604  4977 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:14:47.015  4604  4680 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:14:47.015  4604  4680 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1195, previously 2540
11-30 15:14:47.015  4604  4977 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1195, previously 2540
11-30 15:14:47.019  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:14:47.025  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:14:47.025  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:14:47.029  4604  4680 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:14:47.029  4604  4977 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:14:47.029  2985  5088 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:14:47.029  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:14:47.031  2985  5094 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:14:47.031  2985  5094 D PersonaManagerService: securefolder Secure Folder
11-30 15:14:47.033  4604  4680 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2546, previously 2540
11-30 15:14:47.034  4604  4977 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2546, previously 2540
11-30 15:14:47.038  4604  4680 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1442, previously 4566
11-30 15:14:47.038  4604  4977 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1442, previously 4566
11-30 15:14:47.038  4604  4680 W ResourceType: ResTable_typeSpec entry count inconsistent: given 383, previously 2136
11-30 15:14:47.038  4604  4977 W ResourceType: ResTable_typeSpec entry count inconsistent: given 383, previously 2136
11-30 15:14:47.044  4604  4680 D LauncherAWProviderInfo: GSA replace initialLayout. 
11-30 15:14:47.044  4604  4977 D LauncherAWProviderInfo: GSA replace initialLayout. 
11-30 15:14:47.048  2985  5088 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:14:47.052  2985  2995 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:14:47.052  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:14:47.064 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:2%[2%]>.
11-30 15:14:47.067  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:47.067  2985  5088 I chatty  : uid=1000(system) Binder:2985_19 identical 1 line
11-30 15:14:47.067  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:47.068 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:14:47.068  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:47.113  2985  5088 I chatty  : uid=1000(system) Binder:2985_19 identical 22 lines
11-30 15:14:47.113  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:47.121  2985  2995 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:14:47.121  2985  2995 D API test: getContainerInfo: value is 150,1359085664
11-30 15:14:47.121  2985  2995 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:14:47.121  2985  2995 D API test: getContainerInfo: value is 150,1359085664
11-30 15:14:47.151  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:47.151  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:47.151  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:47.152  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:14:47.152  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:14:47.202 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:14:47.206 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:14:47.216 22660 22660 I CXA_THROW: RegisterTerminateHandler: Try to register TerminateHandler.
11-30 15:14:47.216 22660 22660 I CXA_THROW: RegisterTerminateHandler: Complete registration of TerminateHandler.
11-30 15:14:47.218 22660 22660 I Registry:  init - START
11-30 15:14:47.246 22660 22660 I RegistryDBUtilities: Registry Database is disabled.
11-30 15:14:47.246 22660 22660 I Registry:  initFile - START
11-30 15:14:47.270  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:47.271  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:14:47.271  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:47.271  2985  2985 D AudioService: isEnabled
11-30 15:14:47.277  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:14:47.280 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:14:47.293  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:14:47.293  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:14:47.296  2985  2995 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:14:47.297  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:14:47.300  2985  2995 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:14:47.300  2985  2995 D PersonaManagerService: securefolder Secure Folder
11-30 15:14:47.314 22702 22702 I CXA_THROW: RegisterTerminateHandler: Try to register TerminateHandler.
11-30 15:14:47.314 22702 22702 I CXA_THROW: RegisterTerminateHandler: Complete registration of TerminateHandler.
11-30 15:14:47.315 22702 22702 I Registry:  init - START
11-30 15:14:47.315  2985  2995 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:14:47.328 22702 22702 I RegistryDBUtilities: Registry Database is disabled.
11-30 15:14:47.328 22702 22702 I Registry:  initFile - START
11-30 15:14:47.332 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:14:47.384 16033 17532 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:47.384 16033 17532 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:47.387  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:14:47.388 22702 22702 I Registry:  initFile - END
11-30 15:14:47.397  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:14:47.397  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:14:47.406 22660 22660 I Registry:  initFile - END
11-30 15:14:47.427 22660 22660 I Registry:  Store Type: FILE
11-30 15:14:47.427 22660 22660 I Registry:  init - END
11-30 15:14:47.459 22702 22702 I Registry:  Store Type: FILE
11-30 15:14:47.459 22702 22702 I Registry:  init - END
11-30 15:14:47.719 22660 22774 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/l_intl.nls_6.tmp => /data/user/0/com.microsoft.office.excel/files/data/l_intl.nls file exists true
11-30 15:14:47.742 22660 22775 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/locale.nls_7.tmp => /data/user/0/com.microsoft.office.excel/files/data/locale.nls file exists true
11-30 15:14:47.746 22660 22776 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/c_1252.nls_8.tmp => /data/user/0/com.microsoft.office.excel/files/data/c_1252.nls file exists true
11-30 15:14:47.746 22702 22777 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/l_intl.nls_6.tmp => /data/user/150/com.microsoft.office.excel/files/data/l_intl.nls file exists true
11-30 15:14:47.839 22702 22778 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/locale.nls_7.tmp => /data/user/150/com.microsoft.office.excel/files/data/locale.nls file exists true
11-30 15:14:47.845 16033 17532 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
11-30 15:14:47.867 16033 17532 W Conscrypt: 	at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:14:47.867 16033 17532 W Conscrypt: 	at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:14:47.882 22702 22781 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/c_1252.nls_8.tmp => /data/user/150/com.microsoft.office.excel/files/data/c_1252.nls file exists true
11-30 15:14:47.923 16033 17532 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
11-30 15:14:47.924 16033 17532 W Conscrypt: 	at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:14:47.924 16033 17532 W Conscrypt: 	at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:14:48.101  4604  4977 D WidgetLoader: enter wait
11-30 15:14:48.151  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:48.151  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:48.151  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:48.649 22660 22760 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_9.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/hr-hr/strings.resjson file exists true
11-30 15:14:48.649 22660 22763 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_10.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/lt-lt/strings.resjson file exists true
11-30 15:14:48.649 22660 22762 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_12.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/fr-fr/strings.resjson file exists true
11-30 15:14:48.751 22660 22775 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_16.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/uk-ua/strings.resjson file exists true
11-30 15:14:48.751 22660 22776 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_17.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/kk-kz/strings.resjson file exists true
11-30 15:14:48.751 22660 22761 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_11.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/lb-lu/strings.resjson file exists true
11-30 15:14:48.752 22660 22776 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_22.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/mi-nz/strings.resjson file exists true
11-30 15:14:48.752 22660 22775 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_21.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/tt-ru/strings.resjson file exists true
11-30 15:14:48.752 22660 22761 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_20.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/he-il/strings.resjson file exists true
11-30 15:14:48.811 22660 22761 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_25.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/de-de/strings.resjson file exists true
11-30 15:14:48.814 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:6%[6%]>.
11-30 15:14:48.816  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:48.817  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 4 lines
11-30 15:14:48.817  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:48.817 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:14:48.820 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:14:48.822 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:14:48.828   559   732 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:14:48.836  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:48.842  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 19 lines
11-30 15:14:48.842  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:48.847  2985  2995 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:14:48.848  2985  2995 D API test: getContainerInfo: value is 150,1359085664
11-30 15:14:48.848  2985  2995 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:14:48.848  2985  2995 D API test: getContainerInfo: value is 150,1359085664
11-30 15:14:48.876 22660 22761 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_28.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/da-dk/strings.resjson file exists true
11-30 15:14:49.020 22660 22762 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_31.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/am-et/strings.resjson file exists true
11-30 15:14:49.151  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:49.151  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:49.151  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:49.282 22660 22775 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/AppInfos.xml_35.tmp => /data/user/0/com.microsoft.office.excel/files/data/AppInfos.xml file exists true
11-30 15:14:49.282 22660 22774 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_34.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/ar-sa/strings.resjson file exists true
11-30 15:14:49.515 22660 22665 I zygote  : Do partial code cache collection, code=29KB, data=25KB
11-30 15:14:49.515 22660 22775 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_38.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/bn-in/strings.resjson file exists true
11-30 15:14:49.515 22660 22665 I zygote  : After code cache collection, code=29KB, data=25KB
11-30 15:14:49.515 22660 22665 I zygote  : Increasing code cache capacity to 128KB
11-30 15:14:49.519 22660 22774 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_40.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/mk-mk/strings.resjson file exists true
11-30 15:14:49.520 22660 22774 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_41.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/gd-gb/strings.resjson file exists true
11-30 15:14:49.523 22660 22775 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_43.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/ml-in/strings.resjson file exists true
11-30 15:14:49.527 22660 22774 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_45.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/gl-es/strings.resjson file exists true
11-30 15:14:49.529 22660 22775 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_47.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/id-id/strings.resjson file exists true
11-30 15:14:49.530 22660 22774 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_46.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/es-mx/strings.resjson file exists true
11-30 15:14:49.617 22660 22774 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_49.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/zh-tw/strings.resjson file exists true
11-30 15:14:49.679 22660 22774 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_50.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/ur-pk/strings.resjson file exists true
11-30 15:14:49.680 22660 22776 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/foundation.android.bundle_24.tmp => /data/user/0/com.microsoft.office.excel/files/data/foundation.android.bundle file exists true
11-30 15:14:49.723 22660 22776 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_52.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/ja-jp/strings.resjson file exists true
11-30 15:14:49.790 22660 22774 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_54.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/fa-ir/strings.resjson file exists true
11-30 15:14:49.908 22660 22774 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_56.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/vi-vn/strings.resjson file exists true
11-30 15:14:50.068 22660 22762 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/deckview.android.bundle_32.tmp => /data/user/0/com.microsoft.office.excel/files/data/deckview.android.bundle file exists true
11-30 15:14:50.070 22660 22762 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/ui.android.bundle_58.tmp => /data/user/0/com.microsoft.office.excel/files/data/ui.android.bundle file exists true
11-30 15:14:50.071 22660 22762 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_59.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/af-za/strings.resjson file exists true
11-30 15:14:50.071 22660 22762 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_60.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/fi-fi/strings.resjson file exists true
11-30 15:14:50.072 22660 22762 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_61.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/fil-ph/strings.resjson file exists true
11-30 15:14:50.074 22660 22760 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/LivePersonaCard.bundle_26.tmp => /data/user/0/com.microsoft.office.excel/files/data/LivePersonaCard.bundle file exists true
11-30 15:14:50.075 22660 22760 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_63.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/cs-cz/strings.resjson file exists true
11-30 15:14:50.077 22660 22760 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_65.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/ko-kr/strings.resjson file exists true
11-30 15:14:50.078 22660 22760 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_66.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/sq-al/strings.resjson file exists true
11-30 15:14:50.078 22660 22762 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_67.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/as-in/strings.resjson file exists true
11-30 15:14:50.079 22660 22762 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_69.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/es-es/strings.resjson file exists true
11-30 15:14:50.152  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:50.152  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:50.152  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:50.181 22660 22760 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_71.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/az-latn-az/strings.resjson file exists true
11-30 15:14:50.249 22660 22760 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_72.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/eu-es/strings.resjson file exists true
11-30 15:14:50.345  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.PACKAGE_CHANGED
11-30 15:14:50.345  3510  3510 D MetadataParser: onPackageUpdated() key = com.microsoft.office.excel
11-30 15:14:50.365 22660 22760 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_73.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/pl-pl/strings.resjson file exists true
11-30 15:14:50.439   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:14:50.448 16433 16509 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:14:50.520  2985  3298 D UcmService: onReceive android.intent.action.PACKAGE_CHANGED
11-30 15:14:50.520  2985  3298 D UcmService: Package update in userId-0 and uid-10011
11-30 15:14:50.530   559   636 I ControllerEventHandler: [#CMH#] onPackageChanged()  null
11-30 15:14:50.530 16433 16509 I ControllerEventHandler: [#CMH#] onPackageChanged()  null
11-30 15:14:50.530 16433 16509 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:14:50.530   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:14:50.596 22660 22760 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_77.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/mt-mt/strings.resjson file exists true
11-30 15:14:50.597 22660 22760 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_78.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/en-gb/strings.resjson file exists true
11-30 15:14:50.598 22660 22760 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_79.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/sr-latn-rs/strings.resjson file exists true
11-30 15:14:50.598 22660 22760 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_80.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/kn-in/strings.resjson file exists true
11-30 15:14:50.599 22660 22760 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_81.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/or-in/strings.resjson file exists true
11-30 15:14:50.599 22660 22760 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_82.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/ug-cn/strings.resjson file exists true
11-30 15:14:50.617 15154 15154 I Finsky:background: [2] kmm.onDestroy(8): IPC-SERVER: Stopping gRPC host service...
11-30 15:14:50.647 22660 22774 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_85.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/is-is/strings.resjson file exists true
11-30 15:14:50.648 22660 22774 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_86.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/tr-tr/strings.resjson file exists true
11-30 15:14:50.648 22660 22774 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_87.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/kok-in/strings.resjson file exists true
11-30 15:14:50.649 22660 22774 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_88.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/hi-in/strings.resjson file exists true
11-30 15:14:50.746 22594 22692 D SharedPreferencesImpl: Time required to fsync /data/user/150/com.microsoft.office.excel/shared_prefs/com.google.android.gms.appid.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 0, <64: 0, <128: 0, <256: 0, <512: 0, <1024: 0, <2048: 0, <4096: 1, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:14:50.761 22660 22760 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/cardviewadaptive.android.bundle_83.tmp => /data/user/0/com.microsoft.office.excel/files/data/cardviewadaptive.android.bundle file exists true
11-30 15:14:50.762 22660 22760 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_91.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/te-in/strings.resjson file exists true
11-30 15:14:50.763 22660 22760 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_92.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/ne-np/strings.resjson file exists true
11-30 15:14:50.768 22660 22760 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_96.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/pt-br/strings.resjson file exists true
11-30 15:14:50.852 22660 22760 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_97.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/sl-si/strings.resjson file exists true
11-30 15:14:50.853 22660 22760 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_98.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/gu-in/strings.resjson file exists true
11-30 15:14:50.855 22660 22760 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_99.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/ta-in/strings.resjson file exists true
11-30 15:14:50.855 22660 22774 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_100.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/cy-gb/strings.resjson file exists true
11-30 15:14:50.856 22660 22774 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_102.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/sr-cyrl-ba/strings.resjson file exists true
11-30 15:14:50.857 22660 22774 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_103.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/ms-my/strings.resjson file exists true
11-30 15:14:50.858 22660 22774 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_104.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/ca-es-valencia/strings.resjson file exists true
11-30 15:14:50.859 22660 22776 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_105.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/it-it/strings.resjson file exists true
11-30 15:14:50.859 22660 22760 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_108.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/fr-ca/strings.resjson file exists true
11-30 15:14:50.861 22660 22760 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_109.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/sr-cyrl-rs/strings.resjson file exists true
11-30 15:14:50.863 22660 22760 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_110.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/quz-pe/strings.resjson file exists true
11-30 15:14:50.895 22660 22774 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/c_1252.nls_113.tmp => /data/user/0/com.microsoft.office.excel/files/data/c_1252.nls file exists true
11-30 15:14:50.895 22660 22776 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_114.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/sk-sk/strings.resjson file exists true
11-30 15:14:50.896 22660 22776 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_117.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/mr-in/strings.resjson file exists true
11-30 15:14:50.896 22660 22763 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_116.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/ca-es/strings.resjson file exists true
11-30 15:14:50.897 22660 22776 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/LivePersonaStrings.json_118.tmp => /data/user/0/com.microsoft.office.excel/files/data/en-US/LivePersonaStrings.json file exists true
11-30 15:14:50.898 22660 22776 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_120.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/sv-se/strings.resjson file exists true
11-30 15:14:50.900 22660 22774 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_122.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/km-kh/strings.resjson file exists true
11-30 15:14:50.901 22660 22763 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/uiraascdnpackageslist.txt_123.tmp => /data/user/0/com.microsoft.office.excel/files/data/uiraascdnpackageslist.txt file exists true
11-30 15:14:50.901 22660 22774 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_124.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/nn-no/strings.resjson file exists true
11-30 15:14:50.902 22660 22763 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_125.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/nl-nl/strings.resjson file exists true
11-30 15:14:50.903 13746 13746 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService PairActivityUserId=150 }
11-30 15:14:50.904 22660 22776 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/l_intl.nls_121.tmp => /data/user/0/com.microsoft.office.excel/files/data/l_intl.nls file exists true
11-30 15:14:50.916 22660 22763 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_127.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/el-gr/strings.resjson file exists true
11-30 15:14:50.917 22660 22763 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_128.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/hu-hu/strings.resjson file exists true
11-30 15:14:50.921 22660 22763 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_131.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/ro-ro/strings.resjson file exists true
11-30 15:14:50.923 22660 22776 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_134.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/et-ee/strings.resjson file exists true
11-30 15:14:50.934  2985  3117 D InputReader: externalDisplayId 0 W 1080 H 1920
11-30 15:14:50.934  2985  3117 I InputReader: Reconfiguring input devices.  changes=0x00000010
11-30 15:14:50.954  3470  3470 D CarrierSvcBindHelper: No carrier app for: 0
11-30 15:14:50.955  3470  3470 D CarrierSvcBindHelper: No carrier app for: 1
11-30 15:14:50.965 22660 22763 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_137.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/zh-cn/strings.resjson file exists true
11-30 15:14:50.966 22660 22763 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_138.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/pt-pt/strings.resjson file exists true
11-30 15:14:50.967 22660 22763 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_139.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/bs-latn-ba/strings.resjson file exists true
11-30 15:14:50.968 22660 22763 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_140.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/ru-ru/strings.resjson file exists true
11-30 15:14:50.969 22660 22763 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_141.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/lv-lv/strings.resjson file exists true
11-30 15:14:50.970 22660 22762 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_142.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/ga-ie/strings.resjson file exists true
11-30 15:14:50.970 22660 22763 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_143.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/nb-no/strings.resjson file exists true
11-30 15:14:50.971 22660 22762 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_144.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/strings.resjson file exists true
11-30 15:14:50.971 22660 22763 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_145.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/pa-in/strings.resjson file exists true
11-30 15:14:50.971 22660 22760 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_146.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/ka-ge/strings.resjson file exists true
11-30 15:14:50.972 22660 22762 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_148.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/bg-bg/strings.resjson file exists true
11-30 15:14:50.979 22660 22763 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_151.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/th-th/strings.resjson file exists true
11-30 15:14:50.980 22660 22763 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/strings.resjson_152.tmp => /data/user/0/com.microsoft.office.excel/files/data/sdx_cardview/lo-la/strings.resjson file exists true
11-30 15:14:50.995 22660 22760 I CompArchiveExtraction: /data/user/0/com.microsoft.office.excel/files/data/tmp/locale.nls_149.tmp => /data/user/0/com.microsoft.office.excel/files/data/locale.nls file exists true
11-30 15:14:51.016 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:6%[6%]>.
11-30 15:14:51.018  3470  3470 D CarrierSvcBindHelper: No carrier app for: 0
11-30 15:14:51.023  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:14:51.023  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1195, previously 2540
11-30 15:14:51.024  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:14:51.024  3470  3470 D CarrierSvcBindHelper: No carrier app for: 1
11-30 15:14:51.024  3470  3470 D ImsResolver: maybeAddedImsService, packageName: com.microsoft.office.excel
11-30 15:14:51.025  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2546, previously 2540
11-30 15:14:51.025  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1442, previously 4566
11-30 15:14:51.025  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 383, previously 2136
11-30 15:14:51.025  3470  3470 D ImsResolver: maybeAddedImsService, packageName: com.microsoft.office.excel
11-30 15:14:51.038  2985  2985 W ResourceType: For resource 0x7f130c16, entry index(3094) is beyond type entryCount(1442)
11-30 15:14:51.038  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:14:51.038  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:14:51.039 16033 22766 I Fitness : OnPackageChangedOperation got intent: Intent { act=android.intent.action.PACKAGE_CHANGED dat=package:com.microsoft.office.excel flg=0x45000010 pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) } [CONTEXT service_id=17 ]
11-30 15:14:51.041  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:51.044  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 7 lines
11-30 15:14:51.044  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:51.045 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:14:51.046  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:51.047  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 4 lines
11-30 15:14:51.047  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:51.050 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:14:51.052 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:14:51.052  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:51.057  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 10 lines
11-30 15:14:51.057  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:51.070  2985  3827 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:14:51.070  2985  3827 D API test: getContainerInfo: value is 150,1359085664
11-30 15:14:51.070  2985  3827 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:14:51.070  2985  3827 D API test: getContainerInfo: value is 150,1359085664
11-30 15:14:51.096  2985  2985 W ResourceType: For resource 0x7f1305f2, entry index(1522) is beyond type entryCount(1442)
11-30 15:14:51.096  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:14:51.096  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:14:51.104  2985  2985 W ResourceType: For resource 0x7f130824, entry index(2084) is beyond type entryCount(1442)
11-30 15:14:51.104  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:14:51.104  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:14:51.152  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:51.152  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:51.152  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:51.160 16033 22792 I Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_CHANGED [CONTEXT service_id=17 ]
11-30 15:14:51.266 16033 14928 D BluetoothAdapter: STATE_BLE_ON
11-30 15:14:51.328 16033 14928 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:14:51.367  2985  2999 I PrintManagerService: onPackageModified com.microsoft.office.excel
11-30 15:14:51.368 13010 22800 I Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_CHANGED [CONTEXT service_id=17 ]
11-30 15:14:51.369 13010 22790 I Fitness : OnPackageChangedOperation got intent: Intent { act=android.intent.action.PACKAGE_CHANGED dat=package:com.microsoft.office.excel flg=0x45000010 pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) } [CONTEXT service_id=17 ]
11-30 15:14:51.423 16033 14928 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:14:51.430 16033 14928 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:14:51.434  4604 21401 D LauncherApps: onPackageChanged 0,com.microsoft.office.excel
11-30 15:14:51.434  4604  4604 D Launcher.Model: onPackageChanged:com.microsoft.office.excel user:UserHandle{0}
11-30 15:14:51.434  4604  4604 D Launcher.Model: isValidStateInKnoxMode:false user:UserHandle{0}
11-30 15:14:51.434  4604  4680 W Launcher.Model: checkFinderState return, operation is not matched
11-30 15:14:51.434  4604  4680 D Launcher.Model: Loader.updatePackage com.microsoft.office.excel
11-30 15:14:51.465  2985  2999 W Searchables: No global search activity found
11-30 15:14:51.466  2985  2999 I PrintManagerService: onPackageModified com.microsoft.office.excel
11-30 15:14:51.470  4604 21401 D LauncherApps: onPackageChanged 150,com.microsoft.office.excel
11-30 15:14:51.470  4604  4604 D Launcher.Model: onPackageChanged:com.microsoft.office.excel user:UserHandle{150}
11-30 15:14:51.470  4604  4604 D Launcher.Model: isValidStateInKnoxMode:false user:UserHandle{150}
11-30 15:14:51.484  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 0
11-30 15:14:51.485  4604  4680 V LauncherApps: Returning activity for profile UserHandle{0} : ComponentInfo{com.microsoft.office.excel/com.microsoft.office.apphost.LaunchActivity}
11-30 15:14:51.490  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:51.490  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:51.493  4604  4680 I ApplicationPackageManager: load=com.microsoft.office.excel, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:14:51.496  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:51.498  4604  4680 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:14:51.502  4604  4680 I ApplicationPackageManager: load=com.microsoft.office.excel-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:14:51.503  4604  4680 D LauncherActivityInfo: packageName: com.microsoft.office.excel, supportTheme: true, height: 144, width: 144, density: 640
11-30 15:14:51.541  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 0
11-30 15:14:51.542  4604  4680 V LauncherApps: Returning activity for profile UserHandle{0} : ComponentInfo{com.microsoft.office.excel/com.microsoft.office.apphost.LaunchActivity}
11-30 15:14:51.542  4604  4680 D DataLoader: updatePackage:com.microsoft.office.excel
11-30 15:14:51.570  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2002, previously 2011
11-30 15:14:51.570  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2773, previously 2855
11-30 15:14:51.571  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 193, previously 1221
11-30 15:14:51.579  2985  5082 D LauncherAppsService: is Package Hidden: false
11-30 15:14:51.608  4604  4680 I AppsModel: addOrUpdater
11-30 15:14:51.608  4604  4680 I AppsModel: addOrUpdater cn = ComponentInfo{com.microsoft.office.excel/com.microsoft.office.apphost.LaunchActivity} , UserHandle{0}
11-30 15:14:51.611  4604  4680 I AppsModel: addOrUpdater update item = IconInfo(title=Excel intent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.microsoft.office.excel/com.microsoft.office.apphost.LaunchActivity (has extras) } id=52 type=0 container=50 screen=0 cellX=1 cellY=0 spanX=1 spanY=1 rank=1 hidden=0 dropPos=null user=UserHandle{0})
11-30 15:14:51.611  4604  4680 D AppsCustomAdapter: notifyUpdate : com.android.launcher3.Launcher@46d4052
11-30 15:14:51.611  4604  4680 D AppsDragController: needDeferToBind : true , false
11-30 15:14:51.611  2985  5082 D LauncherAppsService: is Package Hidden: false
11-30 15:14:51.613  4604  4680 D WidgetLoader: ignore dirty because widgets are not changed
11-30 15:14:51.613  4604  4680 W Launcher.Model: checkFinderState return, operation is not matched
11-30 15:14:51.613  4604  4680 D Launcher.Model: Loader.updatePackage com.microsoft.office.excel
11-30 15:14:51.614  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 150
11-30 15:14:51.614  4604  4680 V LauncherApps: source and target users are different, and caller is knox container or target user is for secure folder, so request cannot be granted!
11-30 15:14:51.614  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 150
11-30 15:14:51.614  4604  4680 V LauncherApps: source and target users are different, and caller is knox container or target user is for secure folder, so request cannot be granted!
11-30 15:14:51.614  4604  4680 D DataLoader: updatePackage:com.microsoft.office.excel
11-30 15:14:51.616  4604  4977 D WidgetLoader: start loading
11-30 15:14:51.675  6077 22802 I Fitness : OnPackageChangedOperation got intent: Intent { act=android.intent.action.PACKAGE_CHANGED dat=package:com.microsoft.office.excel flg=0x45000010 pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) } [CONTEXT service_id=17 ]
11-30 15:14:51.675  6077 22804 I Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_CHANGED [CONTEXT service_id=17 ]
11-30 15:14:51.677  4604  4977 D LauncherAWProviderInfo: GSA replace initialLayout. 
11-30 15:14:51.677  4604  4680 D LauncherAWProviderInfo: GSA replace initialLayout. 
11-30 15:14:51.789 16067  8952 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
11-30 15:14:51.829 13746 15928 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
11-30 15:14:51.830  6077  6492 D BluetoothAdapter: STATE_BLE_ON
11-30 15:14:51.878  6077  6492 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:14:51.880  6077  6492 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:14:51.896 13746 13746 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService PairActivityUserId=150 }
11-30 15:14:51.896 13746 13746 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService PairActivityUserId=150 }
11-30 15:14:51.898 13746 13890 W Icing   : No valid account for uploading user actions
11-30 15:14:51.918  4604  4977 D WidgetLoader: enter wait
11-30 15:14:51.924  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 98, previously 597
11-30 15:14:51.924  2985  2985 W ResourceType: Found multiple library tables, ignoring...
11-30 15:14:51.924  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 6282, previously 6446
11-30 15:14:51.926  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 198, previously 1867
11-30 15:14:51.926  2985  2985 W ResourceType: Found multiple library tables, ignoring...
11-30 15:14:51.933 13746 15926 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=30
11-30 15:14:51.952 16067 16077 I zygote  : Background concurrent copying GC freed 259145(15MB) AllocSpace objects, 44(3MB) LOS objects, 49% free, 15MB/31MB, paused 303us total 425.508ms
11-30 15:14:52.023  2985  2985 D PackageManager: Shame on you for calling the hidden API queryBroadcastReceivers(). Shame!
11-30 15:14:52.038 13746 13890 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:14:52.044 16067 22299 I GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=12803 trafficStatsUid=-1
11-30 15:14:52.056  2985  2985 W ResourceType: For resource 0x7f130fe2, entry index(4066) is beyond type entryCount(1442)
11-30 15:14:52.061  2985  2985 W ResourceType: For resource 0x7f130fe3, entry index(4067) is beyond type entryCount(1442)
11-30 15:14:52.119 16067 22299 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:14:52.152  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:52.152  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:52.152  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:52.322  2985  2985 D SdpManagerService: Not an enterprise user : 0
11-30 15:14:52.392  2985  2985 I PersonaManagerService::Proxy: newPackage is com.microsoft.office.excel
11-30 15:14:52.397  2985  2985 D RCPManagerService: PackageReceiver onReceive()
11-30 15:14:52.419  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 0: now com.samsung.android.contacts
11-30 15:14:52.421  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 150: now null
11-30 15:14:52.431  2985  2985 E DLP_PolicyServiceHelper: No config entry found in DB !
11-30 15:14:52.432  2985  2985 D PackageManager: Shame on you for calling the hidden API queryBroadcastReceivers(). Shame!
11-30 15:14:52.446  2985  2985 D SdpManagerService: Not an enterprise user : 0
11-30 15:14:52.453  2985  2985 I PersonaManagerService::Proxy: newPackage is com.microsoft.office.excel
11-30 15:14:52.477 13746 13890 W Icing   : No valid account for uploading user actions
11-30 15:14:52.478  2985  2985 D RCPManagerService: PackageReceiver onReceive()
11-30 15:14:52.479  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 0: now com.samsung.android.contacts
11-30 15:14:52.480  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 150: now null
11-30 15:14:52.483  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:52.483  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:14:52.483  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:52.483  2985  2985 D AudioService: isEnabled
11-30 15:14:52.521 16067 22299 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:14:52.522 16237 16237 D SFolderShortcutReceiver:  onReceive() user(150) intent:com.sec.knox.action.PACKAGE_CHANGED
11-30 15:14:52.526 13746 13890 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:14:52.528 16237 16237 D LauncherApps: getActivityList callingUserId: 150, target user: 150
11-30 15:14:52.529 16237 16237 V LauncherApps: Returning activity for profile UserHandle{150} : ComponentInfo{com.microsoft.office.excel/com.microsoft.office.apphost.LaunchActivity}
11-30 15:14:52.531 13746 13890 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:14:52.550  2985  5087 D PackageManager: getComponentMetadataForIconTray : com.microsoft.office.apphost.LaunchActivity does not exist in mServices
11-30 15:14:52.550  2985  5087 D PackageManager: getComponentMetadataForIconTray : com.microsoft.office.apphost.LaunchActivity does not exist in mProviders
11-30 15:14:52.550  2985  5087 D PackageManager: getComponentMetadataForIconTray : com.microsoft.office.apphost.LaunchActivity does not exist in mReceivers
11-30 15:14:52.551 16237 16237 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:14:52.551 16237 16237 I ApplicationPackageManager: return adaptive icon for NULL
11-30 15:14:52.563 16067 22299 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:14:52.570  2985  5087 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:14:52.575 16237 16237 D LauncherActivityInfo: packageName: com.microsoft.office.excel, supportTheme: false, height: 288, width: 288, density: 640
11-30 15:14:52.578 16237 16237 D ShortCutModel: aInfo= com.microsoft.office.apphost.LaunchActivity
11-30 15:14:52.581 13746 13890 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:14:52.632 16237 16237 D SFolderContainerUtils: isVerified= true
11-30 15:14:52.918 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:12%[12%]>.
11-30 15:14:52.920  2985  5087 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:52.920  2985  5087 I chatty  : uid=1000(system) Binder:2985_18 identical 1 line
11-30 15:14:52.920  2985  5087 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:52.922 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:14:52.925  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:52.925  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:14:52.925  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:52.925  2985  2985 D AudioService: isEnabled
11-30 15:14:52.925 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:14:52.926  2985  5087 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:52.926  2985  5087 I chatty  : uid=1000(system) Binder:2985_18 identical 1 line
11-30 15:14:52.926  2985  5087 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:52.926  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:14:52.927  2985  5087 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:52.927  2985  5087 I chatty  : uid=1000(system) Binder:2985_18 identical 4 lines
11-30 15:14:52.928  2985  5087 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:52.928 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:14:52.930  2985  5087 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:52.931  2985  5087 I chatty  : uid=1000(system) Binder:2985_18 identical 4 lines
11-30 15:14:52.931  2985  5087 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:52.935  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:14:52.935  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:14:52.939  2985  5087 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:14:52.939  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:14:52.949  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:52.952  2985  5088 I chatty  : uid=1000(system) Binder:2985_19 identical 7 lines
11-30 15:14:52.952  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:52.959  2985  5088 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:14:52.959  2985  5088 D API test: getContainerInfo: value is 150,1359085664
11-30 15:14:52.960  2985  5088 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:14:52.960  2985  5088 D API test: getContainerInfo: value is 150,1359085664
11-30 15:14:52.970  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:14:52.975  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:14:52.975  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:14:52.979  2985  5087 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:14:52.979  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:14:53.079  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:14:53.079  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:14:53.152  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:53.152  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:53.152  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:53.254  2985  5087 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:14:53.255  2985  5087 D PersonaManagerService: securefolder Secure Folder
11-30 15:14:53.261  2985  5087 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:14:53.261  2985  5087 D PersonaManagerService: securefolder Secure Folder
11-30 15:14:53.296  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:53.297  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:14:53.297  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:53.297  2985  2985 D AudioService: isEnabled
11-30 15:14:53.300  2985  5087 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:14:53.305  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:14:53.310  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:14:53.310  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:14:53.314  2985  5088 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:14:53.314  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:14:53.314  2985  5087 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:14:53.315  2985  5087 D PersonaManagerService: securefolder Secure Folder
11-30 15:14:53.326  2985  5087 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:14:53.414  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:14:53.414  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:14:53.612 22702 22757 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_9.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/es-es/strings.resjson file exists true
11-30 15:14:53.620 22702 22756 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_10.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/th-th/strings.resjson file exists true
11-30 15:14:53.621  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:14:53.621  2985  2985 I MotionRecognitionService: Plugged
11-30 15:14:53.621  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:14:53.621  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:14:53.625  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:14:53.625  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:14:53.626  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:14:53.626 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:14:53.626 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:14:53.626  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:14:53.626  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:14:53.627 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:14:53.628 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:14:53.628  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:14:53.628  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:14:53.628  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:14:53.673 22702 22777 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_11.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/mk-mk/strings.resjson file exists true
11-30 15:14:53.690 22702 22778 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_14.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/mr-in/strings.resjson file exists true
11-30 15:14:53.881 22702 22756 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_18.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/fr-ca/strings.resjson file exists true
11-30 15:14:53.963 22702 22778 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_19.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/nn-no/strings.resjson file exists true
11-30 15:14:53.980 22702 22759 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_21.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/ja-jp/strings.resjson file exists true
11-30 15:14:53.993 22702 22757 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_23.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/gd-gb/strings.resjson file exists true
11-30 15:14:54.010 22702 22756 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_22.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/et-ee/strings.resjson file exists true
11-30 15:14:54.148 22702 22758 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_26.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/bs-latn-ba/strings.resjson file exists true
11-30 15:14:54.152  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:54.152  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:54.152  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:54.187 22702 22759 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_27.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/pt-pt/strings.resjson file exists true
11-30 15:14:54.204 22702 22756 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_30.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/ur-pk/strings.resjson file exists true
11-30 15:14:54.238 22702 22757 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_28.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/sv-se/strings.resjson file exists true
11-30 15:14:54.285 22702 22759 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/uiraascdnpackageslist.txt_31.tmp => /data/user/150/com.microsoft.office.excel/files/data/uiraascdnpackageslist.txt file exists true
11-30 15:14:54.329 22702 22777 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_33.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/zh-cn/strings.resjson file exists true
11-30 15:14:54.346 22702 22758 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_32.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/ca-es/strings.resjson file exists true
11-30 15:14:54.376 22702 22756 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_34.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/ug-cn/strings.resjson file exists true
11-30 15:14:54.394 22702 22781 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_35.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/sr-cyrl-rs/strings.resjson file exists true
11-30 15:14:54.410 22702 22757 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_36.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/es-mx/strings.resjson file exists true
11-30 15:14:54.425 22702 22778 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_37.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/tt-ru/strings.resjson file exists true
11-30 15:14:54.441 22702 22759 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_38.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/he-il/strings.resjson file exists true
11-30 15:14:54.491 22702 22756 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_40.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/it-it/strings.resjson file exists true
11-30 15:14:54.546 22702 22777 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_41.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/cy-gb/strings.resjson file exists true
11-30 15:14:54.603 22702 22757 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_43.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/sr-cyrl-ba/strings.resjson file exists true
11-30 15:14:54.661  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:14:54.661  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:14:54.661  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:14:54.663 22702 22756 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_46.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/fil-ph/strings.resjson file exists true
11-30 15:14:54.782 22702 22757 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_47.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/mt-mt/strings.resjson file exists true
11-30 15:14:54.795 22702 22758 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_48.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/kn-in/strings.resjson file exists true
11-30 15:14:54.812 22702 22756 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_50.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/te-in/strings.resjson file exists true
11-30 15:14:54.974 22702 22781 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_51.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/ne-np/strings.resjson file exists true
11-30 15:14:55.013 22702 22759 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_52.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/lt-lt/strings.resjson file exists true
11-30 15:14:55.064 22702 22707 I zygote  : Do partial code cache collection, code=28KB, data=25KB
11-30 15:14:55.064 22702 22707 I zygote  : After code cache collection, code=27KB, data=24KB
11-30 15:14:55.064 22702 22707 I zygote  : Increasing code cache capacity to 128KB
11-30 15:14:55.077 22702 22756 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_53.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/am-et/strings.resjson file exists true
11-30 15:14:55.093 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:14%[14%]>.
11-30 15:14:55.095  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:55.095  2985  4271 I chatty  : uid=1000(system) Binder:2985_10 identical 1 line
11-30 15:14:55.095  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:55.097 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:14:55.097  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:55.099  2985  4271 I chatty  : uid=1000(system) Binder:2985_10 identical 7 lines
11-30 15:14:55.099  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:55.099  2985  5087 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:55.099  2985  5087 I chatty  : uid=1000(system) Binder:2985_18 identical 1 line
11-30 15:14:55.099  2985  5087 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:55.100 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:14:55.100  2985  5087 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:55.100  2985  5087 I chatty  : uid=1000(system) Binder:2985_18 identical 1 line
11-30 15:14:55.100  2985  5087 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:55.102 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:14:55.116 22702 22778 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_55.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/ar-sa/strings.resjson file exists true
11-30 15:14:55.126  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:55.129  2985  4271 I chatty  : uid=1000(system) Binder:2985_10 identical 7 lines
11-30 15:14:55.129  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:55.146  2985  5087 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.parallel.space.lite user:0
11-30 15:14:55.150  2985  5087 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:14:55.150  2985  5087 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.parallel.space.lite user:0
11-30 15:14:55.150  2985  5087 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:14:55.152  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:55.152  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:55.152  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:55.154 22702 22756 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_58.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/tr-tr/strings.resjson file exists true
11-30 15:14:55.200 22702 22759 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_59.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/ta-in/strings.resjson file exists true
11-30 15:14:55.233 22819 22819 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:14:55.235 22702 22777 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/cardviewadaptive.android.bundle_60.tmp => /data/user/150/com.microsoft.office.excel/files/data/cardviewadaptive.android.bundle file exists true
11-30 15:14:55.235 22819 22819 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:55.237 22819 22819 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.parallel.space.lite 
11-30 15:14:55.243  2985  5088 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:14:55.243  2985  5088 D API test: getContainerInfo: value is 150,1359085664
11-30 15:14:55.243  2985  5088 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:14:55.243  2985  5088 D API test: getContainerInfo: value is 150,1359085664
11-30 15:14:55.256  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:55.257  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:14:55.257  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:55.257  2985  2985 D AudioService: isEnabled
11-30 15:14:55.264  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:14:55.270  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:14:55.270  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:14:55.273  2985  5088 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:14:55.273  2985  5087 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:14:55.274  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:14:55.274  2985  5088 D PersonaManagerService: securefolder Secure Folder
11-30 15:14:55.283 22702 22756 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_63.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/is-is/strings.resjson file exists true
11-30 15:14:55.291  2985  4271 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:14:55.336  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:14:55.336  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:14:55.336  2985  4271 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:55.342  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:14:55.342  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:14:55.342  2985  4271 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:55.346 22819 22819 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:55.374  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:14:55.374  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:14:55.377 22702 22757 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_62.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/az-latn-az/strings.resjson file exists true
11-30 15:14:55.410 22819 22819 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10227
11-30 15:14:55.412 22819 22819 D Proxy   : mdoP is null: 10227
11-30 15:14:55.499 22702 22758 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_65.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/gl-es/strings.resjson file exists true
11-30 15:14:55.539 22660 22660 I ExceptionHandler: JNI_OnLoad()
11-30 15:14:55.567 22702 22759 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_70.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/sq-al/strings.resjson file exists true
11-30 15:14:55.569 22819 22819 W System.err: my process name com.parallel.space.lite
11-30 15:14:55.601 22702 22757 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_71.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/sr-latn-rs/strings.resjson file exists true
11-30 15:14:55.690 22660 22660 I ExceptionHandler: NativeCrashManager: Logcat log collection is disabled.
11-30 15:14:55.691 22660 22660 E ExceptionHandler: getActiveNetwork returned null network.
11-30 15:14:55.716 22660 22835 D ConnectivityManager: requestNetwork; CallingUid : 10011, CallingPid : 22660
11-30 15:14:55.749 22702 22756 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_67.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/en-gb/strings.resjson file exists true
11-30 15:14:55.755  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:55.755  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:55.755  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:55.756  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:55.756  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:55.756  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:55.756  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:55.756  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:55.756  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:55.756  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:55.756  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:55.756  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:55.756  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:55.757  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:55.757  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:55.757  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:55.757  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:55.757  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:55.782 22660 22660 V CXA_THROW: Hitting __cxa_throw  
11-30 15:14:55.782 22660 22660 V CXA_THROW: SetLastExceptionInfoForThread: Called
11-30 15:14:55.782 22660 22660 V CXA_THROW: SetLastExceptionInfoForThread: Creating entry for first time.
11-30 15:14:55.783 22660 22660 I CXA_THROW: SetLastExceptionInfoForThread: TLS entry updated.
11-30 15:14:55.783 22660 22660 V CXA_THROW: __cxa_throw not yet loaded, calling LoadOriginalThrowCode
11-30 15:14:55.783 22660 22660 V CXA_THROW: Trying to load __cxa_throw
11-30 15:14:55.783 22660 22660 I SharedLibraryLoader: loadCommonLibrary. Start dlopen(c++_shared, 1)
11-30 15:14:55.784 22660 22660 I SharedLibraryLoader: loadCommonLibrary. dlopen(/data/user/0/com.microsoft.office.excel/files/data/applibs/libc++_shared.so, 1) successful. handle=0x4eff2eb7
11-30 15:14:55.784 22660 22660 I SharedLibraryLoader: loadCommonLibrary. dlopen(c++_shared, 1) successful. handle=0x4eff2eb7
11-30 15:14:55.784 22660 22660 I SharedLibraryLoader: loadCommonLibrary. End dlopen(c++_shared, 1)
11-30 15:14:55.785 22660 22660 I CXA_THROW: Successfully loaded __cxa_throw
11-30 15:14:55.807 22702 22759 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_73.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/as-in/strings.resjson file exists true
11-30 15:14:55.814 22660 22843 I AriaNotificationsManager: Aria NotificationsListener already unregistered
11-30 15:14:55.824 22702 22757 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_74.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/bn-in/strings.resjson file exists true
11-30 15:14:55.841 22702 22777 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_75.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/id-id/strings.resjson file exists true
11-30 15:14:55.855 22660 22660 E 0:4128298168: :platstubs.cpp,Line#543:FreeLibrary NOTIMPL 
11-30 15:14:55.873 22702 22756 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_76.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/fr-fr/strings.resjson file exists true
11-30 15:14:55.888 22702 22757 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_78.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/ko-kr/strings.resjson file exists true
11-30 15:14:55.893 22660 22660 I ExceptionHandler: NativeCrashManager: Logcat log collection is disabled.
11-30 15:14:55.905 22702 22758 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_77.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/vi-vn/strings.resjson file exists true
11-30 15:14:55.918 22702 22778 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_80.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/fi-fi/strings.resjson file exists true
11-30 15:14:55.999 22702 22756 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_82.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/af-za/strings.resjson file exists true
11-30 15:14:56.014 22660 22660 I zygote  : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
11-30 15:14:56.097  2985  5088 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.facebook.katana user:0
11-30 15:14:56.097  2985  5088 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:14:56.097  2985  5088 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.facebook.katana user:0
11-30 15:14:56.097  2985  5088 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:14:56.109 22869 22869 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:14:56.111 22869 22869 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:56.112 22869 22869 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.facebook.katana 
11-30 15:14:56.121 22819 22819 W System.err: 109896fce92890c7f17cb75f1f5a69bd7e2e993b
11-30 15:14:56.139 22819 22860 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:14:56.140 22819 22861 D NetworkSecurityConfig: No Network Security Config specified, using platform default
11-30 15:14:56.142 22702 22758 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/AppInfos.xml_86.tmp => /data/user/150/com.microsoft.office.excel/files/data/AppInfos.xml file exists true
11-30 15:14:56.149 22819 22860 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:14:56.149 22819 22868 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:14:56.149 22819 22868 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:14:56.152  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:56.152  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:56.152  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:56.153  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10098 ,Container id: 0
11-30 15:14:56.153  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10098 ,Container id: 0
11-30 15:14:56.153  2985  4271 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:56.158  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10098 ,Container id: 0
11-30 15:14:56.158  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10098 ,Container id: 0
11-30 15:14:56.158  2985  4271 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:56.163 22869 22869 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:56.191 22819 22890 W DynamiteModule: Local module descriptor class for com.google.android.gms.measurement.dynamite not found.
11-30 15:14:56.195 22869 22869 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10098
11-30 15:14:56.197 22869 22869 D Proxy   : mdoP is null: 10098
11-30 15:14:56.278 22819 22887 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:56.278 22819 22887 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:56.293  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:14:56.363 22702 22757 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_90.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/pl-pl/strings.resjson file exists true
11-30 15:14:56.388 22702 22759 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_89.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/ka-ge/strings.resjson file exists true
11-30 15:14:56.404 22702 22758 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_91.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/cs-cz/strings.resjson file exists true
11-30 15:14:56.442 22702 22778 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_92.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/hu-hu/strings.resjson file exists true
11-30 15:14:56.459 22702 22756 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_93.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/fa-ir/strings.resjson file exists true
11-30 15:14:56.486 22819 22819 W zygote  : Verification of void android.support.graphics.drawable.d.b(java.lang.String, java.util.Map) took 176.992ms
11-30 15:14:56.489 22702 22757 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_94.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/zh-tw/strings.resjson file exists true
11-30 15:14:56.489 22702 22759 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/ui.android.bundle_95.tmp => /data/user/150/com.microsoft.office.excel/files/data/ui.android.bundle file exists true
11-30 15:14:56.501 22819 22860 W zygote  : Unsupported class loader
11-30 15:14:56.506 22702 22758 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/l_intl.nls_97.tmp => /data/user/150/com.microsoft.office.excel/files/data/l_intl.nls file exists true
11-30 15:14:56.510 22819 22861 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:56.510 22819 22861 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:56.511  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:14:56.515 22819 22860 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:14:56.521 22702 22777 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_96.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/eu-es/strings.resjson file exists true
11-30 15:14:56.536 22702 22781 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_98.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/nl-nl/strings.resjson file exists true
11-30 15:14:56.553 22702 22778 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/LivePersonaStrings.json_99.tmp => /data/user/150/com.microsoft.office.excel/files/data/en-US/LivePersonaStrings.json file exists true
11-30 15:14:56.574 22702 22756 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_100.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/strings.resjson file exists true
11-30 15:14:56.579 22819 22860 W zygote  : Unsupported class loader
11-30 15:14:56.599 22702 22759 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_102.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/ml-in/strings.resjson file exists true
11-30 15:14:56.602 22819 22860 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:14:56.616 22702 22758 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_103.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/km-kh/strings.resjson file exists true
11-30 15:14:56.624 22869 22869 W CrashLoopRemedyLog: unable to delete remedy log, instaCrash: false
11-30 15:14:56.625 22869 22869 W CrashLoopRemedyLog: unable to delete remedy log, instaCrash: true
11-30 15:14:56.641 22869 22869 W ErrorReportingAppInit: Errorreporting: Lacrima
11-30 15:14:56.665 22819 22819 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:14:56.672 22819 22819 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:14:56.676 22819 22890 W zygote  : Unsupported class loader
11-30 15:14:56.697 22869 22869 W lacrima : FbErrorReportingConfig.earlyInit
11-30 15:14:56.699 22819 22890 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:14:56.716 22819 22890 W DynamiteModule: Local module descriptor class for com.google.android.gms.measurement.dynamite not found.
11-30 15:14:56.719  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:14:56.720  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:14:56.720  2985  3827 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:56.731 22702 22781 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_105.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/el-gr/strings.resjson file exists true
11-30 15:14:56.883 22869 22869 W AppStateLoggerNative: AppStateLoggerNative.initializeNativeCrashReporting not called.
11-30 15:14:56.891  2680  2680 E audit   : type=1400 audit(1638260096.876:39721): avc:  denied  { read } for  pid=22869 comm="facebook.katana" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:56.891  2680  2680 E audit   : type=1300 audit(1638260096.876:39721): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=e8f6bc90 a2=20000 a3=0 items=0 ppid=2693 pid=22869 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="facebook.katana" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:56.891  2680  2680 E audit   : type=1327 audit(1638260096.876:39721): proctitle="com.facebook.katana"
11-30 15:14:56.891 22869 22869 W lacrima : Start JavaAppDeathCrashDetector... X.0b1
11-30 15:14:56.892 22819 22819 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:213806100
11-30 15:14:56.892 22819 22819 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 213806100
11-30 15:14:56.895 22869 22869 W lacrima : Send pending reports
11-30 15:14:56.899 22819 22819 D DynamitePackage: Instantiated singleton DynamitePackage.
11-30 15:14:56.899 22819 22819 D DynamitePackage: Instantiating com.google.android.gms.ads.ChimeraMobileAdsSettingManagerCreatorImpl
11-30 15:14:56.908 22869 22869 W Unnonodex: Using legacy splash
11-30 15:14:56.908 22869 22869 W Unnonodex: Legacy app components are blocked
11-30 15:14:56.922 22869 22929 W AppInitScheduler|Run: Running InitSharedLibraries [*]
11-30 15:14:56.925 22869 22930 W AppInitScheduler|Run: Running InitMultiProcessTracker
11-30 15:14:56.928 22869 22926 W OnProcessInitInvoker: Ignored missing AppInit dependency: 64:InitFRay
11-30 15:14:56.929 22869 22931 W AppInitScheduler|Run: Running InitNonSdkApiUsageReporting
11-30 15:14:56.930 22869 22931 W AppInitScheduler|Run:   Finished InitNonSdkApiUsageReporting in 1ms
11-30 15:14:56.930 22869 22932 W AppInitScheduler|Run: Running InitQuickOrder
11-30 15:14:56.931 22869 22932 W AppInitScheduler|Run:   Finished InitQuickOrder in 0ms
11-30 15:14:56.933 22869 22930 W AppInitScheduler|Run:   Finished InitMultiProcessTracker in 9ms
11-30 15:14:56.937 22869 22933 W FileBasedMultiProcessTracker: <default>: Initializing FileBasedMultiProcessTracking using /data/user/0/com.facebook.katana/app_multiprocess_tracking
11-30 15:14:56.938 22869 22933 W FileBasedMultiProcessTracker: <default>: Creating file to track 22869
11-30 15:14:56.993 22819 22819 D ConnectivityManager: requestNetwork; CallingUid : 10227, CallingPid : 22819
11-30 15:14:56.997 22869 22939 W FileBasedMultiProcessTracker: <default>: Observed removed PID: 21139
11-30 15:14:57.001 22869 22933 W FileBasedMultiProcessTracker: <default>: FileBasedMultiProcessTracker ready!
11-30 15:14:57.003 22819 22819 I Ads     : Updating ad debug logging enablement.
11-30 15:14:57.014  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:57.014  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:57.014  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:57.015  2985  3171 D WIFI_UT : got request NetworkRequest [ TRACK_DEFAULT id=5224, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:14:57.015  2985  3171 D WIFI_UT :   my score=2147483647, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:14:57.015  2985  3171 D WIFI_UT : evalRequest
11-30 15:14:57.015  2985  3171 D WIFI_UT :   needNetworkFor
11-30 15:14:57.017  2985  3453 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=5224, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:14:57.017  2985  3453 D Ethernet:   my score=-1, my filter=[ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps]
11-30 15:14:57.017  2985  3453 D Ethernet: evalRequest
11-30 15:14:57.017  2985  3453 D Ethernet:   done
11-30 15:14:57.018  2985  3171 D WIFI    : got request NetworkRequest [ TRACK_DEFAULT id=5224, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:14:57.018  2985  3171 D WIFI    :   my score=60, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:14:57.018  2985  3171 D WIFI    : evalRequest
11-30 15:14:57.018  2985  3171 D WIFI    :   needNetworkFor
11-30 15:14:57.018  2985  3219 D WIFI_P2P: got request NetworkRequest [ TRACK_DEFAULT id=5224, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:14:57.018  2985  3219 D WIFI_P2P:   my score=60, my filter=[ Transports: WIFI Capabilities: WIFI_P2P&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:14:57.018  2985  3219 D WIFI_P2P: evalRequest
11-30 15:14:57.018  2985  3219 D WIFI_P2P:   done
11-30 15:14:57.021 22702 22758 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/deckview.android.bundle_107.tmp => /data/user/150/com.microsoft.office.excel/files/data/deckview.android.bundle file exists true
11-30 15:14:57.022  3470  3470 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=5224, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:14:57.022  3470  3470 D PhoneSwitcherNetworkRequstListener:   my score=101, my filter=[ Transports: CELLULAR Capabilities: MMS&SUPL&DUN&FOTA&IMS&CBS&IA&RCS&XCAP&EIMS&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&ENT1&FOC Specifier: <android.net.MatchAllNetworkSpecifier@0>]
11-30 15:14:57.022  3470  3470 D PhoneSwitcherNetworkRequstListener: evalRequest
11-30 15:14:57.022  3470  3470 D PhoneSwitcherNetworkRequstListener:   needNetworkFor
11-30 15:14:57.022  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-9ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:57.023  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-9ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:57.023  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-9ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:57.023  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-8ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:57.023  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-8ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:57.023  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-8ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:57.023  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-8ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:57.023  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-8ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:57.023  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-8ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:57.023  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:57.023  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:57.023  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:57.023  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:57.023  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:57.023  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:14:57.035 22869 22869 W AppStateLoggerNative: AppStateLoggerNative.initializeNativeCrashReporting not called.
11-30 15:14:57.066 22869 22929 W AppInitScheduler|Run:   Finished InitSharedLibraries in 144ms
11-30 15:14:57.069 22819 22945 W ConnectionStatusConfig: Dynamic lookup for intent failed for action: com.google.android.gms.leibniz.events.service.START
11-30 15:14:57.069 22869 22946 W AppInitScheduler|Run: Running LoadLibDexLoad [*]
11-30 15:14:57.071 22869 22948 W AppInitScheduler|Run: Running GeneratePerfStats [*]
11-30 15:14:57.073 22869 22929 W AppInitScheduler|Run: Running InitClassFailureStapler
11-30 15:14:57.073 22869 22931 W AppInitScheduler|Run: Running InitCrashLoopMitigation
11-30 15:14:57.074 22869 22932 W AppInitScheduler|Run: Running InitOxygenCrashReporter
11-30 15:14:57.074 22869 22929 W AppInitScheduler|Run:   Finished InitClassFailureStapler in 0ms
11-30 15:14:57.074 22869 22932 W AppInitScheduler|Run:   Finished InitOxygenCrashReporter in 0ms
11-30 15:14:57.075  2680  2680 E audit   : type=1400 audit(1638260097.056:39722): avc:  denied  { read } for  pid=22948 comm="AppInit7" name="vmstat" dev="proc" ino=4026534951 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:57.075  2680  2680 E audit   : type=1300 audit(1638260097.056:39722): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=d17b8020 a2=20000 a3=0 items=0 ppid=2693 pid=22948 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit7" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:57.075  2680  2680 E audit   : type=1327 audit(1638260097.056:39722): proctitle="com.facebook.katana"
11-30 15:14:57.075 22869 22950 W AppInitScheduler|Run: Running LoadLibColdStart
11-30 15:14:57.075 22869 22947 W AppInitScheduler|Run: Running FixArtDebugging [*]
11-30 15:14:57.075 22869 22949 W AppInitScheduler|Run: Running EnableExtraTracing
11-30 15:14:57.075 22869 22949 W AppInitScheduler|Run:   Finished EnableExtraTracing in 1ms
11-30 15:14:57.075 22869 22947 W AppInitScheduler|Run:   Finished FixArtDebugging in 1ms
11-30 15:14:57.077 22819 22945 W GmsClient: unable to connect to service: com.google.android.gms.leibniz.events.service.START on com.google.android.gms
11-30 15:14:57.082 22869 22948 W AppInitScheduler|Run:   Finished GeneratePerfStats in 11ms
11-30 15:14:57.083 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:17%[17%]>.
11-30 15:14:57.084 22702 22758 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_112.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/de-de/strings.resjson file exists true
11-30 15:14:57.087 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:14:57.089  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:57.090  2985  4271 I chatty  : uid=1000(system) Binder:2985_10 identical 4 lines
11-30 15:14:57.090  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:57.093 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:14:57.096 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:14:57.110 22702 22758 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_113.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/ca-es-valencia/strings.resjson file exists true
11-30 15:14:57.150 22819 22917 I Ads     : App measurement initialized, version: 45018
11-30 15:14:57.150 22819 22917 I Ads     : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
11-30 15:14:57.153  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:57.153  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:57.153  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:57.169 22819 22917 I zygote  : Deoptimizing java.lang.Object hv.b(java.lang.Object) due to JIT inline cache
11-30 15:14:57.214 16067 16067 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
11-30 15:14:57.214 16067 16067 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
11-30 15:14:57.247 22869 22946 W AppInitScheduler|Run:   Finished LoadLibDexLoad in 178ms
11-30 15:14:57.247 22869 22929 W AppInitScheduler|Run: Running DisableRuntimeVerification [*]
11-30 15:14:57.248 22869 22929 W Verifier: Could not disable runtime verification
11-30 15:14:57.248 22819 22819 I WebViewFactory: Loading com.android.chrome version 95.0.4638.74 (code 463807420)
11-30 15:14:57.248 22869 22930 W AppInitScheduler|Run: Running InitClassTracing
11-30 15:14:57.248 22869 22949 W AppInitScheduler|Run: Running InitLacrimaEarlyNative
11-30 15:14:57.248 22869 22929 W AppInitScheduler|Run:   Finished DisableRuntimeVerification in 0ms
11-30 15:14:57.248 22869 22929 W AppInitScheduler|Run: Running InitTerminateHandler
11-30 15:14:57.248 22869 22932 W AppInitScheduler|Run: Running InitDitto [*]
11-30 15:14:57.248 22869 22948 W AppInitScheduler|Run: Running LoadVoltronModules
11-30 15:14:57.248 22869 22946 W AppInitScheduler|Run: Running PreConnect
11-30 15:14:57.248 22869 22929 W AppInitScheduler|Run:   Finished InitTerminateHandler in 1ms
11-30 15:14:57.250 22869 22931 W dalvik-internals: sigaction64 not found, falling back
11-30 15:14:57.250 22869 22931 W dalvik-internals: sigaction succeeded
11-30 15:14:57.250 22869 22930 W AppInitScheduler|Run:   Finished InitClassTracing in 2ms
11-30 15:14:57.250 22869 22930 W AppInitScheduler|Run: Running InitMemoryTracer
11-30 15:14:57.250 22869 22947 W AppInitScheduler|Run: Running InitDeadCodeDetection
11-30 15:14:57.250 22869 22930 W AppInitScheduler|Run:   Finished InitMemoryTracer in 1ms
11-30 15:14:57.250 22869 22947 W AppInitScheduler|Run:   Finished InitDeadCodeDetection in 1ms
11-30 15:14:57.265 22869 22931 W dalvik-internals: ignoring failure to find _ZN3art12FaultManager35EnsureArtActionInFrontOfSignalChainEv: could not hook _ZN3art12FaultManager35EnsureArtActionInFrontOfSignalChainEv
11-30 15:14:57.265 22869 22931 V dalvik-internals: hooked signal using trap ()
11-30 15:14:57.267 22869 22931 V dalvik-internals: hooked sysv_signal using trap ()
11-30 15:14:57.267 22869 22931 V dalvik-internals: hooked bsd_signal using trap ()
11-30 15:14:57.267 22869 22931 V dalvik-internals: hooked sigaction using trap ()
11-30 15:14:57.267 22869 22931 I dalvik-internals: integrateWithCrashLog crashlog: /data/user/0/com.facebook.katana/crash_log, insta_crashlog: /data/user/0/com.facebook.katana/insta_crash_log
11-30 15:14:57.267 22869 22931 I dalvik-internals: installed sigmux crash handler for crash log
11-30 15:14:57.267 22869 22931 W AppInitScheduler|Run:   Finished InitCrashLoopMitigation in 194ms
11-30 15:14:57.343 22869 22946 W AppInitScheduler|Run:   Finished PreConnect in 94ms
11-30 15:14:57.430 22869 22948 E VoltronModuleManager: Unable to load installed module dittomodule
11-30 15:14:57.430 22869 22948 E VoltronModuleManager: X.0QB: Module: dittomodule not found in path: /data/data/com.facebook.katana/modules/dittomodule_1ee614fd41e2be9cb5f8fbba6783cc0dcf5b6777f5cdf528426cb5fbcbec0788/download.zip
11-30 15:14:57.430 22869 22948 E VoltronModuleManager: 	at X.0ZN.A05(:81)
11-30 15:14:57.430 22869 22948 E VoltronModuleManager: 	at X.0ZN.A04(:1)
11-30 15:14:57.430 22869 22948 E VoltronModuleManager: 	at X.0XN.BpQ(:4394)
11-30 15:14:57.430 22869 22948 E VoltronModuleManager: 	at X.0XV.run(:93)
11-30 15:14:57.430 22869 22948 E VoltronModuleManager: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:14:57.430 22869 22948 E VoltronModuleManager: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:14:57.430 22869 22948 E VoltronModuleManager: 	at X.0XS.run(:8)
11-30 15:14:57.430 22869 22948 E VoltronModuleManager: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:14:57.431 22869 22948 E VoltronAppInit: Error loading installed modules
11-30 15:14:57.431 22869 22948 E VoltronAppInit: X.0QB: Module: dittomodule not found in path: /data/data/com.facebook.katana/modules/dittomodule_1ee614fd41e2be9cb5f8fbba6783cc0dcf5b6777f5cdf528426cb5fbcbec0788/download.zip
11-30 15:14:57.431 22869 22948 E VoltronAppInit: 	at X.0ZN.A05(:81)
11-30 15:14:57.431 22869 22948 E VoltronAppInit: 	at X.0ZN.A04(:1)
11-30 15:14:57.431 22869 22948 E VoltronAppInit: 	at X.0XN.BpQ(:4394)
11-30 15:14:57.431 22869 22948 E VoltronAppInit: 	at X.0XV.run(:93)
11-30 15:14:57.431 22869 22948 E VoltronAppInit: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:14:57.431 22869 22948 E VoltronAppInit: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:14:57.431 22869 22948 E VoltronAppInit: 	at X.0XS.run(:8)
11-30 15:14:57.431 22869 22948 E VoltronAppInit: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:14:57.431 22869 22948 W AppInitScheduler|Run:   Finished LoadVoltronModules in 182ms
11-30 15:14:57.480  2985  2994 I zygote  : Background concurrent copying GC freed 603146(27MB) AllocSpace objects, 55(2MB) LOS objects, 26% free, 65MB/89MB, paused 404us total 760.639ms
11-30 15:14:58.025 22869 22950 W AppInitScheduler|Run:   Finished LoadLibColdStart in 951ms
11-30 15:14:58.026 22869 22950 W AppInitScheduler|Run: Running FixAndroidBugs
11-30 15:14:58.026 22869 22929 W AppInitScheduler|Run: Running InitJit
11-30 15:14:58.026 22869 22930 W AppInitScheduler|Run: Running InitLyra
11-30 15:14:58.026 22869 22930 W AppInitScheduler|Run:   Finished InitLyra in 0ms
11-30 15:14:58.027 22869 22950 W AppInitScheduler|Run:   Finished FixAndroidBugs in 1ms
11-30 15:14:58.027 22869 22929 W AppInitScheduler|Run:   Finished InitJit in 1ms
11-30 15:14:58.034 22869 22953 D PgoUtils: Trying to int PGO tools for art (Apply String init map fix: 0)
11-30 15:14:58.035 22869 22953 D SUSPEND_RESUME: Flag: base add: /suspendResumeVerifyV3_810_VV4 flag: PGO use: /suspendResumeVerifyV3_810_VV4_PGO
11-30 15:14:58.049 22869 22952 V AospBugFixOpts: set AOSP bug fix jboolean EnableAospBugFixes: bugFixOpt -> enable = 0. Given 0
11-30 15:14:58.049 22869 22953 D MuseumVerifier: Attempting verification for SuspendResume with flag file: /data/user/0/com.facebook.katana/app_pgoutils/suspendResumeVerifyV3_810_VV4_PGO
11-30 15:14:58.056 22869 22953 D MuseumVerifier: Parsed error [prior result: failure] for SuspendResume : Failed runtime->preinitialization_transaction_ == nullptr
11-30 15:14:58.056 22869 22953 D MuseumVerifier: Previously failed verification of SuspendResume, not trying again. Previous error: Failed runtime->preinitialization_transaction_ == nullptr
11-30 15:14:58.056 22869 22953 W SUSPEND_RESUME: Failed to verify SuspendResume with error: Previously failed verification of SuspendResume, not trying again. Previous error: Failed runtime->preinitialization_transaction_ == nullptr
11-30 15:14:58.056 22869 22953 D SUSPEND_RESUME: isSuspendResumeSupported: 0
11-30 15:14:58.056 22869 22953 D PgoUtils: Art Pgo supported on platform: 0 suspend and resume supported: 0
11-30 15:14:58.056 22869 22953 D PgoUtils: PGO Utils was not successfully inited [pgoutils: 0]
11-30 15:14:58.068 22869 22953 D JitUtils: Trying to int jit tools for art
11-30 15:14:58.068 22869 22953 D ART_JIT : verifyArtJitCalls with jit Enabled [force verify: 0] malloc arena pool: 0 Jit sampling weights: 0 mmap race fix: 1 Test Method initialize (Landroid/content/Context;ZLjava/util/List;IZZZZZZ)Z[flag name: /ArtJitEnabledMMapFix_S2V13_AV810_VV4] test methods: [ ( n: testCompileMethod, s: (I)Z )( n: loadInnerNewApiClass, s: (Ljava/lang/String;[Ldalvik/system/DexFile;I)Ljava/lang/Class; ) ]
11-30 15:14:58.069 22869 22953 D MuseumVerifier: Attempting verification for Art Jit with flag file: /data/user/0/com.facebook.katana/app_jitutils/ArtJitEnabledMMapFix_S2V13_AV810_VV4
11-30 15:14:58.075 22819 22819 I cr_WVCFactoryProvider: Loaded version=95.0.4638.74 minSdkVersion=24 isBundle=true multiprocess=true packageId=2
11-30 15:14:58.076 22869 22953 D MuseumVerifier: Parsed error [prior result: failure] for Art Jit : Failed bool alreadyHasMethodCompiled = testJitCodeCache->ContainsMethod(jitTestCompileMethod)
11-30 15:14:58.076 22869 22953 D MuseumVerifier: Previously failed verification of Art Jit, not trying again. Previous error: Failed bool alreadyHasMethodCompiled = testJitCodeCache->ContainsMethod(jitTestCompileMethod)
11-30 15:14:58.076 22869 22953 D JitUtils: Art Jit supported on platform[verify malloc arena pool 0 mmap race fix: 1 UI Tid[0]: 0]: 0 suspend and resume supported: 0
11-30 15:14:58.076 22869 22953 D JitUtils: Jit Utils was not successfully inited [jitutils: 0] [Can enable malloc pool: 0] Current jit state: Enabled
11-30 15:14:58.090 22869 22949 V appstatelogger2: Registered App State Logger stream with Breakpad
11-30 15:14:58.091 22869 22949 D appstatelogger2: Successfully distracted _ZN3art7Runtime31GetPreAllocatedOutOfMemoryErrorEv
11-30 15:14:58.092 22869 22949 D appstatelogger2: Tracking self-SIGKILLs for all of FADv2 rather than just FADv1
11-30 15:14:58.094  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:58.100  2985  4271 I chatty  : uid=1000(system) Binder:2985_10 identical 10 lines
11-30 15:14:58.100  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:58.100 22702 22778 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_114.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/ms-my/strings.resjson file exists true
11-30 15:14:58.100  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:58.103  2985  4271 I chatty  : uid=1000(system) Binder:2985_10 identical 7 lines
11-30 15:14:58.103  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:58.112  2985  4271 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:14:58.112  2985  4271 D API test: getContainerInfo: value is 150,1359085664
11-30 15:14:58.112  2985  4271 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:14:58.112  2985  4271 D API test: getContainerInfo: value is 150,1359085664
11-30 15:14:58.126 22869 22932 W Ditto   : Ditto initialized, state = DittoState{build id=332957690;in QE=false;enable ditto=false;patch name=;override=none;crash mitigation detected=false;extra config=0;sequential number=1;deadCodePluginNumBuckets=100;threadIdPluginNumBuckets=100}; identifier = null
11-30 15:14:58.126 22869 22932 W AppInitScheduler|Run:   Finished InitDitto in 878ms
11-30 15:14:58.127 22869 22931 W AppInitScheduler|Run: Running LoadDexes [*]
11-30 15:14:58.144 22869 22931 W DexLibLoader: disabling background optimization
11-30 15:14:58.153  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:58.153  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:58.153  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:58.191 22702 22773 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_115.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/lb-lu/strings.resjson file exists true
11-30 15:14:58.211 22869 22949 W lacrima : Start AnrAppDeathDetector... X.0OQ
11-30 15:14:58.212 22869 22931 W DexLibLoader: Loading /data/user/0/com.facebook.katana/dex with compressed oreo startup logic
11-30 15:14:58.221 22702 22778 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_119.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/da-dk/strings.resjson file exists true
11-30 15:14:58.244 22869 22949 W AppInitScheduler|Run:   Finished InitLacrimaEarlyNative in 996ms
11-30 15:14:58.244 22869 22949 W AppInitScheduler|Run: Running InitDittoBreakpadIntegration
11-30 15:14:58.245 22869 22949 W AppInitScheduler|Run:   Finished InitDittoBreakpadIntegration in 0ms
11-30 15:14:58.252 22869 22931 I zygote  : Waiting for a blocking GC Debugger
11-30 15:14:58.288 22702 22756 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_118.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/kok-in/strings.resjson file exists true
11-30 15:14:58.341 22702 22758 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/locale.nls_116.tmp => /data/user/150/com.microsoft.office.excel/files/data/locale.nls file exists true
11-30 15:14:58.360 22702 22778 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_122.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/pt-br/strings.resjson file exists true
11-30 15:14:58.402 22869 22874 I zygote  : Do partial code cache collection, code=19KB, data=31KB
11-30 15:14:58.402 22869 22874 I zygote  : After code cache collection, code=19KB, data=31KB
11-30 15:14:58.402 22869 22874 I zygote  : Increasing code cache capacity to 128KB
11-30 15:14:58.461 22702 22758 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_124.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/uk-ua/strings.resjson file exists true
11-30 15:14:58.467 22702 22777 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/LivePersonaCard.bundle_117.tmp => /data/user/150/com.microsoft.office.excel/files/data/LivePersonaCard.bundle file exists true
11-30 15:14:58.483 22702 22778 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_125.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/sk-sk/strings.resjson file exists true
11-30 15:14:58.517 22702 22773 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/foundation.android.bundle_126.tmp => /data/user/150/com.microsoft.office.excel/files/data/foundation.android.bundle file exists true
11-30 15:14:58.524 22869 22931 I zygote  : WaitForGcToComplete blocked Debugger on Debugger for 272.608ms
11-30 15:14:58.525 22869 22931 V dalvik-internals: Hooking function _ZN3art11annotations16GetLineNumFromPCEPKNS_7DexFileEPNS_9ArtMethodEj
11-30 15:14:58.525 22869 22931 V dalvik-internals: hooked _ZN3art11annotations16GetLineNumFromPCEPKNS_7DexFileEPNS_9ArtMethodEj using jump ()
11-30 15:14:58.535  2985  4271 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.android.chrome user:0
11-30 15:14:58.535  2985  4271 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:14:58.536  2985  4271 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.android.chrome user:0
11-30 15:14:58.536  2985  4271 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:14:58.548 22958 22958 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:14:58.550 22958 22958 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:58.551 22958 22958 I SELinux : SELinux: seapp_context_lookup: seinfo=chrome, level=s0:c512,c768, pkgname=com.android.chrome:webview_service 
11-30 15:14:58.556 22702 22758 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_128.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/gu-in/strings.resjson file exists true
11-30 15:14:58.605 22819 22819 I cr_LibraryLoader: Successfully loaded native library
11-30 15:14:58.626 22819 22819 I cr_CachingUmaRecorder: Flushed 8 samples from 8 histograms.
11-30 15:14:58.629  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10115 ,Container id: 0
11-30 15:14:58.629  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10115 ,Container id: 0
11-30 15:14:58.629  2985  4271 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:58.636  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10115 ,Container id: 0
11-30 15:14:58.636  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10115 ,Container id: 0
11-30 15:14:58.636  2985  4271 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:14:58.640 22702 22778 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_130.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/nb-no/strings.resjson file exists true
11-30 15:14:58.641 22958 22958 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:58.657 22702 22777 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_129.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/hr-hr/strings.resjson file exists true
11-30 15:14:58.665 22958 22958 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10115
11-30 15:14:58.666 22958 22958 D Proxy   : mdoP is null: 10115
11-30 15:14:58.670 22702 22758 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_132.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/sl-si/strings.resjson file exists true
11-30 15:14:58.694 22869 22931 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:14:58.713 22958 22958 I cr_SplitCompatApp: Launched version=95.0.4638.74 minSdkVersion=24 isBundle=true processName=com.android.chrome:webview_service isIsolated=false
11-30 15:14:58.716  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:58.717  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:14:58.717  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:58.717  2985  2985 D AudioService: isEnabled
11-30 15:14:58.718 22702 22756 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_133.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/kk-kz/strings.resjson file exists true
11-30 15:14:58.724  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:14:58.734  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:14:58.734  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:14:58.735 22702 22778 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_134.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/hi-in/strings.resjson file exists true
11-30 15:14:58.739  2985  5088 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:14:58.749  2985  4271 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:14:58.749  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:14:58.764 22702 22758 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_136.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/mi-nz/strings.resjson file exists true
11-30 15:14:58.803 22819 22975 W ResourceType: Failure getting entry for 0x7f140812 (t=19 e=2066) (error -2147483647)
11-30 15:14:58.822  2985  3827 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.parallel.space.lite user:0
11-30 15:14:58.822  2985  3827 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:14:58.823  2985  3827 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.parallel.space.lite user:0
11-30 15:14:58.823  2985  3827 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:14:58.845 22702 22777 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_135.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/or-in/strings.resjson file exists true
11-30 15:14:58.849  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:14:58.849  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:14:58.872 22978 22978 E /system/bin/webview_zygote32: Failed to make and chown /acct/uid_99494: Permission denied
11-30 15:14:58.872 22978 22978 E Zygote  : createProcessGroup(99494, 0) failed: Permission denied
11-30 15:14:58.873 22978 22978 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:webview_zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:14:58.875 22978 22978 I SELinux : SELinux: seapp_context_lookup: seinfo=chrome, level=s0:c512,c768, pkgname=com.android.chrome:sandboxed_process0 
11-30 15:14:58.881  2985  5088 D PersonaManagerService: securefolder Secure Folder
11-30 15:14:58.889 22869 22931 I zygote  : WaitForGcToComplete blocked ClassLinker on Debugger for 195.022ms
11-30 15:14:58.938 22869 22931 W AppInitScheduler|Run:   Finished LoadDexes in 811ms
11-30 15:14:58.939 22869 22947 W AppInitScheduler|Run: Running AddDittoInfoToReliabilityLogging
11-30 15:14:58.939 22869 22948 W AppInitScheduler|Run: Running CreateApplicationImpl [*]
11-30 15:14:58.939 22869 22930 W AppInitScheduler|Run: Running AddMainDexStoreInfoToReliabilityLogging
11-30 15:14:58.939 22869 22950 W AppInitScheduler|Run: Running ConfigureJitAfterDexesLoad
11-30 15:14:58.939 22869 22947 W AppInitScheduler|Run:   Finished AddDittoInfoToReliabilityLogging in 0ms
11-30 15:14:58.939 22869 22947 W AppInitScheduler|Run: Running FreeApkZipToReduceMemoryUsage
11-30 15:14:58.939 22869 22932 W AppInitScheduler|Run: Running MprotectCode
11-30 15:14:58.939 22869 22947 W AppInitScheduler|Run:   Finished FreeApkZipToReduceMemoryUsage in 1ms
11-30 15:14:58.940 22869 22950 W AppInitScheduler|Run:   Finished ConfigureJitAfterDexesLoad in 1ms
11-30 15:14:58.940 22869 22932 W AppInitScheduler|Run:   Finished MprotectCode in 0ms
11-30 15:14:58.940 22869 22932 W AppInitScheduler|Run: Running MlockCode
11-30 15:14:58.941 22702 22778 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_140.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/lo-la/strings.resjson file exists true
11-30 15:14:58.942 22869 22930 W AppInitScheduler|Run:   Finished AddMainDexStoreInfoToReliabilityLogging in 3ms
11-30 15:14:58.942  2680  2680 E audit   : type=1400 audit(1638260098.926:39723): avc:  denied  { execmod } for  pid=22993 comm=4173796E635461736B202332 path="/system/framework/arm/boot.oat" dev="dm-0" ino=278 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:58.942  2680  2680 E audit   : type=1300 audit(1638260098.926:39723): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=71c03000 a1=1000 a2=7 a3=71c03000 items=0 ppid=2693 pid=22993 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:58.942  2680  2680 E audit   : type=1327 audit(1638260098.926:39723): proctitle="com.facebook.katana"
11-30 15:14:58.942  2680  2680 E audit   : type=1400 audit(1638260098.926:39724): avc:  denied  { execmod } for  pid=22993 comm=4173796E635461736B202332 path="/system/framework/arm/boot-core-libart.oat" dev="dm-0" ino=188 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:58.942  2680  2680 E audit   : type=1300 audit(1638260098.926:39724): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=71ed9000 a1=1000 a2=7 a3=71ed9000 items=0 ppid=2693 pid=22993 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:58.942  2680  2680 E audit   : type=1327 audit(1638260098.926:39724): proctitle="com.facebook.katana"
11-30 15:14:58.942  2680  2680 E audit   : type=1400 audit(1638260098.926:39725): avc:  denied  { execmod } for  pid=22993 comm=4173796E635461736B202332 path="/system/framework/arm/boot-conscrypt.oat" dev="dm-0" ino=673 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:58.942  2680  2680 E audit   : type=1300 audit(1638260098.926:39725): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=71f42000 a1=1000 a2=7 a3=71f42000 items=0 ppid=2693 pid=22993 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:58.942  2680  2680 E audit   : type=1327 audit(1638260098.926:39725): proctitle="com.facebook.katana"
11-30 15:14:58.943  2680  2680 E audit   : type=1400 audit(1638260098.926:39726): avc:  denied  { execmod } for  pid=22993 comm=4173796E635461736B202332 path="/system/framework/arm/boot-okhttp.oat" dev="dm-0" ino=405 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:58.943  2680  2680 E audit   : type=1300 audit(1638260098.926:39726): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=71fe5000 a1=1000 a2=7 a3=71fe5000 items=0 ppid=2693 pid=22993 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:58.943  2680  2680 E audit   : type=1327 audit(1638260098.926:39726): proctitle="com.facebook.katana"
11-30 15:14:58.943  2680  2680 E audit   : type=1400 audit(1638260098.926:39727): avc:  denied  { execmod } for  pid=22993 comm=4173796E635461736B202332 path="/system/framework/arm/boot-bouncycastle.oat" dev="dm-0" ino=284 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:58.943  2680  2680 E audit   : type=1300 audit(1638260098.926:39727): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=7204a000 a1=1000 a2=7 a3=7204a000 items=0 ppid=2693 pid=22993 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:58.943  2680  2680 E audit   : type=1327 audit(1638260098.926:39727): proctitle="com.facebook.katana"
11-30 15:14:58.943  2680  2680 E audit   : type=1400 audit(1638260098.926:39728): avc:  denied  { execmod } for  pid=22993 comm=4173796E635461736B202332 path="/system/framework/arm/boot-apache-xml.oat" dev="dm-0" ino=262 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:58.943  2680  2680 E audit   : type=1300 audit(1638260098.926:39728): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=72054000 a1=1000 a2=7 a3=72054000 items=0 ppid=2693 pid=22993 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:58.943  2680  2680 E audit   : type=1327 audit(1638260098.926:39728): proctitle="com.facebook.katana"
11-30 15:14:58.943  2680  2680 E audit   : type=1400 audit(1638260098.926:39729): avc:  denied  { execmod } for  pid=22993 comm=4173796E635461736B202332 path="/system/framework/arm/boot-legacy-test.oat" dev="dm-0" ino=2362 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:58.943  2680  2680 E audit   : type=1300 audit(1638260098.926:39729): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=7205d000 a1=1000 a2=7 a3=7205d000 items=0 ppid=2693 pid=22993 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:58.943  2680  2680 E audit   : type=1327 audit(1638260098.926:39729): proctitle="com.facebook.katana"
11-30 15:14:58.943  2680  2680 E audit   : type=1400 audit(1638260098.926:39730): avc:  denied  { execmod } for  pid=22993 comm=4173796E635461736B202332 path="/system/framework/arm/boot-ext.oat" dev="dm-0" ino=313 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:58.943  2680  2680 E audit   : type=1300 audit(1638260098.926:39730): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=72098000 a1=1000 a2=7 a3=72098000 items=0 ppid=2693 pid=22993 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:58.943  2680  2680 E audit   : type=1327 audit(1638260098.926:39730): proctitle="com.facebook.katana"
11-30 15:14:58.944  2680  2680 E audit   : type=1400 audit(1638260098.926:39731): avc:  denied  { execmod } for  pid=22993 comm=4173796E635461736B202332 path="/system/framework/arm/boot-framework.oat" dev="dm-0" ino=87 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:58.944  2680  2680 E audit   : type=1300 audit(1638260098.926:39731): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73651000 a1=1000 a2=7 a3=73651000 items=0 ppid=2693 pid=22993 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:58.944  2680  2680 E audit   : type=1327 audit(1638260098.926:39731): proctitle="com.facebook.katana"
11-30 15:14:58.944  2680  2680 E audit   : type=1400 audit(1638260098.926:39732): avc:  denied  { execmod } for  pid=22993 comm=4173796E635461736B202332 path="/system/framework/arm/boot-telephony-common.oat" dev="dm-0" ino=98 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:58.944  2680  2680 E audit   : type=1300 audit(1638260098.926:39732): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73a43000 a1=1000 a2=7 a3=73a43000 items=0 ppid=2693 pid=22993 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:58.944  2680  2680 E audit   : type=1327 audit(1638260098.926:39732): proctitle="com.facebook.katana"
11-30 15:14:58.944  2680  2680 E audit   : type=1400 audit(1638260098.926:39733): avc:  denied  { execmod } for  pid=22993 comm=4173796E635461736B202332 path="/system/framework/arm/boot-voip-common.oat" dev="dm-0" ino=784 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:58.944  2680  2680 E audit   : type=1300 audit(1638260098.926:39733): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73a59000 a1=1000 a2=7 a3=73a59000 items=0 ppid=2693 pid=22993 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:58.944  2680  2680 E audit   : type=1327 audit(1638260098.926:39733): proctitle="com.facebook.katana"
11-30 15:14:58.944  2680  2680 E audit   : type=1400 audit(1638260098.926:39734): avc:  denied  { execmod } for  pid=22993 comm=4173796E635461736B202332 path="/system/framework/arm/boot-ims-common.oat" dev="dm-0" ino=856 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:58.944  2680  2680 E audit   : type=1300 audit(1638260098.926:39734): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73a72000 a1=1000 a2=7 a3=73a72000 items=0 ppid=2693 pid=22993 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:58.944  2680  2680 E audit   : type=1327 audit(1638260098.926:39734): proctitle="com.facebook.katana"
11-30 15:14:58.944  2680  2680 E audit   : type=1400 audit(1638260098.926:39735): avc:  denied  { execmod } for  pid=22993 comm=4173796E635461736B202332 path="/system/framework/arm/boot-org.apache.http.legacy.boot.oat" dev="dm-0" ino=353 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:58.944  2680  2680 E audit   : type=1300 audit(1638260098.926:39735): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b16000 a1=1000 a2=7 a3=73b16000 items=0 ppid=2693 pid=22993 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:58.944  2680  2680 E audit   : type=1327 audit(1638260098.926:39735): proctitle="com.facebook.katana"
11-30 15:14:58.944  2680  2680 E audit   : type=1400 audit(1638260098.926:39736): avc:  denied  { execmod } for  pid=22993 comm=4173796E635461736B202332 path="/system/framework/arm/boot-smartbondingservice.oat" dev="dm-0" ino=81 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:58.945  2680  2680 E audit   : type=1300 audit(1638260098.926:39736): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b1d000 a1=1000 a2=7 a3=73b1d000 items=0 ppid=2693 pid=22993 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:58.945  2680  2680 E audit   : type=1327 audit(1638260098.926:39736): proctitle="com.facebook.katana"
11-30 15:14:58.945  2680  2680 E audit   : type=1400 audit(1638260098.926:39737): avc:  denied  { execmod } for  pid=22993 comm=4173796E635461736B202332 path="/system/framework/arm/boot-sprengine.oat" dev="dm-0" ino=947 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:58.945  2680  2680 E audit   : type=1300 audit(1638260098.926:39737): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b24000 a1=1000 a2=7 a3=73b24000 items=0 ppid=2693 pid=22993 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:58.945  2680  2680 E audit   : type=1327 audit(1638260098.926:39737): proctitle="com.facebook.katana"
11-30 15:14:58.945  2680  2680 E audit   : type=1400 audit(1638260098.926:39738): avc:  denied  { execmod } for  pid=22993 comm=4173796E635461736B202332 path="/system/framework/arm/boot-android.hidl.base-V1.0-java.oat" dev="dm-0" ino=83 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:58.945  2680  2680 E audit   : type=1300 audit(1638260098.926:39738): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b2b000 a1=1000 a2=7 a3=73b2b000 items=0 ppid=2693 pid=22993 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:58.945  2680  2680 E audit   : type=1327 audit(1638260098.926:39738): proctitle="com.facebook.katana"
11-30 15:14:58.945  2680  2680 E audit   : type=1400 audit(1638260098.926:39739): avc:  denied  { execmod } for  pid=22993 comm=4173796E635461736B202332 path="/system/framework/arm/boot-android.hidl.manager-V1.0-java.oat" dev="dm-0" ino=2191 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:58.945  2680  2680 E audit   : type=1300 audit(1638260098.926:39739): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b36000 a1=1000 a2=7 a3=73b36000 items=0 ppid=2693 pid=22993 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:58.945  2680  2680 E audit   : type=1327 audit(1638260098.926:39739): proctitle="com.facebook.katana"
11-30 15:14:58.945  2680  2680 E audit   : type=1400 audit(1638260098.926:39740): avc:  denied  { execmod } for  pid=22993 comm=4173796E635461736B202332 path="/system/framework/arm/boot-timakeystore.oat" dev="dm-0" ino=753 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:58.945  2680  2680 E audit   : type=1300 audit(1638260098.926:39740): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b3e000 a1=1000 a2=7 a3=73b3e000 items=0 ppid=2693 pid=22993 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:58.945  2680  2680 E audit   : type=1327 audit(1638260098.926:39740): proctitle="com.facebook.katana"
11-30 15:14:58.945  2680  2680 E audit   : type=1400 audit(1638260098.926:39741): avc:  denied  { execmod } for  pid=22993 comm=4173796E635461736B202332 path="/system/framework/arm/boot-fipstimakeystore.oat" dev="dm-0" ino=933 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:58.945  2680  2680 E audit   : type=1300 audit(1638260098.926:39741): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b45000 a1=1000 a2=7 a3=73b45000 items=0 ppid=2693 pid=22993 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:58.945  2680  2680 E audit   : type=1327 audit(1638260098.926:39741): proctitle="com.facebook.katana"
11-30 15:14:58.945  2680  2680 E audit   : type=1400 audit(1638260098.926:39742): avc:  denied  { execmod } for  pid=22993 comm=4173796E635461736B202332 path="/system/framework/arm/boot-ucmopensslenginehelper.oat" dev="dm-0" ino=2481 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:58.945  2680  2680 E audit   : type=1300 audit(1638260098.926:39742): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b4c000 a1=1000 a2=7 a3=73b4c000 items=0 ppid=2693 pid=22993 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:58.945  2680  2680 E audit   : type=1327 audit(1638260098.926:39742): proctitle="com.facebook.katana"
11-30 15:14:58.946  2680  2680 E audit   : type=1400 audit(1638260098.926:39743): avc:  denied  { execmod } for  pid=22993 comm=4173796E635461736B202332 path="/system/framework/arm/boot-SemAudioThumbnail.oat" dev="dm-0" ino=1166 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:58.946  2680  2680 E audit   : type=1300 audit(1638260098.926:39743): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b53000 a1=1000 a2=7 a3=73b53000 items=0 ppid=2693 pid=22993 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:58.946  2680  2680 E audit   : type=1327 audit(1638260098.926:39743): proctitle="com.facebook.katana"
11-30 15:14:58.946  2680  2680 E audit   : type=1400 audit(1638260098.926:39744): avc:  denied  { execmod } for  pid=22993 comm=4173796E635461736B202332 path="/system/framework/arm/boot-knoxsdk.oat" dev="dm-0" ino=214 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:58.947  2680  2680 E audit   : type=1300 audit(1638260098.926:39744): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b5d000 a1=1000 a2=7 a3=73b5d000 items=0 ppid=2693 pid=22993 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:58.947  2680  2680 E audit   : type=1327 audit(1638260098.926:39744): proctitle="com.facebook.katana"
11-30 15:14:58.947  2680  2680 E audit   : type=1400 audit(1638260098.926:39745): avc:  denied  { execmod } for  pid=22993 comm=4173796E635461736B202332 path="/system/framework/arm/boot-sec_edm.oat" dev="dm-0" ino=248 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:58.947  2680  2680 E audit   : type=1300 audit(1638260098.926:39745): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b65000 a1=1000 a2=7 a3=73b65000 items=0 ppid=2693 pid=22993 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:58.947  2680  2680 E audit   : type=1327 audit(1638260098.926:39745): proctitle="com.facebook.katana"
11-30 15:14:58.947  2680  2680 E audit   : type=1400 audit(1638260098.926:39746): avc:  denied  { execmod } for  pid=22993 comm=4173796E635461736B202332 path="/system/framework/arm/boot-sagearpolicymanager.oat" dev="dm-0" ino=1483 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:58.947  2680  2680 E audit   : type=1300 audit(1638260098.926:39746): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b6c000 a1=1000 a2=7 a3=73b6c000 items=0 ppid=2693 pid=22993 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:58.947  2680  2680 E audit   : type=1327 audit(1638260098.926:39746): proctitle="com.facebook.katana"
11-30 15:14:58.947  2680  2680 E audit   : type=1400 audit(1638260098.926:39747): avc:  denied  { execmod } for  pid=22993 comm=4173796E635461736B202332 path="/system/framework/arm/boot-knoxanalyticssdk.oat" dev="dm-0" ino=2199 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:58.948  2680  2680 E audit   : type=1300 audit(1638260098.926:39747): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b73000 a1=1000 a2=7 a3=73b73000 items=0 ppid=2693 pid=22993 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:58.948  2680  2680 E audit   : type=1327 audit(1638260098.926:39747): proctitle="com.facebook.katana"
11-30 15:14:58.948  2680  2680 E audit   : type=1400 audit(1638260098.926:39748): avc:  denied  { execmod } for  pid=22993 comm=4173796E635461736B202332 path="/system/framework/arm/boot-sec_sdp_sdk.oat" dev="dm-0" ino=937 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:58.948  2680  2680 E audit   : type=1300 audit(1638260098.926:39748): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b7a000 a1=1000 a2=7 a3=73b7a000 items=0 ppid=2693 pid=22993 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:58.948  2680  2680 E audit   : type=1327 audit(1638260098.926:39748): proctitle="com.facebook.katana"
11-30 15:14:58.948  2680  2680 E audit   : type=1400 audit(1638260098.926:39749): avc:  denied  { execmod } for  pid=22993 comm=4173796E635461736B202332 path="/system/framework/arm/boot-sec_sdp_hidden_sdk.oat" dev="dm-0" ino=1428 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:14:58.948  2680  2680 E audit   : type=1300 audit(1638260098.926:39749): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b81000 a1=1000 a2=7 a3=73b81000 items=0 ppid=2693 pid=22993 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:14:58.948  2680  2680 E audit   : type=1327 audit(1638260098.926:39749): proctitle="com.facebook.katana"
11-30 15:14:58.948 22869 22932 W AppInitScheduler|Run:   Finished MlockCode in 7ms
11-30 15:14:58.963  2985  5088 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:14:58.976 22869 22948 W AppInitScheduler|Run:   Finished CreateApplicationImpl in 37ms
11-30 15:14:58.983 22702 22758 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_141.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/ru-ru/strings.resjson file exists true
11-30 15:14:58.984 22660 22991 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
11-30 15:14:59.028 22660 22991 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:59.028 22660 22991 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:14:59.030  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:14:59.038 22978 22978 D TimaKeyStoreProvider: TimaKeyStore is not enabled: cannot add TimaSignature Service and generateKeyPair Service
11-30 15:14:59.038 22978 22978 D ActivityThread: Added TimaKeyStore provider
11-30 15:14:59.076 22702 22773 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_143.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/quz-pe/strings.resjson file exists true
11-30 15:14:59.106 22702 22759 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_146.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/ro-ro/strings.resjson file exists true
11-30 15:14:59.123 22702 22758 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_145.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/pa-in/strings.resjson file exists true
11-30 15:14:59.136 22702 22773 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_147.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/bg-bg/strings.resjson file exists true
11-30 15:14:59.147 22869 22927 W ComponentDiscovery: Class com.google.firebase.dynamicloading.DynamicLoadingRegistrar is not an found.
11-30 15:14:59.153  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:14:59.153  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:14:59.153  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:14:59.154 22702 22759 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/c_1252.nls_148.tmp => /data/user/150/com.microsoft.office.excel/files/data/c_1252.nls file exists true
11-30 15:14:59.156 22869 22929 W AppInitScheduler|Run: Running FbSharedPreferenceInitializerAsync
11-30 15:14:59.156 22869 22949 W AppInitScheduler|Run: Running FbSharedPreferenceInitializer [*]
11-30 15:14:59.156 22869 22931 W AppInitScheduler|Run: Running FixieLimitNativeStackSize
11-30 15:14:59.157 22869 22930 W AppInitScheduler|Run: Running StartupQPLInit
11-30 15:14:59.157 22869 22929 W AppInitScheduler|Run:   Finished FbSharedPreferenceInitializerAsync in 0ms
11-30 15:14:59.158  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 6 99 -6 -200 -6 -200 -1 10 -101 -12 20 2 0 2147483647 0x2002 P gsm|lte level=2
11-30 15:14:59.158  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:14:59.159 22869 22929 W AppInitScheduler|Run: Running EagerInitTigonLibs
11-30 15:14:59.160 22869 22929 V tigonliger: tigonliger/JNI_OnLoad called
11-30 15:14:59.162 22869 22932 W AppInitScheduler|Run: Running StaticGraphServiceFactoryInitializerFastPath
11-30 15:14:59.162 22869 22948 W AppInitScheduler|Run: Running InitHelium [*]
11-30 15:14:59.162 22869 22946 W AppInitScheduler|Run: Running MobileConfigInit [*]
11-30 15:14:59.163 22869 22950 W AppInitScheduler|Run: Running MobileConfigSessionlessInit [*]
11-30 15:14:59.163 22869 22947 W AppInitScheduler|Run: Running GatekeeperStoreInitializer [*]
11-30 15:14:59.164 22869 22948 W AppInitScheduler|Run:   Finished InitHelium in 1ms
11-30 15:14:59.165 22869 22948 W AppInitScheduler|Run: Running MaybeTraceColdStart [*]
11-30 15:14:59.167 22869 22929 W AppInitScheduler|Run:   Finished EagerInitTigonLibs in 7ms
11-30 15:14:59.167 22869 22929 W AppInitScheduler|Run: Running PrecreateUuids
11-30 15:14:59.183 22702 22773 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_151.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/lv-lv/strings.resjson file exists true
11-30 15:14:59.186 22869 22929 W AppInitScheduler|Run:   Finished PrecreateUuids in 18ms
11-30 15:14:59.187 22869 22929 W AppInitScheduler|Run: Running AddProcessNameToErrorReport
11-30 15:14:59.187 22869 22929 W AppInitScheduler|Run:   Finished AddProcessNameToErrorReport in 0ms
11-30 15:14:59.187 22869 22929 W AppInitScheduler|Run: Running AsyncStartLooperMonitor
11-30 15:14:59.190 22869 22947 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:14:59.201 22869 22929 W AppInitScheduler|Run:   Finished AsyncStartLooperMonitor in 14ms
11-30 15:14:59.201 22869 22929 W AppInitScheduler|Run: Running ConfigureComponentsIfIsRunningEndToEndTest
11-30 15:14:59.202 22869 22929 W AppInitScheduler|Run:   Finished ConfigureComponentsIfIsRunningEndToEndTest in 1ms
11-30 15:14:59.202 22869 22929 W AppInitScheduler|Run: Running DalvikInternalsOnColdStartEnd
11-30 15:14:59.202 22869 22927 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:14:59.204 22702 22758 I CompArchiveExtraction: /data/user/150/com.microsoft.office.excel/files/data/tmp/strings.resjson_150.tmp => /data/user/150/com.microsoft.office.excel/files/data/sdx_cardview/ga-ie/strings.resjson file exists true
11-30 15:14:59.210 22869 22930 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:14:59.211 22869 22929 W AppInitScheduler|Run:   Finished DalvikInternalsOnColdStartEnd in 0ms
11-30 15:14:59.211 22869 22929 W AppInitScheduler|Run: Running EarliestPossibleColdStartClassPreloadStarter
11-30 15:14:59.219 22869 22931 W AppInitScheduler|Run:   Finished FixieLimitNativeStackSize in 62ms
11-30 15:14:59.219 22869 22931 W AppInitScheduler|Run: Running EnableGcPolicy
11-30 15:14:59.220 22869 22931 W AppInitScheduler|Run:   Finished EnableGcPolicy in 0ms
11-30 15:14:59.220 22869 22931 W AppInitScheduler|Run: Running FixieNoSync
11-30 15:14:59.221 22869 22931 W Fixie/NoSyncFixer: Enable NoSync
11-30 15:14:59.222 22869 22929 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:14:59.238 22869 22931 D DistractUtil: Function fsync hooked with result=0
11-30 15:14:59.239 22869 22931 D DistractUtil: Function fdatasync hooked with result=0
11-30 15:14:59.239 22869 22931 D DistractUtil: Function msync hooked with result=0
11-30 15:14:59.239 22869 22931 D DistractUtil: Function sync hooked with result=0
11-30 15:14:59.240 22869 22931 W AppInitScheduler|Run:   Finished FixieNoSync in 19ms
11-30 15:14:59.240 22869 22931 W AppInitScheduler|Run: Running HandleAppComponentsForPreTosBuild
11-30 15:14:59.243 22869 22931 W AppInitScheduler|Run:   Finished HandleAppComponentsForPreTosBuild in 3ms
11-30 15:14:59.243 22869 22931 W AppInitScheduler|Run: Running INeedInitForEventBusRegister
11-30 15:14:59.247 22869 22950 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:14:59.250 22869 22947 I zygote  : WaitForGcToComplete blocked ClassLinker on ClassLinker for 59.988ms
11-30 15:14:59.250 22869 22927 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:14:59.250 22869 22930 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:14:59.250 22869 22929 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:14:59.250 22869 22950 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:14:59.250 22869 22927 I zygote  : WaitForGcToComplete blocked ClassLinker on ClassLinker for 48.630ms
11-30 15:14:59.250 22869 22930 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:14:59.251 22869 22929 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:14:59.251 22869 22930 I zygote  : WaitForGcToComplete blocked ClassLinker on ClassLinker for 40.397ms
11-30 15:14:59.251 22869 22929 I zygote  : WaitForGcToComplete blocked ClassLinker on ClassLinker for 28.624ms
11-30 15:14:59.259 22869 22931 W AppInitScheduler|Run:   Finished INeedInitForEventBusRegister in 16ms
11-30 15:14:59.259 22869 22931 W AppInitScheduler|Run: Running INeedInitForGatekeepersListenerRegister
11-30 15:14:59.307 22869 22947 W AppInitScheduler|Run:   Finished GatekeeperStoreInitializer in 144ms
11-30 15:14:59.307 22869 22947 W AppInitScheduler|Run: Running INeedInitForSharedPrefsListenerRegister
11-30 15:14:59.321 22869 22931 W AppInitScheduler|Run:   Finished INeedInitForGatekeepersListenerRegister in 62ms
11-30 15:14:59.321 22869 22931 W AppInitScheduler|Run: Running InitAppChoreographer
11-30 15:14:59.322 22869 22931 W AppInitScheduler|Run:   Finished InitAppChoreographer in 1ms
11-30 15:14:59.322 22869 22931 W AppInitScheduler|Run: Running InitAppModuleFallbackLoader
11-30 15:14:59.332 23000 23000 E asset   : setgid: Operation not permitted
11-30 15:14:59.342 22869 22929 W AppInitScheduler|Run:   Finished EarliestPossibleColdStartClassPreloadStarter in 132ms
11-30 15:14:59.343 22869 22929 W AppInitScheduler|Run: Running InitFury
11-30 15:14:59.377 22869 22932 W AppInitScheduler|Run:   Finished StaticGraphServiceFactoryInitializerFastPath in 214ms
11-30 15:14:59.377 22869 22932 W AppInitScheduler|Run: Running InitGrimsey
11-30 15:14:59.377 22869 22932 W AppInitScheduler|Run:   Finished InitGrimsey in 0ms
11-30 15:14:59.378 22869 22932 W AppInitScheduler|Run: Running InitLacrimaLaterInit
11-30 15:14:59.378 22869 22932 W lacrima : FbErrorReportingConfig.laterInit
11-30 15:14:59.380 22869 22931 W AppInitScheduler|Run:   Finished InitAppModuleFallbackLoader in 57ms
11-30 15:14:59.380 22869 22931 W AppInitScheduler|Run: Running InitLogging
11-30 15:14:59.383 22869 22932 W lacrima : Start AnrDetector... com.facebook.acra.anr.multisignal.MultiSignalANRDetector
11-30 15:14:59.383 22869 22932 W MultiSignalANRDetectorLacrima: Starting
11-30 15:14:59.383 22869 22932 W ProcessAnrErrorMonitor: startMonitoring with delay: 0
11-30 15:14:59.384 22869 22929 W AppInitScheduler|Run:   Finished InitFury in 42ms
11-30 15:14:59.385 22869 22929 W AppInitScheduler|Run: Running InitMallocHooks
11-30 15:14:59.386 22869 22929 W AppInitScheduler|Run:   Finished InitMallocHooks in 1ms
11-30 15:14:59.386 22869 22929 W AppInitScheduler|Run: Running InitMemoryDumpHandler
11-30 15:14:59.387 22869 22929 W AppInitScheduler|Run:   Finished InitMemoryDumpHandler in 0ms
11-30 15:14:59.387 22869 22929 W AppInitScheduler|Run: Running InitSurfaces
11-30 15:14:59.390 22869 22929 W AppInitScheduler|Run:   Finished InitSurfaces in 3ms
11-30 15:14:59.390 22869 22929 W AppInitScheduler|Run: Running InitSystrace
11-30 15:14:59.390 22869 22929 W AppInitScheduler|Run:   Finished InitSystrace in 0ms
11-30 15:14:59.391 22869 22929 W AppInitScheduler|Run: Running JemallocSetRetainInitializer
11-30 15:14:59.391 22869 22929 W AppInitScheduler|Run:   Finished JemallocSetRetainInitializer in 0ms
11-30 15:14:59.391 22869 22929 W AppInitScheduler|Run: Running LazyCustomErrorDataInitializer
11-30 15:14:59.409 22869 22929 W AppInitScheduler|Run:   Finished LazyCustomErrorDataInitializer in 18ms
11-30 15:14:59.409 22869 22929 W AppInitScheduler|Run: Running LimitJemallocRetainSize
11-30 15:14:59.410 22869 22929 W AppInitScheduler|Run:   Finished LimitJemallocRetainSize in 0ms
11-30 15:14:59.410 22869 22929 W AppInitScheduler|Run: Running NotifyAppStateManagerOnCreateComplete
11-30 15:14:59.411 22869 22929 W AppInitScheduler|Run:   Finished NotifyAppStateManagerOnCreateComplete in 1ms
11-30 15:14:59.411 22869 22929 W AppInitScheduler|Run: Running RegisterFrameRateTraceListener
11-30 15:14:59.411 22869 22929 W AppInitScheduler|Run:   Finished RegisterFrameRateTraceListener in 1ms
11-30 15:14:59.411 22869 22929 W AppInitScheduler|Run: Running RegisterMainLooperTracer
11-30 15:14:59.412 22869 22929 W AppInitScheduler|Run:   Finished RegisterMainLooperTracer in 0ms
11-30 15:14:59.412 22869 22929 W AppInitScheduler|Run: Running ReleaseDeferredBroadcastReceiver
11-30 15:14:59.412 22869 22929 W AppInitScheduler|Run:   Finished ReleaseDeferredBroadcastReceiver in 1ms
11-30 15:14:59.413 22869 22929 W AppInitScheduler|Run: Running ReplaceDalvikBuffer
11-30 15:14:59.413 22869 22929 W AppInitScheduler|Run:   Finished ReplaceDalvikBuffer in 0ms
11-30 15:14:59.413 22869 22929 W AppInitScheduler|Run: Running SetupDynaBuilds
11-30 15:14:59.413 22869 22929 W AppInitScheduler|Run:   Finished SetupDynaBuilds in 1ms
11-30 15:14:59.413 22869 22929 W AppInitScheduler|Run: Running SetupSmartGc
11-30 15:14:59.414 22869 22929 W AppInitScheduler|Run:   Finished SetupSmartGc in 0ms
11-30 15:14:59.414 22869 22929 W AppInitScheduler|Run: Running StatefulPeerManagerImpl
11-30 15:14:59.419 22869 22946 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:14:59.419 22869 22947 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:14:59.419 22869 22950 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:14:59.423 22869 22948 W AppInitScheduler|Run:   Finished MaybeTraceColdStart in 258ms
11-30 15:14:59.423 22869 22948 W AppInitScheduler|Run: Running RunPerfMarkers [*]
11-30 15:14:59.440 22869 22931 W fb4a.AppInitScheduler|Run:   Finished InitLogging in 60ms
11-30 15:14:59.440 22869 22931 W fb4a.AppInitScheduler|Run: Running BlackBoxOnInitTrigger
11-30 15:14:59.441 22869 22931 W Profilo/TraceControl: START PROFILO_TRACEID: DWXhbPJgmXl
11-30 15:14:59.442 22869 22948 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:14:59.448 22869 22932 W fb4a.NightwatchConfig: saveExitStatus true, useMmap true, monitorResources true, tickInfo 0, detectLmkd false, needNightWatch true
11-30 15:14:59.466 22869 23012 W fb4a.ProcessAnrErrorMonitor: Starting process monitor checks for process 'com.facebook.katana'
11-30 15:14:59.466 22869 23012 W fb4a.MultiSignalANRDetectorLacrima: Started monitoring
11-30 15:14:59.466 22869 22932 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordDataInNightWatch (JI)I with native method: recordDataInNightWatch (0xc92f8a75). try use crit jni: no try use fast jni: no Used crit: no Used fast: no Used norm: yes crit jni supported: yes fast jni supported: no config is fast: no config is crit: no
11-30 15:14:59.466 22869 22932 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordTickInNightWatch (JJJJ)I with native method: recordTickInNightWatch (0xc92f8a53). try use crit jni: no try use fast jni: no Used crit: no Used fast: no Used norm: yes crit jni supported: yes fast jni supported: no config is fast: no config is crit: no
11-30 15:14:59.466 22869 22932 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nSaveResourceData ()Z with native method: saveResourceData (0xc92f8a45). try use crit jni: no try use fast jni: no Used crit: no Used fast: no Used norm: yes crit jni supported: yes fast jni supported: no config is fast: no config is crit: no
11-30 15:14:59.466 22869 22932 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordDataInNightWatch (JI)I with native method: recordDataInNightWatch (0xc92f8a75)
11-30 15:14:59.466 22869 22932 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordDataInNightWatch (JI)I with native method: recordDataInNightWatch (0xc92f8a75)
11-30 15:14:59.466 22869 22932 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordTickInNightWatch (JJJJ)I with native method: recordTickInNightWatch (0xc92f8a53)
11-30 15:14:59.466 22869 22932 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordTickInNightWatch (JJJJ)I with native method: recordTickInNightWatch (0xc92f8a53)
11-30 15:14:59.466 22869 22932 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nSaveResourceData ()Z with native method: saveResourceData (0xc92f8a45)
11-30 15:14:59.466 22869 22932 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nSaveResourceData ()Z with native method: saveResourceData (0xc92f8a45)
11-30 15:14:59.467 22869 22932 D Nightwatch: Starting NightWatch. Using fast [yes] or critical [yes] native methods
11-30 15:14:59.467 22869 22932 D Nightwatch: NightWatch using: Binary path: /data/app/com.facebook.katana-hlhloCXBs7KJkxJrHzAmBw==/lib/arm/libwatcher_binary.so log path: /data/data/com.facebook.katana/app_errorreporting/sess__000014368-1638260096641-ee4adeb2-adaf-59db-fef6-bcbef1544412/nightwatch.txt
11-30 15:14:59.467 22869 22932 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordDataInNightWatch (IIJI)I with native method: recordDataInNightWatch (0xc92f8a75). try use crit jni: yes try use fast jni: no Used crit: yes Used fast: no Used norm: no crit jni supported: yes fast jni supported: no config is fast: no config is crit: yes
11-30 15:14:59.467 22869 22932 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordTickInNightWatch (IIJJJJ)I with native method: recordTickInNightWatch (0xc92f8a53). try use crit jni: yes try use fast jni: no Used crit: yes Used fast: no Used norm: no crit jni supported: yes fast jni supported: no config is fast: no config is crit: yes
11-30 15:14:59.467 22869 22932 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/NightwatchOreo.nSaveResourceData (II)Z with native method: saveResourceData (0xc92f8a45). try use crit jni: yes try use fast jni: no Used crit: yes Used fast: no Used norm: no crit jni supported: yes fast jni supported: no config is fast: no config is crit: yes
11-30 15:14:59.468 22869 22932 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordDataInNightWatch (IIJI)I with native method: recordDataInNightWatch (0xc92f8a75)
11-30 15:14:59.468 22869 22932 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordDataInNightWatch (IIJI)I with native method: recordDataInNightWatch (0xc92f8a75)
11-30 15:14:59.468 22869 22932 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordTickInNightWatch (IIJJJJ)I with native method: recordTickInNightWatch (0xc92f8a53)
11-30 15:14:59.468 22869 22932 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordTickInNightWatch (IIJJJJ)I with native method: recordTickInNightWatch (0xc92f8a53)
11-30 15:14:59.468 22869 22932 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nSaveResourceData (II)Z with native method: saveResourceData (0xc92f8a45)
11-30 15:14:59.468 22869 22932 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nSaveResourceData (II)Z with native method: saveResourceData (0xc92f8a45)
11-30 15:14:59.476 22869 22932 I nightwatch-lib: watcher succeeded mmap /data/data/com.facebook.katana/app_errorreporting/sess__000014368-1638260096641-ee4adeb2-adaf-59db-fef6-bcbef1544412/nightwatch.txt.subsecond
11-30 15:14:59.477 22869 22932 I nightwatch-lib: watcher succeeded mmap /data/data/com.facebook.katana/app_errorreporting/sess__000014368-1638260096641-ee4adeb2-adaf-59db-fef6-bcbef1544412/nightwatch.txt.second
11-30 15:14:59.477 22869 22932 I nightwatch-lib: watcher succeeded mmap /data/data/com.facebook.katana/app_errorreporting/sess__000014368-1638260096641-ee4adeb2-adaf-59db-fef6-bcbef1544412/nightwatch.txt
11-30 15:14:59.477 22869 22932 D nightwatch-fd: Attempting to open file /proc/self/oom_adj
11-30 15:14:59.477 22869 22932 E nightwatch-fd: Unable to open /proc/self/oom_adj (mode read) : 13 : Permission denied
11-30 15:14:59.477 22869 22932 D nightwatch-fd: Attempting to open file /proc/self/oom_adj
11-30 15:14:59.477 22869 22932 D nightwatch-fd: Opened file /proc/self/oom_adj (82)
11-30 15:14:59.477 22869 22932 D nightwatch-fd: Attempting to open file /proc/self/oom_score_adj
11-30 15:14:59.477 22869 22932 E nightwatch-fd: Unable to open /proc/self/oom_score_adj (mode read) : 13 : Permission denied
11-30 15:14:59.477 22869 22932 D nightwatch-fd: Attempting to open file /proc/self/oom_score_adj
11-30 15:14:59.477 22869 22932 D nightwatch-fd: Opened file /proc/self/oom_score_adj (83)
11-30 15:14:59.483 22869 23011 W fb4a.SigquitDetectorLacrima: nativeInit
11-30 15:14:59.487 22869 22931 W fb4a.AppInitScheduler|Run:   Finished BlackBoxOnInitTrigger in 47ms
11-30 15:14:59.487 22869 23011 D SigquitDetector: Signal catcher tid: 22875
11-30 15:14:59.487 22869 23011 D SigquitDetector: Initialized [Lacrima]
11-30 15:14:59.487 22869 22931 W fb4a.AppInitScheduler|Run: Running TraceCurrentThreadMetadata
11-30 15:14:59.488 22869 22931 W fb4a.AppInitScheduler|Run:   Finished TraceCurrentThreadMetadata in 0ms
11-30 15:14:59.488 22869 22931 W fb4a.AppInitScheduler|Run: Running TransientNetworkTraceEarlyInit
11-30 15:14:59.489 22869 23001 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:14:59.491 22869 23008 D DistractUtil: Function _ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE hooked with result=0
11-30 15:14:59.491 22869 23008 D SigquitDetector: Hooked methods [Lacrima]
11-30 15:14:59.492 22869 22931 W fb4a.AppInitScheduler|Run:   Finished TransientNetworkTraceEarlyInit in 4ms
11-30 15:14:59.492 22869 22932 I nightwatch-target: created thread to monitor process resources
11-30 15:14:59.493 22869 23018 D nightwatch-fd: Attempting to open file /proc/self/oom_score
11-30 15:14:59.493 22869 23018 D nightwatch-fd: Opened file /proc/self/oom_score (84)
11-30 15:14:59.493 22869 23018 I nightwatch-target: monitor resources interval 20 ms
11-30 15:14:59.495 22869 23018 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:14:59.495 22869 23018 E nightwatch-target: sysmeminfo parse failed
11-30 15:14:59.514 22869 22946 I zygote  : WaitForGcToComplete blocked ClassLinker on ClassLinker for 94.555ms
11-30 15:14:59.514 22869 22950 I zygote  : WaitForGcToComplete blocked ClassLinker on ClassLinker for 94.527ms
11-30 15:14:59.514 22869 22948 I zygote  : WaitForGcToComplete blocked ClassLinker on ClassLinker for 71.946ms
11-30 15:14:59.514 22869 23001 I zygote  : WaitForGcToComplete blocked ClassLinker on ClassLinker for 24.572ms
11-30 15:14:59.514 22869 22947 I zygote  : WaitForGcToComplete blocked ClassLinker on ClassLinker for 94.853ms
11-30 15:14:59.515 22869 23018 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:14:59.515 22869 23018 E nightwatch-target: sysmeminfo parse failed
11-30 15:14:59.548 22869 22948 W fb4a.AppInitScheduler|Run:   Finished RunPerfMarkers in 124ms
11-30 15:14:59.549 22869 22950 W fb4a.AppInitScheduler|Run:   Finished MobileConfigSessionlessInit in 387ms
11-30 15:14:59.549 22869 22947 W fb4a.AppInitScheduler|Run:   Finished INeedInitForSharedPrefsListenerRegister in 243ms
11-30 15:14:59.550 22869 22950 W fb4a.AppInitScheduler|Run: Running DownloadedFbResources
11-30 15:14:59.565 22869 22946 W fb4a.AppInitScheduler|Run:   Finished MobileConfigInit in 402ms
11-30 15:14:59.565 22869 22946 W fb4a.AppInitScheduler|Run: Running INeedInitForBroadcastReceiverRegister
11-30 15:14:59.566 22869 22948 W fb4a.AppInitScheduler|Run: Running EagerInitTigonInterceptors
11-30 15:14:59.566 22869 22947 W fb4a.AppInitScheduler|Run: Running EagerTigonLigerXPlatService
11-30 15:14:59.566 22869 22931 W fb4a.AppInitScheduler|Run: Running AppDataBridge
11-30 15:14:59.567 22869 22948 V tigonapi: tigonapi/JNI_OnLoad called
11-30 15:14:59.567 22869 22931 W fb4a.AppStateLoggerCore: Application needs to be registered before setting app state manager bridge
11-30 15:14:59.567 22869 22931 W fb4a.AppInitScheduler|Run:   Finished AppDataBridge in 1ms
11-30 15:14:59.567 22869 22931 W fb4a.AppInitScheduler|Run: Running LocationRequestDetector
11-30 15:14:59.569 22869 22931 W fb4a.AppInitScheduler|Run:   Finished LocationRequestDetector in 1ms
11-30 15:14:59.569 22869 22931 W fb4a.AppInitScheduler|Run: Running VpvHelperInitializer
11-30 15:14:59.570 22869 22931 W fb4a.AppInitScheduler|Run:   Finished VpvHelperInitializer in 0ms
11-30 15:14:59.607 22869 23024 I nightwatch-target: waiting on child pid 23026
11-30 15:14:59.607 22869 22950 D CACHE_HINTS: Entering madvise file
11-30 15:14:59.609 22869 22950 D CACHE_HINTS: MADVISE_RAND file 0xc81c1000 4521983 /data/data/com.facebook.katana/app_restricks/layouts.bin
11-30 15:14:59.614 22869 22946 W fb4a.AppInitScheduler|Run:   Finished INeedInitForBroadcastReceiverRegister in 47ms
11-30 15:14:59.615 22869 22949 W fb4a.AppInitScheduler|Run:   Finished FbSharedPreferenceInitializer in 458ms
11-30 15:14:59.617 22869 22949 W fb4a.AppInitScheduler|Run: Running StringResourcesDelegate [*]
11-30 15:14:59.617 22869 22946 W fb4a.AppInitScheduler|Run: Running ComposerSavedSessionStoreInitializer
11-30 15:14:59.617 22869 22931 W fb4a.AppInitScheduler|Run: Running ClientCacheEdgeManagerInitializer
11-30 15:14:59.628 22869 22946 W fb4a.AppInitScheduler|Run:   Finished ComposerSavedSessionStoreInitializer in 11ms
11-30 15:14:59.628 22869 22946 W fb4a.AppInitScheduler|Run: Running ErrorReporterSecondaryInit
11-30 15:14:59.632 22869 22931 W fb4a.AppInitScheduler|Run:   Finished ClientCacheEdgeManagerInitializer in 14ms
11-30 15:14:59.632 22869 22931 W fb4a.AppInitScheduler|Run: Running Fb4aReactEagerInitHotMCUnpacker
11-30 15:14:59.636 22869 22946 W fb4a.AppInitScheduler|Run:   Finished ErrorReporterSecondaryInit in 7ms
11-30 15:14:59.641 22869 22946 W fb4a.AppInitScheduler|Run: Running Fb4aUIQREnvironment
11-30 15:14:59.641 22869 22931 W fb4a.AppInitScheduler|Run:   Finished Fb4aReactEagerInitHotMCUnpacker in 8ms
11-30 15:14:59.641 22869 22931 W fb4a.AppInitScheduler|Run: Running HenosisEventReporter
11-30 15:14:59.646 22869 22947 W fb4a.EndToEndAnalyticsEventListener: WRITE_ANALYTICS_TO_LOGCAT = null, EndToEnd.isRunningEndToEndTest() = false
11-30 15:14:59.646 22869 22946 W fb4a.AppInitScheduler|Run:   Finished Fb4aUIQREnvironment in 5ms
11-30 15:14:59.646 22869 22946 W fb4a.AppInitScheduler|Run: Running LanguageSwitcher
11-30 15:14:59.648 22869 22949 W fb4a.FrscLanguagePackLoader: Loading FRSC strings for locale (en)
11-30 15:14:59.654 22869 22930 W fb4a.QuickPerformanceLoggerModule: Providing QPL...
11-30 15:14:59.655 22869 22946 W fb4a.AppInitScheduler|Run:   Finished LanguageSwitcher in 9ms
11-30 15:14:59.655 22869 22946 W fb4a.AppInitScheduler|Run: Running LogController
11-30 15:14:59.659 22869 22946 W fb4a.AppInitScheduler|Run:   Finished LogController in 3ms
11-30 15:14:59.659 22869 22946 W fb4a.AppInitScheduler|Run: Running PendingStoryStoreInitializer
11-30 15:14:59.661 22869 22946 W fb4a.AppInitScheduler|Run:   Finished PendingStoryStoreInitializer in 1ms
11-30 15:14:59.661 22869 22946 W fb4a.AppInitScheduler|Run: Running RtcVoltronModulesLoader
11-30 15:14:59.662 22869 22929 W fb4a.AppInitScheduler|Run:   Finished StatefulPeerManagerImpl in 248ms
11-30 15:14:59.662 22869 22929 W fb4a.AppInitScheduler|Run: Running VideoComponentWarmup
11-30 15:14:59.663 22869 22946 W fb4a.AppInitScheduler|Run:   Finished RtcVoltronModulesLoader in 2ms
11-30 15:14:59.663 22869 22946 W fb4a.AppInitScheduler|Run: Running VideoServiceWarmup
11-30 15:14:59.668 22869 22947 W fb4a.DefaultNetworkConfig: com.facebook.katana: getShouldCheckCertsInternal: true
11-30 15:14:59.674 22869 22946 W fb4a.AppInitScheduler|Run:   Finished VideoServiceWarmup in 11ms
11-30 15:14:59.674 22869 22946 W fb4a.AppInitScheduler|Run: Running WhitehatOverlayInitializer
11-30 15:14:59.675 22869 22946 W fb4a.AppInitScheduler|Run:   Finished WhitehatOverlayInitializer in 1ms
11-30 15:14:59.675 22869 22950 W fb4a.AppInitScheduler|Run:   Finished DownloadedFbResources in 125ms
11-30 15:14:59.676 22869 22931 W fb4a.AppInitScheduler|Run:   Finished HenosisEventReporter in 35ms
11-30 15:14:59.692 22978 22978 I cr_SplitCompatApp: Launched version=95.0.4638.74 minSdkVersion=24 isBundle=true processName=com.android.chrome:sandboxed_process0 isIsolated=true
11-30 15:14:59.695 23026 23026 I nightwatch-watcher: I have arisen! pid: 23026
11-30 15:14:59.695 23026 23026 I nightwatch-lib: watcher succeeded mmap /data/data/com.facebook.katana/app_errorreporting/sess__000014368-1638260096641-ee4adeb2-adaf-59db-fef6-bcbef1544412/nightwatch.txt
11-30 15:14:59.695 23026 23026 I nightwatch-watcher: attached to tid 23024 in pid 22869, ptrace_ret: 0
11-30 15:14:59.695 23026 23026 D nightwatch-fd: Attempting to open file /proc/22869/oom_adj
11-30 15:14:59.695 23026 23026 D nightwatch-fd: Opened file /proc/22869/oom_adj (8)
11-30 15:14:59.695 23026 23026 D nightwatch-fd: Attempting to open file /proc/22869/oom_score_adj
11-30 15:14:59.695 23026 23026 D nightwatch-fd: Opened file /proc/22869/oom_score_adj (40)
11-30 15:14:59.696 23026 23026 I nightwatch-watcher: target tid 23024 stopped with signal 19. continuing and delivering signal 0
11-30 15:14:59.720 22978 22978 W SystemServiceRegistry: No service published for: uimode
11-30 15:14:59.724 22978 22978 V Monotype: fonts.xml take from : /system/etc/
11-30 15:14:59.751 22869 22949 W fb4a.AppInitScheduler|Run:   Finished StringResourcesDelegate in 134ms
11-30 15:14:59.751 22869 22946 W fb4a.AppInitScheduler|Run: Running WaitForUIDependenciesInitializer [*]
11-30 15:14:59.754 22869 22946 W fb4a.AppInitScheduler|Run:   Finished WaitForUIDependenciesInitializer in 2ms
11-30 15:14:59.754 22869 22946 W fb4a.AppInitScheduler|Run: Running ReplayBroadcastReceivedDuringAppInit
11-30 15:14:59.754 22869 22950 W fb4a.AppInitScheduler|Run: Running DismissSplashScreens
11-30 15:14:59.754 22869 22931 W fb4a.AppInitScheduler|Run: Running ScheduleLowPriWork
11-30 15:14:59.754 22869 22950 W fb4a.AppInitScheduler|Run:   Finished DismissSplashScreens in 0ms
11-30 15:14:59.754 22869 22946 W fb4a.AppInitScheduler|Run:   Finished ReplayBroadcastReceivedDuringAppInit in 1ms
11-30 15:14:59.782 22869 22931 W fb4a.AppInitScheduler|Run:   Finished ScheduleLowPriWork in 28ms
11-30 15:14:59.802 22869 22930 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:14:59.803 22869 22999 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:14:59.830 22869 23039 D NetworkSecurityConfig: Using Network Security Config from resource (name removed) debugBuild: false
11-30 15:14:59.833 22869 22874 I zygote  : Do partial code cache collection, code=61KB, data=60KB
11-30 15:14:59.835 22869 22874 I zygote  : After code cache collection, code=61KB, data=60KB
11-30 15:14:59.835 22869 22874 I zygote  : Increasing code cache capacity to 256KB
11-30 15:14:59.859 22869 22930 I zygote  : WaitForGcToComplete blocked ClassLinker on ClassLinker for 56.469ms
11-30 15:14:59.860 22869 22999 I zygote  : WaitForGcToComplete blocked ClassLinker on ClassLinker for 56.958ms
11-30 15:14:59.886 22869 23034 W fb4a.FrscLanguagePackLoader: FRSC English strings buffer size - (limit : 705758, capacity : 705758)
11-30 15:14:59.890 22869 22930 W fb4a.Fixie: Initialize FB4A_OPTIMIZATION_PROVIDER
11-30 15:14:59.897 22869 22948 W fb4a.MobileConfigFactoryImpl: SESSIONBASED factory used for SESSIONLESS param
11-30 15:14:59.897 22869 22948 W fb4a.MobileConfigFactoryImpl: SESSIONBASED factory used for SESSIONLESS param
11-30 15:14:59.901  2985  5088 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.socialwifi.detection.SocialWifiDetectorActivity newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:14:59.914 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:17%[17%]>.
11-30 15:14:59.917  2985  5087 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:59.917  2985  5087 I chatty  : uid=1000(system) Binder:2985_18 identical 1 line
11-30 15:14:59.917  2985  5087 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:59.917 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:14:59.918 22869 22932 W ApiBlockListExemption: We Succeeded getting the needed hidden api deps on this platform. Can we try to remove hidden APIs: Yes.
11-30 15:14:59.918  2985  5087 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:59.918  2985  5087 I chatty  : uid=1000(system) Binder:2985_18 identical 1 line
11-30 15:14:59.919  2985  5087 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:14:59.921 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:14:59.923 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:14:59.943 22869 22948 V requestattribution: requestattribution/JNI_OnLoad called
11-30 15:14:59.944 22869 22932 D BinderHooker: Called hook binder
11-30 15:14:59.944 22869 22932 D BinderHooker: Starting init of BinderHooker
11-30 15:14:59.945 22869 22932 D BinderHooker: Binder Hooker was successfully inited [StrongPointer dep is supported] [Parcel dep is supported]
11-30 15:14:59.945 22869 22932 D BinderHooker: Is a binder hook class, seeing if we need to unwrap it.
11-30 15:14:59.945 22869 22932 D BinderHooker: Found a wrapped BinderHook class com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook
11-30 15:14:59.945 22869 22932 D BinderHooker: Attempting to hook binder android.app.ActivityThread$ApplicationThread with binder com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook)
11-30 15:14:59.945 22869 22932 D BinderHooker: Getting IBinder obj for android.app.ActivityThread$ApplicationThread
11-30 15:14:59.945 22869 22932 D BinderHooker: Getting IBinder for android.app.ActivityThread$ApplicationThread 0xd1a0b830
11-30 15:14:59.945 22869 22932 D BinderHooker: Calling java to create a parcel and write jobj 0xd1a0b830 to it. 
11-30 15:14:59.945 22869 22932 D BinderHooker: Got Parcel Ptr 0xf1e307d0 for java obj 0xd1a0b830.
11-30 15:14:59.945 22869 22932 D BinderHooker: Call readStrongBinder(0xf1e307d0) ret not null? yes sp: f1dc8320.
11-30 15:14:59.946 22869 22932 D BinderHooker: Finished getting IBinder obj for android.app.ActivityThread$ApplicationThread. Got f1dc8320.
11-30 15:14:59.946 22869 22932 D BinderHooker: Taking and locking Strong IBinder ref f1dc8320 for android.app.ActivityThread$ApplicationThread
11-30 15:14:59.946 22869 22932 D BinderHooker: FINISHED taking and locking Strong IBinder ref f1dc8320 for android.app.ActivityThread$ApplicationThread
11-30 15:14:59.946 22869 22932 D BinderHooker: Got binder ptr f1dc8320 for the given val
11-30 15:14:59.946 22869 22932 D BinderHooker: Setting Orig javaBBinder mObjectPtr for android.app.ActivityThread$ApplicationThread because it has not been set before
11-30 15:14:59.946 22869 22932 D BinderHooker: Finished Setting Orig javaBBinder mObjectPtr
11-30 15:14:59.946 22869 22932 D BinderHooker: Setting javaBBinder mObjectPtr 0xf1dc8330 (orig: 0x1c36) for android.app.ActivityThread$ApplicationThread
11-30 15:14:59.946 22869 22932 D BinderHooker: Getting IBinder obj for com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook)
11-30 15:14:59.946 22869 22932 D BinderHooker: Getting IBinder for com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook) 0xd1a0b834
11-30 15:14:59.946 22869 22932 D BinderHooker: Calling java to create a parcel and write jobj 0xd1a0b834 to it. 
11-30 15:14:59.946 22869 22932 D BinderHooker: Got Parcel Ptr 0xf1e30840 for java obj 0xd1a0b834.
11-30 15:14:59.946 22869 22932 D BinderHooker: Call readStrongBinder(0xf1e30840) ret not null? yes sp: c9831ec0.
11-30 15:14:59.946 22869 22932 D BinderHooker: Finished getting IBinder obj for com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook). Got c9831ec0.
11-30 15:14:59.946 22869 22932 D BinderHooker: Taking and locking Strong IBinder ref c9831ec0 for com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook)
11-30 15:14:59.946 22869 22932 D BinderHooker: FINISHED taking and locking Strong IBinder ref c9831ec0 for com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook)
11-30 15:14:59.946 22869 22932 D BinderHooker: Got binder ptr c9831ec0 for the given val
11-30 15:14:59.946 22869 22932 D BinderHooker: Setting Orig javaBBinder mObjectPtr for com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook) because it has not been set before
11-30 15:14:59.946 22869 22932 D BinderHooker: Finished Setting Orig javaBBinder mObjectPtr
11-30 15:14:59.946 22869 22932 D BinderHooker: Setting javaBBinder mObjectPtr 0xc9831ed0 (orig: 0x24a6) for com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook)
11-30 15:14:59.946 22869 22932 D BinderHooker: We already have a strong binder ref
11-30 15:14:59.946 22869 22932 D BinderHooker: We already have a strong binder ref
11-30 15:14:59.946 22869 22932 D BinderHooker: Successfully prepared hooking binder and will now perform.  Use Transparent Conv: no 
11-30 15:14:59.946 22869 22932 D BinderHooker: 		Hooked: android.app.ActivityThread$ApplicationThread 
11-30 15:14:59.946 22869 22932 D BinderHooker: 		Hooked with: com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook)
11-30 15:14:59.946 22869 22932 D BinderHooker: Attempting to set binder hook data on the hook object
11-30 15:14:59.947 22869 22932 D BinderHooker: Finished setting binder hook data on the hook object
11-30 15:14:59.947 22869 22932 D BinderHooker: Finished hooking binder. Success: yes 
11-30 15:14:59.947 22869 22932 D BinderHooker: 		Hooked: android.app.ActivityThread$ApplicationThread 
11-30 15:14:59.947 22869 22932 D BinderHooker: 		Hooked with: com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook)
11-30 15:14:59.981 22869 22930 W fb4a.MobileConfigFactoryImpl: SESSIONLESS factory used for SESSIONBASED param
11-30 15:15:00.015 22869 22930 W fb4a.QuickPerformanceLoggerModule: Provided QPL: 189787172
11-30 15:15:00.025 22869 22929 I zygote  : Deoptimizing X.0zc X.0zc.A00(X.3AT, java.lang.Object) due to JIT inline cache
11-30 15:15:00.026 22869 22930 W fb4a.AppInitScheduler|Run:   Finished StartupQPLInit in 859ms
11-30 15:15:00.026 22869 22950 W fb4a.AppInitScheduler|Run: Running FunctionalReliabilityRingBufferInitializer
11-30 15:15:00.026 22869 22930 W fb4a.AppInitScheduler|Run: Running ProfiloBridgeFactoryImpl
11-30 15:15:00.026 22869 22949 W fb4a.AppInitScheduler|Run: Running CombinedLoggingInit
11-30 15:15:00.026 22869 22946 W fb4a.AppInitScheduler|Run: Running ReliabilityUserPerceptibleScopeToQPL
11-30 15:15:00.027 22869 22931 W fb4a.AppInitScheduler|Run: Running StartupInfraPreloader
11-30 15:15:00.027 22869 22946 W fb4a.AppInitScheduler|Run:   Finished ReliabilityUserPerceptibleScopeToQPL in 0ms
11-30 15:15:00.027 22869 22946 W fb4a.AppInitScheduler|Run: Running ZOptLoggingInitializer
11-30 15:15:00.028 22869 22949 W fb4a.AppInitScheduler|Run:   Finished CombinedLoggingInit in 1ms
11-30 15:15:00.028 22869 22931 W fb4a.AppInitScheduler|Run:   Finished StartupInfraPreloader in 1ms
11-30 15:15:00.028 22869 22949 W fb4a.AppInitScheduler|Run: Running StartupQPLReplayer
11-30 15:15:00.028 22869 22946 W fb4a.AppInitScheduler|Run:   Finished ZOptLoggingInitializer in 0ms
11-30 15:15:00.028 22869 22950 W fb4a.AppInitScheduler|Run:   Finished FunctionalReliabilityRingBufferInitializer in 1ms
11-30 15:15:00.029 22869 22949 W fb4a.AppInitScheduler|Run:   Finished StartupQPLReplayer in 2ms
11-30 15:15:00.035 22869 22930 W fb4a.AppInitScheduler|Run:   Finished ProfiloBridgeFactoryImpl in 8ms
11-30 15:15:00.058 22869 22948 W fb4a.AppInitScheduler|Run:   Finished EagerInitTigonInterceptors in 492ms
11-30 15:15:00.068 22869 23060 I zygote  : Deoptimizing java.lang.Object X.0y3.A06(X.2sF, java.util.concurrent.atomic.AtomicReferenceArray, byte, int, int) due to JIT inline cache
11-30 15:15:00.127  2985  5087 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:00.128  2985  5087 I chatty  : uid=1000(system) Binder:2985_18 identical 1 line
11-30 15:15:00.128  2985  5087 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:00.129  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:15:00.129  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:00.129  2985  5088 I chatty  : uid=1000(system) Binder:2985_19 identical 1 line
11-30 15:15:00.129  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:00.130  2985  5087 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:00.130  2985  5087 I chatty  : uid=1000(system) Binder:2985_18 identical 1 line
11-30 15:15:00.130  2985  5087 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:00.131  2985  5088 D ActivityManager: The following uid has registered to recieve broadcast for proxy related updates 10227
11-30 15:15:00.132  2985  5087 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:00.139  2985  5087 I chatty  : uid=1000(system) Binder:2985_18 identical 10 lines
11-30 15:15:00.139  2985  5087 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:00.144  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:15:00.144  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:15:00.153  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:00.153  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:00.153  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:00.167 22869 22874 I zygote  : Compiler allocated 4MB to compile void X.1S5.<init>(android.content.Context, X.1K4)
11-30 15:15:00.526 22869 23018 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:15:00.526 22869 23018 E nightwatch-target: sysmeminfo parse failed
11-30 15:15:00.527  2680  2680 E audit   : type=1400 audit(1638260100.516:39760): avc:  denied  { read } for  pid=23018 comm="AppInit4" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:15:00.527  2680  2680 E audit   : type=1300 audit(1638260100.516:39760): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8b94334 a2=20000 a3=0 items=0 ppid=2693 pid=23018 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit4" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:15:00.527  2680  2680 E audit   : type=1327 audit(1638260100.516:39760): proctitle="com.facebook.katana"
11-30 15:15:00.734  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:15:00.777  2985  5102 D AudioService: isEnabled
11-30 15:15:00.821 22660 22843 V CXA_THROW: Hitting __cxa_throw  
11-30 15:15:00.821 22660 22843 V CXA_THROW: SetLastExceptionInfoForThread: Called
11-30 15:15:00.821 22660 22843 V CXA_THROW: SetLastExceptionInfoForThread: Creating entry for first time.
11-30 15:15:00.837 22660 22843 I CXA_THROW: SetLastExceptionInfoForThread: TLS entry updated.
11-30 15:15:00.837 22660 22843 V CXA_THROW: __cxa_throw: Already loaded
11-30 15:15:00.859 22819 22819 E chromium: [ERROR:network_service_instance_impl.cc(179)] Failed to grant sandbox access to network context data for /data/user/0/com.parallel.space.lite/app_webview/Default with result 7: No such file or directory (2)
11-30 15:15:00.859  2985  4271 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:00.859  2985  4271 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:00.859  2985  4271 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:00.859  2985  4271 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:00.863  2985  2985 D KnoxVpnEngineService: Vpn Receiver : com.samsung.android.knox.intent.action.VPN_PROXY_BROADCAST_INTERNAL
11-30 15:15:00.863  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:15:00.871  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:00.871  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:15:00.871  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:00.872  2985  2985 D AudioService: isEnabled
11-30 15:15:00.878  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:00.883  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:15:00.884  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:00.886  2985  4271 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:15:00.887  2985  4271 D PersonaManagerService: securefolder Secure Folder
11-30 15:15:00.887  2985  4271 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:15:00.887  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:15:00.901  2985  4271 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:15:00.923 22869 22928 W fb4a.AppInitScheduler|Run:   Waiting on VideoComponentWarmup for 1261ms...
11-30 15:15:00.923 22869 22928 W fb4a.AppInitScheduler|Run:   Waiting on InitLacrimaLaterInit for 1545ms...
11-30 15:15:00.923 22869 22928 W fb4a.AppInitScheduler|Run:   Waiting on EagerTigonLigerXPlatService for 1357ms...
11-30 15:15:00.935  2697 21290 V APM_AudioPolicyManager: listAudioPorts() role 0 type 0 num_ports 0 ports 0xf2199478
11-30 15:15:00.938  2697 21290 V APM_AudioPolicyManager: listAudioPorts() got 0 ports needed 8
11-30 15:15:00.938  2697 21290 V APM_AudioPolicyManager: listAudioPorts() role 0 type 0 num_ports 8 ports 0xefc77000
11-30 15:15:00.940  2697 21290 V APM_AudioPolicyManager: listAudioPorts() got 8 ports needed 8
11-30 15:15:00.961  2985  4271 D AudioService: isEnabled
11-30 15:15:00.967  2985  4271 I chatty  : uid=1000(system) Binder:2985_10 identical 4 lines
11-30 15:15:00.968  2985  4271 D AudioService: isEnabled
11-30 15:15:00.968 22978 22978 E Typeface: Error mapping font file /system/fonts/NotoSansKhmer-Regular.ttf
11-30 15:15:00.968  2985  4271 D AudioService: isEnabled
11-30 15:15:00.968 22978 22978 E Typeface: Error mapping font file /system/fonts/NotoSansKhmer-Bold.ttf
11-30 15:15:00.968 22978 22978 E Minikin : Could not get cmap table size!
11-30 15:15:00.969 22978 22978 E Typeface: Unable to load Family: null:und-Khmr
11-30 15:15:00.988  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:15:00.988  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:15:00.994 22869 22877 W JavaBinder: BinderProxy is being destroyed but the application did not call unlinkToDeath to unlink all of its death recipients beforehand.  Releasing leaked death recipient: X.05K
11-30 15:15:00.996 22978 22978 E Typeface: Error mapping font file /system/fonts/DroidSansFallback.ttf
11-30 15:15:00.996 22978 22978 E Minikin : Could not get cmap table size!
11-30 15:15:00.996 22978 22978 E Typeface: Unable to load Family: null:null
11-30 15:15:01.006 22869 22874 I zygote  : Do full code cache collection, code=106KB, data=95KB
11-30 15:15:01.074 22660 22660 I ExceptionHandler: Breakpad library has been set up.
11-30 15:15:01.090 22819 22819 D ConnectivityManager: requestNetwork; CallingUid : 10227, CallingPid : 22819
11-30 15:15:01.093  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:01.093  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:01.093  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:01.093  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:01.093  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:01.093  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:01.093  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:01.093  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:01.094  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:01.094  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:01.094  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:01.094  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:01.094  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:01.094  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:01.094  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:01.094  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:01.094  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:01.094  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:01.100 22869 22932 W fb4a.AppInitScheduler|Run:   Finished InitLacrimaLaterInit in 1723ms
11-30 15:15:01.107 22978 22978 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3L.ttf
11-30 15:15:01.107 22978 22978 E Minikin : Could not get cmap table size!
11-30 15:15:01.107 22978 22978 E Typeface: Unable to load Family: samsung-sans-num3L:null
11-30 15:15:01.107 22978 22978 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3T.ttf
11-30 15:15:01.107 22978 22978 E Minikin : Could not get cmap table size!
11-30 15:15:01.107 22978 22978 E Typeface: Unable to load Family: samsung-sans-num3T:null
11-30 15:15:01.107 22978 22978 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4L.ttf
11-30 15:15:01.107 22978 22978 E Minikin : Could not get cmap table size!
11-30 15:15:01.107 22978 22978 E Typeface: Unable to load Family: samsung-sans-num4L:null
11-30 15:15:01.108 22978 22978 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4T.ttf
11-30 15:15:01.108 22978 22978 E Minikin : Could not get cmap table size!
11-30 15:15:01.108 22978 22978 E Typeface: Unable to load Family: samsung-sans-num4T:null
11-30 15:15:01.108 22978 22978 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num35.ttf
11-30 15:15:01.108 22978 22978 E Minikin : Could not get cmap table size!
11-30 15:15:01.108 22978 22978 E Typeface: Unable to load Family: samsung-sans-num35:null
11-30 15:15:01.108 22978 22978 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num45.ttf
11-30 15:15:01.108 22978 22978 E Minikin : Could not get cmap table size!
11-30 15:15:01.108 22978 22978 E Typeface: Unable to load Family: samsung-sans-num45:null
11-30 15:15:01.108 22978 22978 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3Lv.ttf
11-30 15:15:01.108 22978 22978 E Minikin : Could not get cmap table size!
11-30 15:15:01.108 22978 22978 E Typeface: Unable to load Family: samsung-sans-num3LV:null
11-30 15:15:01.109 22978 22978 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3R.ttf
11-30 15:15:01.109 22978 22978 E Minikin : Could not get cmap table size!
11-30 15:15:01.109 22978 22978 E Typeface: Unable to load Family: samsung-sans-num3R:null
11-30 15:15:01.109 22978 22978 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4Tv.ttf
11-30 15:15:01.109 22978 22978 E Minikin : Could not get cmap table size!
11-30 15:15:01.109 22978 22978 E Typeface: Unable to load Family: samsung-sans-num4Tv:null
11-30 15:15:01.109 22978 22978 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4Lv.ttf
11-30 15:15:01.109 22978 22978 E Minikin : Could not get cmap table size!
11-30 15:15:01.109 22978 22978 E Typeface: Unable to load Family: samsung-sans-num4Lv:null
11-30 15:15:01.124 22978 22978 I cr_ChildProcessService: Creating new ChildProcessService pid=22978
11-30 15:15:01.133 22978 22978 E WebViewLibraryLoader: can't load with relro file; address space not reserved
11-30 15:15:01.153  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:01.153  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:01.153  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:01.192 22660 22842 I System.out: Thread-43688(ApacheHTTPLog):Reading from variable values from setDefaultValuesToVariables
11-30 15:15:01.193 22660 22842 I System.out: Thread-43688(ApacheHTTPLog):isSBSettingEnabled false
11-30 15:15:01.193 22660 22842 I System.out: Thread-43688(ApacheHTTPLog):isShipBuild true
11-30 15:15:01.193 22660 22842 I System.out: Thread-43688(ApacheHTTPLog):getDebugLevel 0x4f4c
11-30 15:15:01.193 22660 22842 I System.out: Thread-43688(ApacheHTTPLog):Smart Bonding Setting is false
11-30 15:15:01.193 22660 22842 I System.out: Thread-43688(ApacheHTTPLog):SmartBonding Setting is false, SHIP_BUILD is true, log to file is false, DBG is false, DEBUG_LEVEL (1-LOW, 2-MID, 3-HIGH) is 1
11-30 15:15:01.195 22869 22877 E ToStr_0Mp: Failed getting string from X.0Mp
11-30 15:15:01.195 22869 22877 E ToStr_0Mp: java.lang.IllegalStateException: LogFragment was not initalized correctly. format msg null: Y format args null: Y
11-30 15:15:01.195 22869 22877 E ToStr_0Mp: 	at X.0Mp.A03(:41)
11-30 15:15:01.195 22869 22877 E ToStr_0Mp: 	at X.0OG.A01(:21)
11-30 15:15:01.195 22869 22877 E ToStr_0Mp: 	at X.0OG.toString(:1)
11-30 15:15:01.195 22869 22877 E ToStr_0Mp: 	at java.util.Formatter$FormatSpecifier.printString(Formatter.java:2977)
11-30 15:15:01.195 22869 22877 E ToStr_0Mp: 	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2854)
11-30 15:15:01.195 22869 22877 E ToStr_0Mp: 	at java.util.Formatter.format(Formatter.java:2523)
11-30 15:15:01.195 22869 22877 E ToStr_0Mp: 	at java.util.Formatter.format(Formatter.java:2458)
11-30 15:15:01.195 22869 22877 E ToStr_0Mp: 	at java.lang.String.format(String.java:2770)
11-30 15:15:01.195 22869 22877 E ToStr_0Mp: 	at X.0OH.A02(:34)
11-30 15:15:01.195 22869 22877 E ToStr_0Mp: 	at X.0Mq.A03(:12)
11-30 15:15:01.195 22869 22877 E ToStr_0Mp: 	at X.0Ms.D2F(:6)
11-30 15:15:01.195 22869 22877 E ToStr_0Mp: 	at X.0Mq.A04(:36)
11-30 15:15:01.195 22869 22877 E ToStr_0Mp: 	at X.0OH.finalize(:22)
11-30 15:15:01.195 22869 22877 E ToStr_0Mp: 	at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:250)
11-30 15:15:01.195 22869 22877 E ToStr_0Mp: 	at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:237)
11-30 15:15:01.195 22869 22877 E ToStr_0Mp: 	at java.lang.Daemons$Daemon.run(Daemons.java:103)
11-30 15:15:01.195 22869 22877 E ToStr_0Mp: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:15:01.195 22869 22874 I zygote  : After code cache collection, code=72KB, data=55KB
11-30 15:15:01.202  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:15:01.205 22869 22874 I zygote  : Do partial code cache collection, code=72KB, data=55KB
11-30 15:15:01.209 22869 22877 W X.0Ms   : Finalizer failed for this obj pool item while cleaning
11-30 15:15:01.209 22869 22877 W X.0Ms   : java.lang.IllegalStateException: We have already called clean for this item <Error calling X.0Mp >.
11-30 15:15:01.209 22869 22877 W X.0Ms   : 	at X.0OH.A02(:40)
11-30 15:15:01.209 22869 22877 W X.0Ms   : 	at X.0Mq.A03(:12)
11-30 15:15:01.209 22869 22877 W X.0Ms   : 	at X.0Ms.D2F(:6)
11-30 15:15:01.209 22869 22877 W X.0Ms   : 	at X.0Mq.A04(:36)
11-30 15:15:01.209 22869 22877 W X.0Ms   : 	at X.0OH.finalize(:22)
11-30 15:15:01.209 22869 22877 W X.0Ms   : 	at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:250)
11-30 15:15:01.209 22869 22877 W X.0Ms   : 	at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:237)
11-30 15:15:01.209 22869 22877 W X.0Ms   : 	at java.lang.Daemons$Daemon.run(Daemons.java:103)
11-30 15:15:01.209 22869 22877 W X.0Ms   : 	at java.lang.Thread.run(Thread.java:764)
11-30 15:15:01.210 22869 22874 I zygote  : After code cache collection, code=72KB, data=55KB
11-30 15:15:01.210 22869 22874 I zygote  : Increasing code cache capacity to 512KB
11-30 15:15:01.211 22869 22874 I zygote  : Method exceeds compiler instruction limit: 19875 in int X.16r.A00(java.lang.String)
11-30 15:15:01.211 22869 22874 I chatty  : uid=10098(com.facebook.katana) identical 2 lines
11-30 15:15:01.211 22869 22874 I zygote  : Method exceeds compiler instruction limit: 19875 in int X.16r.A00(java.lang.String)
11-30 15:15:01.297 22869 22898 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:15:01.300 22869 22929 W fb4a.MobileConfigFactoryImpl: Invalid param type used for config: 612, param: 237
11-30 15:15:01.483 22978 23079 I cr_LibraryLoader: Successfully loaded native library
11-30 15:15:01.484 22978 23079 I cr_CachingUmaRecorder: Flushed 2 samples from 2 histograms.
11-30 15:15:01.487 22869 22898 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:15:01.535 22869 23018 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:15:01.535 22869 23018 E nightwatch-target: sysmeminfo parse failed
11-30 15:15:01.535  2680  2680 E audit   : type=1400 audit(1638260101.516:39761): avc:  denied  { read } for  pid=23018 comm="AppInit4" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:15:01.535  2680  2680 E audit   : type=1300 audit(1638260101.516:39761): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8b94334 a2=20000 a3=0 items=0 ppid=2693 pid=23018 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit4" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:15:01.535  2680  2680 E audit   : type=1327 audit(1638260101.516:39761): proctitle="com.facebook.katana"
11-30 15:15:01.608 22869 22898 I zygote  : WaitForGcToComplete blocked ProfileSaver on ClassLinker for 310.499ms
11-30 15:15:01.690 22869 23060 I zygote  : Deoptimizing java.lang.Object X.0y3.A06(X.2sF, java.util.concurrent.atomic.AtomicReferenceArray, byte, int, int) due to JIT inline cache
11-30 15:15:01.857 22869 23008 W fb4a.MultiSignalANRDetectorLacrima: Pausing error state checks
11-30 15:15:01.924 22869 22928 W fb4a.AppInitScheduler|Run:   Waiting on VideoComponentWarmup for 2262ms...
11-30 15:15:01.924 22869 22928 W fb4a.AppInitScheduler|Run:   Waiting on EagerTigonLigerXPlatService for 2358ms...
11-30 15:15:02.154  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:02.154  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:02.154  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:02.172 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:18%[18%]>.
11-30 15:15:02.174  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:02.175  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 4 lines
11-30 15:15:02.175  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:02.175 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:15:02.175  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:02.177  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 7 lines
11-30 15:15:02.177  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:02.177  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:02.177  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 1 line
11-30 15:15:02.178  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:02.178  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:02.178  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 1 line
11-30 15:15:02.178  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:02.179 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:02.180  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:02.180  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 1 line
11-30 15:15:02.180  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:02.181 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:02.181  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:02.181  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 1 line
11-30 15:15:02.181  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:02.188  2985  3827 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:02.188  2985  3827 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:02.203  2985  3827 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:02.203  2985  3827 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:02.354  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:02.354  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:15:02.354  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:02.355  2985  2985 D AudioService: isEnabled
11-30 15:15:02.362  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:02.368  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:15:02.368  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:02.372  2985  2995 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:15:02.372  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:15:02.372  2985  2995 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:15:02.373  2985  2995 D PersonaManagerService: securefolder Secure Folder
11-30 15:15:02.392  2985  2995 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:15:02.422 22869 23062 W zygote  : Verification of java.lang.Object X.1or.A1x(android.content.Context, X.3Kr, java.lang.Object[], int, int) took 486.903ms
11-30 15:15:02.472  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:15:02.472  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:15:02.524 22869 22929 W fb4a.AppInitScheduler|Run:   Finished VideoComponentWarmup in 2862ms
11-30 15:15:02.543 22869 23018 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:15:02.543 22869 23018 E nightwatch-target: sysmeminfo parse failed
11-30 15:15:02.543  2680  2680 E audit   : type=1400 audit(1638260102.526:39762): avc:  denied  { read } for  pid=23018 comm="AppInit4" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:15:02.543  2680  2680 E audit   : type=1300 audit(1638260102.526:39762): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8b94334 a2=20000 a3=0 items=0 ppid=2693 pid=23018 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit4" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:15:02.543  2680  2680 E audit   : type=1327 audit(1638260102.526:39762): proctitle="com.facebook.katana"
11-30 15:15:02.569 22660 22842 I System.out: pool-12-thread-2 calls detatch()
11-30 15:15:02.646 22819 23082 I zygote  : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
11-30 15:15:02.772 22869 23051 I CameraManagerGlobal: Connecting to camera service
11-30 15:15:02.892 22869 23051 D VendorTagDescriptor: addVendorDescriptor: vendor tag id 3854507339 added
11-30 15:15:02.920 22819 22882 W System.err: java.util.concurrent.ExecutionException: com.android.volley.VolleyError: java.lang.NullPointerException: Attempt to get length of null array
11-30 15:15:02.924 22869 22928 W fb4a.AppInitScheduler|Run:   Waiting on EagerTigonLigerXPlatService for 3358ms...
11-30 15:15:02.925 22819 22882 W System.err: 	at com.android.volley.toolbox.RequestFuture.doGet(RequestFuture.java:120)
11-30 15:15:02.925 22819 22882 W System.err: 	at com.android.volley.toolbox.RequestFuture.get(RequestFuture.java:100)
11-30 15:15:02.925 22819 22882 W System.err: 	at com.lbe.parallel.fc$1.run(ApiClient.java:430)
11-30 15:15:02.925 22819 22882 W System.err: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:15:02.925 22819 22882 W System.err: Caused by: com.android.volley.VolleyError: java.lang.NullPointerException: Attempt to get length of null array
11-30 15:15:02.925 22819 22882 W System.err: 	at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:143)
11-30 15:15:02.930 22819 22882 W System.err: Caused by: java.lang.NullPointerException: Attempt to get length of null array
11-30 15:15:02.930 22819 22882 W System.err: 	at com.google.protobuf.nano.c.a(MessageNano.java:131)
11-30 15:15:02.930 22819 22882 W System.err: 	at com.lbe.parallel.fc$b.parseNetworkResponse(ApiClient.java:2000)
11-30 15:15:02.930 22819 22882 W System.err: 	at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:125)
11-30 15:15:02.932 22819 22936 W Ads     : Update ad debug logging enablement as false
11-30 15:15:02.987  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 7 99 -7 -200 -7 -200 -1 12 -99 -11 10 2 0 2147483647 0x2002 P gsm|lte level=2
11-30 15:15:02.987  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:15:02.988 22819 22819 I Choreographer: Skipped 100 frames!  The application may be doing too much work on its main thread.
11-30 15:15:03.027 22819 23082 D libGLESv2: STS_GLApi : DTS, ODTC are not allowed for Package : com.parallel.space.lite
11-30 15:15:03.154  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:03.154  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:03.154  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:03.209  2985  3002 I zygote  : Successfully killed process cgroup uid 10052 pid 20964 in 26ms
11-30 15:15:03.227 22869 23032 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:15:03.228 22869 23032 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:15:03.263  2985  3070 W Choreographer: Frame time is 13.40314 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:15:03.422 22869 22947 W fb4a.AppInitScheduler|Run:   Finished EagerTigonLigerXPlatService in 3857ms
11-30 15:15:03.422 22869 22947 W fb4a.AppInitScheduler|Run: Running NetworkEagerInit
11-30 15:15:03.428 22869 22947 W fb4a.AppInitScheduler|Run:   Finished NetworkEagerInit in 5ms
11-30 15:15:03.428 22869 22947 W fb4a.AppInitScheduler|Run: Running GraphServiceEagerInit
11-30 15:15:03.428 22869 22946 W fb4a.AppInitScheduler|Run: Running ZeroLibraryInitializer
11-30 15:15:03.442 22869 23059 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 22869 / 10098 / 23059
11-30 15:15:03.469 22869 22946 W fb4a.AppInitScheduler|Run:   Finished ZeroLibraryInitializer in 41ms
11-30 15:15:03.524  2985  3002 I zygote  : Successfully killed process cgroup uid 10227 pid 21716 in 28ms
11-30 15:15:03.529  2985  3070 W Choreographer: Frame time is 14.854102 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:15:03.551 22869 23018 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:15:03.551  2680  2680 E audit   : type=1400 audit(1638260103.536:39763): avc:  denied  { read } for  pid=23018 comm="AppInit4" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:15:03.551 22869 23018 E nightwatch-target: sysmeminfo parse failed
11-30 15:15:03.551  2680  2680 E audit   : type=1300 audit(1638260103.536:39763): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8b94334 a2=20000 a3=0 items=0 ppid=2693 pid=23018 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit4" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:15:03.551  2680  2680 E audit   : type=1327 audit(1638260103.536:39763): proctitle="com.facebook.katana"
11-30 15:15:03.590 22869 23118 I zygote  : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
11-30 15:15:03.617 22869 23059 D cloudgaminginterceptor: request intercepted: url=http://portal.fb.com/mobile/status.php
11-30 15:15:03.617 22869 23059 D relenginterceptor: RELENG rewrite skipped, config is disabled.
11-30 15:15:03.617 22869 23059 D defcontigonrelayernative: DefconTigonDelayer starting
11-30 15:15:03.617 22869 23059 D defcontigonrelayernative: DefconTigonDelayer skipped, config is disabled.
11-30 15:15:03.623  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:15:03.719 22869 22947 W fb4a.AppInitScheduler|Run:   Finished GraphServiceEagerInit in 291ms
11-30 15:15:03.719 22869 22947 W fb4a.AppInitScheduler|Run: All work finished.
11-30 15:15:03.740  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:15:03.740  2985  2985 I MotionRecognitionService: Plugged
11-30 15:15:03.740  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:15:03.740  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:15:03.741  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:15:03.741  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:15:03.742  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:15:03.742  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:15:03.744  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:15:03.744  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:15:03.744  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:15:03.770  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:15:03.783 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:15:03.786 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:15:03.972 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:15:03.972 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:15:04.154  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:04.154  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:04.154  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:04.242 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:20%[20%]>.
11-30 15:15:04.244  2985  5094 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:04.245  2985  5094 I chatty  : uid=1000(system) Binder:2985_1E identical 4 lines
11-30 15:15:04.245  2985  5094 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:04.245 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:15:04.248 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:04.250 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:04.265  2985  5094 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:04.265  2985  5094 I chatty  : uid=1000(system) Binder:2985_1E identical 1 line
11-30 15:15:04.265  2985  5094 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:04.265  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 7 99 -7 -200 -7 -200 -1 99 -99 -10 0 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:15:04.265  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:15:04.266  2985  5094 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:04.270  2985  5094 I chatty  : uid=1000(system) Binder:2985_1E identical 16 lines
11-30 15:15:04.271  2985  5094 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:04.276  2985  5094 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:04.276  2985  5094 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:04.276  2985  5094 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:04.276  2985  5094 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:04.418  3510  3510 E SignalClusterView: setSlotFocusVisible : subId 3 visible false
11-30 15:15:04.418  3510  3510 E SignalClusterView: setSlotFocusVisible : subId 3 visible false
11-30 15:15:04.553 22702 22702 I ExceptionHandler: JNI_OnLoad()
11-30 15:15:04.560 22869 23018 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:15:04.560 22869 23018 E nightwatch-target: sysmeminfo parse failed
11-30 15:15:04.560  2680  2680 E audit   : type=1400 audit(1638260104.546:39764): avc:  denied  { read } for  pid=23018 comm="AppInit4" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:15:04.560  2680  2680 E audit   : type=1300 audit(1638260104.546:39764): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8b94334 a2=20000 a3=0 items=0 ppid=2693 pid=23018 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit4" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:15:04.560  2680  2680 E audit   : type=1327 audit(1638260104.546:39764): proctitle="com.facebook.katana"
11-30 15:15:04.679  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:15:04.679  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:15:04.679  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:15:04.832  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:04.832  2985  2985 I chatty  : uid=1000 system_server identical 1 line
11-30 15:15:04.832 22702 22702 I ExceptionHandler: NativeCrashManager: Logcat log collection is disabled.
11-30 15:15:04.832  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:04.832  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:04.832  2985  2985 I chatty  : uid=1000 system_server identical 1 line
11-30 15:15:04.832  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:04.832  2985  2985 D AudioService: isEnabled
11-30 15:15:04.835 22702 23149 D ConnectivityManager: requestNetwork; CallingUid : 15010011, CallingPid : 22702
11-30 15:15:04.839  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:04.843  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:04.843  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:04.843  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:04.843  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:04.843  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:04.843  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:04.843  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:04.843  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:04.843  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:04.844  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:04.844  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:04.844  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:04.844  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:04.844  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:04.844  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:04.844  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:04.844  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:04.844  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:04.846  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:04.847  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:04.849  2985  5094 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:15:04.850  2985  5094 D PersonaManagerService: securefolder Secure Folder
11-30 15:15:04.850  2985  5094 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:15:04.850  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:15:04.864  2985  5084 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:15:04.951  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:15:04.951  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:15:04.991  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:15:05.063 22702 22702 V CXA_THROW: Hitting __cxa_throw  
11-30 15:15:05.063 22702 22702 V CXA_THROW: SetLastExceptionInfoForThread: Called
11-30 15:15:05.063 22702 22702 V CXA_THROW: SetLastExceptionInfoForThread: Creating entry for first time.
11-30 15:15:05.064 22702 22702 I CXA_THROW: SetLastExceptionInfoForThread: TLS entry updated.
11-30 15:15:05.064 22702 22702 V CXA_THROW: __cxa_throw not yet loaded, calling LoadOriginalThrowCode
11-30 15:15:05.064 22702 22702 V CXA_THROW: Trying to load __cxa_throw
11-30 15:15:05.064 22702 22702 I SharedLibraryLoader: loadCommonLibrary. Start dlopen(c++_shared, 1)
11-30 15:15:05.065 22702 22702 I SharedLibraryLoader: loadCommonLibrary. dlopen(/data/user/150/com.microsoft.office.excel/files/data/applibs/libc++_shared.so, 1) successful. handle=0x4e22d60d
11-30 15:15:05.065 22702 22702 I SharedLibraryLoader: loadCommonLibrary. dlopen(c++_shared, 1) successful. handle=0x4e22d60d
11-30 15:15:05.065 22702 22702 I SharedLibraryLoader: loadCommonLibrary. End dlopen(c++_shared, 1)
11-30 15:15:05.066 22702 22702 I CXA_THROW: Successfully loaded __cxa_throw
11-30 15:15:05.099 22869 23169 E fb4a.MsysMqttTopicsProvider: subscribing to Mqtt
11-30 15:15:05.106 22869 23169 E fb4a.MsysMqttTopicsProvider: subscribing to Mqtt
11-30 15:15:05.127 22869 23031 I mobileconfig: No OTA resource found
11-30 15:15:05.127 22869 23031 I mobileconfig: Using asset manager to stream (unitType: kMobileConfigSessionless) params_map.txt
11-30 15:15:05.154  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:05.154  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:05.154  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:05.568 22869 23018 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:15:05.568 22869 23018 E nightwatch-target: sysmeminfo parse failed
11-30 15:15:05.569  2680  2680 E audit   : type=1400 audit(1638260105.556:39765): avc:  denied  { read } for  pid=23018 comm="AppInit4" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:15:05.569  2680  2680 E audit   : type=1300 audit(1638260105.556:39765): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8b94334 a2=20000 a3=0 items=0 ppid=2693 pid=23018 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit4" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:15:05.569  2680  2680 E audit   : type=1327 audit(1638260105.556:39765): proctitle="com.facebook.katana"
11-30 15:15:05.691 22869 23031 I mobileconfig: Params map streaming - readbytes: 344580/344580
11-30 15:15:05.691 22869 23031 I mobileconfig: Successfully parsed (unitType: kMobileConfigSessionless) params_map.txt
11-30 15:15:05.812 22869 23031 I mobileconfig: Read one query hash from asset, it is = 35b322ac95216222e5f9ca979a20b8becb5df8fd10e17bc82917cfdfdf9c93fd
11-30 15:15:05.841 22869 23031 I mobileconfig: Initialized MobileConfig - directory: /data/user/0/com.facebook.katana/files, appVersion: 345.0.0.34.118, paramHash: a5d7101843f6084191fe92a020c23059:fd882d983138eed28107f79d71b9f779, readOnly: false bufferPathPostfix: 
11-30 15:15:05.845 22702 23171 I AriaNotificationsManager: Aria NotificationsListener already unregistered
11-30 15:15:05.900 22869 23031 W fb4a.3jR: set isBridgeless to false
11-30 15:15:05.919 22702 23171 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
11-30 15:15:05.956 22869 23031 I mobileconfig: No OTA resource found
11-30 15:15:05.957 22869 23031 I mobileconfig: Using asset manager to stream (unitType: kMobileConfigSessionbased) params_map.txt
11-30 15:15:05.966 22702 23173 I System.out: Thread-43687(ApacheHTTPLog):Reading from variable values from setDefaultValuesToVariables
11-30 15:15:05.967 22702 22702 E 0:4128298168: :platstubs.cpp,Line#543:FreeLibrary NOTIMPL 
11-30 15:15:05.967 22702 23173 I System.out: Thread-43687(ApacheHTTPLog):isSBSettingEnabled false
11-30 15:15:05.968 22702 23173 I System.out: Thread-43687(ApacheHTTPLog):isShipBuild true
11-30 15:15:05.968 22702 23173 I System.out: Thread-43687(ApacheHTTPLog):getDebugLevel 0x4f4c
11-30 15:15:05.968 22702 23173 I System.out: Thread-43687(ApacheHTTPLog):Smart Bonding Setting is false
11-30 15:15:05.968 22702 23173 I System.out: Thread-43687(ApacheHTTPLog):SmartBonding Setting is false, SHIP_BUILD is true, log to file is false, DBG is false, DEBUG_LEVEL (1-LOW, 2-MID, 3-HIGH) is 1
11-30 15:15:05.977  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:15:06.037 22869 23031 I mobileconfig: Params map streaming - readbytes: 344580/344580
11-30 15:15:06.037 22869 23031 I mobileconfig: Successfully parsed (unitType: kMobileConfigSessionbased) params_map.txt
11-30 15:15:06.037 22869 23031 I mobileconfig: Read one query hash from asset, it is = 35b322ac95216222e5f9ca979a20b8becb5df8fd10e17bc82917cfdfdf9c93fd
11-30 15:15:06.044 22869 23031 I mobileconfig: Initialized MobileConfig - directory: /data/user/0/com.facebook.katana/files, appVersion: 345.0.0.34.118, paramHash: a5d7101843f6084191fe92a020c23059:fd882d983138eed28107f79d71b9f779, readOnly: false bufferPathPostfix: 
11-30 15:15:06.044 22869 23031 I mobileconfig: Read RN schema map size: 2669
11-30 15:15:06.128 22702 22702 I ExceptionHandler: NativeCrashManager: Logcat log collection is disabled.
11-30 15:15:06.154  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:06.154  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:06.154  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:06.171 22660 22660 D ConnectivityManager: requestNetwork; CallingUid : 10011, CallingPid : 22660
11-30 15:15:06.175  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:06.175  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:06.176  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:06.176  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:06.176  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:06.176  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:06.176  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:06.177  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:06.177  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:06.177  2985  3453 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=5227, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:15:06.177  2985  3171 D WIFI_UT : got request NetworkRequest [ TRACK_DEFAULT id=5227, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:15:06.177  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:06.177  2985  3171 D WIFI_UT :   my score=2147483647, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:15:06.177  2985  3453 D Ethernet:   my score=-1, my filter=[ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps]
11-30 15:15:06.177  2985  3171 D WIFI_UT : evalRequest
11-30 15:15:06.177  2985  3453 D Ethernet: evalRequest
11-30 15:15:06.177  2985  3171 D WIFI_UT :   needNetworkFor
11-30 15:15:06.177  2985  3453 D Ethernet:   done
11-30 15:15:06.177  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:06.177  2985  3171 D WIFI    : got request NetworkRequest [ TRACK_DEFAULT id=5227, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:15:06.177  2985  3171 D WIFI    :   my score=60, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:15:06.177  2985  3171 D WIFI    : evalRequest
11-30 15:15:06.177  2985  3171 D WIFI    :   needNetworkFor
11-30 15:15:06.177  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:06.177  2985  3219 D WIFI_P2P: got request NetworkRequest [ TRACK_DEFAULT id=5227, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:15:06.177  2985  3219 D WIFI_P2P:   my score=60, my filter=[ Transports: WIFI Capabilities: WIFI_P2P&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:15:06.177  2985  3219 D WIFI_P2P: evalRequest
11-30 15:15:06.177  2985  3219 D WIFI_P2P:   done
11-30 15:15:06.178  3470  3470 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=5227, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:15:06.178  3470  3470 D PhoneSwitcherNetworkRequstListener:   my score=101, my filter=[ Transports: CELLULAR Capabilities: MMS&SUPL&DUN&FOTA&IMS&CBS&IA&RCS&XCAP&EIMS&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&ENT1&FOC Specifier: <android.net.MatchAllNetworkSpecifier@0>]
11-30 15:15:06.178  3470  3470 D PhoneSwitcherNetworkRequstListener: evalRequest
11-30 15:15:06.178  3470  3470 D PhoneSwitcherNetworkRequstListener:   needNetworkFor
11-30 15:15:06.179  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:06.179  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:06.179  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:06.179  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:06.179  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:06.179  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:06.369 22702 22702 I zygote  : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
11-30 15:15:06.478 22869 23028 W fb4a.AppStateLoggerCore: AppStateLogger is not ready yet (getAppStateErrorLogger)
11-30 15:15:06.503 22702 22739 D SharedPreferencesImpl: Time required to fsync /data/user/150/com.microsoft.office.excel/shared_prefs/com.microsoft.office.excel_preferences.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 1, <64: 1, <128: 0, <256: 0, <512: 2, <1024: 0, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:15:06.577 22869 23018 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:15:06.577 22869 23018 E nightwatch-target: sysmeminfo parse failed
11-30 15:15:06.577  2680  2680 E audit   : type=1400 audit(1638260106.566:39766): avc:  denied  { read } for  pid=23018 comm="AppInit4" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:15:06.577  2680  2680 E audit   : type=1300 audit(1638260106.566:39766): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8b94334 a2=20000 a3=0 items=0 ppid=2693 pid=23018 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit4" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:15:06.577  2680  2680 E audit   : type=1327 audit(1638260106.566:39766): proctitle="com.facebook.katana"
11-30 15:15:06.659 22660 22660 I Process : Sending signal. PID: 22660 SIG: 9
11-30 15:15:06.661  2985  5088 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.battery.monitor.ContinuousBatteryMonitorService$BroadcastReceiver newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:15:06.663  2680  2680 E audit   : type=1400 audit(1638260106.646:39767): avc:  denied  { read } for  pid=23028 comm="CombinedTP1" name="boot_id" dev="proc" ino=38297678 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:15:06.663  2680  2680 E audit   : type=1300 audit(1638260106.646:39767): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c51f3e40 a2=20000 a3=0 items=0 ppid=2693 pid=23028 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="CombinedTP1" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:15:06.663  2680  2680 E audit   : type=1327 audit(1638260106.646:39767): proctitle="com.facebook.katana"
11-30 15:15:06.664 22869 23028 E fb4a.BootIdReader: Error reading boot_id from procfs
11-30 15:15:06.664 22869 23028 E fb4a.BootIdReader: java.io.FileNotFoundException: /proc/sys/kernel/random/boot_id (Permission denied)
11-30 15:15:06.664 22869 23028 E fb4a.BootIdReader: 	at java.io.FileInputStream.open0(Native Method)
11-30 15:15:06.664 22869 23028 E fb4a.BootIdReader: 	at java.io.FileInputStream.open(FileInputStream.java:200)
11-30 15:15:06.664 22869 23028 E fb4a.BootIdReader: 	at java.io.FileInputStream.<init>(FileInputStream.java:150)
11-30 15:15:06.664 22869 23028 E fb4a.BootIdReader: 	at java.io.FileInputStream.<init>(FileInputStream.java:103)
11-30 15:15:06.664 22869 23028 E fb4a.BootIdReader: 	at java.io.FileReader.<init>(FileReader.java:58)
11-30 15:15:06.664 22869 23028 E fb4a.BootIdReader: 	at X.1RI.A01(Unknown Source:22)
11-30 15:15:06.664 22869 23028 E fb4a.BootIdReader: 	at X.4Ac.<init>(Unknown Source:21)
11-30 15:15:06.664 22869 23028 E fb4a.BootIdReader: 	at X.4Z8.A02(Unknown Source:4925)
11-30 15:15:06.664 22869 23028 E fb4a.BootIdReader: 	at X.4Z8.A00(Unknown Source:7324)
11-30 15:15:06.664 22869 23028 E fb4a.BootIdReader: 	at X.0TT.A00(:33)
11-30 15:15:06.664 22869 23028 E fb4a.BootIdReader: 	at X.0y3.A06(Unknown Source:29)
11-30 15:15:06.664 22869 23028 E fb4a.BootIdReader: 	at X.0y3.A05(Unknown Source:10)
11-30 15:15:06.664 22869 23028 E fb4a.BootIdReader: 	at X.5Ve.A02(Unknown Source:54)
11-30 15:15:06.664 22869 23028 E fb4a.BootIdReader: 	at X.1Qd.A04(Unknown Source:3114)
11-30 15:15:06.664 22869 23028 E fb4a.BootIdReader: 	at X.1Qo.run(Unknown Source:6062)
11-30 15:15:06.664 22869 23028 E fb4a.BootIdReader: 	at X.1Sz.call(Unknown Source:237)
11-30 15:15:06.664 22869 23028 E fb4a.BootIdReader: 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
11-30 15:15:06.664 22869 23028 E fb4a.BootIdReader: 	at X.3LQ.A00(Unknown Source:19)
11-30 15:15:06.664 22869 23028 E fb4a.BootIdReader: 	at X.12j.call(Unknown Source:53)
11-30 15:15:06.664 22869 23028 E fb4a.BootIdReader: 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
11-30 15:15:06.664 22869 23028 E fb4a.BootIdReader: 	at X.12Q.run(Unknown Source:2)
11-30 15:15:06.664 22869 23028 E fb4a.BootIdReader: 	at X.14E.run(Unknown Source:2)
11-30 15:15:06.664 22869 23028 E fb4a.BootIdReader: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:15:06.664 22869 23028 E fb4a.BootIdReader: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:15:06.664 22869 23028 E fb4a.BootIdReader: 	at X.14I.run(Unknown Source:3)
11-30 15:15:06.664 22869 23028 E fb4a.BootIdReader: 	at X.14K.run(Unknown Source:14)
11-30 15:15:06.664 22869 23028 E fb4a.BootIdReader: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:15:06.665  2985  5088 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.backgroundlocation.reporting.BackgroundLocationReportingDeviceEvents$ShutdownReceiver newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:15:06.711  2985  5094 I LocationManagerService: remove 47e8bf4
11-30 15:15:06.711  2985  5094 I LocationManagerService: removeUpdates, receiver.requestedID = 47e8bf4, receiver.mIdentity.mPid = 22869, receiver.mIdentity.mUid = 10098
11-30 15:15:06.713  3670  3725 D ListenerMonitor_FLP: removeListener, this package com.facebook.katana is not registered package in mListenerIdMap
11-30 15:15:06.713  3670  3725 E RequestManager_FLP: [LocationManagerService] Location remove 47e8bf4 from com.facebook.katana
11-30 15:15:06.715  2985  5084 I LocationManagerService: remove 45c4592
11-30 15:15:06.716  2985  5084 I LocationManagerService: removeUpdates, receiver.requestedID = 45c4592, receiver.mIdentity.mPid = 22869, receiver.mIdentity.mUid = 10098
11-30 15:15:06.716  3670  3725 D ListenerMonitor_FLP: removeListener, this package com.facebook.katana is not registered package in mListenerIdMap
11-30 15:15:06.716  3670  3725 E RequestManager_FLP: [LocationManagerService] Location remove 45c4592 from com.facebook.katana
11-30 15:15:06.718  2985  5094 I LocationManagerService: remove 9f27360
11-30 15:15:06.718  2985  5094 I LocationManagerService: removeUpdates, receiver.requestedID = 9f27360, receiver.mIdentity.mPid = 22869, receiver.mIdentity.mUid = 10098
11-30 15:15:06.718  3670  3725 D ListenerMonitor_FLP: removeListener, this package com.facebook.katana is not registered package in mListenerIdMap
11-30 15:15:06.719  3670  3725 E RequestManager_FLP: [LocationManagerService] Location remove 9f27360 from com.facebook.katana
11-30 15:15:06.745  2985  3070 W Choreographer: Frame time is 7.374726 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:15:06.761  2985  3002 I zygote  : Successfully killed process cgroup uid 10011 pid 22660 in 21ms
11-30 15:15:06.788 22869 23031 W zygote  : Class com.facebook.battery.instrumentation.BatteryMetricsController failed lock verification and will run slower.
11-30 15:15:06.788 22869 23031 W zygote  : Common causes for lock verification issues are non-optimized dex code
11-30 15:15:06.788 22869 23031 W zygote  : and incorrect proguard optimizations.
11-30 15:15:06.789 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:21%[21%]>.
11-30 15:15:06.791  2985  5090 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:06.794  2985  5090 I chatty  : uid=1000(system) Binder:2985_1A identical 7 lines
11-30 15:15:06.794  2985  5090 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:06.794 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:15:06.800 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:06.803 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:06.840  2985  5090 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:06.845  2985  5090 I chatty  : uid=1000(system) Binder:2985_1A identical 16 lines
11-30 15:15:06.845  2985  5090 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:06.854  2985  2995 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:06.854  2985  2995 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:06.854  2985  2995 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:06.854  2985  2995 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:07.106 13746 13746 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService PairActivityUserId=150 }
11-30 15:15:07.154  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:07.154  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:07.154  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:07.278  2985  2995 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:15:07.278  2985  2995 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:15:07.278  2985  2995 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:15:07.374  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:07.375  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:15:07.375  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:07.375  2985  2985 D AudioService: isEnabled
11-30 15:15:07.384  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:07.389  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:15:07.390  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:07.394  2985  2995 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:15:07.394  2985  4271 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:15:07.394  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:15:07.395  2985  2995 D PersonaManagerService: securefolder Secure Folder
11-30 15:15:07.412  2985  2995 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:15:07.495  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:15:07.495  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:15:07.500  6077  6077 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.icing.LIGHTWEIGHT_INDEX_SERVICE cmp=com.google.android.gms/.chimera.PersistentApiService PairActivityUserId=150 }
11-30 15:15:07.523 22869 23062 I zopt    : Using dex2oat at /system/bin/dex2oat
11-30 15:15:07.523 22869 23062 I zopt    : **> /system/bin/dex2oat --zip-fd=149 --zip-location=/data/user/0/com.facebook.katana/dex/z-c25dc816743f356cdcb9229bce8806b505910ebe.zip --input-vdex-fd=151 --output-vdex-fd=152 --oat-fd=150
11-30 15:15:07.523 22869 23062 I zopt    : **> --oat-location=/data/user/0/com.facebook.katana/dex/oat/arm/z-c25dc816743f356cdcb9229bce8806b505910ebe.odex.tmp --instruction-set=arm --instruction-set-variant=cortex-a15
11-30 15:15:07.523 22869 23062 I zopt    : **> --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx256m --compiler-filter=speed-profile --swap-fd=153 --app-image-fd=154 --image-format=lz4 --profile-file-fd=155
11-30 15:15:07.523 22869 23062 I zopt    : *;> --class-loader-context=PCL[/data/app/com.facebook.katana-hlhloCXBs7KJkxJrHzAmBw==/base.apk] --classpath-dir=/data/user/0/com.facebook.katana/dex 
11-30 15:15:07.534 22869 23062 I zopt    : Successfully forked into dex2oat, child pid: 23199
11-30 15:15:07.585 22869 23018 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:15:07.585 22869 23018 E nightwatch-target: sysmeminfo parse failed
11-30 15:15:07.585  2680  2680 E audit   : type=1400 audit(1638260107.566:39768): avc:  denied  { read } for  pid=23018 comm="AppInit4" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:15:07.585  2680  2680 E audit   : type=1300 audit(1638260107.566:39768): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8b94334 a2=20000 a3=0 items=0 ppid=2693 pid=23018 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit4" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:15:07.585  2680  2680 E audit   : type=1327 audit(1638260107.566:39768): proctitle="com.facebook.katana"
11-30 15:15:07.665 22869 22874 I zygote  : JIT allocated 60KB for compiled code of java.lang.Object X.3Mq.A00(int, X.3AT, java.lang.Object)
11-30 15:15:07.665 22869 22874 I zygote  : Compiler allocated 9MB to compile java.lang.Object X.3Mq.A00(int, X.3AT, java.lang.Object)
11-30 15:15:07.700 22869 22874 I zygote  : Do full code cache collection, code=253KB, data=235KB
11-30 15:15:07.701 22869 22874 I zygote  : After code cache collection, code=208KB, data=111KB
11-30 15:15:07.739 23199 23199 I dex2oat : Adjusted thread count (for internal dex): 4
11-30 15:15:08.025 22702 23201 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:15:08.026 22702 23201 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:15:08.028  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:15:08.154  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:08.155  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:08.155  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:08.267 23199 23199 I dex2oat : /system/bin/dex2oat --input-vdex-fd=151 --output-vdex-fd=152 --compiler-filter=speed-profile --profile-file-fd=155 --class-loader-context=PCL[/data/app/com.facebook.katana-hlhloCXBs7KJkxJrHzAmBw==/base.apk] --classpath-dir=/data/user/0/com.facebook.katana/dex
11-30 15:15:08.593 22869 23018 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:15:08.593  2680  2680 E audit   : type=1400 audit(1638260108.576:39769): avc:  denied  { read } for  pid=23018 comm="AppInit4" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:15:08.593 22869 23018 E nightwatch-target: sysmeminfo parse failed
11-30 15:15:08.593  2680  2680 E audit   : type=1300 audit(1638260108.576:39769): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8b94334 a2=20000 a3=0 items=0 ppid=2693 pid=23018 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit4" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:15:08.594  2680  2680 E audit   : type=1327 audit(1638260108.576:39769): proctitle="com.facebook.katana"
11-30 15:15:08.675  2985  2995 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:15:08.745  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 2 lines
11-30 15:15:08.745  2985  2995 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:15:08.815 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:23%[23%]>.
11-30 15:15:08.817  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:08.818  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 3 lines
11-30 15:15:08.818  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:08.818 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:15:08.818  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:08.822 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:08.824 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:08.840  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:08.846  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 19 lines
11-30 15:15:08.846  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:08.852  2985  2995 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:08.853  2985  2995 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:08.853  2985  2995 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:08.853  2985  2995 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:09.102  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:09.102  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:15:09.102  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:09.102  2985  2985 D AudioService: isEnabled
11-30 15:15:09.111  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:09.116  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:15:09.117  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:09.120  2985  5090 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:15:09.120  2985  2995 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:15:09.120  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:15:09.121  2985  5090 D PersonaManagerService: securefolder Secure Folder
11-30 15:15:09.134  2985  4271 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:15:09.155  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:09.155  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:09.155  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:09.221  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:15:09.221  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:15:09.538 22702 23171 I System.out: pool-11-thread-1 calls detatch()
11-30 15:15:09.596 22702 23173 I System.out: Thread-43687(ApacheHTTPLog):isSBSettingEnabled false
11-30 15:15:09.596 22702 23173 I System.out: Thread-43687(ApacheHTTPLog):isShipBuild true
11-30 15:15:09.596 22702 23173 I System.out: Thread-43687(ApacheHTTPLog):getDebugLevel 0x4f4c
11-30 15:15:09.597 22702 23173 I System.out: Thread-43687(ApacheHTTPLog):Smart Bonding Setting is false
11-30 15:15:09.597 22702 23173 I System.out: Thread-43687(ApacheHTTPLog):SmartBonding Setting is false, SHIP_BUILD is true, log to file is false, DBG is false, DEBUG_LEVEL (1-LOW, 2-MID, 3-HIGH) is 1
11-30 15:15:09.598  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:15:10.058  3510  3617 D KeyguardUpdateMonitor: received broadcast android.intent.action.TIME_TICK
11-30 15:15:10.058  3510  3510 D KeyguardServiceBoxContainer: refreshTime() 1
11-30 15:15:10.084  4604  4604 I Launcher: onReceive: com.samsung.action.EVERY_MINUTE_CLOCK_UPDATE
11-30 15:15:10.088  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.sec.android.app.clockpackage
11-30 15:15:10.089  4604  4604 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:15:10.095  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:15:10.095  2719  2795 E IptablesRestoreController: -D fw_standby_uid -m owner --uid-owner 15010227 -j DROP
11-30 15:15:10.095  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:15:10.111  4604  4604 I LiveIconManager: getLiveIcon: complete(sync_created)
11-30 15:15:10.111  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.sec.android.app.clockpackage
11-30 15:15:10.128  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.samsung.android.calendar
11-30 15:15:10.128  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.samsung.android.calendar
11-30 15:15:10.143 22702 23207 I ExceptionHandler: NativeCrashManager: Logcat log collection is disabled.
11-30 15:15:10.146  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:15:10.146  2719  2795 E IptablesRestoreController: -D fw_standby_uid -m owner --uid-owner 15010227 -j DROP
11-30 15:15:10.146  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:15:10.146  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:15:10.152 22702 23207 V CXA_THROW: Hitting __cxa_throw  
11-30 15:15:10.152 22702 23207 V CXA_THROW: SetLastExceptionInfoForThread: Called
11-30 15:15:10.152 22702 23207 V CXA_THROW: SetLastExceptionInfoForThread: Creating entry for first time.
11-30 15:15:10.155  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:10.155  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:10.155  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:10.195 22702 23207 I CXA_THROW: SetLastExceptionInfoForThread: TLS entry updated.
11-30 15:15:10.195 22702 23207 V CXA_THROW: __cxa_throw: Already loaded
11-30 15:15:10.219 21258 12611 E WakeLock: GCM_HB_ALARM release without a matched acquire!
11-30 15:15:10.418  2985  4271 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:15:10.418  2985  4271 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:15:10.563 22702 23171 I System.out: pool-11-thread-1 calls detatch()
11-30 15:15:11.003  2985  4271 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.socialwifi.detection.SocialWifiDetectorActivity newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:15:11.066 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:25%[25%]>.
11-30 15:15:11.068  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:11.069  2985  4271 I chatty  : uid=1000(system) Binder:2985_10 identical 4 lines
11-30 15:15:11.069  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:11.069 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:15:11.072 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:11.074 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:11.089  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:11.095  2985  4271 I chatty  : uid=1000(system) Binder:2985_10 identical 19 lines
11-30 15:15:11.095  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:11.102  2985  4271 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:11.102  2985  4271 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:11.102  2985  4271 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:11.102  2985  4271 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:11.155  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:11.155  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:11.155  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:11.746 22702 22702 I ExceptionHandler: Breakpad library has been set up.
11-30 15:15:11.857  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:11.857  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:15:11.858  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:11.858  2985  2985 D AudioService: isEnabled
11-30 15:15:11.865  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:11.871  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:15:11.872  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:11.874  2985  4271 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:15:11.875  2985  4271 D PersonaManagerService: securefolder Secure Folder
11-30 15:15:11.875  2985  4271 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:15:11.876  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:15:11.891  2985  2995 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:15:11.976  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:15:11.976  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:15:11.986 22702 23208 D ConnectivityManager: requestNetwork; CallingUid : 15010011, CallingPid : 22702
11-30 15:15:11.991  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:11.991  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:11.991  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:11.991  2985  3219 D WIFI_P2P: got request NetworkRequest [ TRACK_DEFAULT id=5228, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:15:11.991  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:11.991  3470  3470 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=5228, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:15:11.991  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:11.991  2985  3219 D WIFI_P2P:   my score=60, my filter=[ Transports: WIFI Capabilities: WIFI_P2P&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:15:11.991  2985  3219 D WIFI_P2P: evalRequest
11-30 15:15:11.991  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:11.991  2985  3219 D WIFI_P2P:   done
11-30 15:15:11.992  3470  3470 D PhoneSwitcherNetworkRequstListener:   my score=101, my filter=[ Transports: CELLULAR Capabilities: MMS&SUPL&DUN&FOTA&IMS&CBS&IA&RCS&XCAP&EIMS&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&ENT1&FOC Specifier: <android.net.MatchAllNetworkSpecifier@0>]
11-30 15:15:11.992  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:11.992  3470  3470 D PhoneSwitcherNetworkRequstListener: evalRequest
11-30 15:15:11.992  3470  3470 D PhoneSwitcherNetworkRequstListener:   needNetworkFor
11-30 15:15:11.992  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:11.992  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:11.992  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:11.992  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:11.992  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:11.992  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:11.992  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:11.992  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:11.992  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:11.992  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:11.992  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:15:11.992  2985  3171 D WIFI_UT : got request NetworkRequest [ TRACK_DEFAULT id=5228, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:15:11.992  2985  3171 D WIFI_UT :   my score=2147483647, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:15:11.992  2985  3171 D WIFI_UT : evalRequest
11-30 15:15:11.992  2985  3171 D WIFI_UT :   needNetworkFor
11-30 15:15:11.992  2985  3171 D WIFI    : got request NetworkRequest [ TRACK_DEFAULT id=5228, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:15:11.992  2985  3171 D WIFI    :   my score=60, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:15:11.992  2985  3171 D WIFI    : evalRequest
11-30 15:15:11.992  2985  3171 D WIFI    :   needNetworkFor
11-30 15:15:11.993  2985  3453 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=5228, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:15:11.993  2985  3453 D Ethernet:   my score=-1, my filter=[ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps]
11-30 15:15:11.993  2985  3453 D Ethernet: evalRequest
11-30 15:15:11.993  2985  3453 D Ethernet:   done
11-30 15:15:12.155  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:12.155  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:12.155  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:13.129 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:27%[27%]>.
11-30 15:15:13.131  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:13.131  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 1 line
11-30 15:15:13.131  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:13.132 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:15:13.132  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:13.132  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 1 line
11-30 15:15:13.132  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:13.134 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:13.136 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:13.151  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:13.154  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 14 lines
11-30 15:15:13.155  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:13.155  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:13.155  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:13.155  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:13.155  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:13.155  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:13.156  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 2 lines
11-30 15:15:13.156  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:13.162  2985  2995 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:13.162  2985  2995 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:13.162  2985  2995 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:13.162  2985  2995 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:13.299 16067 16067 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
11-30 15:15:13.879  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:15:13.879  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:13.879  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:15:13.879  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:13.879  2985  2985 I chatty  : uid=1000 system_server identical 2 lines
11-30 15:15:13.879  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:15:13.879  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:13.879  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:13.879  2985  2985 D AudioService: isEnabled
11-30 15:15:13.880  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:15:13.880  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:15:13.881  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:15:13.881  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:15:13.881  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:15:13.882  2985  2985 I MotionRecognitionService: Plugged
11-30 15:15:13.882  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:15:13.882  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:15:13.882 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:15:13.883 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:15:13.884 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:15:13.884 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:15:13.884  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:15:13.889  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:13.895  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:15:13.895  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:13.898  2985  5090 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:15:13.898  2985  5090 D PersonaManagerService: securefolder Secure Folder
11-30 15:15:13.899  2985  2995 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:15:13.899  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:15:13.914  2985  5084 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:15:13.961 21790 21932 I Finsky:background: [43583] fxt.run(14): Stats for Executor: bgExecutor hyp@649c4c7[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 11]
11-30 15:15:13.999  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:15:13.999  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:15:14.120 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(0) data(0) accounts({}) accounts deleted({}) calls([]) countryIso(ID) userId(150)  ]

11-30 15:15:14.120 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ agr({})  ]

11-30 15:15:14.120 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({})  ]

11-30 15:15:14.120 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(0) data(0) accounts({})  ]

11-30 15:15:14.120 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(0) data(0) accounts({})  ]
11-30 15:15:14.155  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:14.156  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:14.156  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:14.696  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:15:14.697  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:15:14.697  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:15:15.156  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:15.156  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:15.156  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:16.156  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:16.156  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:16.156  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:17.156  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:17.156  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:17.157  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:17.179 22702 22702 I Process : Sending signal. PID: 22702 SIG: 9
11-30 15:15:17.246  2985  3070 W Choreographer: Frame time is 1.043798 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:15:17.251  2985  3002 I zygote  : Successfully killed process cgroup uid 15010011 pid 22702 in 11ms
11-30 15:15:17.271 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:30%[30%]>.
11-30 15:15:17.273  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:17.274  2985  4271 I chatty  : uid=1000(system) Binder:2985_10 identical 4 lines
11-30 15:15:17.275  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:17.275 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:15:17.278 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:17.280 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:17.293  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:17.300  2985  4271 I chatty  : uid=1000(system) Binder:2985_10 identical 19 lines
11-30 15:15:17.300  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:17.310  2985  4271 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:17.310  2985  4271 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:17.311  2985  4271 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:17.311  2985  4271 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:17.432  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:17.433  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:15:17.433  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:17.433  2985  2985 D AudioService: isEnabled
11-30 15:15:17.449  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:17.462  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:15:17.462  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:17.464  2985  2995 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:15:17.465  2985  2995 D PersonaManagerService: securefolder Secure Folder
11-30 15:15:17.472  2985  2995 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:15:17.472  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:15:17.497  2985  2995 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:15:17.573  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:15:17.573  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:15:18.157  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:18.157  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:18.157  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:18.367  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 6 99 -6 -200 -6 -200 -1 10 -101 -12 -40 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:15:18.367  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:15:18.544 22819 22868 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:15:18.545 22819 22868 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:15:18.546  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:15:19.157  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:19.157  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:19.157  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:19.329 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:33%[33%]>.
11-30 15:15:19.331  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:19.332  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 1 line
11-30 15:15:19.332  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:19.332 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:15:19.333  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:19.333  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 1 line
11-30 15:15:19.333  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:19.335 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:19.337 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:19.362  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:19.368  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 19 lines
11-30 15:15:19.369  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:19.375  2985  2995 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:19.375  2985  2995 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:19.375  2985  2995 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:19.375  2985  2995 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:19.447  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:19.447  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:15:19.447  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:19.447  2985  2985 D AudioService: isEnabled
11-30 15:15:19.454  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:19.459  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:15:19.460  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:19.463  2985  2995 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:15:19.463  2985  4271 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:15:19.463  2985  2995 D PersonaManagerService: securefolder Secure Folder
11-30 15:15:19.463  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:15:19.481  2985  5084 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:15:19.564  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:15:19.564  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:15:20.157  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:20.157  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:20.157  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:20.196  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:15:20.196  2719  2795 E IptablesRestoreController: -A fw_standby_uid -m owner --uid-owner 15010227 -j DROP
11-30 15:15:20.196  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:15:20.205  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:15:20.205  2719  2795 E IptablesRestoreController: -A fw_standby_uid -m owner --uid-owner 15010227 -j DROP
11-30 15:15:20.205  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:15:20.205  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:15:21.157  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:21.157  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:21.157  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:22.026 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:35%[35%]>.
11-30 15:15:22.028  2985  5084 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:22.028  2985  5084 I chatty  : uid=1000(system) Binder:2985_16 identical 1 line
11-30 15:15:22.028  2985  5084 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:22.029 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:15:22.029  2985  5084 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:22.029  2985  5084 I chatty  : uid=1000(system) Binder:2985_16 identical 1 line
11-30 15:15:22.029  2985  5084 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:22.032 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:22.034 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:22.049  2985  5084 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:22.054  2985  5084 I chatty  : uid=1000(system) Binder:2985_16 identical 19 lines
11-30 15:15:22.054  2985  5084 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:22.060  2985  5084 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:22.060  2985  5084 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:22.060  2985  5084 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:22.060  2985  5084 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:22.157  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:22.158  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:22.158  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:22.328  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:22.328  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:15:22.329  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:22.329  2985  2985 D AudioService: isEnabled
11-30 15:15:22.335  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:22.341  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:15:22.342  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:22.344  2985  5090 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:15:22.345  2985  5090 D PersonaManagerService: securefolder Secure Folder
11-30 15:15:22.346  2985  5090 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:15:22.346  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:15:22.362  2985  2995 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:15:22.446  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:15:22.446  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:15:23.158  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:23.158  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:23.158  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:23.962  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:15:23.962  2985  2985 I MotionRecognitionService: Plugged
11-30 15:15:23.962  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:15:23.962  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:15:23.964  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:15:23.965  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:15:23.965  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:15:23.967  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:15:23.968  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:15:23.969 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:15:23.969 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:15:23.970 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:15:23.970 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:15:23.971  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:15:23.971  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:15:23.971  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:15:24.158  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:24.158  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:24.158  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:24.430 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:36%[36%]>.
11-30 15:15:24.432  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:24.434  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 7 lines
11-30 15:15:24.434  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:24.434 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:15:24.439 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:24.441 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:24.479  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:24.484  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 16 lines
11-30 15:15:24.484  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:24.490  2985  2995 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:24.490  2985  2995 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:24.490  2985  2995 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:24.490  2985  2995 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:24.603  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:24.603  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:15:24.603  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:24.603  2985  2985 D AudioService: isEnabled
11-30 15:15:24.617  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:24.627  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:15:24.627  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:24.632  2985  2995 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:15:24.632  2985  2995 D PersonaManagerService: securefolder Secure Folder
11-30 15:15:24.633  2985  5084 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:15:24.634  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:15:24.654  2985  5084 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:15:24.723  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:15:24.723  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:15:24.723  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:15:24.734  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:15:24.734  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:15:25.158  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:25.158  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:25.158  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:25.423  2985  3162 D NtpTrustedTime: currentTimeMillis() cache hit
11-30 15:15:25.478  2719  2795 D CommandListener: bwctrlcmd: argc=2 bandwidth gettetherstats ...
11-30 15:15:25.478  2719  2795 D CommandListener: gettetherstats start. socket=48, pid=2985, uid=1000, gid=1000
11-30 15:15:25.478  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:15:25.478  2719  2795 E IptablesRestoreController: -nvx -L natctrl_tether_counters
11-30 15:15:25.478  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:15:25.480  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:15:25.480  2719  2795 E IptablesRestoreController: -nvx -L natctrl_tether_counters
11-30 15:15:25.480  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:15:25.480  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:15:25.480  2719  2795 D BandwidthController: filter:   -1 -1 -1 -1
11-30 15:15:25.480  2719  2795 D BandwidthController: parse res=0 iface0=<> iface1=<> pkts=0 bytes=0 rest=<> orig line=<Chain natctrl_tether_counters (0 references)>
11-30 15:15:25.481  2719  2795 D BandwidthController: parse res=0 iface0=<> iface1=<> pkts=0 bytes=0 rest=<> orig line=<    pkts      bytes target     prot opt in     out     source               destination         >
11-30 15:15:25.481  2719  2795 D BandwidthController: parse res=5 iface0=<wlan0> iface1=<rmnet4> pkts=18388 bytes=4292698 rest=<0.0.0/0> orig line=<   18388  4292698 RETURN     all  --  wlan0  rmnet4  0.0.0.0/0            0.0.0.0/0           >
11-30 15:15:25.481  2719  2795 D BandwidthController: 0Filter RX iface_in=wlan0 iface_out=rmnet4 rx_bytes=4292698 rx_packets=18388 
11-30 15:15:25.481  2719  2795 D BandwidthController: parse res=5 iface0=<rmnet4> iface1=<wlan0> pkts=37075 bytes=33512330 rest=<0.0.0/0> orig line=<   37075 33512330 RETURN     all  --  rmnet4 wlan0   0.0.0.0/0            0.0.0.0/0           >
11-30 15:15:25.481  2719  2795 D BandwidthController: 0Filter TX iface_in=rmnet4 iface_out=wlan0 rx_bytes=33512330 rx_packets=37075 
11-30 15:15:25.481  2719  2795 D BandwidthController: rx_bytes=4292698 tx_bytes=33512330 filterPair=0
11-30 15:15:25.481  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:15:25.481  2719  2795 E IptablesRestoreController: -nvx -L natctrl_tether_counters
11-30 15:15:25.481  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:15:25.483  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:15:25.483  2719  2795 E IptablesRestoreController: -nvx -L natctrl_tether_counters
11-30 15:15:25.483  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:15:25.483  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:15:25.483  2719  2795 D BandwidthController: filter:   -1 -1 -1 -1
11-30 15:15:25.483  2719  2795 D BandwidthController: parse res=0 iface0=<> iface1=<> pkts=0 bytes=0 rest=<> orig line=<Chain natctrl_tether_counters (0 references)>
11-30 15:15:25.483  2719  2795 D BandwidthController: parse res=0 iface0=<> iface1=<> pkts=0 bytes=0 rest=<> orig line=<    pkts      bytes target     prot opt in     out     source               destination         >
11-30 15:15:25.483  2719  2795 D BandwidthController: parse res=5 iface0=<wlan0> iface1=<rmnet4> pkts=0 bytes=0 rest=<0> orig line=<       0        0 RETURN     all      wlan0  rmnet4  ::/0                 ::/0                >
11-30 15:15:25.483  2719  2795 D BandwidthController: 0Filter RX iface_in=wlan0 iface_out=rmnet4 rx_bytes=0 rx_packets=0 
11-30 15:15:25.483  2719  2795 D BandwidthController: parse res=5 iface0=<rmnet4> iface1=<wlan0> pkts=0 bytes=0 rest=<0> orig line=<       0        0 RETURN     all      rmnet4 wlan0   ::/0                 ::/0                >
11-30 15:15:25.483  2719  2795 D BandwidthController: 0Filter TX iface_in=rmnet4 iface_out=wlan0 rx_bytes=0 rx_packets=0 
11-30 15:15:25.483  2719  2795 D BandwidthController: rx_bytes=0 tx_bytes=0 filterPair=0
11-30 15:15:25.483  2719  2795 D CommandListener: gettetherstats end
11-30 15:15:25.557  2985  3162 D NtpTrustedTime: currentTimeMillis() cache hit
11-30 15:15:25.566  2719  2795 D CommandListener: bwctrlcmd: argc=3 bandwidth setglobalalert ...
11-30 15:15:25.574  2985  3164 D RecurrenceRule: Resolving using anchor 2021-11-30T15:15:25.573+07:00[Asia/Jakarta]
11-30 15:15:25.584  2985  3164 D RecurrenceRule: Resolving using anchor 2021-11-30T15:15:25.584+07:00[Asia/Jakarta]
11-30 15:15:25.594  2985  3164 D RecurrenceRule: Cycle 46 from 2021-11-01T00:00+07:00[Asia/Jakarta] to 2021-12-01T00:00+07:00[Asia/Jakarta]
11-30 15:15:25.595  2985  3164 D RecurrenceRule: Resolving using anchor 2021-11-30T15:15:25.595+07:00[Asia/Jakarta]
11-30 15:15:25.604  2985  3164 D RecurrenceRule: Resolving using anchor 2021-11-30T15:15:25.604+07:00[Asia/Jakarta]
11-30 15:15:25.612  2985  3164 D RecurrenceRule: Cycle 46 from 2021-11-01T00:00+07:00[Asia/Jakarta] to 2021-12-01T00:00+07:00[Asia/Jakarta]
11-30 15:15:25.612  2985  3164 D NetworkStatsCollection: getHistory: mached - UID: -1, isVideoCall: false
11-30 15:15:26.158  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:26.159  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:26.159  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:26.652 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:39%[39%]>.
11-30 15:15:26.654  2985  5084 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:26.654  2985  5084 I chatty  : uid=1000(system) Binder:2985_16 identical 1 line
11-30 15:15:26.654  2985  5084 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:26.654 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:15:26.654  2985  5084 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:26.655  2985  5084 I chatty  : uid=1000(system) Binder:2985_16 identical 1 line
11-30 15:15:26.655  2985  5084 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:26.657 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:26.659 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:26.701  2985  5084 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:26.706  2985  5084 I chatty  : uid=1000(system) Binder:2985_16 identical 19 lines
11-30 15:15:26.706  2985  5084 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:26.712  2985  5084 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:26.712  2985  5084 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:26.712  2985  5084 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:26.712  2985  5084 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:27.159  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:27.159  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:27.159  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:27.629  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:27.629  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:15:27.629  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:27.629  2985  2985 D AudioService: isEnabled
11-30 15:15:27.636  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:27.641  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:15:27.641  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:27.644  2985  5084 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:15:27.644  2985  5084 D PersonaManagerService: securefolder Secure Folder
11-30 15:15:27.644  2985  4271 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:15:27.645  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:15:27.657 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(334) data(3908) accounts({vnd.sec.contact.phone (1)=155, com.whatsapp (23)=210, com.google (19)=204, com.osp.app.signin (24)=4, vnd.sec.contact.sim2 (3)=14, org.telegram.messenger (36)=127}) accounts deleted({com.google (19)=1}) calls([logtype:100 cnt:500, logtype:300 cnt:500]) countryIso(ID) userId(0)  ]

11-30 15:15:27.657 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ agr({[1 ,1 ,23]=1, [23 ,3 ,36 ,19]=1, [1 ,1 ,36 ,23]=1, [1 ,24 ,23]=1, [19 ,23 ,23 ,36 ,36]=1, [1 ,1 ,1]=1, [19 ,19 ,19 ,1 ,23 ,24 ,36]=1, [19]=10, [19 ,19 ,1]=1, [19 ,1 ,36 ,23]=1, [19 ,36]=4, [1 ,36]=1, [36 ,19 ,23 ,36]=2, [19 ,1 ,23 ,23 ,23]=1, [19 ,1 ,23 ,36 ,36]=1, [19 ,1 ,23 ,36]=9, [1 ,23 ,36 ,36]=1, [1 ,23 ,36]=12, [19 ,23 ,36 ,23]=1, [19 ,36 ,23]=2, [19 ,23 ,36]=68, [3]=10, [1]=72, [19 ,1 ,23 ,24]=1, [1 ,23 ,24 ,36]=1, [19 ,1 ,23]=8, [19 ,1 ,23 ,36 ,23]=1, [19 ,23]=67, [20 ,23]=1, [23 ,3]=1, [36]=12, [1 ,23]=17, [19 ,1]=19, [19 ,23 ,23]=1, [23 ,3 ,36]=2})  ]

11-30 15:15:27.657 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({android.process.acore(15069)=1})  ]

11-30 15:15:27.657 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(1) data(3) accounts({vnd.sec.contact.phone (1)=1})  ]

11-30 15:15:27.657 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(1) data(24) accounts({vnd.sec.contact.phone (1)=1})  ]
11-30 15:15:27.659  2985  5090 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:15:27.745  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:15:27.745  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:15:28.159  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:28.159  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:28.159  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:29.159  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:29.159  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:29.159  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:29.284 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:40%[40%]>.
11-30 15:15:29.286  2985  5090 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:29.286  2985  5090 I chatty  : uid=1000(system) Binder:2985_1A identical 1 line
11-30 15:15:29.286  2985  5090 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:29.286 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:15:29.287  2985  5090 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:29.287  2985  5090 I chatty  : uid=1000(system) Binder:2985_1A identical 1 line
11-30 15:15:29.287  2985  5090 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:29.289 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:29.291 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:29.305  2985  5090 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:29.311  2985  5090 I chatty  : uid=1000(system) Binder:2985_1A identical 19 lines
11-30 15:15:29.311  2985  5090 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:29.317  2985  5090 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:29.317  2985  5090 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:29.317  2985  5090 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:29.317  2985  5090 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:29.502  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:29.502  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:15:29.502  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:29.502  2985  2985 D AudioService: isEnabled
11-30 15:15:29.516  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:29.529  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:15:29.529  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:29.532  2985  2995 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:15:29.532  2985  2995 D PersonaManagerService: securefolder Secure Folder
11-30 15:15:29.538  2985  2995 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:15:29.539  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:15:29.562  2985  4271 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:15:29.639  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:15:29.639  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:15:30.159  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:30.159  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:30.160  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:31.160  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:31.160  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:31.160  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:32.160  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:32.160  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:32.160  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:32.404 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:42%[42%]>.
11-30 15:15:32.406  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:32.406  2985  4271 I chatty  : uid=1000(system) Binder:2985_10 identical 1 line
11-30 15:15:32.406  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:32.407 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:15:32.410 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:32.412 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:32.426  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:32.432  2985  4271 I chatty  : uid=1000(system) Binder:2985_10 identical 22 lines
11-30 15:15:32.432  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:32.437  2985  4271 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:32.437  2985  4271 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:32.437  2985  4271 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:32.437  2985  4271 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:32.859 16033 14928 E WakeLock: GCM_READ ** IS FORCE-RELEASED ON TIMEOUT **
11-30 15:15:32.980  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:32.980  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:15:32.980  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:32.980  2985  2985 D AudioService: isEnabled
11-30 15:15:32.987  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:32.992  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:15:32.992  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:32.996  2985  5090 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:15:32.996  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:15:32.997  2985  5090 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:15:32.997  2985  5090 D PersonaManagerService: securefolder Secure Folder
11-30 15:15:33.011  2985  2995 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:15:33.060 16033 12648 W WakeLock: GCM_READ counter does not exist
11-30 15:15:33.097  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:15:33.097  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:15:33.160  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:33.160  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:33.160  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:33.285  7864  7864 I Notifications: [ChimeBroadcastReceiver] Intent received for action [com.google.android.c2dm.intent.RECEIVE] package [com.android.chrome].
11-30 15:15:33.293  7864  7864 I Notifications: [ChimeBroadcastReceiver] Phenotype initialized.
11-30 15:15:33.294  7864  7864 W Notifications: [ChimeBroadcastReceiver] BroadcastReceiver stopped
11-30 15:15:33.294  7864  7864 W Notifications: java.lang.IllegalStateException: Unable to get ChimeComponent from host app. Did you mean for your application to extend GeneratedComponentManager or HasComponent or to use jcga.libraries.notifications.injection.Chime#set(ChimeComponent)?
11-30 15:15:33.294  7864  7864 W Notifications: 	at rV.a(chromium-Monochrome.aab-stable-463807420:7)
11-30 15:15:33.294  7864  7864 W Notifications: 	at DV.onReceive(chromium-Monochrome.aab-stable-463807420:14)
11-30 15:15:33.294  7864  7864 W Notifications: 	at android.app.ActivityThread.handleReceiver(ActivityThread.java:3406)
11-30 15:15:33.294  7864  7864 W Notifications: 	at android.app.ActivityThread.-wrap18(Unknown Source:0)
11-30 15:15:33.294  7864  7864 W Notifications: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1807)
11-30 15:15:33.294  7864  7864 W Notifications: 	at android.os.Handler.dispatchMessage(Handler.java:106)
11-30 15:15:33.294  7864  7864 W Notifications: 	at android.os.Looper.loop(Looper.java:164)
11-30 15:15:33.294  7864  7864 W Notifications: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 15:15:33.294  7864  7864 W Notifications: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:15:33.294  7864  7864 W Notifications: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 15:15:33.294  7864  7864 W Notifications: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 15:15:33.338  7864 23217 I FirebaseMessaging: FirebaseApp has not being initialized. Device might be in direct boot mode. Skip exporting delivery metrics to Big Query
11-30 15:15:33.382  2985  5084 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.instagram.android user:0
11-30 15:15:33.383  2985  5084 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:15:33.383  2985  5084 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.instagram.android user:0
11-30 15:15:33.383  2985  5084 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:15:33.404 23219 23219 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:15:33.409 23219 23219 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:15:33.410 23219 23219 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.instagram.android 
11-30 15:15:33.563  2985  2995 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11193 ,Container id: 0
11-30 15:15:33.563  2985  2995 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11193 ,Container id: 0
11-30 15:15:33.563  2985  2995 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:15:33.569  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11193 ,Container id: 0
11-30 15:15:33.569  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11193 ,Container id: 0
11-30 15:15:33.569  2985  5084 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:15:33.575 23219 23219 D ActivityThread: Added TimaKeyStore provider
11-30 15:15:33.639  2985  5084 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.android.chrome user:0
11-30 15:15:33.639  2985  5084 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:15:33.639  2985  5084 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.android.chrome user:0
11-30 15:15:33.639  2985  5084 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:15:33.666 23232 23232 E /system/bin/webview_zygote32: Failed to make and chown /acct/uid_99495: Permission denied
11-30 15:15:33.666 23232 23232 E Zygote  : createProcessGroup(99495, 0) failed: Permission denied
11-30 15:15:33.668 23232 23232 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:webview_zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:15:33.669 23232 23232 I SELinux : SELinux: seapp_context_lookup: seinfo=chrome, level=s0:c512,c768, pkgname=com.android.chrome:sandboxed_process28 
11-30 15:15:33.729 23219 23219 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 11193
11-30 15:15:33.732 23219 23219 D Proxy   : mdoP is null: 11193
11-30 15:15:33.757 23219 23219 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:15:33.870 23232 23232 D TimaKeyStoreProvider: TimaKeyStore is not enabled: cannot add TimaSignature Service and generateKeyPair Service
11-30 15:15:33.872 23232 23232 D ActivityThread: Added TimaKeyStore provider
11-30 15:15:33.893 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:44%[44%]>.
11-30 15:15:33.896  2985  5084 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:33.896  2985  5084 I chatty  : uid=1000(system) Binder:2985_16 identical 1 line
11-30 15:15:33.896  2985  5084 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:33.897 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:15:33.897  2985  5084 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:33.897  2985  5084 I chatty  : uid=1000(system) Binder:2985_16 identical 1 line
11-30 15:15:33.897  2985  5084 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:33.901 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:33.904 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:33.929  2985  5084 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:33.935  2985  5084 I chatty  : uid=1000(system) Binder:2985_16 identical 19 lines
11-30 15:15:33.935  2985  5084 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:33.941  2985  5084 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:33.942  2985  5084 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:33.942  2985  5084 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:33.942  2985  5084 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:34.038  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:34.038  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:15:34.038  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:34.038  2985  2985 D AudioService: isEnabled
11-30 15:15:34.046  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:34.055  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:15:34.055  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:34.059  2985  2995 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:15:34.060  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:15:34.062  2985  5084 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:15:34.062  2985  5084 D PersonaManagerService: securefolder Secure Folder
11-30 15:15:34.083  2985  5090 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:15:34.097  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:15:34.097  2985  2985 I MotionRecognitionService: Plugged
11-30 15:15:34.097  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:15:34.097  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:15:34.098  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:15:34.099  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:15:34.099 23246 23246 E asset   : setgid: Operation not permitted
11-30 15:15:34.100  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:15:34.100  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:15:34.100  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:15:34.103  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:15:34.103  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:15:34.103  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:15:34.103 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:15:34.104 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:15:34.105 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:15:34.105 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:15:34.160  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:34.160  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:15:34.160  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:15:34.160  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:34.160  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:34.399 23232 23232 I cr_SplitCompatApp: Launched version=95.0.4638.74 minSdkVersion=24 isBundle=true processName=com.android.chrome:sandboxed_process28 isIsolated=true
11-30 15:15:34.550 23219 23219 W CrashLoopRemedyLog: unable to delete remedy log, instaCrash: false
11-30 15:15:34.551 23219 23219 W CrashLoopRemedyLog: unable to delete remedy log, instaCrash: true
11-30 15:15:34.568 23232 23232 W SystemServiceRegistry: No service published for: uimode
11-30 15:15:34.601 23232 23232 V Monotype: fonts.xml take from : /system/etc/
11-30 15:15:34.671 23199 23199 I dex2oat : Large app, accepted running with swap.
11-30 15:15:34.680 23199 23199 I dex2oat : Running dex2oat (parent PID = 22869)
11-30 15:15:34.748  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:15:34.748  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:15:34.748  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:15:34.749  2680  2680 E audit   : type=1400 audit(1638260134.736:39774): avc:  denied  { read } for  pid=23219 comm="stagram.android" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:15:34.749  2680  2680 E audit   : type=1300 audit(1638260134.736:39774): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=e8f6bdd0 a2=20000 a3=0 items=0 ppid=2693 pid=23219 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="stagram.android" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:15:34.749  2680  2680 E audit   : type=1327 audit(1638260134.736:39774): proctitle="com.instagram.android"
11-30 15:15:34.756 23219 23219 W lacrima : Start JavaAppDeathCrashDetector... X.0hF
11-30 15:15:34.777  2985  7619 I SensorService: createSensorEventConnection package name f.l
11-30 15:15:34.781 23219 23219 W lacrima : Send pending reports
11-30 15:15:34.783 16433 16509 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:15:34.783   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:15:34.788 16433 16509 I PolicyManager: [#CMH#] onReceive action = EVENT_SIOP
11-30 15:15:34.788   559   636 I PolicyManager: [#CMH#] onReceive action = EVENT_SIOP
11-30 15:15:34.789 23219 23219 W SoLoader: context.getApplicationContext returned null, holding reference to original context.ApplicationSoSource fallbacks to: /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/lib/arm
11-30 15:15:34.799  2985  2985 D SensorManager: Proximity, val = 8.0  [far]
11-30 15:15:34.799  2985  7619 D SensorService: Calling batch handle==3 flags=0 rate=200000000 timeout== 0
11-30 15:15:34.799  2985  7619 D SensorManager: registerListener :: 3, STK3013 Proximity, 200000, 0,  
11-30 15:15:34.799  2985  2985 D SensorService: Calling activate off 3
11-30 15:15:34.799  2985  2985 D SensorManager: unregisterListener ::   
11-30 15:15:34.812 16433 16509 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:15:34.812   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:15:34.979 23219 23261 W Fixie   : Initialize IG_EARLY_NATIVE
11-30 15:15:34.980 23219 23261 W Fixie/NoSyncFixer: Enable NoSync
11-30 15:15:34.986 23219 23219 I zygote  : Thread[1,tid=23219,Native,Thread*=0xf1e7b000,peer=0x73b90f80,"main"] recursive attempt to load library "/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/lib/arm/libfb.so"
11-30 15:15:35.072 23219 23261 D DistractUtil: Function fsync hooked with result=0
11-30 15:15:35.073 23219 23261 D DistractUtil: Function fdatasync hooked with result=0
11-30 15:15:35.073 23219 23261 D DistractUtil: Function msync hooked with result=0
11-30 15:15:35.074 23219 23261 D DistractUtil: Function sync hooked with result=0
11-30 15:15:35.099 23219 23219 W Verifier: Could not disable runtime verification
11-30 15:15:35.100 23219 23261 V appstatelogger2: Registered App State Logger stream with Breakpad
11-30 15:15:35.102 23219 23261 D appstatelogger2: Successfully distracted _ZN3art7Runtime31GetPreAllocatedOutOfMemoryErrorEv
11-30 15:15:35.119 23219 23261 W lacrima : Start AnrAppDeathDetector... X.0gr
11-30 15:15:35.160  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:35.161  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:35.161  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:35.262 23232 23232 E Typeface: Error mapping font file /system/fonts/NotoSansKhmer-Regular.ttf
11-30 15:15:35.262 23232 23232 E Typeface: Error mapping font file /system/fonts/NotoSansKhmer-Bold.ttf
11-30 15:15:35.262 23232 23232 E Minikin : Could not get cmap table size!
11-30 15:15:35.262 23232 23232 E Typeface: Unable to load Family: null:und-Khmr
11-30 15:15:35.292 23232 23232 E Typeface: Error mapping font file /system/fonts/DroidSansFallback.ttf
11-30 15:15:35.292 23232 23232 E Minikin : Could not get cmap table size!
11-30 15:15:35.292 23232 23232 E Typeface: Unable to load Family: null:null
11-30 15:15:35.308 23219 23261 W lacrima : Start AnrDetector... com.facebook.acra.anr.multisignal.MultiSignalANRDetector
11-30 15:15:35.308 23219 23261 W MultiSignalANRDetectorLacrima: Starting
11-30 15:15:35.309 23219 23261 W ProcessAnrErrorMonitor: startMonitoring with delay: 0
11-30 15:15:35.315 23219 23267 W ProcessAnrErrorMonitor: Starting process monitor checks for process 'com.instagram.android'
11-30 15:15:35.315 23219 23267 W MultiSignalANRDetectorLacrima: Started monitoring
11-30 15:15:35.320 23219 23265 W SigquitDetectorLacrima: nativeInit
11-30 15:15:35.322 23219 23265 D SigquitDetector: Signal catcher tid: 23225
11-30 15:15:35.322 23219 23265 D SigquitDetector: Initialized [Lacrima]
11-30 15:15:35.348 23232 23232 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3L.ttf
11-30 15:15:35.348 23232 23232 E Minikin : Could not get cmap table size!
11-30 15:15:35.348 23232 23232 E Typeface: Unable to load Family: samsung-sans-num3L:null
11-30 15:15:35.348 23232 23232 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3T.ttf
11-30 15:15:35.349 23232 23232 E Minikin : Could not get cmap table size!
11-30 15:15:35.349 23232 23232 E Typeface: Unable to load Family: samsung-sans-num3T:null
11-30 15:15:35.349 23232 23232 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4L.ttf
11-30 15:15:35.349 23232 23232 E Minikin : Could not get cmap table size!
11-30 15:15:35.349 23232 23232 E Typeface: Unable to load Family: samsung-sans-num4L:null
11-30 15:15:35.349 23232 23232 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4T.ttf
11-30 15:15:35.349 23232 23232 E Minikin : Could not get cmap table size!
11-30 15:15:35.349 23232 23232 E Typeface: Unable to load Family: samsung-sans-num4T:null
11-30 15:15:35.349 23232 23232 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num35.ttf
11-30 15:15:35.349 23232 23232 E Minikin : Could not get cmap table size!
11-30 15:15:35.349 23232 23232 E Typeface: Unable to load Family: samsung-sans-num35:null
11-30 15:15:35.349 23232 23232 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num45.ttf
11-30 15:15:35.349 23232 23232 E Minikin : Could not get cmap table size!
11-30 15:15:35.349 23232 23232 E Typeface: Unable to load Family: samsung-sans-num45:null
11-30 15:15:35.350 23232 23232 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3Lv.ttf
11-30 15:15:35.350 23232 23232 E Minikin : Could not get cmap table size!
11-30 15:15:35.350 23232 23232 E Typeface: Unable to load Family: samsung-sans-num3LV:null
11-30 15:15:35.350 23232 23232 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3R.ttf
11-30 15:15:35.350 23232 23232 E Minikin : Could not get cmap table size!
11-30 15:15:35.350 23232 23232 E Typeface: Unable to load Family: samsung-sans-num3R:null
11-30 15:15:35.350 23232 23232 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4Tv.ttf
11-30 15:15:35.350 23232 23232 E Minikin : Could not get cmap table size!
11-30 15:15:35.350 23232 23232 E Typeface: Unable to load Family: samsung-sans-num4Tv:null
11-30 15:15:35.350 23232 23232 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4Lv.ttf
11-30 15:15:35.350 23232 23232 E Minikin : Could not get cmap table size!
11-30 15:15:35.350 23232 23232 E Typeface: Unable to load Family: samsung-sans-num4Lv:null
11-30 15:15:35.377 23219 23261 W NightwatchConfig: saveExitStatus false, useMmap true, monitorResources true, tickInfo 0, detectLmkd false, needNightWatch true
11-30 15:15:35.382 23232 23232 I cr_ChildProcessService: Creating new ChildProcessService pid=23232
11-30 15:15:35.403 23219 23261 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordDataInNightWatch (JI)I with native method: recordDataInNightWatch (0xcd2a6bed). try use crit jni: no try use fast jni: no Used crit: no Used fast: no Used norm: yes crit jni supported: yes fast jni supported: no config is fast: no config is crit: no
11-30 15:15:35.403 23219 23261 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordTickInNightWatch (JJJJ)I with native method: recordTickInNightWatch (0xcd2a6bf7). try use crit jni: no try use fast jni: no Used crit: no Used fast: no Used norm: yes crit jni supported: yes fast jni supported: no config is fast: no config is crit: no
11-30 15:15:35.403 23219 23261 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nSaveResourceData ()Z with native method: saveResourceData (0xcd2a6c19). try use crit jni: no try use fast jni: no Used crit: no Used fast: no Used norm: yes crit jni supported: yes fast jni supported: no config is fast: no config is crit: no
11-30 15:15:35.403 23219 23261 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordDataInNightWatch (JI)I with native method: recordDataInNightWatch (0xcd2a6bed)
11-30 15:15:35.403 23219 23261 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordDataInNightWatch (JI)I with native method: recordDataInNightWatch (0xcd2a6bed)
11-30 15:15:35.403 23219 23261 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordTickInNightWatch (JJJJ)I with native method: recordTickInNightWatch (0xcd2a6bf7)
11-30 15:15:35.403 23219 23261 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordTickInNightWatch (JJJJ)I with native method: recordTickInNightWatch (0xcd2a6bf7)
11-30 15:15:35.403 23219 23261 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nSaveResourceData ()Z with native method: saveResourceData (0xcd2a6c19)
11-30 15:15:35.403 23219 23261 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nSaveResourceData ()Z with native method: saveResourceData (0xcd2a6c19)
11-30 15:15:35.404 23232 23232 E WebViewLibraryLoader: can't load with relro file; address space not reserved
11-30 15:15:35.405 23219 23261 D Nightwatch: Starting NightWatch. Using fast [yes] or critical [yes] native methods
11-30 15:15:35.405 23219 23261 D Nightwatch: NightWatch using: Binary path: /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/lib/arm/libwatcher_binary.so log path: /data/data/com.instagram.android/app_errorreporting/sess__000002820-1638260134573-fd4b08f4-4fd8-387e-b493-107a175858bc/nightwatch.txt
11-30 15:15:35.405 23219 23261 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordDataInNightWatch (IIJI)I with native method: recordDataInNightWatch (0xcd2a6bed). try use crit jni: yes try use fast jni: no Used crit: yes Used fast: no Used norm: no crit jni supported: yes fast jni supported: no config is fast: no config is crit: yes
11-30 15:15:35.405 23219 23261 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordTickInNightWatch (IIJJJJ)I with native method: recordTickInNightWatch (0xcd2a6bf7). try use crit jni: yes try use fast jni: no Used crit: yes Used fast: no Used norm: no crit jni supported: yes fast jni supported: no config is fast: no config is crit: yes
11-30 15:15:35.405 23219 23261 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/NightwatchOreo.nSaveResourceData (II)Z with native method: saveResourceData (0xcd2a6c19). try use crit jni: yes try use fast jni: no Used crit: yes Used fast: no Used norm: no crit jni supported: yes fast jni supported: no config is fast: no config is crit: yes
11-30 15:15:35.405 23219 23261 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordDataInNightWatch (IIJI)I with native method: recordDataInNightWatch (0xcd2a6bed)
11-30 15:15:35.405 23219 23261 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordDataInNightWatch (IIJI)I with native method: recordDataInNightWatch (0xcd2a6bed)
11-30 15:15:35.405 23219 23261 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordTickInNightWatch (IIJJJJ)I with native method: recordTickInNightWatch (0xcd2a6bf7)
11-30 15:15:35.405 23219 23261 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordTickInNightWatch (IIJJJJ)I with native method: recordTickInNightWatch (0xcd2a6bf7)
11-30 15:15:35.405 23219 23261 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nSaveResourceData (II)Z with native method: saveResourceData (0xcd2a6c19)
11-30 15:15:35.405 23219 23261 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nSaveResourceData (II)Z with native method: saveResourceData (0xcd2a6c19)
11-30 15:15:35.409 23219 23261 I nightwatch-lib: watcher succeeded mmap /data/data/com.instagram.android/app_errorreporting/sess__000002820-1638260134573-fd4b08f4-4fd8-387e-b493-107a175858bc/nightwatch.txt
11-30 15:15:35.409 23219 23261 D nightwatch-fd: Attempting to open file /proc/self/oom_adj
11-30 15:15:35.409 23219 23261 E nightwatch-fd: Unable to open /proc/self/oom_adj (mode read) : 13 : Permission denied
11-30 15:15:35.409 23219 23261 D nightwatch-fd: Attempting to open file /proc/self/oom_adj
11-30 15:15:35.409 23219 23261 D nightwatch-fd: Opened file /proc/self/oom_adj (71)
11-30 15:15:35.409 23219 23261 D nightwatch-fd: Attempting to open file /proc/self/oom_score_adj
11-30 15:15:35.409 23219 23261 E nightwatch-fd: Unable to open /proc/self/oom_score_adj (mode read) : 13 : Permission denied
11-30 15:15:35.409 23219 23261 D nightwatch-fd: Attempting to open file /proc/self/oom_score_adj
11-30 15:15:35.409 23219 23261 D nightwatch-fd: Opened file /proc/self/oom_score_adj (72)
11-30 15:15:35.415 23219 23261 I nightwatch-target: created thread to monitor process resources
11-30 15:15:35.417 23219 23279 D nightwatch-fd: Attempting to open file /proc/self/oom_score
11-30 15:15:35.417 23219 23279 D nightwatch-fd: Opened file /proc/self/oom_score (74)
11-30 15:15:35.417 23219 23279 I nightwatch-target: monitor resources interval 500 ms
11-30 15:15:35.418  2680  2680 E audit   : type=1400 audit(1638260135.406:39775): avc:  denied  { read } for  pid=23279 comm="Lacrima_startup" name="file-nr" dev="proc" ino=38290821 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:15:35.418 23219 23279 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:15:35.418  2680  2680 E audit   : type=1300 audit(1638260135.406:39775): arch=40000028 syscall=334 per=8 success=no exit=-13 a0=ffffff9c a1=cd2f4890 a2=4 a3=0 items=0 ppid=2693 pid=23279 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:15:35.418 23219 23279 E nightwatch-target: sysmeminfo parse failed
11-30 15:15:35.418  2680  2680 E audit   : type=1327 audit(1638260135.406:39775): proctitle="com.instagram.android"
11-30 15:15:35.418  2680  2680 E audit   : type=1400 audit(1638260135.406:39776): avc:  denied  { read } for  pid=23279 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:15:35.418  2680  2680 E audit   : type=1300 audit(1638260135.406:39776): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd2f48b6 a2=20000 a3=0 items=0 ppid=2693 pid=23279 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:15:35.418  2680  2680 E audit   : type=1327 audit(1638260135.406:39776): proctitle="com.instagram.android"
11-30 15:15:35.430 23232 23278 I cr_LibraryLoader: Successfully loaded native library
11-30 15:15:35.431 23232 23278 I cr_CachingUmaRecorder: Flushed 2 samples from 2 histograms.
11-30 15:15:35.501 23219 23261 W ApiBlockListExemption: We Succeeded getting the needed hidden api deps on this platform. Can we try to remove hidden APIs: Yes.
11-30 15:15:35.599 23219 23261 W HiddenApis: Could not construct hidden api class X.IApplicationThreadBinderHookWrapper
11-30 15:15:35.599 23219 23261 W HiddenApis: 	Error:  ClassNotFoundException=X.IApplicationThreadBinderHookWrapper
11-30 15:15:35.603 23219 23261 W HiddenApis: 		 at java.lang.Class.classForName(Native Method)
11-30 15:15:35.603 23219 23261 W HiddenApis: 		 at java.lang.Class.forName(Class.java:453)
11-30 15:15:35.603 23219 23261 W HiddenApis: 		 at java.lang.Class.forName(Class.java:378)
11-30 15:15:35.603 23219 23261 W HiddenApis: 		 at X.0JN.A07(:62)
11-30 15:15:35.603 23219 23261 W HiddenApis: 		 at X.0Fr.A01(:110)
11-30 15:15:35.603 23219 23261 W HiddenApis: 		 at X.0VP.A02(:2)
11-30 15:15:35.604 23219 23261 W HiddenApis: 		 at X.0G7.A03(:532)
11-30 15:15:35.604 23219 23261 W HiddenApis: 		 at X.0fh.B4i(:92)
11-30 15:15:35.604 23219 23261 W HiddenApis: 		 at X.0W6.run(:33)
11-30 15:15:35.604 23219 23261 W HiddenApis: 		 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:15:35.604 23219 23261 W HiddenApis: 		 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:15:35.604 23219 23261 W HiddenApis: 		 at X.0NS.run(:9)
11-30 15:15:35.604 23219 23261 W HiddenApis: 		Cause:  ClassNotFoundException=Didn't find class "X.IApplicationThreadBinderHookWrapper" on path: DexPathList[[zip file "/system/framework/com.google.android.maps.jar", zip file "/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/base.apk", zip file "/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_openh264decoder.apk", zip file "/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_openh264encoder.apk", zip file "/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_pytorch.apk"],nativeLibraryDirectories=[/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/lib/arm, /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/base.apk!/lib/armeabi-v7a, /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_openh264decoder.apk!/lib/armeabi-v7a, /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_openh264encoder.apk!/lib/armeabi-v7a, /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_pytorch.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
11-30 15:15:35.608 23219 23261 W HiddenApis: 			 at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125)
11-30 15:15:35.608 23219 23261 W HiddenApis: 			 at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
11-30 15:15:35.608 23219 23261 W HiddenApis: 			 at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
11-30 15:15:35.608 23219 23261 W HiddenApis: 			 at java.lang.Class.classForName(Native Method)
11-30 15:15:35.608 23219 23261 W HiddenApis: 			 at java.lang.Class.forName(Class.java:453)
11-30 15:15:35.608 23219 23261 W HiddenApis: 			 at java.lang.Class.forName(Class.java:378)
11-30 15:15:35.608 23219 23261 W HiddenApis: 			 at X.0JN.A07(:62)
11-30 15:15:35.608 23219 23261 W HiddenApis: 			 at X.0Fr.A01(:110)
11-30 15:15:35.608 23219 23261 W HiddenApis: 			 at X.0VP.A02(:2)
11-30 15:15:35.608 23219 23261 W HiddenApis: 			 at X.0G7.A03(:532)
11-30 15:15:35.609 23219 23261 W HiddenApis: 			 at X.0fh.B4i(:92)
11-30 15:15:35.609 23219 23261 W HiddenApis: 			 at X.0W6.run(:33)
11-30 15:15:35.609 23219 23261 W HiddenApis: 			 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:15:35.609 23219 23261 W HiddenApis: 			 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:15:35.609 23219 23261 W HiddenApis: 			 at X.0NS.run(:9)
11-30 15:15:35.609 23219 23261 W IApplicationThreadFactory: Cannot construct AppThread wrapper X.IApplicationThreadBinderHookWrapper (deps: [android.app.IApplicationThread]) for binder hook null (cls: com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook).
11-30 15:15:35.609 23219 23261 W IApplicationThreadFactory: 	Error:  0JL=Could not construct hidden api class X.IApplicationThreadBinderHookWrapper deps ([android.app.IApplicationThread]) params: ([< SubType Instance cls: com.facebook.common.binderhooker.BinderHook parma val: [BinderHook ActivityThreadBinderHooker$ApplicationThreadBinderHook(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook) Hooked Data: Not Hooked] [cls: com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook] >, < SubType Instance cls: android.os.Binder parma val: android.app.ActivityThread$ApplicationThread@a030962 [cls: android.app.ActivityThread$ApplicationThread] >])
11-30 15:15:35.610 23219 23261 W IApplicationThreadFactory: 		 at X.0JN.A07(:479)
11-30 15:15:35.610 23219 23261 W IApplicationThreadFactory: 		 at X.0Fr.A01(:110)
11-30 15:15:35.610 23219 23261 W IApplicationThreadFactory: 		 at X.0VP.A02(:2)
11-30 15:15:35.610 23219 23261 W IApplicationThreadFactory: 		 at X.0G7.A03(:532)
11-30 15:15:35.610 23219 23261 W IApplicationThreadFactory: 		 at X.0fh.B4i(:92)
11-30 15:15:35.610 23219 23261 W IApplicationThreadFactory: 		 at X.0W6.run(:33)
11-30 15:15:35.610 23219 23261 W IApplicationThreadFactory: 		 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:15:35.610 23219 23261 W IApplicationThreadFactory: 		 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:15:35.610 23219 23261 W IApplicationThreadFactory: 		 at X.0NS.run(:9)
11-30 15:15:35.610 23219 23261 W IApplicationThreadFactory: 		Cause:  ClassNotFoundException=X.IApplicationThreadBinderHookWrapper
11-30 15:15:35.610 23219 23261 W IApplicationThreadFactory: 			 at java.lang.Class.classForName(Native Method)
11-30 15:15:35.610 23219 23261 W IApplicationThreadFactory: 			 at java.lang.Class.forName(Class.java:453)
11-30 15:15:35.610 23219 23261 W IApplicationThreadFactory: 			 at java.lang.Class.forName(Class.java:378)
11-30 15:15:35.610 23219 23261 W IApplicationThreadFactory: 			 at X.0JN.A07(:62)
11-30 15:15:35.611 23219 23261 W IApplicationThreadFactory: 			 at X.0Fr.A01(:110)
11-30 15:15:35.611 23219 23261 W IApplicationThreadFactory: 			 at X.0VP.A02(:2)
11-30 15:15:35.611 23219 23261 W IApplicationThreadFactory: 			 at X.0G7.A03(:532)
11-30 15:15:35.611 23219 23261 W IApplicationThreadFactory: 			 at X.0fh.B4i(:92)
11-30 15:15:35.611 23219 23261 W IApplicationThreadFactory: 			 at X.0W6.run(:33)
11-30 15:15:35.611 23219 23261 W IApplicationThreadFactory: 			 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:15:35.611 23219 23261 W IApplicationThreadFactory: 			 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:15:35.611 23219 23261 W IApplicationThreadFactory: 			 at X.0NS.run(:9)
11-30 15:15:35.611 23219 23261 W IApplicationThreadFactory: 		Cause:  ClassNotFoundException=Didn't find class "X.IApplicationThreadBinderHookWrapper" on path: DexPathList[[zip file "/system/framework/com.google.android.maps.jar", zip file "/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/base.apk", zip file "/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_openh264decoder.apk", zip file "/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_openh264encoder.apk", zip file "/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_pytorch.apk"],nativeLibraryDirectories=[/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/lib/arm, /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/base.apk!/lib/armeabi-v7a, /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_openh264decoder.apk!/lib/armeabi-v7a, /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_openh264encoder.apk!/lib/armeabi-v7a, /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_pytorch.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
11-30 15:15:35.611 23219 23261 W IApplicationThreadFactory: 			 at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125)
11-30 15:15:35.611 23219 23261 W IApplicationThreadFactory: 			 at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
11-30 15:15:35.611 23219 23261 W IApplicationThreadFactory: 			 at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
11-30 15:15:35.611 23219 23261 W IApplicationThreadFactory: 			 at java.lang.Class.classForName(Native Method)
11-30 15:15:35.611 23219 23261 W IApplicationThreadFactory: 			 at java.lang.Class.forName(Class.java:453)
11-30 15:15:35.611 23219 23261 W IApplicationThreadFactory: 			 at java.lang.Class.forName(Class.java:378)
11-30 15:15:35.612 23219 23261 W IApplicationThreadFactory: 			 at X.0JN.A07(:62)
11-30 15:15:35.612 23219 23261 W IApplicationThreadFactory: 			 at X.0Fr.A01(:110)
11-30 15:15:35.612 23219 23261 W IApplicationThreadFactory: 			 at X.0VP.A02(:2)
11-30 15:15:35.612 23219 23261 W IApplicationThreadFactory: 			 at X.0G7.A03(:532)
11-30 15:15:35.612 23219 23261 W IApplicationThreadFactory: 			 at X.0fh.B4i(:92)
11-30 15:15:35.612 23219 23261 W IApplicationThreadFactory: 			 at X.0W6.run(:33)
11-30 15:15:35.612 23219 23261 W IApplicationThreadFactory: 			 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:15:35.612 23219 23261 W IApplicationThreadFactory: 			 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:15:35.612 23219 23261 W IApplicationThreadFactory: 			 at X.0NS.run(:9)
11-30 15:15:35.612 23219 23261 W ActivityThreadBinderHooker: Failed creating a wrapped binder hook. Defaulting to normal binder hook
11-30 15:15:35.642 23219 23224 I zygote  : Do partial code cache collection, code=13KB, data=24KB
11-30 15:15:35.647 23219 23224 I zygote  : After code cache collection, code=13KB, data=24KB
11-30 15:15:35.647 23219 23224 I zygote  : Increasing code cache capacity to 128KB
11-30 15:15:35.648 23219 23224 I zygote  : Compiler allocated 8MB to compile boolean X.0uH.A0B(android.os.StrictMode$ThreadPolicy, java.lang.String, java.lang.String, java.lang.String, int)
11-30 15:15:35.652 23219 23261 D BinderHooker: Called hook binder
11-30 15:15:35.652 23219 23261 D BinderHooker: Starting init of BinderHooker
11-30 15:15:35.655 23219 23219 W lacrima : LacrimaInitializer.init
11-30 15:15:35.662 23219 23261 D BinderHooker: Binder Hooker was successfully inited [StrongPointer dep is supported] [Parcel dep is supported]
11-30 15:15:35.662 23219 23261 D BinderHooker: Attempting to hook javaObjectForIBinder.
11-30 15:15:35.683 23219 23261 D BinderHooker: javaObjectForIBinder hooked successfully
11-30 15:15:35.684 23219 23227 W JavaBinder: BinderProxy is being destroyed but the application did not call unlinkToDeath to unlink all of its death recipients beforehand.  Releasing leaked death recipient: X.0OU
11-30 15:15:35.684 23219 23261 D BinderHooker: Is a binder hook class, seeing if we need to unwrap it.
11-30 15:15:35.685 23219 23261 D BinderHooker: Attempting to hook binder android.app.ActivityThread$ApplicationThread with binder com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook
11-30 15:15:35.685 23219 23261 D BinderHooker: Getting IBinder obj for android.app.ActivityThread$ApplicationThread
11-30 15:15:35.685 23219 23261 D BinderHooker: Getting IBinder for android.app.ActivityThread$ApplicationThread 0xcec7f040
11-30 15:15:35.685 23219 23261 D BinderHooker: Calling java to create a parcel and write jobj 0xcec7f040 to it. 
11-30 15:15:35.685 23219 23261 D BinderHooker: Got Parcel Ptr 0xf1e30878 for java obj 0xcec7f040.
11-30 15:15:35.685 23219 23261 D BinderHooker: Call readStrongBinder(0xf1e30878) ret not null? yes sp: f1dc8440.
11-30 15:15:35.685 23219 23261 D BinderHooker: Finished getting IBinder obj for android.app.ActivityThread$ApplicationThread. Got f1dc8440.
11-30 15:15:35.685 23219 23261 D BinderHooker: Taking and locking Strong IBinder ref f1dc8440 for android.app.ActivityThread$ApplicationThread
11-30 15:15:35.685 23219 23261 D BinderHooker: FINISHED taking and locking Strong IBinder ref f1dc8440 for android.app.ActivityThread$ApplicationThread
11-30 15:15:35.685 23219 23261 D BinderHooker: Got binder ptr f1dc8440 for the given val
11-30 15:15:35.685 23219 23261 D BinderHooker: Setting Orig javaBBinder mObjectPtr for android.app.ActivityThread$ApplicationThread because it has not been set before
11-30 15:15:35.685 23219 23261 D BinderHooker: Finished Setting Orig javaBBinder mObjectPtr
11-30 15:15:35.685 23219 23261 D BinderHooker: Setting javaBBinder mObjectPtr 0xf1dc8450 (orig: 0x1c36) for android.app.ActivityThread$ApplicationThread
11-30 15:15:35.685 23219 23261 D BinderHooker: Getting IBinder obj for com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook
11-30 15:15:35.685 23219 23261 D BinderHooker: Getting IBinder for com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook 0xcec7f044
11-30 15:15:35.685 23219 23261 D BinderHooker: Calling java to create a parcel and write jobj 0xcec7f044 to it. 
11-30 15:15:35.685 23219 23219 W Fixie   : Initialize IG_NEED_INIT
11-30 15:15:35.685 23219 23261 D BinderHooker: Got Parcel Ptr 0xf1e30808 for java obj 0xcec7f044.
11-30 15:15:35.685 23219 23261 D BinderHooker: Call readStrongBinder(0xf1e30808) ret not null? yes sp: ce4a6c00.
11-30 15:15:35.685 23219 23261 D BinderHooker: Finished getting IBinder obj for com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook. Got ce4a6c00.
11-30 15:15:35.685 23219 23261 D BinderHooker: Taking and locking Strong IBinder ref ce4a6c00 for com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook
11-30 15:15:35.685 23219 23261 D BinderHooker: FINISHED taking and locking Strong IBinder ref ce4a6c00 for com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook
11-30 15:15:35.685 23219 23261 D BinderHooker: Got binder ptr ce4a6c00 for the given val
11-30 15:15:35.685 23219 23261 D BinderHooker: Setting Orig javaBBinder mObjectPtr for com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook because it has not been set before
11-30 15:15:35.685 23219 23261 D BinderHooker: Finished Setting Orig javaBBinder mObjectPtr
11-30 15:15:35.685 23219 23261 D BinderHooker: Setting javaBBinder mObjectPtr 0xce4a6c10 (orig: 0x1f06) for com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook
11-30 15:15:35.685 23219 23261 D BinderHooker: We already have a strong binder ref
11-30 15:15:35.685 23219 23261 D BinderHooker: We already have a strong binder ref
11-30 15:15:35.685 23219 23261 D BinderHooker: Successfully prepared hooking binder and will now perform.  Use Transparent Conv: yes 
11-30 15:15:35.685 23219 23261 D BinderHooker: 		Hooked: android.app.ActivityThread$ApplicationThread 
11-30 15:15:35.685 23219 23261 D BinderHooker: 		Hooked with: com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook
11-30 15:15:35.686 23219 23261 D BinderHooker: Attempting to set binder hook data on the hook object
11-30 15:15:35.686 23219 23261 D BinderHooker: Finished setting binder hook data on the hook object
11-30 15:15:35.686 23219 23261 D BinderHooker: Finished hooking binder. Success: yes 
11-30 15:15:35.686 23219 23261 D BinderHooker: 		Hooked: android.app.ActivityThread$ApplicationThread 
11-30 15:15:35.686 23219 23261 D BinderHooker: 		Hooked with: com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook
11-30 15:15:35.744 23219 23261 D BinderHooker: Got binder ptr e743e380 for the given val
11-30 15:15:35.745 23219 23261 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:35.867 23219 23296 W QPLConfig: failed to load config
11-30 15:15:35.867 23219 23296 W QPLConfig: java.io.FileNotFoundException: /data/user/0/com.instagram.android/app_qpl/qpl_sampling_config_v2.null (No such file or directory)
11-30 15:15:35.867 23219 23296 W QPLConfig: 	at java.io.FileInputStream.open0(Native Method)
11-30 15:15:35.867 23219 23296 W QPLConfig: 	at java.io.FileInputStream.open(FileInputStream.java:200)
11-30 15:15:35.867 23219 23296 W QPLConfig: 	at java.io.FileInputStream.<init>(FileInputStream.java:150)
11-30 15:15:35.867 23219 23296 W QPLConfig: 	at X.0mD.run(:75)
11-30 15:15:35.867 23219 23296 W QPLConfig: 	at X.0du.run(:2)
11-30 15:15:35.867 23219 23296 W QPLConfig: 	at X.0cy.run(:31)
11-30 15:15:35.867 23219 23296 W QPLConfig: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:15:35.867 23219 23296 W QPLConfig: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:15:35.867 23219 23296 W QPLConfig: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:15:35.867 23219 23296 W QPLConfig: 	at X.0Yh.run(:5)
11-30 15:15:35.925  2680  2680 E audit   : type=1400 audit(1638260135.906:39777): avc:  denied  { read } for  pid=23279 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:15:35.926  2680  2680 E audit   : type=1300 audit(1638260135.906:39777): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd2f48b6 a2=20000 a3=0 items=0 ppid=2693 pid=23279 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:15:35.926  2680  2680 E audit   : type=1327 audit(1638260135.906:39777): proctitle="com.instagram.android"
11-30 15:15:35.926 23219 23279 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:15:35.928 23219 23279 E nightwatch-target: sysmeminfo parse failed
11-30 15:15:35.931 23219 23261 W dalvik-internals: sigaction64 not found, falling back
11-30 15:15:35.931 23219 23261 W dalvik-internals: sigaction succeeded
11-30 15:15:35.931 23219 23261 W dalvik-internals: ignoring failure to find _ZN3art12FaultManager35EnsureArtActionInFrontOfSignalChainEv: could not hook _ZN3art12FaultManager35EnsureArtActionInFrontOfSignalChainEv
11-30 15:15:35.932 23219 23261 V dalvik-internals: hooked signal using trap ()
11-30 15:15:35.932 23219 23261 V dalvik-internals: hooked sysv_signal using trap ()
11-30 15:15:35.932 23219 23261 V dalvik-internals: hooked bsd_signal using trap ()
11-30 15:15:35.932 23219 23261 V dalvik-internals: hooked sigaction using trap ()
11-30 15:15:35.932 23219 23261 I dalvik-internals: integrateWithCrashLog crashlog: /data/user/0/com.instagram.android/crash_log, insta_crashlog: /data/user/0/com.instagram.android/insta_crash_log
11-30 15:15:35.932 23219 23261 I dalvik-internals: installed sigmux crash handler for crash log
11-30 15:15:36.161  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:36.161  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:36.161  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:36.181 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:46%[46%]>.
11-30 15:15:36.184  2985  5090 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:36.184  2985  5090 I chatty  : uid=1000(system) Binder:2985_1A identical 1 line
11-30 15:15:36.184  2985  5090 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:36.202 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:15:36.204  2985  5090 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:36.209  2985  5090 I chatty  : uid=1000(system) Binder:2985_1A identical 13 lines
11-30 15:15:36.209  2985  5090 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:36.210  2985  5084 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:36.213  2985  5084 I chatty  : uid=1000(system) Binder:2985_16 identical 4 lines
11-30 15:15:36.213  2985  5084 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:36.214  2985  5090 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:36.214  2985  5090 I chatty  : uid=1000(system) Binder:2985_1A identical 1 line
11-30 15:15:36.214  2985  5090 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:36.215 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:36.482 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:36.606  2985  5090 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:36.606  2985  5090 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:36.606  2985  5090 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:36.606  2985  5090 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:36.812 16433 16521 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:15:36.812   559   734 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:15:36.929 23219 23279 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:15:36.929 23219 23279 E nightwatch-target: sysmeminfo parse failed
11-30 15:15:36.930  2680  2680 E audit   : type=1400 audit(1638260136.916:39778): avc:  denied  { read } for  pid=23279 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:15:36.930  2680  2680 E audit   : type=1300 audit(1638260136.916:39778): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd2f48b6 a2=20000 a3=0 items=0 ppid=2693 pid=23279 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:15:36.930  2680  2680 E audit   : type=1327 audit(1638260136.916:39778): proctitle="com.instagram.android"
11-30 15:15:37.016  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:37.017  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:15:37.017  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:37.017  2985  2985 D AudioService: isEnabled
11-30 15:15:37.025  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:37.032  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:15:37.032  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:37.035  2985  5090 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:15:37.035  2985  5090 D PersonaManagerService: securefolder Secure Folder
11-30 15:15:37.036  2985  5084 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:15:37.036  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:15:37.051  2985  4271 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:15:37.136  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:15:37.136  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:15:37.161  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:37.161  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:37.161  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:37.319 23219 23264 W MultiSignalANRDetectorLacrima: Pausing error state checks
11-30 15:15:37.380  2680  2680 E audit   : type=1400 audit(1638260137.366:39779): avc:  denied  { read } for  pid=23219 comm="stagram.android" name="vmstat" dev="proc" ino=4026534951 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:15:37.380  2680  2680 E audit   : type=1300 audit(1638260137.366:39779): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cc961460 a2=20000 a3=0 items=0 ppid=2693 pid=23219 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="stagram.android" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:15:37.380  2680  2680 E audit   : type=1327 audit(1638260137.366:39779): proctitle="com.instagram.android"
11-30 15:15:37.530 23219 23224 I zygote  : Do partial code cache collection, code=52KB, data=39KB
11-30 15:15:37.530 23219 23224 I zygote  : After code cache collection, code=52KB, data=39KB
11-30 15:15:37.530 23219 23224 I zygote  : Increasing code cache capacity to 256KB
11-30 15:15:37.731 23219 23219 I zygote  : Deoptimizing X.0we X.0wd.A02(int[], int) due to JIT inline cache
11-30 15:15:37.869 23219 23271 D NetworkSecurityConfig: Using Network Security Config from resource fb_network_security_config debugBuild: false
11-30 15:15:37.893  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:15:37.898 23219 23271 W zygote  : JNI RegisterNativeMethods: attempt to register 0 native methods for com.facebook.msys.mci.EventLoggingData
11-30 15:15:37.917 23219 23269 D BinderHooker: Got binder ptr e9108c00 for the given val
11-30 15:15:37.917 23219 23269 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:37.928 23219 23219 D BinderHooker: Got binder ptr cc960640 for the given val
11-30 15:15:37.928 23219 23219 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:37.931  2680  2680 E audit   : type=1400 audit(1638260137.916:39780): avc:  denied  { read } for  pid=23279 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:15:37.932 23219 23279 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:15:37.932 23219 23279 E nightwatch-target: sysmeminfo parse failed
11-30 15:15:37.932  2680  2680 E audit   : type=1300 audit(1638260137.916:39780): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd2f48b6 a2=20000 a3=0 items=0 ppid=2693 pid=23279 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:15:37.932  2680  2680 E audit   : type=1327 audit(1638260137.916:39780): proctitle="com.instagram.android"
11-30 15:15:37.951 23219 23269 D BinderHooker: Got binder ptr e9108cc0 for the given val
11-30 15:15:37.951 23219 23272 D BinderHooker: Got binder ptr e9108980 for the given val
11-30 15:15:37.951 23219 23269 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:37.951 23219 23272 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:37.955 23219 23219 W FrscLanguagePackLoader: Loading FRSC strings for locale (en)
11-30 15:15:37.988 23219 23335 W FrscLanguagePackLoader: FRSC English strings buffer size - (limit : 523260, capacity : 523260)
11-30 15:15:38.024 23219 23219 D CACHE_HINTS: Entering madvise file
11-30 15:15:38.026 23219 23219 D CACHE_HINTS: MADVISE_RAND file 0xc9766000 7782399 /data/data/com.instagram.android/app_restricks/layouts.bin
11-30 15:15:38.084 23219 23269 D BinderHooker: Got binder ptr e917e080 for the given val
11-30 15:15:38.084 23219 23269 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:38.123 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:47%[47%]>.
11-30 15:15:38.126  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:38.127  2985  4271 I chatty  : uid=1000(system) Binder:2985_10 identical 1 line
11-30 15:15:38.127  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:38.127 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:15:38.130 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:38.136 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:38.138 16033 17532 W GCM     : Force release of GOOGLE_C2DM lock
11-30 15:15:38.151  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:38.152  2985  4271 I chatty  : uid=1000(system) Binder:2985_10 identical 4 lines
11-30 15:15:38.152  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:38.153  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:38.154  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 4 lines
11-30 15:15:38.154  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:38.156  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:38.161  2985  4271 I chatty  : uid=1000(system) Binder:2985_10 identical 7 lines
11-30 15:15:38.161  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:38.161  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:38.161  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:38.161  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:38.162  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:38.162  2985  4271 I chatty  : uid=1000(system) Binder:2985_10 identical 1 line
11-30 15:15:38.162  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:38.169  2985  4271 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:38.169  2985  4271 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:38.169  2985  4271 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:38.170  2985  4271 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:38.197  7864  7864 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xff968700, isMutable: 1, colorType: 4, alphaType: 2, width: 40, height: 40, rowBytes: 160, density: 480
11-30 15:15:38.197  7864  7864 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xff968700, isMutable: 1, colorType: 4, alphaType: 2, width: 40, height: 40, rowBytes: 160, density: 480
11-30 15:15:38.197  7864  7864 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xff968700, isMutable: 1, colorType: 4, alphaType: 2, width: 120, height: 120, rowBytes: 480, density: 480
11-30 15:15:38.199  7864  7864 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xff968700, isMutable: 1, colorType: 4, alphaType: 2, width: 120, height: 120, rowBytes: 480, density: 480
11-30 15:15:38.199  7864  7864 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xff9685e0, isMutable: 1, colorType: 4, alphaType: 2, width: 120, height: 120, rowBytes: 480, density: 480
11-30 15:15:38.200  7864  7864 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xff9685e0, isMutable: 1, colorType: 4, alphaType: 2, width: 120, height: 120, rowBytes: 480, density: 480
11-30 15:15:38.200  7864  7864 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xff968680, isMutable: 1, colorType: 4, alphaType: 2, width: 40, height: 40, rowBytes: 160, density: 480
11-30 15:15:38.200  7864  7864 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xff968680, isMutable: 1, colorType: 4, alphaType: 2, width: 40, height: 40, rowBytes: 160, density: 480
11-30 15:15:38.202  2985  4271 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.chrome,userId = 0
11-30 15:15:38.202  2985  4271 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:38.203  2985  4271 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.chrome,userId = 0
11-30 15:15:38.203  2985  4271 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:38.246  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:38.246  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:15:38.246  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:38.246  2985  2985 D AudioService: isEnabled
11-30 15:15:38.250  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:15:38.255  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:38.263  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:15:38.263  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:38.267  2985  4271 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:15:38.267  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:15:38.270  2985  2995 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:15:38.270  2985  2995 D PersonaManagerService: securefolder Secure Folder
11-30 15:15:38.288  2985  5090 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:15:38.298 23219 23271 D BinderHooker: Got binder ptr e917e400 for the given val
11-30 15:15:38.298 23219 23271 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:38.304 22819 22917 I zygote  : Deoptimizing java.lang.Object hv.b(java.lang.Object) due to JIT inline cache
11-30 15:15:38.332 23219 23269 I zygote  : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
11-30 15:15:38.334 23219 23270 D BinderHooker: Got binder ptr e9108980 for the given val
11-30 15:15:38.335 23219 23270 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:38.341 23219 23270 D BinderHooker: Got binder ptr ca62a300 for the given val
11-30 15:15:38.341 23219 23270 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:38.350  2706  2706 W keystore: ENTER remove operation from uid 11193
11-30 15:15:38.359 23219 23219 D BinderHooker: Got binder ptr e9108980 for the given val
11-30 15:15:38.359 23219 23219 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:38.365 23219 23268 D BinderHooker: Got binder ptr e9108980 for the given val
11-30 15:15:38.365 23219 23268 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:38.367  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:15:38.367  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:15:38.377 23219 23268 D BinderHooker: Got binder ptr cc960bc0 for the given val
11-30 15:15:38.377 23219 23268 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:38.381  2706  2706 W keystore: ENTER remove operation from uid 11193
11-30 15:15:38.397 23219 23269 I CameraManagerGlobal: Connecting to camera service
11-30 15:15:38.401 23219 23269 D BinderHooker: Got binder ptr e917e780 for the given val
11-30 15:15:38.401 23219 23269 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:38.408 23219 23272 D BinderHooker: Got binder ptr e9108980 for the given val
11-30 15:15:38.408 23219 23272 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:38.416 23219 23269 D VendorTagDescriptor: addVendorDescriptor: vendor tag id 3854507339 added
11-30 15:15:38.419 23219 23270 D BinderHooker: Got binder ptr e9108980 for the given val
11-30 15:15:38.419 23219 23270 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:38.424 23219 23270 D BinderHooker: Got binder ptr ca62a2c0 for the given val
11-30 15:15:38.424 23219 23270 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:38.438  2706  2706 W keystore: ENTER remove operation from uid 11193
11-30 15:15:38.441 23219 23374 I zygote  : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
11-30 15:15:38.523  2985  4271 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.direct.share.handler.DirectShareHandlerActivity newState = 1 callingPackage = 11193/com.instagram.android
11-30 15:15:38.550  2985  4271 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.direct.share.handler.DirectShareHandlerActivityInterop newState = 2 callingPackage = 11193/com.instagram.android
11-30 15:15:38.562  2985  4271 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.direct.share.handler.DirectExternalMediaShareActivityPhoto newState = 1 callingPackage = 11193/com.instagram.android
11-30 15:15:38.567  2985  4271 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.direct.share.handler.DirectExternalMediaShareActivityPhotoInterop newState = 2 callingPackage = 11193/com.instagram.android
11-30 15:15:38.570  2985  4271 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.direct.share.handler.DirectExternalMediaShareActivityVideo newState = 1 callingPackage = 11193/com.instagram.android
11-30 15:15:38.574  2985  4271 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.direct.share.handler.DirectExternalMediaShareActivityVideoInterop newState = 2 callingPackage = 11193/com.instagram.android
11-30 15:15:38.591 23219 23380 W IgSharedPreferences: getAll was used, which can cause ConcurrentModificationExceptions
11-30 15:15:38.591 23219 23380 W IgSharedPreferences: java.lang.Throwable
11-30 15:15:38.591 23219 23380 W IgSharedPreferences: 	at X.0Vu.getAll(:9)
11-30 15:15:38.591 23219 23380 W IgSharedPreferences: 	at X.2aK.run(:4)
11-30 15:15:38.591 23219 23380 W IgSharedPreferences: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:15:38.591 23219 23380 W IgSharedPreferences: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:15:38.591 23219 23380 W IgSharedPreferences: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:15:38.591 23219 23380 W IgSharedPreferences: 	at X.0Yh.run(:5)
11-30 15:15:38.592 23219 23380 W IgSharedPreferences: getAll was used, which can cause ConcurrentModificationExceptions
11-30 15:15:38.592 23219 23380 W IgSharedPreferences: java.lang.Throwable
11-30 15:15:38.592 23219 23380 W IgSharedPreferences: 	at X.0Vu.getAll(:9)
11-30 15:15:38.592 23219 23380 W IgSharedPreferences: 	at X.0Vu.getAll(:21)
11-30 15:15:38.592 23219 23380 W IgSharedPreferences: 	at X.2aK.run(:4)
11-30 15:15:38.592 23219 23380 W IgSharedPreferences: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:15:38.592 23219 23380 W IgSharedPreferences: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:15:38.592 23219 23380 W IgSharedPreferences: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:15:38.592 23219 23380 W IgSharedPreferences: 	at X.0Yh.run(:5)
11-30 15:15:38.759 23219 23273 W IgSharedPreferences: getAll was used, which can cause ConcurrentModificationExceptions
11-30 15:15:38.759 23219 23273 W IgSharedPreferences: java.lang.Throwable
11-30 15:15:38.759 23219 23273 W IgSharedPreferences: 	at X.0Vu.getAll(:9)
11-30 15:15:38.759 23219 23273 W IgSharedPreferences: 	at X.1Lx.A02(:2)
11-30 15:15:38.759 23219 23273 W IgSharedPreferences: 	at X.2bu.run(:4)
11-30 15:15:38.759 23219 23273 W IgSharedPreferences: 	at X.1MU.A00(:35)
11-30 15:15:38.759 23219 23273 W IgSharedPreferences: 	at kotlin.coroutines.jvm.internal.CoroutineContinuationImplMergingSLambdaShape2S0301000.invokeSuspend(:2754)
11-30 15:15:38.759 23219 23273 W IgSharedPreferences: 	at X.1OK.resumeWith(:6)
11-30 15:15:38.759 23219 23273 W IgSharedPreferences: 	at X.1PH.run(:100)
11-30 15:15:38.759 23219 23273 W IgSharedPreferences: 	at X.1PZ.run(:2)
11-30 15:15:38.759 23219 23273 W IgSharedPreferences: 	at X.0Yb.run(:96)
11-30 15:15:38.760 23219 23273 W IgSharedPreferences: getAll was used, which can cause ConcurrentModificationExceptions
11-30 15:15:38.760 23219 23273 W IgSharedPreferences: java.lang.Throwable
11-30 15:15:38.760 23219 23273 W IgSharedPreferences: 	at X.0Vu.getAll(:9)
11-30 15:15:38.760 23219 23273 W IgSharedPreferences: 	at X.0Vu.getAll(:21)
11-30 15:15:38.760 23219 23273 W IgSharedPreferences: 	at X.1Lx.A02(:2)
11-30 15:15:38.760 23219 23273 W IgSharedPreferences: 	at X.2bu.run(:4)
11-30 15:15:38.760 23219 23273 W IgSharedPreferences: 	at X.1MU.A00(:35)
11-30 15:15:38.760 23219 23273 W IgSharedPreferences: 	at kotlin.coroutines.jvm.internal.CoroutineContinuationImplMergingSLambdaShape2S0301000.invokeSuspend(:2754)
11-30 15:15:38.760 23219 23273 W IgSharedPreferences: 	at X.1OK.resumeWith(:6)
11-30 15:15:38.760 23219 23273 W IgSharedPreferences: 	at X.1PH.run(:100)
11-30 15:15:38.760 23219 23273 W IgSharedPreferences: 	at X.1PZ.run(:2)
11-30 15:15:38.760 23219 23273 W IgSharedPreferences: 	at X.0Yb.run(:96)
11-30 15:15:38.779  2985  4271 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.fbpay.w3c.ipc.IsReadyToPayServiceImpl newState = 2 callingPackage = 11193/com.instagram.android
11-30 15:15:38.779  2985  4271 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.fbpay.w3c.ipc.FBPaymentServiceImpl newState = 2 callingPackage = 11193/com.instagram.android
11-30 15:15:38.780  2985  4271 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.fbpay.w3c.views.PaymentActivity newState = 2 callingPackage = 11193/com.instagram.android
11-30 15:15:38.810 23219 23219 D BinderHooker: Got binder ptr cc9604c0 for the given val
11-30 15:15:38.810 23219 23219 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:38.812 23219 23219 D BinderHooker: Got binder ptr cc9604c0 for the given val
11-30 15:15:38.812 23219 23219 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:38.813 23219 23219 D BinderHooker: Got binder ptr cc9604c0 for the given val
11-30 15:15:38.814 23219 23219 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:38.840 23219 23367 D BinderHooker: Got binder ptr e9108640 for the given val
11-30 15:15:38.840 23219 23367 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:38.886 23219 23372 D BinderHooker: Got binder ptr ca62a500 for the given val
11-30 15:15:38.886 23219 23372 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:38.904 23219 23219 W ErrorReporter: ErrorReportingDiagnosticData.setInstance already set.
11-30 15:15:38.920 23219 23395 D BinderHooker: Got binder ptr ca664740 for the given val
11-30 15:15:38.920 23219 23395 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:38.921 23219 23395 D BinderHooker: Got binder ptr ca664740 for the given val
11-30 15:15:38.921 23219 23395 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:38.922 23219 23395 D BinderHooker: Got binder ptr ca664740 for the given val
11-30 15:15:38.922 23219 23395 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:38.922 23219 23395 D BinderHooker: Got binder ptr ca664740 for the given val
11-30 15:15:38.923 23219 23395 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:38.923 23219 23389 W AudioCapabilities: Unsupported mime audio/x-ima
11-30 15:15:38.930 23219 23389 W AudioCapabilities: Unsupported mime audio/mpeg-L1
11-30 15:15:38.931 23219 23389 W AudioCapabilities: Unsupported mime audio/mpeg-L2
11-30 15:15:38.933 23219 23279 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:15:38.933 23219 23279 E nightwatch-target: sysmeminfo parse failed
11-30 15:15:38.933  2680  2680 E audit   : type=1400 audit(1638260138.916:39781): avc:  denied  { read } for  pid=23279 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:15:38.933  2680  2680 E audit   : type=1300 audit(1638260138.916:39781): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd2f48b6 a2=20000 a3=0 items=0 ppid=2693 pid=23279 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:15:38.933  2680  2680 E audit   : type=1327 audit(1638260138.916:39781): proctitle="com.instagram.android"
11-30 15:15:38.936 23219 23389 W AudioCapabilities: Unsupported mime audio/x-ms-wma
11-30 15:15:39.000  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:15:39.004 23219 23389 W VideoCapabilities: Unsupported mime video/mp43
11-30 15:15:39.010 23219 23389 W VideoCapabilities: Unrecognized profile/level 1/32 for video/mp4v-es
11-30 15:15:39.010 23219 23389 W VideoCapabilities: Unrecognized profile/level 32768/2 for video/mp4v-es
11-30 15:15:39.010 23219 23389 W VideoCapabilities: Unrecognized profile/level 32768/64 for video/mp4v-es
11-30 15:15:39.018 23219 23389 W VideoCapabilities: Unsupported mime video/wvc1
11-30 15:15:39.021 23219 23389 W VideoCapabilities: Unsupported mime video/wvc1
11-30 15:15:39.033 23219 23389 W VideoCapabilities: Unsupported mime video/x-ms-wmv7
11-30 15:15:39.036 23219 23389 W VideoCapabilities: Unsupported mime video/x-ms-wmv8
11-30 15:15:39.058 23219 23389 I VideoCapabilities: Unsupported profile 4 for video/mp4v-es
11-30 15:15:39.101 23219 23224 I zygote  : Do full code cache collection, code=118KB, data=82KB
11-30 15:15:39.102 23219 23224 I zygote  : After code cache collection, code=92KB, data=53KB
11-30 15:15:39.161  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:39.161  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:39.161  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:39.292 23219 23395 D BinderHooker: Got binder ptr ca664880 for the given val
11-30 15:15:39.292 23219 23395 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:39.300 23219 23219 D BinderHooker: Got binder ptr ca664180 for the given val
11-30 15:15:39.300 23219 23219 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:39.311 23219 23405 W FileBasedMultiProcessTracker: <default>: Initializing FileBasedMultiProcessTracking using /data/user/0/com.instagram.android/app_multiprocess_tracking
11-30 15:15:39.311 23219 23405 W FileBasedMultiProcessTracker: <default>: Creating file to track 23219
11-30 15:15:39.341 23219 23405 W FileBasedMultiProcessTracker: <default>: FileBasedMultiProcessTracker ready!
11-30 15:15:39.344 23219 23406 W FileBasedMultiProcessTracker: <default>: Observed removed PID: 9794
11-30 15:15:39.385 23219 23224 I zygote  : Do partial code cache collection, code=94KB, data=59KB
11-30 15:15:39.385 23219 23224 I zygote  : After code cache collection, code=94KB, data=59KB
11-30 15:15:39.385 23219 23224 I zygote  : Increasing code cache capacity to 512KB
11-30 15:15:39.428 23219 23369 D BinderHooker: Got binder ptr c85b2640 for the given val
11-30 15:15:39.428 23219 23369 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:39.441 23219 23369 D BinderHooker: Got binder ptr c85b2640 for the given val
11-30 15:15:39.441 23219 23369 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:39.442  2985  3002 I zygote  : Successfully killed process cgroup uid 10009 pid 21619 in 14ms
11-30 15:15:39.448 23219 23264 D DistractUtil: Function _ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE hooked with result=0
11-30 15:15:39.448 23219 23264 D SigquitDetector: Hooked methods [Lacrima]
11-30 15:15:39.456 23219 23219 D BinderHooker: Got binder ptr ca0d8540 for the given val
11-30 15:15:39.456 23219 23219 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:39.458  2985  3002 I zygote  : Successfully killed process cgroup uid 10227 pid 21654 in 15ms
11-30 15:15:39.568  2985  3070 W Choreographer: Frame time is 6.081944 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:15:39.586 23219 23373 D BinderHooker: Got binder ptr e743f8c0 for the given val
11-30 15:15:39.586 23219 23373 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:39.587 23219 23369 D BinderHooker: Got binder ptr ca65c340 for the given val
11-30 15:15:39.612  2985  3002 I zygote  : Successfully killed process cgroup uid 10101 pid 22007 in 42ms
11-30 15:15:39.631  2985  3002 I zygote  : Successfully killed process cgroup uid 1000 pid 21969 in 17ms
11-30 15:15:39.635 23219 23219 D BinderHooker: Got binder ptr ca0d8840 for the given val
11-30 15:15:39.635 23219 23219 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:39.647   559   559 I ServiceManager: [#CMH#] Disconnected to Service  com.samsung.storyservice.StoryService
11-30 15:15:39.648  2985  3002 I zygote  : Successfully killed process cgroup uid 1000 pid 22048 in 0ms
11-30 15:15:39.657  2985  3002 I zygote  : Successfully killed process cgroup uid 15001000 pid 21996 in 0ms
11-30 15:15:39.666  2985  3002 I zygote  : Successfully killed process cgroup uid 10040 pid 22170 in 8ms
11-30 15:15:39.672   559   559 I ServiceManager: [#CMH#] Disconnected to Service  com.samsung.faceservice.FaceService
11-30 15:15:39.672   559   559 I chatty  : uid=5004(oem_5004) com.samsung.cmh:CMH identical 4 lines
11-30 15:15:39.672   559   559 I ServiceManager: [#CMH#] Disconnected to Service  com.samsung.faceservice.FaceService
11-30 15:15:39.683 23219 23346 D BinderHooker: Got binder ptr e917e680 for the given val
11-30 15:15:39.684 23219 23346 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:39.685  2985  4271 D AudioService: isEnabled
11-30 15:15:39.686 23219 23219 D BinderHooker: Got binder ptr ca0d8800 for the given val
11-30 15:15:39.686 23219 23219 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:39.702 23219 23369 D BinderHooker: Got binder ptr c85b2680 for the given val
11-30 15:15:39.702 23219 23369 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:39.717 23219 23369 D BinderHooker: Got binder ptr c884e440 for the given val
11-30 15:15:39.742  2985  3002 I zygote  : Successfully killed process cgroup uid 15001000 pid 22082 in 75ms
11-30 15:15:39.743  2985  3002 I zygote  : Successfully killed process cgroup uid 5004 pid 22236 in 0ms
11-30 15:15:39.743  2985  3002 I zygote  : Successfully killed process cgroup uid 5004 pid 21879 in 0ms
11-30 15:15:39.744  2985  3002 I zygote  : Successfully killed process cgroup uid 1000 pid 21752 in 0ms
11-30 15:15:39.744  2985  3002 I zygote  : Successfully killed process cgroup uid 15010040 pid 22365 in 0ms
11-30 15:15:39.744  2985  3002 I zygote  : Successfully killed process cgroup uid 1000 pid 22447 in 0ms
11-30 15:15:39.744  2985  3002 I zygote  : Successfully killed process cgroup uid 1000 pid 21777 in 0ms
11-30 15:15:39.748 23219 23380 W IgSharedPreferences: getAll was used, which can cause ConcurrentModificationExceptions
11-30 15:15:39.748 23219 23380 W IgSharedPreferences: java.lang.Throwable
11-30 15:15:39.748 23219 23380 W IgSharedPreferences: 	at X.0Vu.getAll(:9)
11-30 15:15:39.748 23219 23380 W IgSharedPreferences: 	at X.192.A02(:23)
11-30 15:15:39.748 23219 23380 W IgSharedPreferences: 	at X.EHP.run(:2)
11-30 15:15:39.748 23219 23380 W IgSharedPreferences: 	at X.0cy.run(:31)
11-30 15:15:39.748 23219 23380 W IgSharedPreferences: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:15:39.748 23219 23380 W IgSharedPreferences: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:15:39.748 23219 23380 W IgSharedPreferences: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:15:39.748 23219 23380 W IgSharedPreferences: 	at X.0Yh.run(:5)
11-30 15:15:39.754 23219 23369 D BinderHooker: Got binder ptr c884e460 for the given val
11-30 15:15:39.755  2985  5088 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.push.FbnsInitBroadcastReceiver newState = 1 callingPackage = 11193/com.instagram.android
11-30 15:15:39.768  2985  3002 I zygote  : Successfully killed process cgroup uid 1000 pid 15844 in 15ms
11-30 15:15:39.771 16433 16433 I ServiceManager: [#CMH#] Disconnected to Service  com.samsung.storyservice.StoryService
11-30 15:15:39.774  2985  3002 I zygote  : Successfully killed process cgroup uid 15005004 pid 22461 in 5ms
11-30 15:15:39.784 23219 23418 D BinderHooker: Got binder ptr c883cec0 for the given val
11-30 15:15:39.784 23219 23219 D BinderHooker: Got binder ptr c883cec0 for the given val
11-30 15:15:39.784 23219 23418 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:39.784 23219 23219 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:39.785 23219 23418 D BinderHooker: Got binder ptr c883cec0 for the given val
11-30 15:15:39.785 23219 23418 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:39.795 23219 23219 D BinderHooker: Got binder ptr c883cd80 for the given val
11-30 15:15:39.795 23219 23219 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:39.796 23219 23418 D BinderHooker: Got binder ptr c883cf40 for the given val
11-30 15:15:39.796 23219 23418 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:39.843 23219 23380 D BinderHooker: Got binder ptr ca62a940 for the given val
11-30 15:15:39.843 23219 23380 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:39.846 23219 23380 D BinderHooker: Got binder ptr ca62a200 for the given val
11-30 15:15:39.846 23219 23380 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:39.876  2985  2999 D SemExecuteManagerService: onShortcutChanged: com.instagram.android0
11-30 15:15:39.930  2985  2995 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.push.FbnsInitBroadcastReceiver newState = 1 callingPackage = 11193/com.instagram.android
11-30 15:15:39.931  4604 21401 D LauncherApps: onShortcutChanged 0,com.instagram.android
11-30 15:15:39.935 23219 23279 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:15:39.935 23219 23279 E nightwatch-target: sysmeminfo parse failed
11-30 15:15:39.935  2680  2680 E audit   : type=1400 audit(1638260139.916:39782): avc:  denied  { read } for  pid=23279 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:15:39.935  2680  2680 E audit   : type=1300 audit(1638260139.916:39782): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd2f48b6 a2=20000 a3=0 items=0 ppid=2693 pid=23279 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:15:39.935  2680  2680 E audit   : type=1327 audit(1638260139.916:39782): proctitle="com.instagram.android"
11-30 15:15:39.939 23219 23420 D BinderHooker: Got binder ptr c883cec0 for the given val
11-30 15:15:39.939 23219 23420 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:39.940 23219 23219 D BinderHooker: Got binder ptr c883cec0 for the given val
11-30 15:15:39.940 23219 23219 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:39.942 23219 23420 D BinderHooker: Got binder ptr c883cec0 for the given val
11-30 15:15:39.942 23219 23420 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:39.946 23219 23420 D BinderHooker: Got binder ptr cc9604c0 for the given val
11-30 15:15:39.946 23219 23420 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:39.955  4604  4604 D DeepShortcutManager: bindDeepShortcutMap: {com.android.launcher3.util.ComponentKey@ed003502=[launcher_shortcut_search, launcher_shortcut_upload, launcher_shortcut_scan], com.android.launcher3.util.ComponentKey@b0cc8fca=[shortcut_create_note, shortcut_write_with_pen, shortcut_record_voice_note], com.android.launcher3.util.ComponentKey@7d974010=[new_video_call, new_conversation, new_audio_call], com.android.launcher3.util.ComponentKey@854a91d=[manifest_new_list_shortcut, manifest_new_audio_note_shortcut, manifest_new_photo_note_shortcut, manifest_new_note_shortcut], com.android.launcher3.util.ComponentKey@1e9a2d90=[DynamicFullRecent], com.android.launcher3.util.ComponentKey@1d30da3a=[6285207364117@s.whatsapp.net, open_camera, 6285921683680@s.whatsapp.net, 6281338372409@s.whatsapp.net, 120363020307794510@g.us], com.android.launcher3.util.ComponentKey@3916b95c=[Inbox_authorlovy@yahoo.com, Inbox_adelinathenotebook@yahoo.com, Inbox_shintamawarni76@gmail.com, compose], com.android.launcher3.util.ComponentKey@d85d54d0=[search_event_task, create_task, create_event], com.android.launcher3.util.ComponentKey@bb83b3cc=[view-bookmarks-shortcut, new-tab-shortcut, dynamic-new-tab-shortcut, search-web-shortcut, new-secret-tab-shortcut], com.android.launcher3.util.ComponentKey@64033792=[explore-shortcut, search-shortcut, subscriptions-shortcut], com.android.launcher3.util.ComponentKey@75953544=[1, 2], com.android.launcher3.util.ComponentKey@683678e7=[create_message], com.android.launcher3.util.ComponentKey@7e1620c7=[activity, camera, direct, post], com.android.launcher3.util.ComponentKey@91a61cf4=[contactadd, myprofile, contactgroup], com.android.launcher3.util.ComponentKey@6a731a20=[play, recently_added, favourites], com.android.launcher3.util.ComponentKey@429b698e=[selfie, auto], com.android.launcher3.util.ComponentKey@3e17fc4f=[updates], com.android.launcher3.util.ComponentKey@31e36f3b=[com.google.android.play.games.minesweeper, com.google.android.play.games.whirlybird, com.google.android.play.games.solitaire, com.google.android.play.games.snake], com.android.launcher3.util.ComponentKey@7bfa09e7=[shintamawarni76@mhs.pelitabangsa.ac.id, manifest_compose_shortcut, shintamawarni76@gmail.com, shintamawarni762@gmail.com], com.android.launcher3.util.ComponentKey@515cb7c2=[VIEW_MY_DOWNLOADS], com.android.launcher3.util.ComponentKey@1e9a2cfa=[DynamicFullRecent], com.android.launcher3.util.ComponentKey@726a9c09=[static_shortcut_text_note, static_shortcut_audio_note, static_shortcut_photo_note, static_shortcut_todo_note], com.android.launcher3.util.ComponentKey@967f6b5c=[search_shortcut], com.android.launcher3.util.ComponentKey@d3751291=[search, add, list, books, timeMachine], com.android.launcher3.util.ComponentKey@3916b9f2=[compose], com.android.launcher3.util.ComponentKey@ee5d02f8=[did3_1302547203, compose], com.android.launcher3.util.ComponentKey@947c4a99=[new-tab-shortcut], com.android.launcher3.util.ComponentKey@489bf67c=[text_shortcut, voice_shortcut], com.android.launcher3.util.ComponentKey@ad64774c=[search, scan, dgMobileTopUp], com.android.launcher3.util.ComponentKey@b0cc9060=[shortcut_create_note, shortcut_write_with_pen, shortcut_record_voice_note], com.android.launcher3.util.ComponentKey@f5d080bf=[phoneadd, search, missedcall], com.android.launcher3.util.ComponentKey@515cb72c=[VIEW_MY_DOWNLOADS], com.android.launcher3.util.ComponentKey@3e17fce5=[updates], com.android.launcher3.util.ComponentKey@3a8c61b=[compose], com.android.launcher3.util.ComponentKey@13bed5ca=[Beli, Jual, Bayar, Share], com.android.launcher3.util.ComponentKey@bb83b336=[view-bookmarks-shortcut, new-tab-shortcut, search-web-shortcut, new-secret-tab-shortcut], com.android.launcher3.util.ComponentKey@eaf76a80=[com.gojek.shortcut.com.gojek.shortcut.Y_stUdop2I5FboBasWgFvO3mtMg], com.android.launcher3.util.ComponentKey@91a61c5e=[contactadd, myprofile, contactgroup], com.android.launcher3.util.ComponentKey@967f6ac6=[search_shortcut], com.android.launcher3.util.ComponentKey@cf1e5c64=[app_shortcut_newchat, app_shortcut_my_qr, app_shortcut_notifi
11-30 15:15:40.002  2985  2995 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.sec.android.provider.badge user:0
11-30 15:15:40.004  2985  2995 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:15:40.004  2985  2995 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.sec.android.provider.badge user:0
11-30 15:15:40.004  2985  2995 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:15:40.011 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:50%[50%]>.
11-30 15:15:40.020  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:40.021  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 4 lines
11-30 15:15:40.021  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:40.026 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:15:40.040 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:40.042  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:40.042  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 1 line
11-30 15:15:40.042  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:40.045 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:40.045  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:40.045  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 1 line
11-30 15:15:40.045  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:40.047  2985  3613 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:40.047  2985  3613 I chatty  : uid=1000(system) Binder:2985_8 identical 1 line
11-30 15:15:40.047  2985  3613 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:40.053  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:40.053  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 1 line
11-30 15:15:40.053  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:40.054  2985  5093 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:40.056  2985  5093 I chatty  : uid=1000(system) Binder:2985_1D identical 4 lines
11-30 15:15:40.057  2985  5093 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:40.057  2985  3070 W Choreographer: Frame time is 1.702478 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:15:40.057  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:40.058  2985  4272 I chatty  : uid=1000(system) Binder:2985_11 identical 1 line
11-30 15:15:40.058  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:40.058  2985  3002 I zygote  : Successfully killed process cgroup uid 10064 pid 16058 in 36ms
11-30 15:15:40.058  2985  3002 I zygote  : Successfully killed process cgroup uid 1000 pid 16097 in 0ms
11-30 15:15:40.058  2985  3002 I zygote  : Successfully killed process cgroup uid 1000 pid 15883 in 0ms
11-30 15:15:40.083  2985  4272 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:40.083  2985  4272 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:40.085  2985  4272 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:40.085  2985  4272 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:40.089 23421 23421 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:15:40.091  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:15:40.103 23421 23421 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:15:40.104 23421 23421 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.sec.android.provider.badge 
11-30 15:15:40.161  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:40.161  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:40.161  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:40.187  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:40.188  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:15:40.188  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:40.191  2985  2985 D AudioService: isEnabled
11-30 15:15:40.259  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:40.266  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:15:40.267  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:40.270  2985  3578 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:15:40.270  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:15:40.279  2985  4272 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:15:40.280  2985  4272 D PersonaManagerService: securefolder Secure Folder
11-30 15:15:40.305  2985  5088 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:15:40.315  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10002 ,Container id: 0
11-30 15:15:40.316  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10002 ,Container id: 0
11-30 15:15:40.323  2985  5088 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:15:40.335  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10002 ,Container id: 0
11-30 15:15:40.335  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10002 ,Container id: 0
11-30 15:15:40.335  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:15:40.340 23219 23341 D BinderHooker: Got binder ptr e8f6a380 for the given val
11-30 15:15:40.340 23219 23341 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:15:40.342  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11193 ,Container id: 0
11-30 15:15:40.342  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11193 ,Container id: 0
11-30 15:15:40.342 23421 23421 D ActivityThread: Added TimaKeyStore provider
11-30 15:15:40.342  2985  5088 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:15:40.371  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:15:40.371  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:15:40.409 23421 23421 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10002
11-30 15:15:40.411 23421 23421 D Proxy   : mdoP is null: 10002
11-30 15:15:40.437 23199 23253 W dex2oat : Verification of X.2up X.2uo.A1q(X.3EQ) took 128.052ms
11-30 15:15:40.484 23421 23421 D BadgeProvider: onCreate
11-30 15:15:40.484 23421 23421 D BadgeProvider: DatabaseHelper
11-30 15:15:40.488 23421 23421 D BadgeCountReceiver: badge intent : Intent { act=com.sec.intent.action.BADGE_COUNT_UPDATE flg=0x10 cmp=com.sec.android.provider.badge/.BadgeCountReceiver (has extras) }
11-30 15:15:40.488 23421 23421 D BadgeCountReceiver: packageName: com.instagram.android, className: com.instagram.android.activity.MainTabActivity, count: 1
11-30 15:15:40.518 23421 23421 D BadgeProvider: onOpen
11-30 15:15:40.519 23421 23421 D BaseReflect: null getOwnClass TEST
11-30 15:15:40.520 23421 23421 D MethodReflector: android.content.ContentResolver getClass TEST
11-30 15:15:40.520 23421 23421 D BaseReflect: class android.content.ContentResolver isSupportClass TEST
11-30 15:15:40.520 23421 23421 D BaseReflect: class android.content.ContentResolver getOwnClass TEST
11-30 15:15:40.524 23421 23421 D MethodReflector: notifyChange is called
11-30 15:15:40.526 23421 23421 D BadgeProvider: sendNotify entered. [uri] : content://com.sec.badge/apps
11-30 15:15:40.526 23421 23421 D BadgeProvider: sendNotify, [notify] : null
11-30 15:15:40.527 23421 23421 D BadgeProvider: update, getCallingPackage() : com.sec.android.provider.badge
11-30 15:15:40.527 23421 23421 D BadgeProvider: update, [uri] : content://com.sec.badge/apps
11-30 15:15:40.527 23421 23421 D BadgeProvider: update, [uri.query] : null
11-30 15:15:40.527 23421 23421 D BadgeProvider: update, [BadgeCount] : badgecount=1
11-30 15:15:40.527 23421 23421 D BadgeProvider: update, [UpdateCount] : 1
11-30 15:15:40.557  2985  3002 I zygote  : Successfully killed process cgroup uid 15010018 pid 22404 in 24ms
11-30 15:15:40.558  2985  3002 I zygote  : Successfully killed process cgroup uid 1000 pid 15672 in 0ms
11-30 15:15:40.570  2985  3070 W Choreographer: Frame time is 6.424264 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:15:40.575  2985  3002 I zygote  : Successfully killed process cgroup uid 5012 pid 15000 in 17ms
11-30 15:15:40.653  3510  3529 I zygote  : Background concurrent copying GC freed 445091(19MB) AllocSpace objects, 0(0B) LOS objects, 50% free, 19MB/39MB, paused 262us total 368.555ms
11-30 15:15:40.664  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.storyservice user:0
11-30 15:15:40.664  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:15:40.664  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.storyservice user:0
11-30 15:15:40.665  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:15:40.679 23437 23437 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:15:40.681 23437 23437 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:15:40.682 23437 23437 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.storyservice 
11-30 15:15:40.708  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:15:40.709  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:15:40.709  2985  3578 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:15:40.718  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:15:40.718  2985  3578 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:15:40.721 23219 23380 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xc82e52c0, isMutable: 0, colorType: 4, alphaType: 1, width: 320, height: 320, rowBytes: 1280, density: 480
11-30 15:15:40.722 23219 23380 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xc82e52c0, isMutable: 0, colorType: 4, alphaType: 1, width: 320, height: 320, rowBytes: 1280, density: 480
11-30 15:15:40.723  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.instagram.android,userId = 0
11-30 15:15:40.724  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:40.724  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.instagram.android,userId = 0
11-30 15:15:40.724  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:40.724  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:15:40.724  2985  3578 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:15:40.725  4604  4604 D Notification.Badge: reloadBadges() entered.
11-30 15:15:40.731  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:15:40.731  2985  3578 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:15:40.734  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:40.740  2985  2985 I chatty  : uid=1000 system_server identical 1 line
11-30 15:15:40.743  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:40.746  2985  5082 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0x9fc821b0, isMutable: 0, colorType: 4, alphaType: 1, width: 320, height: 320, rowBytes: 1280, density: 480
11-30 15:15:40.746  2985  5082 D skia    : Bitmap.writeToParcel_FD : parcelAddr: 0x9fc821b0, isMutable: 0, colorType: 4, alphaType: 1, width: 320, height: 320, rowBytes: 1280, density: 480
11-30 15:15:40.747  3510  3510 D StatusBar: addNotification key=0|com.instagram.android|64278|newstab|13844013451_follower_activity|11193 fullscreen:false
11-30 15:15:40.748  2985  5088 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0x9f7911b0, isMutable: 0, colorType: 4, alphaType: 1, width: 320, height: 320, rowBytes: 1280, density: 480
11-30 15:15:40.748  2985  5088 D skia    : Bitmap.writeToParcel_FD : parcelAddr: 0x9f7911b0, isMutable: 0, colorType: 4, alphaType: 1, width: 320, height: 320, rowBytes: 1280, density: 480
11-30 15:15:40.750  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:15:40.750  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:15:40.750  2985  3578 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:15:40.750  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:40.753  2985  3070 W Choreographer: Frame time is 7.963926 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:15:40.753  2985  5088 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0x9f7911b0, isMutable: 0, colorType: 4, alphaType: 1, width: 320, height: 320, rowBytes: 1280, density: 480
11-30 15:15:40.753  2985  5088 D skia    : Bitmap.writeToParcel_FD : parcelAddr: 0x9f7911b0, isMutable: 0, colorType: 4, alphaType: 1, width: 320, height: 320, rowBytes: 1280, density: 480
11-30 15:15:40.755  2985  5088 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0x9f7911b0, isMutable: 0, colorType: 4, alphaType: 1, width: 320, height: 320, rowBytes: 1280, density: 480
11-30 15:15:40.755  2985  5088 D skia    : Bitmap.writeToParcel_FD : parcelAddr: 0x9f7911b0, isMutable: 0, colorType: 4, alphaType: 1, width: 320, height: 320, rowBytes: 1280, density: 480
11-30 15:15:40.756  2985  3002 I zygote  : Successfully killed process cgroup uid 10056 pid 16112 in 20ms
11-30 15:15:40.759  2985  5088 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0x9f7911b0, isMutable: 0, colorType: 4, alphaType: 1, width: 320, height: 320, rowBytes: 1280, density: 480
11-30 15:15:40.759  2985  5088 D skia    : Bitmap.writeToParcel_FD : parcelAddr: 0x9f7911b0, isMutable: 0, colorType: 4, alphaType: 1, width: 320, height: 320, rowBytes: 1280, density: 480
11-30 15:15:40.759 23421 23434 D BadgeProvider: query, [selection] : null
11-30 15:15:40.760  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:15:40.760  2985  3578 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:15:40.765  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:15:40.765  2985  3578 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:15:40.770  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.email.provider = -1
11-30 15:15:40.771  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.email.provider/com.samsung.android.email.ui.activity.MessageListXL = -1
11-30 15:15:40.771  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.android.vending = -1
11-30 15:15:40.771  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.android.vending/.AssetBrowserActivity = -1
11-30 15:15:40.771  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.lool = -1
11-30 15:15:40.771  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.lool/com.samsung.android.sm.app.dashboard.SmartManagerDashBoardActivity = -1
11-30 15:15:40.771  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.android.settings = -1
11-30 15:15:40.771  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.android.settings/.Settings = -1
11-30 15:15:40.771  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.messaging = 782
11-30 15:15:40.771  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.messaging/com.android.mms.ui.ConversationComposer = 782
11-30 15:15:40.771  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.sec.android.app.samsungapps = 1
11-30 15:15:40.771  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.sec.android.app.samsungapps/.SamsungAppsMainActivity = 1
11-30 15:15:40.771  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.contacts = -1
11-30 15:15:40.771  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.contacts/com.android.dialer.DialtactsActivity = -1
11-30 15:15:40.771  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.wssyncmldm = -1
11-30 15:15:40.771  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.wssyncmldm/com.samsung.android.app.fotaclient.FotaApplication = -1
11-30 15:15:40.771  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.sec.android.app.myfiles = -1
11-30 15:15:40.771  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.sec.android.app.myfiles/.common.MainActivity = -1
11-30 15:15:40.771  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.google.android.youtube = 1
11-30 15:15:40.771  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.google.android.youtube/.app.honeycomb.Shell$HomeActivity = 1
11-30 15:15:40.771  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.sec.android.app.sbrowser = -1
11-30 15:15:40.771  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.sec.android.app.sbrowser/.SBrowserMainActivity = -1
11-30 15:15:40.771  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.instagram.android = 1
11-30 15:15:40.771  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.instagram.android/.activity.MainTabActivity = 1
11-30 15:15:40.771  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.ultimateguitar.tabs = 0
11-30 15:15:40.771  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.facebook.orca = 1
11-30 15:15:40.771  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.facebook.orca/.auth.StartScreenActivity = 1
11-30 15:15:40.771  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.zuuks.truck.simulator.euro = -1
11-30 15:15:40.771  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.zuuks.truck.simulator.euro/com.unity3d.player.UnityPlayerNativeActivity = -1
11-30 15:15:40.771  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.facebook.katana = 4
11-30 15:15:40.771  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.facebook.katana/.LoginActivity = 4
11-30 15:15:40.771  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.app.bikemode = -1
11-30 15:15:40.771  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.app.bikemode/.BMActivities.BMOFFScreen = -1
11-30 15:15:40.771  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.concierge = 0
11-30 15:15:40.771  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.lenovo.anyshare.gps = 6
11-30 15:15:40.772  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.lenovo.anyshare.gps/com.lenovo.anyshare.ApMainActivity = 6
11-30 15:15:40.772  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.microsoft.office.onenote = -1
11-30 15:15:40.772  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.microsoft.office.onenote/.ui.ONMSplashActivity = -1
11-30 15:15:40.772  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.skype.raider = -1
11-30 15:15:40.772  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.skype.raider/.Main = -1
11-30 15:15:40.772  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.whatsapp = 1210
11-30 15:15:40.772  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.whatsapp/.Main = 1210
11-30 15:15:40.772  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.scloud = 1
11-30 15:15:40.772  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.scloud/.app.ui.splash.launcher = 1
11-30 15:15:40.772  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.app.simplesharing = 0
11-30 15:15:40.772  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.calendar = -1
11-30 15:15:40.772  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.calendar/com.android.calendar.AllInOneActivity = -1
11-30 15:15:40.772  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.voc = 0
11-30 15:15:40.772  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.knox.securefolder = 1
11-30 15:15:40.772  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.knox.securefolder/.containeragent.ui.settings.KnoxSettingsAboutKnoxActivity = 1
11-30 15:15:40.772  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.linecorp.linelite = 0
11-30 15:15:40.772  4604  4680 D BadgeCache: 1. updateBadgeCounts: jp.naver.line.android = 999
11-30 15:15:40.772  4604  4680 D BadgeCache: 2. updateBadgeCounts: jp.naver.line.android/.activity.SplashActivity = 999
11-30 15:15:40.772  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.telkomsel.telkomselcm = 0
11-30 15:15:40.772  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.jaman.gabchat = 0
11-30 15:15:40.772  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.lazada.android = 354
11-30 15:15:40.772  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.lazada.android/com.lazada.activities.EnterActivity = 354
11-30 15:15:40.772  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.lohcj.lohcj.imeetmyself = 0
11-30 15:15:40.772  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:15:40.772  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.ruangkerja.mobile = 0
11-30 15:15:40.772  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.lohcj.lohcj.imeetmyself = 0
11-30 15:15:40.772  4604  4680 D BadgeCache: 1. updateBadgeCounts: org.telegram.messenger = 327
11-30 15:15:40.772  4604  4680 D BadgeCache: 2. updateBadgeCounts: org.telegram.messenger/org.telegram.ui.LaunchActivity = 327
11-30 15:15:40.772  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.parallel.space.lite = 99
11-30 15:15:40.772  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.parallel.space.lite/com.lbe.parallel.ui.tour.SplashActivity = 99
11-30 15:15:40.772  4604  4680 D BadgeCache: 1. updateBadgeCounts: net.cashpop.id = 1
11-30 15:15:40.772  2985  3578 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:15:40.772  4604  4680 D BadgeCache: 2. updateBadgeCounts: net.cashpop.id/.activity.SignActivity = 1
11-30 15:15:40.772  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.slowlyapp = 1
11-30 15:15:40.772  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.slowlyapp/.MainActivity = 1
11-30 15:15:40.772  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.adrianocola.mrpg = 0
11-30 15:15:40.772  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.lbe.parallel.intl = 99
11-30 15:15:40.772  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.lbe.parallel.intl/com.lbe.parallel.ui.tour.SplashActivity = 99
11-30 15:15:40.772  4604  4680 D BadgeCache: 1. updateBadgeCounts: new.WAStickerApps.funnycat.kitten.stickers = 0
11-30 15:15:40.772  4604  4680 D BadgeCache: 1. updateBadgeCounts: news.buzzbreak.android = 0
11-30 15:15:40.772  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.authfw = -1
11-30 15:15:40.772  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.authfw/.samsungpass.ui.activity.EntryLauncher = -1
11-30 15:15:40.772  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.authfw = -1
11-30 15:15:40.773  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.authfw/.samsungpass.launcher.EntryLauncher = -1
11-30 15:15:40.773  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.samsungpass = -1
11-30 15:15:40.773  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.samsungpass/.ui.activity.EntryLauncher = -1
11-30 15:15:40.773  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.samsungpass = -1
11-30 15:15:40.773  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.samsungpass/.launcher.EntryLauncher = -1
11-30 15:15:40.773  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.vitiglobal.cashtree = 0
11-30 15:15:40.773  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.game.gamehome = 0
11-30 15:15:40.773  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.facebook.mlite = 0
11-30 15:15:40.773  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.instagram.lite = 0
11-30 15:15:40.773  4604  4680 D BadgeCache: 1. updateBadgeCounts: id.tanyanetizen.android = 0
11-30 15:15:40.773  4604  4680 D BadgeCache: 1. updateBadgeCounts: asia.bluepay.clientin = 0
11-30 15:15:40.773  4604  4680 D BadgeCache: 1. updateBadgeCounts: id.flip = 0
11-30 15:15:40.778 23437 23437 D ActivityThread: Added TimaKeyStore provider
11-30 15:15:40.781  4604  4680 D BadgeCache: updateBadgeCounts(), tempBadges.size() : [41], user : [UserHandle{0}]
11-30 15:15:40.795 23199 23199 W dex2oat : Verification of void com.facebook.mobileboost.boosters.classpreload.task.GamingDestinationGamingTabTtrcTask.preloadClasses() took 176.914ms
11-30 15:15:40.797  2985  3578 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.sec.android.provider.badge user:150
11-30 15:15:40.811 23437 23437 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 5004
11-30 15:15:40.813 23437 23437 D Proxy   : mdoP is null: 5004
11-30 15:15:40.817  2985  3578 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:15:40.817  2985  3578 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.sec.android.provider.badge user:150
11-30 15:15:40.819  2985  3578 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:15:40.838 23452 23452 I Zygote  : Unshare entire /
11-30 15:15:40.840 18545 18545 I NotificationService: Catched notification: MyNotification{id=null, received=Tue Nov 30 15:15:40 GMT+07:00 2021, removed=null, pack='com.instagram.android', title='Instagram', text='Wattpad Tips : Shireishou, Cloud Books and others shared 17 photos.', trash=false, lastOccurred=Tue Nov 30 15:15:40 GMT+07:00 2021, appName='Instagram', notificationType=NOTIFICATION, myIcon=MyIcon{pack='com.instagram.android', created=Tue Nov 30 15:15:40 GMT+07:00 2021, lastUpdated=Tue Nov 30 15:15:40 GMT+07:00 2021}}
11-30 15:15:40.861 23452 23452 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:15:40.862 23452 23452 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:15:40.870 18545 18545 D WhatsappImageHandler: whatsapp monitoring is enabled: true
11-30 15:15:40.870 23452 23452 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:15:40.870 23452 23452 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:15:40.870 23452 23452 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:15:40.870 23452 23452 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:15:40.871 23452 23452 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:15:40.871 23452 23452 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:15:40.871 23452 23452 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:15:40.876 18545 18545 D WhatsappAudioHandler: whatsapp monitoring is enabled: true
11-30 15:15:40.876 18545 18545 D WhatsappVideoHandler: whatsapp monitoring is enabled: true
11-30 15:15:40.888 23437 23437 I StoryServiceApplication: [#CMH#] StoryService started with context  com.samsung.storyservice.StoryServiceApplication@7f0c684
11-30 15:15:40.893 23452 23452 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:15:40.894 23452 23452 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c662,c768, pkgname=com.sec.android.provider.badge 
11-30 15:15:40.904 23199 23251 W dex2oat : Verification of void X.1Qd.A04(X.1Qd, java.lang.String, int, int) took 320.126ms
11-30 15:15:40.913 23437 23437 D SamsungAnalytics111040: cf feature is supported
11-30 15:15:40.931 23437 23437 D SamsungAnalytics111040: newThread on Executor
11-30 15:15:40.931 23437 23437 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:15:40.931 23437 23437 I SALogger_Utils: [#CMH#] After SA logging initialization completed  
11-30 15:15:40.936 23219 23279 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:15:40.936 23219 23279 E nightwatch-target: sysmeminfo parse failed
11-30 15:15:40.936  2680  2680 E audit   : type=1400 audit(1638260140.916:39783): avc:  denied  { read } for  pid=23279 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:15:40.936  2680  2680 E audit   : type=1300 audit(1638260140.916:39783): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd2f48b6 a2=20000 a3=0 items=0 ppid=2693 pid=23279 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:15:40.936  2680  2680 E audit   : type=1327 audit(1638260140.916:39783): proctitle="com.instagram.android"
11-30 15:15:40.942 23437 23437 I FeatureClassSet: [#CMH#]  Rubin is installed ,api level is 27 
11-30 15:15:40.949  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010002 ,Container id: 150
11-30 15:15:40.949  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010002 ,Container id: 150
11-30 15:15:40.949  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:15:40.950  2985  3613 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:15:40.953  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010002 ,Container id: 150
11-30 15:15:40.953  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010002 ,Container id: 150
11-30 15:15:40.953  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:15:40.953  2985  3613 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:15:40.956 23452 23452 D ActivityThread: Added TimaKeyStore provider
11-30 15:15:40.985 23452 23452 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010002
11-30 15:15:40.986 23452 23452 D Proxy   : mdoP is null: 15010002
11-30 15:15:41.003 23437 23437 I CollageChannelGenerator: [#CMH#] Collage directory creation status  trueCreation path /storage/emulated/0/.face/.collage
11-30 15:15:41.004  2985  2994 I zygote  : Background concurrent copying GC freed 527566(20MB) AllocSpace objects, 135(5MB) LOS objects, 26% free, 65MB/89MB, paused 7.588ms total 947.773ms
11-30 15:15:41.005 23437 23437 I StoryService: [#CMH#] PersonEvent feature is disabled 
11-30 15:15:41.006 23437 23437 I StoryService: [#CMH#] Pet Story Generator is enabled 
11-30 15:15:41.007 23437 23437 I StoryService: [#CMH#] Baby Story Generator is enabled 
11-30 15:15:41.007 23437 23437 I ServiceController: [#CMH#] initialize ContentObserver  
11-30 15:15:41.018 23452 23452 D BadgeProvider: onCreate
11-30 15:15:41.018 23452 23452 D BadgeProvider: DatabaseHelper
11-30 15:15:41.041 23437 23437 I StoryServiceApplication: [#CMH#] Story Service is Ready!!  
11-30 15:15:41.042 23437 23437 I StoryService: [StoryService] onBind() 
11-30 15:15:41.044   559   559 I ServiceManager: [#CMH#] Bound to Package  com.samsung.storyservice
11-30 15:15:41.049 23437 23437 I ServiceController: [StoryService] Sending response for  31 with status 0
11-30 15:15:41.070  2985  3070 W Choreographer: Frame time is 7.645474 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:15:41.072  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:41.074  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:41.075  2985  3002 I zygote  : Successfully killed process cgroup uid 10132 pid 22508 in 28ms
11-30 15:15:41.076  2985  3002 I zygote  : Successfully killed process cgroup uid 1000 pid 15966 in 0ms
11-30 15:15:41.076  2985  3002 I zygote  : Successfully killed process cgroup uid 10102 pid 15533 in 0ms
11-30 15:15:41.081 23452 23466 D BadgeProvider: onOpen
11-30 15:15:41.089 23452 23466 D BadgeProvider: query, [selection] : null
11-30 15:15:41.092  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.sec.android.app.samsungapps = 0
11-30 15:15:41.092  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.email.provider = -1
11-30 15:15:41.092  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.email.provider/com.samsung.android.email.ui.activity.MessageListXL = -1
11-30 15:15:41.092  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.authfw = -1
11-30 15:15:41.092  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.authfw/.samsungpass.ui.activity.EntryLauncher = -1
11-30 15:15:41.092  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.authfw = -1
11-30 15:15:41.092  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.authfw/.samsungpass.launcher.EntryLauncher = -1
11-30 15:15:41.092  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.samsungpass = -1
11-30 15:15:41.092  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.samsungpass/.ui.activity.EntryLauncher = -1
11-30 15:15:41.092  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.samsungpass = -1
11-30 15:15:41.092  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.samsungpass/.launcher.EntryLauncher = -1
11-30 15:15:41.094  4604  4680 D BadgeCache: updateBadgeCounts(), tempBadges.size() : [41], user : [UserHandle{150}]
11-30 15:15:41.095  4604  4680 D BadgeCache: updateBadgeCounts(), final size : 41
11-30 15:15:41.095  4604  4680 D Notification.Badge: reloadBadges(), badges count : 41
11-30 15:15:41.136  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:15:41.161  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:41.162  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:41.162  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:41.188  3510  3510 W StaticLayout: maxLineHeight should not be -1.  maxLines:1 lineCount:1
11-30 15:15:41.237  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:15:41.237  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:15:41.278 23199 23199 W dex2oat : Verification of java.lang.Object X.1or.A1x(android.content.Context, X.3Kr, java.lang.Object[], int, int) took 217.396ms
11-30 15:15:41.306 23199 23251 W dex2oat : Verification of void X.26M.<clinit>() took 126.352ms (large method)
11-30 15:15:41.594 23199 23251 W dex2oat : Verification of com.facebook.video.exoserviceclient.FbVpsController X.2cB.A01(X.3AT) took 122.718ms
11-30 15:15:41.663 18545 18545 I NotificationReceiver: found similar notification: MyNotification{id=47776, received=Mon Nov 29 21:59:22 GMT+07:00 2021, removed=null, pack='com.instagram.android', title='Instagram', text='lisartchv added to their story.', trash=false, lastOccurred=Mon Nov 29 21:59:22 GMT+07:00 2021, appName='Instagram', notificationType=NOTIFICATION, myIcon=MyIcon{pack='com.instagram.android', created=Fri Jul 02 15:06:50 GMT+07:00 2021, lastUpdated=Fri Jul 02 15:06:50 GMT+07:00 2021}}
11-30 15:15:41.666 18545 18545 I DB_HELPER: inserted: MyNotification{id=47879, received=Tue Nov 30 15:15:40 GMT+07:00 2021, removed=null, pack='com.instagram.android', title='Instagram', text='Wattpad Tips : Shireishou, Cloud Books and others shared 17 photos.', trash=false, lastOccurred=Tue Nov 30 15:15:40 GMT+07:00 2021, appName='Instagram', notificationType=NOTIFICATION, myIcon=MyIcon{pack='com.instagram.android', created=Tue Nov 30 15:15:40 GMT+07:00 2021, lastUpdated=Tue Nov 30 15:15:40 GMT+07:00 2021}}
11-30 15:15:41.675 22869 22912 W CrashLoopRemedyLog: unable to delete remedy log, instaCrash: true
11-30 15:15:41.677 18545 18545 I DB      : inserted: MyOccurrence{id=158258, notificationId=47879, occurred=Tue Nov 30 15:15:40 GMT+07:00 2021, text='Wattpad Tips : Shireishou, Cloud Books and others shared 17 photos.'}
11-30 15:15:41.693 18545 18545 D received: android.appwidget.action.APPWIDGET_UPDATE
11-30 15:15:41.717  2985  3070 W Choreographer: Frame time is 13.068488 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:15:41.720  2985  3002 I zygote  : Successfully killed process cgroup uid 10020 pid 16133 in 23ms
11-30 15:15:41.720  2985  3002 I zygote  : Successfully killed process cgroup uid 1250 pid 16029 in 0ms
11-30 15:15:41.937 23219 23279 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:15:41.937 23219 23279 E nightwatch-target: sysmeminfo parse failed
11-30 15:15:41.937  2680  2680 E audit   : type=1400 audit(1638260141.926:39784): avc:  denied  { read } for  pid=23279 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:15:41.937  2680  2680 E audit   : type=1300 audit(1638260141.926:39784): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd2f48b6 a2=20000 a3=0 items=0 ppid=2693 pid=23279 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:15:41.937  2680  2680 E audit   : type=1327 audit(1638260141.926:39784): proctitle="com.instagram.android"
11-30 15:15:42.123 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:52%[52%]>.
11-30 15:15:42.125  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:42.126  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 2 lines
11-30 15:15:42.127  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:42.127 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:15:42.127  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:42.127  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:42.130 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:42.137 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:42.146  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:42.157  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 19 lines
11-30 15:15:42.157  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:42.162  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:42.162  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:42.162  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:42.164  2985  2995 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:42.164  2985  2995 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:42.164  2985  2995 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:42.164  2985  2995 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:42.229  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:42.229  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:15:42.229  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:42.229  2985  2985 D AudioService: isEnabled
11-30 15:15:42.236  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:42.243  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:15:42.243  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:42.248  2985  2995 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:15:42.248  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:15:42.259  2985  2995 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:15:42.259  2985  2995 D PersonaManagerService: securefolder Secure Folder
11-30 15:15:42.281  2985  5093 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:15:42.348  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:15:42.348  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:15:42.459 23199 23253 W dex2oat : Class com.facebook.battery.instrumentation.BatteryMetricsController failed lock verification and will run slower.
11-30 15:15:42.459 23199 23253 W dex2oat : Common causes for lock verification issues are non-optimized dex code
11-30 15:15:42.459 23199 23253 W dex2oat : and incorrect proguard optimizations.
11-30 15:15:42.938 23219 23279 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:15:42.938 23219 23279 E nightwatch-target: sysmeminfo parse failed
11-30 15:15:42.938  2680  2680 E audit   : type=1400 audit(1638260142.926:39785): avc:  denied  { read } for  pid=23279 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:15:42.938  2680  2680 E audit   : type=1300 audit(1638260142.926:39785): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd2f48b6 a2=20000 a3=0 items=0 ppid=2693 pid=23279 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:15:42.938  2680  2680 E audit   : type=1327 audit(1638260142.926:39785): proctitle="com.instagram.android"
11-30 15:15:43.162  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:43.162  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:43.162  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:43.939 23219 23279 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:15:43.939 23219 23279 E nightwatch-target: sysmeminfo parse failed
11-30 15:15:43.939  2680  2680 E audit   : type=1400 audit(1638260143.926:39786): avc:  denied  { read } for  pid=23279 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:15:43.939  2680  2680 E audit   : type=1300 audit(1638260143.926:39786): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd2f48b6 a2=20000 a3=0 items=0 ppid=2693 pid=23279 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:15:43.939  2680  2680 E audit   : type=1327 audit(1638260143.926:39786): proctitle="com.instagram.android"
11-30 15:15:44.050   559   732 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:15:44.162  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:44.162  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:44.162  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:44.216  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:15:44.216  2985  2985 I MotionRecognitionService: Plugged
11-30 15:15:44.216  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:15:44.216  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:15:44.217  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:15:44.217  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:15:44.218  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:15:44.218  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:15:44.219  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:15:44.219  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:15:44.219  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:15:44.220 23219 23369 D BinderHooker: Got binder ptr e8f36880 for the given val
11-30 15:15:44.221 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:15:44.234 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:15:44.245  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:15:44.264 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:15:44.264 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:15:44.619 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:54%[54%]>.
11-30 15:15:44.621  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:44.621  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 1 line
11-30 15:15:44.621  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:44.622 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:15:44.622  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:44.622  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 1 line
11-30 15:15:44.622  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:44.625 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:44.628 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:44.642  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:44.644  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 4 lines
11-30 15:15:44.644  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:44.646  2985  5093 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:44.651  2985  5093 I chatty  : uid=1000(system) Binder:2985_1D identical 13 lines
11-30 15:15:44.651  2985  5093 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:44.659  2985  5093 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:44.659  2985  5093 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:44.659  2985  5093 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:44.659  2985  5093 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:44.850  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:15:44.888 23199 23252 W dex2oat : Verification of void X.8Kz.<init>() took 185.193ms
11-30 15:15:44.888 23199 23251 W dex2oat : Verification of void X.8L0.<init>() took 181.864ms
11-30 15:15:44.888 23199 23199 W dex2oat : Verification of void X.8Ky.<init>(android.content.Context) took 185.495ms
11-30 15:15:44.889 23199 23253 W dex2oat : Verification of X.2up X.8Kx.A1q(X.3EQ) took 186.229ms
11-30 15:15:44.889  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:15:44.889  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:15:44.940 23219 23279 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:15:44.940  2680  2680 E audit   : type=1400 audit(1638260144.926:39787): avc:  denied  { read } for  pid=23279 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:15:44.940 23219 23279 E nightwatch-target: sysmeminfo parse failed
11-30 15:15:44.940  2680  2680 E audit   : type=1300 audit(1638260144.926:39787): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd2f48b6 a2=20000 a3=0 items=0 ppid=2693 pid=23279 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:15:44.940  2680  2680 E audit   : type=1327 audit(1638260144.926:39787): proctitle="com.instagram.android"
11-30 15:15:44.949  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:44.949  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:15:44.949  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:44.949  2985  2985 D AudioService: isEnabled
11-30 15:15:44.959  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:44.966  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:15:44.967  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:44.971  2985  2995 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:15:44.971  2985  5093 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:15:44.971  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:15:44.971  2985  5093 D PersonaManagerService: securefolder Secure Folder
11-30 15:15:44.991  2985  5093 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:15:45.071  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:15:45.071  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:15:45.162  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:45.162  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:45.162  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:46.003 23219 23418 E FbnsAIDLClientManager: Max Try reached for binding to FbnsAIDLService, threadId 43795
11-30 15:15:46.006 23219 23418 E FbnsAIDLClientManager: Fbns AIDL request got RemoteException
11-30 15:15:46.006 23219 23418 E FbnsAIDLClientManager: android.os.RemoteException: AIDLService is not bound
11-30 15:15:46.006 23219 23418 E FbnsAIDLClientManager: 	at X.0ri.call(:386)
11-30 15:15:46.006 23219 23418 E FbnsAIDLClientManager: 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
11-30 15:15:46.006 23219 23418 E FbnsAIDLClientManager: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:15:46.006 23219 23418 E FbnsAIDLClientManager: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:15:46.006 23219 23418 E FbnsAIDLClientManager: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:15:46.041  2985  3070 W Choreographer: Frame time is 16.966272 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:15:46.046  2985  3002 I zygote  : Successfully killed process cgroup uid 15001000 pid 16216 in 36ms
11-30 15:15:46.046  2985  3002 I zygote  : Successfully killed process cgroup uid 11201 pid 21071 in 0ms
11-30 15:15:46.153 23219 23420 E FbnsAIDLClientManager: Max Try reached for binding to FbnsAIDLService, threadId 43797
11-30 15:15:46.153 23219 23420 E FbnsAIDLClientManager: Fbns AIDL request got RemoteException
11-30 15:15:46.153 23219 23420 E FbnsAIDLClientManager: android.os.RemoteException: AIDLService is not bound
11-30 15:15:46.153 23219 23420 E FbnsAIDLClientManager: 	at X.0ri.call(:386)
11-30 15:15:46.153 23219 23420 E FbnsAIDLClientManager: 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
11-30 15:15:46.153 23219 23420 E FbnsAIDLClientManager: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:15:46.153 23219 23420 E FbnsAIDLClientManager: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:15:46.153 23219 23420 E FbnsAIDLClientManager: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:15:46.162  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:46.162  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:46.163  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:46.535  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 7 99 -7 -200 -7 -200 -1 12 -99 -12 10 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:15:46.535  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:15:46.632 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:56%[56%]>.
11-30 15:15:46.634  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:46.635  2985  4272 I chatty  : uid=1000(system) Binder:2985_11 identical 4 lines
11-30 15:15:46.635 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:15:46.635  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:46.639 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:46.641 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:46.700  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:46.706  2985  4272 I chatty  : uid=1000(system) Binder:2985_11 identical 19 lines
11-30 15:15:46.706  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:46.713  2985  4272 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:46.713  2985  4272 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:46.714  2985  4272 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:46.714  2985  4272 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:47.012 23199 23253 W dex2oat : Verification of void X.N2Z.<init>() took 305.029ms
11-30 15:15:47.014 23199 23252 W dex2oat : Verification of void X.JqT.<init>(android.content.Context) took 268.789ms
11-30 15:15:47.067 23199 23199 W dex2oat : Verification of void X.FZq.Cnt(com.facebook.graphservice.modelutil.GSTModelShape1S0000000) took 330.274ms
11-30 15:15:47.163  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:47.163  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:47.163  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:47.231 23199 23253 W dex2oat : Verification of void X.Mck.onViewCreated(android.view.View, android.os.Bundle) took 142.403ms
11-30 15:15:47.265  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:47.266  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:15:47.266  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:47.266  2985  2985 D AudioService: isEnabled
11-30 15:15:47.273  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:47.281  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:15:47.281  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:47.284  2985  4272 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:15:47.284  2985  4272 D PersonaManagerService: securefolder Secure Folder
11-30 15:15:47.285  2985  4272 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:15:47.285  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:15:47.300  2985  2995 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:15:47.385  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:15:47.385  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:15:47.894 23199 23252 W dex2oat : Verification of void com.facebook.mobileboost.boosters.classpreload.StartupSecondaryDexPreloadTask.preloadClasses() took 108.175ms
11-30 15:15:48.163  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:48.163  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:48.163  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:48.658 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:58%[58%]>.
11-30 15:15:48.660  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:48.661  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 1 line
11-30 15:15:48.661  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:48.661 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:15:48.662  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:48.662  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 1 line
11-30 15:15:48.662  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:48.665 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:48.668 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:48.681  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:48.688  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 19 lines
11-30 15:15:48.688  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:48.694  2985  2995 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:48.694  2985  2995 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:48.695  2985  2995 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:48.695  2985  2995 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:48.771  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:48.771  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:15:48.771  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:48.771  2985  2985 D AudioService: isEnabled
11-30 15:15:48.779  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:48.786  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:15:48.786  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:48.789  2985  2995 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:15:48.790  2985  3614 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:15:48.790  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:15:48.790  2985  2995 D PersonaManagerService: securefolder Secure Folder
11-30 15:15:48.811  2985  3614 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:15:48.890  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:15:48.890  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:15:49.065  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 8 99 -8 -200 -8 -200 -1 14 -97 -13 10 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:15:49.065  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:15:49.163  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:49.163  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:49.163  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:49.332 23199 23252 W dex2oat : Verification of java.lang.String X.IIY.A02(java.lang.String) took 213.097ms
11-30 15:15:49.564 23199 23251 W dex2oat : Verification of java.lang.Object X.K8o.A00(int, X.3AT, java.lang.Object) took 183.182ms
11-30 15:15:50.163  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:50.163  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:50.163  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:50.665  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.faceservice user:0
11-30 15:15:50.665  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:15:50.666  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.faceservice user:0
11-30 15:15:50.666  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:15:50.670 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:60%[60%]>.
11-30 15:15:50.680  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:50.680  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 1 line
11-30 15:15:50.681  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:50.681 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:15:50.681  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:50.681  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 1 line
11-30 15:15:50.682  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:50.683 23476 23476 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:15:50.685 23476 23476 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:15:50.686 23476 23476 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.faceservice 
11-30 15:15:50.687 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:50.689 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:50.708  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:50.708  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 1 line
11-30 15:15:50.708  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:50.712  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:50.712  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 1 line
11-30 15:15:50.712  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:50.717  2985  3614 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:15:50.717  2985  3614 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:15:50.717  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:50.717  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:50.717  2985  3614 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:15:50.717  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:50.723  2985  3614 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:15:50.723  2985  3614 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:15:50.727  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:50.728  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 4 lines
11-30 15:15:50.728  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:50.729  2985  3614 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:15:50.729  2985  3614 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:15:50.731  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:50.731  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 1 line
11-30 15:15:50.731  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:50.735  2985  3614 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:15:50.735  2985  3614 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:15:50.742  2985  4272 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:15:50.742  2985  4272 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:15:50.742  2985  4272 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:15:50.750  2985  4272 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:15:50.752  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:50.753  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 1 line
11-30 15:15:50.753  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:50.755  2985  4272 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:15:50.761  2985  4272 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:15:50.761  2985  4272 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:15:50.767  2985  4272 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:15:50.767  2985  2995 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:50.767  2985  2995 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:50.768  2985  4272 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:15:50.768  2985  2995 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:50.768  2985  2995 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:50.774 23476 23476 D ActivityThread: Added TimaKeyStore provider
11-30 15:15:50.805 23476 23476 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 5004
11-30 15:15:50.806 23476 23476 D Proxy   : mdoP is null: 5004
11-30 15:15:50.833 23476 23476 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:15:50.838  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:50.838  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:15:50.838  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:50.839  2985  2985 D AudioService: isEnabled
11-30 15:15:50.849  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:50.857  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:15:50.857  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:50.861  2985  2995 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:15:50.861  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:15:50.863  2985  2995 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:15:50.864  2985  2995 D PersonaManagerService: securefolder Secure Folder
11-30 15:15:50.887  2985  3578 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:15:50.905 23476 23476 I FaceService: [FaceService] onBind() called 
11-30 15:15:50.933 23476 23476 I FaceController: [FaceService] release engines before initialize 
11-30 15:15:50.938 23476 23476 I SemFaceRecognition: create new instance
11-30 15:15:50.961  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:15:50.961  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:15:51.037 23476 23476 I SAIV_FACE: File : /data/user/0/com.samsung.faceservice/face/face_data
11-30 15:15:51.057 23476 23476 I [SCE_3] : [SmartCropping v3.0] native version is 2017-12-07-01
11-30 15:15:51.057 23476 23476 I [SCE_3] : [SmartCropping v2.0] DB path is /system/saiv/smartcropping_2.0/db
11-30 15:15:51.060 23476 23476 I [SCE_3] : smart_cropping in srcb_Smartcrop_Init() : -236563328 & its size is 4
11-30 15:15:51.060 23476 23476 I [SCE_3] : SmartCropper Handle after srcb_Smartcrop_Init() : -236563328 & its size is 4
11-30 15:15:51.060 23476 23476 I [SCE_3] : long bytes num: 4
11-30 15:15:51.060 23476 23476 I [SCE_3] : jlong bytes num: 8
11-30 15:15:51.061 23476 23476 I [SCE_3] : filepathname: /system/saiv/smartcropping_2.0/db/.
11-30 15:15:51.061 23476 23476 I [SCE_3] : filepathname: /system/saiv/smartcropping_2.0/db/..
11-30 15:15:51.061 23476 23476 I [SCE_3] : filepathname: /system/saiv/smartcropping_2.0/db/smartcrop_saliency_deploy.prototxt
11-30 15:15:51.061 23476 23476 I [SCE_3] : o_f_d loading start
11-30 15:15:51.061 23476 23476 I [SCE_3] : o_f_d loading success
11-30 15:15:51.061 23476 23476 I [SCE_3] : filepathname: /system/saiv/smartcropping_2.0/db/smartcrop_saliency_train
11-30 15:15:51.061 23476 23476 I [SCE_3] : o_f_t loading start
11-30 15:15:51.100 23476 23476 I [SCE_3] : o_f_t loading success
11-30 15:15:51.100 23476 23476 I [SCE_3] : DB file count : 2
11-30 15:15:51.127 13010 13265 E WakeLock: IntentOp:com.google.android.gms/.chimera.GmsIntentOperationService ** IS FORCE-RELEASED ON TIMEOUT **
11-30 15:15:51.163  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:51.163  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:51.163  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:51.178 23476 23476 I [SCE_3] : native init exit
11-30 15:15:51.178 23476 23476 I [SCE_3] : SmartCropper Handle is -236563328
11-30 15:15:51.178 23476 23476 I [SCE_3] : SmartCropper Handle is -236563328 & its size is 4
11-30 15:15:51.178 23476 23476 I [SCE_3] : address(jlong): -29680663556784124
11-30 15:15:51.190 23476 23476 I SAIV_FACE: SAIV_HPRFACE_GAE_VERSION : 20170310
11-30 15:15:51.209 23476 23476 I SAIV_FACE: DMC LMD ENGINE INIT 1.0.08 [Option-0/Profile-0]
11-30 15:15:51.216 23476 23476 I SAIV_FACE: DMC LMD ENGINE : ret 4096
11-30 15:15:51.221   559   559 I ServiceManager: [#CMH#] Bound to Package  com.samsung.faceservice
11-30 15:15:51.222   559   559 I chatty  : uid=5004(oem_5004) com.samsung.cmh:CMH identical 4 lines
11-30 15:15:51.225   559   559 I ServiceManager: [#CMH#] Bound to Package  com.samsung.faceservice
11-30 15:15:52.164  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:52.164  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:52.164  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:52.687 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:62%[62%]>.
11-30 15:15:52.689  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:52.690  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 4 lines
11-30 15:15:52.690  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:52.691 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:15:52.695 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:52.697 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:52.711  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:52.731  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 19 lines
11-30 15:15:52.732  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:52.739  2985  3578 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:52.740  2985  3578 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:52.760  2985  3578 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:52.760  2985  3578 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:52.793  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:52.793  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:15:52.793  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:52.793  2985  2985 D AudioService: isEnabled
11-30 15:15:52.800  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:52.808  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:15:52.808  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:52.812  2985  4272 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:15:52.812  2985  3578 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:15:52.812  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:15:52.812  2985  4272 D PersonaManagerService: securefolder Secure Folder
11-30 15:15:52.829  2985  3578 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:15:52.912  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:15:52.912  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:15:53.164  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:53.164  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:53.164  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:54.164  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:54.164  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:54.164  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:54.230   559   732 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:15:54.334  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:15:54.334  2985  2985 I MotionRecognitionService: Plugged
11-30 15:15:54.334  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:15:54.334  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:15:54.336  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:15:54.338  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:15:54.338 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:15:54.338  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:15:54.338 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:15:54.339  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:15:54.340  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:15:54.340 23219 23369 D BinderHooker: Got binder ptr e8f36880 for the given val
11-30 15:15:54.340 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:15:54.340 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:15:54.341  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:15:54.341  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:15:54.341  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:15:54.724 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:64%[64%]>.
11-30 15:15:54.727  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:54.727  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 1 line
11-30 15:15:54.727  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:54.727 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:15:54.728  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:54.728  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 1 line
11-30 15:15:54.728  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:54.730 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:54.732 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:54.754  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:54.755  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 4 lines
11-30 15:15:54.755  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:54.756  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:54.759  2985  4272 I chatty  : uid=1000(system) Binder:2985_11 identical 7 lines
11-30 15:15:54.759  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:54.761  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:54.762  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 4 lines
11-30 15:15:54.763  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:54.769  2985  3578 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:54.769  2985  3578 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:54.770  2985  3578 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:54.770  2985  3578 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:54.777 21258 21534 E NetworkScheduler.ATC: Trying to release unacquired lock: com.google.android.gms/.icing.mdh.service.MobileDataHubGcmTaskService [CONTEXT service_id=218 ]
11-30 15:15:54.785 21258 21534 E NetworkScheduler.ATC: Trying to release unacquired lock: com.google.android.gms/.semanticlocation.mdd.MddDownloadScheduleService [CONTEXT service_id=218 ]
11-30 15:15:54.787 10091 10091 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.semanticlocation.mdd.MddDownloadScheduleService.ACTION_TASK_READY cmp=com.google.android.gms/.chimera.GmsInternalBoundBrokerService }
11-30 15:15:54.835 10091 10112 E ZeroPartyBinder: Incorrect caller's signature
11-30 15:15:54.835 10091 12638 E ZeroPartyBinder: Incorrect caller's signature
11-30 15:15:54.846  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:54.847  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:15:54.847  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:54.847  2985  2985 D AudioService: isEnabled
11-30 15:15:54.853  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:54.856 21258 21534 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.icing.mdh.service.MobileDataHubGcmTaskService finished executing. cause:4 result: 4 elapsed_millis: 597153 uptime_millis: 597153 exec_start_elapsed_seconds: 457861 [CONTEXT service_id=218 ]
11-30 15:15:54.861  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:54.861  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:54.865  2985  4272 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:15:54.865  2985  3578 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:15:54.866  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:15:54.866  2985  3578 D PersonaManagerService: securefolder Secure Folder
11-30 15:15:54.866 21258 21534 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.semanticlocation.mdd.MddDownloadScheduleService finished executing. cause:5 result: 4 elapsed_millis: 596987 uptime_millis: 596987 exec_start_elapsed_seconds: 457861 [CONTEXT service_id=218 ]
11-30 15:15:54.879  2985  3614 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:15:54.946  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:15:54.946  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:15:54.946  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:15:54.966  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:15:54.966  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:15:55.077 10091 12638 E ZeroPartyBinder: Incorrect caller's signature
11-30 15:15:55.081 21258  3554 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.icing.indexapi.PeriodicRebuildIndexService started execution. cause:4 exec_start_elapsed_seconds: 458458 [CONTEXT service_id=218 ]
11-30 15:15:55.118 21258  5069 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.contactinteractions.service.ContactInteractionsTaskService started execution. cause:4 exec_start_elapsed_seconds: 458458 [CONTEXT service_id=218 ]
11-30 15:15:55.119 10091 12638 E ZeroPartyBinder: Incorrect caller's signature
11-30 15:15:55.164  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:55.164  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:55.164  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:56.164  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:56.164  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:56.164  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:56.688 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:65%[65%]>.
11-30 15:15:56.690  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:56.691  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 4 lines
11-30 15:15:56.691  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:56.692 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:15:56.697 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:56.701 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:56.711  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:56.721  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 19 lines
11-30 15:15:56.721  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:56.727  2985  3614 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:56.727  2985  3614 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:56.727  2985  3614 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:56.727  2985  3614 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:56.795  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:56.795  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:15:56.795  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:56.795  2985  2985 D AudioService: isEnabled
11-30 15:15:56.802  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:56.811  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:15:56.812  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:56.814  2985  3614 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:15:56.814  2985  3614 D PersonaManagerService: securefolder Secure Folder
11-30 15:15:56.815  2985  3614 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:15:56.816  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:15:56.829  2985  3578 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:15:56.916  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:15:56.916  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:15:57.165  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:57.165  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:57.165  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:58.165  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:58.165  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:58.165  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:58.739 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:67%[67%]>.
11-30 15:15:58.741  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:58.742  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 1 line
11-30 15:15:58.742  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:58.742 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:15:58.743  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:58.743  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 1 line
11-30 15:15:58.743  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:58.747 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:58.750 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:15:58.763  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:58.772  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 16 lines
11-30 15:15:58.772  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:58.773 23199 23199 W dex2oat : Compilation of void X.0zW.BpQ(int, java.lang.String) took 187.646ms
11-30 15:15:58.773  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:58.773  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 1 line
11-30 15:15:58.773  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:58.781  2985  3578 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:58.781  2985  3578 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:58.781  2985  3578 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:15:58.781  2985  3578 D API test: getContainerInfo: value is 150,1359085664
11-30 15:15:58.857  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:58.857  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:15:58.858  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:15:58.858  2985  2985 D AudioService: isEnabled
11-30 15:15:58.865  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:58.874  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:15:58.874  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:15:58.877  2985  4272 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:15:58.878  2985  4272 D PersonaManagerService: securefolder Secure Folder
11-30 15:15:58.878  2985  3578 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:15:58.879  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:15:58.896  2985  3578 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:15:58.979  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:15:58.979  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:15:59.028 23199 23253 I dex2oat : Method exceeds compiler instruction limit: 19490 in long X.14z.A01(long)
11-30 15:15:59.131 23199 23253 W dex2oat : Compilation of java.lang.String X.14z.A02(long) took 102.111ms
11-30 15:15:59.132 23199 23199 I dex2oat : Method exceeds compiler instruction limit: 19875 in int X.16r.A00(java.lang.String)
11-30 15:15:59.165  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:15:59.165  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:15:59.165  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:15:59.600 23199 23199 W dex2oat : Compilation of X.2up X.1Fx.A1q(X.3EQ) took 237.673ms
11-30 15:15:59.694 23199 23253 I dex2oat : Method exceeds compiler instruction limit: 32258 in void X.1Qd.A04(X.1Qd, java.lang.String, int, int)
11-30 15:15:59.810 23199 23251 W dex2oat : Compilation of X.1Qr X.1Px.A00(X.3Ln, X.1Qh, java.lang.String, int[], int) took 134.892ms
11-30 15:15:59.856 15154 15169 I zygote  : Background concurrent copying GC freed 46835(1735KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 1990KB/3MB, paused 193us total 146.758ms
11-30 15:16:00.165  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:00.165  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:00.165  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:00.363 23199 23199 W dex2oat : Compilation of void X.1Qo.run() took 668.590ms
11-30 15:16:00.665  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.storyservice user:150
11-30 15:16:00.667  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:16:00.667  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.storyservice user:150
11-30 15:16:00.669  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:16:00.684 23494 23494 I Zygote  : Unshare entire /
11-30 15:16:00.703 23494 23494 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:16:00.704 23494 23494 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:16:00.704 23494 23494 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:16:00.704 23494 23494 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:16:00.704 23494 23494 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:16:00.704 23494 23494 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:16:00.704 23494 23494 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:16:00.705 23494 23494 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:16:00.705 23494 23494 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:16:00.712 23494 23494 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:16:00.713 23494 23494 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c662,c768, pkgname=com.samsung.storyservice 
11-30 15:16:00.743  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15005004 ,Container id: 150
11-30 15:16:00.743  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15005004 ,Container id: 150
11-30 15:16:00.743  2985  3578 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:16:00.743  2985  3578 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:16:00.747  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15005004 ,Container id: 150
11-30 15:16:00.747  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15005004 ,Container id: 150
11-30 15:16:00.747  2985  3578 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:16:00.748  2985  3578 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:16:00.750 23494 23494 D ActivityThread: Added TimaKeyStore provider
11-30 15:16:00.764 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:70%[70%]>.
11-30 15:16:00.767  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:00.767  2985  4272 I chatty  : uid=1000(system) Binder:2985_11 identical 1 line
11-30 15:16:00.767  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:00.768 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:16:00.768  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:00.768  2985  4272 I chatty  : uid=1000(system) Binder:2985_11 identical 1 line
11-30 15:16:00.768  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:00.774 23494 23494 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15005004
11-30 15:16:00.775 23494 23494 D Proxy   : mdoP is null: 15005004
11-30 15:16:00.776 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:00.780 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:00.791  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:00.799  2985  4272 I chatty  : uid=1000(system) Binder:2985_11 identical 19 lines
11-30 15:16:00.799  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:00.806  2985  4272 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:00.806  2985  4272 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:00.807  2985  4272 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:00.807  2985  4272 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:00.817 23494 23494 I StoryServiceApplication: [#CMH#] StoryService started with context  com.samsung.storyservice.StoryServiceApplication@7f0c684
11-30 15:16:00.823 23494 23494 D SamsungAnalytics111040: cf feature is supported
11-30 15:16:00.831 23494 23494 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:16:00.831 23494 23494 I SALogger_Utils: [#CMH#] After SA logging initialization completed  
11-30 15:16:00.836 23494 23494 E FeatureClassSet: [#CMH#] Rubin package not supported 
11-30 15:16:00.847  2985  4272 D KnoxMUMContainerPolicy: isPackageAllowedToAccessExternalSdcard
11-30 15:16:00.848  2985  4272 D KnoxMUMContainerPolicy: isPackageAllowedToAccessExternalSdcard: External sdcard is disabled for User-150
11-30 15:16:00.849 23494 23494 I StoryService: [#CMH#] in Knox mode, Collage disabled 
11-30 15:16:00.849 23494 23494 I StoryService: [#CMH#] PersonEvent feature is disabled 
11-30 15:16:00.849 23494 23494 I StoryService: [#CMH#] In Knox mode, Agif disabled 
11-30 15:16:00.849 23494 23494 I StoryService: [#CMH#] Knox mode, Pet Story Generator Disabled !!! 
11-30 15:16:00.849 23494 23494 I StoryService: [#CMH#] Knox mode, Baby Story Generator Disabled !!! 
11-30 15:16:00.850 23494 23494 I ServiceController: [#CMH#] initialize ContentObserver  
11-30 15:16:00.870 23494 23494 I StoryServiceApplication: [#CMH#] Story Service is Ready!!  
11-30 15:16:00.871 23494 23494 I StoryService: [StoryService] onBind() 
11-30 15:16:00.875 16433 16433 I ServiceManager: [#CMH#] Bound to Package  com.samsung.storyservice
11-30 15:16:00.878 23494 23494 I ServiceController: [StoryService] Sending response for  31 with status 0
11-30 15:16:00.886  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:00.886  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:16:00.886  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:00.886  2985  2985 D AudioService: isEnabled
11-30 15:16:00.893  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:00.901  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:16:00.901  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:00.905  2985  3578 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:16:00.906  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:16:00.909  2985  3578 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:16:00.910  2985  3578 D PersonaManagerService: securefolder Secure Folder
11-30 15:16:00.932  2985  3578 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:16:00.965 23199 23252 W dex2oat : Compilation of void X.27K.A05(X.3Ca, java.io.IOException) took 128.755ms
11-30 15:16:01.006  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:16:01.006  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:16:01.165  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:01.165  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:01.165  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:01.259 23199 23199 I dex2oat : Method exceeds compiler instruction limit: 21684 in X.2up X.2uo.A1q(X.3EQ)
11-30 15:16:01.563 23199 23251 W dex2oat : Compilation of void X.2up.A1k(X.3EQ) took 180.408ms
11-30 15:16:01.693 23199 23252 W dex2oat : Compilation of void X.3Kr.<init>(android.content.Context, java.lang.String, int) took 172.207ms
11-30 15:16:01.903 23199 23199 W dex2oat : Compilation of java.lang.Object X.3Mq.A00(int, X.3AT, java.lang.Object) took 271.603ms
11-30 15:16:02.165  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:02.166  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:02.166  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:02.411 23199 23199 W dex2oat : Compilation of java.lang.Object X.3Mq.A02(int, X.3AT, java.lang.Object) took 494.940ms
11-30 15:16:02.734 23199 23199 W dex2oat : Compilation of java.lang.Object X.3Mq.A03(int, X.3AT, java.lang.Object) took 323.220ms
11-30 15:16:02.767 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:72%[72%]>.
11-30 15:16:02.769  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:02.769  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 1 line
11-30 15:16:02.769  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:02.770 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:16:02.776 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:02.779 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:02.792  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:02.793  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 4 lines
11-30 15:16:02.793  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:02.794  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:02.801  2985  4272 I chatty  : uid=1000(system) Binder:2985_11 identical 16 lines
11-30 15:16:02.801  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:02.808  2985  4272 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:02.809  2985  4272 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:02.827  2985  4272 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:02.827  2985  4272 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:02.880  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:02.881  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:16:02.881  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:02.881  2985  2985 D AudioService: isEnabled
11-30 15:16:02.888  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:02.895  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:16:02.896  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:02.900  2985  3578 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:16:02.900  2985  4272 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:16:02.900  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:16:02.900  2985  3578 D PersonaManagerService: securefolder Secure Folder
11-30 15:16:02.918  2985  3578 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:16:03.000  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:16:03.000  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:16:03.166  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:03.166  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:03.166  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:03.195 23199 23253 W dex2oat : Compilation of java.lang.Object X.4Z8.A00(int, X.3AT, java.lang.Object) took 385.990ms
11-30 15:16:03.502 23199 23253 W dex2oat : Compilation of java.lang.Object X.4Z8.A01(int, X.3AT, java.lang.Object) took 307.587ms
11-30 15:16:03.879 16433 16520 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:16:03.926 23199 23251 W dex2oat : Compilation of java.lang.Object X.7MZ.A00(int, X.3AT, java.lang.Object) took 412.132ms
11-30 15:16:04.166  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:04.166  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:04.166  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:04.328 23199 23251 W dex2oat : Compilation of java.lang.Object X.7MZ.A01(int, X.3AT, java.lang.Object) took 402.438ms
11-30 15:16:04.451  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:16:04.451  2985  2985 I MotionRecognitionService: Plugged
11-30 15:16:04.451  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:16:04.451  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:16:04.452  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:16:04.452  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:16:04.452  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:16:04.453  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:16:04.454  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:16:04.454  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:16:04.454  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:16:04.455 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:16:04.455 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:16:04.456 23219 23369 D BinderHooker: Got binder ptr e8f36880 for the given val
11-30 15:16:04.456 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:16:04.456 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:16:04.584  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:16:04.738 23199 23251 W dex2oat : Compilation of java.lang.Object X.7MZ.A03(int, X.3AT, java.lang.Object) took 409.298ms
11-30 15:16:04.857 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:74%[74%]>.
11-30 15:16:04.860  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:04.860  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 1 line
11-30 15:16:04.860  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:04.861 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:16:04.861  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:04.861  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 1 line
11-30 15:16:04.861  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:04.865 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:04.867 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:04.880  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:04.886  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 19 lines
11-30 15:16:04.886  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:04.894  2985  3578 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:04.894  2985  3578 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:04.894  2985  3578 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:04.894  2985  3578 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:04.968  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:16:04.969  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:16:04.969  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:16:04.991  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:04.992  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:16:04.992  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:04.992  2985  2985 D AudioService: isEnabled
11-30 15:16:04.998  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:05.004  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:16:05.005  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:05.008  2985  4272 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:16:05.008  2985  4272 D PersonaManagerService: securefolder Secure Folder
11-30 15:16:05.008  2985  3578 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:16:05.009  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:16:05.029  2985  2995 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:16:05.109  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:16:05.109  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:16:05.166  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:05.166  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:05.166  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:05.215 23199 23252 W dex2oat : Compilation of java.lang.Object X.8Vq.A00(int, X.3AT, java.lang.Object) took 466.968ms
11-30 15:16:05.818 23199 23253 W dex2oat : Compilation of java.lang.Object X.GxO.A00(int, X.3AT, java.lang.Object) took 448.186ms
11-30 15:16:06.148 23199 23253 W dex2oat : Compilation of java.lang.Object X.GxO.A01(int, X.3AT, java.lang.Object) took 329.427ms
11-30 15:16:06.166  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:06.166  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:06.166  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:06.590 23199 23252 W dex2oat : Compilation of java.lang.Object X.K8o.A00(int, X.3AT, java.lang.Object) took 435.650ms
11-30 15:16:06.912 23199 23252 W dex2oat : Compilation of java.lang.Object X.K8o.A01(int, X.3AT, java.lang.Object) took 322.348ms
11-30 15:16:07.042 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:74%[74%]>.
11-30 15:16:07.045  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:07.045  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 1 line
11-30 15:16:07.045  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:07.045 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:16:07.045  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:07.045  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 1 line
11-30 15:16:07.046  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:07.049 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:07.051 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:07.066  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:07.072  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 19 lines
11-30 15:16:07.072  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:07.078  2985  2995 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:07.078  2985  2995 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:07.078  2985  2995 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:07.078  2985  2995 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:07.138  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:07.138  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:16:07.138  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:07.138  2985  2985 D AudioService: isEnabled
11-30 15:16:07.145  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:07.152  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:16:07.152  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:07.156  2985  2995 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:16:07.156  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:16:07.159  2985  2995 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:16:07.160  2985  2995 D PersonaManagerService: securefolder Secure Folder
11-30 15:16:07.166  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:07.167  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:07.167  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:07.178  2985  2995 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:16:07.222 23199 23252 W dex2oat : Compilation of java.lang.Object X.K8o.A02(int, X.3AT, java.lang.Object) took 310.045ms
11-30 15:16:07.256  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:16:07.256  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:16:07.458 23199 23252 W dex2oat : Compilation of java.lang.Object X.K8o.A03(int, X.3AT, java.lang.Object) took 235.913ms
11-30 15:16:07.868 23199 23251 W dex2oat : Compilation of java.lang.Object X.NZC.A00(int, X.3AT, java.lang.Object) took 403.023ms
11-30 15:16:08.040  2985  3002 W zygote  : Failed to open process cgroup uid 99495 pid 23232: No such file or directory
11-30 15:16:08.040  2985  3002 E zygote  : Error encountered killing process cgroup uid 99495 pid 23232: No such file or directory
11-30 15:16:08.114  2985  3070 W Choreographer: Frame time is 3.925938 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:16:08.167  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:08.167  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:08.167  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:08.397 23219 23341 E msys    : E[N mns]_OnIdleTimeout(390)=>Idle timeout
11-30 15:16:08.397 23219 23341 W msys    : W[N mns]_HandleFailure(380)=>[T100070473] <MNSQUICConnection: 0xcdd66e00>: HandleFailure, refcount=1
11-30 15:16:08.997 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:76%[76%]>.
11-30 15:16:08.999  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:09.000  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 1 line
11-30 15:16:09.000  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:09.000 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:16:09.003 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:09.005 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:09.020  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:09.028  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 22 lines
11-30 15:16:09.028  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:09.033  2985  3614 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:09.033  2985  3614 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:09.033  2985  3614 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:09.034  2985  3614 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:09.167  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:09.167  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:09.167  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:09.200  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:09.200  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:16:09.200  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:09.200  2985  2985 D AudioService: isEnabled
11-30 15:16:09.207  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:09.214  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:16:09.215  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:09.218  2985  3614 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:16:09.218  2985  4272 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:16:09.218  2985  3614 D PersonaManagerService: securefolder Secure Folder
11-30 15:16:09.219  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:16:09.235  2985  4272 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:16:09.319  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:16:09.319  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:16:10.167  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:10.167  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:10.167  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:10.753 23219 23341 E msys    : E[N mns]_OnIdleTimeout(390)=>Idle timeout
11-30 15:16:10.753 23219 23341 W msys    : W[N mns]_HandleFailure(380)=>[T100070473] <MNSQUICConnection: 0xcdd67880>: HandleFailure, refcount=2
11-30 15:16:11.051 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:78%[78%]>.
11-30 15:16:11.053  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:11.053  2985  4272 I chatty  : uid=1000(system) Binder:2985_11 identical 1 line
11-30 15:16:11.053  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:11.054 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:16:11.054  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:11.055  2985  4272 I chatty  : uid=1000(system) Binder:2985_11 identical 4 lines
11-30 15:16:11.055  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:11.056  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:11.056  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:11.056 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:11.056  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:11.058  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 5 lines
11-30 15:16:11.058  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:11.058 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:11.059  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:11.062  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 7 lines
11-30 15:16:11.062  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:11.067  2985  2995 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:11.067  2985  2995 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:11.067  2985  2995 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:11.067  2985  2995 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:11.167  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:11.167  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:11.167  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:12.167  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:12.167  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:12.167  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:13.168  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:13.168  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:13.168  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:13.169  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:13.170  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:16:13.170  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:13.170  2985  2985 D AudioService: isEnabled
11-30 15:16:13.181  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:13.186 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:78%[78%]>.
11-30 15:16:13.187  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:13.187  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:13.189  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:13.189  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 1 line
11-30 15:16:13.189  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:13.190 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:16:13.190  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:13.190  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 1 line
11-30 15:16:13.190  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:13.191  2985  4272 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:16:13.191  2985  3614 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:16:13.191  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:16:13.192  2985  3614 D PersonaManagerService: securefolder Secure Folder
11-30 15:16:13.194 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:13.196 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:13.205  2985  3614 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:16:13.225  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:13.232  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 19 lines
11-30 15:16:13.232  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:13.238  2985  2995 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:13.238  2985  2995 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:13.239  2985  2995 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:13.239  2985  2995 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:13.292  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:16:13.292  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:16:13.327  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:13.327  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:16:13.327  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:13.327  2985  2985 D AudioService: isEnabled
11-30 15:16:13.334  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:13.341  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:16:13.341  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:13.345  2985  3614 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:16:13.345  2985  3578 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:16:13.345  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:16:13.345  2985  3578 D PersonaManagerService: securefolder Secure Folder
11-30 15:16:13.361  2985  3578 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:16:13.446  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:16:13.446  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:16:14.168  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:14.168  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:14.168  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:14.564  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:16:14.564  2985  2985 I MotionRecognitionService: Plugged
11-30 15:16:14.564  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:16:14.564  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:16:14.565  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:16:14.566  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:16:14.566  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:16:14.567  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:16:14.567  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:16:14.568  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:16:14.568  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:16:14.568  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:16:14.568 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:16:14.568 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:16:14.569 23219 23369 D BinderHooker: Got binder ptr e8f36880 for the given val
11-30 15:16:14.570 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:16:14.570 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:16:14.869 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(0) data(0) accounts({}) accounts deleted({}) calls([]) countryIso(ID) userId(150)  ]

11-30 15:16:14.869 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ agr({})  ]

11-30 15:16:14.869 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({})  ]

11-30 15:16:14.869 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(0) data(0) accounts({})  ]

11-30 15:16:14.869 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(0) data(0) accounts({})  ]
11-30 15:16:14.985  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:16:14.985  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:16:14.985  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:16:15.168  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:15.168  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:15.168  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:15.223 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:82%[82%]>.
11-30 15:16:15.227  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:15.227  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 1 line
11-30 15:16:15.227  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:15.228 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:16:15.229  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:15.229  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 1 line
11-30 15:16:15.229  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:15.234 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:15.236 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:15.251  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:15.261  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 19 lines
11-30 15:16:15.261  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:15.273  2985  3578 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:15.273  2985  3578 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:15.289  2985  3578 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:15.290  2985  3578 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:15.355  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:15.356  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:16:15.356  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:15.356  2985  2985 D AudioService: isEnabled
11-30 15:16:15.364  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:15.370  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:16:15.370  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:15.373  2985  2995 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:16:15.373  2985  2995 D PersonaManagerService: securefolder Secure Folder
11-30 15:16:15.374  2985  2995 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:16:15.375  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:16:15.391  2985  3578 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:16:15.475  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:16:15.475  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:16:16.168  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:16.168  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:16.168  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:16.888 23199 23199 I dex2oat : Explicit concurrent copying GC freed 567589(84MB) AllocSpace objects, 0(0B) LOS objects, 74% free, 2MB/8MB, paused 137us total 64.840ms
11-30 15:16:17.168  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:17.168  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:17.168  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:17.207 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:84%[84%]>.
11-30 15:16:17.211  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:17.211  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 1 line
11-30 15:16:17.211  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:17.212 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:16:17.217 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:17.220 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:17.231  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:17.240  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 22 lines
11-30 15:16:17.240  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:17.248  2985  3578 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:17.248  2985  3578 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:17.248  2985  3578 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:17.248  2985  3578 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:17.324  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:17.325  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:16:17.325  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:17.325  2985  2985 D AudioService: isEnabled
11-30 15:16:17.332  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:17.337  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:16:17.337  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:17.341  2985  3578 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:16:17.341  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:16:17.341  2985  3827 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:16:17.342  2985  3827 D PersonaManagerService: securefolder Secure Folder
11-30 15:16:17.355  2985  3827 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:16:17.441  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:16:17.441  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:16:18.168  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:18.168  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:18.169  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:19.169  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:19.169  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:19.169  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:19.237 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:86%[86%]>.
11-30 15:16:19.240  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:19.240  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 1 line
11-30 15:16:19.241  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:19.241 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:16:19.247 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:19.250 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:19.260  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:19.273  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 22 lines
11-30 15:16:19.273  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:19.279  2985  3827 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:19.279  2985  3827 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:19.294  2985  3827 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:19.294  2985  3827 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:19.469  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:19.469  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:16:19.469  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:19.469  2985  2985 D AudioService: isEnabled
11-30 15:16:19.476  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:19.482  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:16:19.482  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:19.485  2985  3827 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:16:19.485  2985  3827 D PersonaManagerService: securefolder Secure Folder
11-30 15:16:19.486  2985  3827 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:16:19.486  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:16:19.507  2985  3614 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:16:19.526 23219 23250 W CrashLoopRemedyLog: unable to delete remedy log, instaCrash: true
11-30 15:16:19.586  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:16:19.586  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:16:20.169  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:20.169  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:20.169  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:21.169  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:21.169  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:21.169  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:21.468 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:88%[88%]>.
11-30 15:16:21.470  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:21.470  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 1 line
11-30 15:16:21.470  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:21.471 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:16:21.471  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:21.471  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 1 line
11-30 15:16:21.471  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:21.474 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:21.476 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:21.490  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:21.497  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 19 lines
11-30 15:16:21.497  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:21.502  2985  3614 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:21.502  2985  3614 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:21.503  2985  3614 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:21.503  2985  3614 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:21.609  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:21.610  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:16:21.610  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:21.610  2985  2985 D AudioService: isEnabled
11-30 15:16:21.617  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:21.622  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:16:21.622  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:21.625  2985  3614 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:16:21.625  2985  3614 D PersonaManagerService: securefolder Secure Folder
11-30 15:16:21.626  2985  3614 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:16:21.626  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:16:21.644  2985  2995 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:16:21.727  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:16:21.727  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:16:22.169  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:22.169  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:22.169  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:22.909 23199 23199 I dex2oat : ----------------------------------------------------
11-30 15:16:22.909 23199 23199 I dex2oat : <SS>: S T A R T I N G . . .
11-30 15:16:22.909 23199 23199 E dex2oat : <SS>: apk not found at /data/user/0/com.facebook.katana/dex//data/user/0/com.facebook.katana/dex/z-c25dc816743f356cdcb9229bce8806b505910ebe.zip
11-30 15:16:23.169  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:23.169  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:23.169  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:23.533 23199 23199 I dex2oat : dex2oat took 75.795s (122.309s cpu) (threads: 4) arena alloc=26MB (28229680B) java alloc=2MB (2132688B) native alloc=67MB (70633712B) free=43MB (45496080B) swap=32MB (33554432B)
11-30 15:16:23.622 22869 23062 I zopt    : Dex2oat succeeded on '/data/user/0/com.facebook.katana/dex/z-c25dc816743f356cdcb9229bce8806b505910ebe.zip'
11-30 15:16:23.967 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:89%[89%]>.
11-30 15:16:23.969  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:23.969  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 1 line
11-30 15:16:23.969  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:23.970 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:16:23.970  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:23.970  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 1 line
11-30 15:16:23.970  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:23.973 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:23.975 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:23.988  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:23.994  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 19 lines
11-30 15:16:23.994  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:24.000  2985  3614 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:24.000  2985  3614 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:24.000  2985  3614 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:24.000  2985  3614 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:24.170  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:24.170  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:24.170  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:24.575  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:24.575  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:16:24.575  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:24.575  2985  2985 D AudioService: isEnabled
11-30 15:16:24.582  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:24.588  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:16:24.589  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:24.591  2985  3614 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:16:24.591  2985  3614 D PersonaManagerService: securefolder Secure Folder
11-30 15:16:24.592  2985  3614 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:16:24.592  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:16:24.604  2985  3614 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:16:24.679  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:16:24.680  2985  2985 I MotionRecognitionService: Plugged
11-30 15:16:24.680  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:16:24.680  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:16:24.681  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:16:24.681  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:16:24.682  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:16:24.682  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:16:24.684 23219 23369 D BinderHooker: Got binder ptr e8f36880 for the given val
11-30 15:16:24.684  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:16:24.684 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:16:24.684  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:16:24.684 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:16:24.684  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:16:24.684  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:16:24.687 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:16:24.687 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:16:24.693  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:16:24.693  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:16:24.740  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.composer.shareintent.ImplicitShareIntentHandlerDefaultAlias newState = 1 callingPackage = 10098/com.facebook.katana
11-30 15:16:24.745  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.composer.shareintent.AddToStoryAlias newState = 1 callingPackage = 10098/com.facebook.katana
11-30 15:16:24.750  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.composer.shareintent.ShareToGroupsAlias newState = 1 callingPackage = 10098/com.facebook.katana
11-30 15:16:24.754  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.composer.shareintent.ShareToGroupsDisableSinglePhotoAlias newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:16:24.789 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.attribution.AttributionIdService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.789 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.common.errorreporting.memory.MemoryDumpUploadService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.790 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.browser.lite.BrowserLiteIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.790 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.browser.lite.BrowserLiteInMainProcessIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.790 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.businessintegrity.cloakingdetection.service.CloakingDetectionService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.790 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.contacts.service.ContactLocaleChangeService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.790 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.common.zopt.ZOptBackgroundService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.790 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.account.login.notification.LoginNotificationService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.799 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.conditionalworker.ConditionalWorkerService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.799 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.fbservice.service.BlueServiceJobIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.799 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.notifications.tray.DelayedDeliveryJobScheduler is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.805 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.appcomponentmanager.AppComponentManagerService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.805 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.push.mqtt.service.MqttPushHelperService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.805 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.confirmation.notification.ConfirmationNotificationService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.805 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.battery.monitor.ContinuousBatteryMonitorService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.806 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.papaya.fb.client.FBPapayaJobService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.806 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.push.adm.ADMService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.806 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.push.adm.ADMBroadcastReceiverJobBase is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.806 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.push.adm.ADMJobIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.808 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.push.fbpushdata.common.FbPushDataHandlerService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.808 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.reportaproblem.base.bugreport.BugReportUploadService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.808 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.profilo.upload.TraceUploadRetryJob is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.808 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.backgroundlocation.reporting.periodic.PeriodicSignalCollectorJobService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.808 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.registration.notification.RegistrationNotificationService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.808 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.common.dextricks.DexOptimization$Service is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.809 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.common.dextricks.DexOptimizationJobService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.809 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.glc.ScheduledWifiMonitorService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.809 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.glc.GLCService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.809 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.displaytimeinvalidation.service.DisplayTimeBlockIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.809 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.delayedworker.DelayedWorkerService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.809 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.videolite.api.jobscheduler.UploadJobSchedulerService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.809 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.analytics2.logger.LollipopUploadService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.810 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.feed.platformads.AppInstallService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.810 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.googleplay.GooglePlayInstallRefererService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.810 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.push.registration.RegistrarHelperService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.811 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.push.crossapp.PackageRemovedReporterService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.812 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.oxygen.preloads.sdk.firstparty.managedappcache.IsManagedAppCacheJobService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.812 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.orca.notify.MessagesNotificationService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.812 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.push.negativefeedback.PushNegativeFeedbackFbJobIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.812 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.push.fcm.FcmRegistrarFbJobIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.813 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.backgroundlocation.process.BackgroundLocationGatheringService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.815 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.analytics.appstatelogger.AppStateIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.815 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.compost.service.CompostNotificationService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.815 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.messaging.prefs.notifications.NotificationPrefsSyncService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.815 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service androidx.work.impl.background.systemjob.SystemJobService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.816 22869 23517 W fb4a.ServiceInfoParser: X.3to: Service com.google.android.gms.analytics.AnalyticsJobService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:16:24.933 22869 23051 D cloudgaminginterceptor: request intercepted: url=https://z-m-graph.facebook.com/graphql?_nc_eh=2,b56f1c17c414f548aef7a2ddbae40ec8,AQaLULtRDlOBbtSTpKknn6YpedX9zLtmP1OgIumJosMSEXDgrUlCLcLT0p7wviPoMsU
11-30 15:16:24.933 22869 23051 D relenginterceptor: RELENG rewrite skipped, config is disabled.
11-30 15:16:24.933 22869 23051 D defcontigonrelayernative: DefconTigonDelayer starting
11-30 15:16:24.933 22869 23051 D defcontigonrelayernative: DefconTigonDelayer skipped, config is disabled.
11-30 15:16:24.954  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:16:25.001  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:16:25.001  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:16:25.001  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:16:25.083  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.fbpay.w3c.ipc.IsReadyToPayServiceImpl newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:16:25.084  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.fbpay.w3c.ipc.FBPaymentServiceImpl newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:16:25.085  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.fbpay.w3c.views.PaymentActivity newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:16:25.145 22869 23051 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.146 22869 23051 I chatty  : uid=10098(com.facebook.katana) identical 1 line
11-30 15:16:25.147 22869 23051 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.148 22869 23062 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.148 22869 23051 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.148 22869 23051 I chatty  : uid=10098(com.facebook.katana) identical 1 line
11-30 15:16:25.149 22869 23051 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.149 22869 23062 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.150 22869 23051 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.150 22869 23062 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.150 22869 23051 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.150 22869 23062 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.150 22869 23051 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.151 22869 23062 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.151 22869 23051 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.151 22869 23062 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.151 22869 23051 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.151 22869 23062 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.152 22869 23062 I chatty  : uid=10098(com.facebook.katana) identical 1 line
11-30 15:16:25.152 22869 23062 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.153 22869 23059 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.153 22869 23062 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.153 22869 23062 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.154 22869 23059 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.154 22869 23059 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.154 22869 23519 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.155 22869 23059 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.155 22869 23517 W fb4a.Fixie: Initialize FB4A_APP_INIT
11-30 15:16:25.155 22869 23059 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.156 22869 23059 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.156 22869 23519 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.156 22869 23519 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.157 22869 23059 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.157 22869 23519 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.158 22869 23519 I chatty  : uid=10098(com.facebook.katana) identical 2 lines
11-30 15:16:25.159 22869 23519 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.160 22869 23051 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.163 22869 23051 I chatty  : uid=10098(com.facebook.katana) identical 4 lines
11-30 15:16:25.163 22869 23051 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.163 22869 23519 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.164 22869 23051 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.164 22869 23059 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.164 22869 23519 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.164 22869 23051 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.164 22869 23059 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.165 22869 23051 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.165 22869 23051 I chatty  : uid=10098(com.facebook.katana) identical 1 line
11-30 15:16:25.166 22869 23051 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.168 22869 23522 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.169 22869 23522 I chatty  : uid=10098(com.facebook.katana) identical 1 line
11-30 15:16:25.169 22869 23522 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.170  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:25.170  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:25.170 22869 23522 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.170  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:25.170 22869 23522 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.171 22869 23522 I chatty  : uid=10098(com.facebook.katana) identical 1 line
11-30 15:16:25.172 22869 23522 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.172 22869 23062 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.177 22869 23062 I chatty  : uid=10098(com.facebook.katana) identical 7 lines
11-30 15:16:25.177 22869 23062 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.177 22869 23522 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.177 22869 23062 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.178 22869 23522 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.178 22869 23062 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.179 22869 23059 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.187 22869 23059 I chatty  : uid=10098(com.facebook.katana) identical 7 lines
11-30 15:16:25.188 22869 23059 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:16:25.223 22869 23519 I zygote  : Deoptimizing android.content.Context X.0zY.A02(X.3AT) due to JIT inline cache
11-30 15:16:25.238  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.inspiration.platformsharing.activity.InspirationCameraExternalShareActivity newState = 1 callingPackage = 10098/com.facebook.katana
11-30 15:16:25.243  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.inspiration.platformsharing.activity.InpirationCameraShareDefaultAlias newState = 1 callingPackage = 10098/com.facebook.katana
11-30 15:16:25.246  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.inspiration.platformsharing.activity.InpirationCameraShareMultipleAlias newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:16:25.253 22869 22874 I zygote  : Method exceeds compiler instruction limit: 32258 in void X.1Qd.A04(X.1Qd, java.lang.String, int, int)
11-30 15:16:25.407 22869 23520 I zygote  : Deoptimizing java.lang.Object X.3AW.get() due to JIT inline cache
11-30 15:16:25.455 23421 23421 D BadgeCountReceiver: badge intent : Intent { act=android.intent.action.BADGE_COUNT_UPDATE flg=0x10 cmp=com.sec.android.provider.badge/.BadgeCountReceiver (has extras) }
11-30 15:16:25.455 23421 23421 D BadgeCountReceiver: packageName: com.facebook.katana, className: com.facebook.katana.LoginActivity, count: 4
11-30 15:16:25.459 23421 23421 D MethodReflector: notifyChange is called
11-30 15:16:25.472 23421 23421 D BadgeProvider: sendNotify entered. [uri] : content://com.sec.badge/apps
11-30 15:16:25.472 23421 23421 D BadgeProvider: sendNotify, [notify] : null
11-30 15:16:25.472 23421 23421 D BadgeProvider: update, getCallingPackage() : com.sec.android.provider.badge
11-30 15:16:25.472 23421 23421 D BadgeProvider: update, [uri] : content://com.sec.badge/apps
11-30 15:16:25.472 23421 23421 D BadgeProvider: update, [uri.query] : null
11-30 15:16:25.472 23421 23421 D BadgeProvider: update, [BadgeCount] : badgecount=4
11-30 15:16:25.473 23421 23421 D BadgeProvider: update, [UpdateCount] : 1
11-30 15:16:25.668  4604  4604 D Notification.Badge: reloadBadges() entered.
11-30 15:16:25.679 23421 23434 D BadgeProvider: query, [selection] : null
11-30 15:16:25.682  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.email.provider = -1
11-30 15:16:25.682  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.email.provider/com.samsung.android.email.ui.activity.MessageListXL = -1
11-30 15:16:25.682  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.android.vending = -1
11-30 15:16:25.682  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.android.vending/.AssetBrowserActivity = -1
11-30 15:16:25.682  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.lool = -1
11-30 15:16:25.682  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.lool/com.samsung.android.sm.app.dashboard.SmartManagerDashBoardActivity = -1
11-30 15:16:25.682  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.android.settings = -1
11-30 15:16:25.682  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.android.settings/.Settings = -1
11-30 15:16:25.682  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.messaging = 782
11-30 15:16:25.682  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.messaging/com.android.mms.ui.ConversationComposer = 782
11-30 15:16:25.682  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.sec.android.app.samsungapps = 1
11-30 15:16:25.682  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.sec.android.app.samsungapps/.SamsungAppsMainActivity = 1
11-30 15:16:25.682  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.contacts = -1
11-30 15:16:25.682  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.contacts/com.android.dialer.DialtactsActivity = -1
11-30 15:16:25.682  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.wssyncmldm = -1
11-30 15:16:25.682  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.wssyncmldm/com.samsung.android.app.fotaclient.FotaApplication = -1
11-30 15:16:25.682  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.sec.android.app.myfiles = -1
11-30 15:16:25.682  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.sec.android.app.myfiles/.common.MainActivity = -1
11-30 15:16:25.682  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.google.android.youtube = 1
11-30 15:16:25.682  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.google.android.youtube/.app.honeycomb.Shell$HomeActivity = 1
11-30 15:16:25.682  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.sec.android.app.sbrowser = -1
11-30 15:16:25.682  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.sec.android.app.sbrowser/.SBrowserMainActivity = -1
11-30 15:16:25.682  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.instagram.android = 1
11-30 15:16:25.682  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.instagram.android/.activity.MainTabActivity = 1
11-30 15:16:25.682  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.ultimateguitar.tabs = 0
11-30 15:16:25.682  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.facebook.orca = 1
11-30 15:16:25.682  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.facebook.orca/.auth.StartScreenActivity = 1
11-30 15:16:25.683  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.zuuks.truck.simulator.euro = -1
11-30 15:16:25.683  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.zuuks.truck.simulator.euro/com.unity3d.player.UnityPlayerNativeActivity = -1
11-30 15:16:25.683  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.facebook.katana = 4
11-30 15:16:25.683  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.facebook.katana/.LoginActivity = 4
11-30 15:16:25.683  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.app.bikemode = -1
11-30 15:16:25.683  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.app.bikemode/.BMActivities.BMOFFScreen = -1
11-30 15:16:25.683  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.concierge = 0
11-30 15:16:25.683  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.lenovo.anyshare.gps = 6
11-30 15:16:25.683  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.lenovo.anyshare.gps/com.lenovo.anyshare.ApMainActivity = 6
11-30 15:16:25.683  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.microsoft.office.onenote = -1
11-30 15:16:25.683  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.microsoft.office.onenote/.ui.ONMSplashActivity = -1
11-30 15:16:25.683  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.skype.raider = -1
11-30 15:16:25.683  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.skype.raider/.Main = -1
11-30 15:16:25.683  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.whatsapp = 1210
11-30 15:16:25.683  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.whatsapp/.Main = 1210
11-30 15:16:25.683  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.scloud = 1
11-30 15:16:25.683  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.scloud/.app.ui.splash.launcher = 1
11-30 15:16:25.683  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.app.simplesharing = 0
11-30 15:16:25.683  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.calendar = -1
11-30 15:16:25.683  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.calendar/com.android.calendar.AllInOneActivity = -1
11-30 15:16:25.683  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.voc = 0
11-30 15:16:25.683  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.knox.securefolder = 1
11-30 15:16:25.683  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.knox.securefolder/.containeragent.ui.settings.KnoxSettingsAboutKnoxActivity = 1
11-30 15:16:25.683  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.linecorp.linelite = 0
11-30 15:16:25.683  4604  4680 D BadgeCache: 1. updateBadgeCounts: jp.naver.line.android = 999
11-30 15:16:25.683  4604  4680 D BadgeCache: 2. updateBadgeCounts: jp.naver.line.android/.activity.SplashActivity = 999
11-30 15:16:25.683  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.telkomsel.telkomselcm = 0
11-30 15:16:25.683  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.jaman.gabchat = 0
11-30 15:16:25.683  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.lazada.android = 354
11-30 15:16:25.683  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.lazada.android/com.lazada.activities.EnterActivity = 354
11-30 15:16:25.683  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.lohcj.lohcj.imeetmyself = 0
11-30 15:16:25.683  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.ruangkerja.mobile = 0
11-30 15:16:25.683  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.lohcj.lohcj.imeetmyself = 0
11-30 15:16:25.684  4604  4680 D BadgeCache: 1. updateBadgeCounts: org.telegram.messenger = 327
11-30 15:16:25.684  4604  4680 D BadgeCache: 2. updateBadgeCounts: org.telegram.messenger/org.telegram.ui.LaunchActivity = 327
11-30 15:16:25.684  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.parallel.space.lite = 99
11-30 15:16:25.684  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.parallel.space.lite/com.lbe.parallel.ui.tour.SplashActivity = 99
11-30 15:16:25.684  4604  4680 D BadgeCache: 1. updateBadgeCounts: net.cashpop.id = 1
11-30 15:16:25.684  4604  4680 D BadgeCache: 2. updateBadgeCounts: net.cashpop.id/.activity.SignActivity = 1
11-30 15:16:25.684  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.slowlyapp = 1
11-30 15:16:25.684  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.slowlyapp/.MainActivity = 1
11-30 15:16:25.684  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.adrianocola.mrpg = 0
11-30 15:16:25.684  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.lbe.parallel.intl = 99
11-30 15:16:25.684  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.lbe.parallel.intl/com.lbe.parallel.ui.tour.SplashActivity = 99
11-30 15:16:25.684  4604  4680 D BadgeCache: 1. updateBadgeCounts: new.WAStickerApps.funnycat.kitten.stickers = 0
11-30 15:16:25.684  4604  4680 D BadgeCache: 1. updateBadgeCounts: news.buzzbreak.android = 0
11-30 15:16:25.684  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.authfw = -1
11-30 15:16:25.684  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.authfw/.samsungpass.ui.activity.EntryLauncher = -1
11-30 15:16:25.684  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.authfw = -1
11-30 15:16:25.684  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.authfw/.samsungpass.launcher.EntryLauncher = -1
11-30 15:16:25.684  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.samsungpass = -1
11-30 15:16:25.684  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.samsungpass/.ui.activity.EntryLauncher = -1
11-30 15:16:25.684  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.samsungpass = -1
11-30 15:16:25.684  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.samsungpass/.launcher.EntryLauncher = -1
11-30 15:16:25.684  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.vitiglobal.cashtree = 0
11-30 15:16:25.684  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.game.gamehome = 0
11-30 15:16:25.684  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.facebook.mlite = 0
11-30 15:16:25.684  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.instagram.lite = 0
11-30 15:16:25.684  4604  4680 D BadgeCache: 1. updateBadgeCounts: id.tanyanetizen.android = 0
11-30 15:16:25.684  4604  4680 D BadgeCache: 1. updateBadgeCounts: asia.bluepay.clientin = 0
11-30 15:16:25.684  4604  4680 D BadgeCache: 1. updateBadgeCounts: id.flip = 0
11-30 15:16:25.686 22869 23169 E fb4a.MsysMqttTopicsProvider: subscribing to Mqtt
11-30 15:16:25.687  4604  4680 D BadgeCache: updateBadgeCounts(), tempBadges.size() : [41], user : [UserHandle{0}]
11-30 15:16:25.700 23452 23466 D BadgeProvider: query, [selection] : null
11-30 15:16:25.702  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.sec.android.app.samsungapps = 0
11-30 15:16:25.702  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.email.provider = -1
11-30 15:16:25.702  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.email.provider/com.samsung.android.email.ui.activity.MessageListXL = -1
11-30 15:16:25.702  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.authfw = -1
11-30 15:16:25.702  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.authfw/.samsungpass.ui.activity.EntryLauncher = -1
11-30 15:16:25.702  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.authfw = -1
11-30 15:16:25.702  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.authfw/.samsungpass.launcher.EntryLauncher = -1
11-30 15:16:25.702  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.samsungpass = -1
11-30 15:16:25.702  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.samsungpass/.ui.activity.EntryLauncher = -1
11-30 15:16:25.702  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.samsungpass = -1
11-30 15:16:25.702  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.samsungpass/.launcher.EntryLauncher = -1
11-30 15:16:25.704  4604  4680 D BadgeCache: updateBadgeCounts(), tempBadges.size() : [41], user : [UserHandle{150}]
11-30 15:16:25.704  4604  4680 D BadgeCache: updateBadgeCounts(), final size : 41
11-30 15:16:25.704  4604  4680 D Notification.Badge: reloadBadges(), badges count : 41
11-30 15:16:25.780 22869 22874 I zygote  : Do partial code cache collection, code=249KB, data=189KB
11-30 15:16:25.781 22869 22874 I zygote  : After code cache collection, code=245KB, data=187KB
11-30 15:16:25.781 22869 22874 I zygote  : Increasing code cache capacity to 1024KB
11-30 15:16:25.805 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:91%[91%]>.
11-30 15:16:25.808  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:25.808  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 1 line
11-30 15:16:25.808  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:25.809  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:25.809 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:16:25.809  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:25.812  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 6 lines
11-30 15:16:25.812  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:25.812 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:25.814 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:25.838  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:25.839  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 3 lines
11-30 15:16:25.839  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:25.839 22869 23517 I zygote  : Deoptimizing X.0zc X.0zc.A00(X.3AT, java.lang.Object) due to JIT inline cache
11-30 15:16:25.839  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:25.842  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 5 lines
11-30 15:16:25.842  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:25.843  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:25.843  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 1 line
11-30 15:16:25.843  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:25.850  2985  3614 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:25.850  2985  3614 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:25.851  2985  3614 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:25.851  2985  3614 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:25.911  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:25.912  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:16:25.912  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:25.912  2985  2985 D AudioService: isEnabled
11-30 15:16:25.924  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:25.934  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:16:25.934  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:25.939  2985  3827 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:16:25.939  2985  3827 D PersonaManagerService: securefolder Secure Folder
11-30 15:16:25.941  2985  3614 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:16:25.941  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:16:25.961  2985  3827 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:16:25.962  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.rti.push.service.idsharing.FbnsSharingStateReceiver newState = 1 callingPackage = 10098/com.facebook.katana
11-30 15:16:25.965  2985  3827 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.rti.orca.FbnsLiteBroadcastReceiver newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:16:25.967  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.rti.orca.UpdateQeBroadcastReceiver newState = 1 callingPackage = 10098/com.facebook.katana
11-30 15:16:26.006 22869 23519 W DittoLateInitJob: Ditto qe values updated, new state = DittoState{build id=332957690;in QE=false;enable ditto=false;patch name=;override=none;crash mitigation detected=false;extra config=0;sequential number=1;deadCodePluginNumBuckets=100;threadIdPluginNumBuckets=100}
11-30 15:16:26.012 22869 23517 W fb4a.SyncInitializer: Start regular sync initialization
11-30 15:16:26.041  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:16:26.041  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:16:26.051 22869 23519 D cloudgaminginterceptor: request intercepted: url=https://z-m-graph.facebook.com/graphql?_nc_eh=2,b56f1c17c414f548aef7a2ddbae40ec8,AQaLULtRDlOBbtSTpKknn6YpedX9zLtmP1OgIumJosMSEXDgrUlCLcLT0p7wviPoMsU
11-30 15:16:26.051 22869 23519 D relenginterceptor: RELENG rewrite skipped, config is disabled.
11-30 15:16:26.051 22869 23519 D defcontigonrelayernative: DefconTigonDelayer starting
11-30 15:16:26.051 22869 23519 D defcontigonrelayernative: DefconTigonDelayer skipped, config is disabled.
11-30 15:16:26.058  2985  3578 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.timeline.profilevideo.ProfileVideoShareActivityAlias newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:16:26.063  2985  3578 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.timeline.stagingground.Fb4aProfilePictureShareActivityAlias newState = 1 callingPackage = 10098/com.facebook.katana
11-30 15:16:26.067  2985  3578 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.timeline.stagingground.WorkProfilePictureShareActivityAlias newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:16:26.106  2985  3578 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.video.heroplayer.service.MainProcHeroService newState = 1 callingPackage = 10098/com.facebook.katana
11-30 15:16:26.170  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:26.170  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:26.170  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:26.245 22869 23059 W HeroServiceClient: finished mApplicationContext.bindService, bindCount 1
11-30 15:16:26.338 22869 22869 W HeroServiceClient: onServiceConnected
11-30 15:16:26.424 22869 23092 W HeroServiceClient: onServiceConnectedInternal()
11-30 15:16:26.429 22869 23092 W fb4a.2qA: creating VideoPerformanceTracking with event bus
11-30 15:16:26.442 22869 23545 W zygote  : Verification of java.util.List X.3tP.A03(java.lang.String, boolean) took 113.487ms
11-30 15:16:26.448 22869 23064 I zygote  : Deoptimizing java.lang.Object X.3AW.get() due to JIT inline cache
11-30 15:16:26.454 22869 23545 W AudioCapabilities: Unsupported mime audio/x-ima
11-30 15:16:26.461 22869 23545 W AudioCapabilities: Unsupported mime audio/mpeg-L1
11-30 15:16:26.461 22869 23545 W AudioCapabilities: Unsupported mime audio/mpeg-L2
11-30 15:16:26.464 22869 23545 W AudioCapabilities: Unsupported mime audio/x-ms-wma
11-30 15:16:26.473 22869 22997 I zygote  : Deoptimizing void X.122.A06(android.os.Message) due to JIT inline cache
11-30 15:16:26.491 22869 23545 W VideoCapabilities: Unsupported mime video/mp43
11-30 15:16:26.497 22869 23545 W VideoCapabilities: Unrecognized profile/level 1/32 for video/mp4v-es
11-30 15:16:26.497 22869 23545 W VideoCapabilities: Unrecognized profile/level 32768/2 for video/mp4v-es
11-30 15:16:26.497 22869 23545 W VideoCapabilities: Unrecognized profile/level 32768/64 for video/mp4v-es
11-30 15:16:26.500 22869 23545 W VideoCapabilities: Unsupported mime video/wvc1
11-30 15:16:26.503 22869 23545 W VideoCapabilities: Unsupported mime video/wvc1
11-30 15:16:26.513 22869 23545 W VideoCapabilities: Unsupported mime video/x-ms-wmv7
11-30 15:16:26.514 22869 23545 W VideoCapabilities: Unsupported mime video/x-ms-wmv8
11-30 15:16:26.528 22869 23545 I VideoCapabilities: Unsupported profile 4 for video/mp4v-es
11-30 15:16:26.727 22869 23064 I ACodec  :  [] Now uninitialized
11-30 15:16:26.732 22869 23548 I ACodec  : [] onAllocateComponent
11-30 15:16:26.750 22869 23548 I OMXClient: Treble IOmx obtained
11-30 15:16:26.866  2727 27064 I OMXMaster: makeComponentInstance(OMX.Exynos.avc.dec) in omx@1.0-service process
11-30 15:16:26.908  2727 27064 D libexynosv4l2: try node: /dev/video6
11-30 15:16:26.909  2727 27064 I libexynosv4l2: node found for device s5p-mfc-dec: /dev/video6
11-30 15:16:26.911 22869 22874 I zygote  : Compiler allocated 10MB to compile void X.1Qo.run()
11-30 15:16:26.939  2727 27064 I libexynosv4l2: open video device /dev/video6
11-30 15:16:26.941 22869 23548 I ACodec  : [OMX.Exynos.avc.dec] Now Loaded
11-30 15:16:26.946 22869 23548 I ACodec  :  [OMX.Exynos.avc.dec] Now uninitialized
11-30 15:16:26.946 22869 23548 I ACodec  :  [] Now kWhatShutdownCompleted event : 8526
11-30 15:16:26.946 22869 23547 I MediaCodec: Codec shutdown complete
11-30 15:16:26.947 22869 23064 I ACodec  :  [] Now uninitialized
11-30 15:16:26.948 22869 23548 I ACodec  : [] onAllocateComponent
11-30 15:16:26.949 22869 23548 I OMXClient: Treble IOmx obtained
11-30 15:16:26.949  2727 27064 I OMXMaster: makeComponentInstance(OMX.Exynos.avc.dec) in omx@1.0-service process
11-30 15:16:26.954  2727 27064 D libexynosv4l2: try node: /dev/video6
11-30 15:16:26.955  2727 27064 I libexynosv4l2: node found for device s5p-mfc-dec: /dev/video6
11-30 15:16:26.960  2727 27064 I libexynosv4l2: open video device /dev/video6
11-30 15:16:26.961 22869 23548 I ACodec  : [OMX.Exynos.avc.dec] Now Loaded
11-30 15:16:26.970 22869 23064 I ACodec  :  [] Now uninitialized
11-30 15:16:26.970 22869 23554 I ACodec  : [] onAllocateComponent
11-30 15:16:26.972 22869 23554 I OMXClient: Treble IOmx obtained
11-30 15:16:26.972  2727 27064 I OMXMaster: makeComponentInstance(OMX.google.aac.decoder) in omx@1.0-service process
11-30 15:16:26.978 22869 23554 I ACodec  : [OMX.google.aac.decoder] Now Loaded
11-30 15:16:26.979 22869 23554 I ACodec  :  [OMX.google.aac.decoder] Now uninitialized
11-30 15:16:26.980 22869 23554 I ACodec  :  [] Now kWhatShutdownCompleted event : 8526
11-30 15:16:26.980 22869 23554 I MediaCodec: Codec shutdown complete
11-30 15:16:26.981 22869 23064 I ACodec  :  [] Now uninitialized
11-30 15:16:26.981 22869 23554 I ACodec  : [] onAllocateComponent
11-30 15:16:26.983 22869 23554 I OMXClient: Treble IOmx obtained
11-30 15:16:26.983  2727 27064 I OMXMaster: makeComponentInstance(OMX.google.aac.decoder) in omx@1.0-service process
11-30 15:16:26.987 22869 23554 I ACodec  : [OMX.google.aac.decoder] Now Loaded
11-30 15:16:27.170  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:27.170  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:27.170  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:27.805 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(334) data(3908) accounts({vnd.sec.contact.phone (1)=155, com.whatsapp (23)=210, com.google (19)=204, com.osp.app.signin (24)=4, vnd.sec.contact.sim2 (3)=14, org.telegram.messenger (36)=127}) accounts deleted({com.google (19)=1}) calls([logtype:100 cnt:500, logtype:300 cnt:500]) countryIso(ID) userId(0)  ]

11-30 15:16:27.805 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ agr({[1 ,1 ,23]=1, [23 ,3 ,36 ,19]=1, [1 ,1 ,36 ,23]=1, [1 ,24 ,23]=1, [19 ,23 ,23 ,36 ,36]=1, [1 ,1 ,1]=1, [19 ,19 ,19 ,1 ,23 ,24 ,36]=1, [19]=10, [19 ,19 ,1]=1, [19 ,1 ,36 ,23]=1, [19 ,36]=4, [1 ,36]=1, [36 ,19 ,23 ,36]=2, [19 ,1 ,23 ,23 ,23]=1, [19 ,1 ,23 ,36 ,36]=1, [19 ,1 ,23 ,36]=9, [1 ,23 ,36 ,36]=1, [1 ,23 ,36]=12, [19 ,23 ,36 ,23]=1, [19 ,36 ,23]=2, [19 ,23 ,36]=68, [3]=10, [1]=72, [19 ,1 ,23 ,24]=1, [1 ,23 ,24 ,36]=1, [19 ,1 ,23]=8, [19 ,1 ,23 ,36 ,23]=1, [19 ,23]=67, [20 ,23]=1, [23 ,3]=1, [36]=12, [1 ,23]=17, [19 ,1]=19, [19 ,23 ,23]=1, [23 ,3 ,36]=2})  ]

11-30 15:16:27.805 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({android.process.acore(15069)=1})  ]

11-30 15:16:27.805 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(1) data(3) accounts({vnd.sec.contact.phone (1)=1})  ]

11-30 15:16:27.805 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(1) data(24) accounts({vnd.sec.contact.phone (1)=1})  ]
11-30 15:16:27.893 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:93%[93%]>.
11-30 15:16:27.895  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:27.896  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 1 line
11-30 15:16:27.896  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:27.896 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:16:27.899 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:27.901 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:27.917  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:27.928  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 22 lines
11-30 15:16:27.928  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:27.934  2985  3578 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:27.934  2985  3578 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:27.934  2985  3578 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:27.934  2985  3578 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:27.945 22869 23548 W AMessage: failed to deliver message as target handler 1 is gone.
11-30 15:16:27.979 22869 23554 W AMessage: failed to deliver message as target handler 6 is gone.
11-30 15:16:28.000  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:28.001  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:16:28.001  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:28.001  2985  2985 D AudioService: isEnabled
11-30 15:16:28.007  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:28.012  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:16:28.013  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:28.015  2985  3614 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:16:28.015  2985  3614 D PersonaManagerService: securefolder Secure Folder
11-30 15:16:28.016  2985  3614 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:16:28.017  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:16:28.032  2985  3614 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:16:28.117  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:16:28.117  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:16:28.170  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:28.171  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:28.171  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:29.171  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:29.171  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:29.171  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:30.017 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:95%[95%]>.
11-30 15:16:30.019  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:30.019  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 1 line
11-30 15:16:30.019  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:30.019 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:16:30.020  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:30.020  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 1 line
11-30 15:16:30.020  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:30.023 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:30.025 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:30.039  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:30.045  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 19 lines
11-30 15:16:30.045  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:30.050  2985  3614 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:30.050  2985  3614 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:30.051  2985  3614 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:30.051  2985  3614 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:30.107  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:30.107  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:16:30.107  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:30.107  2985  2985 D AudioService: isEnabled
11-30 15:16:30.114  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:30.120  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:16:30.120  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:30.122  2985  3578 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:16:30.123  2985  3578 D PersonaManagerService: securefolder Secure Folder
11-30 15:16:30.123  2985  3578 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:16:30.124  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:16:30.144  2985  2995 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:16:30.171  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:30.171  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:30.171  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:30.224  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:16:30.224  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:16:30.815 16067 22299 I CastDatabase: Saving the database
11-30 15:16:30.845 16067 22299 E SQLiteCastStore: Skip saving CastDeviceInfo: "Nearby device" (__cast_nearby___V_2a078324-d5f9-4b88-8a13-4ccf3e079ad2)
11-30 15:16:30.848 16067 22299 I SQLiteCastStore: [CastNetworkInfo] saved: 0, skipped: 0, [CastDeviceInfo]: saved 1, skipped 1, [Paired Guest Mode DeviceInfo] saved: 0, skipped: 0. [ProbedNetworks]: saved 0, skipped: 0, [ProbedSocketAddress]: saved 3, skipped: 0, [Network-Device pairs]: saved: 0
11-30 15:16:31.171  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:31.171  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:31.171  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:31.308  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 9 99 -9 -200 -9 -200 -1 16 -95 -9 0 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:16:31.309  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:16:32.009 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:97%[97%]>.
11-30 15:16:32.011  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:32.011  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 1 line
11-30 15:16:32.011  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:32.012 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:16:32.012  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:32.015  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 9 lines
11-30 15:16:32.015 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:32.015  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:32.015  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:32.016  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:32.018  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 4 lines
11-30 15:16:32.018  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:32.018 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:32.020  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:32.021  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 4 lines
11-30 15:16:32.021  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:32.028  2985  3578 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:32.028  2985  3578 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:32.044  2985  3578 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:32.044  2985  3578 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:32.120  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:32.121  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:16:32.121  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:32.121  2985  2985 D AudioService: isEnabled
11-30 15:16:32.127  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:32.135  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:16:32.136  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:32.138  2985  3578 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:16:32.138  2985  3578 D PersonaManagerService: securefolder Secure Folder
11-30 15:16:32.139  2985  3578 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:16:32.140  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:16:32.153  2985  3827 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:16:32.171  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:32.171  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:32.171  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:32.191 22869 23533 E fb4a.FbnsAIDLClientManager: Max Try reached for binding to FbnsAIDLService, threadId 43792
11-30 15:16:32.193 22869 23533 E fb4a.FbnsAIDLClientManager: Fbns AIDL request got RemoteException
11-30 15:16:32.193 22869 23533 E fb4a.FbnsAIDLClientManager: android.os.RemoteException: AIDLService is not bound
11-30 15:16:32.193 22869 23533 E fb4a.FbnsAIDLClientManager: 	at X.0Rl.call(:416)
11-30 15:16:32.193 22869 23533 E fb4a.FbnsAIDLClientManager: 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
11-30 15:16:32.193 22869 23533 E fb4a.FbnsAIDLClientManager: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:16:32.193 22869 23533 E fb4a.FbnsAIDLClientManager: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:16:32.193 22869 23533 E fb4a.FbnsAIDLClientManager: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:16:32.240  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:16:32.240  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:16:33.172  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:33.172  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:33.172  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:34.172  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:34.172  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:34.172  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:34.795  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:16:34.795  2985  2985 I MotionRecognitionService: Plugged
11-30 15:16:34.795  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:16:34.795  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:16:34.798  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:16:34.799  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:16:34.799  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:16:34.800  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:16:34.803  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:16:34.806  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:16:34.806  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:16:34.806  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:16:34.811 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:16:34.811 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:16:34.841 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:16:34.841 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:16:34.842 23219 23369 D BinderHooker: Got binder ptr e8f36880 for the given val
11-30 15:16:35.034  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:16:35.034  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:16:35.034  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:16:35.172  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:35.172  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:35.172  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:35.247 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:RUNNING:99%[99%]>.
11-30 15:16:35.250  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:35.250 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 2, 192
11-30 15:16:35.250  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:35.250  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:35.254 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:35.256 14965 21611 I Finsky  : [43390] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=DOWNLOADING
11-30 15:16:35.284  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:35.293  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 22 lines
11-30 15:16:35.293  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:35.300  2985  3827 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:35.300  2985  3827 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:35.300  2985  3827 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:35.300  2985  3827 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:35.334 15154 22574 I Finsky:background: [43260] gef.X(3): Broadcasting <532:SUCCEEDED>.
11-30 15:16:35.383  2985  3645 D LocationManagerService: request from uid 15010018 is now foreground
11-30 15:16:35.383  2985  3645 D LocationManagerService: request from uid 15010018 is now foreground
11-30 15:16:35.391  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:35.391  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 1 line
11-30 15:16:35.391  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:35.394  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:35.394  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:16:35.394  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:35.394  2985  2985 D AudioService: isEnabled
11-30 15:16:35.395  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:35.421  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 4 lines
11-30 15:16:35.421  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:35.425  6077  6077 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.herrevad.services.LightweightNetworkQualityAndroidService.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:16:35.425  6077  6077 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.herrevad.services.LightweightNetworkQualityAndroidService.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:16:35.427  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:35.435  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 16 lines
11-30 15:16:35.435  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:35.440  2985  3827 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:35.440  2985  3827 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:35.441  2985  3827 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:16:35.441  2985  3827 D API test: getContainerInfo: value is 150,1359085664
11-30 15:16:35.442 14965 14965 I Finsky  : [2] pgs.f(6): RM: receive resource status onSuccess com.microsoft.office.powerpoint:com.microsoft.office.powerpoint reason: auto_update isis: W_SbDwjiSEGLh_HuF2c6NA, 3, 200
11-30 15:16:35.447  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:35.456  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:16:35.456  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:35.461  2985  3827 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:16:35.461  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:16:35.462  2985  3827 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:16:35.462  2985  3827 D PersonaManagerService: securefolder Secure Folder
11-30 15:16:35.485  2985  3827 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:16:35.522  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:35.522  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:16:35.522  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:35.522  2985  2985 D AudioService: isEnabled
11-30 15:16:35.527  2985  2994 I zygote  : Background concurrent copying GC freed 486274(18MB) AllocSpace objects, 167(6MB) LOS objects, 26% free, 66MB/90MB, paused 887us total 727.816ms
11-30 15:16:35.530  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:35.536  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:16:35.536  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:16:35.538  2985  4272 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:16:35.538  2985  4272 D PersonaManagerService: securefolder Secure Folder
11-30 15:16:35.540  2985  4272 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:16:35.540  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:16:35.566  6077  6077 I Herrevad: [2] zkt.a: updateListenState
11-30 15:16:35.625 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.microsoft.office.powerpoint to state 50
11-30 15:16:35.625 14965 14965 I Finsky  : [2] jqc.u(81): Installer::IT: Start postprocessing download for com.microsoft.office.powerpoint
11-30 15:16:35.626 14965 14965 I Finsky  : [2] jqc.u(93): Installer::IT: Prepare to patch com.microsoft.office.powerpoint (adid: com.microsoft.office.powerpoint , isid: W_SbDwjiSEGLh_HuF2c6NA) from file:///storage/emulated/150/Android/data/com.android.vending/files/installer/159671856/1638260076255 format 5
11-30 15:16:35.640  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:16:35.640  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:16:35.652  2985  4272 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:16:35.653 14965 15024 I Finsky  : [43182] ehg.d(21): APK integrity will be verified using [SHA-256] method
11-30 15:16:35.679 14965 23563 I Finsky  : [43418] fsk.run(6): DU: Stored data usage stats for package com.microsoft.office.powerpoint; completed bytes: 46410224.
11-30 15:16:36.172  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:36.172  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:36.172  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:37.173  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:37.173  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:37.173  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:37.476  2985  3645 D LocationManagerService: request from uid 15010018 is now background)
11-30 15:16:37.477  2985  3645 D LocationManagerService: request from uid 15010018 is now background)
11-30 15:16:37.479 15154 22574 I Finsky:background: [43260] hrq.f(2): DownloadService is getting stopped.
11-30 15:16:37.483  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:37.483  2985  2985 I chatty  : uid=1000 system_server identical 1 line
11-30 15:16:37.483  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:16:37.485 15154 15154 I Finsky:background: [2] DownloadService.onDestroy(5): DownloadService is getting destroyed.
11-30 15:16:37.487  2985  2985 E SensorManager: sensor or listener is null
11-30 15:16:37.500 14965 14965 W Finsky  : [2] ejg.f(3): No LoggingContext in the bundle, which breaks event chain!. Creating a new logging context.
11-30 15:16:37.500  2985  2995 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:16:37.500  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:16:37.599  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:16:37.600  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:16:38.173  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:38.173  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:38.173  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:39.173  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:39.173  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:39.173  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:40.173  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:40.173  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:40.173  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:41.173  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:41.173  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:41.173  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:42.173  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:42.173  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:42.173  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:43.174  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:43.174  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:43.174  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:44.105  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 8 99 -8 -200 -8 -200 -1 14 -97 -10 -10 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:16:44.105  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:16:44.174  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:44.174  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:44.174  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:44.905  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:16:44.905  2985  2985 I MotionRecognitionService: Plugged
11-30 15:16:44.905  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:16:44.905  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:16:44.906  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:16:44.907  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:16:44.907  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:16:44.908  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:16:44.908  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:16:44.910 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:16:44.910 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:16:44.910 23219 23562 D BinderHooker: Got binder ptr e8f36880 for the given val
11-30 15:16:44.911  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:16:44.911  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:16:44.911  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:16:44.912 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:16:44.912 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:16:45.056  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:16:45.056  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:16:45.056  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:16:45.174  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:45.174  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:45.174  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:45.384  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 7 99 -7 -200 -7 -200 -1 12 -99 -10 20 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:16:45.384  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:16:46.174  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:46.174  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:46.174  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:47.174  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:47.174  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:47.174  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:48.174  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:48.174  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:48.174  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:49.175  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:49.175  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:49.175  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:50.175  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:50.175  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:50.175  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:51.175  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:51.175  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:51.175  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:52.065  6077  6077 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.herrevad.services.LightweightNetworkQualityAndroidService.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:16:52.175  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:52.175  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:52.175  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:53.175  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:53.175  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:53.175  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:54.175  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:54.175  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:54.175  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:55.016  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:16:55.016  2985  2985 I MotionRecognitionService: Plugged
11-30 15:16:55.016  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:16:55.016  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:16:55.017  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:16:55.018  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:16:55.018  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:16:55.020  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:16:55.020  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:16:55.020 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:16:55.020 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:16:55.021 23219 23562 D BinderHooker: Got binder ptr e8f36880 for the given val
11-30 15:16:55.021 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:16:55.022 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:16:55.071  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:16:55.071  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:16:55.071  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:16:55.175  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:55.176  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:55.176  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:55.482  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:16:55.482  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:16:55.482  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:16:56.176  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:56.176  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:56.176  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:57.176  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:57.176  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:57.176  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:58.176  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:58.176  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:58.176  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:16:59.176  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:16:59.176  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:16:59.176  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:00.176  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:00.177  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:00.177  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:00.483  3510  3617 D KeyguardUpdateMonitor: received broadcast android.intent.action.TIME_TICK
11-30 15:17:00.483  3510  3510 D KeyguardServiceBoxContainer: refreshTime() 1
11-30 15:17:00.502  4604  4604 I Launcher: onReceive: com.samsung.action.EVERY_MINUTE_CLOCK_UPDATE
11-30 15:17:00.509  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.sec.android.app.clockpackage
11-30 15:17:00.510  4604  4604 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:00.539  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:17:00.539  2719  2795 E IptablesRestoreController: -D fw_standby_uid -m owner --uid-owner 15010227 -j DROP
11-30 15:17:00.539  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:17:00.554  4604  4604 I LiveIconManager: getLiveIcon: complete(sync_created)
11-30 15:17:00.554  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.sec.android.app.clockpackage
11-30 15:17:00.564 21258 12611 E WakeLock: GCM_HB_ALARM release without a matched acquire!
11-30 15:17:00.578  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.samsung.android.calendar
11-30 15:17:00.578  4604  4604 I BitmapCacheContainer: getBitmapCache: BitmapCache expired com.samsung.android.calendar/UserHandle{0}
11-30 15:17:00.579  4604  4604 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:00.582  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:17:00.582  2719  2795 E IptablesRestoreController: -D fw_standby_uid -m owner --uid-owner 15010227 -j DROP
11-30 15:17:00.582  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:17:00.582  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:17:00.583  4604  4604 I LiveIconManager: getLiveIcon: complete(sync_created)
11-30 15:17:00.583  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.samsung.android.calendar
11-30 15:17:01.177  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:01.177  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:01.177  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:02.177  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:02.177  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:02.177  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:03.177  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:03.177  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:03.177  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:04.177  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:04.177  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:04.177  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:05.090  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:17:05.090  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:17:05.090  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:17:05.135  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:17:05.135  2985  2985 I MotionRecognitionService: Plugged
11-30 15:17:05.135  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:17:05.135  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:17:05.136  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:17:05.137  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:17:05.137  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:17:05.139  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:17:05.139  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:17:05.140  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:17:05.141  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:17:05.141  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:17:05.141 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:17:05.141 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:17:05.142 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:17:05.142 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:17:05.143 23219 23562 D BinderHooker: Got binder ptr e8f36880 for the given val
11-30 15:17:05.177  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:05.177  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:05.177  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:06.177  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:06.177  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:06.177  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:07.177  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:07.177  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:07.177  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:08.177  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:08.178  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:08.178  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:08.232  2985  3105 I TLC_TIMA_PKM_initialize: initializing...
11-30 15:17:08.411  2985  3105 I TLC_TIMA_PKM_initialize: root = 0, root_strlen = 1
11-30 15:17:08.411  2985  3105 I TLC_TIMA_PKM_initialize: process = ffffffff00000000000000000000000a, process_strlen = 32
11-30 15:17:08.411  2985  3105 I TZ: mc_tlc_communication: input max_sendmsg_size = 262196
11-30 15:17:08.411  2985  3105 I TZ: mc_tlc_communication: input max_recvmsg_size = 262196
11-30 15:17:08.411  2985  3105 I TZ: mc_tlc_communication: root = 0, root_len = 1
11-30 15:17:08.411  2985  3105 I TZ: mc_tlc_communication: process = ffffffff00000000000000000000000a, process_strlen = 32
11-30 15:17:08.411  2985  3105 I TZ: mc_tlc_communication: aligned max_sendmsg_size = 262208
11-30 15:17:08.411  2985  3105 I TZ: mc_tlc_communication: aligned max_recvmsg_size = 262208
11-30 15:17:08.411  2985  3105 I TZ: mc_tlc_communication: device_id = 0x0
11-30 15:17:08.411  2985  3105 I TZ: mc_tlc_communication: tlc_open() was called
11-30 15:17:08.411  2985  3105 I TZ: mc_tlc_communication: Opening MobiCore device
11-30 15:17:08.412  2985  3105 I TeeDriverClient: driver client open [hardware/samsung_slsi/exynos7870/mobicore/ClientLib/src/driver_client.cpp:103]
11-30 15:17:08.412  2985  3105 I TZ: mc_tlc_communication: Allocating message buffer for TCI
11-30 15:17:08.413  2985  3105 I TZ: mc_tlc_communication: Opening the session
11-30 15:17:08.431  2985  3105 I TZ: mc_tlc_communication: tlc_open() succeeded
11-30 15:17:08.431  2985  3105 E TLC_TIMA_PKM_initialize: tima_pkm : ro.ddr_start_type does not exist
11-30 15:17:08.454  2985  3105 I TLC_TIMA_PKM_initialize: Trustlet response is completed
11-30 15:17:09.178  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:09.178  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:09.178  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:10.178  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:10.178  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:10.178  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:10.535  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:17:10.535  2719  2795 E IptablesRestoreController: -A fw_standby_uid -m owner --uid-owner 15010227 -j DROP
11-30 15:17:10.535  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:17:10.544  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:17:10.544  2719  2795 E IptablesRestoreController: -A fw_standby_uid -m owner --uid-owner 15010227 -j DROP
11-30 15:17:10.544  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:17:10.544  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:17:11.178  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:11.178  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:11.178  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:12.178  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:12.178  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:12.178  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:13.178  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:13.178  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:13.178  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:13.380  2985  3105 I TLC_TIMA_PKM_measure_kernel: TIMA: response_id = 3
11-30 15:17:13.380  2985  3105 I TLC_TIMA_PKM_measure_kernel: TIMA: response ret = 0, result_ondemand = MSG=Kernel Verification Success;
11-30 15:17:13.380  2985  3105 I TZ: mc_tlc_communication: tlc_close() was called
11-30 15:17:13.380  2985  3105 I TZ: mc_tlc_communication: Closing the session
11-30 15:17:13.381  2985  3105 I TZ: mc_tlc_communication: Freeing message buffer
11-30 15:17:13.381  2985  3105 I TZ: mc_tlc_communication: Closing MobiCore device
11-30 15:17:13.381  2985  3105 I TeeDriverClient: driver client closed [hardware/samsung_slsi/exynos7870/mobicore/ClientLib/src/driver_client.cpp:113]
11-30 15:17:13.381  2985  3105 I TZ: mc_tlc_communication: tlc_close() finished
11-30 15:17:14.178  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:14.178  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:14.178  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:14.972 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(0) data(0) accounts({}) accounts deleted({}) calls([]) countryIso(ID) userId(150)  ]

11-30 15:17:14.972 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ agr({})  ]

11-30 15:17:14.972 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({})  ]

11-30 15:17:14.972 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(0) data(0) accounts({})  ]

11-30 15:17:14.972 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(0) data(0) accounts({})  ]
11-30 15:17:15.119  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:17:15.119  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:17:15.119  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:17:15.178  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:15.178  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:15.178  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:15.247  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:17:15.247  2985  2985 I MotionRecognitionService: Plugged
11-30 15:17:15.247  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:17:15.247  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:17:15.249  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:17:15.249  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:17:15.249  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:17:15.249  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:17:15.249  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:17:15.252 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:17:15.252 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:17:15.252 23219 23562 D BinderHooker: Got binder ptr e8f36880 for the given val
11-30 15:17:15.253 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:17:15.253 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:17:15.254  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:17:15.254  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:17:15.254  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:17:16.179  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:16.179  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:16.179  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:16.735 14965 15024 I Finsky  : [43182] eny.call(44): Patch apply task for com.microsoft.office.powerpoint (com.microsoft.office.powerpoint) (format 5) completed in 41100 ms
11-30 15:17:17.179  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:17.179  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:17.179  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:18.179  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:18.179  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:18.179  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:19.179  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:19.179  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:19.179  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:20.179  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:20.179  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:20.179  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:21.179  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:21.179  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:21.179  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:21.702 14965 14965 I Finsky  : [2] enx.apply(131): Successfully applied patch to update com.microsoft.office.powerpoint (com.microsoft.office.powerpoint)
11-30 15:17:21.737 14965 14965 I Finsky  : [2] hsh.g(1): getDownloads()
11-30 15:17:21.762 14965 18420 W Finsky  : [43281] fth.run(5): Exception while deleting file:///storage/emulated/150/Android/data/com.android.vending/files/installer/159671856/1638260076255: java.lang.IllegalArgumentException: Unknown URL file:///storage/emulated/150/Android/data/com.android.vending/files/installer/159671856/1638260076255
11-30 15:17:21.775 15154 15154 I Finsky:background: [2] kmm.onCreate(2): IPC-SERVER: Starting gRPC host service...
11-30 15:17:21.789 14965 14965 I Finsky  : [2] jox.run(10): Installer::IT: Removed com.microsoft.office.powerpoint from ResourceManager for patching complete
11-30 15:17:21.797 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.microsoft.office.powerpoint to state 40
11-30 15:17:21.885 14965 15041 I Finsky  : [43191] jpp.accept(3): Installer::IT: starting next download: package=com.microsoft.office.powerpoint
11-30 15:17:21.887 14965 15041 I Finsky  : [43191] azk.u(3): Installer: Handling streamingComplete for com.microsoft.office.powerpoint gid: 0
11-30 15:17:21.904 15154 23578 I Finsky:background: [43267] hqb.f(1): getDownloads()
11-30 15:17:21.922 14965 15041 I Finsky  : [43191] jqc.y(40): Installer::IT: Begin install of com.microsoft.office.powerpoint (isid: W_SbDwjiSEGLh_HuF2c6NA)
11-30 15:17:21.922 14965 14965 I Finsky  : [2] hsh.h(1): remove(532)
11-30 15:17:21.924 15154 23578 I Finsky:background: [43267] hqb.g(1): remove(request_id=532)
11-30 15:17:22.139 15154 23580 I Finsky:background: [43269] hqb.d(20): onRemove(request_id=532, files_to_download=1, group_id=com.microsoft.office.powerpoint, display_data[invisible=false, title=Microsoft PowerPoint: Slideshows and Presentations], network_restrictions=1, status=succeeded, bytes_downloaded=46410224, retry[count=0, next_retry=n/a])
11-30 15:17:22.179  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:22.180  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:22.180  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:23.015 14965 15041 I Finsky  : [43191] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=INSTALLING
11-30 15:17:23.029 14965 23581 I Finsky  : [43422] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=INSTALLING
11-30 15:17:23.180  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:23.180  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:23.180  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:23.455  4729  4729 W Finsky  : [2] ewj.run(9): Killing app as it has been scheduled for restart
11-30 15:17:23.461  4729  4729 I Finsky  : [2] euf.run(7): Exit with reason: 432, called from : java.lang.Throwable
11-30 15:17:23.461  4729  4729 I Finsky  : 	at euf.run(PG:3)
11-30 15:17:23.461  4729  4729 I Finsky  : 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 15:17:23.461  4729  4729 I Finsky  : 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 15:17:23.461  4729  4729 I Finsky  : 	at android.os.Looper.loop(Looper.java:164)
11-30 15:17:23.461  4729  4729 I Finsky  : 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 15:17:23.461  4729  4729 I Finsky  : 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:17:23.461  4729  4729 I Finsky  : 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 15:17:23.461  4729  4729 I Finsky  : 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 15:17:23.465  4729  4729 I zygote  : System.exit called, status: 0
11-30 15:17:23.465  4729  4729 I AndroidRuntime: VM exiting with result code 0, cleanup skipped.
11-30 15:17:23.563  2706  2706 W keystore: ENTER remove operation from uid 1017
11-30 15:17:23.584 16134 16134 W BillingClient: Billing service disconnected.
11-30 15:17:23.585 19185 19185 W BillingClient: Billing service disconnected.
11-30 15:17:23.587  2706  2706 W keystore: ENTER remove operation from uid 1017
11-30 15:17:23.587  2706  2706 I chatty  : uid=1017(keystore) /system/bin/keystore identical 4 lines
11-30 15:17:23.587  2706  2706 W keystore: ENTER remove operation from uid 1017
11-30 15:17:23.606 19185 19185 W BillingClient: Billing service disconnected.
11-30 15:17:23.611 14965 14965 I Finsky  : [2] gcs.onServiceDisconnected(5): XPF:Storage service disconnected
11-30 15:17:23.612 14965 14965 I chatty  : uid=15010040(com.android.vending) identical 3 lines
11-30 15:17:23.612 14965 14965 I Finsky  : [2] gcs.onServiceDisconnected(5): XPF:Storage service disconnected
11-30 15:17:23.622 21820 21820 W BillingClient: Billing service disconnected.
11-30 15:17:23.656 21820 21820 W BillingClient: Billing service disconnected.
11-30 15:17:23.661  2985  3002 I zygote  : Successfully killed process cgroup uid 10040 pid 4729 in 99ms
11-30 15:17:23.676  2985  3070 W Choreographer: Frame time is 12.442427 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:17:23.815  2985  3069 I PersonaServiceHelper: installStageForKnox(user:150 installerUid:15010040)
11-30 15:17:23.816  2985  3069 D PersonaServiceHelper: Installer check name is com.android.vending original uid -1
11-30 15:17:23.816  2985  3069 D PersonaServiceHelper: Check if installer com.android.vending isAllowedToInstall true
11-30 15:17:23.820  2985  3069 D PersonaServiceHelper: Installer com.android.vending, Is allowed to install pkg com.microsoft.office.powerpoint ? true
11-30 15:17:23.823  2985  3069 D PackageManager: START_PACKAGE_INSTALL: observer{102550075}
11-30 15:17:23.823  2985  3069 D PackageManager:           stagedDir{/data/app/vmdl1836923651.tmp}
11-30 15:17:23.823  2985  3069 D PackageManager:           stagedCid{null}
11-30 15:17:23.823  2985  3069 D PackageManager:           Request from{com.android.vending}
11-30 15:17:23.823  2985  3069 D PackageManager:           VerificationInfo{,originatingUid=-1,installerUid=15010040}
11-30 15:17:23.824  2985  3019 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.android.defcontainer user:0
11-30 15:17:23.830  2985  3019 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:17:23.830  2985  3019 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.android.defcontainer user:0
11-30 15:17:23.830  2985  3019 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:17:23.845 23590 23590 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:17:23.848 23590 23590 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:23.850 23590 23590 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.android.defcontainer 
11-30 15:17:23.917  2985  2995 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10009 ,Container id: 0
11-30 15:17:23.917  2985  2995 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10009 ,Container id: 0
11-30 15:17:23.917  2985  2995 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:23.922  2985  2995 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10009 ,Container id: 0
11-30 15:17:23.922  2985  2995 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10009 ,Container id: 0
11-30 15:17:23.922  2985  2995 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:23.927 23590 23590 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:23.959 23590 23590 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10009
11-30 15:17:23.959 23590 23590 D Proxy   : mdoP is null: 10009
11-30 15:17:23.965 23590 23590 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:17:24.180  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:24.180  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:24.180  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:24.313  2985  3019 D PackageManager: EAS IT Policy com.microsoft.office.powerpoint isPackageSignedByPlatform = false
11-30 15:17:24.560  2985  3019 D PackageManager: sendBroadcastAsUser. PACKAGE_INSTALL_STARTED
11-30 15:17:24.560  2985  3019 D PackageManager: EAS IT Policy com.microsoft.office.powerpoint isPackageSignedByPlatform = false
11-30 15:17:24.561  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.enhance.gameservice user:0
11-30 15:17:24.562  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:17:24.562  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.enhance.gameservice user:0
11-30 15:17:24.562  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:17:24.565 14965 14965 I Finsky  : [2] vjy.c(7): Install-time verification requested for package com.microsoft.office.powerpoint, id = 13
11-30 15:17:24.580 23605 23605 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:17:24.580  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.android.vending user:0
11-30 15:17:24.580  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:17:24.580  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.android.vending user:0
11-30 15:17:24.580  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:17:24.582 23605 23605 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:24.583 23605 23605 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.enhance.gameservice 
11-30 15:17:24.591 23617 23617 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:17:24.593 23617 23617 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:24.594 23617 23617 I SELinux : SELinux: seapp_context_lookup: seinfo=gmscore, level=s0:c512,c768, pkgname=com.android.vending 
11-30 15:17:24.605  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10102 ,Container id: 0
11-30 15:17:24.605  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10102 ,Container id: 0
11-30 15:17:24.606  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:24.611  2985  2995 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10102 ,Container id: 0
11-30 15:17:24.611  2985  2995 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10102 ,Container id: 0
11-30 15:17:24.612  2985  2995 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:24.613 14965 23561 I Finsky  : [43417] VerifyAppsInstallTask.mv(5): Skipping verification because own installation
11-30 15:17:24.614 14965 23561 I Finsky  : [43417] VerifyAppsInstallTask.mv(15): Verify: Skipping anti malware verification due to pre-check failure. package=com.microsoft.office.powerpoint
11-30 15:17:24.614 14965 23561 I Finsky  : [43417] VerifyPerSourceInstallationConsentInstallTask.mv(2): PSIC verification started with installer uid: 15010040 package name: com.android.vending, originating uid: -1
11-30 15:17:24.615 14965 23561 E Finsky  : [43417] VerifyPerSourceInstallationConsentInstallTask.d(2): Package name com.android.shell is not an installed package
11-30 15:17:24.617 23605 23605 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:24.622 14965 23561 I Finsky  : [43417] VerifyPerSourceInstallationConsentInstallTask.mv(9): Skipping logging for attempted installation. This is a Play Store installation.
11-30 15:17:24.622 14965 14965 I Finsky  : [2] VerifyInstallTask.j(1): Returning package verification result id=13, result=1
11-30 15:17:24.625  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10040 ,Container id: 0
11-30 15:17:24.625  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10040 ,Container id: 0
11-30 15:17:24.625  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:24.628 14965 14965 I Finsky  : [2] VerifyInstallTask.mu(6): Verification complete: id=13, package_name=com.microsoft.office.powerpoint
11-30 15:17:24.635  2985  2995 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10040 ,Container id: 0
11-30 15:17:24.635  2985  2995 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10040 ,Container id: 0
11-30 15:17:24.635  2985  2995 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:24.641 23605 23605 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10102
11-30 15:17:24.642 23605 23605 D Proxy   : mdoP is null: 10102
11-30 15:17:24.645 23617 23617 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:24.669  2985  3019 W PackageManager: verifying app can be installed or not
11-30 15:17:24.672 23617 23617 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10040
11-30 15:17:24.673  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled
11-30 15:17:24.673 23617 23617 D Proxy   : mdoP is null: 10040
11-30 15:17:24.686  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking PKG WL - false
11-30 15:17:24.687  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking PKG BL - true
11-30 15:17:24.687  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking PERM BL - true
11-30 15:17:24.687  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking SIG BL - true
11-30 15:17:24.687  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking PKG WL - false
11-30 15:17:24.703  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking PKG BL - true
11-30 15:17:24.704  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking PERM BL - true
11-30 15:17:24.704  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking SIG BL - true
11-30 15:17:24.723  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  enabled true
11-30 15:17:24.761  2985  3019 I AASAInstall: ship device
11-30 15:17:24.762 23605 23605 D GOS:GameServiceReceiver: action : com.samsung.android.intent.action.PACKAGE_INSTALL_STARTED
11-30 15:17:24.774 23605 23605 D GOS:MainIntentService: onCreate
11-30 15:17:24.778 23605 23637 D GOS:MainIntentService: onHandleIntent. begin
11-30 15:17:24.783 23605 23637 I GOS:DatabaseHelper: com.enhance.gameservice.App@c18ee6d
11-30 15:17:24.783 23605 23637 I GOS:DatabaseHelper: Create a DatabaseHelper
11-30 15:17:24.828 23605 23637 D GOS:MainIntentService: onHandleIntent(). type : 2
11-30 15:17:24.828 23605 23637 D GOS:MainIntentService: onHandleIntent(). PACKAGE_CHANGED. changeType : 2, packageName : com.microsoft.office.powerpoint
11-30 15:17:24.841 23605 23637 D GOS:GlobalSettingsContainer: setMode(), 1
11-30 15:17:24.841 23605 23637 D GOS:GlobalSettingsContainer: setDefaultDss(), 75.0
11-30 15:17:24.841 23605 23637 D GOS:GlobalSettingsContainer: setDefaultDss2(), 100.0
11-30 15:17:24.841 23605 23637 D GOS:GlobalSettingsContainer: setDefaultDfs(), 60.0
11-30 15:17:24.841 23605 23637 D GOS:GlobalSettingsContainer: setEachModeDss(), [100.0, 75.0, 75.0, 50.0]
11-30 15:17:24.841 23605 23637 D GOS:GlobalSettingsContainer: setEachModeDss2(), [100.0, 100.0, 75.0, 50.0]
11-30 15:17:24.841 23605 23637 D GOS:GlobalSettingsContainer: setEachModeDfs(), [60.0, 60.0, 60.0, 30.0]
11-30 15:17:24.841 23605 23637 D GOS:GlobalSettingsContainer: setRecommendedMode(), [0, 1, 2, 3]
11-30 15:17:24.841 23605 23637 D GOS:GlobalSettingsContainer: setEnabledFeatureFlag(), src : 342277969731031827, result : 342277969726800147
11-30 15:17:24.841 23605 23637 D GOS:GlobalSettingsContainer: setAvailableFeatureFlag(), 1064042593946633491
11-30 15:17:24.841 23605 23637 D GOS:GlobalSettingsContainer: setEnabledFeatureFlag(), src : 342277969726800147, result : 343403938353119507
11-30 15:17:24.841 23605 23637 D GOS:GlobalSettingsContainer: setServerFeatureFlagPolicy(), NNNNN000NNNNNNNNNNN0NNN000NN00NN0NNN1NNNNNN000NNNN1NNNNN
11-30 15:17:24.841 23605 23637 D GOS:GlobalSettingsContainer: setDefaultFeatureFlag(), 346781844236309267
11-30 15:17:24.841 23605 23637 D GOS:GlobalSettingsContainer: setEnabledFeatureFlag(), src : 55169164154896659, result : 55169164154896659
11-30 15:17:24.841 23605 23637 D GOS:GlobalSettingsContainer: setDefaultDts(), 100
11-30 15:17:24.841 23605 23637 D GOS:GlobalSettingsContainer: setEachModeDts(), [100, 100, 100, 100]
11-30 15:17:24.841 23605 23637 D GOS:GlobalSettingsContainer: setEachModeMdnie(), [0, 0, 0, 0]
11-30 15:17:24.841 23605 23637 D GOS:GlobalSettingsContainer: setDefaultOdtc(), 0
11-30 15:17:24.842 23605 23637 D GOS:GlobalSettingsContainer: setEachModeOdtc(), [0, 0, 0, 0]
11-30 15:17:24.842 23605 23637 D GOS:GlobalSettingsContainer: setIpmMode(), 2
11-30 15:17:24.842 23605 23637 D GOS:GlobalSettingsContainer: setIpmTargetPower(), -1
11-30 15:17:24.842 23605 23637 D GOS:GlobalSettingsContainer: setIpmTargetTemperature(), 480
11-30 15:17:24.857  2985  3019 W SELinux : SELinux: set fc_digest(/data/app/com.microsoft.office.powerpoint-ozHy5XjGaCu-mP2k_wiJ4w==)
11-30 15:17:24.884 23617 23617 W ResourceType: ResTable_typeSpec entry count inconsistent: given 141, previously 169
11-30 15:17:24.894 23605 23637 E GOS:SeDex: failed to getSystemService()
11-30 15:17:24.900 23605 23637 E GOS:SeDex: failed to getSystemService()
11-30 15:17:24.906 23605 23637 D GOS:SeGameManager: succeeded to get requestWithJson
11-30 15:17:24.906 23605 23637 D GOS:SeGameManager: succeeded to get requestDeathRestart
11-30 15:17:24.906 23605 23637 D GOS:SeGameManager: succeeded to get cancelDeathRestart
11-30 15:17:24.911 23605 23637 D GOS:SystemHelper: Create a SystemHelper
11-30 15:17:24.911 23605 23637 D GOS:SystemHelper: sendRequestToGameManagerService(), command :set_global_data
11-30 15:17:24.960  2985  3019 I PackageManager.DexOptimizer: Running dexopt (dexoptNeeded=1) on: /data/app/com.microsoft.office.powerpoint-ozHy5XjGaCu-mP2k_wiJ4w==/base.apk pkg=com.microsoft.office.powerpoint isa=arm dexoptFlags=boot_complete,public target-filter=quicken oatDir=/data/app/com.microsoft.office.powerpoint-ozHy5XjGaCu-mP2k_wiJ4w==/oat sharedLibraries=PCL[]
11-30 15:17:24.976 23617 23617 I Finsky  : [2] euh.az(6): Process created at version: 28.0.34-21 [0] [PR] 410833180
11-30 15:17:25.018 23605 23637 D GOS:SystemHelper: requestJson: {"tuner_mode":1,"launcher_mode":1,"custom_config_name":""}
11-30 15:17:25.018 23605 23637 D GOS:SystemHelper: response: setGlobalDataWithJson(), TunerMode: 1, CustomConfigName: , LauncherMode: 1
11-30 15:17:25.018 23605 23637 D GOS:GlobalSettingsContainer: setLauncherMode(), 1
11-30 15:17:25.019 23605 23637 D GOS:GlobalSettingsContainer: LoggingPolicy(). mTestGroupName: null, mMaxSessionInSec: 3600
11-30 15:17:25.019 23605 23637 D GOS:DataManager: load GlobalSettingsContainer values
11-30 15:17:25.019 23605 23637 I GOS:DataManager: checkResolution
11-30 15:17:25.020 23605 23637 D GOS:DisplayInfo: DPI: 480, LongSide: 1920, ShortSide: 1080
11-30 15:17:25.020 23605 23637 D GOS:TSSCore: displayShortSide :  1080, globalDefaultTargetShortSide : -1, globalEachModeTargetShortSide : null
11-30 15:17:25.020 23605 23637 D GOS:DisplayUtil: getResolutionType()
11-30 15:17:25.020 23605 23637 D GOS:DisplayUtil: getResolutionType(), checkResolution. MultiResolution is not supported. do nothing
11-30 15:17:25.021 23605 23637 D GOS:DisplayInfo: DPI: 480, LongSide: 1920, ShortSide: 1080
11-30 15:17:25.021 23605 23637 D GOS:DataManager: Constructor, SOS policy, sosPolicyKeys : [siop, governor_settings, app_start, boost_settings, touch_settings, scheduler_settings]
11-30 15:17:25.021 23605 23637 I GOS:DataManager: Create a DataManager
11-30 15:17:25.021 23605 23637 D GOS:DataManager: onPackageInstallStarted(). packageName :  com.microsoft.office.powerpoint
11-30 15:17:25.021 23605 23637 D GOS:DataManager: addPkgDataFromServer(), packageName : com.microsoft.office.powerpoint
11-30 15:17:25.030 23605 23637 D GOS:PkgData: PkgData(), pkgName: com.microsoft.office.powerpoint
11-30 15:17:25.030 23605 23637 D GOS:PkgData: setCustomFeatureFlag, pkgName: com.microsoft.office.powerpoint, old featureFlag: 346781844236309267, new featureFlag: 274882278167
11-30 15:17:25.031 23605 23637 D GOS:DataManager: addPkgDataFromServer(), skip. categorized by 2
11-30 15:17:25.032 23605 23637 D GOS:PkgData: PkgData(), pkgName: com.microsoft.office.powerpoint
11-30 15:17:25.032 23605 23637 D GOS:PkgData: setCustomFeatureFlag, pkgName: com.microsoft.office.powerpoint, old featureFlag: 346781844236309267, new featureFlag: 274882278167
11-30 15:17:25.032 23605 23637 D GOS:MainIntentService: there is gamemanger. don't start GameService
11-30 15:17:25.033 23605 23605 D GOS:MainIntentService: onDestroy
11-30 15:17:25.134  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:17:25.134  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:17:25.134  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:17:25.177 23617 23649 I Finsky  : [43711] njl.b(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08].
11-30 15:17:25.180  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:25.180  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:25.180  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:25.261 23617 23646 I Finsky  : [43709] njl.b(18): Finished reading experiment flags from file [t_fjJJC43KA_OiKaXl8KqRICqgWrlArSopPuYhb0J-g].
11-30 15:17:25.274 23617 23649 I Finsky  : [43711] njl.b(18): Finished reading experiment flags from file [O4cwWhUuii83s48qPZ4ESPa-WkxrxdBdpB4kwsfZCw8].
11-30 15:17:25.293 23617 23649 I Finsky  : [43711] njl.b(18): Finished reading experiment flags from file [O6hJZ6Muw5i_zOyAUbBJFpleUG-jdRBdB043ekQpVyY].
11-30 15:17:25.302 23617 23649 I Finsky  : [43711] njl.b(18): Finished reading experiment flags from file [LUWogKypjb7RWmRejnU5O1h59eLjTO5VaoyUjj5ewHQ].
11-30 15:17:25.302 23641 23641 I dex2oat : /system/bin/dex2oat --input-vdex-fd=-1 --output-vdex-fd=10 --compiler-filter=quicken --classpath-dir=/data/app/com.microsoft.office.powerpoint-ozHy5XjGaCu-mP2k_wiJ4w== --class-loader-context=PCL[]
11-30 15:17:25.310 23617 23649 I Finsky  : [43711] njl.b(18): Finished reading experiment flags from file [MszMnxqGCVbi9ery7EIeGpGCyxKhbik4z8xSF3S8S4A].
11-30 15:17:25.312 23641 23641 W dex2oat : Could not reserve sentinel fault page
11-30 15:17:25.319 23617 23649 I Finsky  : [43711] njl.b(18): Finished reading experiment flags from file [R1WoDsKFNSjTBX8KzDwygRsNvEMaeJCseeJ2VEXUqIc].
11-30 15:17:25.327 23617 23649 I Finsky  : [43711] njl.b(18): Finished reading experiment flags from file [aU8_yTuK7HKspWieOjhOOZSvuUm2_zkK0V3W9yHsEAo].
11-30 15:17:25.335 23617 23649 I Finsky  : [43711] njl.b(18): Finished reading experiment flags from file [BHNLlyXmOKVMF-EL3JISIdFkJXaxvG7c49Hu37ohx_E].
11-30 15:17:25.344 23617 23617 I Finsky  : [2] njl.b(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno].
11-30 15:17:25.378  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:17:25.378  2985  2985 I MotionRecognitionService: Plugged
11-30 15:17:25.378  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:17:25.378  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:17:25.381  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:17:25.382  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:17:25.382  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:17:25.382  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:17:25.382  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:17:25.384 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:17:25.384 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:17:25.385 23219 23562 D BinderHooker: Got binder ptr e8f36880 for the given val
11-30 15:17:25.385 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:17:25.385 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:17:25.387  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:17:25.387  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:17:25.387  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:17:25.394 23617 23617 I Finsky  : [2] pmx.<init>(3): Resetting scheduler db
11-30 15:17:25.403  2985  2995 D PackageManager: setEnabledSetting : userId = 0 packageName = com.android.vending cmp = com.android.vending.AssetBrowserActivity newState = 1 callingPackage = 10040/com.android.vending
11-30 15:17:25.415  2985  2995 D PackageManager: setEnabledSetting : userId = 0 packageName = com.android.vending cmp = com.google.android.finsky.prewarmservice.PrewarmService newState = 1 callingPackage = 10040/com.android.vending
11-30 15:17:25.427  2985  3615 D PackageManager: setEnabledSetting : userId = 0 packageName = com.android.vending cmp = com.google.android.finsky.activities.DebugActivity newState = 2 callingPackage = 10040/com.android.vending
11-30 15:17:25.431 23617 23645 I Finsky  : [43708] umq.d(2): Not a unicorn account
11-30 15:17:25.439 23617 23644 I Finsky  : [43707] vfb.a(1): Warm data store was already initialized.
11-30 15:17:25.439 23617 23645 I Finsky  : [43708] ngb.<init>(3): PackageMonitorReceiverImpl - Registering in memory receiver for android.intent.action.PACKAGE_ADDED and android.intent.action.PACKAGE_REMOVED
11-30 15:17:25.442  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:17:25.449 23617 23659 I Finsky  : [43717] pmg.accept(69): SCH: Scheduling phonesky job Id: 1-1337, CT: 1638256285982, Constraints: [{ L: 42535577, D: 85735577, C: 1, I: 1, N: 1 }]
11-30 15:17:25.450 23617 23659 I Finsky  : [43717] pmg.accept(69): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1638240354970, Constraints: [{ L: 43200000, D: 44100000, C: 1, I: 1, N: 0 }]
11-30 15:17:25.450 23617 23659 I Finsky  : [43717] pmg.accept(69): SCH: Scheduling phonesky job Id: 34-2812, CT: 1638212503236, Constraints: [{ L: 604800000, D: 2542226803, C: 2, I: 2, N: 2 }, { L: 604800000, D: 2542226803, C: 1, I: 2, N: 2 }]
11-30 15:17:25.451 23617 23659 I Finsky  : [43717] pmg.accept(69): SCH: Scheduling phonesky job Id: 34-2815, CT: 1638244911068, Constraints: [{ L: 604761757, D: 1900761757, C: 2, I: 2, N: 2 }, { L: 604761757, D: 1900761757, C: 1, I: 2, N: 2 }]
11-30 15:17:25.452 23617 23644 I Finsky  : [43707] wbk.d(2): SysUA: Disable SystemUpdateActivity, because Android is lower than Q
11-30 15:17:25.452 23617 23659 I Finsky  : [43717] pmg.accept(69): SCH: Scheduling phonesky job Id: 34-2816, CT: 1638242054694, Constraints: [{ L: 79197589, D: 1375197589, C: 1, I: 1, N: 1 }]
11-30 15:17:25.454 23617 23659 I Finsky  : [43717] pmg.accept(69): SCH: Scheduling phonesky job Id: 34-2817, CT: 1638242056977, Constraints: [{ L: 604800000, D: 2591998797, C: 2, I: 2, N: 2 }, { L: 604800000, D: 2591998797, C: 1, I: 2, N: 2 }]
11-30 15:17:25.454  2985  2995 D PackageManager: setEnabledSetting : userId = 0 packageName = com.android.vending cmp = com.google.android.finsky.systemcomponentupdateui.common.SystemComponentUpdateActivity newState = 0 callingPackage = 10040/com.android.vending
11-30 15:17:25.457 23617 23664 I Finsky  : [43721] qjx.run(10): SysCUA: Set {com.android.vending/com.google.android.finsky.systemcomponentupdateui.common.SystemComponentUpdateActivity} enabled state to 0
11-30 15:17:25.458  2985  2995 D PackageManager: setEnabledSetting : userId = 0 packageName = com.android.vending cmp = com.google.android.finsky.systemupdateactivity.SystemUpdateActivity newState = 2 callingPackage = 10040/com.android.vending
11-30 15:17:25.459  2985  2995 D PackageManager: setEnabledSetting : userId = 0 packageName = com.android.vending cmp = com.google.android.finsky.systemupdateactivity.SettingsSecurityEntryPoint newState = 2 callingPackage = 10040/com.android.vending
11-30 15:17:25.460 23617 23664 I Finsky  : [43721] fde.run(60): SysUA: Set SystemUpdateActivity enabled state to 2
11-30 15:17:25.461 23617 23659 I Finsky  : [43717] pmg.accept(69): SCH: Scheduling phonesky job Id: 34-2818, CT: 1638244922881, Constraints: [{ L: 604800000, D: 2591992957, C: 2, I: 2, N: 2 }, { L: 604800000, D: 2591992957, C: 1, I: 2, N: 2 }]
11-30 15:17:25.461 23617 23659 I Finsky  : [43717] pmg.accept(69): SCH: Scheduling phonesky job Id: 34-2819, CT: 1638244922898, Constraints: [{ L: 604800000, D: 2591992745, C: 2, I: 2, N: 2 }, { L: 604800000, D: 2591992745, C: 1, I: 2, N: 2 }]
11-30 15:17:25.480 23617 23668 D ConnectivityManager: requestNetwork; CallingUid : 10040, CallingPid : 23617
11-30 15:17:25.484  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:17:25.487  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:17:25.499  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:25.499  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:25.499  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:25.499  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:25.500  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:25.500  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:25.500  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:25.500  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:25.500  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:25.500  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:25.500  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:25.500  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:25.500  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:25.500  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:25.500  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:25.500  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:25.500  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:25.500  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:25.580 23617 23644 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
11-30 15:17:25.581 23617 23644 I Finsky  : [43707] mke.i(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileMaximum
11-30 15:17:25.582 23617 23644 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
11-30 15:17:25.583 23617 23644 I Finsky  : [43707] mke.h(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileRecommended
11-30 15:17:25.584 23617 23644 I Finsky  : [43707] aaoj.c(2): registerListener
11-30 15:17:25.586 23617 23644 I Finsky  : [43707] aaoj.c(2): registerListener
11-30 15:17:25.591 23617 23644 I Finsky  : [43707] lhi.m(5): Enqueuing libraries load for -1631165557
11-30 15:17:25.591 23617 23656 I Finsky  : [43715] lhi.o(1): Starting libraries load for -1631165557
11-30 15:17:25.602 23617 23644 I Finsky  : [43707] gjo.j(3): Subscription detail: DataSubscriptionInfo{groupIdLevel1=ffffff, serviceProviderName=[n49EHvdw4kISvD5bmP3bs65ssEuMWst0eGGgvrRKGBI], simCarrierId=null}
11-30 15:17:25.604 23617 23645 I Finsky  : [43708] vmb.v(2): Setup app restrictions monitor
11-30 15:17:25.617 23617 23646 I Finsky  : [43709] vfb.a(1): Warm data store was already initialized.
11-30 15:17:25.618 23617 23646 I Finsky  : [43709] vfc.a(1): Warm data store was already initialized.
11-30 15:17:25.624 23617 23645 I Finsky  : [43708] vmz.a(3): Device wide unknown source restriction is changed.
11-30 15:17:25.670 23617 23648 I cr_CronetLibraryLoader: Cronet version: 98.0.4699.0, arch: armv8l
11-30 15:17:25.681  2985  2995 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.gsf user:0
11-30 15:17:25.681  2985  2995 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:17:25.681  2985  2995 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.gsf user:0
11-30 15:17:25.681  2985  2995 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:17:25.695 23689 23689 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:17:25.697 23689 23689 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:25.698 23689 23689 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.google.process.gapps 
11-30 15:17:25.710  2985  5081 D ActivityManager: The following uid has registered to recieve broadcast for proxy related updates 10040
11-30 15:17:25.722  2985  3615 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:17:25.722  2985  3615 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:17:25.723  2985  3615 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:25.726  2985  3615 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:17:25.726  2985  3615 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:25.729  2985  3615 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:17:25.729  2985  3615 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:25.732  2985  2985 D KnoxVpnEngineService: Vpn Receiver : com.samsung.android.knox.intent.action.VPN_PROXY_BROADCAST_INTERNAL
11-30 15:17:25.732  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:17:25.734  2985  3615 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:17:25.734  2985  3615 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:17:25.734  2985  3615 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:25.738  2985  3615 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:17:25.738  2985  3615 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:25.742  2985  3615 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:17:25.742  2985  3615 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:25.745 23689 23689 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:25.765 23689 23689 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10018
11-30 15:17:25.766 23689 23689 D Proxy   : mdoP is null: 10018
11-30 15:17:25.766 23617 23664 I Finsky  : [43721] pgq.apply(52): SCH: Scheduling 0 system job(s)
11-30 15:17:25.818 23689 23689 I GoogleHttpClient: GMS http client unavailable, use old client
11-30 15:17:25.847 23617 23656 I Finsky  : [43715] lhi.o(20): Loaded library for account: [tx1OnwR59UxnwCw6l78ItpQrUWzXPVUQzS-KA31x2W8]
11-30 15:17:25.848 23617 23656 I Finsky  : [43715] lhi.o(20): Loaded library for account: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:25.848 23617 23656 I Finsky  : [43715] lhi.o(20): Loaded library for account: [MWfcSuBk4fgBxtzcZ6Tnwm14NFQ_qVdxV5drE0ILwQc]
11-30 15:17:25.849 23617 23656 I Finsky  : [43715] lhi.o(20): Loaded library for account: [BbAaH86PyleBG9uZqlSclgspMmyLqp3-VAX7rDTDCRs]
11-30 15:17:25.849 23617 23656 I Finsky  : [43715] lhi.o(20): Loaded library for account: [w60DVleQgRsf3Zk63KWwpzUFqUnAiUsC-h9XTnivAiI]
11-30 15:17:25.850 23617 23656 I Finsky  : [43715] lhi.o(20): Loaded library for account: [N8reDF7aysQU-3c4nd2u7UpZYHKO97JzBanvUzeZTOk]
11-30 15:17:25.850 23617 23656 I Finsky  : [43715] lhi.o(20): Loaded library for account: [19-6KWz4Oly9nmLOY4WVVprWhbItwBTAMwYmTDL00cs]
11-30 15:17:25.851 23617 23656 I Finsky  : [43715] lhi.o(20): Loaded library for account: [1rPl8P-XADqKz-XtVC8Ydd3hajifZ4fyM4JPVetllNE]
11-30 15:17:25.852 23617 23656 I Finsky  : [43715] lhi.o(24): Finished loading 8 libraries.
11-30 15:17:25.873  2985  7619 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 2985 / 1000 / 7619
11-30 15:17:25.960 23617 23665 I Finsky  : [43722] slz.<init>(2): Item store provider started.
11-30 15:17:25.960 23617 23617 I Finsky  : [2] ProfileStateService.onCreate(1): XPF:creating profileStateService
11-30 15:17:25.961 23617 23617 I Finsky  : [2] vfb.a(1): Warm data store was already initialized.
11-30 15:17:25.962 23617 23617 I Finsky  : [2] vfb.a(1): Warm data store was already initialized.
11-30 15:17:25.965 23617 23665 I Finsky  : [43722] slz.q(6): Created new item store.
11-30 15:17:25.967 23617 23631 I Finsky  : [43703] gcp.a(3): XPF:Registering listener 8620181 for user UserHandle{150}.
11-30 15:17:25.967 23617 23631 I Finsky  : [43703] gcp.b(4): XPF:User UserHandle{150} finished enterprise setup, removing profile.
11-30 15:17:25.968 23617 23631 I Finsky  : [43703] gcp.a(3): XPF:Registering listener 64798122 for user UserHandle{150}.
11-30 15:17:25.969 23617 23631 I Finsky  : [43703] gcp.b(4): XPF:User UserHandle{150} finished enterprise setup, removing profile.
11-30 15:17:25.969 23617 23631 I Finsky  : [43703] gcp.a(3): XPF:Registering listener 37928347 for user UserHandle{150}.
11-30 15:17:25.970 23617 23631 I Finsky  : [43703] gcp.b(4): XPF:User UserHandle{150} finished enterprise setup, removing profile.
11-30 15:17:25.971 23617 23631 I Finsky  : [43703] gcp.a(3): XPF:Registering listener 219292984 for user UserHandle{150}.
11-30 15:17:25.972 23617 23631 I Finsky  : [43703] gcp.b(4): XPF:User UserHandle{150} finished enterprise setup, removing profile.
11-30 15:17:25.973 23617 23631 I Finsky  : [43703] gcp.a(3): XPF:Registering listener 157358353 for user UserHandle{150}.
11-30 15:17:25.974 23617 23720 I Finsky  : [43749] gcp.b(4): XPF:User UserHandle{150} finished enterprise setup, removing profile.
11-30 15:17:25.992 23617 23617 I Finsky  : [2] jpm.B(3): Installer: Attempting to start installer
11-30 15:17:25.994 23617 23617 I Finsky  : [2] aaoj.c(2): registerListener
11-30 15:17:26.010 23617 23617 I Finsky  : [2] vfb.a(1): Warm data store was already initialized.
11-30 15:17:26.012 23617 23617 I Finsky  : [2] vfb.a(1): Warm data store was already initialized.
11-30 15:17:26.015 23617 23617 I Finsky  : [2] jvi.<init>(18): Initializing pausers from value store.
11-30 15:17:26.016 23617 23617 I Finsky  : [2] jvi.<init>(21): Get the following callers from value store [].
11-30 15:17:26.082 23617 23617 I Finsky  : [2] gjn.onSubscriptionsChanged(1): onSubscriptionsChanged
11-30 15:17:26.083 23617 23617 I Finsky  : [2] jpm.P(1): Installer: Installer kick - no action, not running yet
11-30 15:17:26.088 23617 23649 D NetworkSecurityConfig: No Network Security Config specified, using platform default
11-30 15:17:26.099 23617 23649 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:17:26.099 23617 23649 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:17:26.103  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:17:26.180  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:26.180  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:26.180  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:26.533  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10040 ,Container id: 0
11-30 15:17:26.533  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10040 ,Container id: 0
11-30 15:17:26.534  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:26.626 23617 23665 I Finsky  : [43722] pmg.accept(69): SCH: Scheduling phonesky job Id: 29-29, CT: 1638260245349, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }]
11-30 15:17:26.797 23617 23629 I zygote  : Background concurrent copying GC freed 104442(8MB) AllocSpace objects, 22(516KB) LOS objects, 49% free, 10MB/20MB, paused 230us total 198.246ms
11-30 15:17:26.810 23617 23665 I Finsky  : [43722] pgq.apply(52): SCH: Scheduling 1 system job(s)
11-30 15:17:26.810 23617 23665 I Finsky  : [43722] pgq.apply(58): SCH: Scheduling system job Id: 9737, L: 28539, D: 58539, C: false, I: false, N: 0
11-30 15:17:26.909 23617 23736 I Finsky  : [43761] hsh.g(1): getDownloads()
11-30 15:17:26.987 23617 23631 I Finsky  : [43703] qiq.n(14): com.lbe.parallel.intl: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:26.987 23617 23723 I Finsky  : [43751] qiq.n(14): com.lbe.parallel.intl: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:26.987 23617 23630 I Finsky  : [43702] qiq.n(14): com.lbe.parallel.intl: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:26.987 23617 23724 I Finsky  : [43752] qiq.n(14): com.parallel.space.lite: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:26.987 23617 23720 I Finsky  : [43749] qiq.n(14): com.parallel.space.lite: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:26.990 23617 23722 I Finsky  : [43750] qiq.n(14): com.parallel.space.lite: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:26.997 15059 15059 I Finsky:background: [2] kmm.onCreate(2): IPC-SERVER: Starting gRPC host service...
11-30 15:17:26.998 23617 23630 I Finsky  : [43702] qiq.n(63): Billing preferred account via installer for com.lbe.parallel.intl: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:26.998 23617 23631 I Finsky  : [43703] qiq.n(63): Billing preferred account via installer for com.lbe.parallel.intl: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:26.998 23617 23722 I Finsky  : [43750] qiq.n(63): Billing preferred account via installer for com.parallel.space.lite: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:26.999 23617 23724 I Finsky  : [43752] qiq.n(63): Billing preferred account via installer for com.parallel.space.lite: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:26.999 23617 23720 I Finsky  : [43749] qiq.n(63): Billing preferred account via installer for com.parallel.space.lite: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:26.999 23617 23723 I Finsky  : [43751] qiq.n(63): Billing preferred account via installer for com.lbe.parallel.intl: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.003 23617 23635 I Finsky  : [43704] qiq.n(14): com.github.ericytsang.screenfilter.app.android: Account determined from installer data - [tx1OnwR59UxnwCw6l78ItpQrUWzXPVUQzS-KA31x2W8]
11-30 15:17:27.004 23617 23635 I Finsky  : [43704] qiq.n(63): Billing preferred account via installer for com.github.ericytsang.screenfilter.app.android: [tx1OnwR59UxnwCw6l78ItpQrUWzXPVUQzS-KA31x2W8]
11-30 15:17:27.049 15059 23744 I Finsky:background: [43231] hqb.f(1): getDownloads()
11-30 15:17:27.072 23617 23630 I Finsky  : [43702] qiq.n(14): com.github.ericytsang.screenfilter.app.android: Account determined from installer data - [tx1OnwR59UxnwCw6l78ItpQrUWzXPVUQzS-KA31x2W8]
11-30 15:17:27.073 23617 23630 I Finsky  : [43702] qiq.n(63): Billing preferred account via installer for com.github.ericytsang.screenfilter.app.android: [tx1OnwR59UxnwCw6l78ItpQrUWzXPVUQzS-KA31x2W8]
11-30 15:17:27.073 23617 23631 I Finsky  : [43703] qiq.n(14): com.lbe.parallel.intl: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.073 23617 23631 I Finsky  : [43703] qiq.n(63): Billing preferred account via installer for com.lbe.parallel.intl: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.075 23617 23631 I Finsky  : [43703] qiq.n(14): com.lbe.parallel.intl: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.076 23617 23631 I Finsky  : [43703] qiq.n(63): Billing preferred account via installer for com.lbe.parallel.intl: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.084 23617 23631 I Finsky  : [43703] qiq.n(14): com.parallel.space.lite: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.084 23617 23631 I Finsky  : [43703] qiq.n(63): Billing preferred account via installer for com.parallel.space.lite: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.087 23617 23631 I Finsky  : [43703] qiq.n(14): com.parallel.space.lite: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.088 23617 23631 I Finsky  : [43703] qiq.n(63): Billing preferred account via installer for com.parallel.space.lite: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.089 23617 23659 I Finsky  : [43717] hsh.g(1): getDownloads()
11-30 15:17:27.090 15059 23744 I Finsky:background: [43231] hqb.f(1): getDownloads()
11-30 15:17:27.093 23617 23725 I Finsky  : [43753] jox.run(20): Installer: Installer starting
11-30 15:17:27.093 23617 23725 I Finsky  : [43753] jox.run(22): Installer: Installer started
11-30 15:17:27.094 23617 23631 I Finsky  : [43703] qiq.n(14): com.github.ericytsang.screenfilter.app.android: Account determined from installer data - [tx1OnwR59UxnwCw6l78ItpQrUWzXPVUQzS-KA31x2W8]
11-30 15:17:27.095 23617 23631 I Finsky  : [43703] qiq.n(63): Billing preferred account via installer for com.github.ericytsang.screenfilter.app.android: [tx1OnwR59UxnwCw6l78ItpQrUWzXPVUQzS-KA31x2W8]
11-30 15:17:27.097 23617 23624 I zygote  : Do partial code cache collection, code=868B, data=30KB
11-30 15:17:27.101 23617 23617 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=true, apps=[]
11-30 15:17:27.111 23617 23624 I zygote  : After code cache collection, code=868B, data=30KB
11-30 15:17:27.111 23617 23624 I zygote  : Increasing code cache capacity to 128KB
11-30 15:17:27.117 23617 23630 I Finsky  : [43702] qiq.n(14): com.lbe.parallel.intl: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.117 23617 23635 I Finsky  : [43704] qiq.n(14): com.lbe.parallel.intl: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.118 23617 23723 I Finsky  : [43751] qiq.n(14): com.lbe.parallel.intl: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.118 23617 23630 I Finsky  : [43702] qiq.n(63): Billing preferred account via installer for com.lbe.parallel.intl: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.118 23617 23635 I Finsky  : [43704] qiq.n(63): Billing preferred account via installer for com.lbe.parallel.intl: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.118 23617 23723 I Finsky  : [43751] qiq.n(63): Billing preferred account via installer for com.lbe.parallel.intl: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.120 23617 23748 I Finsky  : [43768] jss.a(101): IV2: found recoverable installs: []
11-30 15:17:27.121 23617 23724 I Finsky  : [43752] qiq.n(14): com.lbe.parallel.intl: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.121 23617 23724 I Finsky  : [43752] qiq.n(63): Billing preferred account via installer for com.lbe.parallel.intl: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.127 23617 23724 I Finsky  : [43752] qiq.n(14): com.lbe.parallel.intl: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.127 23617 23630 I Finsky  : [43702] qiq.n(14): com.lbe.parallel.intl: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.128 23617 23722 I Finsky  : [43750] qiq.n(14): com.lbe.parallel.intl: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.129 23617 23630 I Finsky  : [43702] qiq.n(63): Billing preferred account via installer for com.lbe.parallel.intl: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.129 23617 23724 I Finsky  : [43752] qiq.n(63): Billing preferred account via installer for com.lbe.parallel.intl: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.129 23617 23722 I Finsky  : [43750] qiq.n(63): Billing preferred account via installer for com.lbe.parallel.intl: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.132 23617 23724 I Finsky  : [43752] qiq.n(14): com.lbe.parallel.intl: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.132 23617 23724 I Finsky  : [43752] qiq.n(63): Billing preferred account via installer for com.lbe.parallel.intl: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.134 23617 23724 I Finsky  : [43752] qiq.n(14): com.parallel.space.lite: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.135 23617 23735 I Finsky  : [43760] qiq.n(14): com.parallel.space.lite: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.135 23617 23720 I Finsky  : [43749] qiq.n(14): com.parallel.space.lite: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.135 23617 23724 I Finsky  : [43752] qiq.n(63): Billing preferred account via installer for com.parallel.space.lite: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.137 23617 23720 I Finsky  : [43749] qiq.n(63): Billing preferred account via installer for com.parallel.space.lite: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.137 23617 23735 I Finsky  : [43760] qiq.n(63): Billing preferred account via installer for com.parallel.space.lite: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.139 23617 23724 I Finsky  : [43752] qiq.n(14): com.parallel.space.lite: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.139 23617 23734 I Finsky  : [43759] qiq.n(14): com.lbe.parallel.intl: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.140 23617 23734 I Finsky  : [43759] qiq.n(63): Billing preferred account via installer for com.lbe.parallel.intl: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.140 23617 23724 I Finsky  : [43752] qiq.n(63): Billing preferred account via installer for com.parallel.space.lite: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.140 23617 23755 I Finsky  : [43771] qiq.n(14): com.lbe.parallel.intl: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.141 23617 23755 I Finsky  : [43771] qiq.n(63): Billing preferred account via installer for com.lbe.parallel.intl: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.145 23617 23724 I Finsky  : [43752] qiq.n(14): com.parallel.space.lite: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.145 23617 23757 I Finsky  : [43773] qiq.n(14): com.parallel.space.lite: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.147 23617 23756 I Finsky  : [43772] qiq.n(14): com.parallel.space.lite: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.147 23617 23724 I Finsky  : [43752] qiq.n(63): Billing preferred account via installer for com.parallel.space.lite: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.147 23617 23757 I Finsky  : [43773] qiq.n(63): Billing preferred account via installer for com.parallel.space.lite: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.147 23617 23756 I Finsky  : [43772] qiq.n(63): Billing preferred account via installer for com.parallel.space.lite: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.149 23617 23724 I Finsky  : [43752] qiq.n(14): com.parallel.space.lite: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.149 23617 23724 I Finsky  : [43752] qiq.n(63): Billing preferred account via installer for com.parallel.space.lite: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.154 23617 23724 I Finsky  : [43752] qiq.n(14): com.parallel.space.lite: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.154 23617 23759 I Finsky  : [43775] qiq.n(14): com.parallel.space.lite: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.155 23617 23724 I Finsky  : [43752] qiq.n(63): Billing preferred account via installer for com.parallel.space.lite: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.155 23617 23759 I Finsky  : [43775] qiq.n(63): Billing preferred account via installer for com.parallel.space.lite: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:17:27.180  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:27.180  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:27.180  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:27.350 23617 23723 I Finsky  : [43751] qiq.n(14): com.github.ericytsang.screenfilter.app.android: Account determined from installer data - [tx1OnwR59UxnwCw6l78ItpQrUWzXPVUQzS-KA31x2W8]
11-30 15:17:27.351 23617 23723 I Finsky  : [43751] qiq.n(63): Billing preferred account via installer for com.github.ericytsang.screenfilter.app.android: [tx1OnwR59UxnwCw6l78ItpQrUWzXPVUQzS-KA31x2W8]
11-30 15:17:27.351 23617 23735 I Finsky  : [43760] qiq.n(14): com.github.ericytsang.screenfilter.app.android: Account determined from installer data - [tx1OnwR59UxnwCw6l78ItpQrUWzXPVUQzS-KA31x2W8]
11-30 15:17:27.352 23617 23735 I Finsky  : [43760] qiq.n(63): Billing preferred account via installer for com.github.ericytsang.screenfilter.app.android: [tx1OnwR59UxnwCw6l78ItpQrUWzXPVUQzS-KA31x2W8]
11-30 15:17:27.371 23617 23764 I Finsky  : [43779] mwy.accept(14): Pruning stale session for com.github.ericytsang.screenfilter.app.android
11-30 15:17:27.379 23617 23617 I Finsky  : [2] vfb.a(1): Warm data store was already initialized.
11-30 15:17:27.380 23617 23617 I Finsky  : [2] qnp.a(1): Connecting InstallListener to SplitInstallService broadcaster...
11-30 15:17:27.380 23617 23688 I Finsky  : [43736] hgn.a(2): ApplicationRestrictions: {}
11-30 15:17:27.389  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:17:27.488  2985  4272 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10040 ,Container id: 0
11-30 15:17:27.488  2985  4272 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10040 ,Container id: 0
11-30 15:17:27.488  2985  4272 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:27.941 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(334) data(3908) accounts({vnd.sec.contact.phone (1)=155, com.whatsapp (23)=210, com.google (19)=204, com.osp.app.signin (24)=4, vnd.sec.contact.sim2 (3)=14, org.telegram.messenger (36)=127}) accounts deleted({com.google (19)=1}) calls([logtype:100 cnt:500, logtype:300 cnt:500]) countryIso(ID) userId(0)  ]

11-30 15:17:27.941 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ agr({[1 ,1 ,23]=1, [23 ,3 ,36 ,19]=1, [1 ,1 ,36 ,23]=1, [1 ,24 ,23]=1, [19 ,23 ,23 ,36 ,36]=1, [1 ,1 ,1]=1, [19 ,19 ,19 ,1 ,23 ,24 ,36]=1, [19]=10, [19 ,19 ,1]=1, [19 ,1 ,36 ,23]=1, [19 ,36]=4, [1 ,36]=1, [36 ,19 ,23 ,36]=2, [19 ,1 ,23 ,23 ,23]=1, [19 ,1 ,23 ,36 ,36]=1, [19 ,1 ,23 ,36]=9, [1 ,23 ,36 ,36]=1, [1 ,23 ,36]=12, [19 ,23 ,36 ,23]=1, [19 ,36 ,23]=2, [19 ,23 ,36]=68, [3]=10, [1]=72, [19 ,1 ,23 ,24]=1, [1 ,23 ,24 ,36]=1, [19 ,1 ,23]=8, [19 ,1 ,23 ,36 ,23]=1, [19 ,23]=67, [20 ,23]=1, [23 ,3]=1, [36]=12, [1 ,23]=17, [19 ,1]=19, [19 ,23 ,23]=1, [23 ,3 ,36]=2})  ]

11-30 15:17:27.941 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({android.process.acore(15069)=1})  ]

11-30 15:17:27.941 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(1) data(3) accounts({vnd.sec.contact.phone (1)=1})  ]

11-30 15:17:27.941 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(1) data(24) accounts({vnd.sec.contact.phone (1)=1})  ]
11-30 15:17:28.021 16067 16067 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.payse.service.BIND pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.GmsApiService }
11-30 15:17:28.021 16067 16067 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.payse.service.BIND pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.GmsApiService }
11-30 15:17:28.033 16067 16067 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.ocr.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.GmsApiService }
11-30 15:17:28.033 16067 16067 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.ocr.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.GmsApiService }
11-30 15:17:28.077  3470  3482 D TelephonyProvider: query: match = 11
11-30 15:17:28.077  3470  3482 D TelephonyProvider: subIdString = 3 subId = 3
11-30 15:17:28.103 16067 12914 V NFC     : this device does not have NFC support
11-30 15:17:28.115 16067 16067 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.ocr.service.internal.START cmp=com.google.android.gms/.chimera.GmsInternalApiService }
11-30 15:17:28.115 16067 16067 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.ocr.service.internal.START cmp=com.google.android.gms/.chimera.GmsInternalApiService }
11-30 15:17:28.135 23617 23664 D PaySecureElementClient: Felica app not found; returning isSecureElementAvailable = false!
11-30 15:17:28.151  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.152  2985  4272 I FingerprintService: Active Biometrics : true
11-30 15:17:28.156  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.179  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.180  2985  4272 I FingerprintService: Active Biometrics : true
11-30 15:17:28.180  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:28.181  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:28.181  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:28.183  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.183  2985  4272 I FingerprintService: Active Biometrics : true
11-30 15:17:28.228  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.228  2985  4272 I FingerprintService: Active Biometrics : true
11-30 15:17:28.397 23617 23761 I Finsky  : [43777] qcj.run(24): Skipping a request to /bulkAcquire since cache has all the records.
11-30 15:17:28.407 16067 12914 V NFC     : this device does not have NFC support
11-30 15:17:28.420 23617 23656 D PaySecureElementClient: Felica app not found; returning isSecureElementAvailable = false!
11-30 15:17:28.420  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.424  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.424  2985  4272 I FingerprintService: Active Biometrics : true
11-30 15:17:28.426  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.426  2985  4272 I FingerprintService: Active Biometrics : true
11-30 15:17:28.431  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.431  2985  4272 I FingerprintService: Active Biometrics : true
11-30 15:17:28.435 23617 23761 I Finsky  : [43777] qcj.run(24): Skipping a request to /bulkAcquire since cache has all the records.
11-30 15:17:28.443 16067 12914 V NFC     : this device does not have NFC support
11-30 15:17:28.456 23617 23659 D PaySecureElementClient: Felica app not found; returning isSecureElementAvailable = false!
11-30 15:17:28.456  2985  3024 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.460  2985  3024 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.460  2985  3024 I FingerprintService: Active Biometrics : true
11-30 15:17:28.462  2985  3024 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.462  2985  3024 I FingerprintService: Active Biometrics : true
11-30 15:17:28.466  2985  3024 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.466  2985  3024 I FingerprintService: Active Biometrics : true
11-30 15:17:28.470 23617 23761 I Finsky  : [43777] qcj.run(24): Skipping a request to /bulkAcquire since cache has all the records.
11-30 15:17:28.480 16067 12914 V NFC     : this device does not have NFC support
11-30 15:17:28.616 23617 23664 D PaySecureElementClient: Felica app not found; returning isSecureElementAvailable = false!
11-30 15:17:28.617  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.623  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.624  2985  4272 I FingerprintService: Active Biometrics : true
11-30 15:17:28.626  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.626  2985  4272 I FingerprintService: Active Biometrics : true
11-30 15:17:28.633  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.634  2985  4272 I FingerprintService: Active Biometrics : true
11-30 15:17:28.644 23617 23761 I Finsky  : [43777] qcj.run(24): Skipping a request to /bulkAcquire since cache has all the records.
11-30 15:17:28.662 16067 12914 V NFC     : this device does not have NFC support
11-30 15:17:28.688 23617 23665 D PaySecureElementClient: Felica app not found; returning isSecureElementAvailable = false!
11-30 15:17:28.689  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.696  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.697  2985  4272 I FingerprintService: Active Biometrics : true
11-30 15:17:28.700  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.700  2985  4272 I FingerprintService: Active Biometrics : true
11-30 15:17:28.708  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.709  2985  4272 I FingerprintService: Active Biometrics : true
11-30 15:17:28.716 23617 23761 I Finsky  : [43777] qcj.run(24): Skipping a request to /bulkAcquire since cache has all the records.
11-30 15:17:28.731 16067 12914 V NFC     : this device does not have NFC support
11-30 15:17:28.755 23617 23656 D PaySecureElementClient: Felica app not found; returning isSecureElementAvailable = false!
11-30 15:17:28.756  2985  4489 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.764  2985  4489 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.764  2985  4489 I FingerprintService: Active Biometrics : true
11-30 15:17:28.767  2985  4489 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.767  2985  4489 I FingerprintService: Active Biometrics : true
11-30 15:17:28.776  2985  4489 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.776  2985  4489 I FingerprintService: Active Biometrics : true
11-30 15:17:28.785 23617 23761 I Finsky  : [43777] qcj.run(24): Skipping a request to /bulkAcquire since cache has all the records.
11-30 15:17:28.800 16067 12914 V NFC     : this device does not have NFC support
11-30 15:17:28.825 23617 23659 D PaySecureElementClient: Felica app not found; returning isSecureElementAvailable = false!
11-30 15:17:28.826  2985  3024 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.835  2985  3024 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.836  2985  3024 I FingerprintService: Active Biometrics : true
11-30 15:17:28.839  2985  3024 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.840  2985  3024 I FingerprintService: Active Biometrics : true
11-30 15:17:28.848  2985  3024 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.848  2985  3024 I FingerprintService: Active Biometrics : true
11-30 15:17:28.859 23617 23761 I Finsky  : [43777] qcj.run(24): Skipping a request to /bulkAcquire since cache has all the records.
11-30 15:17:28.871 16067 12914 V NFC     : this device does not have NFC support
11-30 15:17:28.890 23617 23664 D PaySecureElementClient: Felica app not found; returning isSecureElementAvailable = false!
11-30 15:17:28.890  2985  3024 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.895  2985  3024 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.896  2985  3024 I FingerprintService: Active Biometrics : true
11-30 15:17:28.898  2985  3024 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.899  2985  3024 I FingerprintService: Active Biometrics : true
11-30 15:17:28.905  2985  3024 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.905  2985  3024 I FingerprintService: Active Biometrics : true
11-30 15:17:28.910 23617 23761 I Finsky  : [43777] qcj.run(24): Skipping a request to /bulkAcquire since cache has all the records.
11-30 15:17:28.919 16067 12914 V NFC     : this device does not have NFC support
11-30 15:17:28.933 23617 23665 D PaySecureElementClient: Felica app not found; returning isSecureElementAvailable = false!
11-30 15:17:28.934  2985  4489 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.939  2985  4489 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.939  2985  4489 I FingerprintService: Active Biometrics : true
11-30 15:17:28.940  2985  4489 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.940  2985  4489 I FingerprintService: Active Biometrics : true
11-30 15:17:28.945  2985  4489 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.946  2985  4489 I FingerprintService: Active Biometrics : true
11-30 15:17:28.950 23617 23761 I Finsky  : [43777] qcj.run(24): Skipping a request to /bulkAcquire since cache has all the records.
11-30 15:17:28.959 16067 12914 V NFC     : this device does not have NFC support
11-30 15:17:28.973 23617 23656 D PaySecureElementClient: Felica app not found; returning isSecureElementAvailable = false!
11-30 15:17:28.974  2985  4489 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.979  2985  4489 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.980  2985  4489 I FingerprintService: Active Biometrics : true
11-30 15:17:28.981  2985  4489 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.982  2985  4489 I FingerprintService: Active Biometrics : true
11-30 15:17:28.986 23617 23624 I zygote  : Do partial code cache collection, code=9KB, data=56KB
11-30 15:17:28.986 23617 23624 I zygote  : After code cache collection, code=9KB, data=56KB
11-30 15:17:28.986 23617 23624 I zygote  : Increasing code cache capacity to 256KB
11-30 15:17:28.986  2985  4489 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:28.987  2985  4489 I FingerprintService: Active Biometrics : true
11-30 15:17:28.988 23617 23624 I zygote  : Compiler allocated 4MB to compile abtz abax.r(android.content.Context, int, int, byte[], java.lang.String, boolean, java.lang.String, boolean, boolean, abeo, abeb, advs, ajkm)
11-30 15:17:28.994 23617 23761 I Finsky  : [43777] qcj.run(24): Skipping a request to /bulkAcquire since cache has all the records.
11-30 15:17:29.004 16067 12914 V NFC     : this device does not have NFC support
11-30 15:17:29.018 23617 23659 D PaySecureElementClient: Felica app not found; returning isSecureElementAvailable = false!
11-30 15:17:29.018  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:29.022  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:29.023  2985  4272 I FingerprintService: Active Biometrics : true
11-30 15:17:29.024  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:29.024  2985  4272 I FingerprintService: Active Biometrics : true
11-30 15:17:29.028  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:29.028  2985  4272 I FingerprintService: Active Biometrics : true
11-30 15:17:29.033 23617 23761 I Finsky  : [43777] qcj.run(24): Skipping a request to /bulkAcquire since cache has all the records.
11-30 15:17:29.042 16067 12914 V NFC     : this device does not have NFC support
11-30 15:17:29.053 23617 23664 D PaySecureElementClient: Felica app not found; returning isSecureElementAvailable = false!
11-30 15:17:29.054  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:29.059  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:29.060  2985  4272 I FingerprintService: Active Biometrics : true
11-30 15:17:29.061  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:29.062  2985  4272 I FingerprintService: Active Biometrics : true
11-30 15:17:29.067  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:29.067  2985  4272 I FingerprintService: Active Biometrics : true
11-30 15:17:29.074 23617 23761 I Finsky  : [43777] qcj.run(24): Skipping a request to /bulkAcquire since cache has all the records.
11-30 15:17:29.181  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:29.181  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:29.181  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:29.395  1956  2001 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:17:29.396  1956  2001 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:17:29.398  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:17:29.400 23641 23641 I dex2oat : Running dex2oat (parent PID = 2705)
11-30 15:17:30.181  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:30.181  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:30.181  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:30.186  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 6 99 -6 -200 -6 -200 -1 10 -101 -12 -30 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:17:30.187  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:17:30.370 23641 23641 I dex2oat : Explicit concurrent copying GC freed 40400(6MB) AllocSpace objects, 0(0B) LOS objects, 89% free, 181KB/1717KB, paused 218us total 68.691ms
11-30 15:17:31.181  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:31.181  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:31.181  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:31.286 23641 23641 I dex2oat : Explicit concurrent copying GC freed 34234(7MB) AllocSpace objects, 0(0B) LOS objects, 87% free, 228KB/1764KB, paused 92us total 92.528ms
11-30 15:17:31.479 23617 23688 D Volley  : [43736] dob.a: HTTP response for request=<[ ] https://play-fe.googleapis.com/fdfe/inAppPurchaseHistory?bav=6&shpn=com.github.ericytsang.screenfilter.app.android&iabt=inapp 0x4be64f9b NORMAL 14> [lifetime=4122], [size=691], [rc=200], [retryCount=0]
11-30 15:17:31.737 23641 23641 I dex2oat : Explicit concurrent copying GC freed 17561(4MB) AllocSpace objects, 0(0B) LOS objects, 85% free, 260KB/1796KB, paused 92us total 41.961ms
11-30 15:17:32.181  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:32.181  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:32.182  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:32.202 15154 15154 I Finsky:background: [2] kmm.onDestroy(8): IPC-SERVER: Stopping gRPC host service...
11-30 15:17:32.607 16134 16148 I zygote  : Background concurrent copying GC freed 116963(2MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2MB/4MB, paused 638us total 102.215ms
11-30 15:17:32.807 23641 23641 I dex2oat : ----------------------------------------------------
11-30 15:17:32.807 23641 23641 I dex2oat : <SS>: S T A R T I N G . . .
11-30 15:17:32.807 23641 23641 D dex2oat : <SS>: apk not found at /base.odex
11-30 15:17:32.807 23641 23641 D dex2oat : <SS>: trying at /data/app/com.microsoft.office.powerpoint-ozHy5XjGaCu-mP2k_wiJ4w==/base.apk
11-30 15:17:32.807 23641 23641 I dex2oat : <SS>: going to process manifest for 32-bit.../data/app/com.microsoft.office.powerpoint-ozHy5XjGaCu-mP2k_wiJ4w==/base.apk
11-30 15:17:32.811 23641 23641 I         : SS_ART_lib [I]: permission is absent: /data/app/com.microsoft.office.powerpoint-ozHy5XjGaCu-mP2k_wiJ4w==/base.apk
11-30 15:17:32.811 23641 23641 I         : SS_ART_lib [I]: access to SS denied
11-30 15:17:32.811 23641 23641 I dex2oat : Finish SS_ART_lib()
11-30 15:17:32.813 23641 23641 I dex2oat : dex2oat took 7.512s (18.332s cpu) (threads: 8) arena alloc=1122KB (1149208B) java alloc=260KB (267240B) native alloc=14MB (14987376B) free=5MB (5984144B)
11-30 15:17:32.864  2985  3019 I PackageManager.DexOptimizer: do mInstaller.syncDexopt : com.microsoft.office.powerpoint
11-30 15:17:32.864  2705  3077 E         : Couldn't opendir /data/app/vmdl2065777493.tmp: No such file or directory
11-30 15:17:32.865  2705  3077 E installd: Failed to delete /data/app/vmdl2065777493.tmp: No such file or directory
11-30 15:17:32.866 23617 23764 I Finsky  : [43779] nex.D(4): PackageInstaller: Abandoned the session for com.github.ericytsang.screenfilter.app.android, sessionId: 2065777493
11-30 15:17:32.892  2705  3077 D installd: Found valid user 150
11-30 15:17:32.895  2985  3019 D PersonaServiceHelper: trimPersonaFromInstallation is called...
11-30 15:17:32.895  2985  3019 D PersonaServiceHelper: User is not knox premium container 0
11-30 15:17:32.895  2985  3019 D PersonaServiceHelper: Processing premimum container in trimPersonaFromInstallation - 150
11-30 15:17:32.900  2985  3019 D PackageManager: Abis for package[com.microsoft.office.powerpoint] are primary=armeabi-v7a secondary=null
11-30 15:17:32.905  2985  3019 D PackageManager: EAS IT Policy com.microsoft.office.powerpoint isPackageSignedByPlatform = false
11-30 15:17:33.182  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:33.182  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:33.182  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:33.500  2985  3019 D AASAinstall: there is not AASApackages.xml file
11-30 15:17:33.513  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.samsung.android.email.provider :: false
11-30 15:17:33.526  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.samsung.android.messaging :: true
11-30 15:17:33.538  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.sec.android.app.myfiles :: true
11-30 15:17:33.538  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.samsung.android.allshare.service.fileshare :: true
11-30 15:17:33.540  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.sec.android.app.sbrowser :: false
11-30 15:17:33.546  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.samsung.android.scloud :: false
11-30 15:17:33.555  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.android.bluetooth :: true
11-30 15:17:33.557  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.android.captiveportallogin :: true
11-30 15:17:33.561  2985  3019 D EnterpriseDeviceManagerService: updateAdminPermissions
11-30 15:17:33.953  2985  2994 I zygote  : Background concurrent copying GC freed 502626(23MB) AllocSpace objects, 86(2MB) LOS objects, 24% free, 72MB/96MB, paused 456us total 637.220ms
11-30 15:17:34.101  2985  3019 I PackageManager: enforceEDMPermissionLI
11-30 15:17:34.101  2985  3019 I PackageManager: Trying to enforce permission for system app. Just ignoring
11-30 15:17:34.105  2705  3077 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.microsoft.office.powerpoint 
11-30 15:17:34.107  2705  3077 I chatty  : uid=0(root) Binder:2705_4 identical 4 lines
11-30 15:17:34.107  2705  3077 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.microsoft.office.powerpoint 
11-30 15:17:34.110  2705  3077 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c662,c768, pkgname=com.microsoft.office.powerpoint 
11-30 15:17:34.113  2705  3077 I chatty  : uid=0(root) Binder:2705_4 identical 4 lines
11-30 15:17:34.113  2705  3077 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c662,c768, pkgname=com.microsoft.office.powerpoint 
11-30 15:17:34.124  2705  3077 I installed: secure_storage_pm pid = 23807
11-30 15:17:34.182  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:34.182  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:34.182  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:34.224 23807 23807 I         : SS_ART_lib [I]: permission is absent: /data/app/com.microsoft.office.powerpoint-ozHy5XjGaCu-mP2k_wiJ4w==/base.apk
11-30 15:17:34.224 23807 23807 I         : SS_ART_lib [I]: access to SS denied
11-30 15:17:34.227  2705  3077 E         : Secure Storage PM failed!
11-30 15:17:35.137  2985  3019 I zygote  : Explicit concurrent copying GC freed 430138(19MB) AllocSpace objects, 17(660KB) LOS objects, 27% free, 62MB/86MB, paused 780us total 902.122ms
11-30 15:17:35.162  2985  3019 D PackageManager: result of install: 1{102550075}
11-30 15:17:35.162  2705  3077 E         : Couldn't opendir /data/app/vmdl1836923651.tmp: No such file or directory
11-30 15:17:35.162  2705  3077 E installd: Failed to delete /data/app/vmdl1836923651.tmp: No such file or directory
11-30 15:17:35.165 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.powerpoint
11-30 15:17:35.182  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:35.182  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:35.182  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:35.400 23617 23659 I Finsky  : [43717] emu.run(10): Initializing the instant apps module.
11-30 15:17:35.402 23617 23664 I Finsky  : [43721] nqf.h(1): Triggered update for experiment package com.google.android.finsky.stable.
11-30 15:17:35.630  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.PACKAGE_REMOVED
11-30 15:17:35.668  3670  3670 D PackageObserver_FLP: action : ACTION_PACKAGE_REMOVED, packageName = com.microsoft.office.powerpoint
11-30 15:17:35.720  3775  3775 D ImsServiceStub: packageStatus : android.intent.action.PACKAGE_REMOVED, packageName : com.microsoft.office.powerpoint
11-30 15:17:35.727 23617 23617 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [4bV0n3UlNhBd05BFpVecdUZT67AF7TnyJkkZ8o4xIGw]
11-30 15:17:35.727 23617 23617 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.powerpoint
11-30 15:17:35.765  2985  3298 D UcmService: onReceive android.intent.action.PACKAGE_REMOVED
11-30 15:17:35.765  2985  3298 D UcmService: Package update in userId-0 and uid-10011
11-30 15:17:35.805 19185 19255 I System.out: before Starting container vuid=0 vpid=2 processName=com.android.vending reason=Receiver com.android.vending/com.google.android.finsky.packagemanager.impl.PackageMonitorReceiverImpl$RegisteredReceiver intent=Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.microsoft.office.powerpoint flg=0x4000010 (has extras) }
11-30 15:17:35.805   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:17:35.957  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:17:35.957  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:17:35.957  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:17:35.965  2985  3826 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.parallel.space.lite user:0
11-30 15:17:35.965  2985  3826 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:17:35.965  2985  3826 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.parallel.space.lite user:0
11-30 15:17:35.965  2985  3826 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:17:35.977 23817 23817 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:17:35.979 23817 23817 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:35.980 23817 23817 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.parallel.space.lite:P2 
11-30 15:17:35.981 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:17:35.981 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:17:35.981 23219 23562 D BinderHooker: Got binder ptr e8f36880 for the given val
11-30 15:17:35.982 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:17:35.982 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:17:35.988 16433 16509 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:17:36.009  2985  3024 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:17:36.009  2985  3024 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:17:36.009  2985  3024 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:36.013  2985  3024 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:17:36.013  2985  3024 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:17:36.013  2985  3024 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:36.017 23817 23817 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:36.027  3670  3670 D PackageObserver_FLP: action : ACTION_PACKAGE_ADDED, packageName = com.microsoft.office.powerpoint
11-30 15:17:36.028  3775  3775 D ImsServiceStub: packageStatus : android.intent.action.PACKAGE_ADDED, packageName : com.microsoft.office.powerpoint
11-30 15:17:36.053  3470  3470 I CarrierVvmPackageInstalledReceiver.onReceive: intent.getAction() android.intent.action.PACKAGE_REMOVED packageName :com.microsoft.office.powerpoint
11-30 15:17:36.061 10832 10832 D BeaconManager[8.0.33.0]: BeaconService.PackageReceiver - action:android.intent.action.PACKAGE_REMOVED, package:com.microsoft.office.powerpoint
11-30 15:17:36.061 10832 10832 D BeaconManager[8.0.33.0]: BeaconService.PackageReceiver - action:android.intent.action.PACKAGE_ADDED, package:com.microsoft.office.powerpoint
11-30 15:17:36.063 23817 23817 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10227
11-30 15:17:36.064 23817 23817 D Proxy   : mdoP is null: 10227
11-30 15:17:36.075  2985  3298 D UcmService: onReceive android.intent.action.PACKAGE_REPLACED
11-30 15:17:36.075  2985  3298 D UcmService: Package update in userId-0 and uid-10011
11-30 15:17:36.076  3775  3775 D ImsServiceStub: packageStatus : android.intent.action.PACKAGE_REPLACED, packageName : com.microsoft.office.powerpoint
11-30 15:17:36.089 13010 13265 E WakeLock: *gms_scheduler*/com.google.android.gms/.languageprofile.GcmTaskService ** IS FORCE-RELEASED ON TIMEOUT **
11-30 15:17:36.090  2985  2985 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.android.keychain user:0
11-30 15:17:36.090  2985  2985 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:17:36.090  2985  2985 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.android.keychain user:0
11-30 15:17:36.090  2985  2985 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:17:36.097  2985  3117 D InputReader: externalDisplayId 0 W 1080 H 1920
11-30 15:17:36.097  2985  3117 I InputReader: Reconfiguring input devices.  changes=0x00000010
11-30 15:17:36.098  2985  3117 D InputReader: externalDisplayId 0 W 1080 H 1920
11-30 15:17:36.098  2985  3117 I InputReader: Reconfiguring input devices.  changes=0x00000010
11-30 15:17:36.100  2985  3117 D InputReader: externalDisplayId 0 W 1080 H 1920
11-30 15:17:36.100  2985  3117 I InputReader: Reconfiguring input devices.  changes=0x00000010
11-30 15:17:36.102 23835 23835 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:17:36.168 13010 13265 E WakeLock: *gms_scheduler*/com.google.android.gms/.languageprofile.GcmTaskService ** IS FORCE-RELEASED ON TIMEOUT **
11-30 15:17:36.168 23835 23835 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:36.169 23835 23835 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.android.keychain 
11-30 15:17:36.182  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:36.182  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:36.182  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:36.190  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:17:36.191 14965 15251 W Finsky  : [43233] nex.D(5): Unexpected error abandoning session=1836923651. exception=java.lang.SecurityException: Caller has no access to session 1836923651
11-30 15:17:36.191  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:17:36.191 23835 23835 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:36.192 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [4bV0n3UlNhBd05BFpVecdUZT67AF7TnyJkkZ8o4xIGw]
11-30 15:17:36.193 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.powerpoint
11-30 15:17:36.198  2985  2985 D KnoxMUMContainerPolicy: mPackageReceiver : action - android.intent.action.PACKAGE_REMOVED
11-30 15:17:36.214 23835 23835 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 1000
11-30 15:17:36.214 23835 23835 D Proxy   : mdoP is null: 1000
11-30 15:17:36.217  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.bbc.bbcagent user:0
11-30 15:17:36.217  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:17:36.217  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.bbc.bbcagent user:0
11-30 15:17:36.217  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:17:36.228 23854 23854 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:17:36.229 23854 23854 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:36.230 23854 23854 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.samsung.android.bbc.bbcagent 
11-30 15:17:36.244 16433 16509 I ControllerEventHandler: [#CMH#] onPackageRemoved  null
11-30 15:17:36.244   559   636 I ControllerEventHandler: [#CMH#] onPackageRemoved  null
11-30 15:17:36.248 23835 23835 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:17:36.249   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:17:36.249 16433 16509 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:17:36.249 16433 16509 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:17:36.249   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:17:36.249 16433 16509 I ControllerEventHandler: [#CMH#] onPackageAdded  null
11-30 15:17:36.249   559   636 I ControllerEventHandler: [#CMH#] onPackageAdded  null
11-30 15:17:36.249 16433 16509 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:17:36.249   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:17:36.249 16433 16509 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:17:36.249   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:17:36.249 16433 16509 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:17:36.249   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:17:36.251  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:17:36.251  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:17:36.252 23854 23854 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:36.258  2985  4272 D TelecomUtils: isAdditionalPrivilegedDialer: com.android.phone
11-30 15:17:36.270  2985  4272 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xc1782320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:17:36.271  2985  4272 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xc1782320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:17:36.272 23854 23854 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 1000
11-30 15:17:36.272 23854 23854 D Proxy   : mdoP is null: 1000
11-30 15:17:36.287  2985  2996 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd1a2d320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:17:36.288  2985  2996 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd1a2d320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:17:36.311 23617 23617 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [4bV0n3UlNhBd05BFpVecdUZT67AF7TnyJkkZ8o4xIGw]
11-30 15:17:36.311 23617 23617 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.powerpoint
11-30 15:17:36.318 23617 23617 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Deduping intent android.intent.action.PACKAGE_REMOVED
11-30 15:17:36.318 23617 23617 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [4bV0n3UlNhBd05BFpVecdUZT67AF7TnyJkkZ8o4xIGw]
11-30 15:17:36.318 23617 23617 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.powerpoint
11-30 15:17:36.347 14965 23878 I Finsky  : [43436] fag.accept(26): Cancelled 0 ongoing asset module downloads for package com.microsoft.office.powerpoint due to a concurrent app update.
11-30 15:17:36.354 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [4bV0n3UlNhBd05BFpVecdUZT67AF7TnyJkkZ8o4xIGw]
11-30 15:17:36.354 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.powerpoint
11-30 15:17:36.356  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:17:36.356  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:17:36.361 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Deduping intent android.intent.action.PACKAGE_REMOVED
11-30 15:17:36.362 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [4bV0n3UlNhBd05BFpVecdUZT67AF7TnyJkkZ8o4xIGw]
11-30 15:17:36.362 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.powerpoint
11-30 15:17:36.372 14965 23878 I Finsky  : [43436] fag.accept(36): Asset module broadcast after update successful for package com.microsoft.office.powerpoint. 0 sessions broadcast.
11-30 15:17:36.379 14965 14965 I Finsky  : [2] jpv.d(4): Installer::IT: Successful install of com.microsoft.office.powerpoint (isid: W_SbDwjiSEGLh_HuF2c6NA)
11-30 15:17:36.379  2985  3615 D PackageManager: setApplicationCategoryHint: com.microsoft.office.powerpoint category: 7 caller: com.android.vending
11-30 15:17:36.383 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.microsoft.office.powerpoint to state 70
11-30 15:17:36.384 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.powerpoint
11-30 15:17:36.393 14965 14965 I Finsky  : [2] jqc.w(1): Installer::IT: Cleaning up task: com.microsoft.office.powerpoint
11-30 15:17:36.406 23617 23617 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [4bV0n3UlNhBd05BFpVecdUZT67AF7TnyJkkZ8o4xIGw]
11-30 15:17:36.406 23617 23617 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.powerpoint
11-30 15:17:36.412 23617 23617 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Deduping intent android.intent.action.PACKAGE_ADDED
11-30 15:17:36.413 23617 23650 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:17:36.413 23617 23650 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:17:36.414 23617 23881 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:17:36.414 23617 23881 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:17:36.414  3470  3470 D CarrierSvcBindHelper: No carrier app for: 0
11-30 15:17:36.415  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:17:36.416  3470  3470 D CarrierSvcBindHelper: No carrier app for: 1
11-30 15:17:36.418  3470  3470 D CarrierSvcBindHelper: No carrier app for: 0
11-30 15:17:36.420  3470  3470 D CarrierSvcBindHelper: No carrier app for: 1
11-30 15:17:36.420  3470  3470 I CarrierVvmPackageInstalledReceiver.onReceive: intent.getAction() android.intent.action.PACKAGE_ADDED packageName :com.microsoft.office.powerpoint
11-30 15:17:36.421  2985  3024 D TelecomUtils: isAdditionalPrivilegedDialer: com.android.phone
11-30 15:17:36.422  2985  3024 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xce932320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:17:36.423  2985  3024 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xce932320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:17:36.425  2985  3024 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xce932320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:17:36.425  2985  3024 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xce932320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:17:36.458  3470  3470 D CarrierSvcBindHelper: No carrier app for: 0
11-30 15:17:36.460  3470  3470 D CarrierSvcBindHelper: No carrier app for: 1
11-30 15:17:36.460  3510  3510 D MetadataParser: onPackageRemoved() key = com.microsoft.office.powerpoint
11-30 15:17:36.460  3510  3510 D MusicController_LOCK: onPackageRemoved() pkg = com.microsoft.office.powerpoint, r = true
11-30 15:17:36.460  3510  3510 D Bar.QuickConnectBar: receive package remoteView : android.intent.action.PACKAGE_REMOVED
11-30 15:17:36.460  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:17:36.461  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:17:36.462  3470  3470 D CarrierSvcBindHelper: No carrier app for: 0
11-30 15:17:36.462  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:17:36.462  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:17:36.462  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:17:36.463  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.PACKAGE_ADDED
11-30 15:17:36.463  3470  3470 D CarrierSvcBindHelper: No carrier app for: 1
11-30 15:17:36.464  3470  3470 D ImsResolver: maybeAddedImsService, packageName: com.microsoft.office.powerpoint
11-30 15:17:36.464  3470  3470 D ImsResolver: maybeAddedImsService, packageName: com.microsoft.office.powerpoint
11-30 15:17:36.465  3470  3470 D CarrierConfigLoader: mHandler: 9 phoneId: 0
11-30 15:17:36.471  2985  2985 I HarmonyEASService: onReceive : android.intent.action.PACKAGE_REMOVED for 0
11-30 15:17:36.474  3510  3510 D MetadataParser: onPackageUpdated() key = com.microsoft.office.powerpoint
11-30 15:17:36.487  2985  2985 D EnterpriseLicenseService: package removed. userId = 0
11-30 15:17:36.513 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=INSTALLED
11-30 15:17:36.551  3470  3470 D CarrierConfigLoader: mHandler: 9 phoneId: 0
11-30 15:17:36.555 23854 23854 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:17:36.569  2985  2985 E SDAgentPackageStateReceiver: Not going to handle 'com.microsoft.office.powerpoint'!
11-30 15:17:36.571  2985  2985 D EnterprisePremiumVpnPolicyServiceV2: Vpn Receiver : android.intent.action.PACKAGE_REMOVED
11-30 15:17:36.571  2985  2985 D KnoxVpnEngineService: Vpn Receiver : android.intent.action.PACKAGE_REMOVED
11-30 15:17:36.571  2985  3150 I EnterprisePremiumVpnPolicyServiceV2: vpn handle : Message received
11-30 15:17:36.571  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:17:36.572  2985  3150 D EnterprisePremiumVpnPolicyServiceV2: Package removal intent is reached
11-30 15:17:36.572  2985  3150 D EnterprisePremiumVpnPolicyServiceV2: handleActionPackageRemoved : packageName = com.microsoft.office.powerpoint : replacing = true
11-30 15:17:36.610 20330 23873 W System.err: java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.String.length()' on a null object reference
11-30 15:17:36.613  2985  3024 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.da.daagent user:0
11-30 15:17:36.613  2985  3024 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:17:36.613  2985  3024 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.da.daagent user:0
11-30 15:17:36.613  2985  3024 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:17:36.625 23887 23887 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:17:36.626 23887 23887 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:36.627 23887 23887 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.samsung.android.da.daagent 
11-30 15:17:36.631 20330 23873 W System.err: 	at org.json.JSONTokener.nextCleanInternal(JSONTokener.java:116)
11-30 15:17:36.631 20330 23873 W System.err: 	at org.json.JSONTokener.nextValue(JSONTokener.java:94)
11-30 15:17:36.631 20330 23873 W System.err: 	at org.json.JSONArray.<init>(JSONArray.java:92)
11-30 15:17:36.631 20330 23873 W System.err: 	at org.json.JSONArray.<init>(JSONArray.java:108)
11-30 15:17:36.631 20330 23873 W System.err: 	at com.domobile.applock.d.a.d(AppBiz.kt:12)
11-30 15:17:36.631 20330 23873 W System.err: 	at com.domobile.applock.receiver.CoreReceiver$b.run(CoreReceiver.kt:1)
11-30 15:17:36.631 20330 23873 W System.err: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:17:36.647  2985  3024 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:17:36.648  2985  3024 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:17:36.648 23887 23887 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:36.652  2985  2985 D UniversalCredentialManagerService: inside mPkgReciever onReceive : android.intent.action.PACKAGE_REMOVED
11-30 15:17:36.652  2985  2985 D UniversalCredentialManagerService: ACTION_PACKAGE_REMOVED : replacingApp -true
11-30 15:17:36.652  2985  2985 D UniversalCredentialManagerService: ACTION_PACKAGE_REMOVED : No need to cleanup db entries for app update
11-30 15:17:36.670 23887 23887 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 1000
11-30 15:17:36.671 23887 23887 D Proxy   : mdoP is null: 1000
11-30 15:17:36.673 23887 23887 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:17:36.674  2985  2985 V EnterpriseBillingAsyncHandler: packageModificationReceiver - onreceive - start - android.intent.action.PACKAGE_REMOVED
11-30 15:17:36.678  2985  3433 V EnterpriseBillingPolicyInternal: packageModification -  start - android.intent.action.PACKAGE_REMOVED
11-30 15:17:36.679  2985  3433 V EnterpriseBillingPolicyInternal: uID is 10011
11-30 15:17:36.679  2985  3433 V EnterpriseBillingPolicyInternal: Removed Packageuid is0
11-30 15:17:36.679  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - enter
11-30 15:17:36.679  2985  2985 I DomainFilter: onReceive() - Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.microsoft.office.powerpoint flg=0x4000010 (has extras) }
11-30 15:17:36.679  2985  2985 I DomainFilter: packageRemoved() - packageName: com.microsoft.office.powerpoint uid: 0
11-30 15:17:36.679  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - exit null : containerId = 0
11-30 15:17:36.679  2985  3433 V EnterpriseBillingPolicyInternal: packageModificationReceiver - onreceive - personal application - profile null
11-30 15:17:36.680  2985  2985 D SdpManagerService.receiver: onReceive - android.intent.action.PACKAGE_REMOVED
11-30 15:17:36.680  2985  2985 D SdpManagerService.receiver: On android.intent.action.PACKAGE_REMOVED : DATA = package:com.microsoft.office.powerpoint, UID = 10011, UserId = 0, Is replacing? true
11-30 15:17:36.680  2985  2985 D SdpManagerService.receiver: On android.intent.action.PACKAGE_REMOVED : Skipped!
11-30 15:17:36.698  2985  2985 D RCPManagerService: PackageReceiver onReceive()
11-30 15:17:36.717  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:17:36.718  2985  2985 I MotionRecognitionService: Plugged
11-30 15:17:36.718  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:17:36.718  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:17:36.720  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:17:36.721  2985  2985 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.android.keychain user:150
11-30 15:17:36.723  2985  2985 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:17:36.723  2985  2985 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.android.keychain user:150
11-30 15:17:36.724  2985  2985 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:17:36.725 23617 23629 I zygote  : Background concurrent copying GC freed 113404(10MB) AllocSpace objects, 35(1760KB) LOS objects, 49% free, 8MB/16MB, paused 280us total 309.720ms
11-30 15:17:36.726  2706  2706 W keystore: ENTER remove operation from uid 10040
11-30 15:17:36.730  2706  2706 I chatty  : uid=1017(keystore) /system/bin/keystore identical 10 lines
11-30 15:17:36.731  2706  2706 W keystore: ENTER remove operation from uid 10040
11-30 15:17:36.736  2985  2985 D KnoxMUMContainerPolicy: mPackageReceiver : action - android.intent.action.PACKAGE_REMOVED
11-30 15:17:36.736  2985  2985 I HarmonyEASService: onReceive : android.intent.action.PACKAGE_REMOVED for 150
11-30 15:17:36.741  2985  2985 D EnterpriseLicenseService: package removed. userId = 150
11-30 15:17:36.743  2985  2985 D EnterprisePremiumVpnPolicyServiceV2: Vpn Receiver : android.intent.action.PACKAGE_REMOVED
11-30 15:17:36.743  2985  3150 I EnterprisePremiumVpnPolicyServiceV2: vpn handle : Message received
11-30 15:17:36.743  2985  3150 D EnterprisePremiumVpnPolicyServiceV2: Package removal intent is reached
11-30 15:17:36.743  2985  2985 D KnoxVpnEngineService: Vpn Receiver : android.intent.action.PACKAGE_REMOVED
11-30 15:17:36.743  2985  3150 D EnterprisePremiumVpnPolicyServiceV2: handleActionPackageRemoved : packageName = com.microsoft.office.powerpoint : replacing = true
11-30 15:17:36.744  2985  2985 D UniversalCredentialManagerService: inside mPkgReciever onReceive : android.intent.action.PACKAGE_REMOVED
11-30 15:17:36.744  2985  2985 D UniversalCredentialManagerService: ACTION_PACKAGE_REMOVED : replacingApp -true
11-30 15:17:36.744  2985  2985 D UniversalCredentialManagerService: ACTION_PACKAGE_REMOVED : No need to cleanup db entries for app update
11-30 15:17:36.744  2985  2985 V EnterpriseBillingAsyncHandler: packageModificationReceiver - onreceive - start - android.intent.action.PACKAGE_REMOVED
11-30 15:17:36.744  2985  3433 V EnterpriseBillingPolicyInternal: packageModification -  start - android.intent.action.PACKAGE_REMOVED
11-30 15:17:36.744  2985  2985 I DomainFilter: onReceive() - Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.microsoft.office.powerpoint flg=0x4000010 (has extras) }
11-30 15:17:36.744  2985  3433 V EnterpriseBillingPolicyInternal: uID is 15010011
11-30 15:17:36.744  2985  2985 I DomainFilter: packageRemoved() - packageName: com.microsoft.office.powerpoint uid: 150
11-30 15:17:36.744  2985  3433 V EnterpriseBillingPolicyInternal: Removed Packageuid is150
11-30 15:17:36.745  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - enter
11-30 15:17:36.745  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - exit null : containerId = 150
11-30 15:17:36.745  2985  3433 V EnterpriseBillingPolicyInternal: packageModificationReceiver - onreceive - personal application - profile null
11-30 15:17:36.746  2985  2985 D RCPManagerService: PackageReceiver onReceive()
11-30 15:17:36.746 23817 23817 W zygote  : Verification of void com.lbe.parallel.DAApp.<init>() took 171.024ms
11-30 15:17:36.748  2985  2985 D UpdateReceiver:: Action: android.intent.action.PACKAGE_ADDED
11-30 15:17:36.749  2985  2985 D KnoxMUMContainerPolicy: mPackageReceiver : action - android.intent.action.PACKAGE_ADDED
11-30 15:17:36.765 23817 23817 W System.err: my process name com.parallel.space.lite:P2
11-30 15:17:36.900 23900 23900 I Zygote  : Unshare entire /
11-30 15:17:36.917 23900 23900 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:17:36.918 23900 23900 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:17:36.918 23900 23900 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:17:36.918 23900 23900 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:17:36.918 23900 23900 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:17:36.918 23900 23900 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:17:36.918 23900 23900 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:17:36.918 23900 23900 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:17:36.918 23900 23900 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:17:36.937 23900 23900 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:36.938 23900 23900 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.android.keychain 
11-30 15:17:36.966 21820 22144 W LBE-Sec : Unable to find record for broadcast token com.lbe.doubleagent.service.DAActivityManager$h@b45d576
11-30 15:17:37.009 21820 22144 W LBE-Sec : Unable to find record for broadcast token com.lbe.doubleagent.service.DAActivityManager$h@d08e836
11-30 15:17:37.022 21820 22144 W LBE-Sec : Unable to find record for broadcast token com.lbe.doubleagent.service.DAActivityManager$h@d08e836
11-30 15:17:37.065 23817 23817 W System.err: 109896fce92890c7f17cb75f1f5a69bd7e2e993b
11-30 15:17:37.072  2985  3615 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15001000 ,Container id: 150
11-30 15:17:37.073  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15001000 ,Container id: 150
11-30 15:17:37.073 23900 23900 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:37.078  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:17:37.096 23900 23900 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15001000
11-30 15:17:37.097 23900 23900 D Proxy   : mdoP is null: 15001000
11-30 15:17:37.099 23900 23900 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:17:37.144 15059 15059 I Finsky:background: [2] kmm.onDestroy(8): IPC-SERVER: Stopping gRPC host service...
11-30 15:17:37.153 21820 22155 W LBE-Sec : Unable to find record for broadcast token com.lbe.doubleagent.service.DAActivityManager$h@8a46e6f
11-30 15:17:37.172  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:17:37.182  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:37.182  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:37.182  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:37.306 23817 23817 W System.err: my process daPackage: com.android.vending, daPackage.native64Bit: false, is64BitSupport: false
11-30 15:17:37.518 23887 23887 D SamsungAnalytics:1.8.22: cf feature is supported
11-30 15:17:37.543 16033 23906 I Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_REMOVED [CONTEXT service_id=17 ]
11-30 15:17:37.573 19153 19153 I GsaVoiceInteractionSrv: O received Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.microsoft.office.powerpoint flg=0x4000010 (has extras) }
11-30 15:17:37.673 19153 19153 I GsaVoiceInteractionSrv: O received Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.microsoft.office.powerpoint flg=0x4000010 (has extras) }
11-30 15:17:37.675 19153 19153 I GsaVoiceInteractionSrv: O received Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.microsoft.office.powerpoint flg=0x4000010 (has extras) }
11-30 15:17:37.687  2985  3152 D KnoxVpnEngineService: handleActionPackageRemoved
11-30 15:17:37.687  2985  3152 D KnoxVpnEngineService: handleActionPackageRemoved : packageName = 0_com.microsoft.office.powerpoint : replacing = true
11-30 15:17:37.687  2985  3152 D KnoxVpnEngineService: vpn handle : package removed: package being updated
11-30 15:17:37.687  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:17:37.687  2985  3152 D KnoxVpnEngineService: handleActionPackageRemoved
11-30 15:17:37.687  2985  3152 D KnoxVpnEngineService: handleActionPackageRemoved : packageName = 150_com.microsoft.office.powerpoint : replacing = true
11-30 15:17:37.687  2985  3152 D KnoxVpnEngineService: vpn handle : package removed: package being updated
11-30 15:17:37.719 23817 23817 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 }
11-30 15:17:37.734 23817 23817 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 }
11-30 15:17:37.737 23617 23664 I Finsky  : [43721] nqf.h(7): Already at the latest configurations for experiment package com.google.android.finsky.stable.
11-30 15:17:37.738 23617 23656 I Finsky  : [43715] nqf.h(1): Triggered update for experiment package com.google.android.finsky.regular.
11-30 15:17:37.761  2503  2503 E audit   : avc:  denied  { find } for service=wifiscanner pid=23817 uid=10227 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:wifiscanner_service:s0 tclass=service_manager permissive=0
11-30 15:17:37.761 14965 15031 I Finsky  : [43185] jpm.g(1): Installer: package com.microsoft.office.powerpoint was removed. replacing: true
11-30 15:17:37.899 19115 19264 W SearchServiceCore: Abort, client detached.
11-30 15:17:37.900 19115 19264 I chatty  : uid=10078(com.google.android.googlequicksearchbox) identical 1 line
11-30 15:17:37.903 19115 19264 W SearchServiceCore: Abort, client detached.
11-30 15:17:37.904  2503  2503 E audit   : avc:  denied  { find } for service=recovery pid=23817 uid=10227 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:recovery_service:s0 tclass=service_manager permissive=0
11-30 15:17:37.944 13010 23948 I Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_REMOVED [CONTEXT service_id=17 ]
11-30 15:17:38.004 13010 23948 I Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_REMOVED [CONTEXT service_id=17 ]
11-30 15:17:38.005 23887 23887 D SamsungAnalytics:1.8.22: [Tracker] Tracker start:1.8.22
11-30 15:17:38.017  6077 23916 I Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_REMOVED [CONTEXT service_id=17 ]
11-30 15:17:38.032  3470  3470 D CarrierMatchingBootReceiver: onReceive()...
11-30 15:17:38.032  3470  3470 D CarrierMatchingBootReceiver: Action received: android.intent.action.PACKAGE_REMOVED
11-30 15:17:38.054  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:17:38.054  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1195, previously 2540
11-30 15:17:38.057  3470  3470 D CarrierMatchingBootReceiver: isFirstTimeLaunch()...false
11-30 15:17:38.057  3470  3470 E CarrierMatchingBootReceiver: isCarrierMatchingEnabled: carrier_matching_status
11-30 15:17:38.057  3470  3470 D CarrierMatchingBootReceiver: isCarrierMatchingEnabled()...false
11-30 15:17:38.057  3470  3470 D CarrierMatchingBootReceiver: getCarrierMatchingPreferences()...key = haveShowCarrierMatchingError, value = false
11-30 15:17:38.057  3470  3470 D CarrierMatchingBootReceiver: getCarrierMatchingPreferences()...key = haveShowCarrierMatchingReady, value = false
11-30 15:17:38.058  3470  3470 D CarrierMatchingBootReceiver: cancelNotification()...
11-30 15:17:38.063  3470  3470 E CarrierMatchingBootReceiver: isCarrierMatchingEnabled: carrier_matching_status
11-30 15:17:38.063  3470  3470 E CarrierMatchingBootReceiver: isCarrierMatchingEnabled: carrier_matching_status
11-30 15:17:38.065  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:17:38.081 23605 23605 D GOS:GameServiceReceiver: action : android.intent.action.PACKAGE_REMOVED
11-30 15:17:38.081 23605 23605 D GOS:GameServiceReceiver: replacing. ignore
11-30 15:17:38.081 16067 23961 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:38.084  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2546, previously 2540
11-30 15:17:38.086  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1442, previously 4566
11-30 15:17:38.086  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 383, previously 2136
11-30 15:17:38.090  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.app.assistantmenu user:0
11-30 15:17:38.090  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:17:38.090  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.app.assistantmenu user:0
11-30 15:17:38.090  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:17:38.093  2985  2985 W ResourceType: For resource 0x7f130c16, entry index(3094) is beyond type entryCount(1442)
11-30 15:17:38.093  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:17:38.093  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:17:38.094  2985  2985 W ResourceType: For resource 0x7f1305f2, entry index(1522) is beyond type entryCount(1442)
11-30 15:17:38.094  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:17:38.094  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:17:38.098  2985  2985 W ResourceType: For resource 0x7f130824, entry index(2084) is beyond type entryCount(1442)
11-30 15:17:38.098  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:17:38.098  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:17:38.107 23817 23817 W ResourceType: ResTable_typeSpec entry count inconsistent: given 141, previously 169
11-30 15:17:38.107 23965 23965 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:17:38.109 23965 23965 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:38.110 23965 23965 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.samsung.android.app.assistantmenu 
11-30 15:17:38.136 19185 19255 I System.out: Started container vuid=0 vpid=2 pid=23817 processName=com.android.vending reason=Receiver com.android.vending/com.google.android.finsky.packagemanager.impl.PackageMonitorReceiverImpl$RegisteredReceiver intent=Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.microsoft.office.powerpoint flg=0x4000010 (has extras) }
11-30 15:17:38.176 16067 23961 I ApplicationPackageManager: load=com.microsoft.office.powerpoint, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:17:38.182  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:38.182  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:38.182  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:38.221 16067 23961 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:38.224 16067 23961 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:17:38.224 16067 23961 I ApplicationPackageManager: load=com.microsoft.office.powerpoint-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:17:38.235 19185 19395 W LBE-Sec : Unable to find record for broadcast token com.lbe.doubleagent.service.DAActivityManager$h@f3d036d
11-30 15:17:38.239 19185 32384 W LBE-Sec : Unable to find record for broadcast token com.lbe.doubleagent.service.DAActivityManager$h@85547ac
11-30 15:17:38.252 19185 32384 W LBE-Sec : Unable to find record for broadcast token com.lbe.doubleagent.service.DAActivityManager$h@85547ac
11-30 15:17:38.258 16067 23961 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:38.260 16067 23961 I ApplicationPackageManager: load=com.microsoft.office.powerpoint, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:17:38.263 16067 23961 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:38.265 16067 23961 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:17:38.265 16067 23961 I ApplicationPackageManager: load=com.microsoft.office.powerpoint-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:17:38.283 16067 23961 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:38.285 16067 23961 I ApplicationPackageManager: load=com.microsoft.office.powerpoint, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:17:38.288 16067 23961 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:38.290 16067 23961 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:17:38.290 16067 23961 I ApplicationPackageManager: load=com.microsoft.office.powerpoint-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:17:38.297 16033 16043 I zygote  : Background concurrent copying GC freed 237417(12MB) AllocSpace objects, 60(1880KB) LOS objects, 50% free, 12MB/25MB, paused 384.255ms total 1.000s
11-30 15:17:38.300 16067 23961 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:38.302 16067 23961 I ApplicationPackageManager: load=com.microsoft.office.powerpoint, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:17:38.305 16067 23961 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:38.307 16067 23961 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:17:38.308 16067 23961 I ApplicationPackageManager: load=com.microsoft.office.powerpoint-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:17:38.321 16067 23961 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:38.323 16067 23961 I ApplicationPackageManager: load=com.microsoft.office.powerpoint, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:17:38.327  2985  3615 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:17:38.327 16067 23961 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:38.328  2985  4272 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:17:38.328 23965 23965 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:38.329 16067 23961 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:17:38.329 16067 23961 I ApplicationPackageManager: load=com.microsoft.office.powerpoint-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:17:38.346 16067 23963 I Auth    : [SupervisedAccountIntentOperation] onHandleIntent(): android.intent.action.PACKAGE_ADDED
11-30 15:17:38.358  5463 23940 I Auth    : [SupervisedAccountIntentOperation] onHandleIntent(): android.intent.action.PACKAGE_ADDED
11-30 15:17:38.373 16067 23961 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:38.375 16067 23961 I ApplicationPackageManager: load=com.microsoft.office.powerpoint, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:17:38.378 16067 23961 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:38.380 16067 23961 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:17:38.380 16067 23961 I ApplicationPackageManager: load=com.microsoft.office.powerpoint-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:17:38.390 16067 16067 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:17:38.390 16067 16067 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:17:38.394 13746 23964 I Auth    : [SupervisedAccountIntentOperation] onHandleIntent(): android.intent.action.PACKAGE_ADDED
11-30 15:17:38.398 16067 16067 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:17:38.402 16067 23961 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:38.405 16067 23961 I ApplicationPackageManager: load=com.microsoft.office.powerpoint, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:17:38.409 16067 23961 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:38.421  5463  5463 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:17:38.421  5463  5463 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:17:38.424 16067 23961 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:17:38.424 16067 23961 I ApplicationPackageManager: load=com.microsoft.office.powerpoint-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:17:38.424 10091 23983 I Auth    : [SupervisedAccountIntentOperation] onHandleIntent(): android.intent.action.PACKAGE_ADDED
11-30 15:17:38.442 16067 23961 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:38.444 16067 23961 I ApplicationPackageManager: load=com.microsoft.office.powerpoint, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:17:38.446 16067 23961 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:38.448 16067 23961 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:17:38.448 16067 23961 I ApplicationPackageManager: load=com.microsoft.office.powerpoint-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:17:38.466 16067 23961 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:38.468 16067 23961 I ApplicationPackageManager: load=com.microsoft.office.powerpoint, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:17:38.471 16067 23961 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:38.473 16067 23961 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:17:38.473 16067 23961 I ApplicationPackageManager: load=com.microsoft.office.powerpoint-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:17:38.476 13746 13746 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:17:38.476 13746 13746 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:17:38.490 16067 23961 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:38.495 16067 23961 I ApplicationPackageManager: load=com.microsoft.office.powerpoint, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:17:38.496 10091 10091 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:17:38.496 10091 10091 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:17:38.498 16067 23961 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:38.500 16067 23961 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:17:38.500 16067 23961 I ApplicationPackageManager: load=com.microsoft.office.powerpoint-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:17:38.650 23965 23965 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 1000
11-30 15:17:38.651 23965 23965 D Proxy   : mdoP is null: 1000
11-30 15:17:38.661 13746 13746 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:17:38.681 10091 10091 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:17:38.695  5463  5463 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:17:38.698  5463  9934 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=ContactsIndexer serviceId=33
11-30 15:17:38.756 23965 23965 D DiagMonProvider: File path: /data/data/com.samsung.android.app.assistantmenu/diagmon/diagmon.log
11-30 15:17:38.768 23965 23965 D AssistantMenuApp: onCreate , UI version : 9.5
11-30 15:17:38.770 23965 23965 D SamsungAnalytics111040: cf feature is supported
11-30 15:17:38.775 23965 23965 D SamsungAnalytics111040: newThread on Executor
11-30 15:17:38.775 23965 23965 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:17:38.776 23965 23965 D AssistantMenuReceiver: [c] AssistantMenuReceiver:android.intent.action.PACKAGE_REMOVED
11-30 15:17:38.777 23965 23965 D AssistantMenuReceiver: [c] PACKAGE_REMOVED : com.microsoft.office.powerpoint
11-30 15:17:38.788  2985  5081 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.app.watchmanagerstub user:0
11-30 15:17:38.788  2985  5081 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:17:38.788  2985  5081 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.app.watchmanagerstub user:0
11-30 15:17:38.788  2985  5081 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:17:38.816 24026 24026 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:17:38.818 24026 24026 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:38.820 24026 24026 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.android.app.watchmanagerstub 
11-30 15:17:38.841  5463 23987 W IcingInternalCorpora: Contacts corpus disabled.
11-30 15:17:38.857  5463 23987 I chatty  : uid=11108(com.lbe.parallel.intl) identical 1 line
11-30 15:17:38.879  5463 23987 W IcingInternalCorpora: Contacts corpus disabled.
11-30 15:17:38.904  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10101 ,Container id: 0
11-30 15:17:38.904  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10101 ,Container id: 0
11-30 15:17:38.905  2985  3826 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:38.912  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10101 ,Container id: 0
11-30 15:17:38.912  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10101 ,Container id: 0
11-30 15:17:38.912  2985  3826 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:38.922  5463 23942 I Auth    : [SupervisedAccountIntentOperation] onHandleIntent(): android.intent.action.PACKAGE_ADDED
11-30 15:17:38.924 24026 24026 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:38.935  5463 23987 W IcingInternalCorpora: Contacts corpus disabled.
11-30 15:17:38.952 24026 24026 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10101
11-30 15:17:38.953 24026 24026 D Proxy   : mdoP is null: 10101
11-30 15:17:39.108  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2002, previously 2011
11-30 15:17:39.108  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2773, previously 2855
11-30 15:17:39.109  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 193, previously 1221
11-30 15:17:39.183  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:39.183  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:39.183  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:39.192 16033 19173 D BluetoothAdapter: STATE_BLE_ON
11-30 15:17:39.195 16033 19173 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:17:39.201 21258 21440 D BluetoothAdapter: STATE_BLE_ON
11-30 15:17:39.203 13010 13310 D BluetoothAdapter: STATE_BLE_ON
11-30 15:17:39.204  6077  6493 D BluetoothAdapter: STATE_BLE_ON
11-30 15:17:39.205 21258 21440 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:17:39.207 13010 13310 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:17:39.210 24026 24026 D WMStubBroadCastReceiver: onReceive::android.intent.action.PACKAGE_REMOVED
11-30 15:17:39.210 24026 24026 D WMStubBroadCastReceiver: ACTION_PACKAGE_REMOVED : com.microsoft.office.powerpoint, upgrade : true
11-30 15:17:39.212  2985  5088 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.knox.containeragent user:0
11-30 15:17:39.212  2985  5088 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:17:39.212  2985  5088 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.knox.containeragent user:0
11-30 15:17:39.212  2985  5088 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:17:39.225 24043 24043 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:17:39.227 24043 24043 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:39.228 24043 24043 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.android.knox.containeragent 
11-30 15:17:39.233 16033 19173 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:17:39.235 16033 19173 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:17:39.235 13010 13310 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:17:39.239 13010 13310 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:17:39.244 21258 21440 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:17:39.248 21258 21440 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:17:39.252  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1250 ,Container id: 0
11-30 15:17:39.253  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1250 ,Container id: 0
11-30 15:17:39.253  2985  5084 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:39.257  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1250 ,Container id: 0
11-30 15:17:39.257  2985  5084 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:39.261  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1250 ,Container id: 0
11-30 15:17:39.262  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1250 ,Container id: 0
11-30 15:17:39.262  2985  5084 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:39.267  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1250 ,Container id: 0
11-30 15:17:39.267  2985  5084 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:39.275 24043 24043 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:39.275  6077  6493 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:17:39.277  6077  6493 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:17:39.299 24043 24043 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 1250
11-30 15:17:39.300 24043 24043 D Proxy   : mdoP is null: 1250
11-30 15:17:39.458  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 98, previously 597
11-30 15:17:39.458  2985  2985 W ResourceType: Found multiple library tables, ignoring...
11-30 15:17:39.458  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 6282, previously 6446
11-30 15:17:39.463  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 198, previously 1867
11-30 15:17:39.463  2985  2985 W ResourceType: Found multiple library tables, ignoring...
11-30 15:17:39.505  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 5, previously 6
11-30 15:17:39.517  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 201, previously 204
11-30 15:17:39.517  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 174, previously 718
11-30 15:17:39.529  2985  2999 I AccessibilityManagerService: semIsAccessibilityServiceEnabled()
11-30 15:17:39.535  2985  2999 D EnterpriseDeviceManagerService: onPackageUpdateFinished - packageName: com.microsoft.office.powerpoint, uid: 10011
11-30 15:17:39.536  2985  2999 D EnterpriseDeviceManagerService: Package has changed for user 0
11-30 15:17:39.536  2985  2999 D EnterpriseDeviceManagerService: Admin package name: com.google.android.gms
11-30 15:17:39.536  2985  2999 D EnterpriseDeviceManagerService: Admin package name: com.domobile.applock
11-30 15:17:39.536  2985  2999 D EnterpriseDeviceManagerService: Admin package name: com.google.android.gms
11-30 15:17:39.536  2985  2999 D EnterpriseDeviceManagerService: Admin package name: com.samsung.android.knox.containercore
11-30 15:17:39.594 24043 24043 D KnoxUsageDB: getInstance - KnoxUsageDBHelper
11-30 15:17:39.594 24043 24043 D KnoxUsageDB: null == mDbHelperInstance - KnoxUsageDBHelper
11-30 15:17:39.599 24043 24043 D KnoxPackageStateReceiver:  received intent Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.microsoft.office.powerpoint flg=0x4000010 cmp=com.samsung.android.knox.containeragent/.KnoxPackageStateReceiver (has extras) }
11-30 15:17:39.605  2985  2985 D ApplicationPolicy: packageInstalledForExternalStorage com.microsoft.office.powerpoint
11-30 15:17:39.606  2985  2985 D ApplicationPolicy: checkExternalStoragePkg : Not match found
11-30 15:17:39.607  2985  2985 I chatty  : uid=1000 system_server identical 6 lines
11-30 15:17:39.607  2985  2985 D ApplicationPolicy: checkExternalStoragePkg : Not match found
11-30 15:17:39.607  2985  2985 D PackageManager: Shame on you for calling the hidden API queryBroadcastReceivers(). Shame!
11-30 15:17:39.608 24043 24043 D AppUpdateReceiver: onReceive: AppUpdateReceiver action is android.intent.action.PACKAGE_REMOVED
11-30 15:17:39.609  2985  2985 E SDAgentPackageStateReceiver: Not going to handle 'com.microsoft.office.powerpoint'!
11-30 15:17:39.609  2985  2985 D EnterprisePremiumVpnPolicyServiceV2: Vpn Receiver : android.intent.action.PACKAGE_ADDED
11-30 15:17:39.610  2985  3150 I EnterprisePremiumVpnPolicyServiceV2: vpn handle : Message received
11-30 15:17:39.610  2985  2985 D KnoxVpnEngineService: Vpn Receiver : android.intent.action.PACKAGE_ADDED
11-30 15:17:39.610  2985  3150 D EnterprisePremiumVpnPolicyServiceV2: vpn handle : Handle MSG package add
11-30 15:17:39.610  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:17:39.610  2985  5091 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.lool user:0
11-30 15:17:39.610  2985  5091 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:17:39.610  2985  5091 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.lool user:0
11-30 15:17:39.610  2985  5091 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:17:39.612  2985  3152 D KnoxVpnEngineService: vpn handle : Handle MSG package add
11-30 15:17:39.612  2985  3152 D KnoxVpnEngineService: vpn handle : package added: package being updated
11-30 15:17:39.617 19115 19233 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:17:39.622 24058 24058 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:17:39.624 19115 19233 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:17:39.624 24058 24058 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:39.625 24058 24058 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.samsung.android.lool 
11-30 15:17:39.634 19115 19233 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2711, previously 2714
11-30 15:17:39.637 19115 19233 W ResourceType: ResTable_typeSpec entry count inconsistent: given 312, previously 1787
11-30 15:17:39.647  2985  5091 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:17:39.648  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:17:39.648 24058 24058 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:39.671 24058 24058 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 1000
11-30 15:17:39.672 24058 24058 D Proxy   : mdoP is null: 1000
11-30 15:17:39.679 24058 24058 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:17:39.682  2680  2680 E audit   : type=1400 audit(1638260259.666:39792): avc:  denied  { write } for  pid=24058 comm="ng.android.lool" name="com.samsung.android.lool-n6vzqVIxEGRsdtjPpo4EHg==" dev="dm-1" ino=709538 scontext=u:r:system_app:s0 tcontext=u:object_r:apk_data_file:s0 tclass=dir permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:17:39.682  2680  2680 E audit   : type=1300 audit(1638260259.666:39792): arch=40000028 syscall=334 per=8 success=no exit=-13 a0=ffffff9c a1=e8f6c700 a2=2 a3=0 items=0 ppid=2693 pid=24058 auid=4294967295 uid=1000 gid=1000 euid=1000 suid=1000 fsuid=1000 egid=1000 sgid=1000 fsgid=1000 tty=(none) ses=4294967295 comm="ng.android.lool" exe="/system/bin/app_process32" subj=u:r:system_app:s0 key=(null)
11-30 15:17:39.682  2680  2680 E audit   : type=1327 audit(1638260259.666:39792): proctitle="com.samsung.android.lool"
11-30 15:17:39.682  2680  2680 E audit   : type=1400 audit(1638260259.666:39793): avc:  denied  { write } for  pid=24058 comm="ng.android.lool" name="com.samsung.android.lool-n6vzqVIxEGRsdtjPpo4EHg==" dev="dm-1" ino=709538 scontext=u:r:system_app:s0 tcontext=u:object_r:apk_data_file:s0 tclass=dir permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:17:39.682  2680  2680 E audit   : type=1300 audit(1638260259.666:39793): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=e8f58d20 a2=20042 a3=1a4 items=0 ppid=2693 pid=24058 auid=4294967295 uid=1000 gid=1000 euid=1000 suid=1000 fsuid=1000 egid=1000 sgid=1000 fsgid=1000 tty=(none) ses=4294967295 comm="ng.android.lool" exe="/system/bin/app_process32" subj=u:r:system_app:s0 key=(null)
11-30 15:17:39.682  2680  2680 E audit   : type=1327 audit(1638260259.666:39793): proctitle="com.samsung.android.lool"
11-30 15:17:39.732  5463  5463 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:17:39.732  5463  5463 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:17:39.756  2985  2985 W ResourceType: For resource 0x7f130fe2, entry index(4066) is beyond type entryCount(1442)
11-30 15:17:39.820  2985  2985 W ResourceType: For resource 0x7f130fe3, entry index(4067) is beyond type entryCount(1442)
11-30 15:17:39.870 19115 19233 W ResourceType: ResTable_typeSpec entry count inconsistent: given 98, previously 597
11-30 15:17:39.870 19115 19233 W ResourceType: Found multiple library tables, ignoring...
11-30 15:17:39.870 19115 19233 W ResourceType: ResTable_typeSpec entry count inconsistent: given 6282, previously 6446
11-30 15:17:39.870 19115 19233 W ResourceType: ResTable_typeSpec entry count inconsistent: given 198, previously 1867
11-30 15:17:39.870 19115 19233 W ResourceType: Found multiple library tables, ignoring...
11-30 15:17:39.889 24058 24058 D CapsuleProvider_1.0.1: onCreate
11-30 15:17:39.908 24058 24058 D SamsungAnalytics111040: cf feature is supported
11-30 15:17:40.070 24058 24058 D SamsungAnalytics111040: newThread on Executor
11-30 15:17:40.070 24058 24058 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:17:40.072 24058 24058 I DMT-SMReceiver: Received : android.intent.action.PACKAGE_REMOVED
11-30 15:17:40.086  2985  5092 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.provider.stickerprovider user:0
11-30 15:17:40.086  2985  5092 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:17:40.086  2985  5092 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.provider.stickerprovider user:0
11-30 15:17:40.086  2985  5092 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:17:40.098 24079 24079 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:17:40.100 24079 24079 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:40.101 24079 24079 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.android.provider.stickerprovider 
11-30 15:17:40.120  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10064 ,Container id: 0
11-30 15:17:40.121  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10064 ,Container id: 0
11-30 15:17:40.121  2985  5092 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:40.125  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10064 ,Container id: 0
11-30 15:17:40.125  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10064 ,Container id: 0
11-30 15:17:40.126  2985  5088 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:40.128 23617 23617 I Finsky  : [2] jvb.apply(31): NCR: notification count changed for account [[tx1OnwR59UxnwCw6l78ItpQrUWzXPVUQzS-KA31x2W8]]: old=[0], new=[1], notifications=[[EmwJPO_MxF6xEzkKtyzXXNRagMPjwdV5678PPcrdHgg]]
11-30 15:17:40.130 24079 24079 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:40.151 24079 24079 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10064
11-30 15:17:40.152 24079 24079 D Proxy   : mdoP is null: 10064
11-30 15:17:40.161 23617 23868 I Finsky  : [43799] fag.accept(26): Cancelled 0 ongoing asset module downloads for package com.microsoft.office.powerpoint due to a concurrent app update.
11-30 15:17:40.161 23617 23868 I Finsky  : [43799] fag.accept(36): Asset module broadcast after update successful for package com.microsoft.office.powerpoint. 0 sessions broadcast.
11-30 15:17:40.183  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:40.183  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:40.183  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:40.369  2985  2985 V EnterpriseBillingAsyncHandler: packageModificationReceiver - onreceive - start - android.intent.action.PACKAGE_ADDED
11-30 15:17:40.369  2985  2985 I DomainFilter: onReceive() - Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.microsoft.office.powerpoint flg=0x4000010 (has extras) }
11-30 15:17:40.372  2985  3433 V EnterpriseBillingPolicyInternal: packageModification -  start - android.intent.action.PACKAGE_ADDED
11-30 15:17:40.372  2985  3433 V EnterpriseBillingPolicyInternal: uID is 10011
11-30 15:17:40.372  2985  3433 V EnterpriseBillingPolicyInternal: Removed Packageuid is0
11-30 15:17:40.372  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - enter
11-30 15:17:40.372  2985  2985 I DomainFilter: packageAdded() - packageName: com.microsoft.office.powerpoint, uid: 0
11-30 15:17:40.373  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - exit null : containerId = 0
11-30 15:17:40.373  2985  3433 V EnterpriseBillingPolicyInternal: packageModificationReceiver - onreceive - personal application - profile null
11-30 15:17:40.387  2985  2985 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:40.391  2985  2985 I PersonaManagerService::Proxy: newPackage is com.microsoft.office.powerpoint
11-30 15:17:40.396  2985  2985 D RCPManagerService: PackageReceiver onReceive()
11-30 15:17:40.396  2985  2985 D RCPManagerService: App Installed with packageNAme = com.microsoft.office.powerpoint
11-30 15:17:40.418  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 0: now com.samsung.android.contacts
11-30 15:17:40.419  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 150: now null
11-30 15:17:40.492  2985  3006 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.lool user:0
11-30 15:17:40.492  2985  3006 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:17:40.492  2985  3006 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.lool user:0
11-30 15:17:40.492  2985  3006 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:17:40.505  2985  2985 D KnoxMUMContainerPolicy: mPackageReceiver : action - android.intent.action.PACKAGE_ADDED
11-30 15:17:40.507 24097 24097 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:17:40.509 24097 24097 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:40.510 24097 24097 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.samsung.android.sm.provider 
11-30 15:17:40.510  5463  5463 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:17:40.519 13746 13746 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService PairActivityUserId=150 }
11-30 15:17:40.519 13746 13746 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService PairActivityUserId=150 }
11-30 15:17:40.528  2985  2985 E DLP_PolicyServiceHelper: No config entry found in DB !
11-30 15:17:40.532  2985  2985 D ApplicationPolicy: packageInstalledForExternalStorage com.microsoft.office.powerpoint
11-30 15:17:40.532  2985  5091 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:17:40.533  2985  2985 D ApplicationPolicy: checkExternalStoragePkg : Not match found
11-30 15:17:40.533  2985  2985 I chatty  : uid=1000 system_server identical 2 lines
11-30 15:17:40.533  2985  2985 D ApplicationPolicy: checkExternalStoragePkg : Not match found
11-30 15:17:40.533  2985  2985 D PackageManager: Shame on you for calling the hidden API queryBroadcastReceivers(). Shame!
11-30 15:17:40.533  2985  2985 D EnterprisePremiumVpnPolicyServiceV2: Vpn Receiver : android.intent.action.PACKAGE_ADDED
11-30 15:17:40.534  2985  3150 I EnterprisePremiumVpnPolicyServiceV2: vpn handle : Message received
11-30 15:17:40.534  2985  3150 D EnterprisePremiumVpnPolicyServiceV2: vpn handle : Handle MSG package add
11-30 15:17:40.534  2985  2985 D KnoxVpnEngineService: Vpn Receiver : android.intent.action.PACKAGE_ADDED
11-30 15:17:40.534  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:17:40.534  2985  3152 D KnoxVpnEngineService: vpn handle : Handle MSG package add
11-30 15:17:40.534  2985  3152 D KnoxVpnEngineService: vpn handle : package added: package being updated
11-30 15:17:40.535  2985  5091 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:17:40.535 24097 24097 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:40.546  2985  2985 V EnterpriseBillingAsyncHandler: packageModificationReceiver - onreceive - start - android.intent.action.PACKAGE_ADDED
11-30 15:17:40.546  2985  2985 I DomainFilter: onReceive() - Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.microsoft.office.powerpoint flg=0x4000010 (has extras) }
11-30 15:17:40.546  2985  3433 V EnterpriseBillingPolicyInternal: packageModification -  start - android.intent.action.PACKAGE_ADDED
11-30 15:17:40.546  2985  3433 V EnterpriseBillingPolicyInternal: uID is 15010011
11-30 15:17:40.546  2985  3433 V EnterpriseBillingPolicyInternal: Removed Packageuid is150
11-30 15:17:40.546  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - enter
11-30 15:17:40.546  2985  2985 I DomainFilter: packageAdded() - packageName: com.microsoft.office.powerpoint, uid: 150
11-30 15:17:40.547  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - exit null : containerId = 150
11-30 15:17:40.547  2985  3433 V EnterpriseBillingPolicyInternal: packageModificationReceiver - onreceive - personal application - profile null
11-30 15:17:40.551  2985  2985 D SdpManagerService: Not an enterprise user : 0
11-30 15:17:40.551  2985  2985 I PersonaManagerService::Proxy: newPackage is com.microsoft.office.powerpoint
11-30 15:17:40.553  2985  2985 D RCPManagerService: PackageReceiver onReceive()
11-30 15:17:40.553  2985  2985 D RCPManagerService: App Installed with packageNAme = com.microsoft.office.powerpoint
11-30 15:17:40.555  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 0: now com.samsung.android.contacts
11-30 15:17:40.557  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 150: now null
11-30 15:17:40.557  2985  2985 D UpdateReceiver:: Action: android.intent.action.PACKAGE_REPLACED
11-30 15:17:40.566 24097 24097 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 1000
11-30 15:17:40.567 24097 24097 D Proxy   : mdoP is null: 1000
11-30 15:17:40.570 24097 24097 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:17:40.570  2680  2680 E audit   : type=1400 audit(1638260260.556:39794): avc:  denied  { write } for  pid=24097 comm="oid.sm.provider" name="com.samsung.android.lool-n6vzqVIxEGRsdtjPpo4EHg==" dev="dm-1" ino=709538 scontext=u:r:system_app:s0 tcontext=u:object_r:apk_data_file:s0 tclass=dir permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:17:40.570  2680  2680 E audit   : type=1300 audit(1638260260.556:39794): arch=40000028 syscall=334 per=8 success=no exit=-13 a0=ffffff9c a1=e8f6c700 a2=2 a3=0 items=0 ppid=2693 pid=24097 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_process32" subj=u:r:system_app:s0 key=(null)
11-30 15:17:40.570  2680  2680 E audit   : type=1327 audit(1638260260.556:39794): proctitle="com.samsung.android.sm.provider"
11-30 15:17:40.571  2680  2680 E audit   : type=1400 audit(1638260260.556:39795): avc:  denied  { write } for  pid=24097 comm="oid.sm.provider" name="com.samsung.android.lool-n6vzqVIxEGRsdtjPpo4EHg==" dev="dm-1" ino=709538 scontext=u:r:system_app:s0 tcontext=u:object_r:apk_data_file:s0 tclass=dir permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:17:40.571  2680  2680 E audit   : type=1300 audit(1638260260.556:39795): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=e8f58d20 a2=20042 a3=1a4 items=0 ppid=2693 pid=24097 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_process32" subj=u:r:system_app:s0 key=(null)
11-30 15:17:40.571  2680  2680 E audit   : type=1327 audit(1638260260.556:39795): proctitle="com.samsung.android.sm.provider"
11-30 15:17:40.571  2985  2985 D PackageManager: Shame on you for calling the hidden API queryBroadcastReceivers(). Shame!
11-30 15:17:40.574  2985  2985 I DomainFilter: onReceive() - Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.microsoft.office.powerpoint flg=0x4000010 (has extras) }
11-30 15:17:40.575  2985  2985 I DomainFilter: packageReplaced() - packageName: com.microsoft.office.powerpoint oldUid: 10011 newUid:10011
11-30 15:17:40.576  2985  2985 D PackageManager: Shame on you for calling the hidden API queryBroadcastReceivers(). Shame!
11-30 15:17:40.576  2985  2985 I DomainFilter: onReceive() - Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.microsoft.office.powerpoint flg=0x4000010 (has extras) }
11-30 15:17:40.577  2985  2985 I DomainFilter: packageReplaced() - packageName: com.microsoft.office.powerpoint oldUid: 15010011 newUid:15010011
11-30 15:17:40.828  6077  6291 D SharedPreferencesImpl: Time required to fsync /data/user/150/com.google.android.gms/shared_prefs/contact_tracing_data_quality_record_db.xml: [<1: 0, <2: 0, <4: 0, <8: 1, <16: 0, <32: 0, <64: 0, <128: 1, <256: 4, <512: 3, <1024: 0, <2048: 2, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:17:40.828 13010 13460 D SharedPreferencesImpl: Time required to fsync /data/data/com.lbe.parallel.intl/parallel_intl/0/com.google.android.gms/shared_prefs/contact_tracing_data_quality_record_db.xml: [<1: 0, <2: 0, <4: 0, <8: 1, <16: 0, <32: 3, <64: 4, <128: 4, <256: 3, <512: 4, <1024: 2, <2048: 1, <4096: 1, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:17:40.838 16033 16609 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.google.android.gms/shared_prefs/contact_tracing_data_quality_record_db.xml: [<1: 0, <2: 0, <4: 0, <8: 4, <16: 7, <32: 17, <64: 15, <128: 7, <256: 2, <512: 5, <1024: 2, <2048: 5, <4096: 1, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:17:40.952 19115 19233 I DeviceAppInfoWork: remove existing package for update: com.microsoft.office.powerpoint
11-30 15:17:40.957 19115 19233 I chatty  : uid=10078(com.google.android.googlequicksearchbox) identical 3 lines
11-30 15:17:40.958 19115 19233 I DeviceAppInfoWork: remove existing package for update: com.microsoft.office.powerpoint
11-30 15:17:40.960 19115 23962 I A       : soft deleting data for DEVICE_INSTALLED_APPS [CONTEXT ratelimit_period="100 MILLISECONDS [skipped: 4]" ]
11-30 15:17:40.962  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:17:40.962  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:17:40.968  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:17:40.969  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:17:40.970  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2711, previously 2714
11-30 15:17:40.970  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 312, previously 1787
11-30 15:17:40.996 19115 19233 I DeviceAppInfoWork: remove existing package for update: com.microsoft.office.powerpoint
11-30 15:17:41.000 21258 21293 D SharedPreferencesImpl: Time required to fsync /data/data/com.parallel.space.lite/parallel_lite/0/com.google.android.gms/shared_prefs/contact_tracing_data_quality_record_db.xml: [<1: 0, <2: 0, <4: 0, <8: 1, <16: 2, <32: 1, <64: 0, <128: 4, <256: 1, <512: 4, <1024: 0, <2048: 1, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:17:41.054  5463 23998 W IcingInternalCorpora: Contacts corpus disabled.
11-30 15:17:41.071  5463 23998 W IcingInternalCorpora: Contacts corpus disabled.
11-30 15:17:41.133 24079 24079 V StickerProvider2: onCreate, mStickerMaxMainOrder : 3, version : 19
11-30 15:17:41.162 24079 24079 D StickerInstallManager: startStickerCenterService
11-30 15:17:41.169 19115 23962 I A       : soft deleting data for DEVICE_INSTALLED_APPS [CONTEXT ratelimit_period="100 MILLISECONDS" ]
11-30 15:17:41.171  2985  5088 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.stickercenter user:0
11-30 15:17:41.171  2985  5088 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:17:41.171  2985  5088 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.stickercenter user:0
11-30 15:17:41.171  2985  5088 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:17:41.178 19115 19233 I DeviceAppInfoWork: remove existing package for update: com.microsoft.office.powerpoint
11-30 15:17:41.183  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:41.183  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:41.183  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:41.185 24120 24120 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:17:41.187 24120 24120 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:41.188 24120 24120 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.samsung.android.stickercenter 
11-30 15:17:41.209  2985  5091 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.sm.devicesecurity user:0
11-30 15:17:41.209  2985  5091 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:17:41.209  2985  5091 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.sm.devicesecurity user:0
11-30 15:17:41.209  2985  5091 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:17:41.256 24133 24133 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:17:41.258 24133 24133 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:41.259 24133 24133 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.android.sm.devicesecurity 
11-30 15:17:41.270  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:17:41.271  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:17:41.271 24120 24120 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:41.290  2985  5091 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5012 ,Container id: 0
11-30 15:17:41.298  5463  9924 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
11-30 15:17:41.332  2985  5091 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5012 ,Container id: 0
11-30 15:17:41.332  2985  5091 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:41.338  2985  5091 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5012 ,Container id: 0
11-30 15:17:41.338  2985  5091 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5012 ,Container id: 0
11-30 15:17:41.338  2985  5091 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:41.347 24097 24097 D SamsungAnalytics111040: cf feature is supported
11-30 15:17:41.349 16067 12914 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
11-30 15:17:41.350 24133 24133 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:41.354 14965 14965 I Finsky  : [2] jqc.aO(13): Installer::IT: using autoupdate DAO and setting lastUpdateTimestamp
11-30 15:17:41.355 24120 24120 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 1000
11-30 15:17:41.356 24120 24120 D Proxy   : mdoP is null: 1000
11-30 15:17:41.366 13746 15926 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
11-30 15:17:41.367 24097 24097 D SamsungAnalytics111040: newThread on Executor
11-30 15:17:41.368 24097 24097 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:17:41.374 10091  9885 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
11-30 15:17:41.377 24133 24133 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 5012
11-30 15:17:41.378 24133 24133 D Proxy   : mdoP is null: 5012
11-30 15:17:41.407  2985  3006 W Binder  : Outgoing transactions from this process must be FLAG_ONEWAY
11-30 15:17:41.407  2985  3006 W Binder  : java.lang.Throwable
11-30 15:17:41.407  2985  3006 W Binder  : 	at android.os.BinderProxy.transact(Binder.java:769)
11-30 15:17:41.407  2985  3006 W Binder  : 	at android.content.ContentProviderProxy.query(ContentProviderNative.java:416)
11-30 15:17:41.407  2985  3006 W Binder  : 	at android.content.ContentResolver.query(ContentResolver.java:760)
11-30 15:17:41.407  2985  3006 W Binder  : 	at android.content.ContentResolver.query(ContentResolver.java:710)
11-30 15:17:41.407  2985  3006 W Binder  : 	at android.content.ContentResolver.query(ContentResolver.java:668)
11-30 15:17:41.407  2985  3006 W Binder  : 	at com.android.server.am.MARsDBManager.doInsertPkg(MARsDBManager.java:1877)
11-30 15:17:41.407  2985  3006 W Binder  : 	at com.android.server.am.MARsDBManager.-wrap5(Unknown Source:0)
11-30 15:17:41.407  2985  3006 W Binder  : 	at com.android.server.am.MARsDBManager$DBHandler.handleMessage(MARsDBManager.java:426)
11-30 15:17:41.407  2985  3006 W Binder  : 	at android.os.Handler.dispatchMessage(Handler.java:106)
11-30 15:17:41.407  2985  3006 W Binder  : 	at android.os.Looper.loop(Looper.java:164)
11-30 15:17:41.407  2985  3006 W Binder  : 	at com.android.server.am.MARsDBManager$DBThread.run(MARsDBManager.java:304)
11-30 15:17:41.410 24120 24120 D StickerCenterService: onCreate start
11-30 15:17:41.410 24120 24120 D StickerCenterService: createDir path /data/overlays/sticker/ / result =  -2
11-30 15:17:41.410 24120 24120 D StickerCenterService: createDir path /data/overlays/sticker/0/ / result =  -2
11-30 15:17:41.410 24120 24120 D StickerCenterService: onCreate end
11-30 15:17:41.411 24120 24120 D StickerCenterService: onBind
11-30 15:17:41.414 24079 24079 V StickerInstallManager: onServiceConnected
11-30 15:17:41.424 14965 14978 W zygote  : Suspending all threads took: 29.499ms
11-30 15:17:41.425 14965 23810 I Finsky  : [43431] ihu.run(9): Wrote row to frosting DB: 10549
11-30 15:17:41.643 19115 23962 I A       : soft deleting data for DEVICE_INSTALLED_APPS [CONTEXT ratelimit_period="100 MILLISECONDS [skipped: 1]" ]
11-30 15:17:41.649 19115 19220 I DeviceAppInfoWork: remove existing package for update: com.microsoft.office.powerpoint
11-30 15:17:41.656 23617 23814 I Finsky  : [43797] ihu.run(9): Wrote row to frosting DB: 19138
11-30 15:17:41.657  2985  2985 D KnoxMUMContainerPolicy: packageInstalledForSBAExternalStorage com.microsoft.office.powerpoint
11-30 15:17:41.699  2985  2985 D KnoxMUMContainerPolicy: packageInstalledForSBAExternalStorage com.microsoft.office.powerpoint
11-30 15:17:41.908 14965 23810 I Finsky  : [43431] ihu.run(9): Wrote row to frosting DB: 10550
11-30 15:17:41.913 19115 23962 I A       : soft deleting data for DEVICE_INSTALLED_APPS [CONTEXT ratelimit_period="100 MILLISECONDS [skipped: 1]" ]
11-30 15:17:41.943  5463 18865 W Icing   : No valid account for uploading user actions
11-30 15:17:41.974 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.microsoft.office.powerpoint to state 80
11-30 15:17:41.976 14965 14965 I Finsky  : [2] jpm.X(1): Installer: stopping tracking of task: com.microsoft.office.powerpoint
11-30 15:17:41.983 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [4bV0n3UlNhBd05BFpVecdUZT67AF7TnyJkkZ8o4xIGw]
11-30 15:17:41.983 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.powerpoint
11-30 15:17:42.030 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Deduping intent android.intent.action.PACKAGE_ADDED
11-30 15:17:42.033 14965 23634 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:17:42.033 14965 23561 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:17:42.034 14965 23634 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:17:42.034 14965 23561 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:17:42.053 23887 23917 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:17:42.067 14965 14965 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=true, apps=[]
11-30 15:17:42.082 23887 23917 I zygote  : WaitForGcToComplete blocked ProfileSaver on ClassLinker for 28.868ms
11-30 15:17:42.146 19115 23962 I A       : soft deleting data for DEVICE_INSTALLED_APPS [CONTEXT ratelimit_period="100 MILLISECONDS" ]
11-30 15:17:42.152 14965 15024 I Finsky  : [43182] mwx.call(13): UIMP: No update discovered for com.microsoft.office.powerpoint
11-30 15:17:42.162 14965 15024 I Finsky  : [43182] mnc.ba(1): UpdateImportanceScores for packageName com.microsoft.office.powerpoint = UpdateImportanceScores{packageName=com.microsoft.office.powerpoint, updateUsefulnessScore=0.26894143, manualActionNeededScore=0.0, updateNotificationUserClickability=1.0, appUsageStats=null}
11-30 15:17:42.163 14965 14965 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=true, apps=[]
11-30 15:17:42.177 15059 16627 I Finsky:background: [43218] lus.c(5): Installer::MCS: User=UserHandle{150} released=com.microsoft.office.powerpoint
11-30 15:17:42.178 15059 16627 W Finsky:background: [43218] lus.e(5): Installer::MCS: Could not notify listener for user UserHandle{0}
11-30 15:17:42.183  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:42.183  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:42.183  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:42.183 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.powerpoint
11-30 15:17:42.191 14965 14965 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=true, apps=[]
11-30 15:17:42.201 23617 23656 I Finsky  : [43715] nql.c(1): Regular flags synced
11-30 15:17:42.212 13010 13265 D BluetoothAdapter: STATE_BLE_ON
11-30 15:17:42.212  2985  5088 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.knox.securefolder user:0
11-30 15:17:42.212 13746 13890 W Icing   : No valid account for uploading user actions
11-30 15:17:42.212  2985  5088 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:17:42.212  2985  5088 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.knox.securefolder user:0
11-30 15:17:42.212  2985  5088 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:17:42.216 13010 13265 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:17:42.225 24158 24158 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:17:42.233  6077  6077 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.icing.LIGHTWEIGHT_INDEX_SERVICE cmp=com.google.android.gms/.chimera.PersistentApiService PairActivityUserId=150 }
11-30 15:17:42.233  6077  6077 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.icing.LIGHTWEIGHT_INDEX_SERVICE cmp=com.google.android.gms/.chimera.PersistentApiService PairActivityUserId=150 }
11-30 15:17:42.244 13010 13265 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:17:42.246 13010 13265 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:17:42.263 14965 23581 I Finsky  : [43422] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=INSTALLED
11-30 15:17:42.270 13746 15929 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=30
11-30 15:17:42.289 23617 23656 I Finsky  : [43715] njl.f(3): Writing flags config, size 1.
11-30 15:17:42.289 23617 23656 I Finsky  : [43715] njl.f(3): Started writing experiment flags into file [moBbjgpgczigEWah-1mIgNLF0U52pVj2WywHSdSaz8o].
11-30 15:17:42.307 23617 23656 I Finsky  : [43715] njl.f(17): Finished writing experiment flags into file [moBbjgpgczigEWah-1mIgNLF0U52pVj2WywHSdSaz8o].
11-30 15:17:42.309 23617 23814 I Finsky  : [43797] ihu.run(9): Wrote row to frosting DB: 19139
11-30 15:17:42.338 14965 23810 I Finsky  : [43431] ihu.run(9): Wrote row to frosting DB: 10551
11-30 15:17:42.341  5463 18865 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:17:42.357 24158 24158 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:42.358 24158 24158 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.knox.securefolder 
11-30 15:17:42.380  2985  3615 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10056 ,Container id: 0
11-30 15:17:42.380  2985  3615 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10056 ,Container id: 0
11-30 15:17:42.380  2985  3615 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:42.386  2985  3615 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10056 ,Container id: 0
11-30 15:17:42.386  2985  3615 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10056 ,Container id: 0
11-30 15:17:42.386  2985  3615 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:42.391 24158 24158 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:42.414 24158 24158 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10056
11-30 15:17:42.415 24158 24158 D Proxy   : mdoP is null: 10056
11-30 15:17:42.449 19115 23962 I A       : soft deleting data for DEVICE_INSTALLED_APPS [CONTEXT ratelimit_period="100 MILLISECONDS" ]
11-30 15:17:42.465 23617 23656 I Finsky  : [43715] nqf.g(22): Successfully applied new configurations for package com.google.android.finsky.regular.
11-30 15:17:42.465 23617 23664 I Finsky  : [43721] nqf.h(1): Triggered update for experiment package com.google.android.finsky.regular.
11-30 15:17:42.614 13746 13890 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:17:42.665 14965 23810 I Finsky  : [43431] ihu.run(9): Wrote row to frosting DB: 10552
11-30 15:17:42.690 24158 24158 D KnoxUsageDB: getInstance - KnoxUsageDBHelper
11-30 15:17:42.690 24158 24158 D KnoxUsageDB: null == mDbHelperInstance - KnoxUsageDBHelper
11-30 15:17:42.709 14965 23581 I Finsky  : [43422] jvx.C(6): IQ: Pruning inactive install requests
11-30 15:17:42.714 14965 23581 I Finsky  : [43422] jvx.C(37): IQ: 2 pending for job: 10587
11-30 15:17:42.715 24158 24172 D SF:SALogging: run: init SALogging UserHandle{0}
11-30 15:17:42.719 24158 24158 D KnoxPackageReceiver:  received intent Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.microsoft.office.powerpoint flg=0x4000010 cmp=com.samsung.knox.securefolder/.containeragent.detector.KnoxPackageStateReceiver (has extras) }
11-30 15:17:42.720 14965 23581 I Finsky  : [43422] jvx.C(37): IQ: 0 pending for job: 10588
11-30 15:17:42.720 14965 23581 I Finsky  : [43422] jvx.C(38): IQ: Finishing job 10588
11-30 15:17:42.735 24158 24158 D SF:WorkerService: handleMessage: MSG_SET_CONFIGURATION
11-30 15:17:42.736  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.sec.android.widgetapp.samsungapps user:0
11-30 15:17:42.736  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:17:42.736  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.sec.android.widgetapp.samsungapps user:0
11-30 15:17:42.736  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:17:42.747 24158 24158 D SamsungAnalytics111040: cf feature is supported
11-30 15:17:42.748 24173 24173 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:17:42.749 24173 24173 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:42.750 24173 24173 I SELinux : SELinux: seapp_context_lookup: seinfo=samsung, level=s0:c512,c768, pkgname=com.sec.android.widgetapp.samsungapps 
11-30 15:17:42.773  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10020 ,Container id: 0
11-30 15:17:42.773  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10020 ,Container id: 0
11-30 15:17:42.773  2985  3612 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:42.777  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10020 ,Container id: 0
11-30 15:17:42.777  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10020 ,Container id: 0
11-30 15:17:42.777  2985  3612 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:42.781 24173 24173 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:42.783 23617 23814 I Finsky  : [43797] ihu.run(9): Wrote row to frosting DB: 19140
11-30 15:17:42.787  5463 18865 W Icing   : No valid account for uploading user actions
11-30 15:17:42.795 23817 23817 W zygote  : JIT profile information will not be recorded: profile file does not exits.
11-30 15:17:42.796 14965 23810 I Finsky  : [43431] ihu.run(9): Wrote row to frosting DB: 10553
11-30 15:17:42.805 24173 24173 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10020
11-30 15:17:42.805 24173 24173 D Proxy   : mdoP is null: 10020
11-30 15:17:42.815  5463 18865 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:17:42.873 23617 23814 I Finsky  : [43797] ihu.run(9): Wrote row to frosting DB: 19141
11-30 15:17:42.874 14965 23810 I Finsky  : [43431] ihu.run(9): Wrote row to frosting DB: 10554
11-30 15:17:42.911 14965 23810 I Finsky  : [43431] ihu.run(9): Wrote row to frosting DB: 10555
11-30 15:17:42.918 23617 23814 I Finsky  : [43797] ihu.run(9): Wrote row to frosting DB: 19142
11-30 15:17:42.947 23617 23814 I Finsky  : [43797] ihu.run(9): Wrote row to frosting DB: 19143
11-30 15:17:42.952 23617 23664 I Finsky  : [43721] nqf.h(7): Already at the latest configurations for experiment package com.google.android.finsky.regular.
11-30 15:17:42.952 14965 23581 I Finsky  : [43422] pmo.s(4): SCH: jobFinished: 3-10588. TimeElapsed: 563153ms.
11-30 15:17:42.953 23617 23664 I Finsky  : [43721] nqf.h(1): Triggered update for experiment package com.google.android.finsky.regular.
11-30 15:17:42.976 13746 13890 W Icing   : No valid account for uploading user actions
11-30 15:17:42.982 19115 23962 I A       : Performing deletion propagation for Geller data.
11-30 15:17:42.986  2985  5088 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:17:42.987 19115 24188 I A       : Performing deletion propagation for Geller data.
11-30 15:17:42.988 19115 24193 I A       : Performing deletion propagation for Geller data.
11-30 15:17:42.990  2985  5088 D API test: getContainerInfo: value is 150,1359085664
11-30 15:17:42.996 19115 24187 I A       : Performing deletion propagation for Geller data.
11-30 15:17:42.997 19115 24190 I A       : Performing deletion propagation for Geller data.
11-30 15:17:42.997 19115 24191 I A       : Performing deletion propagation for Geller data.
11-30 15:17:42.998 19115 24192 I A       : Performing deletion propagation for Geller data.
11-30 15:17:42.998 19115 24194 I A       : Performing deletion propagation for Geller data.
11-30 15:17:43.000  2985  5088 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:17:43.000  2985  5088 D API test: getContainerInfo: value is 150,1359085664
11-30 15:17:43.014 19115 24195 I A       : Writing data of size=411 bytes with N=1 keys to Geller corpus DEVICE_INSTALLED_APPS at ts=1638260262610000
11-30 15:17:43.015 14965 24189 I Finsky  : [43443] fur.run(6): Installer: Session time: 194 seconds
11-30 15:17:43.022 13746 13890 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:17:43.029 24158 24158 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:17:43.037 24173 24173 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:17:43.042 13746 13890 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:17:43.045 14965 15024 I Finsky  : [43182] mnd.a(19): Showing notification: [ID=successful update, Tag=null, Title=1 app updated, Message=Microsoft PowerPoint: Slideshows and Presentations, channelId=updates-completed, targetType=1, returnCode=-1, uiElementType=902]
11-30 15:17:43.045 24173 24173 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:17:43.053 23817 23817 W zygote  : Verification of void ewf.onCreate() took 234.211ms
11-30 15:17:43.148 23617 23629 I zygote  : Background concurrent copying GC freed 117445(7MB) AllocSpace objects, 16(1204KB) LOS objects, 50% free, 9MB/18MB, paused 252us total 218.831ms
11-30 15:17:43.151  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.securitylogagent user:150
11-30 15:17:43.152  5463 18865 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:17:43.168  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:17:43.168  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.securitylogagent user:150
11-30 15:17:43.169  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:17:43.175 13746 13890 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:17:43.183  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:43.183  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:43.183  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:43.184 24202 24202 I Zygote  : Unshare entire /
11-30 15:17:43.187 16067 16067 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.ocr.service.internal.START cmp=com.google.android.gms/.chimera.GmsInternalApiService }
11-30 15:17:43.203 24202 24202 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:17:43.203 24202 24202 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:17:43.203 24202 24202 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:17:43.203 24202 24202 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:17:43.203 24202 24202 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:17:43.203 24202 24202 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:17:43.204 24202 24202 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:17:43.204 24202 24202 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:17:43.204 24202 24202 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:17:43.222 24202 24202 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:43.223 24202 24202 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.samsung.android.securitylogagent 
11-30 15:17:43.245  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15001000 ,Container id: 150
11-30 15:17:43.245  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15001000 ,Container id: 150
11-30 15:17:43.246 24202 24202 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:43.269 24202 24202 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15001000
11-30 15:17:43.269 24202 24202 D Proxy   : mdoP is null: 15001000
11-30 15:17:43.380 23617 23664 I Finsky  : [43721] nqf.h(7): Already at the latest configurations for experiment package com.google.android.finsky.regular.
11-30 15:17:43.381 23617 23656 I Finsky  : [43715] nqf.h(1): Triggered update for experiment package com.google.android.finsky.regular.
11-30 15:17:43.555 24202 24202 D SecurityLogAgent, APMApplication: onCreate
11-30 15:17:43.556 13746 13755 I zygote  : Compiler allocated 4MB to compile zvl zvm.c(zpu, zvj, long)
11-30 15:17:43.556 24202 24202 D BixbyApi_0.2.7: isBixbySupported:false
11-30 15:17:43.559 24202 24202 D SamsungAnalytics111040: cf feature is supported
11-30 15:17:43.565  5463 18865 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:17:43.569  5463 18865 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:17:43.585  5463 18865 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:17:43.589 13746 13887 D SharedPreferencesImpl: Time required to fsync /data/user/150/com.google.android.gms/shared_prefs/proxy-apps-corpus.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 1, <32: 0, <64: 2, <128: 0, <256: 3, <512: 0, <1024: 3, <2048: 1, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:17:43.609  5463 18865 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:17:43.609 14965 23810 I Finsky  : [43431] ihu.run(9): Wrote row to frosting DB: 10556
11-30 15:17:43.612  5463 18865 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:17:43.613 13746 13890 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:17:43.617 13746 13890 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:17:43.656 16067 21924 I GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=12803 trafficStatsUid=-1
11-30 15:17:43.667 19115 24195 I A       : Writing data of size=411 bytes with N=1 keys to Geller corpus DEVICE_INSTALLED_APPS at ts=1638260262610002
11-30 15:17:43.667 19115 19233 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:17:43.687 23817 23817 I zygote  : Rejecting re-init on previously-failed class java.lang.Class<cyb>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/app/slice/SliceProvider;
11-30 15:17:43.687 23817 23817 I zygote  :   at java.lang.Object java.lang.Class.newInstance() (Class.java:-2)
11-30 15:17:43.687 23817 23817 I zygote  :   at android.app.ContentProviderHolder android.app.ActivityThread.installProvider(android.content.Context, android.app.ContentProviderHolder, android.content.pm.ProviderInfo, boolean, boolean, boolean) (ActivityThread.java:6606)
11-30 15:17:43.687 23817 23817 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:17:43.687 23817 23817 I zygote  :   at java.lang.Object Reflection.MethodDef.invoke(java.lang.Object, java.lang.Object[]) (MethodDef.java:46)
11-30 15:17:43.687 23817 23817 I zygote  :   at java.lang.Object Reflection.android.app.ActivityThread.invokeInstallProvider(java.lang.Object, android.content.Context, android.content.pm.ProviderInfo) (ActivityThread.java:61)
11-30 15:17:43.687 23817 23817 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(java.lang.String, android.os.ConditionVariable) (LocalActivityService.java:1703)
11-30 15:17:43.687 23817 23817 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, java.lang.String) (LocalActivityService.java:785)
11-30 15:17:43.687 23817 23817 I zygote  :   at android.app.Service com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, android.content.ComponentName, android.os.IBinder) (LocalActivityService.java:1857)
11-30 15:17:43.687 23817 23817 I zygote  :   at android.os.IBinder com.lbe.doubleagent.client.proxy.ServiceProxyImpl.onBind(android.content.Intent) (ServiceProxyImpl.java:147)
11-30 15:17:43.687 23817 23817 I zygote  :   at void android.app.ActivityThread.handleBindService(android.app.ActivityThread$BindServiceData) (ActivityThread.java:3585)
11-30 15:17:43.687 23817 23817 I zygote  :   at void android.app.ActivityThread.-wrap2(android.app.ActivityThread, android.app.ActivityThread$BindServiceData) (ActivityThread.java:-1)
11-30 15:17:43.687 23817 23817 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1817)
11-30 15:17:43.687 23817 23817 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
11-30 15:17:43.687 23817 23817 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:17:43.687 23817 23817 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:17:43.687 23817 23817 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:17:43.687 23817 23817 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:17:43.687 23817 23817 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:17:43.687 23817 23817 I zygote  : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.app.slice.SliceProvider" on path: DexPathList[[zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk"],nativeLibraryDirectories=[/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/lib/arm, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
11-30 15:17:43.687 23817 23817 I zygote  :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
11-30 15:17:43.687 23817 23817 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
11-30 15:17:43.687 23817 23817 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-30 15:17:43.687 23817 23817 I zygote  :   at java.lang.Object java.lang.Class.newInstance() (Class.java:-2)
11-30 15:17:43.687 23817 23817 I zygote  :   at android.app.ContentProviderHolder android.app.ActivityThread.installProvider(android.content.Context, android.app.ContentProviderHolder, android.content.pm.ProviderInfo, boolean, boolean, boolean) (ActivityThread.java:6606)
11-30 15:17:43.687 23817 23817 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:17:43.688 23817 23817 I zygote  :   at java.lang.Object Reflection.MethodDef.invoke(java.lang.Object, java.lang.Object[]) (MethodDef.java:46)
11-30 15:17:43.688 23817 23817 I zygote  :   at java.lang.Object Reflection.android.app.ActivityThread.invokeInstallProvider(java.lang.Object, android.content.Context, android.content.pm.ProviderInfo) (ActivityThread.java:61)
11-30 15:17:43.688 23817 23817 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(java.lang.String, android.os.ConditionVariable) (LocalActivityService.java:1703)
11-30 15:17:43.688 23817 23817 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, java.lang.String) (LocalActivityService.java:785)
11-30 15:17:43.688 23817 23817 I zygote  :   at android.app.Service com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, android.content.ComponentName, android.os.IBinder) (LocalActivityService.java:1857)
11-30 15:17:43.688 23817 23817 I zygote  :   at android.os.IBinder com.lbe.doubleagent.client.proxy.ServiceProxyImpl.onBind(android.content.Intent) (ServiceProxyImpl.java:147)
11-30 15:17:43.688 23817 23817 I zygote  :   at void android.app.ActivityThread.handleBindService(android.app.ActivityThread$BindServiceData) (ActivityThread.java:3585)
11-30 15:17:43.688 23817 23817 I zygote  :   at void android.app.ActivityThread.-wrap2(android.app.ActivityThread, android.app.ActivityThread$BindServiceData) (ActivityThread.java:-1)
11-30 15:17:43.688 23817 23817 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1817)
11-30 15:17:43.688 23817 23817 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
11-30 15:17:43.688 23817 23817 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:17:43.688 23817 23817 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:17:43.688 23817 23817 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:17:43.688 23817 23817 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:17:43.688 23817 23817 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:17:43.688 23817 23817 I zygote  : 
11-30 15:17:43.689 23817 23817 I zygote  : Rejecting re-init on previously-failed class java.lang.Class<cyb>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/app/slice/SliceProvider;
11-30 15:17:43.689 23817 23817 I zygote  :   at java.lang.Object java.lang.Class.newInstance() (Class.java:-2)
11-30 15:17:43.689 23817 23817 I zygote  :   at android.app.ContentProviderHolder android.app.ActivityThread.installProvider(android.content.Context, android.app.ContentProviderHolder, android.content.pm.ProviderInfo, boolean, boolean, boolean) (ActivityThread.java:6606)
11-30 15:17:43.689 23817 23817 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:17:43.689 23817 23817 I zygote  :   at java.lang.Object Reflection.MethodDef.invoke(java.lang.Object, java.lang.Object[]) (MethodDef.java:46)
11-30 15:17:43.689 23817 23817 I zygote  :   at java.lang.Object Reflection.android.app.ActivityThread.invokeInstallProvider(java.lang.Object, android.content.Context, android.content.pm.ProviderInfo) (ActivityThread.java:61)
11-30 15:17:43.689 23817 23817 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(java.lang.String, android.os.ConditionVariable) (LocalActivityService.java:1703)
11-30 15:17:43.689 23817 23817 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, java.lang.String) (LocalActivityService.java:785)
11-30 15:17:43.689 23817 23817 I zygote  :   at android.app.Service com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, android.content.ComponentName, android.os.IBinder) (LocalActivityService.java:1857)
11-30 15:17:43.689 23817 23817 I zygote  :   at android.os.IBinder com.lbe.doubleagent.client.proxy.ServiceProxyImpl.onBind(android.content.Intent) (ServiceProxyImpl.java:147)
11-30 15:17:43.689 23817 23817 I zygote  :   at void android.app.ActivityThread.handleBindService(android.app.ActivityThread$BindServiceData) (ActivityThread.java:3585)
11-30 15:17:43.689 23817 23817 I zygote  :   at void android.app.ActivityThread.-wrap2(android.app.ActivityThread, android.app.ActivityThread$BindServiceData) (ActivityThread.java:-1)
11-30 15:17:43.689 23817 23817 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1817)
11-30 15:17:43.689 23817 23817 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
11-30 15:17:43.689 23817 23817 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:17:43.689 23817 23817 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:17:43.689 23817 23817 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:17:43.689 23817 23817 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:17:43.689 23817 23817 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:17:43.689 23817 23817 I zygote  : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.app.slice.SliceProvider" on path: DexPathList[[zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk"],nativeLibraryDirectories=[/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/lib/arm, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
11-30 15:17:43.689 23817 23817 I zygote  :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
11-30 15:17:43.689 23817 23817 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
11-30 15:17:43.689 23817 23817 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-30 15:17:43.689 23817 23817 I zygote  :   at java.lang.Object java.lang.Class.newInstance() (Class.java:-2)
11-30 15:17:43.689 23817 23817 I zygote  :   at android.app.ContentProviderHolder android.app.ActivityThread.installProvider(android.content.Context, android.app.ContentProviderHolder, android.content.pm.ProviderInfo, boolean, boolean, boolean) (ActivityThread.java:6606)
11-30 15:17:43.689 23817 23817 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:17:43.689 23817 23817 I zygote  :   at java.lang.Object Reflection.MethodDef.invoke(java.lang.Object, java.lang.Object[]) (MethodDef.java:46)
11-30 15:17:43.689 23817 23817 I zygote  :   at java.lang.Object Reflection.android.app.ActivityThread.invokeInstallProvider(java.lang.Object, android.content.Context, android.content.pm.ProviderInfo) (ActivityThread.java:61)
11-30 15:17:43.689 23817 23817 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(java.lang.String, android.os.ConditionVariable) (LocalActivityService.java:1703)
11-30 15:17:43.689 23817 23817 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, java.lang.String) (LocalActivityService.java:785)
11-30 15:17:43.689 23817 23817 I zygote  :   at android.app.Service com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, android.content.ComponentName, android.os.IBinder) (LocalActivityService.java:1857)
11-30 15:17:43.689 23817 23817 I zygote  :   at android.os.IBinder com.lbe.doubleagent.client.proxy.ServiceProxyImpl.onBind(android.content.Intent) (ServiceProxyImpl.java:147)
11-30 15:17:43.689 23817 23817 I zygote  :   at void android.app.ActivityThread.handleBindService(android.app.ActivityThread$BindServiceData) (ActivityThread.java:3585)
11-30 15:17:43.689 23817 23817 I zygote  :   at void android.app.ActivityThread.-wrap2(android.app.ActivityThread, android.app.ActivityThread$BindServiceData) (ActivityThread.java:-1)
11-30 15:17:43.689 23817 23817 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1817)
11-30 15:17:43.689 23817 23817 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
11-30 15:17:43.689 23817 23817 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:17:43.689 23817 23817 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:17:43.689 23817 23817 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:17:43.689 23817 23817 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:17:43.689 23817 23817 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:17:43.689 23817 23817 I zygote  : 
11-30 15:17:43.690 14965 23810 I Finsky  : [43431] ihu.run(9): Wrote row to frosting DB: 10557
11-30 15:17:43.690 23817 23817 I zygote  : Rejecting re-init on previously-failed class java.lang.Class<cyb>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/app/slice/SliceProvider;
11-30 15:17:43.690 23817 23817 I zygote  :   at java.lang.Object java.lang.Class.newInstance() (Class.java:-2)
11-30 15:17:43.690 23817 23817 I zygote  :   at android.app.ContentProviderHolder android.app.ActivityThread.installProvider(android.content.Context, android.app.ContentProviderHolder, android.content.pm.ProviderInfo, boolean, boolean, boolean) (ActivityThread.java:6606)
11-30 15:17:43.690 23817 23817 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:17:43.690 23817 23817 I zygote  :   at java.lang.Object Reflection.MethodDef.invoke(java.lang.Object, java.lang.Object[]) (MethodDef.java:46)
11-30 15:17:43.690 23817 23817 I zygote  :   at java.lang.Object Reflection.android.app.ActivityThread.invokeInstallProvider(java.lang.Object, android.content.Context, android.content.pm.ProviderInfo) (ActivityThread.java:61)
11-30 15:17:43.690 23817 23817 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(java.lang.String, android.os.ConditionVariable) (LocalActivityService.java:1703)
11-30 15:17:43.690 23817 23817 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, java.lang.String) (LocalActivityService.java:785)
11-30 15:17:43.690 23817 23817 I zygote  :   at android.app.Service com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, android.content.ComponentName, android.os.IBinder) (LocalActivityService.java:1857)
11-30 15:17:43.690 23817 23817 I zygote  :   at android.os.IBinder com.lbe.doubleagent.client.proxy.ServiceProxyImpl.onBind(android.content.Intent) (ServiceProxyImpl.java:147)
11-30 15:17:43.690 23817 23817 I zygote  :   at void android.app.ActivityThread.handleBindService(android.app.ActivityThread$BindServiceData) (ActivityThread.java:3585)
11-30 15:17:43.690 23817 23817 I zygote  :   at void android.app.ActivityThread.-wrap2(android.app.ActivityThread, android.app.ActivityThread$BindServiceData) (ActivityThread.java:-1)
11-30 15:17:43.690 23817 23817 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1817)
11-30 15:17:43.690 23817 23817 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
11-30 15:17:43.690 23817 23817 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:17:43.690 23817 23817 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:17:43.690 23817 23817 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:17:43.690 23817 23817 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:17:43.690 23817 23817 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:17:43.690 23817 23817 I zygote  : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.app.slice.SliceProvider" on path: DexPathList[[zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk"],nativeLibraryDirectories=[/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/lib/arm, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
11-30 15:17:43.690 23817 23817 I zygote  :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
11-30 15:17:43.690 23817 23817 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
11-30 15:17:43.690 23817 23817 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-30 15:17:43.690 23817 23817 I zygote  :   at java.lang.Object java.lang.Class.newInstance() (Class.java:-2)
11-30 15:17:43.690 23817 23817 I zygote  :   at android.app.ContentProviderHolder android.app.ActivityThread.installProvider(android.content.Context, android.app.ContentProviderHolder, android.content.pm.ProviderInfo, boolean, boolean, boolean) (ActivityThread.java:6606)
11-30 15:17:43.690 23817 23817 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:17:43.690 23817 23817 I zygote  :   at java.lang.Object Reflection.MethodDef.invoke(java.lang.Object, java.lang.Object[]) (MethodDef.java:46)
11-30 15:17:43.690 23817 23817 I zygote  :   at java.lang.Object Reflection.android.app.ActivityThread.invokeInstallProvider(java.lang.Object, android.content.Context, android.content.pm.ProviderInfo) (ActivityThread.java:61)
11-30 15:17:43.690 23817 23817 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(java.lang.String, android.os.ConditionVariable) (LocalActivityService.java:1703)
11-30 15:17:43.690 23817 23817 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, java.lang.String) (LocalActivityService.java:785)
11-30 15:17:43.690 23817 23817 I zygote  :   at android.app.Service com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, android.content.ComponentName, android.os.IBinder) (LocalActivityService.java:1857)
11-30 15:17:43.690 23817 23817 I zygote  :   at android.os.IBinder com.lbe.doubleagent.client.proxy.ServiceProxyImpl.onBind(android.content.Intent) (ServiceProxyImpl.java:147)
11-30 15:17:43.690 23817 23817 I zygote  :   at void android.app.ActivityThread.handleBindService(android.app.ActivityThread$BindServiceData) (ActivityThread.java:3585)
11-30 15:17:43.690 23817 23817 I zygote  :   at void android.app.ActivityThread.-wrap2(android.app.ActivityThread, android.app.ActivityThread$BindServiceData) (ActivityThread.java:-1)
11-30 15:17:43.691 23817 23817 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1817)
11-30 15:17:43.691 23817 23817 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
11-30 15:17:43.691 23817 23817 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:17:43.691 23817 23817 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:17:43.691 23817 23817 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:17:43.691 23817 23817 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:17:43.691 23817 23817 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:17:43.691 23817 23817 I zygote  : 
11-30 15:17:43.697 19115 24195 I A       : Writing data of size=411 bytes with N=1 keys to Geller corpus DEVICE_INSTALLED_APPS at ts=1638260262610000
11-30 15:17:43.697 19115 19253 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:17:43.728 19115 24195 I A       : Writing data of size=411 bytes with N=1 keys to Geller corpus DEVICE_INSTALLED_APPS at ts=1638260262610000
11-30 15:17:43.728 19115 19220 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:17:43.759 23817 23817 I Finsky  : [2] euh.az(6): Process created at version: 28.0.34-21 [0] [PR] 410833180
11-30 15:17:43.799 23617 23656 I Finsky  : [43715] nqf.h(7): Already at the latest configurations for experiment package com.google.android.finsky.regular.
11-30 15:17:43.799 23617 23659 I Finsky  : [43717] nqf.h(1): Triggered update for experiment package com.google.android.finsky.regular.
11-30 15:17:43.820 19115 24195 I A       : Writing data of size=411 bytes with N=1 keys to Geller corpus DEVICE_INSTALLED_APPS at ts=1638260262610001
11-30 15:17:43.821 19115 19253 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:17:43.841 16067 21924 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:17:43.843 14965 23581 I Finsky  : [43422] gct.d(1): XPF:unbinding for 163504358
11-30 15:17:43.843 14965 23581 I Finsky  : [43422] gct.d(1): XPF:unbinding for 66891988
11-30 15:17:43.844 14965 24153 W Finsky  : [43439] gcr.b(3): XPF:Couldn't sign out from profile state service *** received android.os.DeadObjectException
11-30 15:17:43.845 10091 22210 W Icing   : No valid account for uploading user actions
11-30 15:17:43.849 14965 24153 W Finsky  : [43439] gcr.b(3): XPF:Couldn't sign out from profile state service *** received android.os.DeadObjectException
11-30 15:17:43.884 14965 14965 E Finsky  : [2] jvu.apply(35): IQ: Error unbinding on CrossProfileProfileStateService
11-30 15:17:43.885 14965 14965 E Finsky  : [2] jvu.apply(37): IQ::ESC: Error unbinding on CrossProfileProfileStateService
11-30 15:17:43.886 14965 23581 I Finsky  : [43422] jvx.C(48): IQ: 2 scheduled install statuses found to proceed. 
11-30 15:17:43.886 14965 23581 I Finsky  : [43422] jvx.C(56): IQ: Not filtering installables.
11-30 15:17:43.900 14965 23581 I Finsky  : [43422] jvw.b(24): IQ: proceed install request for com.sec.spp.push.
11-30 15:17:43.945 14965 15043 I Finsky  : [43189] pmg.accept(69): SCH: Scheduling phonesky job Id: 12-1, CT: 1638260257081, Constraints: [{ L: 15000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:17:43.966 24202 24202 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:17:43.971 10091 22210 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:17:43.972 19115 24195 I A       : Writing data of size=411 bytes with N=1 keys to Geller corpus DEVICE_INSTALLED_APPS at ts=1638260262611000
11-30 15:17:43.973 19115 19233 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:17:43.977  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.app.assistantmenu user:150
11-30 15:17:43.980  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:17:43.980  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.app.assistantmenu user:150
11-30 15:17:43.982  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:17:43.993 24222 24222 I Zygote  : Unshare entire /
11-30 15:17:43.998 24222 24222 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:17:43.998 24222 24222 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:17:43.998 24222 24222 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:17:43.998 24222 24222 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:17:43.998 24222 24222 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:17:43.998 24222 24222 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:17:43.998 24222 24222 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:17:43.999 24222 24222 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:17:43.999 24222 24222 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:17:44.001 24222 24222 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:44.002 24222 24222 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.samsung.android.app.assistantmenu 
11-30 15:17:44.022  2985  5083 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15001000 ,Container id: 150
11-30 15:17:44.022  2985  5083 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15001000 ,Container id: 150
11-30 15:17:44.023 24222 24222 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:44.024 14965 23581 I Finsky  : [43422] jpm.w(17): Installer: Asked to check if we can process a request. package=com.sec.spp.push, result=true, running=
11-30 15:17:44.024 14965 23581 I Finsky  : gid: 0: ; 
11-30 15:17:44.025 14965 23581 I Finsky  : [43422] jvx.D(2): IQ: Notifying installation update. package=com.sec.spp.push, status=DOWNLOAD_PENDING
11-30 15:17:44.032 19115 24195 I A       : Writing data of size=411 bytes with N=1 keys to Geller corpus DEVICE_INSTALLED_APPS at ts=1638260262652000
11-30 15:17:44.032 19115 19252 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:17:44.047 24222 24222 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15001000
11-30 15:17:44.048 24222 24222 D Proxy   : mdoP is null: 15001000
11-30 15:17:44.058 19115 24195 I A       : Writing data of size=411 bytes with N=1 keys to Geller corpus DEVICE_INSTALLED_APPS at ts=1638260262652000
11-30 15:17:44.058 19115 19233 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:17:44.063 16067 21924 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:17:44.074 19115 19253 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:17:44.090 10091 22210 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:17:44.109 16067 21924 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:17:44.110 16067 21924 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:17:44.112 16067 21924 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:17:44.124 24222 24222 D DiagMonProvider: File path: /data/data/com.samsung.android.app.assistantmenu/diagmon/diagmon.log
11-30 15:17:44.136 10091 22210 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:17:44.138 24222 24222 D AssistantMenuApp: onCreate , UI version : 9.5
11-30 15:17:44.139 10091 22210 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:17:44.141 24222 24222 D SamsungAnalytics111040: cf feature is supported
11-30 15:17:44.141 10091 22210 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:17:44.158 14965 14965 I Finsky  : [2] jwd.e(1): IQ: Requesting install request=package_name=com.sec.spp.push, pm_package_name=com.sec.spp.push, version=332300100, priority=3, reason=auto_update, account_name=, type=0, constraints=((REQ_CHARGING, REQ_DEVICE_IDLE, REQ_GEARHEAD_PROJECTION_OFF, NETWORK=UNMETERED, PROVISIONING_STATE=PROVISIONED),)
11-30 15:17:44.166 14965 14965 I Finsky  : [2] jpm.M(1): Installer: Continue install. package=com.sec.spp.push
11-30 15:17:44.183  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:44.184  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:44.184  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:44.201 14965 14965 I Finsky  : [2] jpm.O(2): Installer: Request install. package=com.sec.spp.push, version=332300100, mods=[], priority=3, reason=auto_update
11-30 15:17:44.239 23617 23659 I Finsky  : [43717] nqf.h(7): Already at the latest configurations for experiment package com.google.android.finsky.regular.
11-30 15:17:44.239 23617 23665 I Finsky  : [43722] nqf.h(1): Triggered update for experiment package com.google.android.finsky.regular.
11-30 15:17:44.250 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.sec.spp.push, status=DOWNLOAD_PENDING
11-30 15:17:44.251 14965 14965 I Finsky  : [2] jpm.O(42): Installer: device is enterprise managed. not kicking directly. package=com.sec.spp.push
11-30 15:17:44.271 14965 14965 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=true, apps=[com.sec.spp.push]
11-30 15:17:44.278 23617 23649 W ProxyAndroidLoggerBackend: Too many Flogger logs received before configuration. Dropping old logs.
11-30 15:17:44.279  2985  5088 I PersonaServiceHelper: isCallerApprovedToInstall(uid:15010040 userHandle:150)
11-30 15:17:44.279  2985  5088 I PersonaServiceHelper: Secure folder or BBD has no Knox app install enforcement
11-30 15:17:44.279  2985  5088 I PackageInstaller:  getting through the check android.content.pm.PackageInstaller$SessionParams@d53b4b1 user id 150
11-30 15:17:44.283 15059 16627 I Finsky:background: [43218] lus.d(8): Installer::MCS: User=UserHandle{150} requested=com.sec.spp.push granted=true
11-30 15:17:44.283 15059 16627 W Finsky:background: [43218] lus.e(5): Installer::MCS: Could not notify listener for user UserHandle{0}
11-30 15:17:44.285 14965 14965 I Finsky  : [2] jpm.P(46): Installer: Starting. package=com.sec.spp.push, activeTasks={0={}}
11-30 15:17:44.303 14965 14965 I Finsky  : [2] jqc.M(4): Installer::IT: Install fields populated for com.sec.spp.push
11-30 15:17:44.309 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.sec.spp.push to state 0
11-30 15:17:44.315 14965 14965 I Finsky  : [2] jss.a(28): IQ::HLD: previousAllInstallsDone is Optional[false], allInstallationsDone is Optional[true]
11-30 15:17:44.315 14965 14965 I Finsky  : [2] jss.a(30): IQ::HLD: Updating installations status false cross profiles
11-30 15:17:44.315 14965 14965 I Finsky  : [2] gct.b(1): XPF:Binding for 88642251
11-30 15:17:44.316 14965 14965 I Finsky  : [2] gct.b(2): Skipping binding because it's already bound.
11-30 15:17:44.316 14965 23581 I Finsky  : [43422] jvx.D(2): IQ: Notifying installation update. package=com.sec.spp.push, status=DOWNLOAD_PENDING
11-30 15:17:44.318 14965 15031 I Finsky  : [43185] fxf.a(50): Preloads directory was not found.
11-30 15:17:44.327 14965 14965 E Finsky  : [2] glu.apply(10): IQ::HLD: Error Updating installations status false cross profile
11-30 15:17:44.328 14965 14965 I Finsky  : [2] hzn.accept(52): Installer::IT: no cachedApk found for com.sec.spp.push (isid: Lu39pmFtQgKohSYLQf0B3g)
11-30 15:17:44.328 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.sec.spp.push to state 0
11-30 15:17:44.328 14965 14965 I Finsky  : [2] jqc.u(12): Installer::IT: isInstantAppSplitOnlyInstall false
11-30 15:17:44.371 14965 14965 I Finsky  : [2] jqc.u(38): Installer::IT: Requesting delivery data for com.sec.spp.push (isid: Lu39pmFtQgKohSYLQf0B3g)
11-30 15:17:44.372 14965 14965 I Finsky  : [2] gct.d(1): XPF:unbinding for 88642251
11-30 15:17:44.373 14965 24156 W Finsky  : [43442] gcr.b(3): XPF:Couldn't sign out from profile state service *** received android.os.DeadObjectException
11-30 15:17:44.374 14965 14965 E Finsky  : [2] jsr.apply(26): IQ::HLD: Error unbinding storage service after updating installation cross profile
11-30 15:17:44.388 19185 19198 I System.out: before Starting container vuid=0 vpid=4 processName=com.google.process.gservices reason=ContentProvider com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider authority=com.google.android.gsf.gservices
11-30 15:17:44.390 14965 15041 I Finsky  : [43191] pgq.apply(52): SCH: Scheduling 1 system job(s)
11-30 15:17:44.390 14965 15041 I Finsky  : [43191] pgq.apply(58): SCH: Scheduling system job Id: 9015, L: 7691, D: 82191290, C: false, I: false, N: 1
11-30 15:17:44.399  2985  5083 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.parallel.space.lite user:0
11-30 15:17:44.399  2985  5083 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:17:44.399  2985  5083 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.parallel.space.lite user:0
11-30 15:17:44.399  2985  5083 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:17:44.419 24244 24244 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:17:44.420 24244 24244 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:44.421 24244 24244 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.parallel.space.lite:P4 
11-30 15:17:44.430 23617 23629 I zygote  : Background concurrent copying GC freed 137337(8MB) AllocSpace objects, 14(1524KB) LOS objects, 50% free, 10MB/20MB, paused 347us total 210.248ms
11-30 15:17:44.452 19115 19121 I zygote  : Do partial code cache collection, code=1514KB, data=999KB
11-30 15:17:44.497 24222 24222 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:17:44.498 24222 24222 D AssistantMenuReceiver: [c] AssistantMenuReceiver:android.intent.action.PACKAGE_REMOVED
11-30 15:17:44.499 24222 24222 D AssistantMenuReceiver: [c] PACKAGE_REMOVED : com.microsoft.office.powerpoint
11-30 15:17:44.502  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:17:44.503  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:17:44.503  2985  3612 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:44.509  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:17:44.509  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:17:44.509  2985  3612 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:44.514 24244 24244 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:44.530 14965 14965 I Finsky  : [2] jss.a(28): IQ::HLD: previousAllInstallsDone is Optional[true], allInstallationsDone is Optional[false]
11-30 15:17:44.531 14965 14965 I Finsky  : [2] jss.a(30): IQ::HLD: Updating installations status true cross profiles
11-30 15:17:44.531 14965 14965 I Finsky  : [2] gct.b(1): XPF:Binding for 88642251
11-30 15:17:44.534 23617 23723 I Finsky  : [43751] gcp.a(3): XPF:Registering listener 231852925 for user UserHandle{150}.
11-30 15:17:44.535 23617 23723 I Finsky  : [43751] gcp.b(4): XPF:User UserHandle{150} finished enterprise setup, removing profile.
11-30 15:17:44.535 23617 23723 I Finsky  : [43751] gcp.c(2): XPF:User UserHandle{150} is in installation, adding profile.
11-30 15:17:44.540 16237 16237 D SFolderShortcutReceiver:  onReceive() user(150) intent:android.intent.action.PACKAGE_REMOVED
11-30 15:17:44.540 24244 24244 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10227
11-30 15:17:44.540 16237 16237 I SFolderShortcutReceiver:  package update. So skip removePackage. pkg=com.microsoft.office.powerpoint
11-30 15:17:44.541 24244 24244 D Proxy   : mdoP is null: 10227
11-30 15:17:44.542 16237 16237 D KnoxPackageReceiver:  received intent Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.microsoft.office.powerpoint flg=0x4000010 cmp=com.samsung.knox.securefolder/.containeragent.detector.KnoxPackageStateReceiver (has extras) }
11-30 15:17:44.584 23617 23617 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [4bV0n3UlNhBd05BFpVecdUZT67AF7TnyJkkZ8o4xIGw]
11-30 15:17:44.584 23617 23617 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.powerpoint
11-30 15:17:44.587 19115 19121 I zygote  : After code cache collection, code=1503KB, data=995KB
11-30 15:17:44.587 19115 19121 I zygote  : Increasing code cache capacity to 4MB
11-30 15:17:44.671 23617 23649 W ProxyAndroidLoggerBackend: Too many Flogger logs received before configuration. Dropping old logs.
11-30 15:17:44.671 23617 23649 W ProxyAndroidLoggerBackend: Too many Flogger logs received before configuration. Dropping old logs.
11-30 15:17:44.716 14965 15041 I Finsky  : [43191] pmg.accept(69): SCH: Scheduling phonesky job Id: 12-1, CT: 1638260257082, Constraints: [{ L: 15000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:17:44.718 23617 23665 I Finsky  : [43722] nqf.h(7): Already at the latest configurations for experiment package com.google.android.finsky.regular.
11-30 15:17:44.718 23617 23664 I Finsky  : [43721] nqf.h(1): Triggered update for experiment package com.google.android.finsky.regular.
11-30 15:17:44.721 23617 23814 I Finsky  : [43797] ihu.run(9): Wrote row to frosting DB: 19144
11-30 15:17:44.733 14965 15043 I Finsky  : [43189] gnn.e(1): File-by-File compatibility check result: true
11-30 15:17:44.739 14965 14965 I Finsky  : [2] gnn.c(8): Unauthenticated delivery for com.sec.spp.push.
11-30 15:17:44.749 23617 23649 W ProxyAndroidLoggerBackend: Too many Flogger logs received before configuration. Dropping old logs.
11-30 15:17:44.768  2985  3615 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.android.vending user:0
11-30 15:17:44.768  2985  3615 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:17:44.768  2985  3615 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.android.vending user:0
11-30 15:17:44.768  2985  3615 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:17:44.770 14965 15031 I Finsky  : [43185] ffa.b(32): [ContentSync] finished, scheduled=true
11-30 15:17:44.779 24262 24262 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:17:44.781 24262 24262 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:44.782 24262 24262 I SELinux : SELinux: seapp_context_lookup: seinfo=gmscore, level=s0:c512,c768, pkgname=com.android.vending:instant_app_installer 
11-30 15:17:44.797 14965 15031 I Finsky  : [43185] pgq.apply(52): SCH: Scheduling 0 system job(s)
11-30 15:17:44.798 14965 15031 I Finsky  : [43185] ffa.b(32): [ContentSync] finished, scheduled=true
11-30 15:17:44.798 14965 15041 I Finsky  : [43191] pmf.a(2): SCH: no pending jobs to schedule.
11-30 15:17:44.799 14965 24275 I Finsky  : [43445] pob.a(16): SCH: job service finished with id 9004.
11-30 15:17:44.803  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10040 ,Container id: 0
11-30 15:17:44.803  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10040 ,Container id: 0
11-30 15:17:44.804  2985  3612 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:44.807  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10040 ,Container id: 0
11-30 15:17:44.808  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10040 ,Container id: 0
11-30 15:17:44.808  2985  3612 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:44.811 24262 24262 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:44.833 23617 23662 I Finsky  : [43719] ffa.b(32): [ContentSync] finished, scheduled=false
11-30 15:17:44.847 24262 24262 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10040
11-30 15:17:44.847 24262 24262 D Proxy   : mdoP is null: 10040
11-30 15:17:44.891 23817 24242 W zygote  : Verification of hsh eub.bJ() took 260.253ms
11-30 15:17:44.988 23617 23814 I Finsky  : [43797] ihu.run(9): Wrote row to frosting DB: 19145
11-30 15:17:44.991 24262 24262 W ResourceType: ResTable_typeSpec entry count inconsistent: given 141, previously 169
11-30 15:17:45.071 24244 24244 W System.err: my process name com.parallel.space.lite:P4
11-30 15:17:45.106 24244 24244 W System.err: 109896fce92890c7f17cb75f1f5a69bd7e2e993b
11-30 15:17:45.134 23617 23649 W ProxyAndroidLoggerBackend: Too many Flogger logs received before configuration. Dropping old logs.
11-30 15:17:45.135 23617 23649 W ProxyAndroidLoggerBackend: Too many Flogger logs received before configuration. Dropping old logs.
11-30 15:17:45.151 24262 24262 I Finsky:instant_app_inst: [2] euh.az(6): Process created at version: 28.0.34-21 [0] [PR] 410833180
11-30 15:17:45.155 24244 24244 W System.err: my process daPackage: com.google.android.gsf, daPackage.native64Bit: false, is64BitSupport: false
11-30 15:17:45.184  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:45.184  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:45.184  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:45.205 23617 23665 I Finsky  : [43722] vjs.b(1): Restoring notifications
11-30 15:17:45.227 23617 23868 I Finsky  : [43799] fag.accept(26): Cancelled 0 ongoing asset module downloads for package com.microsoft.office.powerpoint due to a concurrent app update.
11-30 15:17:45.359 23617 23649 W ProxyAndroidLoggerBackend: Too many Flogger logs received before configuration. Dropping old logs.
11-30 15:17:45.364 23617 23664 I Finsky  : [43721] nql.c(1): Regular flags synced
11-30 15:17:45.365 23617 23664 I Finsky  : [43721] njl.f(3): Writing flags config, size 1.
11-30 15:17:45.365 23617 23664 I Finsky  : [43721] njl.f(3): Started writing experiment flags into file [Nd8Oeb9liAPAOX2tk47NRP6cK4SgfbvBkircmTXNXfI].
11-30 15:17:45.373 23617 23664 I Finsky  : [43721] njl.f(17): Finished writing experiment flags into file [Nd8Oeb9liAPAOX2tk47NRP6cK4SgfbvBkircmTXNXfI].
11-30 15:17:45.380 23617 23664 I Finsky  : [43721] nqf.g(22): Successfully applied new configurations for package com.google.android.finsky.regular.
11-30 15:17:45.380 23617 23656 I Finsky  : [43715] nqf.h(1): Triggered update for experiment package com.google.android.finsky.regular.
11-30 15:17:45.400 24244 24244 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 }
11-30 15:17:45.422 24244 24244 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 }
11-30 15:17:45.428 23617 23665 I Finsky  : [43722] vjs.b(4): Done restoring notifications
11-30 15:17:45.437 23617 23649 W ProxyAndroidLoggerBackend: Too many Flogger logs received before configuration. Dropping old logs.
11-30 15:17:45.456  2503  2503 E audit   : avc:  denied  { find } for service=wifiscanner pid=24244 uid=10227 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:wifiscanner_service:s0 tclass=service_manager permissive=0
11-30 15:17:45.458 23617 23664 I Finsky  : [43721] ngp.n(8): Invalidating cached PackageState for com.android.vending
11-30 15:17:45.491  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.android.vending cmp = com.google.android.finsky.wearsupport.WearSupportService newState = 2 callingPackage = 10040/com.android.vending
11-30 15:17:45.493 23617 23664 I Finsky  : [43721] euf.run(36): Component class com.google.android.finsky.wearsupport.WearSupportService disabled via PackageManager.
11-30 15:17:45.494  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.android.vending cmp = com.google.android.finsky.wearsupport.WearChangeListenerService newState = 2 callingPackage = 10040/com.android.vending
11-30 15:17:45.495 23617 23664 I Finsky  : [43721] euf.run(36): Component class com.google.android.finsky.wearsupport.WearChangeListenerService disabled via PackageManager.
11-30 15:17:45.495 23617 23664 I Finsky  : [43721] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=0, cacheMissCount=1. Missed  in cache (limit 10) : [com.microsoft.office.powerpoint]
11-30 15:17:45.503 23617 23814 I Finsky  : [43797] ihu.run(9): Wrote row to frosting DB: 19146
11-30 15:17:45.580 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [4bV0n3UlNhBd05BFpVecdUZT67AF7TnyJkkZ8o4xIGw]
11-30 15:17:45.581 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.powerpoint
11-30 15:17:45.594 14965 23875 I Finsky  : [43433] ffa.b(32): [ContentSync] finished, scheduled=false
11-30 15:17:45.598 14965 15043 I Finsky  : [43189] jpm.g(1): Installer: package com.microsoft.office.powerpoint was removed. replacing: true
11-30 15:17:45.599 14965 15043 I Finsky  : [43189] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=UNINSTALLED
11-30 15:17:45.602 14965 23878 I Finsky  : [43436] fag.accept(26): Cancelled 0 ongoing asset module downloads for package com.microsoft.office.powerpoint due to a concurrent app update.
11-30 15:17:45.610 14965 14965 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=true, apps=[]
11-30 15:17:45.614 14965 23581 I Finsky  : [43422] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=UNINSTALLED
11-30 15:17:45.631  2503  2503 E audit   : avc:  denied  { find } for service=recovery pid=24244 uid=10227 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:recovery_service:s0 tclass=service_manager permissive=0
11-30 15:17:45.654  2985  3612 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.android.vending user:150
11-30 15:17:45.661  2985  3612 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:17:45.661  2985  3612 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.android.vending user:150
11-30 15:17:45.663  2985  3612 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:17:45.673  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 7 99 -7 -200 -7 -200 -1 12 -99 -10 10 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:17:45.673  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:17:45.678 24292 24292 I Zygote  : Unshare entire /
11-30 15:17:45.684 24292 24292 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:17:45.684 24292 24292 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:17:45.685 24292 24292 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:17:45.685 24292 24292 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:17:45.685 24292 24292 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:17:45.685 24292 24292 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:17:45.685 24292 24292 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:17:45.685 24292 24292 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:17:45.685 24292 24292 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:17:45.687 24292 24292 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:45.689 24292 24292 I SELinux : SELinux: seapp_context_lookup: seinfo=gmscore, level=s0:c662,c768, pkgname=com.android.vending:instant_app_installer 
11-30 15:17:45.727  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:17:45.728  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:17:45.728  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:17:45.735 14965 23581 I Finsky  : [43422] jvx.C(6): IQ: Pruning inactive install requests
11-30 15:17:45.735 14965 23581 I Finsky  : [43422] jvx.C(62): IQ: Skipping as there are active installs running. Active installs=[com.sec.spp.push]
11-30 15:17:45.755  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:17:45.760  2985  2985 I MotionRecognitionService: Plugged
11-30 15:17:45.760  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:17:45.761  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:17:45.797  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:17:45.804  2985  2994 I zygote  : Background concurrent copying GC freed 400454(19MB) AllocSpace objects, 26(908KB) LOS objects, 26% free, 65MB/89MB, paused 399us total 892.430ms
11-30 15:17:45.808 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:17:45.817  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:17:45.820  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:17:45.820  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:17:45.820  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:17:45.821 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:17:45.837 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:17:45.837 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:17:45.860 23617 23649 W ProxyAndroidLoggerBackend: Too many Flogger logs received before configuration. Dropping old logs.
11-30 15:17:45.860 23617 23649 W ProxyAndroidLoggerBackend: Too many Flogger logs received before configuration. Dropping old logs.
11-30 15:17:45.870 23617 23656 I Finsky  : [43715] nqf.h(7): Already at the latest configurations for experiment package com.google.android.finsky.regular.
11-30 15:17:45.870 23617 23659 I Finsky  : [43717] nqf.h(1): Triggered update for experiment package com.google.android.finsky.regular.
11-30 15:17:45.879  2985  3615 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010040 ,Container id: 150
11-30 15:17:45.879  2985  3615 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010040 ,Container id: 150
11-30 15:17:45.879  2985  3615 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:17:45.883  2985  3615 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:17:45.887  2985  3615 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010040 ,Container id: 150
11-30 15:17:45.887  2985  3615 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010040 ,Container id: 150
11-30 15:17:45.888  2985  3615 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:17:45.888  2985  3615 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:17:45.891 24292 24292 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:45.893 23219 23562 D BinderHooker: Got binder ptr e8f36880 for the given val
11-30 15:17:45.902 23617 23649 W ProxyAndroidLoggerBackend: Too many Flogger logs received before configuration. Dropping old logs.
11-30 15:17:45.940 23617 23656 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:45.945 14965 23810 I Finsky  : [43431] ihu.run(9): Wrote row to frosting DB: 10558
11-30 15:17:45.966 16033 19173 E arlc    : Exception occurred while getting SettingsStore instance.
11-30 15:17:45.966 16033 19173 E arlc    : java.util.concurrent.ExecutionException: com.google.android.gms.auth.UserRecoverableAuthException: BadAuthentication
11-30 15:17:45.966 16033 19173 E arlc    : 	at bjyh.s(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:17:45.966 16033 19173 E arlc    : 	at bjyh.get(:com.google.android.gms@214218018@21.42.18 (040308-410302452):13)
11-30 15:17:45.966 16033 19173 E arlc    : 	at arlc.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:17:45.966 16033 19173 E arlc    : 	at arlc.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):1)
11-30 15:17:45.966 16033 19173 E arlc    : 	at arip.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:17:45.966 16033 19173 E arlc    : 	at arip.f(:com.google.android.gms@214218018@21.42.18 (040308-410302452):16)
11-30 15:17:45.966 16033 19173 E arlc    : 	at xvw.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):11)
11-30 15:17:45.966 16033 19173 E arlc    : 	at bgbh.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:17:45.966 16033 19173 E arlc    : 	at rrg.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):6)
11-30 15:17:45.966 16033 19173 E arlc    : 	at rrg.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):7)
11-30 15:17:45.966 16033 19173 E arlc    : 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:17:45.966 16033 19173 E arlc    : 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:17:45.966 16033 19173 E arlc    : 	at rvm.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:17:45.966 16033 19173 E arlc    : 	at java.lang.Thread.run(Thread.java:764)
11-30 15:17:45.966 16033 19173 E arlc    : Caused by: com.google.android.gms.auth.UserRecoverableAuthException: BadAuthentication
11-30 15:17:45.966 16033 19173 E arlc    : 	at gjf.q(:com.google.android.gms@214218018@21.42.18 (040308-410302452):4)
11-30 15:17:45.966 16033 19173 E arlc    : 	at giy.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:17:45.966 16033 19173 E arlc    : 	at gjf.s(:com.google.android.gms@214218018@21.42.18 (040308-410302452):4)
11-30 15:17:45.966 16033 19173 E arlc    : 	at gjf.r(:com.google.android.gms@214218018@21.42.18 (040308-410302452):10)
11-30 15:17:45.966 16033 19173 E arlc    : 	at gjf.w(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:17:45.966 16033 19173 E arlc    : 	at gjf.x(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:17:45.966 16033 19173 E arlc    : 	at gjf.u(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:17:45.966 16033 19173 E arlc    : 	at arli.call(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:17:45.966 16033 19173 E arlc    : 	at bkbu.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:17:45.966 16033 19173 E arlc    : 	at bkav.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:17:45.966 16033 19173 E arlc    : 	at bkbv.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:17:45.966 16033 19173 E arlc    : 	at bkbc.execute(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:17:45.966 16033 19173 E arlc    : 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
11-30 15:17:45.966 16033 19173 E arlc    : 	at bjyi.e(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:17:45.966 16033 19173 E arlc    : 	at arlj.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:17:45.966 16033 19173 E arlc    : 	at arip.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:17:45.966 16033 19173 E arlc    : 	... 9 more
11-30 15:17:45.975 19185 19198 I System.out: Started container vuid=0 vpid=4 pid=24244 processName=com.google.process.gservices reason=ContentProvider com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider authority=com.google.android.gsf.gservices
11-30 15:17:45.979 24262 24262 I Isotope : UID: [10040]  PID: [24262] PlogsChecker : sWAAdl not set, disallowing personal logging
11-30 15:17:45.988  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:17:45.991  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:17:45.991  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:17:46.034 23617 23629 I zygote  : Background concurrent copying GC freed 144257(8MB) AllocSpace objects, 19(2028KB) LOS objects, 49% free, 12MB/25MB, paused 298us total 212.853ms
11-30 15:17:46.054 23617 23656 I ApplicationPackageManager: load=com.microsoft.office.powerpoint, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:17:46.059 23617 23656 D OpenGLRenderer: HWUI GL Pipeline
11-30 15:17:46.064 24292 24292 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010040
11-30 15:17:46.065 24292 24292 D Proxy   : mdoP is null: 15010040
11-30 15:17:46.070 23617 23656 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:46.072 23617 23656 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:17:46.072 23617 23656 I ApplicationPackageManager: load=com.microsoft.office.powerpoint-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:17:46.074 23617 23664 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:46.074 23617 23656 I Finsky  : [43715] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=0, cacheMissCount=1. Missed  in cache (limit 10) : [com.microsoft.office.powerpoint]
11-30 15:17:46.076 23617 23664 I ApplicationPackageManager: load=com.microsoft.office.powerpoint, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:17:46.079 23617 23664 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:46.081 23617 23664 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:17:46.081 23617 23664 I ApplicationPackageManager: load=com.microsoft.office.powerpoint-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:17:46.083 23617 23664 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:46.084 23617 23664 I ApplicationPackageManager: load=com.microsoft.office.powerpoint, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:17:46.087 23617 23664 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:46.089 23617 23664 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:17:46.089 23617 23664 I ApplicationPackageManager: load=com.microsoft.office.powerpoint-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:17:46.091 23617 23664 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:46.120 14965 23810 I Finsky  : [43431] ihu.run(9): Wrote row to frosting DB: 10559
11-30 15:17:46.144  2985  3615 D PackageWBlist: dump()
11-30 15:17:46.145 23617 23664 I ApplicationPackageManager: load=com.microsoft.office.powerpoint, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:17:46.148 23617 23664 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:46.150 23617 23664 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:17:46.150 23617 23664 I ApplicationPackageManager: load=com.microsoft.office.powerpoint-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:17:46.153 23617 23665 I Finsky  : [43722] jpm.g(1): Installer: package com.microsoft.office.powerpoint was removed. replacing: true
11-30 15:17:46.153 23617 23664 I Finsky  : [43721] pmg.accept(69): SCH: Scheduling phonesky job Id: 12-1, CT: 1638260256277, Constraints: [{ L: 15000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:17:46.165 23617 23665 I Finsky  : [43722] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=UNINSTALLED
11-30 15:17:46.171 23617 23868 I Finsky  : [43799] aaoj.c(2): registerListener
11-30 15:17:46.172 23617 23868 I Finsky  : [43799] hsh.g(1): getDownloads()
11-30 15:17:46.172 23617 23617 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=true, apps=[]
11-30 15:17:46.174 23617 23760 I Finsky  : [43776] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=UNINSTALLED
11-30 15:17:46.184  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:46.184  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:46.184  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:46.210 23617 23665 I Finsky  : [43722] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=0, cacheMissCount=1. Missed  in cache (limit 10) : [com.microsoft.office.powerpoint]
11-30 15:17:46.213 24292 24292 W ResourceType: ResTable_typeSpec entry count inconsistent: given 141, previously 169
11-30 15:17:46.218 23617 23656 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:46.221 23617 23656 I ApplicationPackageManager: load=com.microsoft.office.powerpoint, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:17:46.225 23617 23656 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:46.227 23617 23656 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:17:46.227 23617 23656 I ApplicationPackageManager: load=com.microsoft.office.powerpoint-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:17:46.228 23617 23656 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:46.229 24292 24292 I Finsky:instant_app_inst: [2] euh.az(6): Process created at version: 28.0.34-21 [0] [PR] 410833180
11-30 15:17:46.231 23617 23656 I ApplicationPackageManager: load=com.microsoft.office.powerpoint, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:17:46.234 23617 23656 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:46.236 23617 23656 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:17:46.236 23617 23656 I ApplicationPackageManager: load=com.microsoft.office.powerpoint-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:17:46.238 23617 23656 I Finsky  : [43715] jpm.g(1): Installer: package com.microsoft.office.powerpoint was removed. replacing: true
11-30 15:17:46.239 23617 23656 I Finsky  : [43715] jpm.Q(18): Installer: Notifying status update. package=com.microsoft.office.powerpoint, status=UNINSTALLED
11-30 15:17:46.240 23617 23617 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=true, apps=[]
11-30 15:17:46.256 15059 15059 I Finsky:background: [2] kmm.onCreate(2): IPC-SERVER: Starting gRPC host service...
11-30 15:17:46.257 23617 23656 I Finsky  : [43715] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=1, cacheMissCount=0. Missed  in cache (limit 10) : []
11-30 15:17:46.259 23617 23656 I Finsky  : [43715] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=1, cacheMissCount=0. Missed  in cache (limit 10) : []
11-30 15:17:46.261 23617 23868 I Finsky  : [43799] ug.run(14): Initialized AssetModuleDownloader.
11-30 15:17:46.262 23617 23656 I Finsky  : [43715] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=1, cacheMissCount=0. Missed  in cache (limit 10) : []
11-30 15:17:46.275 23617 23760 I Finsky  : [43776] jvx.C(6): IQ: Pruning inactive install requests
11-30 15:17:46.276 23617 23760 I Finsky  : [43776] jvx.C(45): IQ: No matching installs to run for jobs: []
11-30 15:17:46.285 23617 23760 I Finsky  : [43776] jvx.D(2): IQ: Notifying installation update. package=com.microsoft.office.powerpoint, status=UNINSTALLED
11-30 15:17:46.296  2985  5084 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.gsf user:150
11-30 15:17:46.298  2985  5084 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:17:46.298  2985  5084 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.gsf user:150
11-30 15:17:46.300  2985  5084 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:17:46.300 23617 23649 W ProxyAndroidLoggerBackend: Too many Flogger logs received before configuration. Dropping old logs.
11-30 15:17:46.301 23617 23649 W ProxyAndroidLoggerBackend: Too many Flogger logs received before configuration. Dropping old logs.
11-30 15:17:46.307 23617 23659 I Finsky  : [43717] nqf.h(7): Already at the latest configurations for experiment package com.google.android.finsky.regular.
11-30 15:17:46.310 23617 23617 I Finsky  : [2] pxf.run(24): Detected restoreservicev2://recovery not needed, will not run
11-30 15:17:46.319 24337 24337 I Zygote  : Unshare entire /
11-30 15:17:46.324 24337 24337 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:17:46.324 24337 24337 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:17:46.324 24337 24337 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:17:46.324 24337 24337 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:17:46.324 24337 24337 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:17:46.324 24337 24337 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:17:46.325 24337 24337 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:17:46.325 24337 24337 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:17:46.325 24337 24337 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:17:46.327 24337 24337 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:46.328 24337 24337 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c662,c768, pkgname=com.google.process.gservices 
11-30 15:17:46.349 23617 23760 I Finsky  : [43776] jvx.C(6): IQ: Pruning inactive install requests
11-30 15:17:46.351  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010018 ,Container id: 150
11-30 15:17:46.351 23617 23760 I Finsky  : [43776] jvx.C(45): IQ: No matching installs to run for jobs: []
11-30 15:17:46.351  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010018 ,Container id: 150
11-30 15:17:46.351  2985  3612 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:17:46.351  2985  3612 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:17:46.354  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010018 ,Container id: 150
11-30 15:17:46.354  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010018 ,Container id: 150
11-30 15:17:46.354  2985  3612 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:17:46.354  2985  3612 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:17:46.355 23617 23617 I Finsky  : [2] jss.a(28): IQ::HLD: previousAllInstallsDone is Optional.empty, allInstallationsDone is Optional[true]
11-30 15:17:46.356 23617 23617 I Finsky  : [2] jss.a(30): IQ::HLD: Updating installations status false cross profiles
11-30 15:17:46.356 23617 23617 I Finsky  : [2] gct.b(1): XPF:Binding for 42467216
11-30 15:17:46.356 24337 24337 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:46.364 24244 24244 W zygote  : JIT profile information will not be recorded: profile file does not exits.
11-30 15:17:46.368 23617 23617 I Finsky  : [2] gcp.a(3): XPF:Registering listener 109086862 for user UserHandle{0}.
11-30 15:17:46.368 23617 23617 I Finsky  : [2] gcp.b(4): XPF:User UserHandle{0} finished enterprise setup, removing profile.
11-30 15:17:46.369 23617 23617 I Finsky  : [2] gcp.c(3): XPF:User UserHandle{0} is not in installation anymore, removing profile.
11-30 15:17:46.369 23617 23617 I Finsky  : [2] gct.d(1): XPF:unbinding for 42467216
11-30 15:17:46.370 23617 23725 I Finsky  : [43753] gcp.e(3): XPF:Removing listener for user UserHandle{0} and listener 109086862
11-30 15:17:46.372 15059 24336 I Finsky:background: [43236] hqb.f(1): getDownloads()
11-30 15:17:46.375 23617 23659 I Finsky  : [43717] pgq.apply(52): SCH: Scheduling 1 system job(s)
11-30 15:17:46.376 23617 23659 I Finsky  : [43717] pgq.apply(58): SCH: Scheduling system job Id: 9775, L: 4901, D: 81755183, C: false, I: false, N: 1
11-30 15:17:46.378 24337 24337 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010018
11-30 15:17:46.379 24337 24337 D Proxy   : mdoP is null: 15010018
11-30 15:17:46.416 24337 24337 I GservicesProvider: Gservices pushing to system: true; secure/global: true
11-30 15:17:46.446 23617 23665 I Finsky  : [43722] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=0, cacheMissCount=1, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : [com.microsoft.office.powerpoint]
11-30 15:17:46.450 23617 23665 I Finsky  : [43722] slz.q(6): Created new item store.
11-30 15:17:46.450 23617 23665 I Finsky  : [43722] esd.o(2): AIM: AppInfoManager-Perf > ItemModel > ItemStore Called 1 apps cacheOptions = REFRESH_LOCAL_CACHE
11-30 15:17:46.485 23617 23665 I Finsky  : [43722] esc.a(66): AIM: ItemModel fetch - unauth(0), auth([WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]->1)
11-30 15:17:46.522 23617 23665 I Finsky  : [43722] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=0, cacheMissCount=1, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : [com.microsoft.office.powerpoint]
11-30 15:17:46.523 23617 23665 I Finsky  : [43722] esd.o(2): AIM: AppInfoManager-Perf > ItemModel > ItemStore Called 1 apps cacheOptions = REFRESH_LOCAL_CACHE
11-30 15:17:46.524 23617 23665 I Finsky  : [43722] esc.a(66): AIM: ItemModel fetch - unauth(0), auth([WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]->1)
11-30 15:17:46.541 23617 23659 I Finsky  : [43717] kni.f(8): Item cache initialized.
11-30 15:17:47.012 23617 23656 I Finsky  : [43715] ffa.b(32): [ContentSync] finished, scheduled=true
11-30 15:17:47.013 23617 23656 I Finsky  : [43715] pmg.accept(69): SCH: Scheduling phonesky job Id: 12-1, CT: 1638260256328, Constraints: [{ L: 15000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:17:47.047 14965 14965 I Finsky  : [2] jqc.Z(83): Installer::IT: Required downloads: [com.sec.spp.push]
11-30 15:17:47.084 23617 23659 I Finsky  : [43717] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=1, cacheMissCount=0, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : []
11-30 15:17:47.087 23617 23659 I Finsky  : [43717] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=1, cacheMissCount=0, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : []
11-30 15:17:47.089 23617 23659 I Finsky  : [43717] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=0, cacheMissCount=1, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : [com.microsoft.office.powerpoint]
11-30 15:17:47.090 23617 23659 I Finsky  : [43717] esd.o(2): AIM: AppInfoManager-Perf > ItemModel > ItemStore Called 1 apps cacheOptions = REFRESH_LOCAL_CACHE
11-30 15:17:47.091 23617 23659 I Finsky  : [43717] esc.a(66): AIM: ItemModel fetch - unauth(0), auth([WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]->1)
11-30 15:17:47.091 23617 23659 I Finsky  : [43717] krc.apply(5): ItemStore: Not cached: com.microsoft.office.powerpoint
11-30 15:17:47.092 23617 23659 I Finsky  : [43717] krc.apply(5): ItemStore: Not cached: com.microsoft.office.powerpoint
11-30 15:17:47.094 23617 23665 I Finsky  : [43722] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=1, cacheMissCount=0, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : []
11-30 15:17:47.100 14965 15031 I Finsky  : [43185] jpp.accept(3): Installer::IT: starting next download: package=com.sec.spp.push
11-30 15:17:47.111 24244 24255 I zygote  : Background concurrent copying GC freed 21349(1910KB) AllocSpace objects, 4(80KB) LOS objects, 49% free, 2MB/5MB, paused 188us total 685.191ms
11-30 15:17:47.131  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.aasaservice user:0
11-30 15:17:47.131  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:17:47.131  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.aasaservice user:0
11-30 15:17:47.131  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:17:47.139 19185 19255 W LBE-Sec : Broadcast Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.microsoft.office.powerpoint flg=0x4000010 (has extras) } for vuid 0 com.android.vending is about to timeout, cancel it now
11-30 15:17:47.142 19185 19255 W LBE-Sec : Broadcast Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.microsoft.office.powerpoint flg=0x4000010 (has extras) } for vuid 0 com.android.vending is about to timeout, cancel it now
11-30 15:17:47.151 24361 24361 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:17:47.151 23617 23656 I Finsky  : [43715] pgq.apply(52): SCH: Scheduling 0 system job(s)
11-30 15:17:47.155 23617 23656 I Finsky  : [43715] krc.apply(5): ItemStore: Not cached: com.microsoft.office.powerpoint
11-30 15:17:47.169 23617 23656 I Finsky  : [43715] ffa.b(32): [ContentSync] finished, scheduled=true
11-30 15:17:47.184  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:47.184  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:47.184  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:47.226 14965 15041 I Finsky  : [43191] jos.apply(9): Installer::DLP: Downloading patch for com.sec.spp.push:331300100 (adid: com.sec.spp.push , isid: Lu39pmFtQgKohSYLQf0B3g)
11-30 15:17:47.229 14965 15041 I Finsky  : [43191] hsh.e(1): enqueue()
11-30 15:17:47.250 24244 24244 I GservicesProvider: Gservices pushing to system: true; secure/global: true
11-30 15:17:47.256 24361 24361 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:47.257 24361 24361 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.samsung.aasaservice 
11-30 15:17:47.258 14965 15041 D VolumeInfo: VolumeInfo from Parcel: id private ,type 1 ,disk null
11-30 15:17:47.258 14965 15041 D VolumeInfo: VolumeInfo from Parcel: id public:179,33 ,type 0 ,disk DiskInfo{disk:179,32}:
11-30 15:17:47.258 14965 15041 D VolumeInfo:     flags=SD size=15931539456 label= volumeCount=1 
11-30 15:17:47.258 14965 15041 D VolumeInfo:     sysPath=/sys//devices/13560000.dwmmc2/mmc_host/mmc2/mmc2:aaaa/block/mmcblk1 
11-30 15:17:47.258 14965 15041 D VolumeInfo: 
11-30 15:17:47.258 14965 15041 D VolumeInfo: VolumeInfo from Parcel: id emulated ,type 2 ,disk null
11-30 15:17:47.281 14965 15041 I Finsky  : [43191] jps.a(17): Installer::IT: Already sent resource request for com.sec.spp.push, adid: com.sec.spp.push, isid: Lu39pmFtQgKohSYLQf0B3g
11-30 15:17:47.309 14965 14973 I zygote  : Do full code cache collection, code=126KB, data=116KB
11-30 15:17:47.309 14965 14973 I zygote  : After code cache collection, code=121KB, data=65KB
11-30 15:17:47.323  6077  6077 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.pseudonymous.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:17:47.323  6077  6077 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.pseudonymous.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:17:47.330  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:17:47.331  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:17:47.332 24361 24361 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:47.355 24361 24361 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 1000
11-30 15:17:47.355 24361 24361 D Proxy   : mdoP is null: 1000
11-30 15:17:47.399  2985  5084 E AASATokenParser: set xml file does not exist
11-30 15:17:47.406 23617 23629 I zygote  : Background concurrent copying GC freed 313486(13MB) AllocSpace objects, 27(2MB) LOS objects, 50% free, 9MB/18MB, paused 4.522ms total 259.315ms
11-30 15:17:47.436  3470  3470 D CarrierMatchingBootReceiver: onReceive()...
11-30 15:17:47.436  3470  3470 D CarrierMatchingBootReceiver: Action received: android.intent.action.PACKAGE_ADDED
11-30 15:17:47.437  3470  3470 D CarrierMatchingBootReceiver: isFirstTimeLaunch()...false
11-30 15:17:47.437  3470  3470 E CarrierMatchingBootReceiver: isCarrierMatchingEnabled: carrier_matching_status
11-30 15:17:47.437  3470  3470 D CarrierMatchingBootReceiver: isCarrierMatchingEnabled()...false
11-30 15:17:47.437  3470  3470 D CarrierMatchingBootReceiver: getCarrierMatchingPreferences()...key = haveShowCarrierMatchingError, value = false
11-30 15:17:47.437  3470  3470 D CarrierMatchingBootReceiver: getCarrierMatchingPreferences()...key = haveShowCarrierMatchingReady, value = false
11-30 15:17:47.441  3470  3470 D CarrierMatchingBootReceiver: cancelNotification()...
11-30 15:17:47.443  3470  3470 E CarrierMatchingBootReceiver: isCarrierMatchingEnabled: carrier_matching_status
11-30 15:17:47.443  3470  3470 E CarrierMatchingBootReceiver: isCarrierMatchingEnabled: carrier_matching_status
11-30 15:17:47.445  2985  5084 I AASAASKS: no restricted set matched to DATE
11-30 15:17:47.456 23605 23605 D GOS:GameServiceReceiver: action : android.intent.action.PACKAGE_ADDED
11-30 15:17:47.467 23605 23605 D GOS:PkgData: PkgData(), pkgName: com.microsoft.office.powerpoint
11-30 15:17:47.468 23605 23605 D GOS:PkgData: setCustomFeatureFlag, pkgName: com.microsoft.office.powerpoint, old featureFlag: 346781844236309267, new featureFlag: 274882278167
11-30 15:17:47.468 23605 23605 D GOS:GameServiceReceiver: replacing. ignore
11-30 15:17:47.480 23965 23965 D AssistantMenuReceiver: [c] AssistantMenuReceiver:android.intent.action.PACKAGE_ADDED
11-30 15:17:47.480 23965 23965 D AssistantMenuReceiver: [c] PACKAGE_ADDED : com.microsoft.office.powerpoint
11-30 15:17:47.503 24043 24043 D KnoxPackageStateReceiver:  received intent Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.microsoft.office.powerpoint flg=0x4000010 cmp=com.samsung.android.knox.containeragent/.KnoxPackageStateReceiver (has extras) }
11-30 15:17:47.548 24158 24158 D KnoxPackageReceiver:  received intent Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.microsoft.office.powerpoint flg=0x4000010 cmp=com.samsung.knox.securefolder/.containeragent.detector.KnoxPackageStateReceiver (has extras) }
11-30 15:17:47.548 24158 24158 D KnoxPackageReceiver: onReceive intent
11-30 15:17:47.548 24158 24158 D KnoxPackageReceiver: ACTION_PACKAGE_ADDED intent received
11-30 15:17:47.548 24158 24158 D KnoxPackageReceiver: packageName:com.microsoft.office.powerpoint
11-30 15:17:47.549 24158 24158 D KnoxPackageReceiver: userId 0
11-30 15:17:47.549 24158 24158 D KnoxPackageReceiver: installerPackage:com.android.vending
11-30 15:17:47.549 24158 24158 D KnoxPackageReceiver: isFromApprovedIMEInstaller()
11-30 15:17:47.549 24158 24158 D KnoxPackageReceiver: Not an ApprovedIMEInstaller. Exiting.....
11-30 15:17:47.549 24158 24158 D KnoxPackageReceiver: Application installed. Exiting.....
11-30 15:17:47.575 24222 24222 D AssistantMenuReceiver: [c] AssistantMenuReceiver:android.intent.action.PACKAGE_ADDED
11-30 15:17:47.576 24222 24222 D AssistantMenuReceiver: [c] PACKAGE_ADDED : com.microsoft.office.powerpoint
11-30 15:17:47.594 16237 16237 D SFolderShortcutReceiver:  onReceive() user(150) intent:android.intent.action.PACKAGE_ADDED
11-30 15:17:47.595 16237 16237 D LauncherApps: getActivityList callingUserId: 150, target user: 150
11-30 15:17:47.599 23817 24243 I zygote  : Deoptimizing java.lang.Object j$.util.concurrent.ConcurrentHashMap.putVal(java.lang.Object, java.lang.Object, boolean) due to JIT inline cache
11-30 15:17:47.614 16237 16237 V LauncherApps: Returning activity for profile UserHandle{150} : ComponentInfo{com.microsoft.office.powerpoint/com.microsoft.office.apphost.LaunchActivity}
11-30 15:17:47.642 16237 16237 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:47.642 16237 16237 I ApplicationPackageManager: return adaptive icon for NULL
11-30 15:17:47.668  2985  5091 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:17:47.685 16237 16237 D LauncherActivityInfo: packageName: com.microsoft.office.powerpoint, supportTheme: false, height: 288, width: 288, density: 640
11-30 15:17:47.688 16237 16237 D ShortCutModel: aInfo= com.microsoft.office.apphost.LaunchActivity
11-30 15:17:47.709 23817 24243 I Finsky  : [43724] njl.b(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08].
11-30 15:17:47.791 16237 16237 D KnoxPackageReceiver:  received intent Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.microsoft.office.powerpoint flg=0x4000010 cmp=com.samsung.knox.securefolder/.containeragent.detector.KnoxPackageStateReceiver (has extras) }
11-30 15:17:47.791 16237 16237 D KnoxPackageReceiver: onReceive intent
11-30 15:17:47.791 16237 16237 D KnoxPackageReceiver: ACTION_PACKAGE_ADDED intent received
11-30 15:17:47.791 16237 16237 D KnoxPackageReceiver: packageName:com.microsoft.office.powerpoint
11-30 15:17:47.791 16237 16237 D KnoxPackageReceiver: userId 150
11-30 15:17:47.792 16237 16237 D KnoxPackageReceiver: is securefolderid userId 150
11-30 15:17:47.816 23817 24243 I Finsky  : [43724] njl.b(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno].
11-30 15:17:47.828 24158 24169 E KnoxusageProvider: Launch table entry for persona not there. ignoreing settings change
11-30 15:17:47.829 16237 16237 D KnoxPackageReceiver: installerPackage:com.android.vending
11-30 15:17:47.829 16237 16237 D KnoxPackageReceiver: isFromApprovedIMEInstaller()
11-30 15:17:47.829 16237 16237 D KnoxPackageReceiver: Not an ApprovedIMEInstaller. Exiting.....
11-30 15:17:47.829 16237 16237 D KnoxPackageReceiver: Application installed. Exiting.....
11-30 15:17:47.847 23617 23617 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [4bV0n3UlNhBd05BFpVecdUZT67AF7TnyJkkZ8o4xIGw]
11-30 15:17:47.847 23617 23617 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.powerpoint
11-30 15:17:47.857 23617 23659 I Finsky  : [43717] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=0, cacheMissCount=1. Missed  in cache (limit 10) : [com.microsoft.office.powerpoint]
11-30 15:17:47.861 23617 23868 I Finsky  : [43799] fag.accept(36): Asset module broadcast after update successful for package com.microsoft.office.powerpoint. 0 sessions broadcast.
11-30 15:17:47.870 23617 23656 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:47.872 23617 23662 I Finsky  : [43719] ffa.b(32): [ContentSync] finished, scheduled=false
11-30 15:17:47.875 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [4bV0n3UlNhBd05BFpVecdUZT67AF7TnyJkkZ8o4xIGw]
11-30 15:17:47.875 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.powerpoint
11-30 15:17:47.891 23617 23656 I ApplicationPackageManager: load=com.microsoft.office.powerpoint, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:17:47.891 14965 23875 I Finsky  : [43433] ffa.b(32): [ContentSync] finished, scheduled=false
11-30 15:17:47.893 23617 23656 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:47.895 23617 23656 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:17:47.895 23617 23656 I ApplicationPackageManager: load=com.microsoft.office.powerpoint-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:17:47.898 23617 23656 I Finsky  : [43715] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=1, cacheMissCount=0. Missed  in cache (limit 10) : []
11-30 15:17:47.900 14965 23878 I Finsky  : [43436] fag.accept(36): Asset module broadcast after update successful for package com.microsoft.office.powerpoint. 0 sessions broadcast.
11-30 15:17:47.900 23617 23664 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:47.902 23617 23664 I ApplicationPackageManager: load=com.microsoft.office.powerpoint, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:17:47.905 23617 23664 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:47.909 23617 23664 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:17:47.910 23617 23664 I ApplicationPackageManager: load=com.microsoft.office.powerpoint-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:17:47.919 23617 23814 I Finsky  : [43797] ihu.run(9): Wrote row to frosting DB: 19147
11-30 15:17:47.921 23605 23605 D GOS:GameServiceReceiver: action : android.intent.action.PACKAGE_REPLACED
11-30 15:17:47.942 14965 23810 I Finsky  : [43431] ihu.run(9): Wrote row to frosting DB: 10560
11-30 15:17:47.945 23965 23965 D AssistantMenuReceiver: [c] AssistantMenuReceiver:android.intent.action.PACKAGE_REPLACED
11-30 15:17:47.950  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1075, previously 1574
11-30 15:17:47.950  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1733, previously 1739
11-30 15:17:47.950  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 205, previously 1394
11-30 15:17:47.957 23605 23605 D GOS:MainIntentService: onCreate
11-30 15:17:47.958 23605 24394 D GOS:MainIntentService: onHandleIntent. begin
11-30 15:17:47.959 23605 24394 D GOS:MainIntentService: onHandleIntent(). type : 2
11-30 15:17:47.959 23605 24394 D GOS:MainIntentService: onHandleIntent(). PACKAGE_CHANGED. changeType : 8, packageName : com.microsoft.office.powerpoint
11-30 15:17:47.967 23617 23814 I Finsky  : [43797] ihu.run(9): Wrote row to frosting DB: 19148
11-30 15:17:47.971 10832 10832 D BeaconManager[8.0.33.0]: BeaconBroadcastReceiver.onReceive - android.intent.action.PACKAGE_REPLACED
11-30 15:17:47.972 10832 10832 D BeaconManager[8.0.33.0]: Util.getNearBySetting - ON
11-30 15:17:47.972 10832 10832 D BeaconManager[8.0.33.0]: Util.sendBroadCastforAppStatusLogging - AppON: true
11-30 15:17:47.974 10832 10832 D BeaconManager[8.0.33.0]: Util.getNearBySetting - ON
11-30 15:17:47.976 10832 10832 D BeaconManager[8.0.33.0]: BeaconBroadcastReceiver.onReceive - beaconmanager start, ON
11-30 15:17:47.977 10832 10832 V BeaconManager[8.0.33.0]: BeaconService.onStartCommand - intent : Intent { cmp=com.samsung.android.beaconmanager/.BeaconService }
11-30 15:17:47.977 10832 10832 D BeaconManager[8.0.33.0]: Util.getNearBySetting - ON
11-30 15:17:47.977 10832 10832 I BeaconManager[8.0.33.0]: BeaconService.CreateBeaconManager  - setting:ON
11-30 15:17:47.979  2985  5091 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.calendar user:0
11-30 15:17:47.979  2985  5091 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:17:47.979  2985  5091 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.calendar user:0
11-30 15:17:47.979  2985  5091 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:17:47.983 14965 23810 I Finsky  : [43431] ihu.run(9): Wrote row to frosting DB: 10561
11-30 15:17:47.991 24395 24395 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:17:47.993 24395 24395 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:47.994 24395 24395 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.android.calendar 
11-30 15:17:48.040 23605 24394 D GOS:DataManager: onPackageUpdated(). packageName: com.microsoft.office.powerpoint, versionCode: 2002752452
11-30 15:17:48.041 23605 24394 D GOS:PkgData: PkgData(), pkgName: com.microsoft.office.powerpoint
11-30 15:17:48.042 23605 24394 D GOS:PkgData: setCustomFeatureFlag, pkgName: com.microsoft.office.powerpoint, old featureFlag: 346781844236309267, new featureFlag: 274882278167
11-30 15:17:48.044 23605 24394 D GOS:MainIntentService: there is gamemanger. don't start GameService
11-30 15:17:48.076 23605 23605 D GOS:MainIntentService: onDestroy
11-30 15:17:48.104  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 8 99 -8 -200 -8 -200 -1 15 -96 -10 10 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:17:48.105  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:17:48.184  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:48.184  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:48.185  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:48.186  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10132 ,Container id: 0
11-30 15:17:48.187  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10132 ,Container id: 0
11-30 15:17:48.187  2985  3826 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:48.191  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10132 ,Container id: 0
11-30 15:17:48.191  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10132 ,Container id: 0
11-30 15:17:48.191  2985  3826 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:48.194 24395 24395 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:48.217 24395 24395 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10132
11-30 15:17:48.218 24395 24395 D Proxy   : mdoP is null: 10132
11-30 15:17:48.232 24395 24395 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:17:48.293 23817 23822 I zygote  : Do partial code cache collection, code=29KB, data=15KB
11-30 15:17:48.293 23817 23822 I zygote  : After code cache collection, code=26KB, data=15KB
11-30 15:17:48.294 23817 23822 I zygote  : Increasing code cache capacity to 128KB
11-30 15:17:48.517 24395 24395 D BixbyApi_0.2.5: isBixbySupported:false
11-30 15:17:48.517 23617 23665 I Finsky  : [43722] elv.accept(24): AIM: AppInfoManager-Perf > getApps > data collection finished
11-30 15:17:48.517 23617 23659 I Finsky  : [43717] elv.accept(24): AIM: AppInfoManager-Perf > getApps > data collection finished
11-30 15:17:48.517 23617 23664 I Finsky  : [43721] elv.accept(24): AIM: AppInfoManager-Perf > getApps > data collection finished
11-30 15:17:48.553 23817 23817 I Finsky  : [2] pmx.<init>(3): Resetting scheduler db
11-30 15:17:48.566 24395 24395 D SamsungAnalytics111040: cf feature is supported
11-30 15:17:48.594 24395 24395 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:17:48.597 24395 24395 D SamsungAnalytics111040: newThread on Executor
11-30 15:17:48.671 23817 24241 I zygote  : Deoptimizing java.lang.Object j$.util.concurrent.ConcurrentHashMap.putVal(java.lang.Object, java.lang.Object, boolean) due to JIT inline cache
11-30 15:17:48.692 23817 24241 I Finsky  : [43722] umq.d(2): Not a unicorn account
11-30 15:17:48.724 23817 24240 I Finsky  : [43721] ngb.<init>(3): PackageMonitorReceiverImpl - Registering in memory receiver for android.intent.action.PACKAGE_ADDED and android.intent.action.PACKAGE_REMOVED
11-30 15:17:48.730  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:17:48.740  2719  2788 I chatty  : uid=0(root) /system/bin/netd identical 1 line
11-30 15:17:48.745  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:17:48.754 23817 24241 I Finsky  : [43722] vfb.a(1): Warm data store was already initialized.
11-30 15:17:48.788 23817 24420 D ConnectivityManager: requestNetwork; CallingUid : 10227, CallingPid : 23817
11-30 15:17:48.793 23817 23828 I zygote  : Background concurrent copying GC freed 22055(2MB) AllocSpace objects, 2(40KB) LOS objects, 49% free, 6MB/13MB, paused 542us total 162.532ms
11-30 15:17:48.794 23817 24241 I Finsky  : [43722] wbk.d(2): SysUA: Disable SystemUpdateActivity, because Android is lower than Q
11-30 15:17:48.797 23817 24391 I Finsky  : [43726] qjx.run(10): SysCUA: Set {com.android.vending/com.google.android.finsky.systemcomponentupdateui.common.SystemComponentUpdateActivity} enabled state to 0
11-30 15:17:48.798 24222 24222 D AssistantMenuReceiver: [c] AssistantMenuReceiver:android.intent.action.PACKAGE_REPLACED
11-30 15:17:48.807 23817 24411 I Finsky  : [43729] fde.run(60): SysUA: Set SystemUpdateActivity enabled state to 2
11-30 15:17:48.817  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:48.817  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:48.817  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:48.817  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:48.817  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:48.817  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:48.817  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:48.817  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:48.817  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:48.817  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:48.817  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:48.817  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:48.817  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:48.817  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:48.817  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:48.817  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:48.817  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:48.817  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:17:48.826 16237 16237 D SFolderShortcutReceiver:  onReceive() user(150) intent:android.intent.action.PACKAGE_REPLACED
11-30 15:17:48.829 16237 16237 D LauncherApps: getActivityList callingUserId: 150, target user: 150
11-30 15:17:48.830 16237 16237 V LauncherApps: Returning activity for profile UserHandle{150} : ComponentInfo{com.microsoft.office.powerpoint/com.microsoft.office.apphost.LaunchActivity}
11-30 15:17:48.853 16237 16237 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:48.853 16237 16237 I ApplicationPackageManager: return adaptive icon for NULL
11-30 15:17:48.878 23817 24429 I zygote  : Deoptimizing java.lang.Object j$.util.concurrent.ConcurrentHashMap.get(java.lang.Object) due to JIT inline cache
11-30 15:17:48.882  2985  5084 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:17:48.893 16237 16237 D LauncherActivityInfo: packageName: com.microsoft.office.powerpoint, supportTheme: false, height: 288, width: 288, density: 640
11-30 15:17:48.896 16237 16237 D ShortCutModel: aInfo= com.microsoft.office.apphost.LaunchActivity
11-30 15:17:48.938 23817 24419 I Finsky  : [43732] pmg.accept(69): SCH: Scheduling phonesky job Id: 1-1337, CT: 1638202296197, Constraints: [{ L: 30640067, D: 73840067, C: 1, I: 1, N: 1 }]
11-30 15:17:48.940 23817 24419 I Finsky  : [43732] pmg.accept(69): SCH: Scheduling phonesky job Id: 10-4, CT: 1638258663364, Constraints: [{ L: 900000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:17:48.942 23817 24419 I Finsky  : [43732] pmg.accept(69): SCH: Scheduling phonesky job Id: 10-11, CT: 1638258663365, Constraints: [{ L: 600000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:17:48.944 23817 24419 I Finsky  : [43732] pmg.accept(69): SCH: Scheduling phonesky job Id: 10-26, CT: 1638258663369, Constraints: [{ L: 600000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:17:48.947 23817 24419 I Finsky  : [43732] pmg.accept(69): SCH: Scheduling phonesky job Id: 10-33, CT: 1638070599778, Constraints: [{ L: 0, D: 86400000, C: 1, I: 1, N: 1 }, { L: 0, D: 0, C: 1, I: 1, N: 0 }]
11-30 15:17:48.949 23817 24419 I Finsky  : [43732] pmg.accept(69): SCH: Scheduling phonesky job Id: 10-78, CT: 1638258663379, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 1 }]
11-30 15:17:48.950 23817 24419 I Finsky  : [43732] pmg.accept(69): SCH: Scheduling phonesky job Id: 10-101, CT: 1638258663381, Constraints: [{ L: 60000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:17:48.952 23817 24419 I Finsky  : [43732] pmg.accept(69): SCH: Scheduling phonesky job Id: 12-1, CT: 1638228766002, Constraints: [{ L: 15000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:17:48.954 23817 24419 I Finsky  : [43732] pmg.accept(69): SCH: Scheduling phonesky job Id: 21-333333333, CT: 1638258750473, Constraints: [{ L: 10000, D: 82800000, C: 1, I: 1, N: 1 }]
11-30 15:17:48.956 23817 24419 I Finsky  : [43732] pmg.accept(69): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1638238382846, Constraints: [{ L: 43200000, D: 44100000, C: 1, I: 1, N: 0 }]
11-30 15:17:48.958 23817 24419 I Finsky  : [43732] pmg.accept(69): SCH: Scheduling phonesky job Id: 29-29, CT: 1638260045983, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }]
11-30 15:17:49.031 23817 24241 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
11-30 15:17:49.041 23817 24241 I Finsky  : [43722] mke.i(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileMaximum
11-30 15:17:49.063 23817 24427 E PlayCommon: [43736] aamo.k(237): Failed to read logs
11-30 15:17:49.079 23617 23665 I Finsky  : [43722] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=0, cacheMissCount=1, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : [com.microsoft.office.powerpoint]
11-30 15:17:49.080 23617 23665 I Finsky  : [43722] esd.o(2): AIM: AppInfoManager-Perf > ItemModel > ItemStore Called 1 apps cacheOptions = REFRESH_LOCAL_CACHE
11-30 15:17:49.081 23617 23665 I Finsky  : [43722] esc.a(66): AIM: ItemModel fetch - unauth(0), auth([WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]->1)
11-30 15:17:49.083 23617 23665 I Finsky  : [43722] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=1, cacheMissCount=0, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : []
11-30 15:17:49.083 23817 24241 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
11-30 15:17:49.085  2985  2999 I PrintManagerService: onPackageModified com.microsoft.office.powerpoint
11-30 15:17:49.086 23817 24241 I Finsky  : [43722] mke.h(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileRecommended
11-30 15:17:49.090 23617 23665 I Finsky  : [43722] elv.accept(24): AIM: AppInfoManager-Perf > getApps > data collection finished
11-30 15:17:49.097 23817 24238 I cr_CronetLibraryLoader: Cronet version: 98.0.4699.0, arch: armv8l
11-30 15:17:49.103  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.microsoft.office.powerpoint user:0
11-30 15:17:49.103  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:17:49.103  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.microsoft.office.powerpoint user:0
11-30 15:17:49.103  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:17:49.123 23817 24238 W Finsky  : [43719] emq.d(24): For unauth, use getDfeApiNonAuthenticated() instead!
11-30 15:17:49.126 24438 24438 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:17:49.128 24438 24438 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:49.129 24438 24438 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.microsoft.office.powerpoint 
11-30 15:17:49.143  4604 21401 D LauncherApps: onPackageChanged 0,com.microsoft.office.powerpoint
11-30 15:17:49.144  4604  4604 D Launcher.Model: onPackageChanged:com.microsoft.office.powerpoint user:UserHandle{0}
11-30 15:17:49.144  4604  4604 D Launcher.Model: isValidStateInKnoxMode:false user:UserHandle{0}
11-30 15:17:49.157  2985  2999 D EnterpriseDeviceManagerService: onPackageUpdateFinished - packageName: com.microsoft.office.powerpoint, uid: 15010011
11-30 15:17:49.162  2985  2999 D EnterpriseDeviceManagerService: Package has changed for user 150
11-30 15:17:49.162  2985  2999 D EnterpriseDeviceManagerService: Admin package name: com.google.android.gms
11-30 15:17:49.162  2985  2999 D EnterpriseDeviceManagerService: Admin package name: com.samsung.knox.securefolder
11-30 15:17:49.162  2985  2999 D EnterpriseDeviceManagerService: Admin package name: com.google.android.gms
11-30 15:17:49.174 23817 24238 I Finsky  : [43719] lhi.m(5): Enqueuing libraries load for 0
11-30 15:17:49.179 23817 24411 I Finsky  : [43729] lhi.o(1): Starting libraries load for 0
11-30 15:17:49.185  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:49.185  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:49.185  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:49.186  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:17:49.186  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:17:49.186 23817 24241 I Finsky  : [43722] aaoj.c(2): registerListener
11-30 15:17:49.192 23817 24238 I Finsky  : [43719] gjo.j(3): Subscription detail: DataSubscriptionInfo{groupIdLevel1=ffffff, serviceProviderName=[n49EHvdw4kISvD5bmP3bs65ssEuMWst0eGGgvrRKGBI], simCarrierId=null}
11-30 15:17:49.197  4604  4680 W Launcher.Model: checkFinderState return, operation is not matched
11-30 15:17:49.198  4604  4680 D Launcher.Model: Loader.updatePackage com.microsoft.office.powerpoint
11-30 15:17:49.200 23817 24238 I Finsky  : [43719] vmb.v(2): Setup app restrictions monitor
11-30 15:17:49.205  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 0
11-30 15:17:49.206  4604  4680 V LauncherApps: Returning activity for profile UserHandle{0} : ComponentInfo{com.microsoft.office.powerpoint/com.microsoft.office.apphost.LaunchActivity}
11-30 15:17:49.210  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:49.211  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:49.213 23817 24241 I Finsky  : [43722] aaoj.c(2): registerListener
11-30 15:17:49.217  2985  5084 D ActivityManager: The following uid has registered to recieve broadcast for proxy related updates 10227
11-30 15:17:49.235  4604  4680 I ApplicationPackageManager: load=com.microsoft.office.powerpoint, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:17:49.239  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:17:49.241  4604  4680 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:17:49.242  4604  4680 I ApplicationPackageManager: load=com.microsoft.office.powerpoint-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:17:49.244  4604  4680 D LauncherActivityInfo: packageName: com.microsoft.office.powerpoint, supportTheme: true, height: 144, width: 144, density: 640
11-30 15:17:49.271 23817 24238 I Finsky  : [43719] vmz.a(3): Device wide unknown source restriction is changed.
11-30 15:17:49.288 23817 24238 I Finsky  : [43719] vfb.a(1): Warm data store was already initialized.
11-30 15:17:49.289 23817 24238 I Finsky  : [43719] vfc.a(1): Warm data store was already initialized.
11-30 15:17:49.337  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:17:49.337  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:17:49.337  2985  3612 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:49.338 23817 24411 I Finsky  : [43729] lhi.o(24): Finished loading 0 libraries.
11-30 15:17:49.344  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:17:49.344  2985  3612 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:49.350  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:17:49.350  2985  3612 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:49.356  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:17:49.356  2985  3612 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:49.364  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:17:49.364  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:17:49.364  2985  3612 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:49.370  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:17:49.370  2985  3612 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:49.378  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:17:49.378  2985  3612 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:49.385  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:17:49.385  2985  3612 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:49.393 24438 24438 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:49.395  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 0
11-30 15:17:49.396  4604  4680 V LauncherApps: Returning activity for profile UserHandle{0} : ComponentInfo{com.microsoft.office.powerpoint/com.microsoft.office.apphost.LaunchActivity}
11-30 15:17:49.396  4604  4680 D DataLoader: updatePackage:com.microsoft.office.powerpoint
11-30 15:17:49.425 23817 23822 I zygote  : Do partial code cache collection, code=51KB, data=38KB
11-30 15:17:49.425 23817 23822 I zygote  : After code cache collection, code=48KB, data=37KB
11-30 15:17:49.425 23817 23822 I zygote  : Increasing code cache capacity to 256KB
11-30 15:17:49.426 24438 24438 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10011
11-30 15:17:49.427 24438 24438 D Proxy   : mdoP is null: 10011
11-30 15:17:49.432  2985  3612 D LauncherAppsService: is Package Hidden: false
11-30 15:17:49.448  2985  2985 D KnoxVpnEngineService: Vpn Receiver : com.samsung.android.knox.intent.action.VPN_PROXY_BROADCAST_INTERNAL
11-30 15:17:49.449  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:17:49.473 21258 21258 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gmscompliance.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService }
11-30 15:17:49.473 21258 21258 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gmscompliance.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService }
11-30 15:17:49.511  4604  4680 I AppsModel: addOrUpdater
11-30 15:17:49.512  4604  4680 I AppsModel: addOrUpdater cn = ComponentInfo{com.microsoft.office.powerpoint/com.microsoft.office.apphost.LaunchActivity} , UserHandle{0}
11-30 15:17:49.514  4604  4680 I AppsModel: addOrUpdater update item = IconInfo(title=PowerPoint intent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.microsoft.office.powerpoint/com.microsoft.office.apphost.LaunchActivity (has extras) } id=53 type=0 container=50 screen=0 cellX=2 cellY=0 spanX=1 spanY=1 rank=2 hidden=0 dropPos=null user=UserHandle{0})
11-30 15:17:49.514  4604  4680 D AppsCustomAdapter: notifyUpdate : com.android.launcher3.Launcher@46d4052
11-30 15:17:49.515  4604  4680 D AppsDragController: needDeferToBind : true , false
11-30 15:17:49.515  2985  5084 D LauncherAppsService: is Package Hidden: false
11-30 15:17:49.522  4604  4680 D WidgetLoader: ignore dirty because widgets are not changed
11-30 15:17:49.602 23817 23817 I Finsky  : [2] vfb.a(1): Warm data store was already initialized.
11-30 15:17:49.632 19185 19195 I zygote  : Background concurrent copying GC freed 244316(8MB) AllocSpace objects, 12(2MB) LOS objects, 49% free, 10MB/21MB, paused 270us total 335.449ms
11-30 15:17:49.646 23817 24411 I Finsky  : [43729] slz.<init>(2): Item store provider started.
11-30 15:17:49.692 19185 19395 I System.out: before Starting container vuid=0 vpid=5 processName=com.google.process.gapps reason=ContentProvider com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider authority=com.google.settings
11-30 15:17:49.694  2985  3612 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.parallel.space.lite user:0
11-30 15:17:49.694  2985  3612 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:17:49.694  2985  3612 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.parallel.space.lite user:0
11-30 15:17:49.694  2985  3612 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:17:49.708 24469 24469 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:17:49.710 24469 24469 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:49.710 24469 24469 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.parallel.space.lite:P5 
11-30 15:17:49.736  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:17:49.736  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:17:49.736  2985  5084 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:49.737 23817 23817 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [4bV0n3UlNhBd05BFpVecdUZT67AF7TnyJkkZ8o4xIGw]
11-30 15:17:49.738 23817 23817 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.powerpoint
11-30 15:17:49.742  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:17:49.742  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:17:49.742  2985  5084 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:49.747 24469 24469 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:49.770 24469 24469 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10227
11-30 15:17:49.771 24469 24469 D Proxy   : mdoP is null: 10227
11-30 15:17:49.780 23817 23822 I zygote  : Do full code cache collection, code=116KB, data=67KB
11-30 15:17:49.781 23817 23822 I zygote  : After code cache collection, code=97KB, data=50KB
11-30 15:17:49.874 23817 23822 I zygote  : Do partial code cache collection, code=104KB, data=63KB
11-30 15:17:49.874 23817 23822 I zygote  : After code cache collection, code=104KB, data=63KB
11-30 15:17:49.874 23817 23822 I zygote  : Increasing code cache capacity to 512KB
11-30 15:17:49.892 24438 24438 I MAMInfo : MAMInfo initialized. Debug=false, Agent=PRODUCTION, ManagedDialogDisabled=false, PolicyRequired=false, MultiIdentityEnabled=true, FullBackupContent=true, UseDefaultEnrollment=false, ExceptionOnInit=false, Debuggable=false
11-30 15:17:49.927 23817 24484 I Finsky  : [43757] ihu.run(9): Wrote row to frosting DB: 13949
11-30 15:17:49.939 24469 24469 W System.err: my process name com.parallel.space.lite:P5
11-30 15:17:49.951 23817 24482 I zygote  : Deoptimizing int afei.c(java.lang.Object, byte[], int, int, int, afbo) due to JIT inline cache
11-30 15:17:49.996 24469 24469 W System.err: 109896fce92890c7f17cb75f1f5a69bd7e2e993b
11-30 15:17:50.000 24469 24483 W System.err: my process daPackage: com.google.android.gsf, daPackage.native64Bit: false, is64BitSupport: false
11-30 15:17:50.097 23817 23829 W Finsky  : [43710] qiq.n(18): jp.naver.line.android: No account found.
11-30 15:17:50.097  2985  2999 W Searchables: No global search activity found
11-30 15:17:50.102 23817 23829 I Finsky  : [43710] qiq.n(63): Billing preferred account via installer for jp.naver.line.android: [dCNOmK_nSY-12vHzasLXiswzlGT5UHA7jAGYkvmCuQs]
11-30 15:17:50.108 24469 24483 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 }
11-30 15:17:50.120 24469 24483 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 }
11-30 15:17:50.125  2985  2999 W Searchables: No global search activity found
11-30 15:17:50.126  2985  2999 I PrintManagerService: onPackageModified com.microsoft.office.powerpoint
11-30 15:17:50.132 23817 23817 I zygote  : Deoptimizing int afei.w(java.lang.Object, byte[], int, int, int, int, int, int, long, int, long, afbo) due to JIT inline cache
11-30 15:17:50.136  2503  2503 E audit   : avc:  denied  { find } for service=wifiscanner pid=24469 uid=10227 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:wifiscanner_service:s0 tclass=service_manager permissive=0
11-30 15:17:50.177 23817 23817 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [4bV0n3UlNhBd05BFpVecdUZT67AF7TnyJkkZ8o4xIGw]
11-30 15:17:50.178 23817 23817 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.microsoft.office.powerpoint
11-30 15:17:50.185  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:50.185  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:50.185  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:50.254  4604 21401 D LauncherApps: onPackageChanged 150,com.microsoft.office.powerpoint
11-30 15:17:50.254  4604  4604 D Launcher.Model: onPackageChanged:com.microsoft.office.powerpoint user:UserHandle{150}
11-30 15:17:50.254  4604  4604 D Launcher.Model: isValidStateInKnoxMode:false user:UserHandle{150}
11-30 15:17:50.254  4604  4680 W Launcher.Model: checkFinderState return, operation is not matched
11-30 15:17:50.254  4604  4680 D Launcher.Model: Loader.updatePackage com.microsoft.office.powerpoint
11-30 15:17:50.255 23817 24419 I Finsky  : [43732] pgq.apply(52): SCH: Scheduling 2 system job(s)
11-30 15:17:50.256  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 150
11-30 15:17:50.256  4604  4680 V LauncherApps: source and target users are different, and caller is knox container or target user is for secure folder, so request cannot be granted!
11-30 15:17:50.256  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 150
11-30 15:17:50.256  4604  4680 V LauncherApps: source and target users are different, and caller is knox container or target user is for secure folder, so request cannot be granted!
11-30 15:17:50.256  4604  4680 D DataLoader: updatePackage:com.microsoft.office.powerpoint
11-30 15:17:50.256 23817 24419 I Finsky  : [43732] pgq.apply(58): SCH: Scheduling system job Id: 9479, L: 0, D: 0, C: false, I: false, N: 1
11-30 15:17:50.261  2503  2503 E audit   : avc:  denied  { find } for service=recovery pid=24469 uid=10227 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:recovery_service:s0 tclass=service_manager permissive=0
11-30 15:17:50.274 23817 24484 I Finsky  : [43757] ihu.run(9): Wrote row to frosting DB: 13950
11-30 15:17:50.278  4604  4977 D WidgetLoader: start loading
11-30 15:17:50.299 23817 24487 I zygote  : Deoptimizing void adbl.q() due to JIT inline cache
11-30 15:17:50.315 23817 24487 I Finsky  : [43758] fag.accept(26): Cancelled 0 ongoing asset module downloads for package com.microsoft.office.powerpoint due to a concurrent app update.
11-30 15:17:50.316 23817 24487 I Finsky  : [43758] fag.accept(36): Asset module broadcast after update successful for package com.microsoft.office.powerpoint. 0 sessions broadcast.
11-30 15:17:50.360 23817 24484 I Finsky  : [43757] ihu.run(9): Wrote row to frosting DB: 13951
11-30 15:17:50.370 23817 24419 I Finsky  : [43732] pgq.apply(58): SCH: Scheduling system job Id: 9480, L: 0, D: 0, C: false, I: false, N: 0
11-30 15:17:50.382 23817 24484 I Finsky  : [43757] ihu.run(9): Wrote row to frosting DB: 13952
11-30 15:17:50.386  4604  4680 D LauncherAWProviderInfo: GSA replace initialLayout. 
11-30 15:17:50.386  4604  4977 D LauncherAWProviderInfo: GSA replace initialLayout. 
11-30 15:17:50.437 24438 24438 I ApplicationUtils: Application process name com.microsoft.office.powerpoint
11-30 15:17:50.444 19185 19395 I System.out: Started container vuid=0 vpid=5 pid=24469 processName=com.google.process.gapps reason=ContentProvider com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider authority=com.google.settings
11-30 15:17:50.445 24438 24494 I FirebaseInitializer: Firebase initialization start
11-30 15:17:50.446 24438 24494 D ApplicationUtils: Primary process for app = com.microsoft.office.powerpoint
11-30 15:17:50.460 24438 24438 I TelemetryManager: Initalizing Android early telemetry
11-30 15:17:50.484 23817 23817 I Finsky  : [2] jpm.B(3): Installer: Attempting to start installer
11-30 15:17:50.501 24438 24438 D TSLTokenProviderImpl: Initializing Token Share Manager
11-30 15:17:50.501 23817 24419 I Finsky  : [43732] ffa.b(32): [ContentSync] finished, scheduled=false
11-30 15:17:50.505 23817 24414 I Finsky  : [43730] ffa.b(32): [ContentSync] finished, scheduled=false
11-30 15:17:50.506 23817 23817 I Finsky  : [2] aaoj.c(2): registerListener
11-30 15:17:50.506 24438 24494 W ComponentDiscovery: Class com.google.firebase.dynamicloading.DynamicLoadingRegistrar is not an found.
11-30 15:17:50.530 24438 24438 D TSLTokenProviderImpl: Check if this IsTSLDebugMode
11-30 15:17:50.531 24438 24438 D TokenSharingManager_v1.6.2: Library works in release mode
11-30 15:17:50.549 24438 24494 I FirebaseApp: Device unlocked: initializing all Firebase APIs for app [DEFAULT]
11-30 15:17:50.552 23817 23817 I Finsky  : [2] vfb.a(1): Warm data store was already initialized.
11-30 15:17:50.553 23817 23817 I Finsky  : [2] vfb.a(1): Warm data store was already initialized.
11-30 15:17:50.573  2985  3612 D PackageManager: setEnabledSetting : userId = 0 packageName = com.microsoft.office.powerpoint cmp = com.microsoft.android.crosssell.activities.WordCrossSellHandlerActivity newState = 2 callingPackage = 10011/com.microsoft.office.powerpoint
11-30 15:17:50.574  2985  3612 D PackageManager: setEnabledSetting : userId = 0 packageName = com.microsoft.office.powerpoint cmp = com.microsoft.android.crosssell.activities.ExcelCrossSellHandlerActivity newState = 2 callingPackage = 10011/com.microsoft.office.powerpoint
11-30 15:17:50.575  2985  3612 D PackageManager: setEnabledSetting : userId = 0 packageName = com.microsoft.office.powerpoint cmp = com.microsoft.android.crosssell.activities.PdfCrossSellHandlerActivity newState = 2 callingPackage = 10011/com.microsoft.office.powerpoint
11-30 15:17:50.587  4604  4977 D WidgetLoader: enter wait
11-30 15:17:50.614 23817 23817 I Finsky  : [2] vfb.a(1): Warm data store was already initialized.
11-30 15:17:50.615 23817 23817 I Finsky  : [2] vfb.a(1): Warm data store was already initialized.
11-30 15:17:50.658 23817 23817 I Finsky  : [2] jvi.<init>(18): Initializing pausers from value store.
11-30 15:17:50.659 23817 23817 I Finsky  : [2] jvi.<init>(21): Get the following callers from value store [].
11-30 15:17:50.668 24469 24469 W zygote  : JIT profile information will not be recorded: profile file does not exits.
11-30 15:17:50.705  2985  5084 D PackageManager: setEnabledSetting : userId = 0 packageName = com.microsoft.office.powerpoint cmp = androidx.work.impl.background.systemjob.SystemJobService newState = 1 callingPackage = 10011/com.microsoft.office.powerpoint
11-30 15:17:50.720 23817 23817 I Finsky  : [2] gjn.onSubscriptionsChanged(1): onSubscriptionsChanged
11-30 15:17:50.738 23817 23817 I zygote  : Rejecting re-init on previously-failed class java.lang.Class<ezs>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/content/pm/dex/ArtManager$SnapshotRuntimeProfileCallback;
11-30 15:17:50.738 23817 23817 I zygote  :   at adcj plt.c() (PG:2)
11-30 15:17:50.738 23817 23817 I zygote  :   at adco esb.a(java.lang.Object) (PG:32)
11-30 15:17:50.738 23817 23817 I zygote  :   at java.lang.Object adaz.c(java.lang.Object, java.lang.Object) (PG:2)
11-30 15:17:50.738 23817 23817 I zygote  :   at void adbb.run() (PG:9)
11-30 15:17:50.738 23817 23817 I zygote  :   at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:790)
11-30 15:17:50.738 23817 23817 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:99)
11-30 15:17:50.738 23817 23817 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:17:50.738 23817 23817 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:17:50.738 23817 23817 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:17:50.738 23817 23817 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:17:50.738 23817 23817 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:17:50.738 23817 23817 I zygote  : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.content.pm.dex.ArtManager$SnapshotRuntimeProfileCallback" on path: DexPathList[[zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk"],nativeLibraryDirectories=[/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/lib/arm, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
11-30 15:17:50.738 23817 23817 I zygote  :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
11-30 15:17:50.738 23817 23817 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
11-30 15:17:50.738 23817 23817 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-30 15:17:50.738 23817 23817 I zygote  :   at adcj plt.c() (PG:2)
11-30 15:17:50.738 23817 23817 I zygote  :   at adco esb.a(java.lang.Object) (PG:32)
11-30 15:17:50.738 23817 23817 I zygote  :   at java.lang.Object adaz.c(java.lang.Object, java.lang.Object) (PG:2)
11-30 15:17:50.738 23817 23817 I zygote  :   at void adbb.run() (PG:9)
11-30 15:17:50.738 23817 23817 I zygote  :   at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:790)
11-30 15:17:50.738 23817 23817 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:99)
11-30 15:17:50.738 23817 23817 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:17:50.739 23817 23817 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:17:50.739 23817 23817 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:17:50.739 23817 23817 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:17:50.739 23817 23817 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:17:50.739 23817 23817 I zygote  : 
11-30 15:17:50.739 23817 23817 I zygote  : Rejecting re-init on previously-failed class java.lang.Class<ezs>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/content/pm/dex/ArtManager$SnapshotRuntimeProfileCallback;
11-30 15:17:50.739 23817 23817 I zygote  :   at adcj plt.c() (PG:2)
11-30 15:17:50.739 23817 23817 I zygote  :   at adco esb.a(java.lang.Object) (PG:32)
11-30 15:17:50.739 23817 23817 I zygote  :   at java.lang.Object adaz.c(java.lang.Object, java.lang.Object) (PG:2)
11-30 15:17:50.739 23817 23817 I zygote  :   at void adbb.run() (PG:9)
11-30 15:17:50.739 23817 23817 I zygote  :   at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:790)
11-30 15:17:50.739 23817 23817 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:99)
11-30 15:17:50.739 23817 23817 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:17:50.739 23817 23817 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:17:50.739 23817 23817 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:17:50.739 23817 23817 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:17:50.739 23817 23817 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:17:50.739 23817 23817 I zygote  : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.content.pm.dex.ArtManager$SnapshotRuntimeProfileCallback" on path: DexPathList[[zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk"],nativeLibraryDirectories=[/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/lib/arm, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
11-30 15:17:50.739 23817 23817 I zygote  :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
11-30 15:17:50.739 23817 23817 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
11-30 15:17:50.739 23817 23817 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-30 15:17:50.739 23817 23817 I zygote  :   at adcj plt.c() (PG:2)
11-30 15:17:50.739 23817 23817 I zygote  :   at adco esb.a(java.lang.Object) (PG:32)
11-30 15:17:50.739 23817 23817 I zygote  :   at java.lang.Object adaz.c(java.lang.Object, java.lang.Object) (PG:2)
11-30 15:17:50.739 23817 23817 I zygote  :   at void adbb.run() (PG:9)
11-30 15:17:50.739 23817 23817 I zygote  :   at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:790)
11-30 15:17:50.739 23817 23817 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:99)
11-30 15:17:50.739 23817 23817 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:17:50.739 23817 23817 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:17:50.739 23817 23817 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:17:50.740 23817 23817 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:17:50.740 23817 23817 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:17:50.740 23817 23817 I zygote  : 
11-30 15:17:50.750 23817 23817 I Finsky  : [2] jpm.P(1): Installer: Installer kick - no action, not running yet
11-30 15:17:50.756 24438 24494 I FirebaseInitializer: Firebase initialization complete
11-30 15:17:50.777 23817 23828 I zygote  : Background concurrent copying GC freed 63160(4MB) AllocSpace objects, 18(856KB) LOS objects, 50% free, 7MB/15MB, paused 629us total 218.071ms
11-30 15:17:50.778  2985  5091 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.microsoft.office.powerpoint user:150
11-30 15:17:50.787  2985  5091 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:17:50.787  2985  5091 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.microsoft.office.powerpoint user:150
11-30 15:17:50.789  2985  5091 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:17:50.808 23817 24243 D NetworkSecurityConfig: No Network Security Config specified, using platform default
11-30 15:17:50.822 24514 24514 I Zygote  : Unshare entire /
11-30 15:17:50.827 24514 24514 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:17:50.828 24514 24514 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:17:50.828 24514 24514 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:17:50.828 24514 24514 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:17:50.828 24514 24514 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:17:50.828 24514 24514 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:17:50.828 24514 24514 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:17:50.828 24514 24514 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:17:50.828 24514 24514 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:17:50.835 23817 24243 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:17:50.835 23817 24243 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:17:50.836 24514 24514 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:50.836 23817 23817 I Finsky  : [2] pob.onStartJob(3): SCH: job service start with id 9479.
11-30 15:17:50.837 24514 24514 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c662,c768, pkgname=com.microsoft.office.powerpoint 
11-30 15:17:50.845  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:17:50.856 23817 23817 I Finsky  : [2] pob.onStartJob(3): SCH: job service start with id 9480.
11-30 15:17:50.928 23817 24504 I Finsky  : [43763] hsh.g(1): getDownloads()
11-30 15:17:50.986 23817 24414 I Finsky  : [43730] pmq.a(105): SCH: Satisfied jobs for 9479 are: 10-33
11-30 15:17:50.993  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010011 ,Container id: 150
11-30 15:17:51.037  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010011 ,Container id: 150
11-30 15:17:51.037  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:17:51.038  2985  2996 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:17:51.042  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010011 ,Container id: 150
11-30 15:17:51.043  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010011 ,Container id: 150
11-30 15:17:51.043  2985  3612 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:17:51.043  2985  3612 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:17:51.046 24514 24514 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:51.070 24469 24469 I GoogleHttpClient: GMS http client unavailable, use old client
11-30 15:17:51.086 23817 24531 I Finsky  : [43768] vfb.a(1): Warm data store was already initialized.
11-30 15:17:51.095 21790 21790 I Finsky:background: [2] kmm.onCreate(2): IPC-SERVER: Starting gRPC host service...
11-30 15:17:51.115 23817 24414 I Finsky  : [43730] pmq.a(105): SCH: Satisfied jobs for 9480 are: 10-33, 29-29
11-30 15:17:51.126 23817 24531 W Finsky  : [43768] oqi.g(3): RM: Attempting to inject rollback service before Android Q
11-30 15:17:51.129 24514 24514 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010011
11-30 15:17:51.130 24514 24514 D Proxy   : mdoP is null: 15010011
11-30 15:17:51.148 23817 24531 I Finsky  : [43768] vfb.a(1): Warm data store was already initialized.
11-30 15:17:51.185  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:51.185  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:51.185  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:51.220  2985  5084 D PackageManager: setEnabledSetting : userId = 0 packageName = com.microsoft.office.powerpoint cmp = androidx.work.impl.background.systemalarm.RescheduleReceiver newState = 1 callingPackage = 10011/com.microsoft.office.powerpoint
11-30 15:17:51.233 23817 24531 I Finsky  : [43768] pgo.accept(28): SCH: Job 10-33 starting
11-30 15:17:51.236  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:17:51.236  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:17:51.236  2985  5084 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:51.250 23817 24531 I Finsky  : [43768] pgo.accept(28): SCH: Job 29-29 starting
11-30 15:17:51.268 23817 24535 W zygote  : Verification of void gco.run() took 136.651ms
11-30 15:17:51.277 21790 24545 I Finsky:background: [43595] hqb.f(1): getDownloads()
11-30 15:17:51.295 24514 24514 I MAMInfo : MAMInfo initialized. Debug=false, Agent=PRODUCTION, ManagedDialogDisabled=false, PolicyRequired=false, MultiIdentityEnabled=true, FullBackupContent=true, UseDefaultEnrollment=false, ExceptionOnInit=false, Debuggable=false
11-30 15:17:51.302 23817 24543 I zygote  : Deoptimizing int afcg.c() due to JIT inline cache
11-30 15:17:51.303 23817 24543 I zygote  : Deoptimizing java.lang.Object afcg.W(afew, afco) due to JIT inline cache
11-30 15:17:51.316 23817 24391 I Finsky  : [43726] hsh.g(1): getDownloads()
11-30 15:17:51.320 21790 24545 I Finsky:background: [43595] hqb.f(1): getDownloads()
11-30 15:17:51.385 23817 23817 I Finsky  : [2] AutoUpdateHygieneJob.a(8): AU2: hygiene task started
11-30 15:17:51.395 23817 24411 I Finsky  : [43729] slz.q(6): Created new item store.
11-30 15:17:51.410 23617 23617 I Finsky  : [2] pob.onStartJob(3): SCH: job service start with id 9775.
11-30 15:17:51.435 23817 24391 I Finsky  : [43726] pmg.accept(69): SCH: Scheduling phonesky job Id: 29-29, CT: 1638260268313, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }]
11-30 15:17:51.437 23817 24500 I Finsky  : [43762] jox.run(20): Installer: Installer starting
11-30 15:17:51.437 23817 24500 I Finsky  : [43762] jox.run(22): Installer: Installer started
11-30 15:17:51.449 23817 24554 I Finsky  : [43775] tjk.f(0): ProcessRecoveryLogsUtil: No files in recovery directory
11-30 15:17:51.450 23817 24554 I Finsky  : [43775] pmo.s(4): SCH: jobFinished: 29-29. TimeElapsed: 34ms.
11-30 15:17:51.476 23817 23817 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=false, apps=[]
11-30 15:17:51.556 23817 24556 I Finsky  : [43776] jss.a(101): IV2: found recoverable installs: []
11-30 15:17:51.569 23817 24411 I Finsky  : [43729] pgq.apply(52): SCH: Scheduling 0 system job(s)
11-30 15:17:51.569 23817 23817 I zygote  : Deoptimizing java.lang.Object j$.util.AbstractList$RandomAccessSpliterator.get(java.util.List, int) due to JIT inline cache
11-30 15:17:51.570  2985  2996 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.microsoft.office.powerpoint user:0
11-30 15:17:51.570  2985  2996 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:17:51.570  2985  2996 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.microsoft.office.powerpoint user:0
11-30 15:17:51.570  2985  2996 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:17:51.581 24560 24560 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:17:51.582 24514 24514 I ApplicationUtils: Application process name com.microsoft.office.powerpoint
11-30 15:17:51.583 24514 24565 I FirebaseInitializer: Firebase initialization start
11-30 15:17:51.583 24560 24560 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:51.584 24514 24565 D ApplicationUtils: Primary process for app = com.microsoft.office.powerpoint
11-30 15:17:51.584 24560 24560 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.microsoft.office.powerpoint:remote 
11-30 15:17:51.586 24514 24514 I TelemetryManager: Initalizing Android early telemetry
11-30 15:17:51.592 24514 24565 W ComponentDiscovery: Class com.google.firebase.dynamicloading.DynamicLoadingRegistrar is not an found.
11-30 15:17:51.601 24514 24565 I FirebaseApp: Device unlocked: initializing all Firebase APIs for app [DEFAULT]
11-30 15:17:51.607 24438 24496 W CryptoUtils: Error occurred in Decryption. Falling back to Old Decryption Algo. [ Error: BadPaddingException]
11-30 15:17:51.608  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:17:51.608  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:17:51.608  2985  3612 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:51.613  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:17:51.613  2985  3612 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:51.617 24514 24565 I FirebaseInitializer: Firebase initialization complete
11-30 15:17:51.620  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:17:51.620  2985  3612 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:51.624  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:17:51.625  2985  3612 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:51.630  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:17:51.631  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:17:51.631  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:51.636  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:17:51.636  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:51.638 24514 24514 D TSLTokenProviderImpl: Not initializing Token Share Manager, as app is never launched so far
11-30 15:17:51.642  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:17:51.642  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:51.646  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10011 ,Container id: 0
11-30 15:17:51.647  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:51.652 24560 24560 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:51.670  2985  3612 D PackageManager: setEnabledSetting : userId = 150 packageName = com.microsoft.office.powerpoint cmp = com.microsoft.android.crosssell.activities.WordCrossSellHandlerActivity newState = 2 callingPackage = 15010011/com.microsoft.office.powerpoint
11-30 15:17:51.671  2985  3612 D PackageManager: setEnabledSetting : userId = 150 packageName = com.microsoft.office.powerpoint cmp = com.microsoft.android.crosssell.activities.ExcelCrossSellHandlerActivity newState = 2 callingPackage = 15010011/com.microsoft.office.powerpoint
11-30 15:17:51.672  2985  3612 D PackageManager: setEnabledSetting : userId = 150 packageName = com.microsoft.office.powerpoint cmp = com.microsoft.android.crosssell.activities.PdfCrossSellHandlerActivity newState = 2 callingPackage = 15010011/com.microsoft.office.powerpoint
11-30 15:17:51.686 23617 23662 I Finsky  : [43719] pmq.a(105): SCH: Satisfied jobs for 9775 are: 12-1
11-30 15:17:51.710  2985  3002 I zygote  : Successfully killed process cgroup uid 15010011 pid 22594 in 24ms
11-30 15:17:51.721 24560 24560 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10011
11-30 15:17:51.722 24560 24560 D Proxy   : mdoP is null: 10011
11-30 15:17:51.732 23817 23817 I Finsky  : [2] qnp.a(1): Connecting InstallListener to SplitInstallService broadcaster...
11-30 15:17:51.755 24560 24560 I MAMInfo : MAMInfo initialized. Debug=false, Agent=PRODUCTION, ManagedDialogDisabled=false, PolicyRequired=false, MultiIdentityEnabled=true, FullBackupContent=true, UseDefaultEnrollment=false, ExceptionOnInit=false, Debuggable=false
11-30 15:17:51.803 23617 24588 I Finsky  : [43815] pgo.accept(28): SCH: Job 12-1 starting
11-30 15:17:51.818 23617 23617 I Finsky  : [2] ContentSyncJob.x(1): [ContentSync] job started
11-30 15:17:51.878  2985  3070 W Choreographer: Frame time is 2.840578 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:17:51.907  2985  5091 D PackageManager: setEnabledSetting : userId = 150 packageName = com.microsoft.office.powerpoint cmp = androidx.work.impl.background.systemjob.SystemJobService newState = 1 callingPackage = 15010011/com.microsoft.office.powerpoint
11-30 15:17:51.907 24560 24560 I ApplicationUtils: Application process name com.microsoft.office.powerpoint:remote
11-30 15:17:51.908 24560 24602 I FirebaseInitializer: Firebase initialization start
11-30 15:17:51.910 24560 24602 D ApplicationUtils: Primary process for app = com.microsoft.office.powerpoint
11-30 15:17:51.910 24560 24602 I FirebaseInitializer: Not initializing from non primary process com.microsoft.office.powerpoint:remote
11-30 15:17:51.911 24560 24560 I TelemetryManager: Initalizing Android early telemetry
11-30 15:17:51.916 24560 24560 D TSLTokenProviderImpl: Initializing Token Share Manager
11-30 15:17:51.918 24560 24560 D TSLTokenProviderImpl: Check if this IsTSLDebugMode
11-30 15:17:51.918 24560 24560 D TokenSharingManager_v1.6.2: Library works in release mode
11-30 15:17:51.919  2985  3002 E zygote  : Failed to kill process cgroup uid 10011 pid 22556 in 208ms, 1 processes remain
11-30 15:17:51.930  2985  3612 D PackageManager: setEnabledSetting : userId = 0 packageName = com.microsoft.office.powerpoint cmp = androidx.work.impl.background.systemjob.SystemJobService newState = 1 callingPackage = 10011/com.microsoft.office.powerpoint
11-30 15:17:52.078 24560 24560 I WM-RemoteWorkerService: Binding to RemoteWorkerService
11-30 15:17:52.089 24560 24574 D BackgroundTaskWorker: BackgroundTaskHost worker started
11-30 15:17:52.090 24560 24574 D BackgroundTaskWorker: BackgroundTaskHost worker completed
11-30 15:17:52.097  2985  3002 W zygote  : Failed to open process cgroup uid 99494 pid 22978: No such file or directory
11-30 15:17:52.097  2985  3002 E zygote  : Error encountered killing process cgroup uid 99494 pid 22978: No such file or directory
11-30 15:17:52.101 24438 24542 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=fa46bfd5-0030-4ac8-95f0-ffdce252ae68, tags={ com.microsoft.office.BackgroundTaskHost.BackgroundTaskWorker } ]
11-30 15:17:52.104  2985  5084 D PackageManager: setEnabledSetting : userId = 0 packageName = com.microsoft.office.powerpoint cmp = androidx.work.impl.background.systemalarm.RescheduleReceiver newState = 2 callingPackage = 10011/com.microsoft.office.powerpoint
11-30 15:17:52.110 24560 24604 W CryptoUtils: Error occurred in Decryption. Falling back to Old Decryption Algo. [ Error: BadPaddingException]
11-30 15:17:52.122  2985  3070 W Choreographer: Frame time is 9.992547 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:17:52.185  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:52.185  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:52.185  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:52.305  2985  3002 E zygote  : Failed to kill process cgroup uid 10227 pid 22819 in 207ms, 1 processes remain
11-30 15:17:52.305  2985  3002 I zygote  : Successfully killed process cgroup uid 10115 pid 22958 in 0ms
11-30 15:17:53.185  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:53.185  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:53.185  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:53.602  2985  3070 I Choreographer: Skipped 88 frames!  The application may be doing too much work on its main thread.
11-30 15:17:54.185  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:54.186  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:54.186  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:54.246 19115 19269 W A       : Task Watchdog was queued for 1359ms before starting on executor TimerThread
11-30 15:17:54.562  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 7 99 -7 -200 -7 -200 -1 12 -99 -10 -20 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:17:54.562  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:17:54.578  6077  6077 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.pseudonymous.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:17:54.586 14965 14965 I Finsky  : [2] pob.onStartJob(3): SCH: job service start with id 9015.
11-30 15:17:54.884 14965 23875 I Finsky  : [43433] pmq.a(105): SCH: Satisfied jobs for 9015 are: 12-1
11-30 15:17:54.886 14965 24275 I Finsky  : [43445] pgo.accept(28): SCH: Job 12-1 starting
11-30 15:17:54.887 14965 14965 I Finsky  : [2] ContentSyncJob.x(1): [ContentSync] job started
11-30 15:17:54.993 14965 24220 I Finsky  : [43444] zr.s(1): Completed 0 account content syncs with 0 successful.
11-30 15:17:54.993 14965 14965 I Finsky  : [2] ContentSyncJob.a(1): [ContentSync] Installation state replication succeeded.
11-30 15:17:54.994 14965 14965 I Finsky  : [2] pmo.s(4): SCH: jobFinished: 12-1. TimeElapsed: 107ms.
11-30 15:17:55.072  2985  2996 D PackageManager: setEnabledSetting : userId = 150 packageName = com.microsoft.office.powerpoint cmp = androidx.work.impl.background.systemalarm.RescheduleReceiver newState = 1 callingPackage = 15010011/com.microsoft.office.powerpoint
11-30 15:17:55.155  2985  2995 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.rubin.app user:0
11-30 15:17:55.155  2985  2995 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:17:55.155  2985  2995 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.rubin.app user:0
11-30 15:17:55.155  2985  2995 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:17:55.169 24628 24628 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:17:55.171 24628 24628 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:55.172 24628 24628 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.android.rubin.app 
11-30 15:17:55.186  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:55.186  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:55.186  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:55.200  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5010 ,Container id: 0
11-30 15:17:55.200  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5010 ,Container id: 0
11-30 15:17:55.200  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:55.206  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5010 ,Container id: 0
11-30 15:17:55.206  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5010 ,Container id: 0
11-30 15:17:55.206  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:55.211 24628 24628 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:55.254 24628 24628 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 5010
11-30 15:17:55.254 24628 24628 D Proxy   : mdoP is null: 5010
11-30 15:17:55.287 14965 15043 I Finsky  : [43189] pmg.accept(69): SCH: Scheduling phonesky job Id: 1-1337, CT: 1638256269428, Constraints: [{ L: 42986252, D: 86186252, C: 1, I: 1, N: 1 }]
11-30 15:17:55.307  2985  3002 I zygote  : Successfully killed process cgroup uid 10002 pid 23421 in 15ms
11-30 15:17:55.350 14965 15251 I Finsky  : [43233] nem.run(5): Session for com.sec.spp.push already exists, skipping creation
11-30 15:17:55.391  2985  3002 I zygote  : Successfully killed process cgroup uid 11193 pid 23219 in 84ms
11-30 15:17:55.536  2985  2994 I zygote  : Background concurrent copying GC freed 497426(22MB) AllocSpace objects, 137(3MB) LOS objects, 22% free, 83MB/107MB, paused 361us total 765.088ms
11-30 15:17:55.585  2985  3070 W Choreographer: Frame time is 6.284097 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:17:55.605 23817 23817 I Finsky  : [2] ffa.b(34): AU2: Successfully cleaned-up UpdateFailureHistory
11-30 15:17:55.614 15154 15154 I Finsky:background: [2] kmm.onCreate(2): IPC-SERVER: Starting gRPC host service...
11-30 15:17:55.647 14965 15041 I Finsky  : [43191] pgq.apply(52): SCH: Scheduling 1 system job(s)
11-30 15:17:55.647 14965 15041 I Finsky  : [43191] pgq.apply(58): SCH: Scheduling system job Id: 9018, L: 38980033, D: 82180033, C: false, I: false, N: 1
11-30 15:17:55.656 15154 24646 I Finsky:background: [43272] hqb.c(12): enqueue(request_id=533, files_to_download=1, context[group_id=com.sec.spp.push], display_data[invisible=false, title=Samsung Push Service], network_restrictions=1)
11-30 15:17:55.702  2985  3614 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.microsoft.office.powerpoint user:150
11-30 15:17:55.704  2985  3614 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:17:55.704  2985  3614 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.microsoft.office.powerpoint user:150
11-30 15:17:55.706  2985  3614 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:17:55.718 24652 24652 I Zygote  : Unshare entire /
11-30 15:17:55.729 24652 24652 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:17:55.729 24652 24652 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:17:55.729 24652 24652 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:17:55.729 24652 24652 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:17:55.729 24652 24652 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:17:55.729 24652 24652 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:17:55.730 24652 24652 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:17:55.730 24652 24652 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:17:55.730 24652 24652 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:17:55.732 24652 24652 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:55.733 24652 24652 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c662,c768, pkgname=com.microsoft.office.powerpoint:remote 
11-30 15:17:55.745  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:17:55.745  2985  2985 I MotionRecognitionService: Plugged
11-30 15:17:55.745  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:17:55.745  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:17:55.746  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:17:55.746  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:17:55.747  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:17:55.762  2985  5083 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010011 ,Container id: 150
11-30 15:17:55.762  2985  5083 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010011 ,Container id: 150
11-30 15:17:55.763  2985  5083 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:17:55.763  2985  5083 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:17:55.766  2985  5083 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010011 ,Container id: 150
11-30 15:17:55.766  2985  5083 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010011 ,Container id: 150
11-30 15:17:55.766  2985  5083 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:17:55.766  2985  5083 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:17:55.768 24560 24560 I CXA_THROW: RegisterTerminateHandler: Try to register TerminateHandler.
11-30 15:17:55.768 24560 24560 I CXA_THROW: RegisterTerminateHandler: Complete registration of TerminateHandler.
11-30 15:17:55.768 24652 24652 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:55.769 24560 24560 I Registry:  init - START
11-30 15:17:55.772 24560 24560 I RegistryDBUtilities: Registry Database is disabled.
11-30 15:17:55.772 24560 24560 I Registry:  initFile - START
11-30 15:17:55.784  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:17:55.785  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:17:55.787  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:17:55.787  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:17:55.787  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:17:55.793 24652 24652 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010011
11-30 15:17:55.794 24652 24652 D Proxy   : mdoP is null: 15010011
11-30 15:17:55.798 14965 24275 I Finsky  : [43445] pob.a(16): SCH: job service finished with id 9015.
11-30 15:17:55.800 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:17:55.807 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:17:55.808 15154 24668 I Finsky:background: [43274] gef.X(3): Broadcasting <533:QUEUED with WAITING_FOR_START:0%[0%]>.
11-30 15:17:55.814  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:55.814  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 1 line
11-30 15:17:55.814  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:55.814 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:17:55.814  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:55.814 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:17:55.814  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:55.815  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:55.816  2985  5083 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:55.818  2985  5083 I chatty  : uid=1000(system) Binder:2985_15 identical 7 lines
11-30 15:17:55.818  2985  5083 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:55.819 24652 24652 I MAMInfo : MAMInfo initialized. Debug=false, Agent=PRODUCTION, ManagedDialogDisabled=false, PolicyRequired=false, MultiIdentityEnabled=true, FullBackupContent=true, UseDefaultEnrollment=false, ExceptionOnInit=false, Debuggable=false
11-30 15:17:55.821 23617 23617 I Finsky  : [2] pob.onStartJob(3): SCH: job service start with id 9737.
11-30 15:17:55.842 24652 24652 I ApplicationUtils: Application process name com.microsoft.office.powerpoint:remote
11-30 15:17:55.844 24652 24673 I FirebaseInitializer: Firebase initialization start
11-30 15:17:55.845 24652 24673 D ApplicationUtils: Primary process for app = com.microsoft.office.powerpoint
11-30 15:17:55.845 24652 24673 I FirebaseInitializer: Not initializing from non primary process com.microsoft.office.powerpoint:remote
11-30 15:17:55.847  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:55.847  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 1 line
11-30 15:17:55.847  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:55.847 24652 24652 I TelemetryManager: Initalizing Android early telemetry
11-30 15:17:55.847  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:55.851  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 7 lines
11-30 15:17:55.851  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:55.852 24652 24652 D TSLTokenProviderImpl: Not initializing Token Share Manager, as app is never launched so far
11-30 15:17:55.864  2985  5083 D PackageManager: setEnabledSetting : userId = 150 packageName = com.microsoft.office.powerpoint cmp = androidx.work.impl.background.systemjob.SystemJobService newState = 1 callingPackage = 15010011/com.microsoft.office.powerpoint
11-30 15:17:55.870 24652 24652 I WM-RemoteWorkerService: Binding to RemoteWorkerService
11-30 15:17:55.879 24652 24667 D BackgroundTaskWorker: BackgroundTaskHost worker started
11-30 15:17:55.880 24652 24667 D BackgroundTaskWorker: BackgroundTaskHost worker completed
11-30 15:17:55.890 24514 24641 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=354cb691-243b-4bf6-a19b-8dbd284d075b, tags={ com.microsoft.office.BackgroundTaskHost.BackgroundTaskWorker } ]
11-30 15:17:55.893  2985  2995 D PackageManager: setEnabledSetting : userId = 150 packageName = com.microsoft.office.powerpoint cmp = androidx.work.impl.background.systemalarm.RescheduleReceiver newState = 2 callingPackage = 15010011/com.microsoft.office.powerpoint
11-30 15:17:55.917 23617 23662 I Finsky  : [43719] pmq.a(105): SCH: Satisfied jobs for 9737 are: 29-29
11-30 15:17:55.994  2985  5083 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:55.994  2985  5083 I chatty  : uid=1000(system) Binder:2985_15 identical 1 line
11-30 15:17:55.994  2985  5083 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:55.995  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:55.995  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 1 line
11-30 15:17:55.995  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.009  2985  2995 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:17:56.009  2985  2995 D API test: getContainerInfo: value is 150,1359085664
11-30 15:17:56.017  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.017  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 1 line
11-30 15:17:56.017  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.018  2985  2995 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:17:56.018  2985  2995 D API test: getContainerInfo: value is 150,1359085664
11-30 15:17:56.018  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.019  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 4 lines
11-30 15:17:56.019  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.020  2985  5083 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.021  2985  5083 I chatty  : uid=1000(system) Binder:2985_15 identical 4 lines
11-30 15:17:56.021  2985  5083 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.023  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.024  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 4 lines
11-30 15:17:56.024  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.031 24560 24560 I Registry:  initFile - END
11-30 15:17:56.043  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:17:56.043  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:17:56.043  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:17:56.054 15154 15154 I Finsky:background: [2] DownloadService.onStartCommand(2): DownloadService is getting started sticky with notification.
11-30 15:17:56.117 23817 23822 I zygote  : Do full code cache collection, code=250KB, data=158KB
11-30 15:17:56.118 23817 23822 I zygote  : After code cache collection, code=219KB, data=129KB
11-30 15:17:56.136 24560 24560 I Registry:  Store Type: FILE
11-30 15:17:56.136 24560 24560 I Registry:  init - END
11-30 15:17:56.173 24628 24628 D BixbyApi_0.2.7: isBixbySupported:false
11-30 15:17:56.174  2985  3000 W ResourceType: ResTable_typeSpec entry count inconsistent: given 141, previously 169
11-30 15:17:56.186  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:56.186  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:56.186  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:56.187 24628 24628 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:17:56.237 23617 23629 I zygote  : Background concurrent copying GC freed 151340(7MB) AllocSpace objects, 18(1020KB) LOS objects, 49% free, 10MB/20MB, paused 284us total 237.555ms
11-30 15:17:56.261  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = android,userId = 150
11-30 15:17:56.261  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:17:56.262  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = android,userId = 0
11-30 15:17:56.262  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:17:56.269 24628 24628 I Rubin   : [2] RubinManager.enableRubinService(RubinManager.java:131) : Enabling Rubin :: FLAG - needNewId : false, needChangeStatus : false
11-30 15:17:56.270 15154 24668 I Finsky:background: [43274] gef.X(3): Broadcasting <533:RUNNING:0%[0%]>.
11-30 15:17:56.272 24628 24628 I Rubin   : [2] SAccountManager.addJob(SAccountManager.java:62) : type = type_auth
11-30 15:17:56.273 24628 24687 I Rubin   : [43824] AuthManager.requestAccessToken(AuthManager.java:90) : requestAccessToken(): false
11-30 15:17:56.278  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.278  2985  2985 I chatty  : uid=1000 system_server identical 1 line
11-30 15:17:56.278  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.281 24628 24687 I Rubin   : [43824] AuthManager.refreshAccessToken(AuthManager.java:119) : REFRESH ACCESS TOKEN for Thread :: 43824 with tid 7992498383
11-30 15:17:56.283 24628 24688 I Rubin   : [43825] AuthManager$RefreshTokenTask.run(AuthManager.java:141) : ======================doRefreshAccessTokenTask======================
11-30 15:17:56.283  2985  2985 D AudioService: isEnabled
11-30 15:17:56.286  2985  3614 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.osp.app.signin user:0
11-30 15:17:56.286  2985  3614 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:17:56.286  2985  3614 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.osp.app.signin user:0
11-30 15:17:56.286  2985  3614 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:17:56.298  2985  4102 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.298  2985  4102 I chatty  : uid=1000(system) Binder:2985_F identical 1 line
11-30 15:17:56.298  2985  4102 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.298 24689 24689 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:17:56.300  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:17:56.300  2985  4102 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.300  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:17:56.300  2985  4102 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.300  2985  4102 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.300  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:17:56.300  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:17:56.300 24628 24688 I Rubin   : [43825] AuthTokenTask.prepareTask(AuthTokenTask.java:131) : bind result : true
11-30 15:17:56.301 24689 24689 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:56.302 24689 24689 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.osp.app.signin 
11-30 15:17:56.302  2985  3615 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.304  2985  3615 I chatty  : uid=1000(system) Binder:2985_A identical 7 lines
11-30 15:17:56.304  2985  3615 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.305  2985  2996 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.305  2985  2996 I chatty  : uid=1000(system) Binder:2985_2 identical 1 line
11-30 15:17:56.305  2985  2996 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.306  2985  3615 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.306  2985  3615 I chatty  : uid=1000(system) Binder:2985_A identical 1 line
11-30 15:17:56.306  2985  3615 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.308  2985  5083 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.309  2985  5083 I chatty  : uid=1000(system) Binder:2985_15 identical 4 lines
11-30 15:17:56.309  2985  5083 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.322  2985  3612 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:17:56.322  2985  3612 D API test: getContainerInfo: value is 150,1359085664
11-30 15:17:56.322  2985  3612 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:17:56.322  2985  3612 D API test: getContainerInfo: value is 150,1359085664
11-30 15:17:56.407 15059 15059 I Finsky:background: [2] kmm.onDestroy(8): IPC-SERVER: Stopping gRPC host service...
11-30 15:17:56.413 23817 23822 I zygote  : Do partial code cache collection, code=238KB, data=146KB
11-30 15:17:56.414 23817 23822 I zygote  : After code cache collection, code=238KB, data=146KB
11-30 15:17:56.414 23817 23822 I zygote  : Increasing code cache capacity to 1024KB
11-30 15:17:56.424  3510  3510 D StatusBar: addNotification key=150|com.android.vending|-56862258|null|15010040 fullscreen:false
11-30 15:17:56.460 24560 24704 I CompArchiveExtraction: /data/user/0/com.microsoft.office.powerpoint/files/data/tmp/l_intl.nls_6.tmp => /data/user/0/com.microsoft.office.powerpoint/files/data/l_intl.nls file exists true
11-30 15:17:56.461  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.462  2985  2985 I chatty  : uid=1000 system_server identical 1 line
11-30 15:17:56.463  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.492 24560 24705 I CompArchiveExtraction: /data/user/0/com.microsoft.office.powerpoint/files/data/tmp/locale.nls_7.tmp => /data/user/0/com.microsoft.office.powerpoint/files/data/locale.nls file exists true
11-30 15:17:56.497 24560 24709 I CompArchiveExtraction: /data/user/0/com.microsoft.office.powerpoint/files/data/tmp/c_1252.nls_8.tmp => /data/user/0/com.microsoft.office.powerpoint/files/data/c_1252.nls file exists true
11-30 15:17:56.520 14965 14965 I Finsky  : [2] fjo.b(59): Installer::IT: Sending Resource Request for com.sec.spp.push (downloadid: com.sec.spp.push)
11-30 15:17:56.748  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10047 ,Container id: 0
11-30 15:17:56.748  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10047 ,Container id: 0
11-30 15:17:56.748  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:56.752  2985  4102 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10047 ,Container id: 0
11-30 15:17:56.752  2985  4102 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10047 ,Container id: 0
11-30 15:17:56.752  2985  4102 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:56.756 24689 24689 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:56.798  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:17:56.799 24652 24652 I CXA_THROW: RegisterTerminateHandler: Try to register TerminateHandler.
11-30 15:17:56.799 24652 24652 I CXA_THROW: RegisterTerminateHandler: Complete registration of TerminateHandler.
11-30 15:17:56.800 24652 24652 I Registry:  init - START
11-30 15:17:56.809 24652 24652 I RegistryDBUtilities: Registry Database is disabled.
11-30 15:17:56.809 24652 24652 I Registry:  initFile - START
11-30 15:17:56.864 24689 24689 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10047
11-30 15:17:56.865 24689 24689 D Proxy   : mdoP is null: 10047
11-30 15:17:56.868 14965 14965 W Finsky  : [2] ejg.f(3): No LoggingContext in the bundle, which breaks event chain!. Creating a new logging context.
11-30 15:17:56.869 14965 14965 I Finsky  : [2] NotificationReceiver.c(29): Does nothing for notification type 1.
11-30 15:17:56.923  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.923  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:17:56.923  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.923  2985  2985 D AudioService: isEnabled
11-30 15:17:56.924  2985  2996 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:17:56.925  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:17:56.926  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.926  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:17:56.926  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:56.926  2985  2985 D AudioService: isEnabled
11-30 15:17:56.931  3510  3510 D StatusBar: addNotification key=150|com.android.vending|-56862258|null|15010040 fullscreen:false
11-30 15:17:56.940 14965 14965 I Finsky  : [2] mmw.accept(231): Does nothing for notification type 1.
11-30 15:17:56.943  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:17:56.944  3510  3510 D StatusBar: addNotification key=150|com.android.vending|-56862258|null|15010040 fullscreen:false
11-30 15:17:56.956  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:17:56.966 15154 24708 I Finsky:background: [43277] hrp.f(2): Writing task has started.
11-30 15:17:56.966 15154 24707 I Finsky:background: [43276] hrp.e(2): Reading task has started.
11-30 15:17:56.967 15154 24707 I Finsky:background: [43276] hrp.e(19): Open stream from https://play.googleapis.com/download/by-token/download?token=AOTCm0SJbOdRxE7VZOxXhZBxpg-zZvdm78gmlDW0dq0IJBjrYuyf_r1Qskx1pA6OEM31lFKX2ECN1-s31HA3_hqZ0bFekYSDSFhWIXJV1zt_Cph5JkgaLXLrg9CB6G-CMirabAcbKv8PyD3t9lZCRxIrpmxpJI01km3QOiKuRO_OZoovKcbpcHnh9jMu1g9ox2UnIi6ymYNuSLDmhLS0WQXbeFBeL7csyCsEd2aoCHurkQKwDqGehetlkMODxABcIrhHQG9opHJ08kCqEwkf_dwyEQ08TjWTY7teF2HIRbCSQ6_MML6-uZtLuKZ7zg-9qn9lC1jF8CoeBzER9fZrtgSHrJLjTuvNFOrQI40waA9ChkJPadjVkxCcP8H3zjJAJ3CBCx8YU7cfTlpEF9arjR2HuIwJup1AY6CQjrC5TOOIVBSjWG8&cpn=O5Vp_bJJJXJWhEwE&isid=Lu39pmFtQgKohSYLQf0B3g&isbg=1&server=boq [byteRangeStart=0-byteRangeStop=0]
11-30 15:17:56.969 15154 24707 D akqj    : setConnectTimeout is not supported by CronetHttpURLConnection
11-30 15:17:56.993 24652 24652 I Registry:  initFile - END
11-30 15:17:57.025  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:17:57.025  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:17:57.034  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:17:57.047 15154 15169 I zygote  : Background concurrent copying GC freed 4155(361KB) AllocSpace objects, 2(104KB) LOS objects, 49% free, 1980KB/3MB, paused 212us total 735.762ms
11-30 15:17:57.067 24689 24689 I SA      : [Relay/SSP] onCreated
11-30 15:17:57.067 16033 23953 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:17:57.067 16033 23953 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:17:57.068  2985  3612 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:17:57.091 24652 24652 I Registry:  Store Type: FILE
11-30 15:17:57.092 24652 24652 I Registry:  init - END
11-30 15:17:57.096 24689 24689 I SA      : [SS] onCreate START
11-30 15:17:57.097  2985  3612 D PersonaManagerService: securefolder Secure Folder
11-30 15:17:57.109 24689 24689 I SA      : [SCU] isHaveSA() - true
11-30 15:17:57.112 24689 24689 I SA      : [Relay/RS] bind
11-30 15:17:57.116  2985  4102 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.mobileservice user:0
11-30 15:17:57.116  2985  4102 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:17:57.116  2985  4102 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.mobileservice user:0
11-30 15:17:57.116  2985  4102 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:17:57.117 15154 24707 D akqj    : setConnectTimeout is not supported by CronetHttpURLConnection
11-30 15:17:57.128  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:17:57.131 24729 24729 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:17:57.133 24729 24729 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:17:57.134 24729 24729 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.android.mobileservice 
11-30 15:17:57.140 24689 24689 I SA      : [Relay/RS] OnCreate Service
11-30 15:17:57.142 24689 24689 I SA      : [Relay/RS] OnBind
11-30 15:17:57.142 24689 24689 I SA      : [Relay/RS] [InAIDL] Service binded
11-30 15:17:57.142 24689 24689 I SA      : [Relay/RS] bind
11-30 15:17:57.146 24628 24628 I Rubin   : [2] AuthTokenTask$1.onServiceConnected(AuthTokenTask.java:112) : Samsung Account AIDL : bind to Samsung Account AIDL
11-30 15:17:57.146 24628 24628 I Rubin   : [2] AuthTokenTask.prepareWithBindedService(AuthTokenTask.java:150) : REGISTER CALLBACK TO SAMSUNG ACCOUNT :: TID - 7992498383
11-30 15:17:57.147 24689 24716 I SA      : [Relay/AIB] registerCallaback, mISAService = null
11-30 15:17:57.147 24689 24716 I SA      : [Relay/AIB] thread.. in registercallback
11-30 15:17:57.163  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10211 ,Container id: 0
11-30 15:17:57.163  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10211 ,Container id: 0
11-30 15:17:57.163  2985  3612 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:57.170  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10211 ,Container id: 0
11-30 15:17:57.170  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10211 ,Container id: 0
11-30 15:17:57.170  2985  3612 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:57.172  2985  2996 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:17:57.175 24729 24729 D ActivityThread: Added TimaKeyStore provider
11-30 15:17:57.175  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:17:57.178  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:17:57.180  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:17:57.184  2985  2996 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:17:57.184  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:17:57.186  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:57.186  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:57.186  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:57.191  2985  3615 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:17:57.191  2985  3615 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:17:57.202 24560 24684 I CompArchiveExtraction: /data/user/0/com.microsoft.office.powerpoint/files/data/tmp/AppInfos.xml_20.tmp => /data/user/0/com.microsoft.office.powerpoint/files/data/AppInfos.xml file exists true
11-30 15:17:57.204 24729 24729 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10211
11-30 15:17:57.205 24729 24729 D Proxy   : mdoP is null: 10211
11-30 15:17:57.223 24560 24704 I CompArchiveExtraction: /data/user/0/com.microsoft.office.powerpoint/files/data/tmp/locale.nls_22.tmp => /data/user/0/com.microsoft.office.powerpoint/files/data/locale.nls file exists true
11-30 15:17:57.232 24560 24648 I CompArchiveExtraction: /data/user/0/com.microsoft.office.powerpoint/files/data/tmp/l_intl.nls_28.tmp => /data/user/0/com.microsoft.office.powerpoint/files/data/l_intl.nls file exists true
11-30 15:17:57.246 15154 24668 I Finsky:background: [43274] gef.X(3): Broadcasting <533:RUNNING:0%[0%]>.
11-30 15:17:57.248  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:57.249  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 4 lines
11-30 15:17:57.249  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:57.256 24560 24705 I CompArchiveExtraction: /data/user/0/com.microsoft.office.powerpoint/files/data/tmp/ui.android.bundle_33.tmp => /data/user/0/com.microsoft.office.powerpoint/files/data/ui.android.bundle file exists true
11-30 15:17:57.268 24560 24704 I CompArchiveExtraction: /data/user/0/com.microsoft.office.powerpoint/files/data/tmp/LivePersonaStrings.json_35.tmp => /data/user/0/com.microsoft.office.powerpoint/files/data/en-US/LivePersonaStrings.json file exists true
11-30 15:17:57.271  2985  3615 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:57.276  2985  3615 I chatty  : uid=1000(system) Binder:2985_A identical 16 lines
11-30 15:17:57.276  2985  3615 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:57.278  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:57.278  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 1 line
11-30 15:17:57.278  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:57.284  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:17:57.284  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:17:57.284 13746 13746 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService PairActivityUserId=150 }
11-30 15:17:57.296  2985  3615 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:17:57.296  2985  3615 D API test: getContainerInfo: value is 150,1359085664
11-30 15:17:57.296  2985  3615 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:17:57.297  2985  3615 D API test: getContainerInfo: value is 150,1359085664
11-30 15:17:57.313 24729 24729 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:17:57.316 14965 14965 I Finsky  : [2] pgs.e(6): RM: receive resource status onStart com.sec.spp.push:com.sec.spp.push reason: auto_update isis: Lu39pmFtQgKohSYLQf0B3g, 2, 192
11-30 15:17:57.351 24560 24650 I CompArchiveExtraction: /data/user/0/com.microsoft.office.powerpoint/files/data/tmp/LivePersonaCard.bundle_23.tmp => /data/user/0/com.microsoft.office.powerpoint/files/data/LivePersonaCard.bundle file exists true
11-30 15:17:57.377 24729 24729 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:17:57.406 24652 24745 I CompArchiveExtraction: /data/user/150/com.microsoft.office.powerpoint/files/data/tmp/l_intl.nls_6.tmp => /data/user/150/com.microsoft.office.powerpoint/files/data/l_intl.nls file exists true
11-30 15:17:57.434 24652 24746 I CompArchiveExtraction: /data/user/150/com.microsoft.office.powerpoint/files/data/tmp/locale.nls_7.tmp => /data/user/150/com.microsoft.office.powerpoint/files/data/locale.nls file exists true
11-30 15:17:57.439 24652 24747 I CompArchiveExtraction: /data/user/150/com.microsoft.office.powerpoint/files/data/tmp/c_1252.nls_8.tmp => /data/user/150/com.microsoft.office.powerpoint/files/data/c_1252.nls file exists true
11-30 15:17:57.814 23817 23828 I zygote  : Background concurrent copying GC freed 103800(5MB) AllocSpace objects, 4(80KB) LOS objects, 49% free, 10MB/20MB, paused 235us total 161.714ms
11-30 15:17:57.982 24560 24684 I CompArchiveExtraction: /data/user/0/com.microsoft.office.powerpoint/files/data/tmp/c_1252.nls_53.tmp => /data/user/0/com.microsoft.office.powerpoint/files/data/c_1252.nls file exists true
11-30 15:17:57.983 24560 24684 I CompArchiveExtraction: /data/user/0/com.microsoft.office.powerpoint/files/data/tmp/uiraascdnpackageslist.txt_54.tmp => /data/user/0/com.microsoft.office.powerpoint/files/data/uiraascdnpackageslist.txt file exists true
11-30 15:17:57.990 24560 24651 I CompArchiveExtraction: /data/user/0/com.microsoft.office.powerpoint/files/data/tmp/foundation.android.bundle_52.tmp => /data/user/0/com.microsoft.office.powerpoint/files/data/foundation.android.bundle file exists true
11-30 15:17:58.006  6077  6077 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.icing.LIGHTWEIGHT_INDEX_SERVICE cmp=com.google.android.gms/.chimera.PersistentApiService PairActivityUserId=150 }
11-30 15:17:58.186  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:58.186  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:58.186  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:58.213 24514 24592 D SharedPreferencesImpl: Time required to fsync /data/user/150/com.microsoft.office.powerpoint/shared_prefs/com.google.android.gms.appid.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 0, <64: 0, <128: 0, <256: 0, <512: 0, <1024: 1, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:17:58.218 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.sec.spp.push, status=DOWNLOADING
11-30 15:17:58.307  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:58.307  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:17:58.307  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:58.308  2985  2985 D AudioService: isEnabled
11-30 15:17:58.315  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:17:58.327  2985  3612 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:17:58.327  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:17:58.328  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:17:58.328  2985  3612 D PersonaManagerService: securefolder Secure Folder
11-30 15:17:58.331  2985  3612 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:17:58.332  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:17:58.344  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 8 99 -8 -200 -8 -200 -1 14 -97 -10 -10 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:17:58.344  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:17:58.349  2985  3612 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:17:58.421 14965 23581 I Finsky  : [43422] jvx.D(2): IQ: Notifying installation update. package=com.sec.spp.push, status=DOWNLOADING
11-30 15:17:58.432  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:17:58.432  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:17:58.607 24729 24729 W zygote  : Opening an oat file without a class loader. Are you using the deprecated DexFile APIs?
11-30 15:17:58.634 23817 24391 I Finsky  : [43726] emu.run(10): Initializing the instant apps module.
11-30 15:17:58.655 23817 24411 I Finsky  : [43729] hge.d(65): System was updated or GL extensions were already cached.
11-30 15:17:58.665 23817 24411 E libc    : Access denied finding property "ro.oem.key1"
11-30 15:17:58.670  2680  2680 E audit   : type=1400 audit(1638260278.646:39796): avc:  denied  { read } for  pid=24411 comm=62674578656375746F72202331 name="u:object_r:oem_prop:s0" dev="tmpfs" ino=9265 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:oem_prop:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:17:58.670  2680  2680 E audit   : type=1300 audit(1638260278.646:39796): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cea73c60 a2=a8000 a3=0 items=0 ppid=2693 pid=24411 auid=4294967295 uid=10227 gid=10227 euid=10227 suid=10227 fsuid=10227 egid=10227 sgid=10227 fsgid=10227 tty=(none) ses=4294967295 comm=62674578656375746F72202331 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:17:58.670  2680  2680 E audit   : type=1327 audit(1638260278.646:39796): proctitle="com.android.vending"
11-30 15:17:58.920 15154 24668 I Finsky:background: [43274] gef.X(3): Broadcasting <533:SUCCEEDED>.
11-30 15:17:58.922  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:58.924  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 7 lines
11-30 15:17:58.924  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:58.929 14965 14965 I Finsky  : [2] pgs.f(6): RM: receive resource status onSuccess com.sec.spp.push:com.sec.spp.push reason: auto_update isis: Lu39pmFtQgKohSYLQf0B3g, 3, 200
11-30 15:17:58.946  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:58.947  2985  3614 I chatty  : uid=1000(system) Binder:2985_9 identical 4 lines
11-30 15:17:58.947  2985  3614 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:58.948  2985  4102 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:58.952  2985  4102 I chatty  : uid=1000(system) Binder:2985_F identical 10 lines
11-30 15:17:58.953  2985  4102 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:58.959  2985  2996 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:17:58.959  2985  2996 D API test: getContainerInfo: value is 150,1359085664
11-30 15:17:58.959  2985  2996 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:17:58.960  2985  2996 D API test: getContainerInfo: value is 150,1359085664
11-30 15:17:59.041 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.sec.spp.push to state 50
11-30 15:17:59.042 14965 14965 I Finsky  : [2] jqc.u(81): Installer::IT: Start postprocessing download for com.sec.spp.push
11-30 15:17:59.042 14965 14965 I Finsky  : [2] jqc.u(93): Installer::IT: Prepare to patch com.sec.spp.push (adid: com.sec.spp.push , isid: Lu39pmFtQgKohSYLQf0B3g) from file:///data/user/150/com.android.vending/files/phonesky-download-service/533/7511453f-29ee-4184-ab97-b64db27b1dd3 format 5
11-30 15:17:59.044 14965 15031 I Finsky  : [43185] ehg.d(21): APK integrity will be verified using [SHA-256] method
11-30 15:17:59.084  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:59.084  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:17:59.084  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:17:59.084  2985  2985 D AudioService: isEnabled
11-30 15:17:59.092  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:17:59.099  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:17:59.099  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:17:59.102  2985  4102 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:17:59.102  2985  4102 D PersonaManagerService: securefolder Secure Folder
11-30 15:17:59.103  2985  4102 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:17:59.103  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:17:59.111 23817 24487 I zygote  : Deoptimizing void afbi.U(java.lang.Iterable, java.util.List) due to JIT inline cache
11-30 15:17:59.122  2985  4102 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:17:59.148  3470  3482 D TelephonyProvider: query: match = 11
11-30 15:17:59.148  3470  3482 D TelephonyProvider: subIdString = 3 subId = 3
11-30 15:17:59.186  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:17:59.187  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:17:59.187  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:17:59.204  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:17:59.204  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:17:59.217 23817 24419 I Finsky  : [43732] vjs.b(1): Restoring notifications
11-30 15:17:59.229  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:17:59.232 23817 24411 I Finsky  : [43729] gjo.a(13): Get APN successfully: [Ow_g00Lp-halxo27oz8uY8Ak9yqdTBzhAoVwEB1SKf8]
11-30 15:17:59.235 23817 24419 I Finsky  : [43732] vjs.b(4): Done restoring notifications
11-30 15:17:59.260 23817 24421 I Finsky  : [43734] nqf.h(1): Triggered update for experiment package com.google.android.finsky.stable.
11-30 15:17:59.268  2985  3645 D LocationManagerService: request from uid 15010018 is now foreground
11-30 15:17:59.269  2985  3645 D LocationManagerService: request from uid 15010018 is now foreground
11-30 15:17:59.288 23817 24411 I Finsky  : [43729] ngp.n(8): Invalidating cached PackageState for com.android.vending
11-30 15:17:59.304  2985  4102 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10040 ,Container id: 0
11-30 15:17:59.304  2985  4102 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10040 ,Container id: 0
11-30 15:17:59.305  2985  4102 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:17:59.306  6077  6077 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.herrevad.services.LightweightNetworkQualityAndroidService.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:17:59.306  6077  6077 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.herrevad.services.LightweightNetworkQualityAndroidService.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:17:59.501  6077  6077 I Herrevad: [2] zkt.a: updateListenState
11-30 15:17:59.506 24729 24729 D FirebaseApp: com.google.firebase.auth.FirebaseAuth is not linked. Skipping initialization.
11-30 15:17:59.507 24729 24729 D FirebaseApp: com.google.firebase.crash.FirebaseCrash is not linked. Skipping initialization.
11-30 15:17:59.512 24729 24729 I FirebaseInitProvider: FirebaseApp initialization successful
11-30 15:17:59.573 23817 24421 W zygote  : Verification of org.apache.http.conn.ssl.SSLSocketFactory aawo.b(android.net.SSLSessionCache) took 296.438ms
11-30 15:17:59.619 24729 24729 I CapsuleProvider_1.0.9: onCreate
11-30 15:17:59.654 23817 24411 I zygote  : Deoptimizing afda afcu.ad() due to JIT inline cache
11-30 15:17:59.674 23817 24427 I zygote  : Deoptimizing void afdv.d(java.lang.Object, java.lang.Object, long) due to JIT inline cache
11-30 15:17:59.738  2985  5083 D PackageManager: setEnabledSetting : userId = 0 packageName = com.samsung.android.mobileservice cmp = androidx.work.impl.background.systemjob.SystemJobService newState = 1 callingPackage = 10211/com.samsung.android.mobileservice
11-30 15:17:59.745  2985  5083 D PackageManager: setEnabledSetting : userId = 0 packageName = com.samsung.android.mobileservice cmp = androidx.work.impl.background.systemalarm.SystemAlarmService newState = 2 callingPackage = 10211/com.samsung.android.mobileservice
11-30 15:17:59.756 24729 24729 I SEMS:SamsungAccount: [SSP] onCreated
11-30 15:17:59.757 24729 24772 I FA      : App measurement is starting up, version: 15300
11-30 15:17:59.757 24729 24772 I FA      : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
11-30 15:17:59.758 24729 24772 I FA      : To enable faster debug mode event logging run:
11-30 15:17:59.758 24729 24772 I FA      :   adb shell setprop debug.firebase.analytics.app com.samsung.android.mobileservice
11-30 15:17:59.834 24729 24729 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isShipBinary :true
11-30 15:17:59.834 24729 24729 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isShipBinary :true
11-30 15:17:59.843 24729 24729 E SEMS:MobileService_10.5.0.000: [GLog][2][GroupDBHelper] Instance null
11-30 15:17:59.865 24729 24729 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isShipBinary :true
11-30 15:17:59.865 24729 24729 I SEMS:RegistrationLog_1.0: [[AuthLog]][2][EasySignUpProviderPublic] onCreate
11-30 15:17:59.873 23817 24243 I zygote  : Deoptimizing void j$.util.concurrent.ConcurrentHashMap.putAll(java.util.Map) due to JIT inline cache
11-30 15:17:59.877 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][SepDeviceInfo] sIsChecked ? false
11-30 15:17:59.877 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][SepDeviceInfo] isSepDevice ? true
11-30 15:17:59.877 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][DeviceUtils] isShipBinary :true
11-30 15:17:59.884 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][CommonPref] getBoolean - key : crypto_secured , value : true
11-30 15:17:59.884 24729 24729 I SEMS:DataAdapterLog_1.0: [2][CommonPref] getBoolean - key : crypto_secured , value : true
11-30 15:17:59.889 14965 24764 I Finsky  : [43449] fsk.run(6): DU: Stored data usage stats for package com.sec.spp.push; completed bytes: 1161722.
11-30 15:17:59.893 16067 16067 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
11-30 15:17:59.893 16067 16067 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
11-30 15:17:59.907 24729 24729 I SEMS:RegistrationLog_1.0: [[AuthLog]][2][EasySignUpDBHelper] getInstance start null
11-30 15:17:59.907 24729 24729 I SEMS:RegistrationLog_1.0: [[AuthLog]][2][EasySignUpDBHelper] getInstance end
11-30 15:17:59.910 23817 24484 I Finsky  : [43757] ihu.run(9): Wrote row to frosting DB: 13953
11-30 15:17:59.914 23817 24391 I Finsky  : [43726] euf.run(36): Component class com.google.android.finsky.wearsupport.WearSupportService disabled via PackageManager.
11-30 15:17:59.915 23817 24391 I Finsky  : [43726] euf.run(36): Component class com.google.android.finsky.wearsupport.WearChangeListenerService disabled via PackageManager.
11-30 15:17:59.966 24729 24729 I MobileServiceApplication: onCreate
11-30 15:18:00.077 24652 24714 I CompArchiveExtraction: /data/user/150/com.microsoft.office.powerpoint/files/data/tmp/ui.android.bundle_10.tmp => /data/user/150/com.microsoft.office.powerpoint/files/data/ui.android.bundle file exists true
11-30 15:18:00.187  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:00.187  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:00.187  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:00.248 23617 23676 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.android.vending/shared_prefs/finsky.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 2, <32: 2, <64: 0, <128: 1, <256: 1, <512: 1, <1024: 0, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:18:00.295 24729 24729 D SemSystemProperties: getInstance() : com.samsung.android.mobileservice.wrapper.SemSystemProperties@887754b
11-30 15:18:00.295 24729 24729 D SemSystemProperties: getInstance() : com.samsung.android.mobileservice.wrapper.SemSystemProperties@887754b
11-30 15:18:00.295 24729 24729 D SemSystemProperties: get(persist.log.seclevel,0) : 0
11-30 15:18:00.295 24729 24729 D SEMS:PreferenceUtils: setVersionToAnalytics() key: sems_version_name value: 10.8.03.2
11-30 15:18:00.295 24729 24729 D CommonUtils: isSepDevice : This device is SEP Device
11-30 15:18:00.295 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][MobileServiceCommon] init com.samsung.android.mobileservice.MobileServiceApplication@9188a5e
11-30 15:18:00.303 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][MobileServiceCommon] registerServiceState done
11-30 15:18:00.304 24729 24729 I SEMS:RegistrationLog_1.0: [[AuthLog]][2][EasySignUpProviderPublic] uri : content://com.samsung.android.coreapps.easysignup.public/contact_sync_agreement_41?data_name=contact_sync_agreement_41
11-30 15:18:00.304 24729 24729 I SEMS:RegistrationLog_1.0: [[AuthLog]][2][EasySignUpProviderPublic] query packageName : com.samsung.android.mobileservice
11-30 15:18:00.331 24729 24729 I SEMS:RegistrationLog_1.0: [[AuthLog]][2][EasySignUpProviderPublic] contact_sync_agreement_41 : true
11-30 15:18:00.331 24729 24729 I SEMS:MSFramework_10.5.0.000: [Social][2][SDKInterface] initializing EnhancedFeatures start
11-30 15:18:00.332 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][CommonPref] getBoolean - key : profile_sync , value : false
11-30 15:18:00.332 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][CommonPref] getBoolean - key : is_message_support , value : false
11-30 15:18:00.333 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][CommonPref] getBoolean - key : push_migration_done , value : true
11-30 15:18:00.333 24729 24729 I SEMS:MSFramework_10.5.0.000: [Social][2][SDKInterface] initializing EnhancedFeatures end
11-30 15:18:00.333 24729 24729 I SEMS:DataAdapterLog_1.0: [2][MobileServiceDataAdapter] init
11-30 15:18:00.382 24729 24729 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isSamsungAccountSignedIn : true
11-30 15:18:00.385 24729 24729 I SEMS:DataAdapterLog_1.0: [NetworkCommon][SEMS][PolicyLog][2][GetPolicyJobService] polling job service was already scheduled (from:86400000 to:86400000)
11-30 15:18:00.386 24729 24729 D DclDataManager: Enter init
11-30 15:18:00.387 24729 24729 D DclDataManager: Update DCL profile info
11-30 15:18:00.388 24729 24729 D DclDataManager: Exit init
11-30 15:18:00.388 24729 24729 I SEMS:DataAdapterLog_1.0: [NetworkCommon][SEMS][PolicyLog][2][ChinaServerPolicy] init
11-30 15:18:00.388 24729 24729 I SEMS:DataAdapterLog_1.0: [NetworkCommon][SEMS][PolicyLog][2][ChinaServerPolicyReceiver] checkChinaServicePolicy
11-30 15:18:00.398 24729 24729 I SEMS:DataAdapterLog_1.0: [NetworkCommon][SEMS][PolicyLog][2][ChinaServerPolicyReceiver] handleChinaServicePolicy : servicePolicy = ChinaServiceMenuToBackup
11-30 15:18:00.398 24729 24729 I SEMS:DataAdapterLog_1.0: [NetworkCommon][SEMS][PolicyLog][2][ChinaServerPolicyReceiver] handleMenuToBackUpPolicy
11-30 15:18:00.423 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][MobileServiceActivate] init
11-30 15:18:00.426 24729 24729 D SEMS:RegistrationLog_1.0: [AgreementLog][2][ServiceStatePolicyManager] ServiceStatePolicyManager init
11-30 15:18:00.428 24729 24729 I SEMS:SamsungAccount: [SamsungAccount] init
11-30 15:18:00.428 24729 24729 I SEMS:SamsungAccount: [BuildInfo] current binary is eng : false
11-30 15:18:00.428 24729 24729 I SEMS:SamsungAccount: [BuildInfo] Device does not support SEP? false
11-30 15:18:00.428 24729 24729 I SEMS:SamsungAccount: [BuildInfo] SEP Version : 2701
11-30 15:18:00.438 24652 24722 I CompArchiveExtraction: /data/user/150/com.microsoft.office.powerpoint/files/data/tmp/locale.nls_12.tmp => /data/user/150/com.microsoft.office.powerpoint/files/data/locale.nls file exists true
11-30 15:18:00.466 23817 24421 I Finsky  : [43734] nqf.h(7): Already at the latest configurations for experiment package com.google.android.finsky.stable.
11-30 15:18:00.467 23817 24419 I Finsky  : [43732] nqf.h(1): Triggered update for experiment package com.google.android.finsky.regular.
11-30 15:18:00.567 24652 24714 I CompArchiveExtraction: /data/user/150/com.microsoft.office.powerpoint/files/data/tmp/LivePersonaStrings.json_23.tmp => /data/user/150/com.microsoft.office.powerpoint/files/data/en-US/LivePersonaStrings.json file exists true
11-30 15:18:00.596 23817 23817 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2124, previously 2561
11-30 15:18:00.596 23817 23817 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1647, previously 1654
11-30 15:18:00.597 23817 23817 W ResourceType: ResTable_typeSpec entry count inconsistent: given 293, previously 1912
11-30 15:18:00.743  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.PACKAGE_CHANGED
11-30 15:18:00.744  3510  3510 D MetadataParser: onPackageUpdated() key = com.microsoft.office.powerpoint
11-30 15:18:00.748 23817 24419 I Finsky  : [43732] nqf.h(7): Already at the latest configurations for experiment package com.google.android.finsky.regular.
11-30 15:18:00.759  2985  3298 D UcmService: onReceive android.intent.action.PACKAGE_CHANGED
11-30 15:18:00.759  2985  3298 D UcmService: Package update in userId-0 and uid-10011
11-30 15:18:00.768 16433 16509 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:18:00.768   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:18:00.771   559   636 I ControllerEventHandler: [#CMH#] onPackageChanged()  null
11-30 15:18:00.771   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:18:00.771 16433 16509 I ControllerEventHandler: [#CMH#] onPackageChanged()  null
11-30 15:18:00.771 16433 16509 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:18:00.942  4604  4604 I Launcher: onReceive: com.samsung.action.EVERY_MINUTE_CLOCK_UPDATE
11-30 15:18:00.950  2985  3117 D InputReader: externalDisplayId 0 W 1080 H 1920
11-30 15:18:00.950  2985  3117 I InputReader: Reconfiguring input devices.  changes=0x00000010
11-30 15:18:00.954  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.sec.android.app.clockpackage
11-30 15:18:00.955  4604  4604 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:00.963  3470  3470 D CarrierSvcBindHelper: No carrier app for: 0
11-30 15:18:00.965  3470  3470 D CarrierSvcBindHelper: No carrier app for: 1
11-30 15:18:00.965  3470  3470 D ImsResolver: maybeAddedImsService, packageName: com.microsoft.office.powerpoint
11-30 15:18:00.967  2985  3645 D LocationManagerService: request from uid 15010018 is now background)
11-30 15:18:00.967  2985  3645 D LocationManagerService: request from uid 15010018 is now background)
11-30 15:18:00.968 23617 23617 I Finsky  : [2] zr.s(1): Completed 8 account content syncs with 8 successful.
11-30 15:18:00.970 23617 23617 I Finsky  : [2] ContentSyncJob.a(1): [ContentSync] Installation state replication succeeded.
11-30 15:18:00.985  4604  4604 I LiveIconManager: getLiveIcon: complete(sync_created)
11-30 15:18:00.985  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.sec.android.app.clockpackage
11-30 15:18:00.990  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.samsung.android.calendar
11-30 15:18:00.990  4604  4604 I BitmapCacheContainer: getBitmapCache: BitmapCache expired com.samsung.android.calendar/UserHandle{0}
11-30 15:18:00.991  4604  4604 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:00.993  4604  4604 I LiveIconManager: getLiveIcon: complete(sync_created)
11-30 15:18:00.993  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.samsung.android.calendar
11-30 15:18:01.056  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:18:01.067  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:18:01.069 23617 23617 I Finsky  : [2] pmo.s(4): SCH: jobFinished: 12-1. TimeElapsed: 9167ms.
11-30 15:18:01.096 15154 24668 I Finsky:background: [43274] hrq.f(2): DownloadService is getting stopped.
11-30 15:18:01.143  3470  3470 D CarrierSvcBindHelper: No carrier app for: 0
11-30 15:18:01.145  3470  3470 D CarrierSvcBindHelper: No carrier app for: 1
11-30 15:18:01.146  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 9 99 -9 -200 -9 -200 -1 16 -95 -10 0 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:18:01.146  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:18:01.147 15154 15154 I Finsky:background: [2] DownloadService.onDestroy(5): DownloadService is getting destroyed.
11-30 15:18:01.149  3470  3470 D ImsResolver: maybeAddedImsService, packageName: com.microsoft.office.powerpoint
11-30 15:18:01.151 23617 23617 I Finsky  : [2] pgo.accept(28): SCH: Job 29-29 starting
11-30 15:18:01.155 14965 14965 W Finsky  : [2] ejg.f(3): No LoggingContext in the bundle, which breaks event chain!. Creating a new logging context.
11-30 15:18:01.187  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:01.187  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:01.187  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:01.222 23617 23665 I Finsky  : [43722] pmg.accept(69): SCH: Scheduling phonesky job Id: 1-1337, CT: 1638256285982, Constraints: [{ L: 42535577, D: 85735577, C: 1, I: 1, N: 1 }]
11-30 15:18:01.222 23617 23665 I Finsky  : [43722] pmg.accept(69): SCH: Scheduling phonesky job Id: 34-2816, CT: 1638242054694, Constraints: [{ L: 79197589, D: 1375197589, C: 1, I: 1, N: 1 }]
11-30 15:18:01.299  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:18:01.299  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1195, previously 2540
11-30 15:18:01.315  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:18:01.330  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2546, previously 2540
11-30 15:18:01.331  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1442, previously 4566
11-30 15:18:01.331  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 383, previously 2136
11-30 15:18:01.337  2985  2985 W ResourceType: For resource 0x7f130c16, entry index(3094) is beyond type entryCount(1442)
11-30 15:18:01.337  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:18:01.337  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:18:01.338  2985  2985 W ResourceType: For resource 0x7f1305f2, entry index(1522) is beyond type entryCount(1442)
11-30 15:18:01.338  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:18:01.338  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:18:01.340  2985  2985 W ResourceType: For resource 0x7f130824, entry index(2084) is beyond type entryCount(1442)
11-30 15:18:01.340  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:18:01.340  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:18:01.515 21790 21790 I Finsky:background: [2] kmm.onDestroy(8): IPC-SERVER: Stopping gRPC host service...
11-30 15:18:01.529 21790 21793 I zygote  : Do partial code cache collection, code=30KB, data=19KB
11-30 15:18:01.530 21790 21793 I zygote  : After code cache collection, code=24KB, data=18KB
11-30 15:18:01.530 21790 21793 I zygote  : Increasing code cache capacity to 128KB
11-30 15:18:01.626 23617 23659 I Finsky  : [43717] pgq.apply(52): SCH: Scheduling 1 system job(s)
11-30 15:18:01.626 23617 23659 I Finsky  : [43717] pgq.apply(58): SCH: Scheduling system job Id: 9793, L: 38539933, D: 81739933, C: false, I: false, N: 1
11-30 15:18:01.693 23617 24588 I Finsky  : [43815] pob.a(16): SCH: job service finished with id 9775.
11-30 15:18:01.960 23817 24411 W zygote  : Verification of void qdr.<init>(ski, int) took 214.286ms
11-30 15:18:01.969 23817 24421 W zygote  : Verification of void ezv.run() took 219.459ms
11-30 15:18:01.970 23817 24487 I Finsky  : [43758] aaoj.c(2): registerListener
11-30 15:18:01.972 23817 24487 I Finsky  : [43758] hsh.g(1): getDownloads()
11-30 15:18:01.983 23817 24391 W zygote  : Verification of void pxf.<init>(com.google.android.finsky.settingspage.clusters.view.SettingsItemView, int) took 297.820ms
11-30 15:18:01.983 23817 24419 W zygote  : Verification of void qgp.<init>(com.google.android.finsky.settingspage.clusters.view.SettingsItemView, java.lang.Runnable, int) took 240.795ms
11-30 15:18:01.991 23817 24487 I Finsky  : [43758] ug.run(14): Initialized AssetModuleDownloader.
11-30 15:18:02.038  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2002, previously 2011
11-30 15:18:02.038  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2773, previously 2855
11-30 15:18:02.039  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 193, previously 1221
11-30 15:18:02.061 24652 24714 I CompArchiveExtraction: /data/user/150/com.microsoft.office.powerpoint/files/data/tmp/uiraascdnpackageslist.txt_42.tmp => /data/user/150/com.microsoft.office.powerpoint/files/data/uiraascdnpackageslist.txt file exists true
11-30 15:18:02.187  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:02.187  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:02.187  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:02.414  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:18:02.414  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:18:02.438 24652 24747 I CompArchiveExtraction: /data/user/150/com.microsoft.office.powerpoint/files/data/tmp/c_1252.nls_46.tmp => /data/user/150/com.microsoft.office.powerpoint/files/data/c_1252.nls file exists true
11-30 15:18:02.459 24652 24714 I CompArchiveExtraction: /data/user/150/com.microsoft.office.powerpoint/files/data/tmp/l_intl.nls_47.tmp => /data/user/150/com.microsoft.office.powerpoint/files/data/l_intl.nls file exists true
11-30 15:18:02.462 23817 23817 I zygote  : Deoptimizing java.util.Set slz.b(java.lang.String, java.util.List, boolean, boolean) due to JIT inline cache
11-30 15:18:02.462 23817 23817 I zygote  : Deoptimizing java.util.List qol.c(java.util.List) due to JIT inline cache
11-30 15:18:02.480  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:18:02.485  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:18:02.497 24652 24712 I CompArchiveExtraction: /data/user/150/com.microsoft.office.powerpoint/files/data/tmp/foundation.android.bundle_43.tmp => /data/user/150/com.microsoft.office.powerpoint/files/data/foundation.android.bundle file exists true
11-30 15:18:02.512  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2711, previously 2714
11-30 15:18:02.517  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 312, previously 1787
11-30 15:18:02.645 21790 21790 I Finsky:background: [2] kmm.onCreate(2): IPC-SERVER: Starting gRPC host service...
11-30 15:18:02.710 24652 24713 I CompArchiveExtraction: /data/user/150/com.microsoft.office.powerpoint/files/data/tmp/LivePersonaCard.bundle_53.tmp => /data/user/150/com.microsoft.office.powerpoint/files/data/LivePersonaCard.bundle file exists true
11-30 15:18:02.916 23617 24792 I Finsky  : [43823] tjk.f(0): ProcessRecoveryLogsUtil: No files in recovery directory
11-30 15:18:02.916 23617 24792 I Finsky  : [43823] pmo.s(4): SCH: jobFinished: 29-29. TimeElapsed: 1763ms.
11-30 15:18:03.159  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 98, previously 597
11-30 15:18:03.159  2985  2985 W ResourceType: Found multiple library tables, ignoring...
11-30 15:18:03.159  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 6282, previously 6446
11-30 15:18:03.165  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 198, previously 1867
11-30 15:18:03.165  2985  2985 W ResourceType: Found multiple library tables, ignoring...
11-30 15:18:03.187  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:03.187  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:03.187  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:03.245 24729 24729 D SamsungAccount$: init Log Path : /data/user/0/com.samsung.android.mobileservice/Log/
11-30 15:18:03.261  2985  3070 W Choreographer: Frame time is 17.447575 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:18:03.318  2985  3002 E zygote  : Failed to kill process cgroup uid 10098 pid 22869 in 208ms, 1 processes remain
11-30 15:18:03.318  2985  3002 I zygote  : Successfully killed process cgroup uid 15010002 pid 23452 in 0ms
11-30 15:18:03.342 23617 23656 I Finsky  : [43715] pmg.accept(69): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1638240354970, Constraints: [{ L: 43200000, D: 44100000, C: 1, I: 1, N: 0 }]
11-30 15:18:03.369  2985  2985 D PackageManager: Shame on you for calling the hidden API queryBroadcastReceivers(). Shame!
11-30 15:18:03.406 14965 14978 W zygote  : Suspending all threads took: 128.643ms
11-30 15:18:03.424 24729 24784 D DclDataManager: Enter DCL profile init from policy database.
11-30 15:18:03.427 16033 24793 I Fitness : OnPackageChangedOperation got intent: Intent { act=android.intent.action.PACKAGE_CHANGED dat=package:com.microsoft.office.powerpoint flg=0x45000010 pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) } [CONTEXT service_id=17 ]
11-30 15:18:03.461 13010 24803 I Fitness : OnPackageChangedOperation got intent: Intent { act=android.intent.action.PACKAGE_CHANGED dat=package:com.microsoft.office.powerpoint flg=0x45000010 pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) } [CONTEXT service_id=17 ]
11-30 15:18:03.463  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 8 99 -8 -200 -8 -200 -1 14 -97 -10 20 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:18:03.463  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:18:03.483 24652 24713 I CompArchiveExtraction: /data/user/150/com.microsoft.office.powerpoint/files/data/tmp/AppInfos.xml_61.tmp => /data/user/150/com.microsoft.office.powerpoint/files/data/AppInfos.xml file exists true
11-30 15:18:03.501 24729 24729 D SamsungAccount$: init success
11-30 15:18:03.570 24729 24784 D DclDataManager:   - Service : [DCL2:200/1000]
11-30 15:18:03.572 24729 24784 D DclDataManager:     - Policy: [P60:0/10000]
11-30 15:18:03.583 16033 24793 I Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_CHANGED [CONTEXT service_id=17 ]
11-30 15:18:03.583 13010 24788 I Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_CHANGED [CONTEXT service_id=17 ]
11-30 15:18:03.588 24729 24784 D DclProfileBuilder: Profile Information
11-30 15:18:03.588 24729 24784 D DclProfileBuilder:   - Module ID [200], Submodule ID [1000], App ID [], Interval [0], Start [0], End [0]
11-30 15:18:03.588 24729 24784 D DclProfileBuilder:     - Control Data [1:10000/60]
11-30 15:18:03.593 24729 24784 D DclDataManager:   - Service : [DCL2:200/2000]
11-30 15:18:03.593 24729 24784 D DclDataManager:     - Policy: [P60:0/10000]
11-30 15:18:03.594 24729 24784 D DclProfileBuilder: Profile Information
11-30 15:18:03.594 24729 24784 D DclProfileBuilder:   - Module ID [200], Submodule ID [2000], App ID [], Interval [0], Start [0], End [0]
11-30 15:18:03.594 24729 24784 D DclProfileBuilder:     - Control Data [1:10000/60]
11-30 15:18:03.600 24729 24784 D DclDataManager:   - Service : [DCL2:200/3000]
11-30 15:18:03.600 24729 24784 D DclDataManager:     - Policy: [P60:0/10000]
11-30 15:18:03.601 24729 24784 D DclProfileBuilder: Profile Information
11-30 15:18:03.601 24729 24784 D DclProfileBuilder:   - Module ID [200], Submodule ID [3000], App ID [], Interval [0], Start [0], End [0]
11-30 15:18:03.601 24729 24784 D DclProfileBuilder:     - Control Data [1:10000/60]
11-30 15:18:03.606 24729 24784 D DclDataManager:   - Service : [DCL2:200/4000]
11-30 15:18:03.606 24729 24784 D DclDataManager:     - Policy: [P60:0/10000]
11-30 15:18:03.610 24729 24784 D DclProfileBuilder: Profile Information
11-30 15:18:03.610 24729 24784 D DclProfileBuilder:   - Module ID [200], Submodule ID [4000], App ID [], Interval [0], Start [0], End [0]
11-30 15:18:03.610 24729 24784 D DclProfileBuilder:     - Control Data [1:10000/60]
11-30 15:18:03.615 24729 24784 D DclDataManager:   - Service : [DCL2:200/5000]
11-30 15:18:03.615 24729 24784 D DclDataManager:     - Policy: [P60:0/10000]
11-30 15:18:03.616 24729 24784 D DclProfileBuilder: Profile Information
11-30 15:18:03.616 24729 24784 D DclProfileBuilder:   - Module ID [200], Submodule ID [5000], App ID [], Interval [0], Start [0], End [0]
11-30 15:18:03.616 24729 24784 D DclProfileBuilder:     - Control Data [1:10000/60]
11-30 15:18:03.618 24729 24729 I SEMS:SamsungAccount: [DeviceManager] first Api Level : 23
11-30 15:18:03.624 24729 24784 D DCL-2.0.01-HIGH_Policy: setProfileList enter
11-30 15:18:03.626 24729 24784 D DCL-2.0.01_ProfileDatabaseHelper: deleteProfile enter
11-30 15:18:03.638 24729 24729 I SEMS:SamsungAccount: [DeviceManager] init START
11-30 15:18:03.641 24729 24784 D DCL-2.0.01_ProfileDatabaseHelper: deleteProfileData enter
11-30 15:18:03.643 24729 24729 I SEMS:SamsungAccount: [DeviceManager] init END
11-30 15:18:03.644 24729 24729 I SEMS:SamsungAccount: [ODM] saveOpenData( Support_SamsungPass_Integration, true )
11-30 15:18:03.646 24729 24729 I SEMS:SamsungAccount: [OpenContentProvider]  URI : content://com.msc.openprovider.openContentProvider/openData
11-30 15:18:03.777  2985  2985 W ResourceType: For resource 0x7f130fe2, entry index(4066) is beyond type entryCount(1442)
11-30 15:18:03.783  2985  2985 W ResourceType: For resource 0x7f130fe3, entry index(4067) is beyond type entryCount(1442)
11-30 15:18:03.816 16033 14928 D BluetoothAdapter: STATE_BLE_ON
11-30 15:18:03.831 16033 14928 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:18:03.842  6077 24811 I Fitness : OnPackageChangedOperation got intent: Intent { act=android.intent.action.PACKAGE_CHANGED dat=package:com.microsoft.office.powerpoint flg=0x45000010 pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) } [CONTEXT service_id=17 ]
11-30 15:18:03.871  2727  2757 E OMXNodeInstance: !!! Observer died. Quickly, do something, ... anything...
11-30 15:18:03.871  2727 27064 E OMXNodeInstance: !!! Observer died. Quickly, do something, ... anything...
11-30 15:18:03.881 24729 24729 I SEMS:SamsungAccount: [OpenContentProvider] update openData : true
11-30 15:18:03.999 24729 24729 I SEMS:SamsungAccount: [AccountManagerUtil] isHaveSA() - true
11-30 15:18:04.000 24729 24729 I SEMS:SamsungAccount: [DeviceManager] setSupportPhoneNumberId? true
11-30 15:18:04.000 24729 24729 I SEMS:SamsungAccount: [SamsungService] PUSH_STATE_CHECK registerId = not empty
11-30 15:18:04.000 24729 24729 I SEMS:SamsungAccount: [StateCheckUtil] getLogPushRegistrationResult result = REGISTRATION_SUCCESS
11-30 15:18:04.000 24729 24729 I SEMS:SamsungAccount: [SamsungService] PUSH_STATE_CHECK resultState = REGISTRATION_SUCCESS
11-30 15:18:04.000 24729 24729 I SEMS:SamsungAccount: [SamsungService] check push token updates
11-30 15:18:04.000 24729 24729 I SEMS:SamsungAccount: [PushUtil] checkTokenUpdates
11-30 15:18:04.000 24729 24729 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SEMS][PushLog][2][SmpManager] Instance created
11-30 15:18:04.000 24729 24729 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SEMS][PushLog][2][SmpManager] init
11-30 15:18:04.170 24729 24729 D SmpLog  : init
11-30 15:18:04.187  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:04.187  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:04.187  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:04.409  2985  3070 W Choreographer: Frame time is 5.314268 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:18:05.149 24729 24729 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SEMS][PushLog][2][SmpManager] getToken: exist token true
11-30 15:18:05.149 24729 24729 I SEMS:SamsungAccount: [PushUtil] SmpManager.getToken typeType = fcm
11-30 15:18:05.149 24729 24729 I SEMS:SamsungAccount: [AccountManagerUtil] enable all visibility
11-30 15:18:05.187  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:05.187  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:05.187  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:06.187  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:06.188  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:06.188  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:06.930 24729 24784 D DCL-2.0.01_ProfileDatabaseHelper: deleteProfileData exit : true
11-30 15:18:06.931 24729 24784 D DCL-2.0.01_ProfileDatabaseHelper: deleteProfileInterval enter
11-30 15:18:06.936 24729 24784 D DCL-2.0.01_ProfileDatabaseHelper: deleteProfileInterval exit : true
11-30 15:18:06.947 24729 24784 D DCL-2.0.01_ProfileDatabaseHelper: deleteProfile exit : true
11-30 15:18:06.947 24729 24784 D DCL-2.0.01_Database: deleteProfile : true
11-30 15:18:06.947 24729 24784 D DCL-2.0.01-CTS_Policy: device hash id=[63]
11-30 15:18:06.947 24729 24784 D DCL-2.0.01_ProfileDatabaseHelper: insertProfileList enter
11-30 15:18:06.950 24729 24784 D DCL-2.0.01_ProfileDatabaseHelper: insertProfileInterval enter
11-30 15:18:06.950 24729 24784 D DCL-2.0.01_ProfileDatabaseHelper: insertProfileInterval exit
11-30 15:18:06.950 24729 24784 D DCL-2.0.01_ProfileDatabaseHelper: insertProfileInterval enter
11-30 15:18:06.951 24729 24784 D DCL-2.0.01_ProfileDatabaseHelper: insertProfileInterval exit
11-30 15:18:06.951 24729 24784 D DCL-2.0.01_ProfileDatabaseHelper: insertProfileInterval enter
11-30 15:18:06.951 24729 24784 D DCL-2.0.01_ProfileDatabaseHelper: insertProfileInterval exit
11-30 15:18:06.951 24729 24784 D DCL-2.0.01_ProfileDatabaseHelper: insertProfileInterval enter
11-30 15:18:06.951 24729 24784 D DCL-2.0.01_ProfileDatabaseHelper: insertProfileInterval exit
11-30 15:18:06.951 24729 24784 D DCL-2.0.01_ProfileDatabaseHelper: insertProfileInterval enter
11-30 15:18:06.951 24729 24784 D DCL-2.0.01_ProfileDatabaseHelper: insertProfileInterval exit
11-30 15:18:07.029 16033 14928 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:18:07.071  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 7 99 -7 -200 -7 -200 -1 12 -99 -11 20 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:18:07.071  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:18:07.111  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:18:07.112  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:18:07.112  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:18:07.160 16033 14928 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:18:07.188  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:07.188  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:07.188  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:07.199 15154 15154 I Finsky:background: [2] kmm.onDestroy(8): IPC-SERVER: Stopping gRPC host service...
11-30 15:18:07.228  6077 24811 I Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_CHANGED [CONTEXT service_id=17 ]
11-30 15:18:07.230 24729 24729 I SEMS:SamsungAccount: [DbManagerV2] getEmailID
11-30 15:18:07.231 24729 24729 I SEMS:SamsungAccount: [DbManagerV2] getDataV02ForItems
11-30 15:18:07.231 24729 24729 I SEMS:SamsungAccount: [SSP] query invoked
11-30 15:18:07.264 24729 24729 I SEMS:SamsungAccount: [AESCryptoBase] AESCrypto creator !!
11-30 15:18:07.266  6077  6492 D BluetoothAdapter: STATE_BLE_ON
11-30 15:18:07.370 24689 24716 I SA      : [Relay/AIB] thread done, mISAService null
11-30 15:18:07.406 24628 24628 E Rubin   : [2] AuthTokenTask.prepareWithBindedService(AuthTokenTask.java:156) : REGISTER CALLBACK TO SAMSUNG ACCOUNT FAIL :: TID - 7992498383
11-30 15:18:07.412 24628 24628 I Rubin   : [2] AuthTokenTask.doPostTask(AuthTokenTask.java:231) : RECEIVED ACCESS TOKEN :: TID - 7992498383
11-30 15:18:07.412 24628 24628 I Rubin   : [2] AuthTokenTask.cleanUp(AuthTokenTask.java:260) : UNREGISTER CALLBACK : REGISTRATION CODE - null
11-30 15:18:07.413 24689 24716 I SA      : [Relay/AIB] unregisterCallback
11-30 15:18:07.413 24628 24628 I Rubin   : [2] AuthTokenTask.cleanUp(AuthTokenTask.java:265) : UNREGISTER CALLBACK FAIL
11-30 15:18:07.415 24689 24689 I SA      : [Relay/RS] OnDestroy Service
11-30 15:18:07.421 24628 24628 E Rubin   : [2] AuthManager$RefreshTokenTask$1.onFinished(AuthManager.java:201) : Access Token Refresh Fail : SA ERROR CODE - REG_FAILED, SA ERROR MSG - null
11-30 15:18:07.424 24628 24628 I Rubin   : [2] AuthManager$RefreshTokenTask.notifyToListeners(AuthManager.java:267) : Notifying to 1 listeners
11-30 15:18:07.424 24628 24628 I Rubin   : [2] AuthManager$RefreshTokenTask.notifyToListeners(AuthManager.java:272) : listener : com.samsung.android.rubin.controller.RubinManager$1@ec6eb49
11-30 15:18:07.476 24628 24628 E Rubin   : [2] RubinManager$1.onFinished(RubinManager.java:157) : Enabling :: FAILED - AuthToken fail
11-30 15:18:07.481 24628 24628 I Rubin   : [2] RubinManager.startADService(RubinManager.java:504) : runa should not be started.
11-30 15:18:07.481 24628 24628 I Rubin   : [2] AuthManager$RefreshTokenTask$1.onFinished(AuthManager.java:229) : ====================================================================
11-30 15:18:07.482 24628 24628 I Rubin   : [2] SAccountManager.finishJob(SAccountManager.java:92) : finish
11-30 15:18:07.540  6077  6492 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:18:07.556  2706  2706 W keystore: ENTER remove operation from uid 10211
11-30 15:18:07.561 24729 24729 I SEMS:SamsungAccount: [AccountManagerUtil] isHaveSA() - true
11-30 15:18:07.564  6077  6492 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:18:07.570 24729 24729 I SEMS:SamsungAccount: [StateCheckUtil] == networkStateCheck == true
11-30 15:18:07.571 24729 24729 I SEMS:SamsungAccount: [DirServerUtil] Need to retry to update marketing receive value = true
11-30 15:18:07.578 24729 24729 I SEMS:SamsungAccount: [DirServerUtil] same time
11-30 15:18:07.580  2985  5090 D PackageManager: setEnabledSetting : userId = 0 packageName = com.samsung.android.mobileservice cmp = com.samsung.android.samsungaccount.authentication.runestone.SplashActivity newState = 1 callingPackage = 10211/com.samsung.android.mobileservice
11-30 15:18:07.589 24729 24729 I SEMS:SamsungAccount: [SamsungService] Start Check SA EF Mapping
11-30 15:18:07.605  2985  2985 D SdpManagerService: Not an enterprise user : 0
11-30 15:18:07.626  2985  2985 I PersonaManagerService::Proxy: newPackage is com.microsoft.office.powerpoint
11-30 15:18:07.630  2985  2985 D RCPManagerService: PackageReceiver onReceive()
11-30 15:18:07.660  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 0: now com.samsung.android.contacts
11-30 15:18:07.662  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 150: now null
11-30 15:18:07.693 24729 24729 D SamsungAnalytics201007: [Validation] dma pkg:520901000
11-30 15:18:07.696 24729 24729 D SamsungAnalytics201007: cf feature is supported
11-30 15:18:07.715  2985  2985 E DLP_PolicyServiceHelper: No config entry found in DB !
11-30 15:18:07.717  2985  2985 D PackageManager: Shame on you for calling the hidden API queryBroadcastReceivers(). Shame!
11-30 15:18:07.741  2985  2985 D SdpManagerService: Not an enterprise user : 0
11-30 15:18:07.742  2985  2985 I PersonaManagerService::Proxy: newPackage is com.microsoft.office.powerpoint
11-30 15:18:07.743 23617 23664 I Finsky  : [43721] pgq.apply(52): SCH: Scheduling 1 system job(s)
11-30 15:18:07.744 23617 23664 I Finsky  : [43721] pgq.apply(58): SCH: Scheduling system job Id: 9795, L: 23267227, D: 24167227, C: false, I: false, N: 0
11-30 15:18:07.749  2985  2985 D RCPManagerService: PackageReceiver onReceive()
11-30 15:18:07.752  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 0: now com.samsung.android.contacts
11-30 15:18:07.753  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 150: now null
11-30 15:18:07.774  3510  3617 D KeyguardUpdateMonitor: received broadcast android.intent.action.TIME_TICK
11-30 15:18:07.774  3510  3510 D KeyguardServiceBoxContainer: refreshTime() 1
11-30 15:18:07.789 16067 12914 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
11-30 15:18:07.792 16237 16237 D SFolderShortcutReceiver:  onReceive() user(150) intent:com.sec.knox.action.PACKAGE_CHANGED
11-30 15:18:07.795  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:18:07.795  2985  2985 I chatty  : uid=1000 system_server identical 1 line
11-30 15:18:07.795  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:18:07.799  2985  2985 E SensorManager: sensor or listener is null
11-30 15:18:07.805 16237 16237 D LauncherApps: getActivityList callingUserId: 150, target user: 150
11-30 15:18:07.808 16237 16237 V LauncherApps: Returning activity for profile UserHandle{150} : ComponentInfo{com.microsoft.office.powerpoint/com.microsoft.office.apphost.LaunchActivity}
11-30 15:18:07.819  2985  2985 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.apps.docs user:0
11-30 15:18:07.842  2985  2985 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:18:07.842  2985  2985 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.apps.docs user:0
11-30 15:18:07.842  2985  2985 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:18:07.862 24830 24830 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:18:07.866 24830 24830 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:18:07.867 24830 24830 I SELinux : SELinux: seapp_context_lookup: seinfo=apm, level=s0:c512,c768, pkgname=com.google.android.apps.docs 
11-30 15:18:07.872  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:18:07.872  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:18:07.909 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:18:07.913 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:18:07.923 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:18:07.923 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:18:07.928 24729 24813 D SmpLog  : Test mode: false, v:3.0.3, com.samsung.android.mobileservice
11-30 15:18:07.947  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:18:07.947  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:18:07.949  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:18:07.949  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:18:07.949  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:18:07.957 24729 24729 D SamsungAnalytics201007: do not send setting < 7days
11-30 15:18:07.963 24729 24827 I SEMS:SamsungAccount: [ConsentWorkManager] startWorkerAfterCheckCondition
11-30 15:18:07.998  2985  2994 I zygote  : Background concurrent copying GC freed 937220(41MB) AllocSpace objects, 42(1736KB) LOS objects, 26% free, 66MB/90MB, paused 386us total 4.127s
11-30 15:18:08.031 16237 16237 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:08.032 16237 16237 I ApplicationPackageManager: return adaptive icon for NULL
11-30 15:18:08.040 23817 23817 D CustomizedTextParser: Initialzed
11-30 15:18:08.040 23817 23817 E CustomizedTextParser: getCustomizedText Rule is empty. mRuleMap={}
11-30 15:18:08.045  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10112 ,Container id: 0
11-30 15:18:08.045  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10112 ,Container id: 0
11-30 15:18:08.045  2985  5088 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:18:08.050  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10112 ,Container id: 0
11-30 15:18:08.050  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10112 ,Container id: 0
11-30 15:18:08.050  2985  5088 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:18:08.054 24830 24830 D ActivityThread: Added TimaKeyStore provider
11-30 15:18:08.069  2985  3612 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:18:08.087 16237 16237 D LauncherActivityInfo: packageName: com.microsoft.office.powerpoint, supportTheme: false, height: 288, width: 288, density: 640
11-30 15:18:08.106 16237 16237 D ShortCutModel: aInfo= com.microsoft.office.apphost.LaunchActivity
11-30 15:18:08.165 13746 13746 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService PairActivityUserId=150 }
11-30 15:18:08.165 13746 13746 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService PairActivityUserId=150 }
11-30 15:18:08.176 24830 24830 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10112
11-30 15:18:08.177 24830 24830 D Proxy   : mdoP is null: 10112
11-30 15:18:08.188  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:08.188  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:08.188  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:08.201 16237 16237 D SFolderContainerUtils: isVerified= true
11-30 15:18:08.363 24729 24827 I SEMS:SamsungAccount: [ConsentWorkManager] checkWorkerIsRunning
11-30 15:18:08.385 24729 24827 I SEMS:SamsungAccount: [AccountManagerUtil] isHaveSA() - true
11-30 15:18:08.385 24729 24827 I SEMS:SamsungAccount: [ConsentWorkManager] startWorkerAfterCheckCondition, isRunning : true, isSignOut : false
11-30 15:18:08.386 24729 24729 D SamsungAnalytics201007: [Tracker] Tracker start:2.01.007DLC
11-30 15:18:08.387 24729 24729 D SamsungAnalytics201007: newThread on Executor
11-30 15:18:08.474 24729 24784 D DCL-2.0.01_ProfileDatabaseHelper: insertProfileList exit : true
11-30 15:18:08.474 24729 24784 D DCL-2.0.01_Database: insertProfileList : true
11-30 15:18:08.474 24729 24784 D DCL-2.0.01-HIGH_Policy: setProfileList exit : success
11-30 15:18:08.474 24729 24784 D DclDataManager: Exit DCL profile init from policy database.
11-30 15:18:08.479 24628 24628 D EventBus: No subscribers registered for event class com.samsung.android.rubin.event.RegistrationCompleted
11-30 15:18:08.479 24628 24628 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
11-30 15:18:08.798 13746 15929 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
11-30 15:18:08.918 23817 23817 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:18:08.928 23817 23817 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:18:08.947 23617 24588 I Finsky  : [43815] pob.a(16): SCH: job service finished with id 9737.
11-30 15:18:09.151 16067 24004 I GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=12803 trafficStatsUid=-1
11-30 15:18:09.188  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:09.188  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:09.188  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:09.388 13746 13891 W Icing   : No valid account for uploading user actions
11-30 15:18:09.392  6077  6077 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.icing.LIGHTWEIGHT_INDEX_SERVICE cmp=com.google.android.gms/.chimera.PersistentApiService PairActivityUserId=150 }
11-30 15:18:09.392  6077  6077 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.icing.LIGHTWEIGHT_INDEX_SERVICE cmp=com.google.android.gms/.chimera.PersistentApiService PairActivityUserId=150 }
11-30 15:18:09.418 13746 15926 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=30
11-30 15:18:09.447 13746 13891 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:18:09.451 13746 13891 W Icing   : No valid account for uploading user actions
11-30 15:18:09.471 13746 13891 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:18:09.474 13746 13891 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:18:09.508 24729 24729 I SEMS:SamsungAccount: [SamsungAccount] initBixby()
11-30 15:18:09.509 24729 24729 I SEMS:SamsungAccount: [SamsungAccount] initBixby2()
11-30 15:18:09.509 24729 24729 I CapsuleProvider_1.0.9: releasing initialize wait lock.
11-30 15:18:09.540  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:18:09.541  2985  5090 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:18:09.541  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:18:09.544  2985  2985 I MotionRecognitionService: Plugged
11-30 15:18:09.544  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:18:09.544  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:18:09.569  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:18:09.641 13746 13891 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:18:09.642  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:18:09.642  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:18:09.869 24729 24729 I SEMS:SamsungAccount: [ContactJobService] start job scheduler
11-30 15:18:09.879 24729 24729 I SEMS:SamsungAccount: [ContactJobService] profile uri registered..!
11-30 15:18:09.880 24729 24729 I SEMS:SamsungAccount: [ContactJobService] schedule success
11-30 15:18:09.880 24729 24729 I SEMS:SamsungAccount: [PushUtil] registerPushListener
11-30 15:18:09.880 24729 24729 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SEMS][PushLog][2][SmpManager] registerMessageCallbackForSA
11-30 15:18:09.880 24729 24729 I SEMS:SamsungAccount: [PushUtil] registerPushTokenListener
11-30 15:18:09.880 24729 24729 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SEMS][PushLog][2][SmpManager] registerTokenCallback
11-30 15:18:09.880 24729 24729 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SEMS][PushLog][2][SmpManager] init
11-30 15:18:09.881 24729 24729 D SmpLog  : init
11-30 15:18:09.882 24729 24729 I SEMS:SamsungAccount: [SamsungAccount] init done
11-30 15:18:09.888 24729 24729 D CommonUtils: isSepDevice : This device is SEP Device
11-30 15:18:09.889 24729 24729 D CommonUtils: isMainUser : userId is = 0
11-30 15:18:09.889 24729 24729 D CommonUtils: isMainUser = true
11-30 15:18:09.889 24729 24729 D CommonUtils: isSepDevice : This device is SEP Device
11-30 15:18:09.889 24729 24729 I SEMS:MobileService_10.5.0.000: [2][MobileServiceSocialApplication] init start
11-30 15:18:09.889 24729 24729 I SEMS:RegistrationLog_1.0: [[AuthLog]][2][MobileServiceDeviceAuth] init
11-30 15:18:09.890 24729 24729 I SEMS:DataAdapterLog_1.0: [2][CoreAppsFeature] CoreAppsFeature init start init flag : false, invalidate : false
11-30 15:18:09.894 24729 24729 I SEMS:DataAdapterLog_1.0: [2][CoreAppsFeature] setSupportService  : 0, true
11-30 15:18:09.894 24729 24729 I SEMS:DataAdapterLog_1.0: [2][CoreAppsFeature] setSupportService  : 1, true
11-30 15:18:09.894 24729 24729 I SEMS:DataAdapterLog_1.0: [2][CoreAppsFeature] setSupportService  : 2, true
11-30 15:18:09.894 24729 24729 I SEMS:DataAdapterLog_1.0: [2][CoreAppsFeature] setSupportService  : 3, true
11-30 15:18:09.894 24729 24729 I SEMS:DataAdapterLog_1.0: [2][CoreAppsFeature] setSupportService  : 4, true
11-30 15:18:09.894 24729 24729 I SEMS:DataAdapterLog_1.0: [2][CoreAppsFeature] device check : true, false
11-30 15:18:09.894 24729 24729 I SEMS:DataAdapterLog_1.0: [2][CoreAppsFeature] setSupportService  : 1, false
11-30 15:18:09.894 24729 24729 I SEMS:DataAdapterLog_1.0: [2][CoreAppsFeature] setSupportService  : 3, false
11-30 15:18:09.894 24729 24729 I SEMS:DataAdapterLog_1.0: [2][CoreAppsFeature] setSupportService  : 1, false
11-30 15:18:09.894 24729 24729 I SEMS:DataAdapterLog_1.0: [2][CoreAppsFeature] setSupportService  : 3, false
11-30 15:18:09.894 24729 24729 I SEMS:DataAdapterLog_1.0: [2][CoreAppsFeature] CoreAppsFeature init end
11-30 15:18:09.894 23817 23817 E CustomizedTextParser: getCustomizedText Rule is empty. mRuleMap={}
11-30 15:18:09.894 24729 24729 I SEMS:RegistrationLog_1.0: [[AuthLog]][2][MobileServiceDeviceAuth] =====MobileServiceDeviceAuth init=====
11-30 15:18:09.894 24729 24729 I SEMS:RegistrationLog_1.0: [[AuthLog]][2][EnhancedAccountWrapper] =====addAccountPushListener=====
11-30 15:18:09.900 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][EnhancedFeatures] registerFeature : 4com.samsung.android.mobileservice.auth.apis.EnhancedAccount$1@48d41ff
11-30 15:18:09.919 24729 24729 I SEMS:DataAdapterLog_1.0: [2][ConnectivityUtils] is SMS capable? : true
11-30 15:18:09.920 24729 24729 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:18:09.975 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:18:09.996  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:09.997  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:10.010 24729 24729 I SEMS:DataAdapterLog_1.0: [2][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:18:10.011  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:10.011  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:10.012 24729 24729 I SEMS:DataAdapterLog_1.0: [2][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:18:10.012 24729 24729 I SEMS:RegistrationLog_1.0: [[AuthLog]][2][EnhancedAccountWrapper] =====getDuid=====
11-30 15:18:10.023 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:18:10.023 24729 24729 I SEMS:RegistrationLog_1.0: [[AuthLog]][2][MobileServiceDeviceAuth] [Registered]
11-30 15:18:10.024 24729 24729 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:18:10.027 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:18:10.028  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:10.029  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:10.031 24729 24729 I SEMS:DataAdapterLog_1.0: [2][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:18:10.032  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:10.032  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:10.033 24729 24729 I SEMS:DataAdapterLog_1.0: [2][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:18:10.033 24729 24729 I SEMS:RegistrationLog_1.0: [[AuthLog]][2][EnhancedAccountWrapper] =====getDuid=====
11-30 15:18:10.045 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:18:10.045 24729 24729 D SEMS:RegistrationLog_1.0: [[AuthLog]][2][MobileServiceDeviceAuth] [Registered][89271633409736812]
11-30 15:18:10.046 24729 24729 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isSamsungAccountSignedIn : true
11-30 15:18:10.048 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][ConnectivityUtils] is SMS capable? : true
11-30 15:18:10.048 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:18:10.052 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:18:10.053  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:10.053  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:10.055 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:18:10.056  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:10.057  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:10.060 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:18:10.062 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:18:10.063 24729 24729 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SSF][2][EasySignUpInterface] isAuth is true
11-30 15:18:10.063 24729 24729 D SEMS:RegistrationLog_1.0: [[AuthLog]][2][EasySignUpPref] putBoolean key : need_to_skip_recovery_auth, value : true
11-30 15:18:10.063 24729 24729 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SEMS][PushLog][2][SmpManager] registerTokenCallback
11-30 15:18:10.063 24729 24729 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SEMS][PushLog][2][SmpManager] registerMessageCallback - 0
11-30 15:18:10.064 24729 24729 I SEMS:RegistrationLog_1.0: [[AuthLog]][2][MobileServiceDeviceAuth] VERSION : 10.8.03.2
11-30 15:18:10.064 24729 24729 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isSamsungAccountSignedIn : true
11-30 15:18:10.064 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:18:10.067 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:18:10.068  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:10.068  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:10.070 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:18:10.071  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:10.071  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:10.073 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:18:10.077 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:18:10.077 24729 24729 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SSF][2][EasySignUpInterface] isAuth is true
11-30 15:18:10.077 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EPref] getLong - key : last_heart_beat_time , value : 1638254194769
11-30 15:18:10.077 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EPref] getLong - key : heart_beat_interval , value : 43200000
11-30 15:18:10.090 24729 24729 I SEMS:RegistrationLog_1.0: [AgreementLog][2][MobileServiceAgreement] init.
11-30 15:18:10.188  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:10.188  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:10.188  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:10.191  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1075, previously 1574
11-30 15:18:10.191  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1733, previously 1739
11-30 15:18:10.192  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 205, previously 1394
11-30 15:18:10.430 14965 15054 I PlayCommon: [43193] aamo.k(22): Preparing logs for uploading
11-30 15:18:10.459 14965 15054 W PlayCommon: [43193] aamo.m(1): No account for auth token provided
11-30 15:18:10.459 14965 15054 I PlayCommon: [43193] aamo.k(169): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true
11-30 15:18:10.491 14965 15054 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:18:10.491 14965 15054 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:18:10.717 24729 24729 D SEMS:RegistrationLog_1.0: [AgreementLog][2][AgreementPref] getBoolean. key : force_reagree_for_korea_model , value : false
11-30 15:18:10.717 24729 24729 I SEMS:MobileService_10.5.0.000: [BLog][2][MobileServiceBuddy] init
11-30 15:18:10.720 24729 24729 I SEMS:MobileService_10.5.0.000: [BLog][2][BPref] getBoolean - key: enable_profile_sharing , value: false
11-30 15:18:10.720 24729 24729 I SEMS:MobileService_10.5.0.000: [BLog][2][BPref] getBoolean - key: before_enable_profile_sharing , value: false
11-30 15:18:10.720 24729 24729 I SEMS:MobileService_10.5.0.000: [BLog][2][BPref] getLong - key: sentpush_timestamp , value: 1635116597561
11-30 15:18:10.720 24729 24729 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SEMS][PushLog][2][SmpManager] registerMessageCallback - 9
11-30 15:18:10.720 24729 24729 I SEMS:MobileService_10.5.0.000: [BLog][2][ObserverJobService] Observer scheduled
11-30 15:18:10.721 24729 24729 I SEMS:MobileService_10.5.0.000: [BLog][2][ObserverJobService] schedule success
11-30 15:18:10.722 24729 24729 I SEMS:MobileService_10.5.0.000: [BLog][2][PollingJobService] polling job service was already scheduled
11-30 15:18:10.723 24729 24729 I chatty  : uid=10211(com.samsung.android.mobileservice) identical 1 line
11-30 15:18:10.723 24729 24729 I SEMS:MobileService_10.5.0.000: [BLog][2][PollingJobService] polling job service was already scheduled
11-30 15:18:10.723 24729 24729 I SEMS:MobileService_10.5.0.000: [CDMSG_][2][MobileServiceMessage]  ######## init ######## 
11-30 15:18:10.731 16067 24004 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.google.android.gms/shared_prefs/usage_stats_manager_prefs.xml: [<1: 0, <2: 0, <4: 2, <8: 6, <16: 25, <32: 35, <64: 19, <128: 8, <256: 7, <512: 2, <1024: 5, <2048: 5, <4096: 1, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:18:11.109  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:18:11.118 24729 24729 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SEMS][PushLog][2][SmpManager] registerMessageCallback - 7
11-30 15:18:11.119 24729 24729 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SEMS][PushLog][2][SmpManager] registerMessageCallback - 8
11-30 15:18:11.119 24729 24729 I SEMS:MobileService_10.5.0.000: [SLog][2][ShareCommonAPI] init
11-30 15:18:11.119 24729 24729 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SEMS][PushLog][2][SmpManager] registerMessageCallback - 12
11-30 15:18:11.119 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][MobileServiceActivity] init
11-30 15:18:11.122 24729 24729 I SEMS:MobileService_10.5.0.000: [ShopLog][2][MobileServiceShop] init.
11-30 15:18:11.123 24729 24729 I SEMS:MobileService_10.5.0.000: [FeedbackLog][2][MobileServiceFeedback] init
11-30 15:18:11.123 24729 24729 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SEMS][PushLog][2][SmpManager] registerMessageCallback - 13
11-30 15:18:11.123 24729 24729 I SEMS:MobileService_10.5.0.000: [CacheLog][2][MobileServiceCache] init
11-30 15:18:11.125 16067 24004 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:18:11.130 24729 24729 I SEMS:MobileService_10.5.0.000: [CLog][2][CalendarPolicyUtil] updateIsSupportCalendarShare. device type is phone
11-30 15:18:11.130 24729 24729 I SEMS:MobileService_10.5.0.000: [CLog][2][CalendarPolicyUtil] Not supported device
11-30 15:18:11.130 24729 24729 I SEMS:MobileService_10.5.0.000: [2][MobileServiceSocialApplication] init end
11-30 15:18:11.130 24729 24729 D SEMS:GroupUi: [MobileServiceGroupUiApplication][2] init application
11-30 15:18:11.130 24729 24729 D SEMS:GroupUi: [DeviceManager][2] mSdkVersion = 27
11-30 15:18:11.130 24729 24729 D SEMS:GroupUi: [DeviceManager][2] mBuildType = user
11-30 15:18:11.130 24729 24729 D SEMS:GroupUi: [DeviceManager][2] mDevice = on7xelte
11-30 15:18:11.130 24729 24729 D SEMS:GroupUi: [DeviceManager][2] mDisplay = M1AJQ.G610FDXS1CTE2
11-30 15:18:11.130 24729 24729 D SEMS:GroupUi: [DeviceManager][2] mProduct = on7xeltedd
11-30 15:18:11.130 24729 24729 D SEMS:GroupUi: [DeviceManager][2] mBuildId = M1AJQ
11-30 15:18:11.130 24729 24729 D SEMS:GroupUi: [DeviceManager][2] mIsTablet = false
11-30 15:18:11.130 24729 24729 I SEMS:GroupUi: [DeviceManager][2] init START
11-30 15:18:11.133 24729 24729 D SEMS:GroupUi: [DeviceManager][2] mDensity = 3.0
11-30 15:18:11.133 24729 24729 D SEMS:GroupUi: [DeviceManager][2] mDensityDpi = 480
11-30 15:18:11.133 24729 24729 D SEMS:GroupUi: [DeviceManager][2] mWidth = 1080
11-30 15:18:11.133 24729 24729 D SEMS:GroupUi: [DeviceManager][2] mHeight = 1920
11-30 15:18:11.133 24729 24729 D SEMS:GroupUi: [DeviceManager][2] mLocale = en_US
11-30 15:18:11.133 24729 24729 D SEMS:GroupUi: [DeviceManager][2] mMcc = 510
11-30 15:18:11.133 24729 24729 D SEMS:GroupUi: [DeviceManager][2] mMnc = 11
11-30 15:18:11.133 24729 24729 D SEMS:GroupUi: [DeviceManager][2] mScreenLayout = 2
11-30 15:18:11.133 24729 24729 D SEMS:GroupUi: [DeviceManager][2] mHasSetupWizard = true
11-30 15:18:11.133 24729 24729 D SEMS:GroupUi: [DeviceManager][2] mCSCCountryCode = ID
11-30 15:18:11.133 24729 24729 I SEMS:GroupUi: [DeviceManager][2] init END
11-30 15:18:11.134 24729 24729 I SEMS:GroupUi: [BuildInfo][2] Is ship binary? true
11-30 15:18:11.134 24729 24729 I SEMS:GroupUi: [BuildInfo][2] Is Eng binary? false
11-30 15:18:11.134 24729 24729 I SEMS:GroupUi: [BuildInfo][2] Support SEP : true
11-30 15:18:11.134 24729 24729 I SEMS:GroupUi: [BuildInfo][2] SEP Version : 90500
11-30 15:18:11.134 24729 24729 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SEMS][PushLog][2][SmpManager] init
11-30 15:18:11.134 24729 24729 D SmpLog  : init
11-30 15:18:11.145 16067 24004 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:18:11.176 24729 24729 I SEMS:SamsungAccount: [SamsungAccount] isInitCompleted = true
11-30 15:18:11.185 16067 24004 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:18:11.188  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:11.188  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:11.188  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:11.202 24729 24729 I SEMS:SamsungAccount: [TPMU]  strSIMState     :SIM_STATE_READY
11-30 15:18:11.205 24729 24729 I SEMS:SamsungAccount: [TPMU] getMccFromUsim : 510
11-30 15:18:11.205 24729 24729 I SEMS:SamsungAccount: getMccForGalaxyJpn step1 PURE MCC : 510
11-30 15:18:11.205 24729 24729 I SEMS:SamsungAccount: [LocalBusinessException] REF_JPN : true
11-30 15:18:11.209 24729 24729 I SEMS:SamsungAccount: [RS] OnCreate Service
11-30 15:18:11.248 24729 24729 I SEMS:SamsungAccount: [RS] OnBind
11-30 15:18:11.248 24729 24729 I SEMS:SamsungAccount: [RS] [InAIDL] Service bound
11-30 15:18:11.261 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateReceiver] local broadcast received. action : com.samsung.android.mobileservice.ACTION_CHECK_REACTIVATION
11-30 15:18:11.262 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateReceiver] checkActivatedPackageChanged
11-30 15:18:11.262 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:18:11.264 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:18:11.266  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:11.266  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:11.268 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:18:11.269  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:11.270  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:11.271 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:18:11.274 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:18:11.274 24729 24729 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SSF][2][EasySignUpInterface] isAuth is true
11-30 15:18:11.274 24729 24729 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:18:11.275 24729 24729 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isDaAuthSupportedDevice : true
11-30 15:18:11.276 24729 24729 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isSamsungAccountSignedIn : true
11-30 15:18:11.276 24729 24729 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isDaAuthSupportedDevice ? true, isAccountSignedInAndHasPushToken ? true, isAuth ? true
11-30 15:18:11.276 24729 24729 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isEasySignUpRegistered ? true
11-30 15:18:11.276 24729 24729 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:18:11.278 24729 24729 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isDaAuthSupportedDevice : true
11-30 15:18:11.278 24729 24729 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:18:11.281 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:18:11.282  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:11.282  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:11.284 24729 24729 I SEMS:DataAdapterLog_1.0: [2][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:18:11.284  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:11.285  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:11.286 24729 24729 I SEMS:DataAdapterLog_1.0: [2][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:18:11.286 24729 24729 I SEMS:DataAdapterLog_1.0: [2][NetworkManager] ssf client was null
11-30 15:18:11.561 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][ServerUtil] 36cdf643e6119cb2506a911fc80add5e
11-30 15:18:11.562 24729 24729 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isShipBinary :true
11-30 15:18:11.567 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:18:11.575 24729 24729 I chatty  : uid=10211(com.samsung.android.mobileservice) identical 2 lines
11-30 15:18:11.579 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:18:11.579 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:18:11.581 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:18:11.582  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:11.583  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:11.584 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:18:11.585  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:11.585  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:11.586 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:18:11.590 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:18:11.591 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:18:11.593 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:18:11.594  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:11.594  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:11.595 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:18:11.596  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:11.596  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:11.598 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:18:11.602 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:18:11.602 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:18:11.604 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:18:11.605  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:11.606  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:11.607 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:18:11.608  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:11.608  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:11.610 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:18:11.614 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:18:11.614 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:18:11.616 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:18:11.618  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:11.618  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:11.620 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:18:11.620  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:11.621  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:11.622 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:18:11.626 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:18:11.626 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:18:11.668 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:18:11.668 14965 14978 W zygote  : Suspending all threads took: 153.848ms
11-30 15:18:11.669  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:11.669  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:11.671 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:18:11.672  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:11.672  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:11.674 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:18:11.678 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:18:11.679 24729 24729 I SEMS:DataAdapterLog_1.0: [2][NetworkManager] SSF initialization is done.
11-30 15:18:11.679 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] refreshCachedMap
11-30 15:18:11.693 24729 24729 D SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateProvider] query URI = content://com.samsung.android.mobileservice.social.activate/query
11-30 15:18:11.828 24729 24729 E SEMS:DataAdapterLog_1.0: [2][PackageUtils] getLongAppVersionCode. android.content.pm.PackageManager$NameNotFoundException: com.samsung.android.app.social
11-30 15:18:11.829 24729 24729 E SEMS:DataAdapterLog_1.0: [2][PackageUtils] getLongAppVersionCode. android.content.pm.PackageManager$NameNotFoundException: com.samsung.android.homemode
11-30 15:18:11.829 24729 24729 E SEMS:DataAdapterLog_1.0: [2][PackageUtils] getLongAppVersionCode. android.content.pm.PackageManager$NameNotFoundException: com.samsung.fhub
11-30 15:18:11.829 24729 24729 E SEMS:DataAdapterLog_1.0: [2][PackageUtils] getLongAppVersionCode. android.content.pm.PackageManager$NameNotFoundException: com.samsung.android.app.reminder
11-30 15:18:11.830 24729 24729 E SEMS:DataAdapterLog_1.0: [2][PackageUtils] getLongAppVersionCode. android.content.pm.PackageManager$NameNotFoundException: com.sec.mhs.smarttethering
11-30 15:18:11.905 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivationListTask] Get activation list : size = 8, curVesion: 1080300002
11-30 15:18:11.906 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] insertDB:Sems
11-30 15:18:11.906 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] insertActivateTarget
11-30 15:18:11.906 24729 24729 E SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] invalid insert condition - info : com.samsung.android.mobileservice.registration.activate.data.ActivateInfo@7126fb, context : com.samsung.android.mobileservice.MobileServiceApplication@9188a5e, or already stored
11-30 15:18:11.906 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] requestActivate:Sems
11-30 15:18:11.907 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : true
11-30 15:18:11.907 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] already activated : Sems
11-30 15:18:11.907 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] detected invalid condition, do not request activate
11-30 15:18:11.907 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : false
11-30 15:18:11.907 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] removeFromMap
11-30 15:18:11.907 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] insertDB:Gallery
11-30 15:18:11.907 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] insertActivateTarget
11-30 15:18:11.907 24729 24729 E SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] invalid insert condition - info : com.samsung.android.mobileservice.registration.activate.data.ActivateInfo@b304318, context : com.samsung.android.mobileservice.MobileServiceApplication@9188a5e, or already stored
11-30 15:18:11.907 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] requestActivate:Gallery
11-30 15:18:11.907 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : true
11-30 15:18:11.907 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] already activated : Gallery
11-30 15:18:11.907 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] detected invalid condition, do not request activate
11-30 15:18:11.907 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : false
11-30 15:18:11.907 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] removeFromMap
11-30 15:18:11.907 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] insertDB:DailyBoard
11-30 15:18:11.907 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] insertActivateTarget
11-30 15:18:11.907 24729 24729 E SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] invalid insert condition - info : com.samsung.android.mobileservice.registration.activate.data.ActivateInfo@48e1171, context : com.samsung.android.mobileservice.MobileServiceApplication@9188a5e, or already stored
11-30 15:18:11.907 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] requestActivate:DailyBoard
11-30 15:18:11.907 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : true
11-30 15:18:11.907 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] checkPackageNotInstalled
11-30 15:18:11.908 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] package is not installed in this device : DailyBoard
11-30 15:18:11.908 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] checkPackageInstalled() is false: DailyBoard
11-30 15:18:11.908 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] detected invalid condition, do not request activate
11-30 15:18:11.908 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : false
11-30 15:18:11.908 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] removeFromMap
11-30 15:18:11.908 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] insertDB:SocialApp
11-30 15:18:11.908 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] insertActivateTarget
11-30 15:18:11.908 24729 24729 E SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] invalid insert condition - info : com.samsung.android.mobileservice.registration.activate.data.ActivateInfo@8340b56, context : com.samsung.android.mobileservice.MobileServiceApplication@9188a5e, or already stored
11-30 15:18:11.908 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] requestActivate:SocialApp
11-30 15:18:11.908 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : true
11-30 15:18:11.908 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] checkPackageNotInstalled
11-30 15:18:11.909 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] package is not installed in this device : SocialApp
11-30 15:18:11.909 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] checkPackageInstalled() is false: SocialApp
11-30 15:18:11.909 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] detected invalid condition, do not request activate
11-30 15:18:11.909 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : false
11-30 15:18:11.909 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] removeFromMap
11-30 15:18:11.909 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] insertDB:Reminder
11-30 15:18:11.909 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] insertActivateTarget
11-30 15:18:11.909 24729 24729 E SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] invalid insert condition - info : com.samsung.android.mobileservice.registration.activate.data.ActivateInfo@42137d7, context : com.samsung.android.mobileservice.MobileServiceApplication@9188a5e, or already stored
11-30 15:18:11.909 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] requestActivate:Reminder
11-30 15:18:11.909 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : true
11-30 15:18:11.909 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] checkPackageNotInstalled
11-30 15:18:11.909 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] package is not installed in this device : Reminder
11-30 15:18:11.909 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] checkPackageInstalled() is false: Reminder
11-30 15:18:11.910 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] detected invalid condition, do not request activate
11-30 15:18:11.910 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : false
11-30 15:18:11.910 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] removeFromMap
11-30 15:18:11.910 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] insertDB:Note
11-30 15:18:11.910 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] insertActivateTarget
11-30 15:18:11.910 24729 24729 E SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] invalid insert condition - info : com.samsung.android.mobileservice.registration.activate.data.ActivateInfo@87278c4, context : com.samsung.android.mobileservice.MobileServiceApplication@9188a5e, or already stored
11-30 15:18:11.910 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] requestActivate:Note
11-30 15:18:11.910 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : true
11-30 15:18:11.910 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] already activated : Note
11-30 15:18:11.910 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] detected invalid condition, do not request activate
11-30 15:18:11.910 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : false
11-30 15:18:11.910 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] removeFromMap
11-30 15:18:11.910 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] insertDB:SmartTethering
11-30 15:18:11.910 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] insertActivateTarget
11-30 15:18:11.910 24729 24729 E SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] invalid insert condition - info : com.samsung.android.mobileservice.registration.activate.data.ActivateInfo@52153ad, context : com.samsung.android.mobileservice.MobileServiceApplication@9188a5e, or already stored
11-30 15:18:11.910 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] requestActivate:SmartTethering
11-30 15:18:11.910 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : true
11-30 15:18:11.910 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] checkPackageNotInstalled
11-30 15:18:11.911 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] package is not installed in this device : SmartTethering
11-30 15:18:11.911 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] checkPackageInstalled() is false: SmartTethering
11-30 15:18:11.911 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] detected invalid condition, do not request activate
11-30 15:18:11.911 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : false
11-30 15:18:11.911 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] removeFromMap
11-30 15:18:11.911 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] insertDB:FamilyHub
11-30 15:18:11.911 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] insertActivateTarget
11-30 15:18:11.911 24729 24729 E SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] invalid insert condition - info : com.samsung.android.mobileservice.registration.activate.data.ActivateInfo@b7d86e2, context : com.samsung.android.mobileservice.MobileServiceApplication@9188a5e, or already stored
11-30 15:18:11.911 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] requestActivate:FamilyHub
11-30 15:18:11.911 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : true
11-30 15:18:11.911 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] checkPackageNotInstalled
11-30 15:18:11.911 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] package is not installed in this device : FamilyHub
11-30 15:18:11.912 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] checkPackageInstalled() is false: FamilyHub
11-30 15:18:11.912 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] detected invalid condition, do not request activate
11-30 15:18:11.912 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : false
11-30 15:18:11.912 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] removeFromMap
11-30 15:18:11.912 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][DisableUnusedActivationTask] start
11-30 15:18:11.913 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivationListTask] Get activation list : size = 8, curVesion: 1080300002
11-30 15:18:11.913 24729 24729 I SEMS:DataAdapterLog_1.0: [NetworkCommon][SEMS][PolicyLog][2][SyncPolicyTask] syncPolicy
11-30 15:18:11.938 14965 15054 I PlayCommon: [43193] aamo.k(201): Successfully uploaded logs.
11-30 15:18:11.952 24729 24729 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isSamsungAccountSignedIn : true
11-30 15:18:11.952 24729 24729 I SEMS:DataAdapterLog_1.0: [NetworkCommon][SEMS][PolicyLog][2][SyncPolicyTask] updatePolicyDB
11-30 15:18:11.964 24729 24729 I SEMS:DataAdapterLog_1.0: [NetworkCommon][SEMS][PolicyLog][2][StoredPollingData] syncedTime: 1638191403715, needSync : false
11-30 15:18:11.964 24729 24729 I SEMS:DataAdapterLog_1.0: [NetworkCommon][SEMS][PolicyLog][2][SyncPolicyTask] requestSync : no need sync
11-30 15:18:11.964 24729 24729 I SEMS:DataAdapterLog_1.0: [NetworkCommon][SEMS][PolicyLog][2][SyncPolicyTask] finish sync policy callback
11-30 15:18:11.965 24729 24729 I SEMS:SamsungAccount: [RS] OnDestroy Service
11-30 15:18:11.965 24729 24729 I SEMS:SamsungAccount: [SamsungService] Check SA EF Mapping
11-30 15:18:11.965 24729 24729 I SEMS:SamsungAccount: [ODM] isRequireEmailVerify
11-30 15:18:11.965 24729 24729 I SEMS:SamsungAccount: [ODM] getTncCursor
11-30 15:18:11.965 24729 24729 I SEMS:SamsungAccount: [OpenContentProvider]  URI : content://com.msc.openprovider.openContentProvider/tncRequest
11-30 15:18:11.967 24729 24729 I SEMS:SamsungAccount: [AccountManagerUtil] isHaveSA() - true
11-30 15:18:11.977 24729 24729 I SEMS:SamsungAccount: [ODM] isRequireNameValid
11-30 15:18:11.978 24729 24729 I SEMS:SamsungAccount: [ODM] getTncCursor
11-30 15:18:11.978 24729 24729 I SEMS:SamsungAccount: [OpenContentProvider]  URI : content://com.msc.openprovider.openContentProvider/tncRequest
11-30 15:18:11.978 24729 24729 I SEMS:SamsungAccount: [AccountManagerUtil] isHaveSA() - true
11-30 15:18:12.015 24729 24729 I SEMS:SamsungAccount: [DbManagerV2] getMccFromDB
11-30 15:18:12.015 24729 24729 I SEMS:SamsungAccount: [DbManagerV2] getDataV02ForItems
11-30 15:18:12.015 24729 24729 I SEMS:SamsungAccount: [SSP] query invoked
11-30 15:18:12.040  2706  2706 W keystore: ENTER remove operation from uid 10211
11-30 15:18:12.188  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:12.189  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:12.189  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:12.620  2985  2999 I PrintManagerService: onPackageModified com.microsoft.office.powerpoint
11-30 15:18:12.840  4604 21401 D LauncherApps: onPackageChanged 0,com.microsoft.office.powerpoint
11-30 15:18:12.840  4604  4604 D Launcher.Model: onPackageChanged:com.microsoft.office.powerpoint user:UserHandle{0}
11-30 15:18:12.840  4604  4604 D Launcher.Model: isValidStateInKnoxMode:false user:UserHandle{0}
11-30 15:18:12.861  4604  4680 W Launcher.Model: checkFinderState return, operation is not matched
11-30 15:18:12.862  4604  4680 D Launcher.Model: Loader.updatePackage com.microsoft.office.powerpoint
11-30 15:18:12.880 24729 24729 I SEMS:SamsungAccount: Not Skip Name Validation by accountMCC
11-30 15:18:12.881 24729 24729 I SEMS:SamsungAccount: [ODM] mIsRequireEmailorNameVerification : false
11-30 15:18:12.881 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:18:12.884 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:18:12.885  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:12.886  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:12.887 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:18:12.888  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:12.888  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:12.890 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:18:12.892 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:18:12.892 24729 24729 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SSF][2][EasySignUpInterface] isAuth is true
11-30 15:18:12.892 24729 24729 I SEMS:SamsungAccount: [DbManagerV2] getUserID
11-30 15:18:12.892 24729 24729 I SEMS:SamsungAccount: [DbManagerV2] getDataV02ForItems
11-30 15:18:12.892 24729 24729 I SEMS:SamsungAccount: [SSP] query invoked
11-30 15:18:12.897  2706  2706 W keystore: ENTER remove operation from uid 10211
11-30 15:18:12.898 24729 24729 I SEMS:SamsungAccount: [SamsungService] result : false
11-30 15:18:12.899 24729 24729 I SEMS:SamsungAccount: [SamsungService] No need to call EF Mapping API
11-30 15:18:12.899 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityReceiver] onReceive
11-30 15:18:12.909 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityProgressTaskManager] notify
11-30 15:18:12.946  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 0
11-30 15:18:12.947  4604  4680 V LauncherApps: Returning activity for profile UserHandle{0} : ComponentInfo{com.microsoft.office.powerpoint/com.microsoft.office.apphost.LaunchActivity}
11-30 15:18:12.955  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:12.955  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:12.968  4604  4680 I ApplicationPackageManager: load=com.microsoft.office.powerpoint, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:18:12.970  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:12.974  4604  4680 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:18:12.985  4604  4680 I ApplicationPackageManager: load=com.microsoft.office.powerpoint-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:18:12.993  4604  4680 D LauncherActivityInfo: packageName: com.microsoft.office.powerpoint, supportTheme: true, height: 144, width: 144, density: 640
11-30 15:18:13.023  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:18:13.035  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 0
11-30 15:18:13.036  4604  4680 V LauncherApps: Returning activity for profile UserHandle{0} : ComponentInfo{com.microsoft.office.powerpoint/com.microsoft.office.apphost.LaunchActivity}
11-30 15:18:13.036  4604  4680 D DataLoader: updatePackage:com.microsoft.office.powerpoint
11-30 15:18:13.047  2985  3612 D LauncherAppsService: is Package Hidden: false
11-30 15:18:13.079  4604  4680 I AppsModel: addOrUpdater
11-30 15:18:13.079  4604  4680 I AppsModel: addOrUpdater cn = ComponentInfo{com.microsoft.office.powerpoint/com.microsoft.office.apphost.LaunchActivity} , UserHandle{0}
11-30 15:18:13.081  4604  4680 I AppsModel: addOrUpdater update item = IconInfo(title=PowerPoint intent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.microsoft.office.powerpoint/com.microsoft.office.apphost.LaunchActivity (has extras) } id=53 type=0 container=50 screen=0 cellX=2 cellY=0 spanX=1 spanY=1 rank=2 hidden=0 dropPos=null user=UserHandle{0})
11-30 15:18:13.081  4604  4680 D AppsCustomAdapter: notifyUpdate : com.android.launcher3.Launcher@46d4052
11-30 15:18:13.081  4604  4680 D AppsDragController: needDeferToBind : true , false
11-30 15:18:13.082  2985  3612 D LauncherAppsService: is Package Hidden: false
11-30 15:18:13.083  4604  4680 D WidgetLoader: ignore dirty because widgets are not changed
11-30 15:18:13.139  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:18:13.189  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:13.189  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:13.189  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:13.285 16067 16077 I zygote  : Background concurrent copying GC freed 192580(12MB) AllocSpace objects, 42(3MB) LOS objects, 49% free, 15MB/31MB, paused 39.355ms total 323.865ms
11-30 15:18:13.437 23817 23817 W ResourceType: ResTable_typeSpec entry count inconsistent: given 15, previously 24
11-30 15:18:13.757 23817 23817 W ResourceType: ResTable_typeSpec entry count inconsistent: given 15, previously 24
11-30 15:18:14.103 24560 24560 I ExceptionHandler: JNI_OnLoad()
11-30 15:18:14.189  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:14.189  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:14.189  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:14.532  2985  2999 W Searchables: No global search activity found
11-30 15:18:14.533  2985  2999 I PrintManagerService: onPackageModified com.microsoft.office.powerpoint
11-30 15:18:14.537  4604 21401 D LauncherApps: onPackageChanged 150,com.microsoft.office.powerpoint
11-30 15:18:14.537  4604  4604 D Launcher.Model: onPackageChanged:com.microsoft.office.powerpoint user:UserHandle{150}
11-30 15:18:14.537  4604  4604 D Launcher.Model: isValidStateInKnoxMode:false user:UserHandle{150}
11-30 15:18:14.537  4604  4680 W Launcher.Model: checkFinderState return, operation is not matched
11-30 15:18:14.537  4604  4680 D Launcher.Model: Loader.updatePackage com.microsoft.office.powerpoint
11-30 15:18:14.538  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 150
11-30 15:18:14.538  4604  4680 V LauncherApps: source and target users are different, and caller is knox container or target user is for secure folder, so request cannot be granted!
11-30 15:18:14.538  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 150
11-30 15:18:14.538  4604  4680 V LauncherApps: source and target users are different, and caller is knox container or target user is for secure folder, so request cannot be granted!
11-30 15:18:14.538  4604  4680 D DataLoader: updatePackage:com.microsoft.office.powerpoint
11-30 15:18:14.540  4604  4977 D WidgetLoader: start loading
11-30 15:18:14.630 23817 23828 I zygote  : Background concurrent copying GC freed 176368(8MB) AllocSpace objects, 13(952KB) LOS objects, 49% free, 10MB/21MB, paused 231us total 265.110ms
11-30 15:18:14.713  6077  6077 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.herrevad.services.LightweightNetworkQualityAndroidService.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:18:14.733  4604  4680 D LauncherAWProviderInfo: GSA replace initialLayout. 
11-30 15:18:14.734  4604  4977 D LauncherAWProviderInfo: GSA replace initialLayout. 
11-30 15:18:14.899  4604  4977 D WidgetLoader: enter wait
11-30 15:18:14.970  4604  4617 I zygote  : Background concurrent copying GC freed 111591(6MB) AllocSpace objects, 9(1168KB) LOS objects, 49% free, 8MB/16MB, paused 292us total 176.101ms
11-30 15:18:15.157 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(0) data(0) accounts({}) accounts deleted({}) calls([]) countryIso(ID) userId(150)  ]

11-30 15:18:15.157 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ agr({})  ]

11-30 15:18:15.157 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({})  ]

11-30 15:18:15.157 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(0) data(0) accounts({})  ]

11-30 15:18:15.157 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(0) data(0) accounts({})  ]
11-30 15:18:15.189  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:15.189  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:15.189  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:15.223 24560 24560 I ExceptionHandler: NativeCrashManager: Logcat log collection is disabled.
11-30 15:18:15.224 24560 24560 E ExceptionHandler: getActiveNetwork returned null network.
11-30 15:18:15.736  2985  5090 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.drive.filepicker.GetMetadataActivity newState = 1 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:15.778 24560 24878 D ConnectivityManager: requestNetwork; CallingUid : 10011, CallingPid : 24560
11-30 15:18:15.869  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:15.869  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-6ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:15.869  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-6ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:15.870  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:15.870  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:15.870  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:15.870  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:15.870  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:15.870  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:15.870  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:15.870  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:15.870  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:15.870  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:15.870  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:15.870  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:15.870  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:15.870  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:15.870  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:15.954 24830 24888 W FieldDefinition: [ImpressionsTracker-0] Ignoring isIndexed constraint as field also has uniqueness constraint (on just this field, and therefore SQLite will have to create an index on that. For field: bjo$a@e1136d0
11-30 15:18:16.045  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:18:16.047  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:18:16.047  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:18:16.047  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:18:16.048  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:18:16.050 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:18:16.050  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:18:16.050  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:18:16.050  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:18:16.062 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:18:16.067  2985  2985 I MotionRecognitionService: Plugged
11-30 15:18:16.067  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:18:16.067  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:18:16.067 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:18:16.068 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:18:16.081  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:18:16.123 24560 24905 I AriaNotificationsManager: Aria NotificationsListener already unregistered
11-30 15:18:16.179 24560 24560 E 0:4128298168: :platstubs.cpp,Line#543:FreeLibrary NOTIMPL 
11-30 15:18:16.189  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:16.189  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:16.189  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:16.223 24560 24624 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.microsoft.office.powerpoint/shared_prefs/AppCenter.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 0, <64: 0, <128: 0, <256: 0, <512: 1, <1024: 0, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:18:16.240 24560 24560 V CXA_THROW: Hitting __cxa_throw  
11-30 15:18:16.240 24560 24560 V CXA_THROW: SetLastExceptionInfoForThread: Called
11-30 15:18:16.240 24560 24560 V CXA_THROW: SetLastExceptionInfoForThread: Creating entry for first time.
11-30 15:18:16.244 24560 24560 I CXA_THROW: SetLastExceptionInfoForThread: TLS entry updated.
11-30 15:18:16.245 24560 24560 V CXA_THROW: __cxa_throw not yet loaded, calling LoadOriginalThrowCode
11-30 15:18:16.245 24560 24560 V CXA_THROW: Trying to load __cxa_throw
11-30 15:18:16.245 24560 24560 I SharedLibraryLoader: loadCommonLibrary. Start dlopen(c++_shared, 1)
11-30 15:18:16.246 24560 24560 I SharedLibraryLoader: loadCommonLibrary. dlopen(/data/user/0/com.microsoft.office.powerpoint/files/data/applibs/libc++_shared.so, 1) successful. handle=0xb7b6a2ff
11-30 15:18:16.246 24560 24560 I SharedLibraryLoader: loadCommonLibrary. dlopen(c++_shared, 1) successful. handle=0xb7b6a2ff
11-30 15:18:16.246 24560 24560 I SharedLibraryLoader: loadCommonLibrary. End dlopen(c++_shared, 1)
11-30 15:18:16.249 24560 24560 I CXA_THROW: Successfully loaded __cxa_throw
11-30 15:18:16.252 24560 24560 V CXA_THROW: Hitting __cxa_throw  
11-30 15:18:16.252 24560 24560 V CXA_THROW: SetLastExceptionInfoForThread: Called
11-30 15:18:16.252 24560 24560 I CXA_THROW: SetLastExceptionInfoForThread: TLS entry updated.
11-30 15:18:16.252 24560 24560 V CXA_THROW: __cxa_throw: Already loaded
11-30 15:18:16.252 24560 24560 V CXA_THROW: Hitting __cxa_throw  
11-30 15:18:16.252 24560 24560 V CXA_THROW: SetLastExceptionInfoForThread: Called
11-30 15:18:16.253 24560 24560 I CXA_THROW: SetLastExceptionInfoForThread: TLS entry updated.
11-30 15:18:16.253 24560 24560 V CXA_THROW: __cxa_throw: Already loaded
11-30 15:18:16.253 24560 24560 V CXA_THROW: Hitting __cxa_throw  
11-30 15:18:16.253 24560 24560 V CXA_THROW: SetLastExceptionInfoForThread: Called
11-30 15:18:16.253 24560 24560 I CXA_THROW: SetLastExceptionInfoForThread: TLS entry updated.
11-30 15:18:16.253 24560 24560 V CXA_THROW: __cxa_throw: Already loaded
11-30 15:18:16.253 24560 24560 V CXA_THROW: Hitting __cxa_throw  
11-30 15:18:16.253 24560 24560 V CXA_THROW: SetLastExceptionInfoForThread: Called
11-30 15:18:16.253 24560 24560 I CXA_THROW: SetLastExceptionInfoForThread: TLS entry updated.
11-30 15:18:16.253 24560 24560 V CXA_THROW: __cxa_throw: Already loaded
11-30 15:18:16.255 24560 24560 I ExceptionHandler: NativeCrashManager: Logcat log collection is disabled.
11-30 15:18:16.295 23817 23817 E CustomizedTextParser: getCustomizedText Rule is empty. mRuleMap={}
11-30 15:18:16.497 24830 24888 W zygote  : Class ilg failed lock verification and will run slower.
11-30 15:18:16.497 24830 24888 W zygote  : Common causes for lock verification issues are non-optimized dex code
11-30 15:18:16.497 24830 24888 W zygote  : and incorrect proguard optimizations.
11-30 15:18:16.546 24560 24560 I zygote  : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
11-30 15:18:16.819 24830 24937 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found.
11-30 15:18:16.941 24830 24896 E NotificationAccessor: Cannot delete notification channel. Channel not found.
11-30 15:18:16.945 24830 24896 I chatty  : uid=10112(com.google.android.apps.docs) identical 17 lines
11-30 15:18:16.946 24830 24896 E NotificationAccessor: Cannot delete notification channel. Channel not found.
11-30 15:18:17.145  2985  3612 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.libraries.notifications.entrypoints.gcm.GcmBroadcastReceiver newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:17.158 24830 24937 W zygote  : Unsupported class loader
11-30 15:18:17.176  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:18:17.176  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:18:17.176  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:18:17.189  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:17.189  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:17.189  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:17.217 24830 24937 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:18:17.365 24830 24937 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:18:17.423 24830 24937 I zygote  : WaitForGcToComplete blocked ClassLinker on HeapTrim for 58.027ms
11-30 15:18:17.449 24560 24566 I zygote  : Do partial code cache collection, code=30KB, data=25KB
11-30 15:18:17.450 24560 24566 I zygote  : After code cache collection, code=29KB, data=25KB
11-30 15:18:17.450 24560 24566 I zygote  : Increasing code cache capacity to 128KB
11-30 15:18:17.578 24830 24937 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:18:17.603 24830 24937 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:18:17.658 24830 24937 W zygote  : Unsupported class loader
11-30 15:18:17.838 24830 24937 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:18:17.840 24830 24961 W DynamiteModule: Local module descriptor class for com.google.android.gms.providerinstaller.dynamite not found.
11-30 15:18:17.841 24830 24937 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:18:17.844 24830 24961 W ProviderInstaller: Failed to load providerinstaller module: No acceptable module found. Local version is 0 and remote version is 0.
11-30 15:18:17.902 24830 24961 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:18:17.908 24830 24961 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:18:17.928 24830 24937 I zygote  : WaitForGcToComplete blocked ClassLinker on ClassLinker for 86.532ms
11-30 15:18:18.049 24830 24937 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
11-30 15:18:18.177 24830 24961 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:18:18.189  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:18.189  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:18.189  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:18.195 24652 24652 I ExceptionHandler: JNI_OnLoad()
11-30 15:18:18.202 24830 24830 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:18:18.310 24830 24961 I zygote  : WaitForGcToComplete blocked ClassLinker on ClassLinker for 132.848ms
11-30 15:18:18.310 24830 24830 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:18:18.310 24830 24830 I zygote  : WaitForGcToComplete blocked ClassLinker on ClassLinker for 108.246ms
11-30 15:18:18.348 24830 24830 W zygote  : Verification of void upq.A(dzd) took 264.089ms
11-30 15:18:18.431  2985  5091 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.sync.syncadapter.DocsSyncAdapterService newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.441 24652 24988 D ConnectivityManager: requestNetwork; CallingUid : 15010011, CallingPid : 24652
11-30 15:18:18.448 24652 24652 I ExceptionHandler: NativeCrashManager: Logcat log collection is disabled.
11-30 15:18:18.453 24830 24848 W GmsIpProtection: [Binder:24830_3] Error changing state for com.google.android.apps.docs.sync.syncadapter.DocsSyncAdapterService
11-30 15:18:18.454  2985  5090 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.storagebackend.LegacyStorageBackendContentProvider newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.457  2985  3612 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.storagebackend.StorageBackendContentProvider newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.460  2985  3024 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.notification.guns.GcmBroadcastReceiver newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.470  2985  3024 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.drive.directsharing.ChooserTargetService newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.473  2985  3024 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.common.shareitem.UploadMenuActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.475  2985  5091 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.viewer.PdfViewerActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.478  2985  5091 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.viewer.ProjectorActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.480  2985  3024 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.drive.filepicker.GetMetadataActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.483  2985  3024 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.drive.capture.DocScannerActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.486  2985  3024 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.shortcut.ScanToDriveActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.489  2985  3024 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.androidshortcuts.ScanToDriveActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.492  2985  3024 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.androidshortcuts.CreateShortcutActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.495  2985  3024 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.androidshortcuts.CreateDocumentScanShortcutActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.498  2985  3024 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.common.androidshortcuts.ScanToDriveActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.501  2985  3024 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.common.androidshortcuts.CreateShortcutActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.512  2985  5090 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.common.androidshortcuts.CreateDocumentScanShortcutActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.515  2985  5090 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.drive.widget.WidgetConfigureActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.519  2985  3024 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.drive.widget.CakemixAppWidgetProvider newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.522  2985  5090 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.shared.documentcreation.WidgetDocumentCreatorActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.525 24830 24848 W GmsIpProtection: [Binder:24830_3] Error changing state for com.google.android.apps.docs.editors.shared.documentcreation.WidgetDocumentCreatorActivity
11-30 15:18:18.526  2985  5090 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.shared.documentcreation.ExternalDocumentCreatorActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.529 24830 24848 W GmsIpProtection: [Binder:24830_3] Error changing state for com.google.android.apps.docs.editors.shared.documentcreation.ExternalDocumentCreatorActivity
11-30 15:18:18.529  2985  3024 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.shared.widgets.NewDocumentWidgetActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.532 24830 24848 W GmsIpProtection: [Binder:24830_3] Error changing state for com.google.android.apps.docs.editors.shared.widgets.NewDocumentWidgetActivity
11-30 15:18:18.533  2985  5091 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.shared.export.FileContentProvider newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.536 24830 24848 W GmsIpProtection: [Binder:24830_3] Error changing state for com.google.android.apps.docs.editors.shared.export.FileContentProvider
11-30 15:18:18.536  2985  5090 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.shared.copypaste.AndroidClipboardContentProvider newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.539 24830 24848 W GmsIpProtection: [Binder:24830_3] Error changing state for com.google.android.apps.docs.editors.shared.copypaste.AndroidClipboardContentProvider
11-30 15:18:18.540  2985  5091 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.shared.copypaste.AndroidImageContentProvider newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.543 24830 24848 W GmsIpProtection: [Binder:24830_3] Error changing state for com.google.android.apps.docs.editors.shared.copypaste.AndroidImageContentProvider
11-30 15:18:18.544  2985  3024 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.shared.inserttool.clipboard.InsertToolClipboardContentProvider newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.547 24830 24848 W GmsIpProtection: [Binder:24830_3] Error changing state for com.google.android.apps.docs.editors.shared.inserttool.clipboard.InsertToolClipboardContentProvider
11-30 15:18:18.547  2985  5091 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.shared.inserttool.clipboard.InsertToolImageContentProvider newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.550 24830 24848 W GmsIpProtection: [Binder:24830_3] Error changing state for com.google.android.apps.docs.editors.shared.inserttool.clipboard.InsertToolImageContentProvider
11-30 15:18:18.551  2985  3024 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.kix.conversion.KixOnlineImportActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.554 24830 24848 W GmsIpProtection: [Binder:24830_3] Error changing state for com.google.android.apps.docs.editors.kix.conversion.KixOnlineImportActivity
11-30 15:18:18.554  2985  5091 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.ritz.conversion.RitzOnlineImportActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.557 24830 24848 W GmsIpProtection: [Binder:24830_3] Error changing state for com.google.android.apps.docs.editors.ritz.conversion.RitzOnlineImportActivity
11-30 15:18:18.558  2985  5091 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.punch.conversion.PunchOnlineImportActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:18:18.561 24830 24848 W GmsIpProtection: [Binder:24830_3] Error changing state for com.google.android.apps.docs.editors.punch.conversion.PunchOnlineImportActivity
11-30 15:18:18.647 24830 24961 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 294 native methods...
11-30 15:18:18.696 23817 23817 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:18:18.703 23817 23817 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:18:18.711 23817 23817 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2711, previously 2714
11-30 15:18:18.718 23817 23817 W ResourceType: ResTable_typeSpec entry count inconsistent: given 312, previously 1787
11-30 15:18:18.815 24830 24961 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL
11-30 15:18:18.832  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:18:18.833  2719  2788 I chatty  : uid=0(root) /system/bin/netd identical 2 lines
11-30 15:18:18.833  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:18:18.875  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:18.875  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:18.875  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:18.875  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-6ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:18.875  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-6ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:18.875  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-6ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:18.876  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:18.876  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:18.876  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:18.876  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:18.876  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:18.876  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:18.876  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:18.876  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:18.876  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:18.876  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:18.876  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:18.876  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:18.884  2985  2994 I zygote  : Background concurrent copying GC freed 295348(13MB) AllocSpace objects, 102(12MB) LOS objects, 26% free, 65MB/89MB, paused 362us total 929.727ms
11-30 15:18:18.889  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:18:18.890  2719  2788 I chatty  : uid=0(root) /system/bin/netd identical 1 line
11-30 15:18:18.892  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:18:19.104 14965 15031 I Finsky  : [43185] eny.call(44): Patch apply task for com.sec.spp.push (com.sec.spp.push) (format 5) completed in 19920 ms
11-30 15:18:19.190  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:19.190  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:19.190  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:19.288 24560 25008 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
11-30 15:18:19.298 14965 14965 I Finsky  : [2] enx.apply(131): Successfully applied patch to update com.sec.spp.push (com.sec.spp.push)
11-30 15:18:19.334 24560 25008 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:18:19.334 24560 25008 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:18:19.342 14965 14965 I Finsky  : [2] hsh.g(1): getDownloads()
11-30 15:18:19.343  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:18:19.400 24652 25007 I AriaNotificationsManager: Aria NotificationsListener already unregistered
11-30 15:18:19.409 14965 18420 W Finsky  : [43281] fth.run(5): Exception while deleting file:///data/user/150/com.android.vending/files/phonesky-download-service/533/7511453f-29ee-4184-ab97-b64db27b1dd3: java.lang.IllegalArgumentException: Unknown URL file:///data/user/150/com.android.vending/files/phonesky-download-service/533/7511453f-29ee-4184-ab97-b64db27b1dd3
11-30 15:18:19.415 15154 15154 I Finsky:background: [2] kmm.onCreate(2): IPC-SERVER: Starting gRPC host service...
11-30 15:18:19.416  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10112 ,Container id: 0
11-30 15:18:19.416  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10112 ,Container id: 0
11-30 15:18:19.421 14965 14965 I Finsky  : [2] jox.run(10): Installer::IT: Removed com.sec.spp.push from ResourceManager for patching complete
11-30 15:18:19.424  2985  5090 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:18:19.440 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.sec.spp.push to state 40
11-30 15:18:19.510 14965 15041 I Finsky  : [43191] jpp.accept(3): Installer::IT: starting next download: package=com.sec.spp.push
11-30 15:18:19.511 14965 15041 I Finsky  : [43191] azk.u(3): Installer: Handling streamingComplete for com.sec.spp.push gid: 0
11-30 15:18:19.518 24830 24983 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001003', key: 'RPC_STORE_TARGET'
11-30 15:18:19.518 24830 24983 E Notifications: pwl: HTTP Error Code: 401
11-30 15:18:19.518 24830 24983 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:18:19.518 24830 24983 E Notifications: 	at pzy.a(PG:17)
11-30 15:18:19.518 24830 24983 E Notifications: 	at pzw.a(PG:2)
11-30 15:18:19.518 24830 24983 E Notifications: 	at psd.a(PG:11)
11-30 15:18:19.518 24830 24983 E Notifications: 	at pub.b(PG:3)
11-30 15:18:19.518 24830 24983 E Notifications: 	at pty.e(PG:6)
11-30 15:18:19.518 24830 24983 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:18:19.518 24830 24983 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:18:19.518 24830 24983 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:18:19.518 24830 24983 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:18:19.518 24830 24982 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001002', key: 'RPC_STORE_TARGET'
11-30 15:18:19.518 24830 24982 E Notifications: pwl: HTTP Error Code: 401
11-30 15:18:19.518 24830 24982 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:18:19.518 24830 24982 E Notifications: 	at pzy.a(PG:17)
11-30 15:18:19.518 24830 24982 E Notifications: 	at pzw.a(PG:2)
11-30 15:18:19.518 24830 24982 E Notifications: 	at psd.a(PG:11)
11-30 15:18:19.518 24830 24982 E Notifications: 	at pub.b(PG:3)
11-30 15:18:19.518 24830 24982 E Notifications: 	at pty.e(PG:6)
11-30 15:18:19.518 24830 24982 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:18:19.518 24830 24982 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:18:19.518 24830 24982 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:18:19.518 24830 24982 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:18:19.518 24830 24961 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001002', key: 'RPC_STORE_TARGET'
11-30 15:18:19.518 24830 24961 E Notifications: pwl: HTTP Error Code: 401
11-30 15:18:19.518 24830 24961 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:18:19.518 24830 24961 E Notifications: 	at pzy.a(PG:17)
11-30 15:18:19.518 24830 24961 E Notifications: 	at pzw.a(PG:2)
11-30 15:18:19.518 24830 24961 E Notifications: 	at psd.a(PG:11)
11-30 15:18:19.518 24830 24961 E Notifications: 	at pub.b(PG:3)
11-30 15:18:19.518 24830 24961 E Notifications: 	at pty.e(PG:6)
11-30 15:18:19.518 24830 24961 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:18:19.518 24830 24961 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:18:19.518 24830 24961 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:18:19.518 24830 24961 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:18:19.534 14965 14965 I Finsky  : [2] pob.onStopJob(2): SCH: System job 9999 stopped.
11-30 15:18:19.549 24830 24960 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001006', key: 'RPC_STORE_TARGET'
11-30 15:18:19.549 24830 24960 E Notifications: pwl: HTTP Error Code: 401
11-30 15:18:19.549 24830 24960 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:18:19.549 24830 24960 E Notifications: 	at pzy.a(PG:17)
11-30 15:18:19.549 24830 24960 E Notifications: 	at pzw.a(PG:2)
11-30 15:18:19.549 24830 24960 E Notifications: 	at psd.a(PG:11)
11-30 15:18:19.549 24830 24960 E Notifications: 	at pub.b(PG:3)
11-30 15:18:19.549 24830 24960 E Notifications: 	at pty.e(PG:6)
11-30 15:18:19.549 24830 24960 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:18:19.549 24830 24960 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:18:19.549 24830 24960 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:18:19.549 24830 24960 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:18:19.550 24830 24984 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001004', key: 'RPC_STORE_TARGET'
11-30 15:18:19.550 24830 24984 E Notifications: pwl: HTTP Error Code: 401
11-30 15:18:19.550 24830 24984 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:18:19.550 24830 24984 E Notifications: 	at pzy.a(PG:17)
11-30 15:18:19.550 24830 24984 E Notifications: 	at pzw.a(PG:2)
11-30 15:18:19.550 24830 24984 E Notifications: 	at psd.a(PG:11)
11-30 15:18:19.550 24830 24984 E Notifications: 	at pub.b(PG:3)
11-30 15:18:19.550 24830 24984 E Notifications: 	at pty.e(PG:6)
11-30 15:18:19.550 24830 24984 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:18:19.550 24830 24984 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:18:19.550 24830 24984 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:18:19.550 24830 24984 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:18:19.550 24830 24958 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001004', key: 'RPC_STORE_TARGET'
11-30 15:18:19.550 24830 24958 E Notifications: pwl: HTTP Error Code: 401
11-30 15:18:19.550 24830 24958 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:18:19.550 24830 24958 E Notifications: 	at pzy.a(PG:17)
11-30 15:18:19.550 24830 24958 E Notifications: 	at pzw.a(PG:2)
11-30 15:18:19.550 24830 24958 E Notifications: 	at psd.a(PG:11)
11-30 15:18:19.550 24830 24958 E Notifications: 	at pub.b(PG:3)
11-30 15:18:19.550 24830 24958 E Notifications: 	at pty.e(PG:6)
11-30 15:18:19.550 24830 24958 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:18:19.550 24830 24958 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:18:19.550 24830 24958 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:18:19.550 24830 24958 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:18:19.558 24830 24981 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001007', key: 'RPC_STORE_TARGET'
11-30 15:18:19.558 24830 24981 E Notifications: pwl: HTTP Error Code: 401
11-30 15:18:19.558 24830 24981 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:18:19.558 24830 24981 E Notifications: 	at pzy.a(PG:17)
11-30 15:18:19.558 24830 24981 E Notifications: 	at pzw.a(PG:2)
11-30 15:18:19.558 24830 24981 E Notifications: 	at psd.a(PG:11)
11-30 15:18:19.558 24830 24981 E Notifications: 	at pub.b(PG:3)
11-30 15:18:19.558 24830 24981 E Notifications: 	at pty.e(PG:6)
11-30 15:18:19.558 24830 24981 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:18:19.558 24830 24981 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:18:19.558 24830 24981 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:18:19.558 24830 24981 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:18:19.629 24830 24961 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001007', key: 'RPC_STORE_TARGET'
11-30 15:18:19.629 24830 24961 E Notifications: pwl: HTTP Error Code: 401
11-30 15:18:19.629 24830 24961 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:18:19.629 24830 24961 E Notifications: 	at pzy.a(PG:17)
11-30 15:18:19.629 24830 24961 E Notifications: 	at pzw.a(PG:2)
11-30 15:18:19.629 24830 24961 E Notifications: 	at psd.a(PG:11)
11-30 15:18:19.629 24830 24961 E Notifications: 	at pub.b(PG:3)
11-30 15:18:19.629 24830 24961 E Notifications: 	at pty.e(PG:6)
11-30 15:18:19.629 24830 24961 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:18:19.629 24830 24961 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:18:19.629 24830 24961 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:18:19.629 24830 24961 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:18:19.655 24830 24960 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001006', key: 'RPC_STORE_TARGET'
11-30 15:18:19.655 24830 24960 E Notifications: pwl: HTTP Error Code: 401
11-30 15:18:19.655 24830 24960 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:18:19.655 24830 24960 E Notifications: 	at pzy.a(PG:17)
11-30 15:18:19.655 24830 24960 E Notifications: 	at pzw.a(PG:2)
11-30 15:18:19.655 24830 24960 E Notifications: 	at psd.a(PG:11)
11-30 15:18:19.655 24830 24960 E Notifications: 	at pub.b(PG:3)
11-30 15:18:19.655 24830 24960 E Notifications: 	at pty.e(PG:6)
11-30 15:18:19.655 24830 24960 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:18:19.655 24830 24960 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:18:19.655 24830 24960 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:18:19.655 24830 24960 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:18:20.190  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:20.190  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:20.190  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:20.199 14965 15041 I Finsky  : [43191] jqc.y(40): Installer::IT: Begin install of com.sec.spp.push (isid: Lu39pmFtQgKohSYLQf0B3g)
11-30 15:18:20.205 24652 24664 W zygote  : Suspending all threads took: 7.865ms
11-30 15:18:20.280 24652 25007 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
11-30 15:18:20.396 15154 25029 I Finsky:background: [43281] hqb.f(1): getDownloads()
11-30 15:18:20.407 24652 25027 I System.out: Thread-43858(ApacheHTTPLog):Reading from variable values from setDefaultValuesToVariables
11-30 15:18:20.407 24652 25027 I System.out: Thread-43858(ApacheHTTPLog):isSBSettingEnabled false
11-30 15:18:20.408 24652 25027 I System.out: Thread-43858(ApacheHTTPLog):isShipBuild true
11-30 15:18:20.408 24652 25027 I System.out: Thread-43858(ApacheHTTPLog):getDebugLevel 0x4f4c
11-30 15:18:20.408 24652 25027 I System.out: Thread-43858(ApacheHTTPLog):Smart Bonding Setting is false
11-30 15:18:20.408 24652 25027 I System.out: Thread-43858(ApacheHTTPLog):SmartBonding Setting is false, SHIP_BUILD is true, log to file is false, DBG is false, DEBUG_LEVEL (1-LOW, 2-MID, 3-HIGH) is 1
11-30 15:18:20.412 24652 24652 E 0:4128298168: :platstubs.cpp,Line#543:FreeLibrary NOTIMPL 
11-30 15:18:20.416  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:18:20.442 14965 14965 I Finsky  : [2] hsh.h(1): remove(533)
11-30 15:18:20.443 15154 25029 I Finsky:background: [43281] hqb.g(1): remove(request_id=533)
11-30 15:18:20.446 23817 23817 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:18:20.447 23817 23817 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1195, previously 2540
11-30 15:18:20.460 23817 23817 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:18:20.464 15154 24668 I Finsky:background: [43274] hqb.d(20): onRemove(request_id=533, files_to_download=1, group_id=com.sec.spp.push, display_data[invisible=false, title=Samsung Push Service], network_restrictions=1, status=succeeded, bytes_downloaded=1161722, retry[count=0, next_retry=n/a])
11-30 15:18:20.467 23817 23817 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2546, previously 2540
11-30 15:18:20.469 23817 23817 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1442, previously 4566
11-30 15:18:20.469 23817 23817 W ResourceType: ResTable_typeSpec entry count inconsistent: given 383, previously 2136
11-30 15:18:20.478 14965 14965 I Finsky  : [2] pgq.apply(7): SCH: Job 3-10587 is stopped while running due to system job stopped
11-30 15:18:20.478 14965 14965 I Finsky  : [2] pmo.t(4): SCH: jobStopped: 3-10587. TimeElapsed: 600823ms. EventType: 2535
11-30 15:18:20.479 14965 14965 I Finsky  : [2] gct.d(1): XPF:unbinding for 16922896
11-30 15:18:20.481 14965 14965 I Finsky  : [2] gct.d(1): XPF:unbinding for 3743246
11-30 15:18:20.483 14965 15043 I Finsky  : [43189] pmg.accept(69): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1638240359516, Constraints: [{ L: 43200000, D: 44100000, C: 1, I: 1, N: 0 }]
11-30 15:18:20.493 14965 15041 I Finsky  : [43191] jpm.Q(18): Installer: Notifying status update. package=com.sec.spp.push, status=INSTALLING
11-30 15:18:20.568 14965 24627 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:18:20.568 14965 24627 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:18:20.580 14965 23581 I Finsky  : [43422] pmo.s(4): SCH: jobFinished: 3-10587. TimeElapsed: 600875ms.
11-30 15:18:20.580 14965 23581 W Finsky  : [43422] pnd.j(2): SCH: Controller has no job when job 3-10587 checks state.
11-30 15:18:20.596 14965 23581 I Finsky  : [43422] jvx.C(6): IQ: Pruning inactive install requests
11-30 15:18:20.597 14965 23581 I Finsky  : [43422] jvx.C(62): IQ: Skipping as there are active installs running. Active installs=[com.sec.spp.push]
11-30 15:18:20.599 14965 23581 I Finsky  : [43422] jvx.D(2): IQ: Notifying installation update. package=com.sec.spp.push, status=INSTALLING
11-30 15:18:20.639 14965 25032 W Finsky  : [43451] gcr.b(3): XPF:Couldn't sign out from profile state service *** received android.os.DeadObjectException
11-30 15:18:20.640 14965 14965 E Finsky  : [2] jvu.apply(37): IQ::ESC: Error unbinding on CrossProfileProfileStateService
11-30 15:18:20.643 14965 15024 I Finsky  : [43182] pgq.apply(52): SCH: Scheduling 1 system job(s)
11-30 15:18:20.644 14965 15024 I Finsky  : [43182] pgq.apply(58): SCH: Scheduling system job Id: 9019, L: 23258873, D: 24158873, C: false, I: false, N: 0
11-30 15:18:20.652 14965 25034 W Finsky  : [43452] gcr.b(3): XPF:Couldn't sign out from profile state service *** received android.os.DeadObjectException
11-30 15:18:20.653 14965 14965 E Finsky  : [2] jvu.apply(35): IQ: Error unbinding on CrossProfileProfileStateService
11-30 15:18:20.699  2985  3069 I PersonaServiceHelper: installStageForKnox(user:150 installerUid:15010040)
11-30 15:18:20.699  2985  3069 D PersonaServiceHelper: Installer check name is com.android.vending original uid -1
11-30 15:18:20.699  2985  3069 D PersonaServiceHelper: Check if installer com.android.vending isAllowedToInstall true
11-30 15:18:20.701 14965 15043 I Finsky  : [43189] pmg.accept(69): SCH: Scheduling phonesky job Id: 3-10587, CT: 1638260300529, Constraints: [{ L: 0, D: 86400000, C: 2, I: 2, N: 2 }, { L: 0, D: 0, C: 1, I: 1, N: 0 }, { L: 0, D: 0, C: 1, I: 1, N: 0 }, { L: 0, D: 0, C: 1, I: 1, N: 0 }]
11-30 15:18:20.702  2985  3069 D PersonaServiceHelper: Installer com.android.vending, Is allowed to install pkg com.sec.spp.push ? true
11-30 15:18:20.713  2985  3069 D PackageManager: START_PACKAGE_INSTALL: observer{83883785}
11-30 15:18:20.713  2985  3069 D PackageManager:           stagedDir{/data/app/vmdl809148093.tmp}
11-30 15:18:20.713  2985  3069 D PackageManager:           stagedCid{null}
11-30 15:18:20.713  2985  3069 D PackageManager:           Request from{com.android.vending}
11-30 15:18:20.713  2985  3069 D PackageManager:           VerificationInfo{,originatingUid=-1,installerUid=15010040}
11-30 15:18:20.740 14965 15041 I Finsky  : [43191] pgq.apply(52): SCH: Scheduling 1 system job(s)
11-30 15:18:20.740 14965 15041 I Finsky  : [43191] pgq.apply(58): SCH: Scheduling system job Id: 9019, L: 0, D: 0, C: false, I: false, N: 0
11-30 15:18:20.765 14965 14965 I Finsky  : [2] pob.onStartJob(3): SCH: job service start with id 9019.
11-30 15:18:20.776 23817 23822 I zygote  : Do full code cache collection, code=508KB, data=312KB
11-30 15:18:20.777 23817 23822 I zygote  : After code cache collection, code=441KB, data=254KB
11-30 15:18:20.854 23817 23822 I zygote  : Do partial code cache collection, code=465KB, data=275KB
11-30 15:18:20.854 23817 23822 I zygote  : After code cache collection, code=465KB, data=275KB
11-30 15:18:20.854 23817 23822 I zygote  : Increasing code cache capacity to 2MB
11-30 15:18:20.913 14965 23875 I Finsky  : [43433] pmq.a(105): SCH: Satisfied jobs for 9019 are: 3-10587
11-30 15:18:20.941 14965 24275 I Finsky  : [43445] pgo.accept(28): SCH: Job 3-10587 starting
11-30 15:18:20.942  2985  5081 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:18:20.942  2985  5081 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:18:20.952 14965 14965 I Finsky  : [2] gct.b(1): XPF:Binding for 250827085
11-30 15:18:20.955 14965 14965 I Finsky  : [2] gct.b(1): XPF:Binding for 21676307
11-30 15:18:20.959 14965 14965 I Finsky  : [2] jwn.a(12): IQ: Connection has changed false
11-30 15:18:20.960 23617 23735 I Finsky  : [43760] gcp.a(3): XPF:Registering listener 197004749 for user UserHandle{150}.
11-30 15:18:20.961 23617 23735 I Finsky  : [43760] gcp.b(4): XPF:User UserHandle{150} finished enterprise setup, removing profile.
11-30 15:18:20.962 23617 23735 I Finsky  : [43760] gcp.a(3): XPF:Registering listener 28214914 for user UserHandle{150}.
11-30 15:18:20.963 23617 23735 I Finsky  : [43760] gcp.b(4): XPF:User UserHandle{150} finished enterprise setup, removing profile.
11-30 15:18:20.963 23617 23735 I Finsky  : [43760] gcp.h(2): XPF:0 profiles are currently in enterprise setup
11-30 15:18:20.964 23617 23735 I Finsky  : [43760] gcq.a(2): Initializing profiles from value store.
11-30 15:18:20.975 23617 23735 I Finsky  : [43760] gcq.a(6): Get the following profiles from value store [].
11-30 15:18:20.975 23617 23735 I Finsky  : [43760] gcp.f(6): XPF: 0 profiles are paused for app updates
11-30 15:18:20.976 14965 14965 I Finsky  : [2] InstallQueuePhoneskyJob.g(7): IQ::IQPJ: Start job 10587
11-30 15:18:20.976 14965 14965 I Finsky  : [2] InstallQueuePhoneskyJob.g(14): IQ::IQPJ: Not detaching from scheduler on starting job.
11-30 15:18:20.985 14965 23581 I Finsky  : [43422] jvx.C(6): IQ: Pruning inactive install requests
11-30 15:18:20.986 14965 23581 I Finsky  : [43422] jvx.C(62): IQ: Skipping as there are active installs running. Active installs=[com.sec.spp.push]
11-30 15:18:21.017 24560 24905 V CXA_THROW: Hitting __cxa_throw  
11-30 15:18:21.017 24560 24905 V CXA_THROW: SetLastExceptionInfoForThread: Called
11-30 15:18:21.017 24560 24905 V CXA_THROW: SetLastExceptionInfoForThread: Creating entry for first time.
11-30 15:18:21.018 24560 24905 I CXA_THROW: SetLastExceptionInfoForThread: TLS entry updated.
11-30 15:18:21.018 24560 24905 V CXA_THROW: __cxa_throw: Already loaded
11-30 15:18:21.026 24560 24905 V CXA_THROW: Hitting __cxa_throw  
11-30 15:18:21.026 24560 24905 V CXA_THROW: SetLastExceptionInfoForThread: Called
11-30 15:18:21.026 24560 24905 I CXA_THROW: SetLastExceptionInfoForThread: TLS entry updated.
11-30 15:18:21.026 24560 24905 V CXA_THROW: __cxa_throw: Already loaded
11-30 15:18:21.027 24560 24905 V CXA_THROW: Hitting __cxa_throw  
11-30 15:18:21.027 24560 24905 V CXA_THROW: SetLastExceptionInfoForThread: Called
11-30 15:18:21.027 24560 24905 I CXA_THROW: SetLastExceptionInfoForThread: TLS entry updated.
11-30 15:18:21.027 24560 24905 V CXA_THROW: __cxa_throw: Already loaded
11-30 15:18:21.027 24560 24905 V CXA_THROW: Hitting __cxa_throw  
11-30 15:18:21.027 24560 24905 V CXA_THROW: SetLastExceptionInfoForThread: Called
11-30 15:18:21.027 24560 24905 I CXA_THROW: SetLastExceptionInfoForThread: TLS entry updated.
11-30 15:18:21.027 24560 24905 V CXA_THROW: __cxa_throw: Already loaded
11-30 15:18:21.028 24560 24905 V CXA_THROW: Hitting __cxa_throw  
11-30 15:18:21.028 24560 24905 V CXA_THROW: SetLastExceptionInfoForThread: Called
11-30 15:18:21.028 24560 24905 I CXA_THROW: SetLastExceptionInfoForThread: TLS entry updated.
11-30 15:18:21.028 24560 24905 V CXA_THROW: __cxa_throw: Already loaded
11-30 15:18:21.034 24560 24905 V CXA_THROW: Hitting __cxa_throw  
11-30 15:18:21.034 24560 24905 V CXA_THROW: SetLastExceptionInfoForThread: Called
11-30 15:18:21.043 24560 24905 I CXA_THROW: SetLastExceptionInfoForThread: TLS entry updated.
11-30 15:18:21.044 24560 24905 V CXA_THROW: __cxa_throw not yet loaded, calling LoadOriginalThrowCode
11-30 15:18:21.044 24560 24905 V CXA_THROW: Trying to load __cxa_throw
11-30 15:18:21.053 23817 24445 I zygote  : Deoptimizing boolean uu.addAll(java.util.Collection) due to JIT inline cache
11-30 15:18:21.058 24560 24905 I SharedLibraryLoader: loadCommonLibrary. Start dlopen(c++_shared, 1)
11-30 15:18:21.060 24560 24905 I SharedLibraryLoader: loadCommonLibrary. dlopen(/data/user/0/com.microsoft.office.powerpoint/files/data/applibs/libc++_shared.so, 1) successful. handle=0xb7b6a2ff
11-30 15:18:21.060 24560 24905 I SharedLibraryLoader: loadCommonLibrary. dlopen(c++_shared, 1) successful. handle=0xb7b6a2ff
11-30 15:18:21.060 24560 24905 I SharedLibraryLoader: loadCommonLibrary. End dlopen(c++_shared, 1)
11-30 15:18:21.060 24560 24905 I CXA_THROW: Successfully loaded __cxa_throw
11-30 15:18:21.077 23817 23817 I zygote  : Deoptimizing void adby.d(java.lang.Runnable, java.util.concurrent.Executor) due to JIT inline cache
11-30 15:18:21.095 24652 24652 I ExceptionHandler: NativeCrashManager: Logcat log collection is disabled.
11-30 15:18:21.190  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:21.190  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:21.190  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:21.572 24560 24560 I ExceptionHandler: Breakpad library has been set up.
11-30 15:18:21.575 23817 23817 I zygote  : Deoptimizing java.lang.Object abay.bj(java.util.concurrent.Future) due to JIT inline cache
11-30 15:18:21.576 23817 23817 I Finsky  : [2] pxf.run(24): Detected restoreservicev2://recovery not needed, will not run
11-30 15:18:21.610 21790 25049 I Finsky:background: [43599] hqb.f(1): getDownloads()
11-30 15:18:21.670 23817 24446 I zygote  : Deoptimizing acpz acjp.G() due to JIT inline cache
11-30 15:18:21.670 23817 24446 I zygote  : Deoptimizing acpz acjp.H(int) due to JIT inline cache
11-30 15:18:21.684 24652 24652 I zygote  : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
11-30 15:18:21.843 24560 24905 I System.out: Thread-43854(ApacheHTTPLog):Reading from variable values from setDefaultValuesToVariables
11-30 15:18:21.843 24652 25007 I System.out: pool-11-thread-1 calls detatch()
11-30 15:18:21.844 24560 24905 I System.out: Thread-43854(ApacheHTTPLog):isSBSettingEnabled false
11-30 15:18:21.844 24560 24905 I System.out: Thread-43854(ApacheHTTPLog):isShipBuild true
11-30 15:18:21.844 24560 24905 I System.out: Thread-43854(ApacheHTTPLog):getDebugLevel 0x4f4c
11-30 15:18:21.844 24560 24905 I System.out: Thread-43854(ApacheHTTPLog):Smart Bonding Setting is false
11-30 15:18:21.844 24560 24905 I System.out: Thread-43854(ApacheHTTPLog):SmartBonding Setting is false, SHIP_BUILD is true, log to file is false, DBG is false, DEBUG_LEVEL (1-LOW, 2-MID, 3-HIGH) is 1
11-30 15:18:21.848  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:18:22.035 24560 24902 I System.out: pool-12-thread-1 calls detatch()
11-30 15:18:22.078  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:18:22.165 24652 25066 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:18:22.165 24652 25066 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:18:22.166 23817 24535 I zygote  : Deoptimizing void adbb.run() due to JIT inline cache
11-30 15:18:22.167  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:18:22.182  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:18:22.182  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:18:22.182  2985  5088 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:18:22.190  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:22.190  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:22.190  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:22.272 24652 25027 I System.out: Thread-43858(ApacheHTTPLog):isSBSettingEnabled false
11-30 15:18:22.272 24652 25027 I System.out: Thread-43858(ApacheHTTPLog):isShipBuild true
11-30 15:18:22.272 24652 25027 I System.out: Thread-43858(ApacheHTTPLog):getDebugLevel 0x4f4c
11-30 15:18:22.272 24652 25027 I System.out: Thread-43858(ApacheHTTPLog):Smart Bonding Setting is false
11-30 15:18:22.272 24652 25027 I System.out: Thread-43858(ApacheHTTPLog):SmartBonding Setting is false, SHIP_BUILD is true, log to file is false, DBG is false, DEBUG_LEVEL (1-LOW, 2-MID, 3-HIGH) is 1
11-30 15:18:22.273  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:18:22.337  2985  5088 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:18:22.337  2985  5088 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:18:22.427 24652 25027 I System.out: pool-11-thread-3 calls detatch()
11-30 15:18:22.779  2985  5088 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:18:22.779  2985  5088 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:18:23.190  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:23.190  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:23.190  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:23.324 16067 16067 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
11-30 15:18:23.670 23817 24446 I Finsky  : [43744] kni.f(8): Item cache initialized.
11-30 15:18:23.719 23817 24446 I zygote  : Deoptimizing void afbi.U(java.lang.Iterable, java.util.List) due to JIT inline cache
11-30 15:18:23.986 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:23.986 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:23.987 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:18:24.117 24830 24877 W DynamiteModule: Local module descriptor class for com.google.android.gms.providerinstaller.dynamite not found.
11-30 15:18:24.140 24830 24877 W ProviderInstaller: Failed to load providerinstaller module: No acceptable module found. Local version is 0 and remote version is 0.
11-30 15:18:24.190  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:24.190  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:24.190  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:24.211 24652 25027 I ExceptionHandler: NativeCrashManager: Logcat log collection is disabled.
11-30 15:18:24.231 24652 25027 V CXA_THROW: Hitting __cxa_throw  
11-30 15:18:24.231 24652 25027 V CXA_THROW: SetLastExceptionInfoForThread: Called
11-30 15:18:24.231 24652 25027 V CXA_THROW: SetLastExceptionInfoForThread: Creating entry for first time.
11-30 15:18:24.320 24652 25027 I CXA_THROW: SetLastExceptionInfoForThread: TLS entry updated.
11-30 15:18:24.320 24652 25027 V CXA_THROW: __cxa_throw not yet loaded, calling LoadOriginalThrowCode
11-30 15:18:24.320 24652 25027 V CXA_THROW: Trying to load __cxa_throw
11-30 15:18:24.320 24652 25027 I SharedLibraryLoader: loadCommonLibrary. Start dlopen(c++_shared, 1)
11-30 15:18:24.322 24652 25027 I SharedLibraryLoader: loadCommonLibrary. dlopen(/data/user/150/com.microsoft.office.powerpoint/files/data/applibs/libc++_shared.so, 1) successful. handle=0x1d3ceb9d
11-30 15:18:24.322 24652 25027 I SharedLibraryLoader: loadCommonLibrary. dlopen(c++_shared, 1) successful. handle=0x1d3ceb9d
11-30 15:18:24.322 24652 25027 I SharedLibraryLoader: loadCommonLibrary. End dlopen(c++_shared, 1)
11-30 15:18:24.342 24652 25027 I CXA_THROW: Successfully loaded __cxa_throw
11-30 15:18:24.432 13746 13746 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService PairActivityUserId=150 }
11-30 15:18:24.455 23817 24446 I zygote  : Deoptimizing void acgc.b() due to JIT inline cache
11-30 15:18:24.470  6077  6077 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.icing.LIGHTWEIGHT_INDEX_SERVICE cmp=com.google.android.gms/.chimera.PersistentApiService PairActivityUserId=150 }
11-30 15:18:24.484 23817 24419 I zygote  : Deoptimizing void j$.util.stream.AbstractPipeline.copyInto(j$.util.stream.Sink, j$.util.Spliterator) due to JIT inline cache
11-30 15:18:24.487 23817 23817 I zygote  : Deoptimizing adco adbb.g(adco, adbk, java.util.concurrent.Executor) due to JIT inline cache
11-30 15:18:24.578 23817 23817 I Finsky  : [2] uua.run(166): UCtl: autoUpdateItems with size=33 is fulfilled from responseFuture
11-30 15:18:24.584 23817 23817 I zygote  : Deoptimizing void j$.util.AbstractList$RandomAccessSpliterator.forEachRemaining(j$.util.function.Consumer) due to JIT inline cache
11-30 15:18:24.610 23817 23817 I zygote  : Deoptimizing java.lang.Object acpd.s(java.lang.Object[], int, int, int) due to JIT same target
11-30 15:18:24.610 23817 23817 I zygote  : Deoptimizing java.lang.Object acpd.t(java.lang.Object, java.lang.Object[], int, int, java.lang.Object) due to JIT same target
11-30 15:18:24.615 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.sec.android.app.myfiles
11-30 15:18:24.637 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.dsi.ant.service.socket
11-30 15:18:24.641 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.samsung.android.app.simplesharing
11-30 15:18:24.644 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.talk
11-30 15:18:24.647 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.tts
11-30 15:18:24.652 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.apps.photos
11-30 15:18:24.655 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.srin.garut
11-30 15:18:24.659 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.sec.spp.push
11-30 15:18:24.663 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.samsung.android.email.provider
11-30 15:18:24.667 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.facebook.katana
11-30 15:18:24.670 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.samsung.android.lool
11-30 15:18:24.674 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.microsoft.office.onenote
11-30 15:18:24.677 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.microsoft.office.excel
11-30 15:18:24.681 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.apps.docs
11-30 15:18:24.684 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.samsung.android.sdk.professionalaudio.utility.jammonitor
11-30 15:18:24.687 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.rsupport.rs.activity.rsupport.aas2
11-30 15:18:24.690 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.gms
11-30 15:18:24.694 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.marvin.talkback
11-30 15:18:24.697 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.sec.android.app.sbrowser
11-30 15:18:24.700 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.srin.indramayu
11-30 15:18:24.707 23817 24427 I zygote  : Deoptimizing void afdv.d(java.lang.Object, java.lang.Object, long) due to JIT inline cache
11-30 15:18:24.709 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.samsung.android.voc
11-30 15:18:24.712 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.dsi.ant.plugins.antplus
11-30 15:18:24.714 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.sec.android.app.clockpackage
11-30 15:18:24.718 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.apps.maps
11-30 15:18:24.722 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.microsoft.office.word
11-30 15:18:24.725 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.googlequicksearchbox
11-30 15:18:24.728 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.microsoft.skydrive
11-30 15:18:24.731 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.sec.android.gallery3d
11-30 15:18:24.736 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.android.chrome
11-30 15:18:24.739 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.microsoft.office.powerpoint
11-30 15:18:24.742 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.youtube
11-30 15:18:24.745 23817 23817 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.gm
11-30 15:18:24.751 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.sec.android.app.myfiles
11-30 15:18:24.751 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.dsi.ant.service.socket
11-30 15:18:24.751 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.samsung.android.app.simplesharing
11-30 15:18:24.752 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.talk
11-30 15:18:24.752 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.tts
11-30 15:18:24.752 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.apps.photos
11-30 15:18:24.752 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.srin.garut
11-30 15:18:24.753 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.sec.spp.push
11-30 15:18:24.753 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.samsung.android.email.provider
11-30 15:18:24.753 23817 24418 I zygote  : Deoptimizing java.lang.Object j$.util.stream.AbstractPipeline.evaluate(j$.util.stream.TerminalOp) due to JIT inline cache
11-30 15:18:24.753 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.facebook.katana
11-30 15:18:24.753 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.samsung.android.lool
11-30 15:18:24.753 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.microsoft.office.onenote
11-30 15:18:24.754 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.microsoft.office.excel
11-30 15:18:24.754 23817 24418 I zygote  : Deoptimizing void j$.util.stream.ReferencePipeline$2$1.accept(java.lang.Object) due to JIT inline cache
11-30 15:18:24.754 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.apps.docs
11-30 15:18:24.754 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.samsung.android.sdk.professionalaudio.utility.jammonitor
11-30 15:18:24.754 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.rsupport.rs.activity.rsupport.aas2
11-30 15:18:24.755 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.gms
11-30 15:18:24.755 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.marvin.talkback
11-30 15:18:24.755 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.sec.android.app.sbrowser
11-30 15:18:24.755 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.srin.indramayu
11-30 15:18:24.755 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.samsung.android.voc
11-30 15:18:24.756 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.dsi.ant.plugins.antplus
11-30 15:18:24.756 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.sec.android.app.clockpackage
11-30 15:18:24.756 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.apps.maps
11-30 15:18:24.756 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.microsoft.office.word
11-30 15:18:24.757 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.googlequicksearchbox
11-30 15:18:24.757 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.microsoft.skydrive
11-30 15:18:24.757 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.sec.android.gallery3d
11-30 15:18:24.757 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.android.chrome
11-30 15:18:24.757 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.microsoft.office.powerpoint
11-30 15:18:24.758 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.youtube
11-30 15:18:24.758 23817 23817 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.gm
11-30 15:18:24.769 23817 23817 I Finsky  : [2] utv.c(24): UChk: package com.dsi.ant.service.socket has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:18:24.777 23817 23817 I Finsky  : [2] lha.x(7): # ahoi@3c283d60 not available [restriction=6].
11-30 15:18:24.778 23817 23817 I Finsky  : [2] eon.w(11): AU: Cannot update unavailable app: pkg=com.samsung.android.app.simplesharing,restriction=UNAVAILABLE_UNKNOWN_REASON
11-30 15:18:24.778 23817 23817 I Finsky  : [2] lha.x(7): # ahoi@3c283d60 not available [restriction=6].
11-30 15:18:24.779 23817 23817 I Finsky  : [2] eon.w(11): AU: Cannot update unavailable app: pkg=com.samsung.android.app.simplesharing,restriction=UNAVAILABLE_UNKNOWN_REASON
11-30 15:18:24.782 23817 23817 I Finsky  : [2] lha.x(7): # ahoi@3c283d60 not available [restriction=6].
11-30 15:18:24.782 23817 23817 I Finsky  : [2] eon.w(11): AU: Cannot update unavailable app: pkg=com.samsung.android.app.simplesharing,restriction=UNAVAILABLE_UNKNOWN_REASON
11-30 15:18:24.784 23817 23817 I Finsky  : [2] utv.c(24): UChk: package com.google.android.talk has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:18:24.791 23817 23817 I Finsky  : [2] utv.c(24): UChk: package com.google.android.apps.photos has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:18:24.793 23817 23817 I Finsky  : [2] utv.c(24): UChk: package com.srin.garut has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:18:24.794 23817 23817 I Finsky  : [2] utv.c(24): UChk: package com.sec.spp.push has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:18:24.813 23817 23817 I Finsky  : [2] utv.c(24): UChk: package com.microsoft.office.onenote has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:18:24.820 23817 23817 I Finsky  : [2] utv.c(24): UChk: package com.google.android.apps.docs has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:18:24.821 23817 23817 I Finsky  : [2] lha.x(7): # ahoi@44a1e84c not available [restriction=6].
11-30 15:18:24.821 23817 23817 I Finsky  : [2] eon.w(11): AU: Cannot update unavailable app: pkg=com.samsung.android.sdk.professionalaudio.utility.jammonitor,restriction=UNAVAILABLE_UNKNOWN_REASON
11-30 15:18:24.822 23817 23817 I Finsky  : [2] lha.x(7): # ahoi@44a1e84c not available [restriction=6].
11-30 15:18:24.822 23817 23817 I Finsky  : [2] eon.w(11): AU: Cannot update unavailable app: pkg=com.samsung.android.sdk.professionalaudio.utility.jammonitor,restriction=UNAVAILABLE_UNKNOWN_REASON
11-30 15:18:24.825 23817 23817 I Finsky  : [2] lha.x(7): # ahoi@44a1e84c not available [restriction=6].
11-30 15:18:24.826 23817 23817 I Finsky  : [2] eon.w(11): AU: Cannot update unavailable app: pkg=com.samsung.android.sdk.professionalaudio.utility.jammonitor,restriction=UNAVAILABLE_UNKNOWN_REASON
11-30 15:18:24.827 23817 23817 I Finsky  : [2] utv.c(24): UChk: package com.rsupport.rs.activity.rsupport.aas2 has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:18:25.018 23817 24094 D SharedPreferencesImpl: Time required to fsync /data/data/com.parallel.space.lite/parallel_lite/0/com.android.vending/shared_prefs/finsky.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 0, <64: 0, <128: 0, <256: 0, <512: 0, <1024: 0, <2048: 1, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:18:25.048 23617 23643 I Finsky  : [43706] fxt.run(14): Stats for Executor: BlockingExecutor hyp@39f75d0[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 23]
11-30 15:18:25.048 23617 23643 I Finsky  : [43706] fxt.run(14): Stats for Executor: LightweightExecutor hyp@faab9c9[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 135]
11-30 15:18:25.133 23817 23817 I Finsky  : [2] utv.c(24): UChk: package com.srin.indramayu has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:18:25.134 23817 23817 I Finsky  : [2] utv.c(24): UChk: package com.samsung.android.voc has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:18:25.140 23817 23817 I Finsky  : [2] lha.x(7): # ahoi@c6596bd not available [restriction=6].
11-30 15:18:25.141 23817 23817 I Finsky  : [2] eon.w(11): AU: Cannot update unavailable app: pkg=com.sec.android.app.clockpackage,restriction=UNAVAILABLE_UNKNOWN_REASON
11-30 15:18:25.141 23817 23817 I Finsky  : [2] lha.x(7): # ahoi@c6596bd not available [restriction=6].
11-30 15:18:25.141 23817 23817 I Finsky  : [2] eon.w(11): AU: Cannot update unavailable app: pkg=com.sec.android.app.clockpackage,restriction=UNAVAILABLE_UNKNOWN_REASON
11-30 15:18:25.144 23817 23817 I Finsky  : [2] lha.x(7): # ahoi@c6596bd not available [restriction=6].
11-30 15:18:25.145 23817 23817 I Finsky  : [2] eon.w(11): AU: Cannot update unavailable app: pkg=com.sec.android.app.clockpackage,restriction=UNAVAILABLE_UNKNOWN_REASON
11-30 15:18:25.146 23817 23817 I Finsky  : [2] utv.c(24): UChk: package com.google.android.apps.maps has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:18:25.157 23817 23817 I Finsky  : [2] utv.c(24): UChk: package com.microsoft.skydrive has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:18:25.163 23817 23817 I Finsky  : [2] utv.c(24): UChk: package com.android.chrome has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:18:25.170 23817 23817 I Finsky  : [2] utv.c(24): UChk: package com.google.android.youtube has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:18:25.172 23817 23817 I Finsky  : [2] utv.c(24): UChk: package com.google.android.gm has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:18:25.172 23817 23817 I Finsky  : [2] fev.a(1): AU2: scheduling auto update v2 with 15 apps
11-30 15:18:25.174 23617 23643 I Finsky  : [43706] fxt.run(14): Stats for Executor: bgExecutor hyp@ac288ce[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 449]
11-30 15:18:25.190  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:25.190  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:25.191  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:25.448 23817 23817 D AndroidRuntime: Shutting down VM
11-30 15:18:25.490 23817 23817 E AndroidRuntime: FATAL EXCEPTION: main
11-30 15:18:25.490 23817 23817 E AndroidRuntime: Process: com.android.vending, PID: 23817
11-30 15:18:25.490 23817 23817 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at fev.a(PG:83)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at utv.d(PG:8)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at utu.c(PG:4)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at utu.a(PG:3)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at uus.u(PG:2)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at uus.f(PG:24)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at upl.run(PG:8)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 15:18:25.490 23817 23817 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 15:18:25.629 23817 23817 W System.err: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 15:18:25.629 23817 23817 W System.err: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 15:18:25.629 23817 23817 W System.err: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 15:18:25.629 23817 23817 W System.err: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 15:18:25.629 23817 23817 W System.err: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:18:25.629 23817 23817 W System.err: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 15:18:25.629 23817 23817 W System.err: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 15:18:25.629 23817 23817 W System.err: 	at $Proxy36.getProfileOwnerName(Unknown Source)
11-30 15:18:25.629 23817 23817 W System.err: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 15:18:25.629 23817 23817 W System.err: 	at hgo.i(PG:5)
11-30 15:18:25.629 23817 23817 W System.err: 	at hgo.l(PG:2)
11-30 15:18:25.629 23817 23817 W System.err: 	at hgo.c(PG:1)
11-30 15:18:25.629 23817 23817 W System.err: 	at fev.a(PG:83)
11-30 15:18:25.629 23817 23817 W System.err: 	at utv.d(PG:8)
11-30 15:18:25.629 23817 23817 W System.err: 	at utu.c(PG:4)
11-30 15:18:25.629 23817 23817 W System.err: 	at utu.a(PG:3)
11-30 15:18:25.629 23817 23817 W System.err: 	at ute.hR(PG:8)
11-30 15:18:25.629 23817 23817 W System.err: 	at hhw.u(Unknown Source:21)
11-30 15:18:25.629 23817 23817 W System.err: 	at uus.u(PG:2)
11-30 15:18:25.629 23817 23817 W System.err: 	at fxs.run(PG:4)
11-30 15:18:25.629 23817 23817 W System.err: 	at hij.f(Unknown Source:0)
11-30 15:18:25.629 23817 23817 W System.err: 	at uus.f(PG:24)
11-30 15:18:25.630 23817 23817 W System.err: 	at hij.h(Unknown Source:7)
11-30 15:18:25.630 23817 23817 W System.err: 	at hij.hR(Unknown Source:6)
11-30 15:18:25.630 23817 23817 W System.err: 	at hhw.u(Unknown Source:21)
11-30 15:18:25.630 23817 23817 W System.err: 	at upl.run(PG:8)
11-30 15:18:25.630 23817 23817 W System.err: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 15:18:25.630 23817 23817 W System.err: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 15:18:25.630 23817 23817 W System.err: 	at android.os.Looper.loop(Looper.java:164)
11-30 15:18:25.630 23817 23817 W System.err: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 15:18:25.630 23817 23817 W System.err: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:18:25.630 23817 23817 W System.err: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 15:18:25.630 23817 23817 W System.err: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 15:18:25.780 23817 23817 W System.err: uncaughtException thread id=2 sysTid=23817 >>> main <<<, check64BitHelper: false
11-30 15:18:25.859 23817 24756 I Finsky  : [43784] ffa.b(36): AU: Successfully updated auto update information
11-30 15:18:26.037 23817 24756 I chatty  : uid=10227(com.parallel.space.lite) identical 1 line
11-30 15:18:26.099 23817 24756 I Finsky  : [43784] ffa.b(36): AU: Successfully updated auto update information
11-30 15:18:26.102  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:18:26.104  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:18:26.104  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:18:26.104  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:18:26.118  2985  2985 I MotionRecognitionService: Plugged
11-30 15:18:26.118  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:18:26.118  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:18:26.144 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:18:26.147  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:18:26.151 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:18:26.154  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:18:26.156  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:18:26.156  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:18:26.156  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:18:26.168 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:18:26.168 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:18:26.179 23817 23817 I zygote  : System.exit called, status: 0
11-30 15:18:26.179 23817 23817 I AndroidRuntime: VM exiting with result code 0, cleanup skipped.
11-30 15:18:26.191  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:26.191  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:26.191  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:26.266  2985  3002 I zygote  : Successfully killed process cgroup uid 10227 pid 23817 in 0ms
11-30 15:18:26.272 21258 21258 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.gmscompliance.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService }
11-30 15:18:26.306 21790 21790 I Finsky:background: [2] kmm.onDestroy(8): IPC-SERVER: Stopping gRPC host service...
11-30 15:18:26.542 19185 19185 W System.err: java.lang.IllegalArgumentException: Service not registered: com.lbe.doubleagent.service.proxy.JobProxy$a@7870faa
11-30 15:18:26.553 19185 19185 W System.err: 	at android.app.LoadedApk.forgetServiceDispatcher(LoadedApk.java:1526)
11-30 15:18:26.553 19185 19185 W System.err: 	at android.app.ContextImpl.unbindService(ContextImpl.java:1717)
11-30 15:18:26.553 19185 19185 W System.err: 	at android.content.ContextWrapper.unbindService(ContextWrapper.java:722)
11-30 15:18:26.553 19185 19185 W System.err: 	at android.content.ContextWrapper.unbindService(ContextWrapper.java:722)
11-30 15:18:26.553 19185 19185 W System.err: 	at com.lbe.doubleagent.service.proxy.JobProxy.a(JobProxy.java:228)
11-30 15:18:26.553 19185 19185 W System.err: 	at com.lbe.doubleagent.service.proxy.JobProxy.a(JobProxy.java:33)
11-30 15:18:26.553 19185 19185 W System.err: 	at com.lbe.doubleagent.service.proxy.JobProxy$a.b(JobProxy.java:144)
11-30 15:18:26.553 19185 19185 W System.err: 	at com.lbe.doubleagent.service.proxy.JobProxy$a.onServiceDisconnected(JobProxy.java:95)
11-30 15:18:26.553 19185 19185 W System.err: 	at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:1710)
11-30 15:18:26.553 19185 19185 W System.err: 	at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1725)
11-30 15:18:26.553 19185 19185 W System.err: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 15:18:26.553 19185 19185 W System.err: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 15:18:26.553 19185 19185 W System.err: 	at android.os.Looper.loop(Looper.java:164)
11-30 15:18:26.553 19185 19185 W System.err: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 15:18:26.553 19185 19185 W System.err: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:18:26.553 19185 19185 W System.err: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 15:18:26.553 19185 19185 W System.err: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 15:18:26.563 19185 19185 W System.err: java.lang.IllegalArgumentException: Service not registered: com.lbe.doubleagent.service.proxy.JobProxy$a@dfbe295
11-30 15:18:26.563 19185 19185 W System.err: 	at android.app.LoadedApk.forgetServiceDispatcher(LoadedApk.java:1526)
11-30 15:18:26.563 19185 19185 W System.err: 	at android.app.ContextImpl.unbindService(ContextImpl.java:1717)
11-30 15:18:26.563 19185 19185 W System.err: 	at android.content.ContextWrapper.unbindService(ContextWrapper.java:722)
11-30 15:18:26.563 19185 19185 W System.err: 	at android.content.ContextWrapper.unbindService(ContextWrapper.java:722)
11-30 15:18:26.563 19185 19185 W System.err: 	at com.lbe.doubleagent.service.proxy.JobProxy.a(JobProxy.java:228)
11-30 15:18:26.563 19185 19185 W System.err: 	at com.lbe.doubleagent.service.proxy.JobProxy.a(JobProxy.java:33)
11-30 15:18:26.563 19185 19185 W System.err: 	at com.lbe.doubleagent.service.proxy.JobProxy$a.b(JobProxy.java:144)
11-30 15:18:26.563 19185 19185 W System.err: 	at com.lbe.doubleagent.service.proxy.JobProxy$a.onServiceDisconnected(JobProxy.java:95)
11-30 15:18:26.563 19185 19185 W System.err: 	at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:1710)
11-30 15:18:26.563 19185 19185 W System.err: 	at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1725)
11-30 15:18:26.563 19185 19185 W System.err: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 15:18:26.563 19185 19185 W System.err: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 15:18:26.563 19185 19185 W System.err: 	at android.os.Looper.loop(Looper.java:164)
11-30 15:18:26.563 19185 19185 W System.err: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 15:18:26.563 19185 19185 W System.err: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:18:26.563 19185 19185 W System.err: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 15:18:26.563 19185 19185 W System.err: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 15:18:26.893 24652 24652 I ExceptionHandler: Breakpad library has been set up.
11-30 15:18:26.901 24652 25102 D WhatsNewContentBgndTask: Entered execute
11-30 15:18:26.910 24652 25102 D WhatsNewContentBgndTask: FeatureGate not enabled, skip executing background task.
11-30 15:18:26.923 24560 24560 D ConnectivityManager: requestNetwork; CallingUid : 10011, CallingPid : 24560
11-30 15:18:26.934  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.934  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.934  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.934  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.934  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.934  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.934  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.934  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.934  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.934  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.934  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.934  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.934  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.934  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.934  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.935  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.935  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.935  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.939  2985  3453 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=5233, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:18:26.939  2985  3453 D Ethernet:   my score=-1, my filter=[ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps]
11-30 15:18:26.939  2985  3453 D Ethernet: evalRequest
11-30 15:18:26.939  2985  3453 D Ethernet:   done
11-30 15:18:26.939  2985  3219 D WIFI_P2P: got request NetworkRequest [ TRACK_DEFAULT id=5233, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:18:26.939  2985  3171 D WIFI_UT : got request NetworkRequest [ TRACK_DEFAULT id=5233, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:18:26.939  2985  3219 D WIFI_P2P:   my score=60, my filter=[ Transports: WIFI Capabilities: WIFI_P2P&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:18:26.939  2985  3171 D WIFI_UT :   my score=2147483647, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:18:26.939  2985  3219 D WIFI_P2P: evalRequest
11-30 15:18:26.939  2985  3171 D WIFI_UT : evalRequest
11-30 15:18:26.939  2985  3219 D WIFI_P2P:   done
11-30 15:18:26.939  2985  3171 D WIFI_UT :   needNetworkFor
11-30 15:18:26.941  3470  3470 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=5233, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:18:26.941  3470  3470 D PhoneSwitcherNetworkRequstListener:   my score=101, my filter=[ Transports: CELLULAR Capabilities: MMS&SUPL&DUN&FOTA&IMS&CBS&IA&RCS&XCAP&EIMS&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&ENT1&FOC Specifier: <android.net.MatchAllNetworkSpecifier@0>]
11-30 15:18:26.941  3470  3470 D PhoneSwitcherNetworkRequstListener: evalRequest
11-30 15:18:26.941  3470  3470 D PhoneSwitcherNetworkRequstListener:   needNetworkFor
11-30 15:18:26.946  2985  3171 D WIFI    : got request NetworkRequest [ TRACK_DEFAULT id=5233, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:18:26.946  2985  3171 D WIFI    :   my score=60, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:18:26.946  2985  3171 D WIFI    : evalRequest
11-30 15:18:26.946  2985  3171 D WIFI    :   needNetworkFor
11-30 15:18:26.952 24652 25102 D ConnectivityManager: requestNetwork; CallingUid : 15010011, CallingPid : 24652
11-30 15:18:26.955  2985  3171 D WIFI_UT : got request NetworkRequest [ TRACK_DEFAULT id=5234, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:18:26.955  2985  3171 D WIFI_UT :   my score=2147483647, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:18:26.955  2985  3171 D WIFI_UT : evalRequest
11-30 15:18:26.955  2985  3453 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=5234, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:18:26.955  2985  3171 D WIFI_UT :   needNetworkFor
11-30 15:18:26.955  2985  3453 D Ethernet:   my score=-1, my filter=[ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps]
11-30 15:18:26.955  2985  3171 D WIFI    : got request NetworkRequest [ TRACK_DEFAULT id=5234, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:18:26.955  2985  3453 D Ethernet: evalRequest
11-30 15:18:26.955  2985  3453 D Ethernet:   done
11-30 15:18:26.955  2985  3171 D WIFI    :   my score=60, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:18:26.955  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.955  2985  3171 D WIFI    : evalRequest
11-30 15:18:26.955  2985  3171 D WIFI    :   needNetworkFor
11-30 15:18:26.956  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.956  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.956  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.956  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.956  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.956  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.956  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.956  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.956  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.956  2985  3219 D WIFI_P2P: got request NetworkRequest [ TRACK_DEFAULT id=5234, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:18:26.956  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.956  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.956  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.956  2985  3219 D WIFI_P2P:   my score=60, my filter=[ Transports: WIFI Capabilities: WIFI_P2P&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:18:26.956  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.956  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.956  2985  3219 D WIFI_P2P: evalRequest
11-30 15:18:26.956  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.956  2985  3219 D WIFI_P2P:   done
11-30 15:18:26.956  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.956  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:26.957  3470  3470 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=5234, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:18:26.957  3470  3470 D PhoneSwitcherNetworkRequstListener:   my score=101, my filter=[ Transports: CELLULAR Capabilities: MMS&SUPL&DUN&FOTA&IMS&CBS&IA&RCS&XCAP&EIMS&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&ENT1&FOC Specifier: <android.net.MatchAllNetworkSpecifier@0>]
11-30 15:18:26.957  3470  3470 D PhoneSwitcherNetworkRequstListener: evalRequest
11-30 15:18:26.957  3470  3470 D PhoneSwitcherNetworkRequstListener:   needNetworkFor
11-30 15:18:27.055 24560 24560 I Process : Sending signal. PID: 24560 SIG: 9
11-30 15:18:27.122  2985  3070 W Choreographer: Frame time is 4.360686 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:18:27.191  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:27.191  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:27.191  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:27.241  3470  3480 I zygote  : Background concurrent copying GC freed 106476(5MB) AllocSpace objects, 0(0B) LOS objects, 50% free, 5MB/11MB, paused 460us total 282.830ms
11-30 15:18:27.323  2985  3002 I zygote  : Successfully killed process cgroup uid 10011 pid 24560 in 204ms
11-30 15:18:27.369  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:18:27.369  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:18:27.369  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:18:27.750  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:18:28.138 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(334) data(3908) accounts({vnd.sec.contact.phone (1)=155, com.whatsapp (23)=210, com.google (19)=204, com.osp.app.signin (24)=4, vnd.sec.contact.sim2 (3)=14, org.telegram.messenger (36)=127}) accounts deleted({com.google (19)=1}) calls([logtype:100 cnt:500, logtype:300 cnt:500]) countryIso(ID) userId(0)  ]

11-30 15:18:28.138 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ agr({[1 ,1 ,23]=1, [23 ,3 ,36 ,19]=1, [1 ,1 ,36 ,23]=1, [1 ,24 ,23]=1, [19 ,23 ,23 ,36 ,36]=1, [1 ,1 ,1]=1, [19 ,19 ,19 ,1 ,23 ,24 ,36]=1, [19]=10, [19 ,19 ,1]=1, [19 ,1 ,36 ,23]=1, [19 ,36]=4, [1 ,36]=1, [36 ,19 ,23 ,36]=2, [19 ,1 ,23 ,23 ,23]=1, [19 ,1 ,23 ,36 ,36]=1, [19 ,1 ,23 ,36]=9, [1 ,23 ,36 ,36]=1, [1 ,23 ,36]=12, [19 ,23 ,36 ,23]=1, [19 ,36 ,23]=2, [19 ,23 ,36]=68, [3]=10, [1]=72, [19 ,1 ,23 ,24]=1, [1 ,23 ,24 ,36]=1, [19 ,1 ,23]=8, [19 ,1 ,23 ,36 ,23]=1, [19 ,23]=67, [20 ,23]=1, [23 ,3]=1, [36]=12, [1 ,23]=17, [19 ,1]=19, [19 ,23 ,23]=1, [23 ,3 ,36]=2})  ]

11-30 15:18:28.138 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({android.process.acore(15069)=1})  ]

11-30 15:18:28.138 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(1) data(3) accounts({vnd.sec.contact.phone (1)=1})  ]

11-30 15:18:28.138 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(1) data(24) accounts({vnd.sec.contact.phone (1)=1})  ]
11-30 15:18:28.191  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:28.191  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:28.191  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:29.050 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:29.050 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:29.051 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:18:29.191  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:29.191  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:29.191  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:30.191  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:30.191  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:30.191  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:30.529 15154 15154 I Finsky:background: [2] kmm.onDestroy(8): IPC-SERVER: Stopping gRPC host service...
11-30 15:18:31.192  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:31.192  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:31.192  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:32.192  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:32.192  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:32.192  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:32.410 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:32.410 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:32.410 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:18:32.861 24652 24652 I Process : Sending signal. PID: 24652 SIG: 9
11-30 15:18:32.922  2985  3070 W Choreographer: Frame time is 2.863623 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:18:32.934  2985  3002 I zygote  : Successfully killed process cgroup uid 15010011 pid 24652 in 15ms
11-30 15:18:33.192  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:33.192  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:33.192  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:34.192  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:34.192  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:34.192  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:35.192  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:35.192  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:35.192  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:36.007  2985  3827 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.parallel.space.lite user:0
11-30 15:18:36.046  2985  3827 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:18:36.046  2985  3827 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.parallel.space.lite user:0
11-30 15:18:36.047  2985  3827 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:18:36.193  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:36.193  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:36.193  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:36.280  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:18:36.280  2985  2985 I MotionRecognitionService: Plugged
11-30 15:18:36.280  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:18:36.280  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:18:36.281  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:18:36.282  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:18:36.284  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:18:36.284 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:18:36.284 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:18:36.284  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:18:36.284  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:18:36.284  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:18:36.284  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:18:36.285 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:18:36.285 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:18:36.285  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:18:36.324 25137 25137 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:18:36.521 25137 25137 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:18:36.522 25137 25137 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.parallel.space.lite 
11-30 15:18:36.927 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:36.928 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:36.928 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:18:36.954 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:36.954 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:36.954 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:18:36.955 24830 24893 E CelloDelayUploadFixer: [RxCachedThreadScheduler-4] Cleanup delay upload complete
11-30 15:18:36.973 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:36.973 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:36.973 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:18:37.000 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:37.000 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:37.000 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:18:37.025  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:18:37.025  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:18:37.025  2985  3827 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:18:37.029 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:37.030 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:37.030  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:18:37.030  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:18:37.030 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:18:37.030  2985  3827 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:18:37.035 25137 25137 D ActivityThread: Added TimaKeyStore provider
11-30 15:18:37.154 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:37.154 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:37.154 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:18:37.175 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:37.175 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:37.175 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:18:37.193  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:37.193  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:37.193  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:37.196 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:37.197 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:37.197 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:18:37.217 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:37.217 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:37.217 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:18:37.239 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:37.239 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:37.240 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:18:37.262 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:37.262 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:37.262 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:18:37.283 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:37.283 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:37.283 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:18:37.305 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:37.305 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:18:37.305 24830 24888 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:18:37.423  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:18:37.424  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:18:37.424  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:18:37.535 25137 25137 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10227
11-30 15:18:37.536 25137 25137 D Proxy   : mdoP is null: 10227
11-30 15:18:37.649 25137 25137 W System.err: my process name com.parallel.space.lite
11-30 15:18:37.693  2985  3019 D PackageManager: EAS IT Policy com.sec.spp.push isPackageSignedByPlatform = false
11-30 15:18:38.007  2985  3019 D PackageManager: sendBroadcastAsUser. PACKAGE_INSTALL_STARTED
11-30 15:18:38.007  2985  3019 D PackageManager: EAS IT Policy com.sec.spp.push isPackageSignedByPlatform = false
11-30 15:18:38.030  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.PACKAGE_CHANGED
11-30 15:18:38.030  3510  3510 D MetadataParser: onPackageUpdated() key = com.google.android.apps.docs
11-30 15:18:38.031  2985  3298 D UcmService: onReceive android.intent.action.PACKAGE_CHANGED
11-30 15:18:38.031  2985  3298 D UcmService: Package update in userId-0 and uid-10112
11-30 15:18:38.032   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:18:38.036 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityReceiver] onReceive
11-30 15:18:38.046  3470  3470 D ImsResolver: maybeAddedImsService, packageName: com.google.android.apps.docs
11-30 15:18:38.069   559   636 I ControllerEventHandler: [#CMH#] onPackageChanged()  null
11-30 15:18:38.069   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:18:38.085  2985  3117 D InputReader: externalDisplayId 0 W 1080 H 1920
11-30 15:18:38.085  2985  3117 I InputReader: Reconfiguring input devices.  changes=0x00000010
11-30 15:18:38.107  3470  3470 D CarrierSvcBindHelper: No carrier app for: 0
11-30 15:18:38.109  3470  3470 D CarrierSvcBindHelper: No carrier app for: 1
11-30 15:18:38.112 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityReceiver] resetSupportHashContentActivity
11-30 15:18:38.148 23605 23605 D GOS:GameServiceReceiver: action : com.samsung.android.intent.action.PACKAGE_INSTALL_STARTED
11-30 15:18:38.156 23605 23605 D GOS:MainIntentService: onCreate
11-30 15:18:38.156 23605 25153 D GOS:MainIntentService: onHandleIntent. begin
11-30 15:18:38.193  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:38.193  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:38.193  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:38.195 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.app.spage
11-30 15:18:38.196 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.bixby.agent
11-30 15:18:38.197 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.bixby.plmsync
11-30 15:18:38.197 14965 14965 I Finsky  : [2] vjy.c(7): Install-time verification requested for package com.sec.spp.push, id = 14
11-30 15:18:38.198 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.homemode
11-30 15:18:38.198 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.visionintelligence
11-30 15:18:38.198 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.app.social
11-30 15:18:38.199 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.app.reminder
11-30 15:18:38.208 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.sec.mhs.smarttethering
11-30 15:18:38.209 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.dialer
11-30 15:18:38.209 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.fhub
11-30 15:18:38.210 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.app.highlightplayer
11-30 15:18:38.214 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.app.spage
11-30 15:18:38.215 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.bixby.agent
11-30 15:18:38.216 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.bixby.plmsync
11-30 15:18:38.217 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.homemode
11-30 15:18:38.218 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.visionintelligence
11-30 15:18:38.218 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.app.social
11-30 15:18:38.219 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.app.reminder
11-30 15:18:38.221 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.sec.mhs.smarttethering
11-30 15:18:38.222 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.dialer
11-30 15:18:38.222 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.fhub
11-30 15:18:38.223 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.app.highlightplayer
11-30 15:18:38.329 14965 24627 I Finsky  : [43447] VerifyAppsInstallTask.mv(5): Skipping verification because own installation
11-30 15:18:38.329 14965 24627 I Finsky  : [43447] VerifyAppsInstallTask.mv(15): Verify: Skipping anti malware verification due to pre-check failure. package=com.sec.spp.push
11-30 15:18:38.333 14965 24627 I Finsky  : [43447] VerifyPerSourceInstallationConsentInstallTask.mv(2): PSIC verification started with installer uid: 15010040 package name: com.android.vending, originating uid: -1
11-30 15:18:38.335 14965 24627 E Finsky  : [43447] VerifyPerSourceInstallationConsentInstallTask.d(2): Package name com.android.shell is not an installed package
11-30 15:18:38.345 14965 24627 I Finsky  : [43447] VerifyPerSourceInstallationConsentInstallTask.mv(9): Skipping logging for attempted installation. This is a Play Store installation.
11-30 15:18:38.357 14965 14965 I Finsky  : [2] VerifyInstallTask.j(1): Returning package verification result id=14, result=1
11-30 15:18:38.364 14965 14965 I Finsky  : [2] VerifyInstallTask.mu(6): Verification complete: id=14, package_name=com.sec.spp.push
11-30 15:18:38.399  2985  3019 W PackageManager: verifying app can be installed or not
11-30 15:18:38.399  2985  2995 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.facebook.katana user:0
11-30 15:18:38.399  2985  2995 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:18:38.399  2985  2995 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.facebook.katana user:0
11-30 15:18:38.399  2985  2995 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:18:38.400  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled
11-30 15:18:38.421  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking PKG WL - false
11-30 15:18:38.421  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking PKG BL - true
11-30 15:18:38.421  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking PERM BL - true
11-30 15:18:38.421  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking SIG BL - true
11-30 15:18:38.421  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking PKG WL - false
11-30 15:18:38.427  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:18:38.437  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking PKG BL - true
11-30 15:18:38.438  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking PERM BL - true
11-30 15:18:38.438  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking SIG BL - true
11-30 15:18:38.442 13010 25155 I Fitness : OnPackageChangedOperation got intent: Intent { act=android.intent.action.PACKAGE_CHANGED dat=package:com.google.android.apps.docs flg=0x45000010 pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) } [CONTEXT service_id=17 ]
11-30 15:18:38.447 23605 25153 D GOS:MainIntentService: onHandleIntent(). type : 2
11-30 15:18:38.447 23605 25153 D GOS:MainIntentService: onHandleIntent(). PACKAGE_CHANGED. changeType : 2, packageName : com.sec.spp.push
11-30 15:18:38.448  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  enabled true
11-30 15:18:38.450 23605 25153 D GOS:DataManager: onPackageInstallStarted(). packageName :  com.sec.spp.push
11-30 15:18:38.452 23605 25153 D GOS:DataManager: addPkgDataFromServer(), packageName : com.sec.spp.push
11-30 15:18:38.454  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:18:38.458 23605 25153 D GOS:PkgData: PkgData(), pkgName: com.sec.spp.push
11-30 15:18:38.458 23605 25153 D GOS:PkgData: setCustomFeatureFlag, pkgName: com.sec.spp.push, old featureFlag: 346781844236309267, new featureFlag: 346781844236309267
11-30 15:18:38.463 23605 25153 D GOS:DataManager: addPkgDataFromServer(), skip. categorized by 2
11-30 15:18:38.464 23605 25153 D GOS:PkgData: PkgData(), pkgName: com.sec.spp.push
11-30 15:18:38.464 23605 25153 D GOS:PkgData: setCustomFeatureFlag, pkgName: com.sec.spp.push, old featureFlag: 346781844236309267, new featureFlag: 346781844236309267
11-30 15:18:38.466 23605 25153 D GOS:MainIntentService: there is gamemanger. don't start GameService
11-30 15:18:38.467 25170 25170 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:18:38.469 25170 25170 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:18:38.470 25170 25170 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.facebook.katana 
11-30 15:18:38.471 25137 25160 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:18:38.472 25137 25160 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:18:38.477 23605 23605 D GOS:MainIntentService: onDestroy
11-30 15:18:38.479 25137 25137 W System.err: 109896fce92890c7f17cb75f1f5a69bd7e2e993b
11-30 15:18:38.496  2985  5091 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10098 ,Container id: 0
11-30 15:18:38.496 16033 25189 I Fitness : OnPackageChangedOperation got intent: Intent { act=android.intent.action.PACKAGE_CHANGED dat=package:com.google.android.apps.docs flg=0x45000010 pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) } [CONTEXT service_id=17 ]
11-30 15:18:38.496  2985  5091 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10098 ,Container id: 0
11-30 15:18:38.496  2985  5091 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:18:38.497 13010 25155 I Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_CHANGED [CONTEXT service_id=17 ]
11-30 15:18:38.501 16033 25162 I Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_CHANGED [CONTEXT service_id=17 ]
11-30 15:18:38.503  2985  5091 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10098 ,Container id: 0
11-30 15:18:38.503  2985  5091 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10098 ,Container id: 0
11-30 15:18:38.503  2985  5091 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:18:38.509 25170 25170 D ActivityThread: Added TimaKeyStore provider
11-30 15:18:38.595 25170 25170 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10098
11-30 15:18:38.596 25170 25170 D Proxy   : mdoP is null: 10098
11-30 15:18:38.625  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:18:38.625  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1195, previously 2540
11-30 15:18:38.632  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:18:38.642  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2546, previously 2540
11-30 15:18:38.643  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1442, previously 4566
11-30 15:18:38.643  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 383, previously 2136
11-30 15:18:38.648  2985  2985 W ResourceType: For resource 0x7f130c16, entry index(3094) is beyond type entryCount(1442)
11-30 15:18:38.649  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:18:38.649  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:18:38.654  2985  2985 W ResourceType: For resource 0x7f1305f2, entry index(1522) is beyond type entryCount(1442)
11-30 15:18:38.654  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:18:38.654  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:18:38.655  2985  2985 W ResourceType: For resource 0x7f130824, entry index(2084) is beyond type entryCount(1442)
11-30 15:18:38.655  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:18:38.655  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:18:38.688  2985  3019 I AASATokenParser:  advanced hash::fb05ebf9a2ecb3aa4a74ee5d11e401d840565d0803fce22f3877cc2e20c825a6
11-30 15:18:38.693  2985  3019 I AASATokenParser:  AASA_VerifyToken START
11-30 15:18:38.718  2985  3019 I AASATokenParser: index : 1.1
11-30 15:18:38.719  2985  3019 D AASATokenParser: mTokenName : SEC-INF/buildinfo.xml SignerVersion : 
11-30 15:18:38.726  2985  3019 I AASATokenParser: Token is verificated in checkIntegrity!
11-30 15:18:38.738  2985  3019 I AASATokenParser: signerCert is verificated!
11-30 15:18:38.748  2985  3019 I AASATokenParser: CAcert is verificated!
11-30 15:18:38.749  2985  3019 I AASATokenParser: rootCert is verificated!
11-30 15:18:38.753  2985  3019 I AASATokenParser: OK:com.sec.spp.push
11-30 15:18:38.777 25137 25163 D NetworkSecurityConfig: No Network Security Config specified, using platform default
11-30 15:18:38.777 25137 25218 W DynamiteModule: Local module descriptor class for com.google.android.gms.measurement.dynamite not found.
11-30 15:18:38.785 25137 25163 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:18:38.786 25137 25163 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:18:38.786 25137 25160 W zygote  : Unsupported class loader
11-30 15:18:38.789  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:18:38.797 25137 25160 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:18:38.801 25137 25160 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:18:38.817 16033 14928 D BluetoothAdapter: STATE_BLE_ON
11-30 15:18:38.819 16033 14928 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:18:38.855 16033 14928 I chatty  : uid=10018(com.google.android.gms) highpool[94] identical 1 line
11-30 15:18:38.857 16033 14928 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:18:38.894  2985  3024 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:18:38.894  2985  3024 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:18:38.894  2985  3024 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:18:38.902 25137 25195 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:18:38.903 25137 25195 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:18:38.904  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:18:38.913 25170 25170 W CrashLoopRemedyLog: unable to delete remedy log, instaCrash: false
11-30 15:18:38.914 25170 25170 W CrashLoopRemedyLog: unable to delete remedy log, instaCrash: true
11-30 15:18:38.921 25137 25160 I zygote  : WaitForGcToComplete blocked ClassLinker on AddRemoveAppImageSpace for 120.450ms
11-30 15:18:38.935  2985  3019 I AASATokenParser:  advanced hash::fb05ebf9a2ecb3aa4a74ee5d11e401d840565d0803fce22f3877cc2e20c825a6
11-30 15:18:38.935  2985  3019 I AASATokenParser: OK:AdvancedHASH
11-30 15:18:38.935  2985  3019 D AASATokenParser: CREATE : 20211119
11-30 15:18:38.935  2985  3019 D AASATokenParser: VERSION : 3.3.23.0.255941
11-30 15:18:38.935  2985  3019 D AASATokenParser: INDEX : 1.1
11-30 15:18:38.935  2985  3019 I AASATokenParser: OK:CROSSDOWN
11-30 15:18:38.935  2985  3019 I AASATokenParser:  Pass ALL
11-30 15:18:38.945 25170 25170 W ErrorReportingAppInit: Errorreporting: Lacrima
11-30 15:18:38.952  2985  3019 W SELinux : SELinux: set fc_digest(/data/app/com.sec.spp.push-eq3atwP0p9a3W56dgWKNRQ==)
11-30 15:18:38.954 25137 25218 W zygote  : Unsupported class loader
11-30 15:18:38.954 25137 25137 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:18:38.974 25137 25137 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:18:38.994 25137 25218 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:18:39.017 25170 25170 W lacrima : FbErrorReportingConfig.earlyInit
11-30 15:18:39.019 25137 25218 W DynamiteModule: Local module descriptor class for com.google.android.gms.measurement.dynamite not found.
11-30 15:18:39.027 25137 25160 W zygote  : Unsupported class loader
11-30 15:18:39.036  2985  3019 I PackageManager.DexOptimizer: Running dexopt (dexoptNeeded=1) on: /data/app/com.sec.spp.push-eq3atwP0p9a3W56dgWKNRQ==/base.apk pkg=com.sec.spp.push isa=arm dexoptFlags=boot_complete,public target-filter=quicken oatDir=/data/app/com.sec.spp.push-eq3atwP0p9a3W56dgWKNRQ==/oat sharedLibraries=PCL[]
11-30 15:18:39.066 25137 25137 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:18:39.073 25137 25160 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:18:39.085 25137 25160 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:18:39.184 16067 12914 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
11-30 15:18:39.193  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:39.193  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:39.193  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:39.203  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f080279
11-30 15:18:39.203  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f13050b
11-30 15:18:39.203  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f13050b
11-30 15:18:39.212  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f080275
11-30 15:18:39.212  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f130509
11-30 15:18:39.212  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f130509
11-30 15:18:39.212  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f080277
11-30 15:18:39.212  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f13050a
11-30 15:18:39.212  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f13050a
11-30 15:18:39.308 25137 25137 I zygote  : WaitForGcToComplete blocked ClassLinker on ClassLinker for 241.319ms
11-30 15:18:39.308 25137 25160 I zygote  : WaitForGcToComplete blocked ClassLinker on ClassLinker for 223.519ms
11-30 15:18:39.316 25170 25170 W AppStateLoggerNative: AppStateLoggerNative.initializeNativeCrashReporting not called.
11-30 15:18:39.319  2680  2680 E audit   : type=1400 audit(1638260319.306:39797): avc:  denied  { read } for  pid=25170 comm="facebook.katana" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:39.319  2680  2680 E audit   : type=1300 audit(1638260319.306:39797): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=e8f6b9f0 a2=20000 a3=0 items=0 ppid=2693 pid=25170 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="facebook.katana" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:39.319  2680  2680 E audit   : type=1327 audit(1638260319.306:39797): proctitle="com.facebook.katana"
11-30 15:18:39.331 25170 25170 W lacrima : Start JavaAppDeathCrashDetector... X.0b1
11-30 15:18:39.336 25170 25170 W lacrima : Send pending reports
11-30 15:18:39.359 25170 25170 W Unnonodex: Using legacy splash
11-30 15:18:39.359 25170 25170 W Unnonodex: Legacy app components are blocked
11-30 15:18:39.368 25170 25245 W AppInitScheduler|Run: Running InitSharedLibraries [*]
11-30 15:18:39.370 25170 25246 W AppInitScheduler|Run: Running InitMultiProcessTracker
11-30 15:18:39.371 25170 25247 W AppInitScheduler|Run: Running InitNonSdkApiUsageReporting
11-30 15:18:39.371 25170 25247 W AppInitScheduler|Run:   Finished InitNonSdkApiUsageReporting in 0ms
11-30 15:18:39.371 25170 25249 W AppInitScheduler|Run: Running InitQuickOrder
11-30 15:18:39.371 25170 25243 W OnProcessInitInvoker: Ignored missing AppInit dependency: 64:InitFRay
11-30 15:18:39.371 25170 25249 W AppInitScheduler|Run:   Finished InitQuickOrder in 0ms
11-30 15:18:39.443 25170 25170 W AppStateLoggerNative: AppStateLoggerNative.initializeNativeCrashReporting not called.
11-30 15:18:39.460 25170 25246 W AppInitScheduler|Run:   Finished InitMultiProcessTracker in 89ms
11-30 15:18:39.461 25170 25251 W FileBasedMultiProcessTracker: <default>: Initializing FileBasedMultiProcessTracking using /data/user/0/com.facebook.katana/app_multiprocess_tracking
11-30 15:18:39.461 25170 25251 W FileBasedMultiProcessTracker: <default>: Creating file to track 25170
11-30 15:18:39.466 25170 25251 W FileBasedMultiProcessTracker: <default>: FileBasedMultiProcessTracker ready!
11-30 15:18:39.466 25170 25252 W FileBasedMultiProcessTracker: <default>: Observed removed PID: 22869
11-30 15:18:39.468 25137 25137 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:213806100
11-30 15:18:39.477 25137 25137 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 213806100
11-30 15:18:39.481 25137 25137 D DynamitePackage: Instantiated singleton DynamitePackage.
11-30 15:18:39.481 25137 25137 D DynamitePackage: Instantiating com.google.android.gms.ads.ChimeraMobileAdsSettingManagerCreatorImpl
11-30 15:18:39.496 25170 25245 W AppInitScheduler|Run:   Finished InitSharedLibraries in 127ms
11-30 15:18:39.497 25170 25253 W AppInitScheduler|Run: Running LoadLibDexLoad [*]
11-30 15:18:39.497 25170 25254 W AppInitScheduler|Run: Running FixArtDebugging [*]
11-30 15:18:39.497 25170 25254 W AppInitScheduler|Run:   Finished FixArtDebugging in 0ms
11-30 15:18:39.498 25170 25255 W AppInitScheduler|Run: Running GeneratePerfStats [*]
11-30 15:18:39.498 25170 25256 W AppInitScheduler|Run: Running EnableExtraTracing
11-30 15:18:39.499 25170 25256 W AppInitScheduler|Run:   Finished EnableExtraTracing in 0ms
11-30 15:18:39.499 25170 25257 W AppInitScheduler|Run: Running LoadLibColdStart
11-30 15:18:39.499 25170 25245 W AppInitScheduler|Run: Running InitClassFailureStapler
11-30 15:18:39.499 25170 25247 W AppInitScheduler|Run: Running InitCrashLoopMitigation
11-30 15:18:39.499 25170 25256 W AppInitScheduler|Run: Running InitOxygenCrashReporter
11-30 15:18:39.499 25170 25256 W AppInitScheduler|Run:   Finished InitOxygenCrashReporter in 0ms
11-30 15:18:39.500 25170 25245 W AppInitScheduler|Run:   Finished InitClassFailureStapler in 1ms
11-30 15:18:39.509  2680  2680 E audit   : type=1400 audit(1638260319.496:39798): avc:  denied  { read } for  pid=25255 comm="AppInit7" name="vmstat" dev="proc" ino=4026534951 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:39.509  2680  2680 E audit   : type=1300 audit(1638260319.496:39798): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=e38f0190 a2=20000 a3=0 items=0 ppid=2693 pid=25255 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit7" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:39.509  2680  2680 E audit   : type=1327 audit(1638260319.496:39798): proctitle="com.facebook.katana"
11-30 15:18:39.578 16067 22301 I GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=12803 trafficStatsUid=-1
11-30 15:18:39.671  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2002, previously 2011
11-30 15:18:39.671  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2773, previously 2855
11-30 15:18:39.673  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 193, previously 1221
11-30 15:18:39.706 25170 25255 W AppInitScheduler|Run:   Finished GeneratePerfStats in 208ms
11-30 15:18:39.747 25137 25137 D ConnectivityManager: requestNetwork; CallingUid : 10227, CallingPid : 25137
11-30 15:18:39.760  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:39.760  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:39.760  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:39.760  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:39.760  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:39.760  3470  3470 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=5235, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:18:39.760  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:39.761  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:39.761  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:39.761  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:39.761  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:39.761  3470  3470 D PhoneSwitcherNetworkRequstListener:   my score=101, my filter=[ Transports: CELLULAR Capabilities: MMS&SUPL&DUN&FOTA&IMS&CBS&IA&RCS&XCAP&EIMS&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&ENT1&FOC Specifier: <android.net.MatchAllNetworkSpecifier@0>]
11-30 15:18:39.761  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:39.761  3470  3470 D PhoneSwitcherNetworkRequstListener: evalRequest
11-30 15:18:39.761  3470  3470 D PhoneSwitcherNetworkRequstListener:   needNetworkFor
11-30 15:18:39.761  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:39.761  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:39.761  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:39.761  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:39.761  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:39.761  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:39.761  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:39.761  2985  3171 D WIFI_UT : got request NetworkRequest [ TRACK_DEFAULT id=5235, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:18:39.761  2985  3171 D WIFI_UT :   my score=2147483647, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:18:39.761  2985  3171 D WIFI_UT : evalRequest
11-30 15:18:39.761  2985  3171 D WIFI_UT :   needNetworkFor
11-30 15:18:39.761  2985  3171 D WIFI    : got request NetworkRequest [ TRACK_DEFAULT id=5235, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:18:39.762  2985  3171 D WIFI    :   my score=60, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:18:39.762  2985  3171 D WIFI    : evalRequest
11-30 15:18:39.762  2985  3171 D WIFI    :   needNetworkFor
11-30 15:18:39.762  2985  3453 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=5235, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:18:39.762  2985  3453 D Ethernet:   my score=-1, my filter=[ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps]
11-30 15:18:39.762  2985  3453 D Ethernet: evalRequest
11-30 15:18:39.762  2985  3453 D Ethernet:   done
11-30 15:18:39.762 25137 25137 I Ads     : Updating ad debug logging enablement.
11-30 15:18:39.762  2985  3219 D WIFI_P2P: got request NetworkRequest [ TRACK_DEFAULT id=5235, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:18:39.762  2985  3219 D WIFI_P2P:   my score=60, my filter=[ Transports: WIFI Capabilities: WIFI_P2P&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:18:39.762  2985  3219 D WIFI_P2P: evalRequest
11-30 15:18:39.762  2985  3219 D WIFI_P2P:   done
11-30 15:18:39.765 25137 25230 I Ads     : App measurement initialized, version: 45018
11-30 15:18:39.765 25137 25230 I Ads     : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
11-30 15:18:39.789 16067 22301 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:18:39.804 16067 22301 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:18:39.815 16067 16067 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
11-30 15:18:39.815 16067 16067 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
11-30 15:18:39.828 25170 25253 W AppInitScheduler|Run:   Finished LoadLibDexLoad in 331ms
11-30 15:18:39.828 25170 25254 W AppInitScheduler|Run: Running DisableRuntimeVerification [*]
11-30 15:18:39.828 25170 25249 W AppInitScheduler|Run: Running InitDitto [*]
11-30 15:18:39.828 25170 25246 W AppInitScheduler|Run: Running InitClassTracing
11-30 15:18:39.829 25170 25256 W AppInitScheduler|Run: Running InitLacrimaEarlyNative
11-30 15:18:39.829 25170 25245 W AppInitScheduler|Run: Running InitTerminateHandler
11-30 15:18:39.829 25170 25255 W AppInitScheduler|Run: Running LoadVoltronModules
11-30 15:18:39.829 25170 25254 W Verifier: Could not disable runtime verification
11-30 15:18:39.829 25170 25254 W AppInitScheduler|Run:   Finished DisableRuntimeVerification in 2ms
11-30 15:18:39.829 25170 25245 W AppInitScheduler|Run:   Finished InitTerminateHandler in 1ms
11-30 15:18:39.830 25170 25245 W AppInitScheduler|Run: Running PreConnect
11-30 15:18:39.833 25170 25246 W AppInitScheduler|Run:   Finished InitClassTracing in 4ms
11-30 15:18:39.833 25170 25247 W dalvik-internals: sigaction64 not found, falling back
11-30 15:18:39.833 25170 25247 W dalvik-internals: sigaction succeeded
11-30 15:18:39.833 25170 25246 W AppInitScheduler|Run: Running InitDeadCodeDetection
11-30 15:18:39.833 25170 25246 W AppInitScheduler|Run:   Finished InitDeadCodeDetection in 0ms
11-30 15:18:39.833 25170 25246 W AppInitScheduler|Run: Running InitMemoryTracer
11-30 15:18:39.834 25170 25246 W AppInitScheduler|Run:   Finished InitMemoryTracer in 0ms
11-30 15:18:39.834 25170 25247 W dalvik-internals: ignoring failure to find _ZN3art12FaultManager35EnsureArtActionInFrontOfSignalChainEv: could not hook _ZN3art12FaultManager35EnsureArtActionInFrontOfSignalChainEv
11-30 15:18:39.834 25170 25247 V dalvik-internals: hooked signal using trap ()
11-30 15:18:39.835 25170 25247 V dalvik-internals: hooked sysv_signal using trap ()
11-30 15:18:39.835 25170 25247 V dalvik-internals: hooked bsd_signal using trap ()
11-30 15:18:39.835 25170 25247 V dalvik-internals: hooked sigaction using trap ()
11-30 15:18:39.835 25170 25247 I dalvik-internals: integrateWithCrashLog crashlog: /data/user/0/com.facebook.katana/crash_log, insta_crashlog: /data/user/0/com.facebook.katana/insta_crash_log
11-30 15:18:39.835 25170 25247 I dalvik-internals: installed sigmux crash handler for crash log
11-30 15:18:39.835 25170 25247 W AppInitScheduler|Run:   Finished InitCrashLoopMitigation in 336ms
11-30 15:18:39.838 25170 25249 W Ditto   : Ditto initialized, state = DittoState{build id=332957690;in QE=false;enable ditto=false;patch name=;override=none;crash mitigation detected=false;extra config=0;sequential number=1;deadCodePluginNumBuckets=100;threadIdPluginNumBuckets=100}; identifier = null
11-30 15:18:39.838 25170 25249 W AppInitScheduler|Run:   Finished InitDitto in 10ms
11-30 15:18:39.838 25170 25249 W AppInitScheduler|Run: Running LoadDexes [*]
11-30 15:18:39.839 25170 25245 W AppInitScheduler|Run:   Finished PreConnect in 9ms
11-30 15:18:39.845 16067 22301 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:18:39.846 25170 25249 W DexLibLoader: disabling background optimization
11-30 15:18:39.854 25170 25255 E VoltronModuleManager: Unable to load installed module dittomodule
11-30 15:18:39.854 25170 25255 E VoltronModuleManager: X.0QB: Module: dittomodule not found in path: /data/data/com.facebook.katana/modules/dittomodule_1ee614fd41e2be9cb5f8fbba6783cc0dcf5b6777f5cdf528426cb5fbcbec0788/download.zip
11-30 15:18:39.854 25170 25255 E VoltronModuleManager: 	at X.0ZN.A05(:81)
11-30 15:18:39.854 25170 25255 E VoltronModuleManager: 	at X.0ZN.A04(:1)
11-30 15:18:39.854 25170 25255 E VoltronModuleManager: 	at X.0XN.BpQ(:4394)
11-30 15:18:39.854 25170 25255 E VoltronModuleManager: 	at X.0XV.run(:93)
11-30 15:18:39.854 25170 25255 E VoltronModuleManager: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:18:39.854 25170 25255 E VoltronModuleManager: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:18:39.854 25170 25255 E VoltronModuleManager: 	at X.0XS.run(:8)
11-30 15:18:39.854 25170 25255 E VoltronModuleManager: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:18:39.854 25170 25255 E VoltronAppInit: Error loading installed modules
11-30 15:18:39.854 25170 25255 E VoltronAppInit: X.0QB: Module: dittomodule not found in path: /data/data/com.facebook.katana/modules/dittomodule_1ee614fd41e2be9cb5f8fbba6783cc0dcf5b6777f5cdf528426cb5fbcbec0788/download.zip
11-30 15:18:39.854 25170 25255 E VoltronAppInit: 	at X.0ZN.A05(:81)
11-30 15:18:39.854 25170 25255 E VoltronAppInit: 	at X.0ZN.A04(:1)
11-30 15:18:39.854 25170 25255 E VoltronAppInit: 	at X.0XN.BpQ(:4394)
11-30 15:18:39.854 25170 25255 E VoltronAppInit: 	at X.0XV.run(:93)
11-30 15:18:39.854 25170 25255 E VoltronAppInit: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:18:39.854 25170 25255 E VoltronAppInit: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:18:39.854 25170 25255 E VoltronAppInit: 	at X.0XS.run(:8)
11-30 15:18:39.854 25170 25255 E VoltronAppInit: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:18:39.854 25170 25255 W AppInitScheduler|Run:   Finished LoadVoltronModules in 26ms
11-30 15:18:39.855 25170 25249 W DexLibLoader: Loading /data/user/0/com.facebook.katana/dex with compressed oreo startup logic
11-30 15:18:39.865 25170 25249 V dalvik-internals: Hooking function _ZN3art11annotations16GetLineNumFromPCEPKNS_7DexFileEPNS_9ArtMethodEj
11-30 15:18:39.865 25170 25249 V dalvik-internals: hooked _ZN3art11annotations16GetLineNumFromPCEPKNS_7DexFileEPNS_9ArtMethodEj using jump ()
11-30 15:18:39.992 25137 25263 W ConnectionStatusConfig: Dynamic lookup for intent failed for action: com.google.android.gms.leibniz.events.service.START
11-30 15:18:39.995 25137 25263 W GmsClient: unable to connect to service: com.google.android.gms.leibniz.events.service.START on com.google.android.gms
11-30 15:18:40.000 25170 25256 V appstatelogger2: Registered App State Logger stream with Breakpad
11-30 15:18:40.002 25170 25256 D appstatelogger2: Successfully distracted _ZN3art7Runtime31GetPreAllocatedOutOfMemoryErrorEv
11-30 15:18:40.035 25170 25249 W AppInitScheduler|Run:   Finished LoadDexes in 198ms
11-30 15:18:40.036 25170 25249 W AppInitScheduler|Run: Running AddDittoInfoToReliabilityLogging
11-30 15:18:40.036 25170 25254 W AppInitScheduler|Run: Running CreateApplicationImpl [*]
11-30 15:18:40.036 25170 25249 W AppInitScheduler|Run:   Finished AddDittoInfoToReliabilityLogging in 0ms
11-30 15:18:40.036 25170 25249 W AppInitScheduler|Run: Running AddMainDexStoreInfoToReliabilityLogging
11-30 15:18:40.036 25170 25246 W AppInitScheduler|Run: Running ConfigureJitAfterDexesLoad
11-30 15:18:40.036 25170 25247 W AppInitScheduler|Run: Running FreeApkZipToReduceMemoryUsage
11-30 15:18:40.036 25170 25253 W AppInitScheduler|Run: Running MprotectCode
11-30 15:18:40.072 25229 25229 I dex2oat : /system/bin/dex2oat --input-vdex-fd=-1 --output-vdex-fd=10 --compiler-filter=quicken --classpath-dir=/data/app/com.sec.spp.push-eq3atwP0p9a3W56dgWKNRQ== --class-loader-context=PCL[]
11-30 15:18:40.083 25137 25137 I WebViewFactory: Loading com.android.chrome version 95.0.4638.74 (code 463807420)
11-30 15:18:40.097 25170 25247 W AppInitScheduler|Run:   Finished FreeApkZipToReduceMemoryUsage in 60ms
11-30 15:18:40.097 25170 25253 W AppInitScheduler|Run:   Finished MprotectCode in 61ms
11-30 15:18:40.098 25170 25253 W AppInitScheduler|Run: Running MlockCode
11-30 15:18:40.099  2680  2680 E audit   : type=1400 audit(1638260320.086:39799): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/framework/arm/boot.oat" dev="dm-0" ino=278 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.099  2680  2680 E audit   : type=1300 audit(1638260320.086:39799): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=71c03000 a1=1000 a2=7 a3=71c03000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.099  2680  2680 E audit   : type=1327 audit(1638260320.086:39799): proctitle="com.facebook.katana"
11-30 15:18:40.099  2680  2680 E audit   : type=1400 audit(1638260320.086:39800): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/framework/arm/boot-core-libart.oat" dev="dm-0" ino=188 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.099  2680  2680 E audit   : type=1300 audit(1638260320.086:39800): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=71ed9000 a1=1000 a2=7 a3=71ed9000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.099  2680  2680 E audit   : type=1327 audit(1638260320.086:39800): proctitle="com.facebook.katana"
11-30 15:18:40.099  2680  2680 E audit   : type=1400 audit(1638260320.086:39801): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/framework/arm/boot-conscrypt.oat" dev="dm-0" ino=673 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.099  2680  2680 E audit   : type=1300 audit(1638260320.086:39801): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=71f42000 a1=1000 a2=7 a3=71f42000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.099  2680  2680 E audit   : type=1327 audit(1638260320.086:39801): proctitle="com.facebook.katana"
11-30 15:18:40.099  2680  2680 E audit   : type=1400 audit(1638260320.086:39802): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/framework/arm/boot-okhttp.oat" dev="dm-0" ino=405 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.099  2680  2680 E audit   : type=1300 audit(1638260320.086:39802): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=71fe5000 a1=1000 a2=7 a3=71fe5000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.099  2680  2680 E audit   : type=1327 audit(1638260320.086:39802): proctitle="com.facebook.katana"
11-30 15:18:40.099  2680  2680 E audit   : type=1400 audit(1638260320.086:39803): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/framework/arm/boot-bouncycastle.oat" dev="dm-0" ino=284 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.099  2680  2680 E audit   : type=1300 audit(1638260320.086:39803): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=7204a000 a1=1000 a2=7 a3=7204a000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.099  2680  2680 E audit   : type=1327 audit(1638260320.086:39803): proctitle="com.facebook.katana"
11-30 15:18:40.099  2680  2680 E audit   : type=1400 audit(1638260320.086:39804): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/framework/arm/boot-apache-xml.oat" dev="dm-0" ino=262 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.099  2680  2680 E audit   : type=1300 audit(1638260320.086:39804): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=72054000 a1=1000 a2=7 a3=72054000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.099  2680  2680 E audit   : type=1327 audit(1638260320.086:39804): proctitle="com.facebook.katana"
11-30 15:18:40.100  2680  2680 E audit   : type=1400 audit(1638260320.086:39805): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/framework/arm/boot-legacy-test.oat" dev="dm-0" ino=2362 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.100  2680  2680 E audit   : type=1300 audit(1638260320.086:39805): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=7205d000 a1=1000 a2=7 a3=7205d000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.100  2680  2680 E audit   : type=1327 audit(1638260320.086:39805): proctitle="com.facebook.katana"
11-30 15:18:40.100  2680  2680 E audit   : type=1400 audit(1638260320.086:39806): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/framework/arm/boot-ext.oat" dev="dm-0" ino=313 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.100  2680  2680 E audit   : type=1300 audit(1638260320.086:39806): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=72098000 a1=1000 a2=7 a3=72098000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.100  2680  2680 E audit   : type=1327 audit(1638260320.086:39806): proctitle="com.facebook.katana"
11-30 15:18:40.100  2680  2680 E audit   : type=1400 audit(1638260320.086:39807): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/framework/arm/boot-framework.oat" dev="dm-0" ino=87 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.100  2680  2680 E audit   : type=1300 audit(1638260320.086:39807): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73651000 a1=1000 a2=7 a3=73651000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.100  2680  2680 E audit   : type=1327 audit(1638260320.086:39807): proctitle="com.facebook.katana"
11-30 15:18:40.100  2680  2680 E audit   : type=1400 audit(1638260320.086:39808): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/framework/arm/boot-telephony-common.oat" dev="dm-0" ino=98 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.101  2680  2680 E audit   : type=1300 audit(1638260320.086:39808): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73a43000 a1=1000 a2=7 a3=73a43000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.101  2680  2680 E audit   : type=1327 audit(1638260320.086:39808): proctitle="com.facebook.katana"
11-30 15:18:40.101 25170 25253 W AppInitScheduler|Run:   Finished MlockCode in 3ms
11-30 15:18:40.101  2680  2680 E audit   : type=1400 audit(1638260320.086:39809): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/framework/arm/boot-voip-common.oat" dev="dm-0" ino=784 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.101  2680  2680 E audit   : type=1300 audit(1638260320.086:39809): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73a59000 a1=1000 a2=7 a3=73a59000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.102  2680  2680 E audit   : type=1327 audit(1638260320.086:39809): proctitle="com.facebook.katana"
11-30 15:18:40.102  2680  2680 E audit   : type=1400 audit(1638260320.086:39810): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/framework/arm/boot-ims-common.oat" dev="dm-0" ino=856 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.102  2680  2680 E audit   : type=1300 audit(1638260320.086:39810): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73a72000 a1=1000 a2=7 a3=73a72000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.102  2680  2680 E audit   : type=1327 audit(1638260320.086:39810): proctitle="com.facebook.katana"
11-30 15:18:40.102  2680  2680 E audit   : type=1400 audit(1638260320.086:39811): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/framework/arm/boot-org.apache.http.legacy.boot.oat" dev="dm-0" ino=353 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.102  2680  2680 E audit   : type=1300 audit(1638260320.086:39811): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b16000 a1=1000 a2=7 a3=73b16000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.102  2680  2680 E audit   : type=1327 audit(1638260320.086:39811): proctitle="com.facebook.katana"
11-30 15:18:40.102  2680  2680 E audit   : type=1400 audit(1638260320.086:39812): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/framework/arm/boot-smartbondingservice.oat" dev="dm-0" ino=81 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.102  2680  2680 E audit   : type=1300 audit(1638260320.086:39812): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b1d000 a1=1000 a2=7 a3=73b1d000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.102  2680  2680 E audit   : type=1327 audit(1638260320.086:39812): proctitle="com.facebook.katana"
11-30 15:18:40.102  2680  2680 E audit   : type=1400 audit(1638260320.086:39813): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/framework/arm/boot-sprengine.oat" dev="dm-0" ino=947 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.102  2680  2680 E audit   : type=1300 audit(1638260320.086:39813): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b24000 a1=1000 a2=7 a3=73b24000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.102  2680  2680 E audit   : type=1327 audit(1638260320.086:39813): proctitle="com.facebook.katana"
11-30 15:18:40.102  2680  2680 E audit   : type=1400 audit(1638260320.086:39814): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/framework/arm/boot-android.hidl.base-V1.0-java.oat" dev="dm-0" ino=83 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.102  2680  2680 E audit   : type=1300 audit(1638260320.086:39814): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b2b000 a1=1000 a2=7 a3=73b2b000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.102  2680  2680 E audit   : type=1327 audit(1638260320.086:39814): proctitle="com.facebook.katana"
11-30 15:18:40.102  2680  2680 E audit   : type=1400 audit(1638260320.086:39815): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/framework/arm/boot-android.hidl.manager-V1.0-java.oat" dev="dm-0" ino=2191 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.102  2680  2680 E audit   : type=1300 audit(1638260320.086:39815): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b36000 a1=1000 a2=7 a3=73b36000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.102  2680  2680 E audit   : type=1327 audit(1638260320.086:39815): proctitle="com.facebook.katana"
11-30 15:18:40.102  2680  2680 E audit   : type=1400 audit(1638260320.086:39816): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/framework/arm/boot-timakeystore.oat" dev="dm-0" ino=753 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.102  2680  2680 E audit   : type=1300 audit(1638260320.086:39816): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b3e000 a1=1000 a2=7 a3=73b3e000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.102  2680  2680 E audit   : type=1327 audit(1638260320.086:39816): proctitle="com.facebook.katana"
11-30 15:18:40.102  2680  2680 E audit   : type=1400 audit(1638260320.086:39817): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/framework/arm/boot-fipstimakeystore.oat" dev="dm-0" ino=933 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.102  2680  2680 E audit   : type=1300 audit(1638260320.086:39817): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b45000 a1=1000 a2=7 a3=73b45000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.102  2680  2680 E audit   : type=1327 audit(1638260320.086:39817): proctitle="com.facebook.katana"
11-30 15:18:40.102  2680  2680 E audit   : type=1400 audit(1638260320.086:39818): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/framework/arm/boot-ucmopensslenginehelper.oat" dev="dm-0" ino=2481 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.102  2680  2680 E audit   : type=1300 audit(1638260320.086:39818): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b4c000 a1=1000 a2=7 a3=73b4c000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.102  2680  2680 E audit   : type=1327 audit(1638260320.086:39818): proctitle="com.facebook.katana"
11-30 15:18:40.103  2680  2680 E audit   : type=1400 audit(1638260320.086:39819): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/framework/arm/boot-SemAudioThumbnail.oat" dev="dm-0" ino=1166 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.103  2680  2680 E audit   : type=1300 audit(1638260320.086:39819): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b53000 a1=1000 a2=7 a3=73b53000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.103  2680  2680 E audit   : type=1327 audit(1638260320.086:39819): proctitle="com.facebook.katana"
11-30 15:18:40.103  2680  2680 E audit   : type=1400 audit(1638260320.086:39820): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/framework/arm/boot-knoxsdk.oat" dev="dm-0" ino=214 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.103  2680  2680 E audit   : type=1300 audit(1638260320.086:39820): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b5d000 a1=1000 a2=7 a3=73b5d000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.103  2680  2680 E audit   : type=1327 audit(1638260320.086:39820): proctitle="com.facebook.katana"
11-30 15:18:40.103  2680  2680 E audit   : type=1400 audit(1638260320.086:39821): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/framework/arm/boot-sec_edm.oat" dev="dm-0" ino=248 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.103  2680  2680 E audit   : type=1300 audit(1638260320.086:39821): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b65000 a1=1000 a2=7 a3=73b65000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.103  2680  2680 E audit   : type=1327 audit(1638260320.086:39821): proctitle="com.facebook.katana"
11-30 15:18:40.103  2680  2680 E audit   : type=1400 audit(1638260320.086:39822): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/framework/arm/boot-sagearpolicymanager.oat" dev="dm-0" ino=1483 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.103  2680  2680 E audit   : type=1300 audit(1638260320.086:39822): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b6c000 a1=1000 a2=7 a3=73b6c000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.103  2680  2680 E audit   : type=1327 audit(1638260320.086:39822): proctitle="com.facebook.katana"
11-30 15:18:40.103  2680  2680 E audit   : type=1400 audit(1638260320.086:39823): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/framework/arm/boot-knoxanalyticssdk.oat" dev="dm-0" ino=2199 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.103  2680  2680 E audit   : type=1300 audit(1638260320.086:39823): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b73000 a1=1000 a2=7 a3=73b73000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.103  2680  2680 E audit   : type=1327 audit(1638260320.086:39823): proctitle="com.facebook.katana"
11-30 15:18:40.103  2680  2680 E audit   : type=1400 audit(1638260320.086:39824): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/framework/arm/boot-sec_sdp_sdk.oat" dev="dm-0" ino=937 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.103  2680  2680 E audit   : type=1300 audit(1638260320.086:39824): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b7a000 a1=1000 a2=7 a3=73b7a000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.103  2680  2680 E audit   : type=1327 audit(1638260320.086:39824): proctitle="com.facebook.katana"
11-30 15:18:40.103  2680  2680 E audit   : type=1400 audit(1638260320.086:39825): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/framework/arm/boot-sec_sdp_hidden_sdk.oat" dev="dm-0" ino=1428 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.103  2680  2680 E audit   : type=1300 audit(1638260320.086:39825): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b81000 a1=1000 a2=7 a3=73b81000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.103  2680  2680 E audit   : type=1327 audit(1638260320.086:39825): proctitle="com.facebook.katana"
11-30 15:18:40.103  2680  2680 E audit   : type=1400 audit(1638260320.086:39826): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/framework/arm/boot-knoxvpnuidtag.oat" dev="dm-0" ino=1546 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.103  2680  2680 E audit   : type=1300 audit(1638260320.086:39826): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b88000 a1=1000 a2=7 a3=73b88000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.103  2680  2680 E audit   : type=1327 audit(1638260320.086:39826): proctitle="com.facebook.katana"
11-30 15:18:40.103  2680  2680 E audit   : type=1400 audit(1638260320.086:39827): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/framework/arm/boot-knoxguard.oat" dev="dm-0" ino=2207 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.103  2680  2680 E audit   : type=1300 audit(1638260320.086:39827): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b8f000 a1=1000 a2=7 a3=73b8f000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.104  2680  2680 E audit   : type=1327 audit(1638260320.086:39827): proctitle="com.facebook.katana"
11-30 15:18:40.104  2680  2680 E audit   : type=1400 audit(1638260320.086:39828): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path=2F6465762F6173686D656D2F64616C76696B2D2F646174612F646174612F636F6D2E66616365626F6F6B2E6B6174616E612F6465782F6F61742F61726D2F7A2D633235646338313637343366333536636463623932323962636538383036623530353931306562652E6172745F32353137305F3235323439202864656C6574656429 dev="tmpfs" ino=38314777 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:untrusted_app_tmpfs:s0:c512,c768 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.104  2680  2680 E audit   : type=1300 audit(1638260320.086:39828): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=77b90000 a1=425000 a2=7 a3=77b90000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.104  2680  2680 E audit   : type=1327 audit(1638260320.086:39828): proctitle="com.facebook.katana"
11-30 15:18:40.104  2680  2680 E audit   : type=1400 audit(1638260320.086:39829): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path=2F6465762F6173686D656D2F64616C76696B2D2F646174612F646174612F636F6D2E66616365626F6F6B2E6B6174616E612F6465782F6F61742F61726D2F7A2D633235646338313637343366333536636463623932323962636538383036623530353931306562652E6172745F32353137305F3235323439202864656C6574656429 dev="tmpfs" ino=38314777 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:untrusted_app_tmpfs:s0:c512,c768 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.104  2680  2680 E audit   : type=1300 audit(1638260320.086:39829): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=77fb5000 a1=63000 a2=4 a3=77fb5000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.104  2680  2680 E audit   : type=1327 audit(1638260320.086:39829): proctitle="com.facebook.katana"
11-30 15:18:40.104  2680  2680 E audit   : type=1400 audit(1638260320.086:39830): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path=2F6465762F6173686D656D2F64616C76696B2D2F646174612F646174612F636F6D2E66616365626F6F6B2E6B6174616E612F6465782F6F61742F61726D2F7A2D633235646338313637343366333536636463623932323962636538383036623530353931306562652E6172745F32353137305F3235323439202864656C6574656429 dev="tmpfs" ino=38314777 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:untrusted_app_tmpfs:s0:c512,c768 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.104  2680  2680 E audit   : type=1300 audit(1638260320.086:39830): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=78018000 a1=12000 a2=7 a3=78018000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.104  2680  2680 E audit   : type=1327 audit(1638260320.086:39830): proctitle="com.facebook.katana"
11-30 15:18:40.107 25170 25246 W AppInitScheduler|Run:   Finished ConfigureJitAfterDexesLoad in 70ms
11-30 15:18:40.107 25170 25249 W AppInitScheduler|Run:   Finished AddMainDexStoreInfoToReliabilityLogging in 71ms
11-30 15:18:40.108  2680  2680 E audit   : type=1400 audit(1638260320.096:39831): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/lib/libsoundextractor.so" dev="dm-0" ino=1333 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.108  2680  2680 E audit   : type=1300 audit(1638260320.096:39831): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=e71cf000 a1=1000 a2=5 a3=e71cf000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.108  2680  2680 E audit   : type=1327 audit(1638260320.096:39831): proctitle="com.facebook.katana"
11-30 15:18:40.108  2680  2680 E audit   : type=1400 audit(1638260320.096:39832): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/lib/libsoundextractor.so" dev="dm-0" ino=1333 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.108  2680  2680 E audit   : type=1300 audit(1638260320.096:39832): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=e71d0000 a1=1000 a2=7 a3=e71d0000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.108  2680  2680 E audit   : type=1327 audit(1638260320.096:39832): proctitle="com.facebook.katana"
11-30 15:18:40.108  2680  2680 E audit   : type=1400 audit(1638260320.096:39833): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/data/app/com.facebook.katana-hlhloCXBs7KJkxJrHzAmBw==/oat/arm/base.odex" dev="dm-1" ino=723705 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:dalvikcache_data_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.108 25170 25267 E JitUtils: Should call jit init first
11-30 15:18:40.108  2680  2680 E audit   : type=1300 audit(1638260320.096:39833): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=e76fd000 a1=1000 a2=7 a3=e76fd000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.108  2680  2680 E audit   : type=1327 audit(1638260320.096:39833): proctitle="com.facebook.katana"
11-30 15:18:40.108  2680  2680 E audit   : type=1400 audit(1638260320.096:39834): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/lib/libart-dexlayout.so" dev="dm-0" ino=2647 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.108  2680  2680 E audit   : type=1300 audit(1638260320.096:39834): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=e94ba000 a1=1000 a2=5 a3=e94ba000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.108  2680  2680 E audit   : type=1327 audit(1638260320.096:39834): proctitle="com.facebook.katana"
11-30 15:18:40.108  2680  2680 E audit   : type=1400 audit(1638260320.096:39835): avc:  denied  { execmod } for  pid=25266 comm=4173796E635461736B202332 path="/system/lib/libart-dexlayout.so" dev="dm-0" ino=2647 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.108  2680  2680 E audit   : type=1300 audit(1638260320.096:39835): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=e94bb000 a1=1000 a2=7 a3=e94bb000 items=0 ppid=2693 pid=25266 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.108  2680  2680 E audit   : type=1327 audit(1638260320.096:39835): proctitle="com.facebook.katana"
11-30 15:18:40.123 25170 25254 W AppInitScheduler|Run:   Finished CreateApplicationImpl in 87ms
11-30 15:18:40.165  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 98, previously 597
11-30 15:18:40.165  2985  2985 W ResourceType: Found multiple library tables, ignoring...
11-30 15:18:40.165  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 6282, previously 6446
11-30 15:18:40.170  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 198, previously 1867
11-30 15:18:40.170  2985  2985 W ResourceType: Found multiple library tables, ignoring...
11-30 15:18:40.193  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:40.193  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:40.193  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:40.259 25170 25248 W ComponentDiscovery: Class com.google.firebase.dynamicloading.DynamicLoadingRegistrar is not an found.
11-30 15:18:40.261 25170 25256 D appstatelogger2: Tracking self-SIGKILLs for all of FADv2 rather than just FADv1
11-30 15:18:40.275 25170 25257 W AppInitScheduler|Run:   Finished LoadLibColdStart in 776ms
11-30 15:18:40.275 25170 25257 W AppInitScheduler|Run: Running FixAndroidBugs
11-30 15:18:40.275 25170 25255 W AppInitScheduler|Run: Running InitJit
11-30 15:18:40.275 25170 25247 W AppInitScheduler|Run: Running InitLyra
11-30 15:18:40.276 25170 25247 W AppInitScheduler|Run:   Finished InitLyra in 0ms
11-30 15:18:40.276 25170 25255 W AppInitScheduler|Run:   Finished InitJit in 0ms
11-30 15:18:40.276 25170 25257 W AppInitScheduler|Run:   Finished FixAndroidBugs in 0ms
11-30 15:18:40.277 25170 25253 W AppInitScheduler|Run: Running FbSharedPreferenceInitializer [*]
11-30 15:18:40.277 25170 25249 W AppInitScheduler|Run: Running FbSharedPreferenceInitializerAsync
11-30 15:18:40.277 25170 25246 W AppInitScheduler|Run: Running FixieLimitNativeStackSize
11-30 15:18:40.277 25170 25254 W AppInitScheduler|Run: Running GatekeeperStoreInitializer [*]
11-30 15:18:40.278 25170 25249 W AppInitScheduler|Run:   Finished FbSharedPreferenceInitializerAsync in 1ms
11-30 15:18:40.278 25170 25247 W AppInitScheduler|Run: Running MobileConfigSessionlessInit [*]
11-30 15:18:40.278 25170 25245 W AppInitScheduler|Run: Running MobileConfigInit [*]
11-30 15:18:40.278 25170 25249 W AppInitScheduler|Run: Running StartupQPLInit
11-30 15:18:40.278 25170 25257 W AppInitScheduler|Run: Running EagerInitTigonLibs
11-30 15:18:40.278 25170 25255 W AppInitScheduler|Run: Running StaticGraphServiceFactoryInitializerFastPath
11-30 15:18:40.313 25170 25257 V tigonliger: tigonliger/JNI_OnLoad called
11-30 15:18:40.322 25170 25254 W AppInitScheduler|Run:   Finished GatekeeperStoreInitializer in 44ms
11-30 15:18:40.322 25170 25254 W AppInitScheduler|Run: Running InitHelium [*]
11-30 15:18:40.322 25170 25257 W AppInitScheduler|Run:   Finished EagerInitTigonLibs in 45ms
11-30 15:18:40.323 25170 25257 W AppInitScheduler|Run: Running MaybeTraceColdStart [*]
11-30 15:18:40.324 25170 25254 W AppInitScheduler|Run:   Finished InitHelium in 3ms
11-30 15:18:40.325 25170 25254 W AppInitScheduler|Run: Running PrecreateUuids
11-30 15:18:40.325 25170 25254 W AppInitScheduler|Run:   Finished PrecreateUuids in 0ms
11-30 15:18:40.325 25170 25254 W AppInitScheduler|Run: Running AddProcessNameToErrorReport
11-30 15:18:40.326 25170 25254 W AppInitScheduler|Run:   Finished AddProcessNameToErrorReport in 0ms
11-30 15:18:40.326 25170 25254 W AppInitScheduler|Run: Running AsyncStartLooperMonitor
11-30 15:18:40.329 25170 25254 W AppInitScheduler|Run:   Finished AsyncStartLooperMonitor in 3ms
11-30 15:18:40.329 25170 25254 W AppInitScheduler|Run: Running ConfigureComponentsIfIsRunningEndToEndTest
11-30 15:18:40.330 25170 25254 W AppInitScheduler|Run:   Finished ConfigureComponentsIfIsRunningEndToEndTest in 0ms
11-30 15:18:40.330 25170 25254 W AppInitScheduler|Run: Running DalvikInternalsOnColdStartEnd
11-30 15:18:40.330 25170 25255 W AppInitScheduler|Run:   Finished StaticGraphServiceFactoryInitializerFastPath in 53ms
11-30 15:18:40.331 25170 25254 W AppInitScheduler|Run:   Finished DalvikInternalsOnColdStartEnd in 1ms
11-30 15:18:40.331 25170 25255 W AppInitScheduler|Run: Running EarliestPossibleColdStartClassPreloadStarter
11-30 15:18:40.331 25170 25254 W AppInitScheduler|Run: Running EnableGcPolicy
11-30 15:18:40.343 25170 25254 W AppInitScheduler|Run:   Finished EnableGcPolicy in 13ms
11-30 15:18:40.344 25170 25254 W AppInitScheduler|Run: Running FixieNoSync
11-30 15:18:40.344 25170 25254 W Fixie/NoSyncFixer: Enable NoSync
11-30 15:18:40.355 25170 25254 D DistractUtil: Function fsync hooked with result=0
11-30 15:18:40.355 25170 25254 D DistractUtil: Function fdatasync hooked with result=0
11-30 15:18:40.356 25170 25254 D DistractUtil: Function msync hooked with result=0
11-30 15:18:40.356 25170 25254 D DistractUtil: Function sync hooked with result=0
11-30 15:18:40.357 25170 25254 W AppInitScheduler|Run:   Finished FixieNoSync in 13ms
11-30 15:18:40.357 25170 25254 W AppInitScheduler|Run: Running HandleAppComponentsForPreTosBuild
11-30 15:18:40.360 25170 25254 W AppInitScheduler|Run:   Finished HandleAppComponentsForPreTosBuild in 4ms
11-30 15:18:40.361 25170 25254 W AppInitScheduler|Run: Running INeedInitForEventBusRegister
11-30 15:18:40.369 25170 25255 W AppInitScheduler|Run:   Finished EarliestPossibleColdStartClassPreloadStarter in 38ms
11-30 15:18:40.369 25170 25255 W AppInitScheduler|Run: Running INeedInitForGatekeepersListenerRegister
11-30 15:18:40.370 25170 25254 W AppInitScheduler|Run:   Finished INeedInitForEventBusRegister in 9ms
11-30 15:18:40.370 25170 25254 W AppInitScheduler|Run: Running INeedInitForSharedPrefsListenerRegister
11-30 15:18:40.372 25170 25256 W lacrima : Start AnrAppDeathDetector... X.0OQ
11-30 15:18:40.377 25170 25255 W AppInitScheduler|Run:   Finished INeedInitForGatekeepersListenerRegister in 8ms
11-30 15:18:40.377 25170 25255 W AppInitScheduler|Run: Running InitAppChoreographer
11-30 15:18:40.387 25170 25255 W AppInitScheduler|Run:   Finished InitAppChoreographer in 10ms
11-30 15:18:40.387 25170 25255 W AppInitScheduler|Run: Running InitAppModuleFallbackLoader
11-30 15:18:40.388 25170 25255 W AppInitScheduler|Run:   Finished InitAppModuleFallbackLoader in 0ms
11-30 15:18:40.388 25170 25255 W AppInitScheduler|Run: Running InitFury
11-30 15:18:40.389 25170 25269 D PgoUtils: Trying to int PGO tools for art (Apply String init map fix: 0)
11-30 15:18:40.395 25170 25255 W AppInitScheduler|Run:   Finished InitFury in 6ms
11-30 15:18:40.395 25170 25255 W AppInitScheduler|Run: Running InitGrimsey
11-30 15:18:40.395 25170 25255 W AppInitScheduler|Run:   Finished InitGrimsey in 0ms
11-30 15:18:40.396 25170 25269 D SUSPEND_RESUME: Flag: base add: /suspendResumeVerifyV3_810_VV4 flag: PGO use: /suspendResumeVerifyV3_810_VV4_PGO
11-30 15:18:40.396 25170 25255 W AppInitScheduler|Run: Running InitLogging
11-30 15:18:40.397 25170 25269 D MuseumVerifier: Attempting verification for SuspendResume with flag file: /data/user/0/com.facebook.katana/app_pgoutils/suspendResumeVerifyV3_810_VV4_PGO
11-30 15:18:40.400 25170 25269 D MuseumVerifier: Parsed error [prior result: failure] for SuspendResume : Failed runtime->preinitialization_transaction_ == nullptr
11-30 15:18:40.400 25170 25269 D MuseumVerifier: Previously failed verification of SuspendResume, not trying again. Previous error: Failed runtime->preinitialization_transaction_ == nullptr
11-30 15:18:40.400 25170 25269 W SUSPEND_RESUME: Failed to verify SuspendResume with error: Previously failed verification of SuspendResume, not trying again. Previous error: Failed runtime->preinitialization_transaction_ == nullptr
11-30 15:18:40.400 25170 25269 D SUSPEND_RESUME: isSuspendResumeSupported: 0
11-30 15:18:40.400 25170 25269 D PgoUtils: Art Pgo supported on platform: 0 suspend and resume supported: 0
11-30 15:18:40.400 25170 25269 D PgoUtils: PGO Utils was not successfully inited [pgoutils: 0]
11-30 15:18:40.412 25170 25256 W AppInitScheduler|Run:   Finished InitLacrimaEarlyNative in 583ms
11-30 15:18:40.412 25170 25256 W AppInitScheduler|Run: Running InitDittoBreakpadIntegration
11-30 15:18:40.412 25170 25256 W AppInitScheduler|Run:   Finished InitDittoBreakpadIntegration in 0ms
11-30 15:18:40.412 25170 25256 W AppInitScheduler|Run: Running InitLacrimaLaterInit
11-30 15:18:40.413 25170 25256 W lacrima : FbErrorReportingConfig.laterInit
11-30 15:18:40.416 25170 25254 W AppInitScheduler|Run:   Finished INeedInitForSharedPrefsListenerRegister in 45ms
11-30 15:18:40.416 25170 25254 W AppInitScheduler|Run: Running InitMallocHooks
11-30 15:18:40.418 25170 25254 W AppInitScheduler|Run:   Finished InitMallocHooks in 2ms
11-30 15:18:40.418 25170 25254 W AppInitScheduler|Run: Running InitMemoryDumpHandler
11-30 15:18:40.419 25170 25255 W fb4a.AppInitScheduler|Run:   Finished InitLogging in 23ms
11-30 15:18:40.419 25170 25254 W fb4a.AppInitScheduler|Run:   Finished InitMemoryDumpHandler in 0ms
11-30 15:18:40.419 25170 25254 W fb4a.AppInitScheduler|Run: Running InitSurfaces
11-30 15:18:40.419 25170 25255 W fb4a.AppInitScheduler|Run: Running InitSystrace
11-30 15:18:40.419 25170 25255 W fb4a.AppInitScheduler|Run:   Finished InitSystrace in 1ms
11-30 15:18:40.419 25170 25255 W fb4a.AppInitScheduler|Run: Running JemallocSetRetainInitializer
11-30 15:18:40.420 25170 25255 W fb4a.AppInitScheduler|Run:   Finished JemallocSetRetainInitializer in 0ms
11-30 15:18:40.420 25170 25255 W fb4a.AppInitScheduler|Run: Running LazyCustomErrorDataInitializer
11-30 15:18:40.420 25170 25254 W fb4a.AppInitScheduler|Run:   Finished InitSurfaces in 1ms
11-30 15:18:40.420 25170 25254 W fb4a.AppInitScheduler|Run: Running LimitJemallocRetainSize
11-30 15:18:40.420 25170 25254 W fb4a.AppInitScheduler|Run:   Finished LimitJemallocRetainSize in 1ms
11-30 15:18:40.421 25170 25254 W fb4a.AppInitScheduler|Run: Running NotifyAppStateManagerOnCreateComplete
11-30 15:18:40.421 25170 25254 W fb4a.AppInitScheduler|Run:   Finished NotifyAppStateManagerOnCreateComplete in 0ms
11-30 15:18:40.421 25170 25254 W fb4a.AppInitScheduler|Run: Running RegisterFrameRateTraceListener
11-30 15:18:40.424 25170 25255 W fb4a.AppInitScheduler|Run:   Finished LazyCustomErrorDataInitializer in 4ms
11-30 15:18:40.424 25170 25255 W fb4a.AppInitScheduler|Run: Running RegisterMainLooperTracer
11-30 15:18:40.425 25170 25254 W fb4a.AppInitScheduler|Run:   Finished RegisterFrameRateTraceListener in 3ms
11-30 15:18:40.425 25170 25254 W fb4a.AppInitScheduler|Run: Running ReleaseDeferredBroadcastReceiver
11-30 15:18:40.426 25170 25254 W fb4a.AppInitScheduler|Run:   Finished ReleaseDeferredBroadcastReceiver in 0ms
11-30 15:18:40.426 25170 25254 W fb4a.AppInitScheduler|Run: Running ReplaceDalvikBuffer
11-30 15:18:40.426 25170 25255 W fb4a.AppInitScheduler|Run:   Finished RegisterMainLooperTracer in 2ms
11-30 15:18:40.426 25170 25254 W fb4a.AppInitScheduler|Run:   Finished ReplaceDalvikBuffer in 0ms
11-30 15:18:40.427 25170 25255 W fb4a.AppInitScheduler|Run: Running SetupDynaBuilds
11-30 15:18:40.427 25170 25254 W fb4a.AppInitScheduler|Run: Running SetupSmartGc
11-30 15:18:40.427 25170 25254 W fb4a.AppInitScheduler|Run:   Finished SetupSmartGc in 0ms
11-30 15:18:40.427 25170 25255 W fb4a.AppInitScheduler|Run:   Finished SetupDynaBuilds in 0ms
11-30 15:18:40.427 25170 25254 W fb4a.AppInitScheduler|Run: Running StatefulPeerManagerImpl
11-30 15:18:40.427 25170 25255 W fb4a.AppInitScheduler|Run: Running TraceCurrentThreadMetadata
11-30 15:18:40.427 25170 25255 W fb4a.AppInitScheduler|Run:   Finished TraceCurrentThreadMetadata in 0ms
11-30 15:18:40.427 25170 25255 W fb4a.AppInitScheduler|Run: Running TransientNetworkTraceEarlyInit
11-30 15:18:40.428 25170 25246 W fb4a.AppInitScheduler|Run:   Finished FixieLimitNativeStackSize in 151ms
11-30 15:18:40.430 25170 25255 W fb4a.AppInitScheduler|Run:   Finished TransientNetworkTraceEarlyInit in 2ms
11-30 15:18:40.452 25170 25247 W fb4a.AppInitScheduler|Run:   Finished MobileConfigSessionlessInit in 174ms
11-30 15:18:40.452 25170 25246 W fb4a.AppInitScheduler|Run: Running DownloadedFbResources
11-30 15:18:40.466  2985  2985 D PackageManager: Shame on you for calling the hidden API queryBroadcastReceivers(). Shame!
11-30 15:18:40.471  2985  2985 V ApplicationPolicy: refresh widget status with providers for user 0
11-30 15:18:40.471 25170 25269 D JitUtils: Trying to int jit tools for art
11-30 15:18:40.471 25170 25269 D ART_JIT : verifyArtJitCalls with jit Enabled [force verify: 0] malloc arena pool: 0 Jit sampling weights: 0 mmap race fix: 1 Test Method initialize (Landroid/content/Context;ZLjava/util/List;IZZZZZZ)Z[flag name: /ArtJitEnabledMMapFix_S2V13_AV810_VV4] test methods: [ ( n: testCompileMethod, s: (I)Z )( n: loadInnerNewApiClass, s: (Ljava/lang/String;[Ldalvik/system/DexFile;I)Ljava/lang/Class; ) ]
11-30 15:18:40.473 25170 25269 D MuseumVerifier: Attempting verification for Art Jit with flag file: /data/user/0/com.facebook.katana/app_jitutils/ArtJitEnabledMMapFix_S2V13_AV810_VV4
11-30 15:18:40.474 25170 25256 W fb4a.lacrima: Start AnrDetector... com.facebook.acra.anr.multisignal.MultiSignalANRDetector
11-30 15:18:40.474 25170 25256 W fb4a.MultiSignalANRDetectorLacrima: Starting
11-30 15:18:40.474 25170 25256 W fb4a.ProcessAnrErrorMonitor: startMonitoring with delay: 0
11-30 15:18:40.481 25170 25246 D CACHE_HINTS: Entering madvise file
11-30 15:18:40.481 25170 25269 D MuseumVerifier: Parsed error [prior result: failure] for Art Jit : Failed bool alreadyHasMethodCompiled = testJitCodeCache->ContainsMethod(jitTestCompileMethod)
11-30 15:18:40.481 25170 25269 D MuseumVerifier: Previously failed verification of Art Jit, not trying again. Previous error: Failed bool alreadyHasMethodCompiled = testJitCodeCache->ContainsMethod(jitTestCompileMethod)
11-30 15:18:40.481 25170 25269 D JitUtils: Art Jit supported on platform[verify malloc arena pool 0 mmap race fix: 1 UI Tid[0]: 0]: 0 suspend and resume supported: 0
11-30 15:18:40.481 25170 25269 D JitUtils: Jit Utils was not successfully inited [jitutils: 0] [Can enable malloc pool: 0] Current jit state: Enabled
11-30 15:18:40.483 25170 25246 D CACHE_HINTS: MADVISE_RAND file 0xc81b9000 4521983 /data/data/com.facebook.katana/app_restricks/layouts.bin
11-30 15:18:40.501 25170 25176 I zygote  : Do partial code cache collection, code=19KB, data=26KB
11-30 15:18:40.503 25170 25257 W fb4a.AppInitScheduler|Run:   Finished MaybeTraceColdStart in 180ms
11-30 15:18:40.503 25170 25246 W fb4a.AppInitScheduler|Run:   Finished DownloadedFbResources in 50ms
11-30 15:18:40.503 25170 25246 W fb4a.AppInitScheduler|Run: Running RunPerfMarkers [*]
11-30 15:18:40.503 25170 25255 W fb4a.AppInitScheduler|Run: Running BlackBoxOnInitTrigger
11-30 15:18:40.505 25170 25255 W Profilo/TraceControl: START PROFILO_TRACEID: AFBNHu41ryt
11-30 15:18:40.519 25170 25255 W fb4a.AppInitScheduler|Run:   Finished BlackBoxOnInitTrigger in 17ms
11-30 15:18:40.540 25170 25256 W fb4a.NightwatchConfig: saveExitStatus true, useMmap true, monitorResources true, tickInfo 0, detectLmkd false, needNightWatch true
11-30 15:18:40.545 25170 25256 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordDataInNightWatch (JI)I with native method: recordDataInNightWatch (0xc7da5a75). try use crit jni: no try use fast jni: no Used crit: no Used fast: no Used norm: yes crit jni supported: yes fast jni supported: no config is fast: no config is crit: no
11-30 15:18:40.545 25170 25256 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordTickInNightWatch (JJJJ)I with native method: recordTickInNightWatch (0xc7da5a53). try use crit jni: no try use fast jni: no Used crit: no Used fast: no Used norm: yes crit jni supported: yes fast jni supported: no config is fast: no config is crit: no
11-30 15:18:40.545 25170 25256 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nSaveResourceData ()Z with native method: saveResourceData (0xc7da5a45). try use crit jni: no try use fast jni: no Used crit: no Used fast: no Used norm: yes crit jni supported: yes fast jni supported: no config is fast: no config is crit: no
11-30 15:18:40.545 25170 25256 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordDataInNightWatch (JI)I with native method: recordDataInNightWatch (0xc7da5a75)
11-30 15:18:40.545 25170 25256 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordDataInNightWatch (JI)I with native method: recordDataInNightWatch (0xc7da5a75)
11-30 15:18:40.545 25170 25256 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordTickInNightWatch (JJJJ)I with native method: recordTickInNightWatch (0xc7da5a53)
11-30 15:18:40.545 25170 25256 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordTickInNightWatch (JJJJ)I with native method: recordTickInNightWatch (0xc7da5a53)
11-30 15:18:40.545 25170 25256 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nSaveResourceData ()Z with native method: saveResourceData (0xc7da5a45)
11-30 15:18:40.545 25170 25256 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nSaveResourceData ()Z with native method: saveResourceData (0xc7da5a45)
11-30 15:18:40.546 25170 25256 D Nightwatch: Starting NightWatch. Using fast [yes] or critical [yes] native methods
11-30 15:18:40.546 25170 25256 D Nightwatch: NightWatch using: Binary path: /data/app/com.facebook.katana-hlhloCXBs7KJkxJrHzAmBw==/lib/arm/libwatcher_binary.so log path: /data/data/com.facebook.katana/app_errorreporting/sess__000014369-1638260318945-6f8d365e-3bff-b7e5-a823-16e196e30e87/nightwatch.txt
11-30 15:18:40.546 25170 25256 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordDataInNightWatch (IIJI)I with native method: recordDataInNightWatch (0xc7da5a75). try use crit jni: yes try use fast jni: no Used crit: yes Used fast: no Used norm: no crit jni supported: yes fast jni supported: no config is fast: no config is crit: yes
11-30 15:18:40.546 25170 25256 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordTickInNightWatch (IIJJJJ)I with native method: recordTickInNightWatch (0xc7da5a53). try use crit jni: yes try use fast jni: no Used crit: yes Used fast: no Used norm: no crit jni supported: yes fast jni supported: no config is fast: no config is crit: yes
11-30 15:18:40.546 25170 25256 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/NightwatchOreo.nSaveResourceData (II)Z with native method: saveResourceData (0xc7da5a45). try use crit jni: yes try use fast jni: no Used crit: yes Used fast: no Used norm: no crit jni supported: yes fast jni supported: no config is fast: no config is crit: yes
11-30 15:18:40.546 25170 25256 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordDataInNightWatch (IIJI)I with native method: recordDataInNightWatch (0xc7da5a75)
11-30 15:18:40.546 25170 25256 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordDataInNightWatch (IIJI)I with native method: recordDataInNightWatch (0xc7da5a75)
11-30 15:18:40.546 25170 25256 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordTickInNightWatch (IIJJJJ)I with native method: recordTickInNightWatch (0xc7da5a53)
11-30 15:18:40.546 25170 25256 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordTickInNightWatch (IIJJJJ)I with native method: recordTickInNightWatch (0xc7da5a53)
11-30 15:18:40.546 25170 25256 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nSaveResourceData (II)Z with native method: saveResourceData (0xc7da5a45)
11-30 15:18:40.546 25170 25256 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nSaveResourceData (II)Z with native method: saveResourceData (0xc7da5a45)
11-30 15:18:40.546 25170 25256 I nightwatch-lib: watcher succeeded mmap /data/data/com.facebook.katana/app_errorreporting/sess__000014369-1638260318945-6f8d365e-3bff-b7e5-a823-16e196e30e87/nightwatch.txt.subsecond
11-30 15:18:40.547 25170 25256 I nightwatch-lib: watcher succeeded mmap /data/data/com.facebook.katana/app_errorreporting/sess__000014369-1638260318945-6f8d365e-3bff-b7e5-a823-16e196e30e87/nightwatch.txt.second
11-30 15:18:40.547 25170 25256 I nightwatch-lib: watcher succeeded mmap /data/data/com.facebook.katana/app_errorreporting/sess__000014369-1638260318945-6f8d365e-3bff-b7e5-a823-16e196e30e87/nightwatch.txt
11-30 15:18:40.547 25170 25256 D nightwatch-fd: Attempting to open file /proc/self/oom_adj
11-30 15:18:40.547 25170 25256 E nightwatch-fd: Unable to open /proc/self/oom_adj (mode read) : 13 : Permission denied
11-30 15:18:40.547 25170 25256 D nightwatch-fd: Attempting to open file /proc/self/oom_adj
11-30 15:18:40.547 25170 25256 D nightwatch-fd: Opened file /proc/self/oom_adj (66)
11-30 15:18:40.547 25170 25256 D nightwatch-fd: Attempting to open file /proc/self/oom_score_adj
11-30 15:18:40.547 25170 25256 E nightwatch-fd: Unable to open /proc/self/oom_score_adj (mode read) : 13 : Permission denied
11-30 15:18:40.547 25170 25256 D nightwatch-fd: Attempting to open file /proc/self/oom_score_adj
11-30 15:18:40.547 25170 25256 D nightwatch-fd: Opened file /proc/self/oom_score_adj (83)
11-30 15:18:40.547 25170 25256 I nightwatch-target: created thread to monitor process resources
11-30 15:18:40.547 25170 25289 D nightwatch-fd: Attempting to open file /proc/self/oom_score
11-30 15:18:40.547 25170 25289 D nightwatch-fd: Opened file /proc/self/oom_score (84)
11-30 15:18:40.548 25170 25289 I nightwatch-target: monitor resources interval 20 ms
11-30 15:18:40.560 25170 25290 I nightwatch-target: waiting on child pid 25291
11-30 15:18:40.561  2680  2680 E audit   : type=1400 audit(1638260320.546:39836): avc:  denied  { read } for  pid=25289 comm="AppInit8" name="file-nr" dev="proc" ino=38314820 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.561 25170 25289 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:18:40.561  2680  2680 E audit   : type=1300 audit(1638260320.546:39836): arch=40000028 syscall=334 per=8 success=no exit=-13 a0=ffffff9c a1=c878613a a2=4 a3=0 items=0 ppid=2693 pid=25289 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit8" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.561 25170 25289 E nightwatch-target: sysmeminfo parse failed
11-30 15:18:40.561  2680  2680 E audit   : type=1327 audit(1638260320.546:39836): proctitle="com.facebook.katana"
11-30 15:18:40.561  2680  2680 E audit   : type=1400 audit(1638260320.546:39837): avc:  denied  { read } for  pid=25289 comm="AppInit8" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.561  2680  2680 E audit   : type=1300 audit(1638260320.546:39837): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8786334 a2=20000 a3=0 items=0 ppid=2693 pid=25289 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit8" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.561  2680  2680 E audit   : type=1327 audit(1638260320.546:39837): proctitle="com.facebook.katana"
11-30 15:18:40.563 25170 25246 W fb4a.AppInitScheduler|Run:   Finished RunPerfMarkers in 60ms
11-30 15:18:40.564  2985  2985 W ResourceType: For resource 0x7f130fe2, entry index(4066) is beyond type entryCount(1442)
11-30 15:18:40.570 25170 25176 I zygote  : After code cache collection, code=19KB, data=27KB
11-30 15:18:40.570 25170 25176 I zygote  : Increasing code cache capacity to 128KB
11-30 15:18:40.571 25170 25287 W fb4a.ProcessAnrErrorMonitor: Starting process monitor checks for process 'com.facebook.katana'
11-30 15:18:40.572 25170 25287 W fb4a.MultiSignalANRDetectorLacrima: Started monitoring
11-30 15:18:40.574  2985  2985 W ResourceType: For resource 0x7f130fe3, entry index(4067) is beyond type entryCount(1442)
11-30 15:18:40.574 25170 25176 I zygote  : Do partial code cache collection, code=19KB, data=34KB
11-30 15:18:40.576 25170 25253 W fb4a.AppInitScheduler|Run:   Finished FbSharedPreferenceInitializer in 299ms
11-30 15:18:40.577 25170 25253 W fb4a.AppInitScheduler|Run: Running StringResourcesDelegate [*]
11-30 15:18:40.585  2680  2680 E audit   : type=1400 audit(1638260320.566:39838): avc:  denied  { read } for  pid=25289 comm="AppInit8" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:40.586 25170 25289 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:18:40.586 25170 25289 E nightwatch-target: sysmeminfo parse failed
11-30 15:18:40.586  2680  2680 E audit   : type=1300 audit(1638260320.566:39838): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8786334 a2=20000 a3=0 items=0 ppid=2693 pid=25289 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit8" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:40.586 25170 25257 W fb4a.AppInitScheduler|Run: Running ClientCacheEdgeManagerInitializer
11-30 15:18:40.586  2680  2680 E audit   : type=1327 audit(1638260320.566:39838): proctitle="com.facebook.katana"
11-30 15:18:40.587 25170 25176 I zygote  : After code cache collection, code=19KB, data=34KB
11-30 15:18:40.587 25170 25176 I zygote  : Increasing code cache capacity to 256KB
11-30 15:18:40.587 25170 25246 W fb4a.AppInitScheduler|Run: Running HenosisEventReporter
11-30 15:18:40.587 25170 25247 W fb4a.AppInitScheduler|Run: Running ComposerSavedSessionStoreInitializer
11-30 15:18:40.588 25170 25255 W fb4a.AppInitScheduler|Run: Running ErrorReporterSecondaryInit
11-30 15:18:40.589 25170 25257 W fb4a.AppInitScheduler|Run:   Finished ClientCacheEdgeManagerInitializer in 2ms
11-30 15:18:40.590 25170 25257 W fb4a.AppInitScheduler|Run: Running LogController
11-30 15:18:40.592 25170 25247 W fb4a.AppInitScheduler|Run:   Finished ComposerSavedSessionStoreInitializer in 4ms
11-30 15:18:40.592 25170 25247 W fb4a.AppInitScheduler|Run: Running RtcVoltronModulesLoader
11-30 15:18:40.605 25291 25291 I nightwatch-watcher: I have arisen! pid: 25291
11-30 15:18:40.606 25291 25291 I nightwatch-lib: watcher succeeded mmap /data/data/com.facebook.katana/app_errorreporting/sess__000014369-1638260318945-6f8d365e-3bff-b7e5-a823-16e196e30e87/nightwatch.txt
11-30 15:18:40.606 25291 25291 I nightwatch-watcher: attached to tid 25290 in pid 25170, ptrace_ret: 0
11-30 15:18:40.606 25291 25291 D nightwatch-fd: Attempting to open file /proc/25170/oom_adj
11-30 15:18:40.606 25291 25291 D nightwatch-fd: Opened file /proc/25170/oom_adj (8)
11-30 15:18:40.606 25291 25291 D nightwatch-fd: Attempting to open file /proc/25170/oom_score_adj
11-30 15:18:40.606 25291 25291 D nightwatch-fd: Opened file /proc/25170/oom_score_adj (40)
11-30 15:18:40.606 25291 25291 I nightwatch-watcher: target tid 25290 stopped with signal 19. continuing and delivering signal 0
11-30 15:18:40.612 25170 25246 W fb4a.AppInitScheduler|Run:   Finished HenosisEventReporter in 24ms
11-30 15:18:40.613 25170 25246 W fb4a.AppInitScheduler|Run: Running WhitehatOverlayInitializer
11-30 15:18:40.616 25170 25176 I zygote  : Compiler allocated 16MB to compile boolean X.07k.A0A(android.os.StrictMode$ThreadPolicy, java.lang.String, java.lang.String, java.lang.String, int)
11-30 15:18:40.617 25170 25255 W fb4a.AppInitScheduler|Run:   Finished ErrorReporterSecondaryInit in 29ms
11-30 15:18:40.617 25170 25257 W fb4a.AppInitScheduler|Run:   Finished LogController in 26ms
11-30 15:18:40.619 25170 25247 W fb4a.AppInitScheduler|Run:   Finished RtcVoltronModulesLoader in 27ms
11-30 15:18:40.621 25170 25246 W fb4a.AppInitScheduler|Run:   Finished WhitehatOverlayInitializer in 7ms
11-30 15:18:40.627 25170 25253 W fb4a.FrscLanguagePackLoader: Loading FRSC strings for locale (en)
11-30 15:18:40.628 25137 25137 I cr_WVCFactoryProvider: Loaded version=95.0.4638.74 minSdkVersion=24 isBundle=true multiprocess=true packageId=2
11-30 15:18:40.631 25170 25253 W fb4a.AppInitScheduler|Run:   Finished StringResourcesDelegate in 54ms
11-30 15:18:40.663 25170 25249 W fb4a.EndToEndAnalyticsEventListener: WRITE_ANALYTICS_TO_LOGCAT = null, EndToEnd.isRunningEndToEndTest() = false
11-30 15:18:40.664 25170 25245 W fb4a.AppInitScheduler|Run:   Finished MobileConfigInit in 386ms
11-30 15:18:40.664 25170 25255 W fb4a.AppInitScheduler|Run: Running EagerInitTigonInterceptors
11-30 15:18:40.664 25170 25245 W fb4a.AppInitScheduler|Run: Running EagerTigonLigerXPlatService
11-30 15:18:40.665 25170 25257 W fb4a.AppInitScheduler|Run: Running WaitForUIDependenciesInitializer [*]
11-30 15:18:40.665 25170 25247 W fb4a.AppInitScheduler|Run: Running AppDataBridge
11-30 15:18:40.665 25170 25246 W fb4a.AppInitScheduler|Run: Running Fb4aReactEagerInitHotMCUnpacker
11-30 15:18:40.665 25170 25253 W fb4a.AppInitScheduler|Run: Running Fb4aUIQREnvironment
11-30 15:18:40.665 25170 25246 W fb4a.AppInitScheduler|Run:   Finished Fb4aReactEagerInitHotMCUnpacker in 0ms
11-30 15:18:40.665 25170 25246 W fb4a.AppInitScheduler|Run: Running INeedInitForBroadcastReceiverRegister
11-30 15:18:40.666 25170 25257 W fb4a.AppInitScheduler|Run:   Finished WaitForUIDependenciesInitializer in 1ms
11-30 15:18:40.666 25170 25257 W fb4a.AppInitScheduler|Run: Running DismissSplashScreens
11-30 15:18:40.667 25170 25257 W fb4a.AppInitScheduler|Run:   Finished DismissSplashScreens in 0ms
11-30 15:18:40.667 25170 25257 W fb4a.AppInitScheduler|Run: Running LanguageSwitcher
11-30 15:18:40.668 25170 25253 W fb4a.AppInitScheduler|Run:   Finished Fb4aUIQREnvironment in 3ms
11-30 15:18:40.668 25170 25253 W fb4a.AppInitScheduler|Run: Running LocationRequestDetector
11-30 15:18:40.668 25170 25255 V tigonapi: tigonapi/JNI_OnLoad called
11-30 15:18:40.669 25170 25247 W fb4a.AppStateLoggerCore: Application needs to be registered before setting app state manager bridge
11-30 15:18:40.669 25170 25247 W fb4a.AppInitScheduler|Run:   Finished AppDataBridge in 4ms
11-30 15:18:40.669 25170 25247 W fb4a.AppInitScheduler|Run: Running PendingStoryStoreInitializer
11-30 15:18:40.669 25170 25253 W fb4a.AppInitScheduler|Run:   Finished LocationRequestDetector in 2ms
11-30 15:18:40.670 25170 25253 W fb4a.AppInitScheduler|Run: Running ReplayBroadcastReceivedDuringAppInit
11-30 15:18:40.670 25170 25253 W fb4a.AppInitScheduler|Run:   Finished ReplayBroadcastReceivedDuringAppInit in 0ms
11-30 15:18:40.670 25170 25247 W fb4a.AppInitScheduler|Run:   Finished PendingStoryStoreInitializer in 1ms
11-30 15:18:40.670 25170 25253 W fb4a.AppInitScheduler|Run: Running ScheduleLowPriWork
11-30 15:18:40.671 25170 25247 W fb4a.AppInitScheduler|Run: Running VideoComponentWarmup
11-30 15:18:40.674 25170 25249 W fb4a.QuickPerformanceLoggerModule: Providing QPL...
11-30 15:18:40.698 25170 25254 W fb4a.AppInitScheduler|Run:   Finished StatefulPeerManagerImpl in 271ms
11-30 15:18:40.698 25170 25254 W fb4a.AppInitScheduler|Run: Running VideoServiceWarmup
11-30 15:18:40.707 25170 25245 W fb4a.DefaultNetworkConfig: com.facebook.katana: getShouldCheckCertsInternal: true
11-30 15:18:40.716 25170 25246 W fb4a.AppInitScheduler|Run:   Finished INeedInitForBroadcastReceiverRegister in 50ms
11-30 15:18:40.717 25170 25246 W fb4a.AppInitScheduler|Run: Running VpvHelperInitializer
11-30 15:18:40.717 25170 25246 W fb4a.AppInitScheduler|Run:   Finished VpvHelperInitializer in 0ms
11-30 15:18:40.719 25170 25254 W fb4a.AppInitScheduler|Run:   Finished VideoServiceWarmup in 21ms
11-30 15:18:40.724 25170 25268 V AospBugFixOpts: set AOSP bug fix jboolean EnableAospBugFixes: bugFixOpt -> enable = 0. Given 0
11-30 15:18:40.728 25170 25286 W fb4a.SigquitDetectorLacrima: nativeInit
11-30 15:18:40.733 25170 25286 D SigquitDetector: Signal catcher tid: 25177
11-30 15:18:40.733 25170 25286 D SigquitDetector: Initialized [Lacrima]
11-30 15:18:40.742 25170 25285 D DistractUtil: Function _ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE hooked with result=0
11-30 15:18:40.742 25170 25285 D SigquitDetector: Hooked methods [Lacrima]
11-30 15:18:40.886 25170 25257 W fb4a.AppInitScheduler|Run:   Finished LanguageSwitcher in 219ms
11-30 15:18:40.897 25170 25297 W fb4a.FrscLanguagePackLoader: FRSC English strings buffer size - (limit : 705758, capacity : 705758)
11-30 15:18:40.910 25170 25253 W fb4a.AppInitScheduler|Run:   Finished ScheduleLowPriWork in 240ms
11-30 15:18:40.931 25170 25255 W fb4a.MobileConfigFactoryImpl: SESSIONBASED factory used for SESSIONLESS param
11-30 15:18:40.931 25170 25255 W fb4a.MobileConfigFactoryImpl: SESSIONBASED factory used for SESSIONLESS param
11-30 15:18:40.935  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:18:40.935  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:18:40.963 25170 25249 W fb4a.Fixie: Initialize FB4A_OPTIMIZATION_PROVIDER
11-30 15:18:40.972 25170 25255 V requestattribution: requestattribution/JNI_OnLoad called
11-30 15:18:40.991 25170 25255 W fb4a.AppInitScheduler|Run:   Finished EagerInitTigonInterceptors in 327ms
11-30 15:18:40.998 25170 25256 W ApiBlockListExemption: We Succeeded getting the needed hidden api deps on this platform. Can we try to remove hidden APIs: Yes.
11-30 15:18:41.037 25170 25256 D BinderHooker: Called hook binder
11-30 15:18:41.037 25170 25256 D BinderHooker: Starting init of BinderHooker
11-30 15:18:41.038 25170 25256 D BinderHooker: Binder Hooker was successfully inited [StrongPointer dep is supported] [Parcel dep is supported]
11-30 15:18:41.038 25170 25256 D BinderHooker: Is a binder hook class, seeing if we need to unwrap it.
11-30 15:18:41.039 25170 25256 D BinderHooker: Found a wrapped BinderHook class com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook
11-30 15:18:41.039 25170 25256 D BinderHooker: Attempting to hook binder android.app.ActivityThread$ApplicationThread with binder com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook)
11-30 15:18:41.039 25170 25256 D BinderHooker: Getting IBinder obj for android.app.ActivityThread$ApplicationThread
11-30 15:18:41.039 25170 25256 D BinderHooker: Getting IBinder for android.app.ActivityThread$ApplicationThread 0xd106e740
11-30 15:18:41.039 25170 25256 D BinderHooker: Calling java to create a parcel and write jobj 0xd106e740 to it. 
11-30 15:18:41.039 25170 25256 D BinderHooker: Got Parcel Ptr 0xf1e30798 for java obj 0xd106e740.
11-30 15:18:41.039 25170 25256 D BinderHooker: Call readStrongBinder(0xf1e30798) ret not null? yes sp: f1dc8440.
11-30 15:18:41.039 25170 25256 D BinderHooker: Finished getting IBinder obj for android.app.ActivityThread$ApplicationThread. Got f1dc8440.
11-30 15:18:41.039 25170 25256 D BinderHooker: Taking and locking Strong IBinder ref f1dc8440 for android.app.ActivityThread$ApplicationThread
11-30 15:18:41.039 25170 25256 D BinderHooker: FINISHED taking and locking Strong IBinder ref f1dc8440 for android.app.ActivityThread$ApplicationThread
11-30 15:18:41.039 25170 25256 D BinderHooker: Got binder ptr f1dc8440 for the given val
11-30 15:18:41.039 25170 25256 D BinderHooker: Setting Orig javaBBinder mObjectPtr for android.app.ActivityThread$ApplicationThread because it has not been set before
11-30 15:18:41.039 25170 25256 D BinderHooker: Finished Setting Orig javaBBinder mObjectPtr
11-30 15:18:41.039 25170 25256 D BinderHooker: Setting javaBBinder mObjectPtr 0xf1dc8450 (orig: 0x1c36) for android.app.ActivityThread$ApplicationThread
11-30 15:18:41.039 25170 25256 D BinderHooker: Getting IBinder obj for com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook)
11-30 15:18:41.039 25170 25256 D BinderHooker: Getting IBinder for com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook) 0xd106e744
11-30 15:18:41.039 25170 25256 D BinderHooker: Calling java to create a parcel and write jobj 0xd106e744 to it. 
11-30 15:18:41.039 25170 25256 D BinderHooker: Got Parcel Ptr 0xe9111888 for java obj 0xd106e744.
11-30 15:18:41.039 25170 25256 D BinderHooker: Call readStrongBinder(0xe9111888) ret not null? yes sp: e73d9e20.
11-30 15:18:41.039 25170 25256 D BinderHooker: Finished getting IBinder obj for com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook). Got e73d9e20.
11-30 15:18:41.039 25170 25256 D BinderHooker: Taking and locking Strong IBinder ref e73d9e20 for com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook)
11-30 15:18:41.039 25170 25256 D BinderHooker: FINISHED taking and locking Strong IBinder ref e73d9e20 for com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook)
11-30 15:18:41.039 25170 25256 D BinderHooker: Got binder ptr e73d9e20 for the given val
11-30 15:18:41.039 25170 25256 D BinderHooker: Setting Orig javaBBinder mObjectPtr for com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook) because it has not been set before
11-30 15:18:41.039 25170 25256 D BinderHooker: Finished Setting Orig javaBBinder mObjectPtr
11-30 15:18:41.039 25170 25256 D BinderHooker: Setting javaBBinder mObjectPtr 0xe73d9e30 (orig: 0x23d6) for com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook)
11-30 15:18:41.039 25170 25256 D BinderHooker: We already have a strong binder ref
11-30 15:18:41.039 25170 25256 D BinderHooker: We already have a strong binder ref
11-30 15:18:41.040 25170 25256 D BinderHooker: Successfully prepared hooking binder and will now perform.  Use Transparent Conv: no 
11-30 15:18:41.040 25170 25256 D BinderHooker: 		Hooked: android.app.ActivityThread$ApplicationThread 
11-30 15:18:41.040 25170 25256 D BinderHooker: 		Hooked with: com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook)
11-30 15:18:41.040 25170 25256 D BinderHooker: Attempting to set binder hook data on the hook object
11-30 15:18:41.040 25170 25256 D BinderHooker: Finished setting binder hook data on the hook object
11-30 15:18:41.040 25170 25256 D BinderHooker: Finished hooking binder. Success: yes 
11-30 15:18:41.040 25170 25256 D BinderHooker: 		Hooked: android.app.ActivityThread$ApplicationThread 
11-30 15:18:41.040 25170 25256 D BinderHooker: 		Hooked with: com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook)
11-30 15:18:41.081  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:18:41.085  2985  2985 D SdpManagerService: Not an enterprise user : 0
11-30 15:18:41.086  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:18:41.091  2985  2985 I PersonaManagerService::Proxy: newPackage is com.google.android.apps.docs
11-30 15:18:41.093  2985  2985 D RCPManagerService: PackageReceiver onReceive()
11-30 15:18:41.094 25137 25137 I cr_LibraryLoader: Successfully loaded native library
11-30 15:18:41.101 25137 25137 I cr_CachingUmaRecorder: Flushed 8 samples from 8 histograms.
11-30 15:18:41.136  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 0: now com.samsung.android.contacts
11-30 15:18:41.138  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 150: now null
11-30 15:18:41.140 25170 25249 W fb4a.MobileConfigFactoryImpl: SESSIONLESS factory used for SESSIONBASED param
11-30 15:18:41.144 25170 25176 I zygote  : Do full code cache collection, code=85KB, data=52KB
11-30 15:18:41.148 25170 25249 W fb4a.QuickPerformanceLoggerModule: Provided QPL: 141018949
11-30 15:18:41.149 25170 25249 W fb4a.AppInitScheduler|Run:   Finished StartupQPLInit in 871ms
11-30 15:18:41.149 25170 25246 W fb4a.AppInitScheduler|Run: Running CombinedLoggingInit
11-30 15:18:41.149 25170 25249 W fb4a.AppInitScheduler|Run: Running FunctionalReliabilityRingBufferInitializer
11-30 15:18:41.149 25170 25246 W fb4a.AppInitScheduler|Run:   Finished CombinedLoggingInit in 1ms
11-30 15:18:41.149 25170 25246 W fb4a.AppInitScheduler|Run: Running ProfiloBridgeFactoryImpl
11-30 15:18:41.150 25170 25249 W fb4a.AppInitScheduler|Run:   Finished FunctionalReliabilityRingBufferInitializer in 1ms
11-30 15:18:41.150 25170 25249 W fb4a.AppInitScheduler|Run: Running ReliabilityUserPerceptibleScopeToQPL
11-30 15:18:41.150 25170 25249 W fb4a.AppInitScheduler|Run:   Finished ReliabilityUserPerceptibleScopeToQPL in 0ms
11-30 15:18:41.150 25170 25249 W fb4a.AppInitScheduler|Run: Running StartupInfraPreloader
11-30 15:18:41.151 25170 25249 W fb4a.AppInitScheduler|Run:   Finished StartupInfraPreloader in 0ms
11-30 15:18:41.151 25170 25249 W fb4a.AppInitScheduler|Run: Running ZOptLoggingInitializer
11-30 15:18:41.151 25170 25249 W fb4a.AppInitScheduler|Run:   Finished ZOptLoggingInitializer in 1ms
11-30 15:18:41.151 25170 25249 W fb4a.AppInitScheduler|Run: Running StartupQPLReplayer
11-30 15:18:41.153 25170 25249 W fb4a.AppInitScheduler|Run:   Finished StartupQPLReplayer in 1ms
11-30 15:18:41.153 25137 25137 E cr_VariationsSeedLoader: Failed loading variations seed. Variations disabled.
11-30 15:18:41.155 25170 25246 W fb4a.AppInitScheduler|Run:   Finished ProfiloBridgeFactoryImpl in 5ms
11-30 15:18:41.158 25170 25319 D NetworkSecurityConfig: Using Network Security Config from resource (name removed) debugBuild: false
11-30 15:18:41.172  2985  5094 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.socialwifi.detection.SocialWifiDetectorActivity newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:18:41.173 25170 25176 I zygote  : After code cache collection, code=75KB, data=53KB
11-30 15:18:41.173 25170 25176 I zygote  : Do partial code cache collection, code=75KB, data=53KB
11-30 15:18:41.193  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:41.193  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:41.193  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:41.204  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2711, previously 2714
11-30 15:18:41.207  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 312, previously 1787
11-30 15:18:41.241 25170 25176 I zygote  : After code cache collection, code=75KB, data=53KB
11-30 15:18:41.241 25170 25176 I zygote  : Increasing code cache capacity to 512KB
11-30 15:18:41.241 25137 25327 W ResourceType: Failure getting entry for 0x7f140812 (t=19 e=2066) (error -2147483647)
11-30 15:18:41.242 25170 25176 I zygote  : Method exceeds compiler instruction limit: 19875 in int X.16r.A00(java.lang.String)
11-30 15:18:41.249  2985  5094 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.parallel.space.lite user:0
11-30 15:18:41.251  2985  5094 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:18:41.251  2985  5094 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.parallel.space.lite user:0
11-30 15:18:41.251  2985  5094 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:18:41.306 25330 25330 E /system/bin/webview_zygote32: Failed to make and chown /acct/uid_99496: Permission denied
11-30 15:18:41.307 25330 25330 E Zygote  : createProcessGroup(99496, 0) failed: Permission denied
11-30 15:18:41.308 25330 25330 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:webview_zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:18:41.309 25330 25330 I SELinux : SELinux: seapp_context_lookup: seinfo=chrome, level=s0:c512,c768, pkgname=com.android.chrome:sandboxed_process0 
11-30 15:18:41.391  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:18:41.397  2719  2788 I chatty  : uid=0(root) /system/bin/netd identical 1 line
11-30 15:18:41.398  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:18:41.446  4604  4604 D LauncherAppWidgetHost: onProvidersChanged
11-30 15:18:41.455 25170 25247 W fb4a.MobileConfigFactoryImpl: Invalid param type used for config: 612, param: 237
11-30 15:18:41.464  4604  4977 D WidgetLoader: start loading
11-30 15:18:41.485 25170 25256 W fb4a.AppInitScheduler|Run:   Finished InitLacrimaLaterInit in 1073ms
11-30 15:18:41.494 25170 25176 I zygote  : Method exceeds compiler instruction limit: 19490 in long X.14z.A01(long)
11-30 15:18:41.521 25170 25312 W zygote  : Verification of android.text.Spannable X.1or.A02(X.3hk, X.1UY) took 120.557ms
11-30 15:18:41.538  4604  4977 D LauncherAWProviderInfo: GSA replace initialLayout. 
11-30 15:18:41.593 25170 25247 W fb4a.AppInitScheduler|Run:   Finished VideoComponentWarmup in 922ms
11-30 15:18:41.596 25170 25289 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:18:41.596 25170 25289 E nightwatch-target: sysmeminfo parse failed
11-30 15:18:41.596  2680  2680 E audit   : type=1400 audit(1638260321.576:39839): avc:  denied  { read } for  pid=25289 comm="AppInit8" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:41.597  2680  2680 E audit   : type=1300 audit(1638260321.576:39839): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8786334 a2=20000 a3=0 items=0 ppid=2693 pid=25289 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit8" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:41.597  2680  2680 E audit   : type=1327 audit(1638260321.576:39839): proctitle="com.facebook.katana"
11-30 15:18:41.601 25330 25330 D TimaKeyStoreProvider: TimaKeyStore is not enabled: cannot add TimaSignature Service and generateKeyPair Service
11-30 15:18:41.601 25330 25330 D ActivityThread: Added TimaKeyStore provider
11-30 15:18:41.677  2985  2995 D AudioService: isEnabled
11-30 15:18:41.719  2697 28481 V APM_AudioPolicyManager: listAudioPorts() role 0 type 0 num_ports 0 ports 0xf21995d8
11-30 15:18:41.720  2697 28481 V APM_AudioPolicyManager: listAudioPorts() got 0 ports needed 8
11-30 15:18:41.733 25356 25356 E asset   : setgid: Operation not permitted
11-30 15:18:41.733  4604  4977 D WidgetLoader: enter wait
11-30 15:18:41.734  2697 28481 V APM_AudioPolicyManager: listAudioPorts() role 0 type 0 num_ports 8 ports 0xf00e8000
11-30 15:18:41.736  2697 28481 V APM_AudioPolicyManager: listAudioPorts() got 8 ports needed 8
11-30 15:18:41.744  2985  2995 D AudioService: isEnabled
11-30 15:18:41.747  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 1 line
11-30 15:18:41.751  2985  2995 D AudioService: isEnabled
11-30 15:18:41.751  2985  5091 D AudioService: isEnabled
11-30 15:18:41.755  2985  5091 I chatty  : uid=1000(system) Binder:2985_1B identical 2 lines
11-30 15:18:41.756  2985  5091 D AudioService: isEnabled
11-30 15:18:41.761  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:18:41.764 25170 25179 W JavaBinder: BinderProxy is being destroyed but the application did not call unlinkToDeath to unlink all of its death recipients beforehand.  Releasing leaked death recipient: X.05K
11-30 15:18:41.796 25170 25245 W fb4a.AppInitScheduler|Run:   Finished EagerTigonLigerXPlatService in 1132ms
11-30 15:18:41.797 25170 25245 W fb4a.AppInitScheduler|Run: Running NetworkEagerInit
11-30 15:18:41.798 25170 25245 W fb4a.AppInitScheduler|Run:   Finished NetworkEagerInit in 1ms
11-30 15:18:41.798 25170 25249 W fb4a.AppInitScheduler|Run: Running GraphServiceEagerInit
11-30 15:18:41.798 25170 25245 W fb4a.AppInitScheduler|Run: Running ZeroLibraryInitializer
11-30 15:18:41.798 25170 25336 I CameraManagerGlobal: Connecting to camera service
11-30 15:18:41.810 25170 25328 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 25170 / 10098 / 25328
11-30 15:18:41.826 25170 25312 W zygote  : Verification of java.lang.Object X.1or.A1U(android.content.Context, X.3Kr, java.lang.Object[], int) took 189.081ms
11-30 15:18:41.888 25170 25336 D VendorTagDescriptor: addVendorDescriptor: vendor tag id 3854507339 added
11-30 15:18:41.913 25170 25245 W fb4a.AppInitScheduler|Run:   Finished ZeroLibraryInitializer in 115ms
11-30 15:18:41.940 25330 25330 I cr_SplitCompatApp: Launched version=95.0.4638.74 minSdkVersion=24 isBundle=true processName=com.android.chrome:sandboxed_process0 isIsolated=true
11-30 15:18:41.970 25330 25330 W SystemServiceRegistry: No service published for: uimode
11-30 15:18:41.978 25330 25330 V Monotype: fonts.xml take from : /system/etc/
11-30 15:18:42.125  2985  2994 I zygote  : Background concurrent copying GC freed 385506(19MB) AllocSpace objects, 101(4MB) LOS objects, 26% free, 65MB/89MB, paused 401us total 814.673ms
11-30 15:18:42.193  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:42.194  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:42.194  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:42.200 25170 25328 D cloudgaminginterceptor: request intercepted: url=http://portal.fb.com/mobile/status.php
11-30 15:18:42.200 25170 25328 D relenginterceptor: RELENG rewrite skipped, config is disabled.
11-30 15:18:42.200 25170 25328 D defcontigonrelayernative: DefconTigonDelayer starting
11-30 15:18:42.200 25170 25328 D defcontigonrelayernative: DefconTigonDelayer skipped, config is disabled.
11-30 15:18:42.219 25170 25249 W fb4a.AppInitScheduler|Run:   Finished GraphServiceEagerInit in 422ms
11-30 15:18:42.220 25170 25249 W fb4a.AppInitScheduler|Run: All work finished.
11-30 15:18:42.229  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:18:42.252 25170 25312 W zygote  : Verification of java.lang.Object X.1or.A1i(android.content.Context, X.3Kr, java.lang.Object[], int) took 111.874ms
11-30 15:18:42.449 25170 25370 I zygote  : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
11-30 15:18:42.450  2985  3825 D ActivityManager: The following uid has registered to recieve broadcast for proxy related updates 10227
11-30 15:18:42.476  2985  2995 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.socialwifi.detection.SocialWifiDetectorActivity newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:18:42.479 25137 25137 E chromium: [ERROR:network_service_instance_impl.cc(179)] Failed to grant sandbox access to network context data for /data/user/0/com.parallel.space.lite/app_webview/Default with result 7: No such file or directory (2)
11-30 15:18:42.485  2985  2985 D KnoxVpnEngineService: Vpn Receiver : com.samsung.android.knox.intent.action.VPN_PROXY_BROADCAST_INTERNAL
11-30 15:18:42.485  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:18:42.559 25137 25137 D ConnectivityManager: requestNetwork; CallingUid : 10227, CallingPid : 25137
11-30 15:18:42.564  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:42.564  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:42.564  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:42.564  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:42.564  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:42.564  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:42.564  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:42.564  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:42.564  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:42.564  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:42.564  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:42.564  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:42.564  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:42.564  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:42.564  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:42.565  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:42.565  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:42.565  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:18:42.577 25170 25285 W fb4a.MultiSignalANRDetectorLacrima: Pausing error state checks
11-30 15:18:42.606 25170 25289 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:18:42.606  2680  2680 E audit   : type=1400 audit(1638260322.586:39840): avc:  denied  { read } for  pid=25289 comm="AppInit8" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:42.606 25170 25289 E nightwatch-target: sysmeminfo parse failed
11-30 15:18:42.606  2680  2680 E audit   : type=1300 audit(1638260322.586:39840): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8786334 a2=20000 a3=0 items=0 ppid=2693 pid=25289 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit8" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:42.606  2680  2680 E audit   : type=1327 audit(1638260322.586:39840): proctitle="com.facebook.katana"
11-30 15:18:42.776 25330 25330 E Typeface: Error mapping font file /system/fonts/NotoSansKhmer-Regular.ttf
11-30 15:18:42.777 25330 25330 E Typeface: Error mapping font file /system/fonts/NotoSansKhmer-Bold.ttf
11-30 15:18:42.777 25330 25330 E Minikin : Could not get cmap table size!
11-30 15:18:42.777 25330 25330 E Typeface: Unable to load Family: null:und-Khmr
11-30 15:18:42.806 25330 25330 E Typeface: Error mapping font file /system/fonts/DroidSansFallback.ttf
11-30 15:18:42.806 25330 25330 E Minikin : Could not get cmap table size!
11-30 15:18:42.806 25330 25330 E Typeface: Unable to load Family: null:null
11-30 15:18:42.845 25137 25397 I zygote  : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
11-30 15:18:42.860 25330 25330 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3L.ttf
11-30 15:18:42.860 25330 25330 E Minikin : Could not get cmap table size!
11-30 15:18:42.860 25330 25330 E Typeface: Unable to load Family: samsung-sans-num3L:null
11-30 15:18:42.860 25330 25330 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3T.ttf
11-30 15:18:42.860 25330 25330 E Minikin : Could not get cmap table size!
11-30 15:18:42.860 25330 25330 E Typeface: Unable to load Family: samsung-sans-num3T:null
11-30 15:18:42.861 25330 25330 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4L.ttf
11-30 15:18:42.861 25330 25330 E Minikin : Could not get cmap table size!
11-30 15:18:42.861 25330 25330 E Typeface: Unable to load Family: samsung-sans-num4L:null
11-30 15:18:42.861 25330 25330 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4T.ttf
11-30 15:18:42.861 25330 25330 E Minikin : Could not get cmap table size!
11-30 15:18:42.861 25330 25330 E Typeface: Unable to load Family: samsung-sans-num4T:null
11-30 15:18:42.861 25330 25330 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num35.ttf
11-30 15:18:42.861 25330 25330 E Minikin : Could not get cmap table size!
11-30 15:18:42.861 25330 25330 E Typeface: Unable to load Family: samsung-sans-num35:null
11-30 15:18:42.861 25330 25330 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num45.ttf
11-30 15:18:42.861 25330 25330 E Minikin : Could not get cmap table size!
11-30 15:18:42.861 25330 25330 E Typeface: Unable to load Family: samsung-sans-num45:null
11-30 15:18:42.861 25330 25330 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3Lv.ttf
11-30 15:18:42.861 25330 25330 E Minikin : Could not get cmap table size!
11-30 15:18:42.861 25330 25330 E Typeface: Unable to load Family: samsung-sans-num3LV:null
11-30 15:18:42.862 25330 25330 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3R.ttf
11-30 15:18:42.862 25330 25330 E Minikin : Could not get cmap table size!
11-30 15:18:42.862 25330 25330 E Typeface: Unable to load Family: samsung-sans-num3R:null
11-30 15:18:42.862 25330 25330 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4Tv.ttf
11-30 15:18:42.862 25330 25330 E Minikin : Could not get cmap table size!
11-30 15:18:42.862 25330 25330 E Typeface: Unable to load Family: samsung-sans-num4Tv:null
11-30 15:18:42.862 25330 25330 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4Lv.ttf
11-30 15:18:42.862 25330 25330 E Minikin : Could not get cmap table size!
11-30 15:18:42.862 25330 25330 E Typeface: Unable to load Family: samsung-sans-num4Lv:null
11-30 15:18:42.879 25330 25330 I cr_ChildProcessService: Creating new ChildProcessService pid=25330
11-30 15:18:42.893 25330 25330 E WebViewLibraryLoader: can't load with relro file; address space not reserved
11-30 15:18:42.901 25170 25312 W zygote  : Verification of java.lang.Object X.1or.A1x(android.content.Context, X.3Kr, java.lang.Object[], int, int) took 479.232ms
11-30 15:18:42.912 25330 25412 I cr_LibraryLoader: Successfully loaded native library
11-30 15:18:42.913 25330 25412 I cr_CachingUmaRecorder: Flushed 2 samples from 2 histograms.
11-30 15:18:42.955 25137 25193 W System.err: java.util.concurrent.ExecutionException: com.android.volley.VolleyError: java.lang.NullPointerException: Attempt to get length of null array
11-30 15:18:42.960 25137 25397 D libGLESv2: STS_GLApi : DTS, ODTC are not allowed for Package : com.parallel.space.lite
11-30 15:18:42.963 25137 25260 W Ads     : Update ad debug logging enablement as false
11-30 15:18:42.968 25137 25193 W System.err: 	at com.android.volley.toolbox.RequestFuture.doGet(RequestFuture.java:120)
11-30 15:18:42.968 25137 25193 W System.err: 	at com.android.volley.toolbox.RequestFuture.get(RequestFuture.java:100)
11-30 15:18:42.968 25137 25193 W System.err: 	at com.lbe.parallel.fc$1.run(ApiClient.java:430)
11-30 15:18:42.968 25137 25193 W System.err: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:18:42.968 25137 25193 W System.err: Caused by: com.android.volley.VolleyError: java.lang.NullPointerException: Attempt to get length of null array
11-30 15:18:42.968 25137 25193 W System.err: 	at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:143)
11-30 15:18:42.968 25137 25193 W System.err: Caused by: java.lang.NullPointerException: Attempt to get length of null array
11-30 15:18:42.968 25137 25193 W System.err: 	at com.google.protobuf.nano.c.a(MessageNano.java:131)
11-30 15:18:42.968 25137 25193 W System.err: 	at com.lbe.parallel.fc$b.parseNetworkResponse(ApiClient.java:2000)
11-30 15:18:42.968 25137 25193 W System.err: 	at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:125)
11-30 15:18:42.995 25229 25229 I dex2oat : Running dex2oat (parent PID = 2705)
11-30 15:18:43.028 25170 25293 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:18:43.030 25170 25293 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:18:43.081 25137 25230 I zygote  : Deoptimizing java.lang.Object hv.b(java.lang.Object) due to JIT inline cache
11-30 15:18:43.194  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:43.194  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:43.194  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:43.589  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:18:43.614 25170 25289 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:18:43.614 25170 25289 E nightwatch-target: sysmeminfo parse failed
11-30 15:18:43.615  2680  2680 E audit   : type=1400 audit(1638260323.596:39841): avc:  denied  { read } for  pid=25289 comm="AppInit8" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:43.615  2680  2680 E audit   : type=1300 audit(1638260323.596:39841): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8786334 a2=20000 a3=0 items=0 ppid=2693 pid=25289 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit8" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:43.615  2680  2680 E audit   : type=1327 audit(1638260323.596:39841): proctitle="com.facebook.katana"
11-30 15:18:43.722  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:18:43.722  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:18:43.722  2985  3826 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:18:43.732  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:18:43.761  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1075, previously 1574
11-30 15:18:43.761  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1733, previously 1739
11-30 15:18:43.761  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 205, previously 1394
11-30 15:18:43.800 25170 25223 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:18:43.831 25170 25223 I zygote  : WaitForGcToComplete blocked ProfileSaver on AddRemoveAppImageSpace for 31.256ms
11-30 15:18:44.194  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:44.194  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:44.194  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:44.622 25170 25289 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:18:44.622 25170 25289 E nightwatch-target: sysmeminfo parse failed
11-30 15:18:44.622  2680  2680 E audit   : type=1400 audit(1638260324.606:39842): avc:  denied  { read } for  pid=25289 comm="AppInit8" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:44.622  2680  2680 E audit   : type=1300 audit(1638260324.606:39842): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8786334 a2=20000 a3=0 items=0 ppid=2693 pid=25289 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit8" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:44.622  2680  2680 E audit   : type=1327 audit(1638260324.606:39842): proctitle="com.facebook.katana"
11-30 15:18:44.747 25229 25229 I dex2oat : ----------------------------------------------------
11-30 15:18:44.747 25229 25229 I dex2oat : <SS>: S T A R T I N G . . .
11-30 15:18:44.747 25229 25229 D dex2oat : <SS>: apk not found at /base.odex
11-30 15:18:44.747 25229 25229 D dex2oat : <SS>: trying at /data/app/com.sec.spp.push-eq3atwP0p9a3W56dgWKNRQ==/base.apk
11-30 15:18:44.747 25229 25229 I dex2oat : <SS>: going to process manifest for 32-bit.../data/app/com.sec.spp.push-eq3atwP0p9a3W56dgWKNRQ==/base.apk
11-30 15:18:44.751 25229 25229 I         : SS_ART_lib [I]: permission is absent: /data/app/com.sec.spp.push-eq3atwP0p9a3W56dgWKNRQ==/base.apk
11-30 15:18:44.751 25229 25229 I         : SS_ART_lib [I]: access to SS denied
11-30 15:18:44.751 25229 25229 I dex2oat : Finish SS_ART_lib()
11-30 15:18:44.753 25229 25229 I dex2oat : dex2oat took 4.682s (4.026s cpu) (threads: 8) arena alloc=73KB (75168B) java alloc=2MB (3056152B) native alloc=5MB (6255800B) free=3MB (3705672B)
11-30 15:18:44.772  2985  3019 I PackageManager.DexOptimizer: do mInstaller.syncDexopt : com.sec.spp.push
11-30 15:18:44.837  2705 28716 D installd: Found valid user 150
11-30 15:18:44.851  2985  3019 D PersonaServiceHelper: trimPersonaFromInstallation is called...
11-30 15:18:44.852  2985  3019 D PersonaServiceHelper: User is not knox premium container 0
11-30 15:18:44.853  2985  3019 D PersonaServiceHelper: Processing premimum container in trimPersonaFromInstallation - 150
11-30 15:18:44.855  2985  3019 D PackageManager: Abis for package[com.sec.spp.push] are primary=null secondary=null
11-30 15:18:44.858  2985  3019 D PackageManager: EAS IT Policy com.sec.spp.push isPackageSignedByPlatform = false
11-30 15:18:44.901  2985  2999 I PrintManagerService: onPackageModified com.google.android.apps.docs
11-30 15:18:44.912  2985  2999 D SemExecuteManagerService: onShortcutChanged: com.google.android.apps.docs0
11-30 15:18:44.912  4604 21401 D LauncherApps: onPackageChanged 0,com.google.android.apps.docs
11-30 15:18:44.912  4604  4604 D Launcher.Model: onPackageChanged:com.google.android.apps.docs user:UserHandle{0}
11-30 15:18:44.912  4604  4604 D Launcher.Model: isValidStateInKnoxMode:false user:UserHandle{0}
11-30 15:18:44.941  4604  4680 W Launcher.Model: checkFinderState return, operation is not matched
11-30 15:18:44.953  4604  4680 D Launcher.Model: Loader.updatePackage com.google.android.apps.docs
11-30 15:18:44.981  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 0
11-30 15:18:44.982  4604  4680 V LauncherApps: Returning activity for profile UserHandle{0} : ComponentInfo{com.google.android.apps.docs/com.google.android.apps.docs.app.NewMainProxyActivity}
11-30 15:18:44.990  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:44.991  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:45.194  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:45.194  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:45.194  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:45.623  2985  3019 D AASAinstall: there is not AASApackages.xml file
11-30 15:18:45.630 25170 25289 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:18:45.630 25170 25289 E nightwatch-target: sysmeminfo parse failed
11-30 15:18:45.630  2680  2680 E audit   : type=1400 audit(1638260325.616:39843): avc:  denied  { read } for  pid=25289 comm="AppInit8" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:45.630  2680  2680 E audit   : type=1300 audit(1638260325.616:39843): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8786334 a2=20000 a3=0 items=0 ppid=2693 pid=25289 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit8" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:45.630  2680  2680 E audit   : type=1327 audit(1638260325.616:39843): proctitle="com.facebook.katana"
11-30 15:18:45.635  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.samsung.android.email.provider :: false
11-30 15:18:45.643  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.samsung.android.messaging :: true
11-30 15:18:45.652  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.sec.android.app.myfiles :: true
11-30 15:18:45.653  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.samsung.android.allshare.service.fileshare :: true
11-30 15:18:45.654  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.sec.android.app.sbrowser :: false
11-30 15:18:45.659  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.samsung.android.scloud :: false
11-30 15:18:45.667  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.android.bluetooth :: true
11-30 15:18:45.668  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.android.captiveportallogin :: true
11-30 15:18:45.670  2985  3019 D EnterpriseDeviceManagerService: updateAdminPermissions
11-30 15:18:45.768 16067 16077 I zygote  : Background concurrent copying GC freed 523047(14MB) AllocSpace objects, 20(1096KB) LOS objects, 50% free, 20MB/41MB, paused 211us total 168.132ms
11-30 15:18:46.194  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:46.194  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:46.194  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:46.333  2985  3019 I PackageManager: enforceEDMPermissionLI
11-30 15:18:46.333  2985  3019 I PackageManager: Trying to enforce permission for system app. Just ignoring
11-30 15:18:46.336  2705 28716 W cutils  : Expected path /data/data/com.sec.spp.push with mode 700 but found 751
11-30 15:18:46.337  2705 28716 I SELinux : SELinux: seapp_context_lookup: seinfo=samsung, level=s0:c512,c768, pkgname=com.sec.spp.push 
11-30 15:18:46.338  2705 28716 I chatty  : uid=0(root) Binder:2705_9 identical 1 line
11-30 15:18:46.339  2705 28716 I SELinux : SELinux: seapp_context_lookup: seinfo=samsung, level=s0:c512,c768, pkgname=com.sec.spp.push 
11-30 15:18:46.339  2705 28716 W cutils  : Expected path /data/user_de/0/com.sec.spp.push with mode 700 but found 751
11-30 15:18:46.339  2705 28716 I SELinux : SELinux: seapp_context_lookup: seinfo=samsung, level=s0:c512,c768, pkgname=com.sec.spp.push 
11-30 15:18:46.340  2705 28716 I chatty  : uid=0(root) Binder:2705_9 identical 1 line
11-30 15:18:46.340  2705 28716 I SELinux : SELinux: seapp_context_lookup: seinfo=samsung, level=s0:c512,c768, pkgname=com.sec.spp.push 
11-30 15:18:46.375  4604  4680 I ApplicationPackageManager: load=com.google.android.apps.docs, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:18:46.380  2705 28716 W cutils  : Expected path /data/user/150/com.sec.spp.push with mode 700 but found 751
11-30 15:18:46.380  2705 28716 I SELinux : SELinux: seapp_context_lookup: seinfo=samsung, level=s0:c662,c768, pkgname=com.sec.spp.push 
11-30 15:18:46.382  2705 28716 I chatty  : uid=0(root) Binder:2705_9 identical 1 line
11-30 15:18:46.382  2705 28716 I SELinux : SELinux: seapp_context_lookup: seinfo=samsung, level=s0:c662,c768, pkgname=com.sec.spp.push 
11-30 15:18:46.382  2705 28716 W cutils  : Expected path /data/user_de/150/com.sec.spp.push with mode 700 but found 751
11-30 15:18:46.383  2705 28716 I SELinux : SELinux: seapp_context_lookup: seinfo=samsung, level=s0:c662,c768, pkgname=com.sec.spp.push 
11-30 15:18:46.384  2705 28716 I chatty  : uid=0(root) Binder:2705_9 identical 1 line
11-30 15:18:46.384  2705 28716 I SELinux : SELinux: seapp_context_lookup: seinfo=samsung, level=s0:c662,c768, pkgname=com.sec.spp.push 
11-30 15:18:46.386  4604 21401 D LauncherApps: onShortcutChanged 0,com.google.android.apps.docs
11-30 15:18:46.388  2705 28716 I installed: secure_storage_pm pid = 25446
11-30 15:18:46.403  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:46.405  4604  4680 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:18:46.405  4604  4680 I ApplicationPackageManager: load=com.google.android.apps.docs-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:18:46.406  4604  4680 D LauncherActivityInfo: packageName: com.google.android.apps.docs, supportTheme: true, height: 144, width: 144, density: 640
11-30 15:18:46.428  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 0
11-30 15:18:46.430  4604  4680 V LauncherApps: Returning activity for profile UserHandle{0} : ComponentInfo{com.google.android.apps.docs/com.google.android.apps.docs.app.NewMainProxyActivity}
11-30 15:18:46.430  4604  4680 D DataLoader: updatePackage:com.google.android.apps.docs
11-30 15:18:46.449  2985  5094 D LauncherAppsService: is Package Hidden: false
11-30 15:18:46.466  4604  4680 I AppsModel: addOrUpdater
11-30 15:18:46.466  4604  4680 I AppsModel: addOrUpdater cn = ComponentInfo{com.google.android.apps.docs/com.google.android.apps.docs.app.NewMainProxyActivity} , UserHandle{0}
11-30 15:18:46.468  4604  4680 I AppsModel: addOrUpdater update item = IconInfo(title=Drive intent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.google.android.apps.docs/.app.NewMainProxyActivity (has extras) } id=45 type=0 container=39 screen=0 cellX=1 cellY=1 spanX=1 spanY=1 rank=5 hidden=0 dropPos=null user=UserHandle{0})
11-30 15:18:46.468  4604  4680 D AppsCustomAdapter: notifyUpdate : com.android.launcher3.Launcher@46d4052
11-30 15:18:46.469  4604  4680 D AppsDragController: needDeferToBind : true , false
11-30 15:18:46.469  2985  5094 D LauncherAppsService: is Package Hidden: false
11-30 15:18:46.473  4604  4977 D WidgetLoader: start loading
11-30 15:18:46.542  4604  4680 D LauncherAWProviderInfo: GSA replace initialLayout. 
11-30 15:18:46.546  4604  4977 D LauncherAWProviderInfo: GSA replace initialLayout. 
11-30 15:18:46.553 25446 25446 I         : SS_ART_lib [I]: permission is absent: /data/app/com.sec.spp.push-eq3atwP0p9a3W56dgWKNRQ==/base.apk
11-30 15:18:46.553 25446 25446 I         : SS_ART_lib [I]: access to SS denied
11-30 15:18:46.557  2705 28716 E         : Secure Storage PM failed!
11-30 15:18:46.640 25170 25289 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:18:46.640 25170 25289 E nightwatch-target: sysmeminfo parse failed
11-30 15:18:46.640  2680  2680 E audit   : type=1400 audit(1638260326.626:39844): avc:  denied  { read } for  pid=25289 comm="AppInit8" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:46.640  2680  2680 E audit   : type=1300 audit(1638260326.626:39844): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8786334 a2=20000 a3=0 items=0 ppid=2693 pid=25289 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit8" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:46.640  2680  2680 E audit   : type=1327 audit(1638260326.626:39844): proctitle="com.facebook.katana"
11-30 15:18:46.667  4604  4604 D DeepShortcutManager: bindDeepShortcutMap: {com.android.launcher3.util.ComponentKey@ed003502=[launcher_shortcut_search, launcher_shortcut_upload, launcher_shortcut_scan], com.android.launcher3.util.ComponentKey@b0cc8fca=[shortcut_create_note, shortcut_write_with_pen, shortcut_record_voice_note], com.android.launcher3.util.ComponentKey@7d974010=[new_video_call, new_conversation, new_audio_call], com.android.launcher3.util.ComponentKey@854a91d=[manifest_new_list_shortcut, manifest_new_audio_note_shortcut, manifest_new_photo_note_shortcut, manifest_new_note_shortcut], com.android.launcher3.util.ComponentKey@1e9a2d90=[DynamicFullRecent], com.android.launcher3.util.ComponentKey@1d30da3a=[6285207364117@s.whatsapp.net, open_camera, 6285921683680@s.whatsapp.net, 6281338372409@s.whatsapp.net, 120363020307794510@g.us], com.android.launcher3.util.ComponentKey@3916b95c=[Inbox_authorlovy@yahoo.com, Inbox_adelinathenotebook@yahoo.com, Inbox_shintamawarni76@gmail.com, compose], com.android.launcher3.util.ComponentKey@d85d54d0=[search_event_task, create_task, create_event], com.android.launcher3.util.ComponentKey@bb83b3cc=[view-bookmarks-shortcut, new-tab-shortcut, dynamic-new-tab-shortcut, search-web-shortcut, new-secret-tab-shortcut], com.android.launcher3.util.ComponentKey@64033792=[explore-shortcut, search-shortcut, subscriptions-shortcut], com.android.launcher3.util.ComponentKey@75953544=[1, 2], com.android.launcher3.util.ComponentKey@683678e7=[create_message], com.android.launcher3.util.ComponentKey@7e1620c7=[activity, camera, direct, post], com.android.launcher3.util.ComponentKey@91a61cf4=[contactadd, myprofile, contactgroup], com.android.launcher3.util.ComponentKey@6a731a20=[play, recently_added, favourites], com.android.launcher3.util.ComponentKey@429b698e=[selfie, auto], com.android.launcher3.util.ComponentKey@3e17fc4f=[updates], com.android.launcher3.util.ComponentKey@31e36f3b=[com.google.android.play.games.minesweeper, com.google.android.play.games.whirlybird, com.google.android.play.games.solitaire, com.google.android.play.games.snake], com.android.launcher3.util.ComponentKey@7bfa09e7=[shintamawarni76@mhs.pelitabangsa.ac.id, manifest_compose_shortcut, shintamawarni76@gmail.com, shintamawarni762@gmail.com], com.android.launcher3.util.ComponentKey@515cb7c2=[VIEW_MY_DOWNLOADS], com.android.launcher3.util.ComponentKey@1e9a2cfa=[DynamicFullRecent], com.android.launcher3.util.ComponentKey@726a9c09=[static_shortcut_text_note, static_shortcut_audio_note, static_shortcut_photo_note, static_shortcut_todo_note], com.android.launcher3.util.ComponentKey@967f6b5c=[search_shortcut], com.android.launcher3.util.ComponentKey@d3751291=[search, add, list, books, timeMachine], com.android.launcher3.util.ComponentKey@3916b9f2=[compose], com.android.launcher3.util.ComponentKey@ee5d02f8=[did3_1302547203, compose], com.android.launcher3.util.ComponentKey@947c4a99=[new-tab-shortcut], com.android.launcher3.util.ComponentKey@489bf67c=[text_shortcut, voice_shortcut], com.android.launcher3.util.ComponentKey@ad64774c=[search, scan, dgMobileTopUp], com.android.launcher3.util.ComponentKey@b0cc9060=[shortcut_create_note, shortcut_write_with_pen, shortcut_record_voice_note], com.android.launcher3.util.ComponentKey@f5d080bf=[phoneadd, search, missedcall], com.android.launcher3.util.ComponentKey@515cb72c=[VIEW_MY_DOWNLOADS], com.android.launcher3.util.ComponentKey@3e17fce5=[updates], com.android.launcher3.util.ComponentKey@3a8c61b=[compose], com.android.launcher3.util.ComponentKey@13bed5ca=[Beli, Jual, Bayar, Share], com.android.launcher3.util.ComponentKey@bb83b336=[view-bookmarks-shortcut, new-tab-shortcut, search-web-shortcut, new-secret-tab-shortcut], com.android.launcher3.util.ComponentKey@eaf76a80=[com.gojek.shortcut.com.gojek.shortcut.Y_stUdop2I5FboBasWgFvO3mtMg], com.android.launcher3.util.ComponentKey@91a61c5e=[contactadd, myprofile, contactgroup], com.android.launcher3.util.ComponentKey@967f6ac6=[search_shortcut], com.android.launcher3.util.ComponentKey@cf1e5c64=[app_shortcut_newchat, app_shortcut_my_qr, app_shortcut_notifi
11-30 15:18:46.675  2985  3019 I zygote  : Waiting for a blocking GC Explicit
11-30 15:18:46.677  4604  4977 D WidgetLoader: enter wait
11-30 15:18:46.793  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:18:46.794  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:18:46.794  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:18:46.795  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:18:46.818 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:18:46.836  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:18:46.837  2985  2985 I MotionRecognitionService: Plugged
11-30 15:18:46.837  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:18:46.837  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:18:46.838  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:18:46.839  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:18:46.839 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:18:46.839  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:18:46.848 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:18:46.848 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:18:46.864  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:18:46.882 25170 25458 E fb4a.MsysMqttTopicsProvider: subscribing to Mqtt
11-30 15:18:46.887 25170 25458 E fb4a.MsysMqttTopicsProvider: subscribing to Mqtt
11-30 15:18:46.890 25170 25312 I mobileconfig: No OTA resource found
11-30 15:18:46.890 25170 25312 I mobileconfig: Using asset manager to stream (unitType: kMobileConfigSessionless) params_map.txt
11-30 15:18:46.907  2985  2994 I zygote  : Background concurrent copying GC freed 532753(24MB) AllocSpace objects, 39(1284KB) LOS objects, 26% free, 68MB/92MB, paused 837us total 731.625ms
11-30 15:18:46.908  2985  3019 I zygote  : WaitForGcToComplete blocked Explicit on HeapTrim for 232.579ms
11-30 15:18:46.978 25170 25312 I mobileconfig: Params map streaming - readbytes: 344580/344580
11-30 15:18:46.978 25170 25312 I mobileconfig: Successfully parsed (unitType: kMobileConfigSessionless) params_map.txt
11-30 15:18:46.985 25170 25312 I mobileconfig: Read one query hash from asset, it is = 35b322ac95216222e5f9ca979a20b8becb5df8fd10e17bc82917cfdfdf9c93fd
11-30 15:18:47.000 25170 25312 I mobileconfig: Initialized MobileConfig - directory: /data/user/0/com.facebook.katana/files, appVersion: 345.0.0.34.118, paramHash: a5d7101843f6084191fe92a020c23059:fd882d983138eed28107f79d71b9f779, readOnly: false bufferPathPostfix: 
11-30 15:18:47.037 25170 25312 W fb4a.3jR: set isBridgeless to false
11-30 15:18:47.075 25170 25312 I mobileconfig: No OTA resource found
11-30 15:18:47.075 25170 25312 I mobileconfig: Using asset manager to stream (unitType: kMobileConfigSessionbased) params_map.txt
11-30 15:18:47.155 25170 25312 I mobileconfig: Params map streaming - readbytes: 344580/344580
11-30 15:18:47.155 25170 25312 I mobileconfig: Successfully parsed (unitType: kMobileConfigSessionbased) params_map.txt
11-30 15:18:47.155 25170 25312 I mobileconfig: Read one query hash from asset, it is = 35b322ac95216222e5f9ca979a20b8becb5df8fd10e17bc82917cfdfdf9c93fd
11-30 15:18:47.170 25170 25312 I mobileconfig: Initialized MobileConfig - directory: /data/user/0/com.facebook.katana/files, appVersion: 345.0.0.34.118, paramHash: a5d7101843f6084191fe92a020c23059:fd882d983138eed28107f79d71b9f779, readOnly: false bufferPathPostfix: 
11-30 15:18:47.170 25170 25312 I mobileconfig: Read RN schema map size: 2669
11-30 15:18:47.194  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:47.195  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:47.195  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:47.483  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:18:47.486  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:18:47.486  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:18:47.648 25170 25289 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:18:47.648  2680  2680 E audit   : type=1400 audit(1638260327.636:39845): avc:  denied  { read } for  pid=25289 comm="AppInit8" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:47.648 25170 25289 E nightwatch-target: sysmeminfo parse failed
11-30 15:18:47.648  2680  2680 E audit   : type=1300 audit(1638260327.636:39845): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8786334 a2=20000 a3=0 items=0 ppid=2693 pid=25289 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit8" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:47.648  2680  2680 E audit   : type=1327 audit(1638260327.636:39845): proctitle="com.facebook.katana"
11-30 15:18:47.703 25170 25311 W fb4a.AppStateLoggerCore: AppStateLogger is not ready yet (getAppStateErrorLogger)
11-30 15:18:47.776  2985  5091 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.battery.monitor.ContinuousBatteryMonitorService$BroadcastReceiver newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:18:47.780  2680  2680 E audit   : type=1400 audit(1638260327.766:39846): avc:  denied  { read } for  pid=25312 comm="CombinedTP6" name="boot_id" dev="proc" ino=38318060 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:47.780  2680  2680 E audit   : type=1300 audit(1638260327.766:39846): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c6e31ae0 a2=20000 a3=0 items=0 ppid=2693 pid=25312 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="CombinedTP6" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:47.780  2680  2680 E audit   : type=1327 audit(1638260327.766:39846): proctitle="com.facebook.katana"
11-30 15:18:47.782 25170 25312 E fb4a.BootIdReader: Error reading boot_id from procfs
11-30 15:18:47.782 25170 25312 E fb4a.BootIdReader: java.io.FileNotFoundException: /proc/sys/kernel/random/boot_id (Permission denied)
11-30 15:18:47.782 25170 25312 E fb4a.BootIdReader: 	at java.io.FileInputStream.open0(Native Method)
11-30 15:18:47.782 25170 25312 E fb4a.BootIdReader: 	at java.io.FileInputStream.open(FileInputStream.java:200)
11-30 15:18:47.782 25170 25312 E fb4a.BootIdReader: 	at java.io.FileInputStream.<init>(FileInputStream.java:150)
11-30 15:18:47.782 25170 25312 E fb4a.BootIdReader: 	at java.io.FileInputStream.<init>(FileInputStream.java:103)
11-30 15:18:47.782 25170 25312 E fb4a.BootIdReader: 	at java.io.FileReader.<init>(FileReader.java:58)
11-30 15:18:47.782 25170 25312 E fb4a.BootIdReader: 	at X.1RI.A01(Unknown Source:22)
11-30 15:18:47.782 25170 25312 E fb4a.BootIdReader: 	at X.4Ac.<init>(Unknown Source:21)
11-30 15:18:47.782 25170 25312 E fb4a.BootIdReader: 	at X.4Z8.A02(Unknown Source:4925)
11-30 15:18:47.782 25170 25312 E fb4a.BootIdReader: 	at X.4Z8.A00(Unknown Source:7324)
11-30 15:18:47.782 25170 25312 E fb4a.BootIdReader: 	at X.0TT.A00(:33)
11-30 15:18:47.782 25170 25312 E fb4a.BootIdReader: 	at X.0y3.A06(Unknown Source:29)
11-30 15:18:47.782 25170 25312 E fb4a.BootIdReader: 	at X.0y3.A05(Unknown Source:10)
11-30 15:18:47.782 25170 25312 E fb4a.BootIdReader: 	at X.5Ve.A02(Unknown Source:54)
11-30 15:18:47.782 25170 25312 E fb4a.BootIdReader: 	at X.1Qd.A04(Unknown Source:3114)
11-30 15:18:47.782 25170 25312 E fb4a.BootIdReader: 	at X.1Qo.run(Unknown Source:6062)
11-30 15:18:47.782 25170 25312 E fb4a.BootIdReader: 	at X.1Sz.call(Unknown Source:237)
11-30 15:18:47.782 25170 25312 E fb4a.BootIdReader: 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
11-30 15:18:47.782 25170 25312 E fb4a.BootIdReader: 	at X.3LQ.A00(Unknown Source:19)
11-30 15:18:47.782 25170 25312 E fb4a.BootIdReader: 	at X.12j.call(Unknown Source:53)
11-30 15:18:47.782 25170 25312 E fb4a.BootIdReader: 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
11-30 15:18:47.782 25170 25312 E fb4a.BootIdReader: 	at X.12Q.run(Unknown Source:2)
11-30 15:18:47.782 25170 25312 E fb4a.BootIdReader: 	at X.14E.run(Unknown Source:2)
11-30 15:18:47.782 25170 25312 E fb4a.BootIdReader: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:18:47.782 25170 25312 E fb4a.BootIdReader: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:18:47.782 25170 25312 E fb4a.BootIdReader: 	at X.14I.run(Unknown Source:3)
11-30 15:18:47.782 25170 25312 E fb4a.BootIdReader: 	at X.14K.run(Unknown Source:14)
11-30 15:18:47.782 25170 25312 E fb4a.BootIdReader: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:18:47.783  2985  5091 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.backgroundlocation.reporting.BackgroundLocationReportingDeviceEvents$ShutdownReceiver newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:18:47.807  2985  3019 I zygote  : Explicit concurrent copying GC freed 113165(5MB) AllocSpace objects, 9(308KB) LOS objects, 27% free, 62MB/86MB, paused 481us total 899.608ms
11-30 15:18:47.808  2985  2994 I zygote  : WaitForGcToComplete blocked HeapTrim on HeapTrim for 681.004ms
11-30 15:18:47.833  2985  2995 I LocationManagerService: remove bd5fa2d
11-30 15:18:47.833  2985  2995 I LocationManagerService: removeUpdates, receiver.requestedID = bd5fa2d, receiver.mIdentity.mPid = 25170, receiver.mIdentity.mUid = 10098
11-30 15:18:47.835  2985  2995 I LocationManagerService: remove 198c4f3
11-30 15:18:47.835  2985  2995 I LocationManagerService: removeUpdates, receiver.requestedID = 198c4f3, receiver.mIdentity.mPid = 25170, receiver.mIdentity.mUid = 10098
11-30 15:18:47.836  3670  3725 D ListenerMonitor_FLP: removeListener, this package com.facebook.katana is not registered package in mListenerIdMap
11-30 15:18:47.837  2985  3024 I LocationManagerService: remove 9c50c29
11-30 15:18:47.837  2985  3024 I LocationManagerService: removeUpdates, receiver.requestedID = 9c50c29, receiver.mIdentity.mPid = 25170, receiver.mIdentity.mUid = 10098
11-30 15:18:47.841  3670  3725 E RequestManager_FLP: [LocationManagerService] Location remove bd5fa2d from com.facebook.katana
11-30 15:18:47.842  3670  3725 D ListenerMonitor_FLP: removeListener, this package com.facebook.katana is not registered package in mListenerIdMap
11-30 15:18:47.842  3670  3725 E RequestManager_FLP: [LocationManagerService] Location remove 198c4f3 from com.facebook.katana
11-30 15:18:47.842  3670  3725 D ListenerMonitor_FLP: removeListener, this package com.facebook.katana is not registered package in mListenerIdMap
11-30 15:18:47.843  3670  3725 E RequestManager_FLP: [LocationManagerService] Location remove 9c50c29 from com.facebook.katana
11-30 15:18:47.860  2985  3019 D PackageManager: result of install: 1{83883785}
11-30 15:18:47.864  2705 28716 E         : Couldn't opendir /data/app/vmdl809148093.tmp: No such file or directory
11-30 15:18:47.864  2705 28716 E installd: Failed to delete /data/app/vmdl809148093.tmp: No such file or directory
11-30 15:18:47.978 25170 25328 W zygote  : Class com.facebook.battery.instrumentation.BatteryMetricsController failed lock verification and will run slower.
11-30 15:18:47.978 25170 25328 W zygote  : Common causes for lock verification issues are non-optimized dex code
11-30 15:18:47.978 25170 25328 W zygote  : and incorrect proguard optimizations.
11-30 15:18:48.054  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.PACKAGE_REMOVED
11-30 15:18:48.055  3670  3670 D PackageObserver_FLP: action : ACTION_PACKAGE_REMOVED, packageName = com.sec.spp.push
11-30 15:18:48.057  3775  3775 D ImsServiceStub: packageStatus : android.intent.action.PACKAGE_REMOVED, packageName : com.sec.spp.push
11-30 15:18:48.062  2985  3298 D UcmService: onReceive android.intent.action.PACKAGE_REMOVED
11-30 15:18:48.062  2985  3298 D UcmService: Package update in userId-0 and uid-10039
11-30 15:18:48.078 16433 16509 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:18:48.078   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:18:48.086 10832 10832 D BeaconManager[8.0.33.0]: BeaconService.PackageReceiver - action:android.intent.action.PACKAGE_REMOVED, package:com.sec.spp.push
11-30 15:18:48.115  3775  3775 D ImsServiceStub: packageStatus : android.intent.action.PACKAGE_ADDED, packageName : com.sec.spp.push
11-30 15:18:48.116 10832 10832 D BeaconManager[8.0.33.0]: BeaconService.PackageReceiver - action:android.intent.action.PACKAGE_ADDED, package:com.sec.spp.push
11-30 15:18:48.123  2985  3117 D InputReader: externalDisplayId 0 W 1080 H 1920
11-30 15:18:48.123  2985  3117 I InputReader: Reconfiguring input devices.  changes=0x00000010
11-30 15:18:48.127  2985  3117 D InputReader: externalDisplayId 0 W 1080 H 1920
11-30 15:18:48.127  2985  3117 I InputReader: Reconfiguring input devices.  changes=0x00000010
11-30 15:18:48.130  3670  3670 D PackageObserver_FLP: action : ACTION_PACKAGE_ADDED, packageName = com.sec.spp.push
11-30 15:18:48.138  2985  3298 D UcmService: onReceive android.intent.action.PACKAGE_REPLACED
11-30 15:18:48.138  2985  3298 D UcmService: Package update in userId-0 and uid-10039
11-30 15:18:48.139  3775  3775 D ImsServiceStub: packageStatus : android.intent.action.PACKAGE_REPLACED, packageName : com.sec.spp.push
11-30 15:18:48.140  2985  3117 D InputReader: externalDisplayId 0 W 1080 H 1920
11-30 15:18:48.140  2985  3117 I InputReader: Reconfiguring input devices.  changes=0x00000010
11-30 15:18:48.170  3470  3470 I CarrierVvmPackageInstalledReceiver.onReceive: intent.getAction() android.intent.action.PACKAGE_REMOVED packageName :com.sec.spp.push
11-30 15:18:48.195  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:48.195  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:48.195  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:48.261  2985  5091 D TelecomUtils: isAdditionalPrivilegedDialer: com.android.phone
11-30 15:18:48.302  2985  5091 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0x9c882320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:48.302  2985  5091 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0x9c882320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:48.330  2985  2985 D KnoxMUMContainerPolicy: mPackageReceiver : action - android.intent.action.PACKAGE_REMOVED
11-30 15:18:48.340  2985  2985 I HarmonyEASService: onReceive : android.intent.action.PACKAGE_REMOVED for 0
11-30 15:18:48.359  2985  2985 D EnterpriseLicenseService: package removed. userId = 0
11-30 15:18:48.370  2985  3024 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xce932320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:48.370  2985  3024 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xce932320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:48.380  2985  2985 E SDAgentPackageStateReceiver: Not going to handle 'com.sec.spp.push'!
11-30 15:18:48.384  2985  2985 D EnterprisePremiumVpnPolicyServiceV2: Vpn Receiver : android.intent.action.PACKAGE_REMOVED
11-30 15:18:48.384  2985  2985 D KnoxVpnEngineService: Vpn Receiver : android.intent.action.PACKAGE_REMOVED
11-30 15:18:48.384  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:18:48.384  2985  3152 D KnoxVpnEngineService: handleActionPackageRemoved
11-30 15:18:48.384  2985  3150 I EnterprisePremiumVpnPolicyServiceV2: vpn handle : Message received
11-30 15:18:48.384  2985  3150 D EnterprisePremiumVpnPolicyServiceV2: Package removal intent is reached
11-30 15:18:48.401  2985  3150 D EnterprisePremiumVpnPolicyServiceV2: handleActionPackageRemoved : packageName = com.sec.spp.push : replacing = true
11-30 15:18:48.403  2985  2985 D UniversalCredentialManagerService: inside mPkgReciever onReceive : android.intent.action.PACKAGE_REMOVED
11-30 15:18:48.403  2985  2985 D UniversalCredentialManagerService: ACTION_PACKAGE_REMOVED : replacingApp -true
11-30 15:18:48.403  2985  2985 D UniversalCredentialManagerService: ACTION_PACKAGE_REMOVED : No need to cleanup db entries for app update
11-30 15:18:48.414  2985  2985 V EnterpriseBillingAsyncHandler: packageModificationReceiver - onreceive - start - android.intent.action.PACKAGE_REMOVED
11-30 15:18:48.415  2985  2985 I DomainFilter: onReceive() - Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.sec.spp.push flg=0x4000010 (has extras) }
11-30 15:18:48.415  2985  2985 I DomainFilter: packageRemoved() - packageName: com.sec.spp.push uid: 0
11-30 15:18:48.417 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateReceiver] local broadcast received. action : android.intent.action.PACKAGE_REMOVED
11-30 15:18:48.433 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.sec.spp.push
11-30 15:18:48.433 23617 23617 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [7AELnh8jwZW2f7ZPHogfAzurpFXQ-8B_RjIkLvtz46c]
11-30 15:18:48.458  2985  3433 V EnterpriseBillingPolicyInternal: packageModification -  start - android.intent.action.PACKAGE_REMOVED
11-30 15:18:48.458  2985  3433 V EnterpriseBillingPolicyInternal: uID is 10039
11-30 15:18:48.458  2985  3433 V EnterpriseBillingPolicyInternal: Removed Packageuid is0
11-30 15:18:48.458  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - enter
11-30 15:18:48.478  2985  2985 D SdpManagerService.receiver: onReceive - android.intent.action.PACKAGE_REMOVED
11-30 15:18:48.479  2985  2985 D SdpManagerService.receiver: On android.intent.action.PACKAGE_REMOVED : DATA = package:com.sec.spp.push, UID = 10039, UserId = 0, Is replacing? true
11-30 15:18:48.479  2985  2985 D SdpManagerService.receiver: On android.intent.action.PACKAGE_REMOVED : Skipped!
11-30 15:18:48.479  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - exit null : containerId = 0
11-30 15:18:48.479  2985  3433 V EnterpriseBillingPolicyInternal: packageModificationReceiver - onreceive - personal application - profile null
11-30 15:18:48.499 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateReceiver] handlePackageRemoved
11-30 15:18:48.514 23617 23617 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.sec.spp.push
11-30 15:18:48.522  2985  2985 D RCPManagerService: PackageReceiver onReceive()
11-30 15:18:48.533 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateReceiver] onReceive called  PACKAGE_REMOVED com.sec.spp.push
11-30 15:18:48.539  3470  3470 D CarrierSvcBindHelper: No carrier app for: 0
11-30 15:18:48.540  3470  3470 D CarrierSvcBindHelper: No carrier app for: 1
11-30 15:18:48.542  3470  3470 D CarrierSvcBindHelper: No carrier app for: 0
11-30 15:18:48.543  3470  3470 D CarrierSvcBindHelper: No carrier app for: 1
11-30 15:18:48.543  3470  3470 I CarrierVvmPackageInstalledReceiver.onReceive: intent.getAction() android.intent.action.PACKAGE_ADDED packageName :com.sec.spp.push
11-30 15:18:48.544  2985  3827 D TelecomUtils: isAdditionalPrivilegedDialer: com.android.phone
11-30 15:18:48.546  2985  3827 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xb3e3a320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:48.548 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateReceiver] package replaced
11-30 15:18:48.548 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityReceiver] onReceive
11-30 15:18:48.549 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityReceiver] resetSupportHashContentActivity
11-30 15:18:48.556  2985  3827 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xb3e3a320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:48.558  2985  3827 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xb3e3a320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:48.558  2985  3827 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xb3e3a320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:48.559  2985  2985 D KnoxMUMContainerPolicy: mPackageReceiver : action - android.intent.action.PACKAGE_REMOVED
11-30 15:18:48.560  2985  2985 I HarmonyEASService: onReceive : android.intent.action.PACKAGE_REMOVED for 150
11-30 15:18:48.565 19185 19255 I System.out: before Starting container vuid=0 vpid=2 processName=com.android.vending reason=Receiver com.android.vending/com.google.android.finsky.packagemanager.impl.PackageMonitorReceiverImpl$RegisteredReceiver intent=Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.sec.spp.push flg=0x4000010 (has extras) }
11-30 15:18:48.584  2985  3825 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.parallel.space.lite user:0
11-30 15:18:48.584  2985  3825 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:18:48.584  2985  3825 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.parallel.space.lite user:0
11-30 15:18:48.584  2985  3825 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:18:48.597 25488 25488 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:18:48.601  2985  2985 D EnterpriseLicenseService: package removed. userId = 150
11-30 15:18:48.604 25488 25488 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:18:48.605 25488 25488 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.parallel.space.lite:P2 
11-30 15:18:48.629 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.app.spage
11-30 15:18:48.632 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.bixby.agent
11-30 15:18:48.633 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.bixby.plmsync
11-30 15:18:48.635 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.homemode
11-30 15:18:48.636 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.visionintelligence
11-30 15:18:48.636 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.app.social
11-30 15:18:48.637 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.app.reminder
11-30 15:18:48.641 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.sec.mhs.smarttethering
11-30 15:18:48.642 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.dialer
11-30 15:18:48.643 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.fhub
11-30 15:18:48.645 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.app.highlightplayer
11-30 15:18:48.646 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateReceiver] local broadcast received. action : android.intent.action.PACKAGE_ADDED
11-30 15:18:48.646 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateReceiver] handlePackageAdded
11-30 15:18:48.655 25170 25289 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:18:48.655  2680  2680 E audit   : type=1400 audit(1638260328.636:39847): avc:  denied  { read } for  pid=25289 comm="AppInit8" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:48.655  2680  2680 E audit   : type=1300 audit(1638260328.636:39847): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8786334 a2=20000 a3=0 items=0 ppid=2693 pid=25289 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit8" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:48.655  2680  2680 E audit   : type=1327 audit(1638260328.636:39847): proctitle="com.facebook.katana"
11-30 15:18:48.655 25170 25289 E nightwatch-target: sysmeminfo parse failed
11-30 15:18:48.672 16433 16509 I ControllerEventHandler: [#CMH#] onPackageRemoved  null
11-30 15:18:48.672   559   636 I ControllerEventHandler: [#CMH#] onPackageRemoved  null
11-30 15:18:48.674 16433 16509 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:18:48.674   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:18:48.675 16433 16509 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:18:48.675   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:18:48.675   559   636 I ControllerEventHandler: [#CMH#] onPackageAdded  null
11-30 15:18:48.675 16433 16509 I ControllerEventHandler: [#CMH#] onPackageAdded  null
11-30 15:18:48.675   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:18:48.675 16433 16509 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:18:48.675   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:18:48.675 16433 16509 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:18:48.675   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:18:48.675 16433 16509 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:18:48.717  2985  2985 D EnterprisePremiumVpnPolicyServiceV2: Vpn Receiver : android.intent.action.PACKAGE_REMOVED
11-30 15:18:48.717  2985  2985 D KnoxVpnEngineService: Vpn Receiver : android.intent.action.PACKAGE_REMOVED
11-30 15:18:48.718  2985  2985 D UniversalCredentialManagerService: inside mPkgReciever onReceive : android.intent.action.PACKAGE_REMOVED
11-30 15:18:48.718  2985  2985 D UniversalCredentialManagerService: ACTION_PACKAGE_REMOVED : replacingApp -true
11-30 15:18:48.718  2985  2985 D UniversalCredentialManagerService: ACTION_PACKAGE_REMOVED : No need to cleanup db entries for app update
11-30 15:18:48.719  2985  2985 V EnterpriseBillingAsyncHandler: packageModificationReceiver - onreceive - start - android.intent.action.PACKAGE_REMOVED
11-30 15:18:48.719  2985  3433 V EnterpriseBillingPolicyInternal: packageModification -  start - android.intent.action.PACKAGE_REMOVED
11-30 15:18:48.719  2985  2985 I DomainFilter: onReceive() - Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.sec.spp.push flg=0x4000010 (has extras) }
11-30 15:18:48.719  2985  3433 V EnterpriseBillingPolicyInternal: uID is 15010039
11-30 15:18:48.719  2985  2985 I DomainFilter: packageRemoved() - packageName: com.sec.spp.push uid: 150
11-30 15:18:48.719  2985  3433 V EnterpriseBillingPolicyInternal: Removed Packageuid is150
11-30 15:18:48.719  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - enter
11-30 15:18:48.720  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - exit null : containerId = 150
11-30 15:18:48.720  2985  3433 V EnterpriseBillingPolicyInternal: packageModificationReceiver - onreceive - personal application - profile null
11-30 15:18:48.720  2985  2985 D RCPManagerService: PackageReceiver onReceive()
11-30 15:18:48.731  3470  3470 D CarrierSvcBindHelper: No carrier app for: 0
11-30 15:18:48.732  3470  3470 D CarrierSvcBindHelper: No carrier app for: 1
11-30 15:18:48.734  3470  3470 D CarrierSvcBindHelper: No carrier app for: 0
11-30 15:18:48.735  3470  3470 D CarrierSvcBindHelper: No carrier app for: 1
11-30 15:18:48.745  2985  3150 I EnterprisePremiumVpnPolicyServiceV2: vpn handle : Message received
11-30 15:18:48.745  2985  3152 D KnoxVpnEngineService: handleActionPackageRemoved : packageName = 0_com.sec.spp.push : replacing = true
11-30 15:18:48.745  2985  3150 D EnterprisePremiumVpnPolicyServiceV2: Package removal intent is reached
11-30 15:18:48.745  2985  3152 D KnoxVpnEngineService: vpn handle : package removed: package being updated
11-30 15:18:48.745  2985  3150 D EnterprisePremiumVpnPolicyServiceV2: handleActionPackageRemoved : packageName = com.sec.spp.push : replacing = true
11-30 15:18:48.745  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:18:48.745  2985  3152 D KnoxVpnEngineService: handleActionPackageRemoved
11-30 15:18:48.745  2985  3152 D KnoxVpnEngineService: handleActionPackageRemoved : packageName = 150_com.sec.spp.push : replacing = true
11-30 15:18:48.745  2985  3152 D KnoxVpnEngineService: vpn handle : package removed: package being updated
11-30 15:18:48.753  2985  2985 D UpdateReceiver:: Action: android.intent.action.PACKAGE_ADDED
11-30 15:18:48.753  2985  2985 D KnoxMUMContainerPolicy: mPackageReceiver : action - android.intent.action.PACKAGE_ADDED
11-30 15:18:48.760  3510  3510 D MetadataParser: onPackageRemoved() key = com.sec.spp.push
11-30 15:18:48.761  3510  3510 D MusicController_LOCK: onPackageRemoved() pkg = com.sec.spp.push, r = true
11-30 15:18:48.761  3510  3510 D Bar.QuickConnectBar: receive package remoteView : android.intent.action.PACKAGE_REMOVED
11-30 15:18:48.761  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.PACKAGE_ADDED
11-30 15:18:48.763  3510  3510 D MetadataParser: onPackageUpdated() key = com.sec.spp.push
11-30 15:18:48.797  3470  3470 D CarrierMatchingBootReceiver: onReceive()...
11-30 15:18:48.797  3470  3470 D CarrierMatchingBootReceiver: Action received: android.intent.action.PACKAGE_REMOVED
11-30 15:18:48.797  3470  3470 D CarrierMatchingBootReceiver: isFirstTimeLaunch()...false
11-30 15:18:48.804  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:18:48.804  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:18:48.806 21820 10505 W LBE-Sec : Unable to find record for broadcast token com.lbe.doubleagent.service.DAActivityManager$h@d08e836
11-30 15:18:48.809  2985  5090 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:18:48.811  3470  3470 E CarrierMatchingBootReceiver: isCarrierMatchingEnabled: carrier_matching_status
11-30 15:18:48.811  3470  3470 D CarrierMatchingBootReceiver: isCarrierMatchingEnabled()...false
11-30 15:18:48.811  3470  3470 D CarrierMatchingBootReceiver: getCarrierMatchingPreferences()...key = haveShowCarrierMatchingError, value = false
11-30 15:18:48.811  3470  3470 D CarrierMatchingBootReceiver: getCarrierMatchingPreferences()...key = haveShowCarrierMatchingReady, value = false
11-30 15:18:48.814  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:18:48.815  3470  3470 D CarrierMatchingBootReceiver: cancelNotification()...
11-30 15:18:48.815  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:18:48.815  2985  5090 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:18:48.816 21820 10505 W LBE-Sec : Unable to find record for broadcast token com.lbe.doubleagent.service.DAActivityManager$h@d08e836
11-30 15:18:48.816  3470  3470 E CarrierMatchingBootReceiver: isCarrierMatchingEnabled: carrier_matching_status
11-30 15:18:48.817  3470  3470 E CarrierMatchingBootReceiver: isCarrierMatchingEnabled: carrier_matching_status
11-30 15:18:48.817  3470  3470 D ImsResolver: maybeAddedImsService, packageName: com.sec.spp.push
11-30 15:18:48.818  3470  3470 D ImsResolver: maybeAddedImsService, packageName: com.sec.spp.push
11-30 15:18:48.818  3470  3470 D CarrierConfigLoader: mHandler: 9 phoneId: 0
11-30 15:18:48.820 25488 25488 D ActivityThread: Added TimaKeyStore provider
11-30 15:18:48.826  3470  3470 D CarrierConfigLoader: mHandler: 9 phoneId: 0
11-30 15:18:48.835  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:18:48.843 20330 25470 W System.err: java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.String.length()' on a null object reference
11-30 15:18:48.851 23605 23605 D GOS:GameServiceReceiver: action : android.intent.action.PACKAGE_REMOVED
11-30 15:18:48.851 23605 23605 D GOS:GameServiceReceiver: replacing. ignore
11-30 15:18:48.852  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:18:48.860 20330 25470 W System.err: 	at org.json.JSONTokener.nextCleanInternal(JSONTokener.java:116)
11-30 15:18:48.860 20330 25470 W System.err: 	at org.json.JSONTokener.nextValue(JSONTokener.java:94)
11-30 15:18:48.860 20330 25470 W System.err: 	at org.json.JSONArray.<init>(JSONArray.java:92)
11-30 15:18:48.860 20330 25470 W System.err: 	at org.json.JSONArray.<init>(JSONArray.java:108)
11-30 15:18:48.860 20330 25470 W System.err: 	at com.domobile.applock.d.a.d(AppBiz.kt:12)
11-30 15:18:48.860 20330 25470 W System.err: 	at com.domobile.applock.receiver.CoreReceiver$b.run(CoreReceiver.kt:1)
11-30 15:18:48.860 20330 25470 W System.err: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:18:48.862 16033 25501 I Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_REMOVED [CONTEXT service_id=17 ]
11-30 15:18:48.872 25488 25488 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10227
11-30 15:18:48.873 25488 25488 D Proxy   : mdoP is null: 10227
11-30 15:18:48.879 23965 23965 D AssistantMenuReceiver: [c] AssistantMenuReceiver:android.intent.action.PACKAGE_REMOVED
11-30 15:18:48.879 23965 23965 D AssistantMenuReceiver: [c] PACKAGE_REMOVED : com.sec.spp.push
11-30 15:18:48.894 24026 24026 D WMStubBroadCastReceiver: onReceive::android.intent.action.PACKAGE_REMOVED
11-30 15:18:48.895 24026 24026 D WMStubBroadCastReceiver: ACTION_PACKAGE_REMOVED : com.sec.spp.push, upgrade : true
11-30 15:18:48.912 21820 10505 W LBE-Sec : Unable to find record for broadcast token com.lbe.doubleagent.service.DAActivityManager$h@b45d576
11-30 15:18:48.913 24043 24043 D KnoxPackageStateReceiver:  received intent Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.sec.spp.push flg=0x4000010 cmp=com.samsung.android.knox.containeragent/.KnoxPackageStateReceiver (has extras) }
11-30 15:18:48.927 24043 24043 D AppUpdateReceiver: onReceive: AppUpdateReceiver action is android.intent.action.PACKAGE_REMOVED
11-30 15:18:48.955 24058 24058 I DMT-SMReceiver: Received : android.intent.action.PACKAGE_REMOVED
11-30 15:18:48.987  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:18:48.987  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1195, previously 2540
11-30 15:18:49.030  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:18:49.040  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2546, previously 2540
11-30 15:18:49.042  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1442, previously 4566
11-30 15:18:49.042  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 383, previously 2136
11-30 15:18:49.043 25488 25488 W System.err: my process name com.parallel.space.lite:P2
11-30 15:18:49.053  2985  2985 W ResourceType: For resource 0x7f130c16, entry index(3094) is beyond type entryCount(1442)
11-30 15:18:49.053  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:18:49.053  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:18:49.067  2985  2985 W ResourceType: For resource 0x7f1305f2, entry index(1522) is beyond type entryCount(1442)
11-30 15:18:49.067  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:18:49.067  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:18:49.069  2985  2985 W ResourceType: For resource 0x7f130824, entry index(2084) is beyond type entryCount(1442)
11-30 15:18:49.069  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:18:49.069  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:18:49.095 24158 24158 D KnoxPackageReceiver:  received intent Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.sec.spp.push flg=0x4000010 cmp=com.samsung.knox.securefolder/.containeragent.detector.KnoxPackageStateReceiver (has extras) }
11-30 15:18:49.122 25488 25488 W System.err: 109896fce92890c7f17cb75f1f5a69bd7e2e993b
11-30 15:18:49.146 24222 24222 D AssistantMenuReceiver: [c] AssistantMenuReceiver:android.intent.action.PACKAGE_REMOVED
11-30 15:18:49.146 24222 24222 D AssistantMenuReceiver: [c] PACKAGE_REMOVED : com.sec.spp.push
11-30 15:18:49.165 19153 19153 I GsaVoiceInteractionSrv: O received Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.sec.spp.push flg=0x4000010 (has extras) }
11-30 15:18:49.170 16237 16237 D SFolderShortcutReceiver:  onReceive() user(150) intent:android.intent.action.PACKAGE_REMOVED
11-30 15:18:49.171 16237 16237 I SFolderShortcutReceiver:  package update. So skip removePackage. pkg=com.sec.spp.push
11-30 15:18:49.174 16237 16237 D KnoxPackageReceiver:  received intent Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.sec.spp.push flg=0x4000010 cmp=com.samsung.knox.securefolder/.containeragent.detector.KnoxPackageStateReceiver (has extras) }
11-30 15:18:49.195  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:49.195  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:49.195  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:49.266 19153 19153 I GsaVoiceInteractionSrv: O received Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.sec.spp.push flg=0x4000010 (has extras) }
11-30 15:18:49.268 19153 19153 I GsaVoiceInteractionSrv: O received Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.sec.spp.push flg=0x4000010 (has extras) }
11-30 15:18:49.351 25488 25503 W System.err: my process daPackage: com.android.vending, daPackage.native64Bit: false, is64BitSupport: false
11-30 15:18:49.600 19115 19264 W SearchServiceCore: Abort, client detached.
11-30 15:18:49.600 19115 19264 I chatty  : uid=10078(com.google.android.googlequicksearchbox) identical 1 line
11-30 15:18:49.605 19115 19264 W SearchServiceCore: Abort, client detached.
11-30 15:18:49.659  6077 25520 I Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_REMOVED [CONTEXT service_id=17 ]
11-30 15:18:49.663 25170 25289 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:18:49.663  2680  2680 E audit   : type=1400 audit(1638260329.646:39848): avc:  denied  { read } for  pid=25289 comm="AppInit8" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:18:49.663 25170 25289 E nightwatch-target: sysmeminfo parse failed
11-30 15:18:49.664  2680  2680 E audit   : type=1300 audit(1638260329.646:39848): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8786334 a2=20000 a3=0 items=0 ppid=2693 pid=25289 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit8" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:18:49.664  2680  2680 E audit   : type=1327 audit(1638260329.646:39848): proctitle="com.facebook.katana"
11-30 15:18:49.682 13010 25535 I Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_REMOVED [CONTEXT service_id=17 ]
11-30 15:18:49.701 13010 25508 I Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_REMOVED [CONTEXT service_id=17 ]
11-30 15:18:49.712 25488 25503 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 }
11-30 15:18:49.723 16067 25519 I Auth    : [SupervisedAccountIntentOperation] onHandleIntent(): android.intent.action.PACKAGE_ADDED
11-30 15:18:49.727 13746 25522 I Auth    : [SupervisedAccountIntentOperation] onHandleIntent(): android.intent.action.PACKAGE_ADDED
11-30 15:18:49.736 25488 25503 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 }
11-30 15:18:49.785  2503  2503 E audit   : avc:  denied  { find } for service=wifiscanner pid=25488 uid=10227 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:wifiscanner_service:s0 tclass=service_manager permissive=0
11-30 15:18:49.956  2503  2503 E audit   : avc:  denied  { find } for service=recovery pid=25488 uid=10227 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:recovery_service:s0 tclass=service_manager permissive=0
11-30 15:18:50.066 15682 25469 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.samsung.android.securitylogagent/shared_prefs/apm_sp_status_of_apps_history.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 1, <32: 7, <64: 1, <128: 2, <256: 2, <512: 1, <1024: 1, <2048: 3, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:18:50.195  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:50.195  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:50.195  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:50.274  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2002, previously 2011
11-30 15:18:50.274  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2773, previously 2855
11-30 15:18:50.280  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 193, previously 1221
11-30 15:18:50.284 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [7AELnh8jwZW2f7ZPHogfAzurpFXQ-8B_RjIkLvtz46c]
11-30 15:18:50.285 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.sec.spp.push
11-30 15:18:50.356 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [7AELnh8jwZW2f7ZPHogfAzurpFXQ-8B_RjIkLvtz46c]
11-30 15:18:50.356 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.sec.spp.push
11-30 15:18:50.371 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Deduping intent android.intent.action.PACKAGE_REMOVED
11-30 15:18:50.372 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [7AELnh8jwZW2f7ZPHogfAzurpFXQ-8B_RjIkLvtz46c]
11-30 15:18:50.372 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.sec.spp.push
11-30 15:18:50.397 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [7AELnh8jwZW2f7ZPHogfAzurpFXQ-8B_RjIkLvtz46c]
11-30 15:18:50.397 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.sec.spp.push
11-30 15:18:50.402 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Deduping intent android.intent.action.PACKAGE_ADDED
11-30 15:18:50.407 14965 15251 W Finsky  : [43233] nex.D(5): Unexpected error abandoning session=809148093. exception=java.lang.SecurityException: Caller has no access to session 809148093
11-30 15:18:50.419 14965 14965 I Finsky  : [2] jpv.d(4): Installer::IT: Successful install of com.sec.spp.push (isid: Lu39pmFtQgKohSYLQf0B3g)
11-30 15:18:50.423  2985  5094 D PackageManager: setApplicationCategoryHint: com.sec.spp.push category: 4 caller: com.android.vending
11-30 15:18:50.468 25488 25503 W ResourceType: ResTable_typeSpec entry count inconsistent: given 141, previously 169
11-30 15:18:50.480 25170 25176 I zygote  : Method exceeds compiler instruction limit: 32258 in void X.1Qd.A04(X.1Qd, java.lang.String, int, int)
11-30 15:18:50.512 19185 19255 I System.out: Started container vuid=0 vpid=2 pid=25488 processName=com.android.vending reason=Receiver com.android.vending/com.google.android.finsky.packagemanager.impl.PackageMonitorReceiverImpl$RegisteredReceiver intent=Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.sec.spp.push flg=0x4000010 (has extras) }
11-30 15:18:50.535 19185 19385 W LBE-Sec : Unable to find record for broadcast token com.lbe.doubleagent.service.DAActivityManager$h@85547ac
11-30 15:18:50.551 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:18:50.573 19185 19385 W LBE-Sec : Unable to find record for broadcast token com.lbe.doubleagent.service.DAActivityManager$h@85547ac
11-30 15:18:50.596 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:18:50.602  3470  3844 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd0066340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:50.603  3470  3844 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd0066340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:50.609 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:18:50.610  3470  3844 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd0066340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:50.610  3470  3844 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd0066340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:50.612 24729 24729 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:18:50.618 16033 19173 D BluetoothAdapter: STATE_BLE_ON
11-30 15:18:50.618 16067  8952 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
11-30 15:18:50.620 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:18:50.620 24729 24729 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SSF][2][EasySignUpInterface] isAuth is true
11-30 15:18:50.620 24729 24729 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:18:50.625 24729 24729 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isDaAuthSupportedDevice : true
11-30 15:18:50.625 16033 19173 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:18:50.629 24729 24729 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isSamsungAccountSignedIn : true
11-30 15:18:50.629 24729 24729 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isDaAuthSupportedDevice ? true, isAccountSignedInAndHasPushToken ? true, isAuth ? true
11-30 15:18:50.629 24729 24729 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isEasySignUpRegistered ? true
11-30 15:18:50.629 24729 24729 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:18:50.630 24729 24729 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isDaAuthSupportedDevice : true
11-30 15:18:50.632 24729 24729 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:18:50.634 24729 24729 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:18:50.635  3470  3844 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd0066340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:50.636  3470  3844 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd0066340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:50.637 24729 24729 I SEMS:DataAdapterLog_1.0: [2][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:18:50.639  3470  3844 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd0066340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:50.639  3470  3844 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd0066340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:18:50.640 24729 24729 I SEMS:DataAdapterLog_1.0: [2][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:18:50.642 24729 24729 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateReceiver] onReceive called  PACKAGE_ADDED com.sec.spp.push
11-30 15:18:50.643 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityReceiver] onReceive
11-30 15:18:50.643 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityReceiver] resetSupportHashContentActivity
11-30 15:18:50.652 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.app.spage
11-30 15:18:50.653 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.bixby.agent
11-30 15:18:50.654 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.bixby.plmsync
11-30 15:18:50.656 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.homemode
11-30 15:18:50.656 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.visionintelligence
11-30 15:18:50.657 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.app.social
11-30 15:18:50.657 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.app.reminder
11-30 15:18:50.661 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.sec.mhs.smarttethering
11-30 15:18:50.661 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.dialer
11-30 15:18:50.661 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.fhub
11-30 15:18:50.662 24729 24729 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.app.highlightplayer
11-30 15:18:50.701  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 98, previously 597
11-30 15:18:50.701  2985  2985 W ResourceType: Found multiple library tables, ignoring...
11-30 15:18:50.701  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 6282, previously 6446
11-30 15:18:50.704  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 198, previously 1867
11-30 15:18:50.705  2985  2985 W ResourceType: Found multiple library tables, ignoring...
11-30 15:18:50.728 13746 13767 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:18:50.744 16067 16067 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:18:50.744 16067 16067 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:18:50.757 21820 10505 W LBE-Sec : Unable to find record for broadcast token com.lbe.doubleagent.service.DAActivityManager$h@8a46e6f
11-30 15:18:50.779 16067 16067 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:18:50.783 13746 13746 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:18:50.783 13746 13746 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:18:50.790  5463  5484 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:18:50.816 16067 25554 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:50.844 19185 19385 W LBE-Sec : Unable to find record for broadcast token com.lbe.doubleagent.service.DAActivityManager$h@f3d036d
11-30 15:18:50.853 16067 25554 I ApplicationPackageManager: load=com.sec.spp.push, bg=144-144, dr=144-144, forDefault=false, density=0
11-30 15:18:50.853 16067 25554 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:50.854 16067 25554 I ApplicationPackageManager: scaled rate=0.59999996, size=144, alpha=0, hold=0
11-30 15:18:50.855 16067 25554 I ApplicationPackageManager: load=com.sec.spp.push-theme2, bg=144-144, dr=144-144, tarScale=0.59999996, relScale=0.59999996, mask=false
11-30 15:18:50.872 16067 25554 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:50.874  5463  5484 I zygote  : WaitForGcToComplete blocked ProfileSaver on HeapTrim for 84.022ms
11-30 15:18:50.874 16067 25554 I ApplicationPackageManager: load=com.sec.spp.push, bg=144-144, dr=144-144, forDefault=false, density=0
11-30 15:18:50.874 16067 25554 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:50.876 16067 25554 I ApplicationPackageManager: scaled rate=0.59999996, size=144, alpha=0, hold=0
11-30 15:18:50.876 16067 25554 I ApplicationPackageManager: load=com.sec.spp.push-theme2, bg=144-144, dr=144-144, tarScale=0.59999996, relScale=0.59999996, mask=false
11-30 15:18:50.881  2985  2985 D ApplicationPolicy: packageInstalledForExternalStorage com.sec.spp.push
11-30 15:18:50.882  2985  2985 D ApplicationPolicy: checkExternalStoragePkg : Not match found
11-30 15:18:50.882  2985  2985 I chatty  : uid=1000 system_server identical 6 lines
11-30 15:18:50.882  2985  2985 D ApplicationPolicy: checkExternalStoragePkg : Not match found
11-30 15:18:50.882  2985  2985 D PackageManager: Shame on you for calling the hidden API queryBroadcastReceivers(). Shame!
11-30 15:18:50.883  2985  2985 E SDAgentPackageStateReceiver: Not going to handle 'com.sec.spp.push'!
11-30 15:18:50.883  2985  2985 D EnterprisePremiumVpnPolicyServiceV2: Vpn Receiver : android.intent.action.PACKAGE_ADDED
11-30 15:18:50.883  2985  2985 D KnoxVpnEngineService: Vpn Receiver : android.intent.action.PACKAGE_ADDED
11-30 15:18:50.883  2985  3150 I EnterprisePremiumVpnPolicyServiceV2: vpn handle : Message received
11-30 15:18:50.883  2985  3150 D EnterprisePremiumVpnPolicyServiceV2: vpn handle : Handle MSG package add
11-30 15:18:50.884  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:18:50.888 16067 25554 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:50.895 16067 25554 I ApplicationPackageManager: load=com.sec.spp.push, bg=144-144, dr=144-144, forDefault=false, density=0
11-30 15:18:50.896 16067 25554 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:50.898 16067 25554 I ApplicationPackageManager: scaled rate=0.59999996, size=144, alpha=0, hold=0
11-30 15:18:50.898 16067 25554 I ApplicationPackageManager: load=com.sec.spp.push-theme2, bg=144-144, dr=144-144, tarScale=0.59999996, relScale=0.59999996, mask=false
11-30 15:18:50.903 10091 25559 I Auth    : [SupervisedAccountIntentOperation] onHandleIntent(): android.intent.action.PACKAGE_ADDED
11-30 15:18:50.925 13746 13746 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:18:50.928 10091 10091 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:18:50.928 10091 10091 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:18:51.033  2985  3152 D KnoxVpnEngineService: vpn handle : Handle MSG package add
11-30 15:18:51.034  2985  3152 D KnoxVpnEngineService: vpn handle : package added: package being updated
11-30 15:18:51.051 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.sec.spp.push to state 70
11-30 15:18:51.053 16067 25554 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:51.055 16067 25554 I ApplicationPackageManager: load=com.sec.spp.push, bg=144-144, dr=144-144, forDefault=false, density=0
11-30 15:18:51.056 16067 25554 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:51.060 16067 25554 I ApplicationPackageManager: scaled rate=0.59999996, size=144, alpha=0, hold=0
11-30 15:18:51.060 16067 25554 I ApplicationPackageManager: load=com.sec.spp.push-theme2, bg=144-144, dr=144-144, tarScale=0.59999996, relScale=0.59999996, mask=false
11-30 15:18:51.063 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.sec.spp.push
11-30 15:18:51.077 16067 25554 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:51.080 10091 10091 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:18:51.083 16067 25554 I ApplicationPackageManager: load=com.sec.spp.push, bg=144-144, dr=144-144, forDefault=false, density=0
11-30 15:18:51.083 16067 25554 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:51.084 16067 25554 I ApplicationPackageManager: scaled rate=0.59999996, size=144, alpha=0, hold=0
11-30 15:18:51.084 16067 25554 I ApplicationPackageManager: load=com.sec.spp.push-theme2, bg=144-144, dr=144-144, tarScale=0.59999996, relScale=0.59999996, mask=false
11-30 15:18:51.088  5463 25567 I Auth    : [SupervisedAccountIntentOperation] onHandleIntent(): android.intent.action.PACKAGE_ADDED
11-30 15:18:51.088 14965 14965 I Finsky  : [2] jqc.w(1): Installer::IT: Cleaning up task: com.sec.spp.push
11-30 15:18:51.090  6077  6493 D BluetoothAdapter: STATE_BLE_ON
11-30 15:18:51.104 16067 25554 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:51.106 16067 25554 I ApplicationPackageManager: load=com.sec.spp.push, bg=144-144, dr=144-144, forDefault=false, density=0
11-30 15:18:51.106 16067 25554 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:51.107 16067 25554 I ApplicationPackageManager: scaled rate=0.59999996, size=144, alpha=0, hold=0
11-30 15:18:51.107 16067 25554 I ApplicationPackageManager: load=com.sec.spp.push-theme2, bg=144-144, dr=144-144, tarScale=0.59999996, relScale=0.59999996, mask=false
11-30 15:18:51.173 16067 25554 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:51.174 16067 25554 I ApplicationPackageManager: load=com.sec.spp.push, bg=144-144, dr=144-144, forDefault=false, density=0
11-30 15:18:51.174 16067 25554 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:51.175 16067 23999 W Icing   : Failed to get Lockbox signed-in status: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:18:51.175 16067 23999 W Icing   : getSignedInAccountName: Falling back to default value
11-30 15:18:51.175 16067 25554 I ApplicationPackageManager: scaled rate=0.59999996, size=144, alpha=0, hold=0
11-30 15:18:51.175 16067 25554 I ApplicationPackageManager: load=com.sec.spp.push-theme2, bg=144-144, dr=144-144, tarScale=0.59999996, relScale=0.59999996, mask=false
11-30 15:18:51.188  5463  5463 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:18:51.188  5463  5463 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:18:51.195  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:51.195  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:51.195  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:51.212 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.sec.spp.push, status=INSTALLED
11-30 15:18:51.224 23617 23659 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:51.234 23617 23665 I Finsky  : [43722] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=0, cacheMissCount=1. Missed  in cache (limit 10) : [com.sec.spp.push]
11-30 15:18:51.234 14965 25550 I Finsky  : [43456] fag.accept(26): Cancelled 0 ongoing asset module downloads for package com.sec.spp.push due to a concurrent app update.
11-30 15:18:51.234 14965 25550 I Finsky  : [43456] fag.accept(36): Asset module broadcast after update successful for package com.sec.spp.push. 0 sessions broadcast.
11-30 15:18:51.236  6077  6493 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:18:51.247 23617 23656 I Finsky  : [43715] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=1, cacheMissCount=0. Missed  in cache (limit 10) : []
11-30 15:18:51.282 23617 23665 I Finsky  : [43722] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=1, cacheMissCount=0, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : []
11-30 15:18:51.307 16067 25554 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:51.309 16067 25554 I ApplicationPackageManager: load=com.sec.spp.push, bg=144-144, dr=144-144, forDefault=false, density=0
11-30 15:18:51.310 16067 25554 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:51.311 16067 25554 I ApplicationPackageManager: scaled rate=0.59999996, size=144, alpha=0, hold=0
11-30 15:18:51.311 16067 25554 I ApplicationPackageManager: load=com.sec.spp.push-theme2, bg=144-144, dr=144-144, tarScale=0.59999996, relScale=0.59999996, mask=false
11-30 15:18:51.314 23617 23659 I ApplicationPackageManager: load=com.sec.spp.push, bg=144-144, dr=144-144, forDefault=false, density=0
11-30 15:18:51.315 23617 23659 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:51.316 23617 23659 I ApplicationPackageManager: scaled rate=0.59999996, size=144, alpha=0, hold=0
11-30 15:18:51.316 23617 23659 I ApplicationPackageManager: load=com.sec.spp.push-theme2, bg=144-144, dr=144-144, tarScale=0.59999996, relScale=0.59999996, mask=false
11-30 15:18:51.321 23617 23665 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:51.327  6077  6493 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:18:51.330 23617 23665 I ApplicationPackageManager: load=com.sec.spp.push, bg=144-144, dr=144-144, forDefault=false, density=0
11-30 15:18:51.330 23617 23665 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:51.332 23617 23665 I ApplicationPackageManager: scaled rate=0.59999996, size=144, alpha=0, hold=0
11-30 15:18:51.332 23617 23665 I ApplicationPackageManager: load=com.sec.spp.push-theme2, bg=144-144, dr=144-144, tarScale=0.59999996, relScale=0.59999996, mask=false
11-30 15:18:51.332 23617 25593 I Finsky  : [43828] fag.accept(26): Cancelled 0 ongoing asset module downloads for package com.sec.spp.push due to a concurrent app update.
11-30 15:18:51.334 16067 25554 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:51.335 16067 25554 I ApplicationPackageManager: load=com.sec.spp.push, bg=144-144, dr=144-144, forDefault=false, density=0
11-30 15:18:51.335 16067 25554 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:51.336 16067 25554 I ApplicationPackageManager: scaled rate=0.59999996, size=144, alpha=0, hold=0
11-30 15:18:51.337 16067 25554 I ApplicationPackageManager: load=com.sec.spp.push-theme2, bg=144-144, dr=144-144, tarScale=0.59999996, relScale=0.59999996, mask=false
11-30 15:18:51.339 23617 23617 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [7AELnh8jwZW2f7ZPHogfAzurpFXQ-8B_RjIkLvtz46c]
11-30 15:18:51.340 23617 23617 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.sec.spp.push
11-30 15:18:51.347 16067 25554 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:51.348 23617 23617 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Deduping intent android.intent.action.PACKAGE_REMOVED
11-30 15:18:51.348 23617 23617 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [7AELnh8jwZW2f7ZPHogfAzurpFXQ-8B_RjIkLvtz46c]
11-30 15:18:51.349 23617 23617 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.sec.spp.push
11-30 15:18:51.349 16067 25554 I ApplicationPackageManager: load=com.sec.spp.push, bg=144-144, dr=144-144, forDefault=false, density=0
11-30 15:18:51.349 16067 25554 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:51.350 16067 25554 I ApplicationPackageManager: scaled rate=0.59999996, size=144, alpha=0, hold=0
11-30 15:18:51.350 16067 25554 I ApplicationPackageManager: load=com.sec.spp.push-theme2, bg=144-144, dr=144-144, tarScale=0.59999996, relScale=0.59999996, mask=false
11-30 15:18:51.351 13010 13310 D BluetoothAdapter: STATE_BLE_ON
11-30 15:18:51.354 13010 13310 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:18:51.355 23617 23659 I Finsky  : [43717] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=0, cacheMissCount=1. Missed  in cache (limit 10) : [com.sec.spp.push]
11-30 15:18:51.359 23617 25593 I Finsky  : [43828] fag.accept(36): Asset module broadcast after update successful for package com.sec.spp.push. 0 sessions broadcast.
11-30 15:18:51.364 23617 23617 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [7AELnh8jwZW2f7ZPHogfAzurpFXQ-8B_RjIkLvtz46c]
11-30 15:18:51.364 23617 23617 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.sec.spp.push
11-30 15:18:51.369 23617 23617 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Deduping intent android.intent.action.PACKAGE_ADDED
11-30 15:18:51.375 13010 13310 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:18:51.377 13010 13310 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:18:51.379 23617 23617 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [7AELnh8jwZW2f7ZPHogfAzurpFXQ-8B_RjIkLvtz46c]
11-30 15:18:51.380 23617 23617 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.sec.spp.push
11-30 15:18:51.389 23617 25593 I Finsky  : [43828] fag.accept(26): Cancelled 0 ongoing asset module downloads for package com.sec.spp.push due to a concurrent app update.
11-30 15:18:51.443  2985  2985 W ResourceType: For resource 0x7f130fe2, entry index(4066) is beyond type entryCount(1442)
11-30 15:18:51.458  2985  2985 W ResourceType: For resource 0x7f130fe3, entry index(4067) is beyond type entryCount(1442)
11-30 15:18:51.558 23617 23664 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:51.560 23617 23664 I ApplicationPackageManager: load=com.sec.spp.push, bg=144-144, dr=144-144, forDefault=false, density=0
11-30 15:18:51.561 23617 23664 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:51.562 23617 23664 I ApplicationPackageManager: scaled rate=0.59999996, size=144, alpha=0, hold=0
11-30 15:18:51.562 23617 23664 I ApplicationPackageManager: load=com.sec.spp.push-theme2, bg=144-144, dr=144-144, tarScale=0.59999996, relScale=0.59999996, mask=false
11-30 15:18:51.563 23617 23664 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:51.565 23617 23664 I ApplicationPackageManager: load=com.sec.spp.push, bg=144-144, dr=144-144, forDefault=false, density=0
11-30 15:18:51.565 23617 23664 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:51.566 23617 23664 I ApplicationPackageManager: scaled rate=0.59999996, size=144, alpha=0, hold=0
11-30 15:18:51.566 23617 23664 I ApplicationPackageManager: load=com.sec.spp.push-theme2, bg=144-144, dr=144-144, tarScale=0.59999996, relScale=0.59999996, mask=false
11-30 15:18:51.567 23617 23664 I Finsky  : [43721] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=0, cacheMissCount=1. Missed  in cache (limit 10) : [com.sec.spp.push]
11-30 15:18:51.627 23617 23659 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:51.628 23617 23659 I ApplicationPackageManager: load=com.sec.spp.push, bg=144-144, dr=144-144, forDefault=false, density=0
11-30 15:18:51.629 23617 23659 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:51.629 23617 23659 I ApplicationPackageManager: scaled rate=0.59999996, size=144, alpha=0, hold=0
11-30 15:18:51.630 23617 23659 I ApplicationPackageManager: load=com.sec.spp.push-theme2, bg=144-144, dr=144-144, tarScale=0.59999996, relScale=0.59999996, mask=false
11-30 15:18:51.631 23617 23659 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:51.633 23617 23659 I ApplicationPackageManager: load=com.sec.spp.push, bg=144-144, dr=144-144, forDefault=false, density=0
11-30 15:18:51.633 23617 23659 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:51.640 23617 23659 I ApplicationPackageManager: scaled rate=0.59999996, size=144, alpha=0, hold=0
11-30 15:18:51.641 23617 23659 I ApplicationPackageManager: load=com.sec.spp.push-theme2, bg=144-144, dr=144-144, tarScale=0.59999996, relScale=0.59999996, mask=false
11-30 15:18:51.675 16067 23999 W Icing   : Failed to get Lockbox signed-in status: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:18:51.676 16067 23999 W Icing   : getSignedInTimestampMs: Falling back to default value
11-30 15:18:51.676 16067 23999 W Icing   : No valid account for uploading user actions
11-30 15:18:51.689 23617 23659 I Finsky  : [43717] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=1, cacheMissCount=0. Missed  in cache (limit 10) : []
11-30 15:18:51.689 14965 15043 I Finsky  : [43189] jpm.g(1): Installer: package com.sec.spp.push was removed. replacing: true
11-30 15:18:51.692 23617 23659 I Finsky  : [43717] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=1, cacheMissCount=0. Missed  in cache (limit 10) : []
11-30 15:18:51.757 19115 19220 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:18:51.762 19115 19220 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:18:51.766  2985  2985 V EnterpriseBillingAsyncHandler: packageModificationReceiver - onreceive - start - android.intent.action.PACKAGE_ADDED
11-30 15:18:51.766  2985  2985 I DomainFilter: onReceive() - Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.sec.spp.push flg=0x4000010 (has extras) }
11-30 15:18:51.766  2985  3433 V EnterpriseBillingPolicyInternal: packageModification -  start - android.intent.action.PACKAGE_ADDED
11-30 15:18:51.766  2985  3433 V EnterpriseBillingPolicyInternal: uID is 10039
11-30 15:18:51.766  2985  3433 V EnterpriseBillingPolicyInternal: Removed Packageuid is0
11-30 15:18:51.766  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - enter
11-30 15:18:51.767  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - exit null : containerId = 0
11-30 15:18:51.767  2985  3433 V EnterpriseBillingPolicyInternal: packageModificationReceiver - onreceive - personal application - profile null
11-30 15:18:51.769  2985  2985 I DomainFilter: packageAdded() - packageName: com.sec.spp.push, uid: 0
11-30 15:18:51.781 19115 19220 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2711, previously 2714
11-30 15:18:51.786 19115 19220 W ResourceType: ResTable_typeSpec entry count inconsistent: given 312, previously 1787
11-30 15:18:51.787  2985  2985 D SdpManagerService: Not an enterprise user : 0
11-30 15:18:51.796  2985  2985 I PersonaManagerService::Proxy: newPackage is com.sec.spp.push
11-30 15:18:51.797  2985  2985 D RCPManagerService: PackageReceiver onReceive()
11-30 15:18:51.798  2985  2985 D RCPManagerService: App Installed with packageNAme = com.sec.spp.push
11-30 15:18:51.809  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 0: now com.samsung.android.contacts
11-30 15:18:51.810  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 150: now null
11-30 15:18:51.855 13746 13767 I zygote  : WaitForGcToComplete blocked ProfileSaver on HeapTrim for 1.127s
11-30 15:18:51.931 16033 19173 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:18:51.931  2985  2985 D KnoxMUMContainerPolicy: mPackageReceiver : action - android.intent.action.PACKAGE_ADDED
11-30 15:18:51.934 16033 19173 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:18:51.938 21258 21478 D BluetoothAdapter: STATE_BLE_ON
11-30 15:18:51.942 21258 21478 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:18:51.965 23617 25599 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:18:51.965 23617 25601 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:18:51.965 23617 25599 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:18:51.966 23617 25601 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:18:51.966 23617 25604 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:18:51.967 23617 25604 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:18:51.972 23617 23629 I zygote  : Background concurrent copying GC freed 237666(9MB) AllocSpace objects, 69(2MB) LOS objects, 50% free, 12MB/25MB, paused 244us total 420.895ms
11-30 15:18:52.074  2985  2985 E DLP_PolicyServiceHelper: No config entry found in DB !
11-30 15:18:52.104 21258 21478 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:18:52.109 21258 21478 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:18:52.126 13746 15926 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
11-30 15:18:52.182 23617 23664 I Finsky  : [43721] jpm.g(1): Installer: package com.sec.spp.push was removed. replacing: true
11-30 15:18:52.183 23617 23659 I Finsky  : [43717] jpm.g(1): Installer: package com.sec.spp.push was removed. replacing: true
11-30 15:18:52.183 23617 23664 I Finsky  : [43721] jpm.Q(18): Installer: Notifying status update. package=com.sec.spp.push, status=UNINSTALLED
11-30 15:18:52.183 23617 23659 I Finsky  : [43717] jpm.Q(18): Installer: Notifying status update. package=com.sec.spp.push, status=UNINSTALLED
11-30 15:18:52.193 23617 23617 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=true, apps=[]
11-30 15:18:52.195  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:52.195  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:52.195  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:52.196 23617 25605 I Finsky  : [43830] jvx.D(2): IQ: Notifying installation update. package=com.sec.spp.push, status=UNINSTALLED
11-30 15:18:52.229 10091  9884 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
11-30 15:18:52.238 23617 23617 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=true, apps=[]
11-30 15:18:52.312  2985  2985 D ApplicationPolicy: packageInstalledForExternalStorage com.sec.spp.push
11-30 15:18:52.313  2985  2985 D ApplicationPolicy: checkExternalStoragePkg : Not match found
11-30 15:18:52.313  2985  2985 I chatty  : uid=1000 system_server identical 2 lines
11-30 15:18:52.313  2985  2985 D ApplicationPolicy: checkExternalStoragePkg : Not match found
11-30 15:18:52.314  2985  2985 D PackageManager: Shame on you for calling the hidden API queryBroadcastReceivers(). Shame!
11-30 15:18:52.314  2985  2985 D EnterprisePremiumVpnPolicyServiceV2: Vpn Receiver : android.intent.action.PACKAGE_ADDED
11-30 15:18:52.314  2985  3150 I EnterprisePremiumVpnPolicyServiceV2: vpn handle : Message received
11-30 15:18:52.314  2985  3150 D EnterprisePremiumVpnPolicyServiceV2: vpn handle : Handle MSG package add
11-30 15:18:52.314  2985  2985 D KnoxVpnEngineService: Vpn Receiver : android.intent.action.PACKAGE_ADDED
11-30 15:18:52.315  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:18:52.315  2985  3152 D KnoxVpnEngineService: vpn handle : Handle MSG package add
11-30 15:18:52.315  2985  3152 D KnoxVpnEngineService: vpn handle : package added: package being updated
11-30 15:18:52.330  2985  2985 V EnterpriseBillingAsyncHandler: packageModificationReceiver - onreceive - start - android.intent.action.PACKAGE_ADDED
11-30 15:18:52.330  2985  3433 V EnterpriseBillingPolicyInternal: packageModification -  start - android.intent.action.PACKAGE_ADDED
11-30 15:18:52.330  2985  3433 V EnterpriseBillingPolicyInternal: uID is 15010039
11-30 15:18:52.330  2985  3433 V EnterpriseBillingPolicyInternal: Removed Packageuid is150
11-30 15:18:52.330  2985  2985 I DomainFilter: onReceive() - Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.sec.spp.push flg=0x4000010 (has extras) }
11-30 15:18:52.330  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - enter
11-30 15:18:52.331  2985  2985 I DomainFilter: packageAdded() - packageName: com.sec.spp.push, uid: 150
11-30 15:18:52.331  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - exit null : containerId = 150
11-30 15:18:52.331  2985  3433 V EnterpriseBillingPolicyInternal: packageModificationReceiver - onreceive - personal application - profile null
11-30 15:18:52.332  2985  2985 D SdpManagerService: Not an enterprise user : 0
11-30 15:18:52.332  2985  2985 I PersonaManagerService::Proxy: newPackage is com.sec.spp.push
11-30 15:18:52.333  2985  2985 D RCPManagerService: PackageReceiver onReceive()
11-30 15:18:52.333  2985  2985 D RCPManagerService: App Installed with packageNAme = com.sec.spp.push
11-30 15:18:52.338  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:18:52.352  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 0: now com.samsung.android.contacts
11-30 15:18:52.353 23617 23659 I Finsky  : [43717] pmg.accept(69): SCH: Scheduling phonesky job Id: 12-1, CT: 1638260331668, Constraints: [{ L: 15000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:18:52.354  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 150: now null
11-30 15:18:52.354  2985  2985 D UpdateReceiver:: Action: android.intent.action.PACKAGE_REPLACED
11-30 15:18:52.362  2985  2985 D PackageManager: Shame on you for calling the hidden API queryBroadcastReceivers(). Shame!
11-30 15:18:52.365  2985  2985 I DomainFilter: onReceive() - Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.sec.spp.push flg=0x4000010 (has extras) }
11-30 15:18:52.365  2985  2985 I DomainFilter: packageReplaced() - packageName: com.sec.spp.push oldUid: 10039 newUid:10039
11-30 15:18:52.366  2985  2985 D PackageManager: Shame on you for calling the hidden API queryBroadcastReceivers(). Shame!
11-30 15:18:52.366  2985  2985 I DomainFilter: onReceive() - Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.sec.spp.push flg=0x4000010 (has extras) }
11-30 15:18:52.366  2985  2985 I DomainFilter: packageReplaced() - packageName: com.sec.spp.push oldUid: 15010039 newUid:15010039
11-30 15:18:52.393 19115 19220 W ResourceType: ResTable_typeSpec entry count inconsistent: given 98, previously 597
11-30 15:18:52.393 19115 19220 W ResourceType: Found multiple library tables, ignoring...
11-30 15:18:52.393 19115 19220 W ResourceType: ResTable_typeSpec entry count inconsistent: given 6282, previously 6446
11-30 15:18:52.393 19115 19220 W ResourceType: ResTable_typeSpec entry count inconsistent: given 198, previously 1867
11-30 15:18:52.393 19115 19220 W ResourceType: Found multiple library tables, ignoring...
11-30 15:18:52.451 13010 13460 D SharedPreferencesImpl: Time required to fsync /data/data/com.lbe.parallel.intl/parallel_intl/0/com.google.android.gms/shared_prefs/contact_tracing_data_quality_record_db.xml: [<1: 0, <2: 0, <4: 0, <8: 1, <16: 0, <32: 3, <64: 5, <128: 4, <256: 3, <512: 5, <1024: 2, <2048: 1, <4096: 1, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:18:52.465  5463 25567 I Auth    : [SupervisedAccountIntentOperation] onHandleIntent(): android.intent.action.PACKAGE_ADDED
11-30 15:18:52.518  5463  5463 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:18:52.553  5463  9957 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
11-30 15:18:52.554  5463  9924 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=ContactsIndexer serviceId=33
11-30 15:18:52.566  5463  5463 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:18:52.566  5463  5463 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:18:52.585  5463  5463 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:18:52.593  5463 25596 W IcingInternalCorpora: Contacts corpus disabled.
11-30 15:18:52.687  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 5, previously 6
11-30 15:18:52.701  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 201, previously 204
11-30 15:18:52.701  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 174, previously 718
11-30 15:18:52.745 21820 21830 I zygote  : Background concurrent copying GC freed 257002(9MB) AllocSpace objects, 7(1472KB) LOS objects, 49% free, 10MB/20MB, paused 354us total 286.246ms
11-30 15:18:52.785  2985  2999 I AccessibilityManagerService: semIsAccessibilityServiceEnabled()
11-30 15:18:52.791  2985  2999 D EnterpriseDeviceManagerService: onPackageUpdateFinished - packageName: com.sec.spp.push, uid: 10039
11-30 15:18:52.794  2985  2999 D EnterpriseDeviceManagerService: Package has changed for user 0
11-30 15:18:52.794  2985  2999 D EnterpriseDeviceManagerService: Admin package name: com.google.android.gms
11-30 15:18:52.794  2985  2999 D EnterpriseDeviceManagerService: Admin package name: com.domobile.applock
11-30 15:18:52.794  2985  2999 D EnterpriseDeviceManagerService: Admin package name: com.google.android.gms
11-30 15:18:52.794  2985  2999 D EnterpriseDeviceManagerService: Admin package name: com.samsung.android.knox.containercore
11-30 15:18:52.954 21258 21293 D SharedPreferencesImpl: Time required to fsync /data/data/com.parallel.space.lite/parallel_lite/0/com.google.android.gms/shared_prefs/contact_tracing_data_quality_record_db.xml: [<1: 0, <2: 0, <4: 0, <8: 1, <16: 2, <32: 1, <64: 0, <128: 4, <256: 1, <512: 5, <1024: 0, <2048: 1, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:18:52.954 21258 21258 D QueuedWork: waited: [<1: 0, <2: 18, <4: 1, <8: 0, <16: 0, <32: 5, <64: 0, <128: 0, <256: 0, <512: 2, <1024: 3, <2048: 1, <4096: 1, <8192: 0, <16384: 0, >=16384: 1]
11-30 15:18:52.957 16033 16609 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.google.android.gms/shared_prefs/contact_tracing_data_quality_record_db.xml: [<1: 0, <2: 0, <4: 0, <8: 4, <16: 8, <32: 17, <64: 16, <128: 7, <256: 2, <512: 6, <1024: 2, <2048: 5, <4096: 1, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:18:52.966  6077  6077 D SharedPreferencesImpl: Time required to fsync /data/user/150/com.google.android.gms/shared_prefs/contact_tracing_data_quality_record_db.xml: [<1: 0, <2: 0, <4: 0, <8: 1, <16: 0, <32: 0, <64: 1, <128: 1, <256: 4, <512: 4, <1024: 0, <2048: 2, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:18:52.966  6077  6077 D QueuedWork: waited: [<1: 0, <2: 21, <4: 0, <8: 1, <16: 0, <32: 0, <64: 0, <128: 0, <256: 1, <512: 0, <1024: 0, <2048: 3, <4096: 0, <8192: 2, <16384: 0, >=16384: 1]
11-30 15:18:53.083 16067 16077 I zygote  : Background concurrent copying GC freed 748475(24MB) AllocSpace objects, 19(1452KB) LOS objects, 49% free, 15MB/31MB, paused 208us total 209.756ms
11-30 15:18:53.195  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:53.195  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:53.195  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:53.236  5463 25596 W IcingInternalCorpora: Contacts corpus disabled.
11-30 15:18:53.244  5463 25596 W IcingInternalCorpora: Contacts corpus disabled.
11-30 15:18:53.248 16067 16067 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
11-30 15:18:53.253  5463 25596 W IcingInternalCorpora: Contacts corpus disabled.
11-30 15:18:53.262  5463 25596 I chatty  : uid=11108(com.lbe.parallel.intl) identical 1 line
11-30 15:18:53.272  5463 25596 W IcingInternalCorpora: Contacts corpus disabled.
11-30 15:18:53.445 19115 19258 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:18:53.446 19115 19278 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:18:53.447 19115 19274 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:18:53.448 19115 19279 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:18:53.449 19115 19267 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:18:53.476 19115 19258 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:18:53.476 14965 25540 I Finsky  : [43455] ihu.run(9): Wrote row to frosting DB: 10562
11-30 15:18:53.485  5463 18865 W Icing   : No valid account for uploading user actions
11-30 15:18:53.485 13746 13891 W Icing   : No valid account for uploading user actions
11-30 15:18:53.486 19115 19274 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:18:53.494 19115 19267 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:18:53.495  6077  6077 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.icing.LIGHTWEIGHT_INDEX_SERVICE cmp=com.google.android.gms/.chimera.PersistentApiService PairActivityUserId=150 }
11-30 15:18:53.495  6077  6077 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.icing.LIGHTWEIGHT_INDEX_SERVICE cmp=com.google.android.gms/.chimera.PersistentApiService PairActivityUserId=150 }
11-30 15:18:53.498 23617 23664 I Finsky  : [43721] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=0, cacheMissCount=1, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : [com.sec.spp.push]
11-30 15:18:53.503 23617 25605 I Finsky  : [43830] jvx.C(6): IQ: Pruning inactive install requests
11-30 15:18:53.504 23617 25605 I Finsky  : [43830] jvx.C(45): IQ: No matching installs to run for jobs: []
11-30 15:18:53.512 13746 13746 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService PairActivityUserId=150 }
11-30 15:18:53.512 13746 13746 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService PairActivityUserId=150 }
11-30 15:18:53.526 14965 25540 I Finsky  : [43455] ihu.run(9): Wrote row to frosting DB: 10563
11-30 15:18:53.527 23617 23664 I Finsky  : [43721] slz.q(6): Created new item store.
11-30 15:18:53.527 23617 23664 I Finsky  : [43721] esd.o(2): AIM: AppInfoManager-Perf > ItemModel > ItemStore Called 1 apps cacheOptions = REFRESH_LOCAL_CACHE
11-30 15:18:53.531 13746 15929 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=30
11-30 15:18:53.532 23617 23664 I Finsky  : [43721] esc.a(66): AIM: ItemModel fetch - unauth(0), auth([19-6KWz4Oly9nmLOY4WVVprWhbItwBTAMwYmTDL00cs]->1)
11-30 15:18:53.534 23617 25605 I Finsky  : [43830] jvx.D(2): IQ: Notifying installation update. package=com.sec.spp.push, status=UNINSTALLED
11-30 15:18:53.540 23617 23659 I Finsky  : [43717] krc.apply(5): ItemStore: Not cached: com.sec.spp.push
11-30 15:18:53.554 13746 13891 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:18:53.558 13746 13891 W Icing   : No valid account for uploading user actions
11-30 15:18:53.581 13746 13891 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:18:53.591 23617 23664 I Finsky  : [43721] pgq.apply(52): SCH: Scheduling 1 system job(s)
11-30 15:18:53.591 13746 13891 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:18:53.592 23617 23664 I Finsky  : [43721] pgq.apply(58): SCH: Scheduling system job Id: 9793, L: 13077, D: 81687968, C: false, I: false, N: 1
11-30 15:18:53.592 14965 25540 I Finsky  : [43455] ihu.run(9): Wrote row to frosting DB: 10564
11-30 15:18:53.682 10091 22210 W Icing   : No valid account for uploading user actions
11-30 15:18:53.721 10091 22210 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:18:53.738 14965 25540 I Finsky  : [43455] ihu.run(9): Wrote row to frosting DB: 10565
11-30 15:18:53.739 10091 22210 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:18:53.749 23617 23659 I Finsky  : [43717] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=0, cacheMissCount=1, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : [com.sec.spp.push]
11-30 15:18:53.750 23617 23659 I Finsky  : [43717] esd.o(2): AIM: AppInfoManager-Perf > ItemModel > ItemStore Called 1 apps cacheOptions = REFRESH_LOCAL_CACHE
11-30 15:18:53.750 23617 23659 I Finsky  : [43717] esc.a(66): AIM: ItemModel fetch - unauth(0), auth([19-6KWz4Oly9nmLOY4WVVprWhbItwBTAMwYmTDL00cs]->1)
11-30 15:18:53.751 23617 23659 I Finsky  : [43717] krc.apply(5): ItemStore: Not cached: com.sec.spp.push
11-30 15:18:53.757 23617 23664 I Finsky  : [43721] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=1, cacheMissCount=0, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : []
11-30 15:18:53.767 23617 23659 I Finsky  : [43717] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=1, cacheMissCount=0, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : []
11-30 15:18:53.769 23617 23664 I Finsky  : [43721] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=0, cacheMissCount=1, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : [com.sec.spp.push]
11-30 15:18:53.770 23617 23664 I Finsky  : [43721] esd.o(2): AIM: AppInfoManager-Perf > ItemModel > ItemStore Called 1 apps cacheOptions = REFRESH_LOCAL_CACHE
11-30 15:18:53.771 23617 23659 I Finsky  : [43717] krc.apply(5): ItemStore: Not cached: com.sec.spp.push
11-30 15:18:53.771 23617 23664 I Finsky  : [43721] esc.a(66): AIM: ItemModel fetch - unauth(0), auth([19-6KWz4Oly9nmLOY4WVVprWhbItwBTAMwYmTDL00cs]->1)
11-30 15:18:53.777 14965 25540 I Finsky  : [43455] ihu.run(9): Wrote row to frosting DB: 10566
11-30 15:18:53.780 10091 22210 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:18:53.780 13746 13891 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:18:53.783 13746 13891 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:18:53.784 10091 22210 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:18:53.786 13746 13891 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:18:53.787 10091 22210 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:18:53.809 14965 25540 I Finsky  : [43455] ihu.run(9): Wrote row to frosting DB: 10567
11-30 15:18:53.832 23617 23656 I Finsky  : [43715] ffa.b(32): [ContentSync] finished, scheduled=true
11-30 15:18:53.832 23617 23664 I Finsky  : [43721] pmg.accept(69): SCH: Scheduling phonesky job Id: 12-1, CT: 1638260331667, Constraints: [{ L: 15000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:18:53.837 14965 25540 I Finsky  : [43455] ihu.run(9): Wrote row to frosting DB: 10568
11-30 15:18:53.869 14965 25540 I Finsky  : [43455] ihu.run(9): Wrote row to frosting DB: 10569
11-30 15:18:53.873 16067 23999 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.google.android.gms/shared_prefs/usage_stats_manager_prefs.xml: [<1: 0, <2: 0, <4: 2, <8: 6, <16: 25, <32: 36, <64: 19, <128: 8, <256: 7, <512: 2, <1024: 6, <2048: 5, <4096: 1, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:18:53.873  6258 25623 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.facebook.appmanager/shared_prefs/com.facebook.appmanager_preferences.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 3, <32: 6, <64: 2, <128: 8, <256: 6, <512: 8, <1024: 2, <2048: 1, <4096: 1, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:18:53.878 16067 23999 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:18:53.900 16067 23999 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:18:53.903 13010 13265 D BluetoothAdapter: STATE_BLE_ON
11-30 15:18:53.907 13010 13265 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:18:53.911 23617 23664 I Finsky  : [43721] pgq.apply(52): SCH: Scheduling 1 system job(s)
11-30 15:18:53.912 23617 23664 I Finsky  : [43721] pgq.apply(58): SCH: Scheduling system job Id: 9793, L: 12756, D: 81687648, C: false, I: false, N: 1
11-30 15:18:53.924 13010 13265 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:18:53.927 13010 13265 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:18:53.950 16067 23999 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:18:53.952 16067 23999 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:18:53.954 16067 23999 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:18:54.018 23617 23659 I Finsky  : [43717] ffa.b(32): [ContentSync] finished, scheduled=true
11-30 15:18:54.018 23617 23656 I Finsky  : [43715] pmg.accept(69): SCH: Scheduling phonesky job Id: 12-1, CT: 1638260331669, Constraints: [{ L: 15000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:18:54.196  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:54.196  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:54.196  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:54.278 23617 23656 I Finsky  : [43715] pgq.apply(52): SCH: Scheduling 0 system job(s)
11-30 15:18:54.279 23617 23656 I Finsky  : [43715] ffa.b(32): [ContentSync] finished, scheduled=true
11-30 15:18:54.314  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.composer.shareintent.ImplicitShareIntentHandlerDefaultAlias newState = 1 callingPackage = 10098/com.facebook.katana
11-30 15:18:54.320  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.composer.shareintent.AddToStoryAlias newState = 1 callingPackage = 10098/com.facebook.katana
11-30 15:18:54.323  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.composer.shareintent.ShareToGroupsAlias newState = 1 callingPackage = 10098/com.facebook.katana
11-30 15:18:54.325  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.composer.shareintent.ShareToGroupsDisableSinglePhotoAlias newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:18:54.349 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.attribution.AttributionIdService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.349 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.common.errorreporting.memory.MemoryDumpUploadService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.349 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.browser.lite.BrowserLiteIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.349 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.browser.lite.BrowserLiteInMainProcessIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.349 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.businessintegrity.cloakingdetection.service.CloakingDetectionService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.349 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.contacts.service.ContactLocaleChangeService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.349 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.common.zopt.ZOptBackgroundService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.349 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.account.login.notification.LoginNotificationService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.353 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.conditionalworker.ConditionalWorkerService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.354 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.fbservice.service.BlueServiceJobIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.354 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.notifications.tray.DelayedDeliveryJobScheduler is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.363 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.appcomponentmanager.AppComponentManagerService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.363 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.push.mqtt.service.MqttPushHelperService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.363 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.confirmation.notification.ConfirmationNotificationService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.363 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.battery.monitor.ContinuousBatteryMonitorService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.363 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.papaya.fb.client.FBPapayaJobService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.363 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.push.adm.ADMService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.363 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.push.adm.ADMBroadcastReceiverJobBase is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.364 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.push.adm.ADMJobIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.364 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.push.fbpushdata.common.FbPushDataHandlerService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.364 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.reportaproblem.base.bugreport.BugReportUploadService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.364 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.profilo.upload.TraceUploadRetryJob is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.364 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.backgroundlocation.reporting.periodic.PeriodicSignalCollectorJobService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.364 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.registration.notification.RegistrationNotificationService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.364 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.common.dextricks.DexOptimization$Service is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.364 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.common.dextricks.DexOptimizationJobService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.365 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.glc.ScheduledWifiMonitorService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.365 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.glc.GLCService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.365 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.displaytimeinvalidation.service.DisplayTimeBlockIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.365 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.delayedworker.DelayedWorkerService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.365 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.videolite.api.jobscheduler.UploadJobSchedulerService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.365 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.analytics2.logger.LollipopUploadService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.365 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.feed.platformads.AppInstallService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.366 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.googleplay.GooglePlayInstallRefererService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.366 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.push.registration.RegistrarHelperService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.366 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.push.crossapp.PackageRemovedReporterService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.367 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.oxygen.preloads.sdk.firstparty.managedappcache.IsManagedAppCacheJobService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.367 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.orca.notify.MessagesNotificationService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.367 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.push.negativefeedback.PushNegativeFeedbackFbJobIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.367 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.push.fcm.FcmRegistrarFbJobIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.384 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.backgroundlocation.process.BackgroundLocationGatheringService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.385 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.analytics.appstatelogger.AppStateIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.385 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.compost.service.CompostNotificationService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.385 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.messaging.prefs.notifications.NotificationPrefsSyncService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.385 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service androidx.work.impl.background.systemjob.SystemJobService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.385 25170 25311 W fb4a.ServiceInfoParser: X.3to: Service com.google.android.gms.analytics.AnalyticsJobService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:18:54.525 23617 25605 I Finsky  : [43830] jvx.C(6): IQ: Pruning inactive install requests
11-30 15:18:54.526 23617 25605 I Finsky  : [43830] jvx.C(45): IQ: No matching installs to run for jobs: []
11-30 15:18:54.599 25170 25311 D cloudgaminginterceptor: request intercepted: url=https://z-m-graph.facebook.com/graphql?_nc_eh=2,b56f1c17c414f548aef7a2ddbae40ec8,AQaLULtRDlOBbtSTpKknn6YpedX9zLtmP1OgIumJosMSEXDgrUlCLcLT0p7wviPoMsU
11-30 15:18:54.599 25170 25311 D relenginterceptor: RELENG rewrite skipped, config is disabled.
11-30 15:18:54.599 25170 25311 D defcontigonrelayernative: DefconTigonDelayer starting
11-30 15:18:54.599 25170 25311 D defcontigonrelayernative: DefconTigonDelayer skipped, config is disabled.
11-30 15:18:54.664  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:18:54.805  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:18:54.805  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:18:54.823  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:18:54.835  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:18:54.836  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2711, previously 2714
11-30 15:18:54.836  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 312, previously 1787
11-30 15:18:54.854  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.fbpay.w3c.ipc.IsReadyToPayServiceImpl newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:18:54.856  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.fbpay.w3c.ipc.FBPaymentServiceImpl newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:18:54.858  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.fbpay.w3c.views.PaymentActivity newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:18:54.869 23617 23656 I Finsky  : [43715] elv.accept(24): AIM: AppInfoManager-Perf > getApps > data collection finished
11-30 15:18:54.870 23617 23665 I Finsky  : [43722] elv.accept(24): AIM: AppInfoManager-Perf > getApps > data collection finished
11-30 15:18:54.872 23617 23665 I Finsky  : [43722] elv.accept(24): AIM: AppInfoManager-Perf > getApps > data collection finished
11-30 15:18:55.010 25488 25488 W zygote  : JIT profile information will not be recorded: profile file does not exits.
11-30 15:18:55.055 25170 25328 W fb4a.Fixie: Initialize FB4A_APP_INIT
11-30 15:18:55.063 25170 25292 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.065 25170 25292 I chatty  : uid=10098(com.facebook.katana) identical 9 lines
11-30 15:18:55.065 25170 25292 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.066 25170 25294 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.069 25170 25294 I chatty  : uid=10098(com.facebook.katana) identical 7 lines
11-30 15:18:55.069 25170 25294 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.074 25170 25312 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.076 25170 25312 I chatty  : uid=10098(com.facebook.katana) identical 9 lines
11-30 15:18:55.076 25170 25312 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.077 25170 25336 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.081 25170 25336 I chatty  : uid=10098(com.facebook.katana) identical 7 lines
11-30 15:18:55.081 25170 25336 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.086 25170 25292 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.088 25170 25292 I chatty  : uid=10098(com.facebook.katana) identical 9 lines
11-30 15:18:55.088 25170 25292 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.089 25170 25311 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.089 25170 25312 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.089 25170 25311 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.089 25170 25312 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.089 25170 25311 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.089 25170 25312 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.089 25170 25311 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.090 25170 25312 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.090 25170 25311 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.090 25170 25312 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.090 25170 25311 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.090 25170 25312 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.090 25170 25312 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.090 25170 25311 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.090 25170 25312 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.090 25170 25312 I chatty  : uid=10098(com.facebook.katana) identical 2 lines
11-30 15:18:55.091 25170 25312 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.091 25170 25292 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.091 25170 25292 I chatty  : uid=10098(com.facebook.katana) identical 2 lines
11-30 15:18:55.092 25170 25292 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.092 25170 25311 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.092 25170 25292 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.092 25170 25311 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.092 25170 25292 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.094 25170 25292 I chatty  : uid=10098(com.facebook.katana) identical 2 lines
11-30 15:18:55.094 25170 25292 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:18:55.196  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:55.196  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:55.196  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:55.209  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.inspiration.platformsharing.activity.InspirationCameraExternalShareActivity newState = 1 callingPackage = 10098/com.facebook.katana
11-30 15:18:55.223  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.inspiration.platformsharing.activity.InpirationCameraShareDefaultAlias newState = 1 callingPackage = 10098/com.facebook.katana
11-30 15:18:55.226  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.inspiration.platformsharing.activity.InpirationCameraShareMultipleAlias newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:18:55.253 25488 25488 W zygote  : Verification of void ewf.onCreate() took 237.119ms
11-30 15:18:55.581 14965 14965 I Finsky  : [2] jqc.aO(13): Installer::IT: using autoupdate DAO and setting lastUpdateTimestamp
11-30 15:18:55.683  2985  2994 I zygote  : Background concurrent copying GC freed 396770(19MB) AllocSpace objects, 91(2012KB) LOS objects, 26% free, 64MB/88MB, paused 341us total 828.762ms
11-30 15:18:55.959 25170 25294 W zygote  : Verification of void com.facebook.katana.app.preload.PreloadFb4aColdStartClassesExperimentUpdater.A01() took 162.870ms
11-30 15:18:55.983 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.sec.spp.push to state 80
11-30 15:18:55.985 14965 14965 I Finsky  : [2] jpm.X(1): Installer: stopping tracking of task: com.sec.spp.push
11-30 15:18:55.988 14965 15041 I Finsky  : [43191] mwx.call(13): UIMP: No update discovered for com.sec.spp.push
11-30 15:18:55.989 14965 23634 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:18:55.990 14965 24627 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:18:55.990 14965 23634 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:18:55.990 14965 24627 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:18:55.991 14965 15041 I Finsky  : [43191] mnc.ba(1): UpdateImportanceScores for packageName com.sec.spp.push = UpdateImportanceScores{packageName=com.sec.spp.push, updateUsefulnessScore=0.26894143, manualActionNeededScore=0.0, updateNotificationUserClickability=1.0, appUsageStats=null}
11-30 15:18:55.996 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [7AELnh8jwZW2f7ZPHogfAzurpFXQ-8B_RjIkLvtz46c]
11-30 15:18:55.997 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.sec.spp.push
11-30 15:18:56.044 14965 25550 I Finsky  : [43456] fag.accept(26): Cancelled 0 ongoing asset module downloads for package com.sec.spp.push due to a concurrent app update.
11-30 15:18:56.049 14965 14965 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=true, apps=[]
11-30 15:18:56.061 14965 25582 I Finsky  : [43458] jvx.D(2): IQ: Notifying installation update. package=com.sec.spp.push, status=INSTALLED
11-30 15:18:56.065 14965 14965 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=true, apps=[]
11-30 15:18:56.098 14965 15024 I Finsky  : [43182] pmg.accept(69): SCH: Scheduling phonesky job Id: 12-1, CT: 1638260331109, Constraints: [{ L: 15000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:18:56.111 25488 25488 I zygote  : Rejecting re-init on previously-failed class java.lang.Class<cyb>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/app/slice/SliceProvider;
11-30 15:18:56.111 25488 25488 I zygote  :   at java.lang.Object java.lang.Class.newInstance() (Class.java:-2)
11-30 15:18:56.111 25488 25488 I zygote  :   at android.app.ContentProviderHolder android.app.ActivityThread.installProvider(android.content.Context, android.app.ContentProviderHolder, android.content.pm.ProviderInfo, boolean, boolean, boolean) (ActivityThread.java:6606)
11-30 15:18:56.111 25488 25488 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:18:56.111 25488 25488 I zygote  :   at java.lang.Object Reflection.MethodDef.invoke(java.lang.Object, java.lang.Object[]) (MethodDef.java:46)
11-30 15:18:56.112 25488 25488 I zygote  :   at java.lang.Object Reflection.android.app.ActivityThread.invokeInstallProvider(java.lang.Object, android.content.Context, android.content.pm.ProviderInfo) (ActivityThread.java:61)
11-30 15:18:56.112 25488 25488 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(java.lang.String, android.os.ConditionVariable) (LocalActivityService.java:1703)
11-30 15:18:56.112 25488 25488 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, java.lang.String) (LocalActivityService.java:785)
11-30 15:18:56.112 25488 25488 I zygote  :   at android.app.Service com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, android.content.ComponentName, android.os.IBinder) (LocalActivityService.java:1857)
11-30 15:18:56.112 25488 25488 I zygote  :   at android.os.IBinder com.lbe.doubleagent.client.proxy.ServiceProxyImpl.onBind(android.content.Intent) (ServiceProxyImpl.java:147)
11-30 15:18:56.112 25488 25488 I zygote  :   at void android.app.ActivityThread.handleBindService(android.app.ActivityThread$BindServiceData) (ActivityThread.java:3585)
11-30 15:18:56.112 25488 25488 I zygote  :   at void android.app.ActivityThread.-wrap2(android.app.ActivityThread, android.app.ActivityThread$BindServiceData) (ActivityThread.java:-1)
11-30 15:18:56.112 25488 25488 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1817)
11-30 15:18:56.112 25488 25488 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
11-30 15:18:56.112 25488 25488 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:18:56.112 25488 25488 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:18:56.112 25488 25488 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:18:56.112 25488 25488 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:18:56.112 25488 25488 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:18:56.112 25488 25488 I zygote  : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.app.slice.SliceProvider" on path: DexPathList[[zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk"],nativeLibraryDirectories=[/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/lib/arm, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
11-30 15:18:56.112 25488 25488 I zygote  :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
11-30 15:18:56.112 25488 25488 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
11-30 15:18:56.112 25488 25488 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-30 15:18:56.112 25488 25488 I zygote  :   at java.lang.Object java.lang.Class.newInstance() (Class.java:-2)
11-30 15:18:56.112 25488 25488 I zygote  :   at android.app.ContentProviderHolder android.app.ActivityThread.installProvider(android.content.Context, android.app.ContentProviderHolder, android.content.pm.ProviderInfo, boolean, boolean, boolean) (ActivityThread.java:6606)
11-30 15:18:56.112 25488 25488 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:18:56.112 25488 25488 I zygote  :   at java.lang.Object Reflection.MethodDef.invoke(java.lang.Object, java.lang.Object[]) (MethodDef.java:46)
11-30 15:18:56.112 25488 25488 I zygote  :   at java.lang.Object Reflection.android.app.ActivityThread.invokeInstallProvider(java.lang.Object, android.content.Context, android.content.pm.ProviderInfo) (ActivityThread.java:61)
11-30 15:18:56.112 25488 25488 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(java.lang.String, android.os.ConditionVariable) (LocalActivityService.java:1703)
11-30 15:18:56.112 25488 25488 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, java.lang.String) (LocalActivityService.java:785)
11-30 15:18:56.112 25488 25488 I zygote  :   at android.app.Service com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, android.content.ComponentName, android.os.IBinder) (LocalActivityService.java:1857)
11-30 15:18:56.112 25488 25488 I zygote  :   at android.os.IBinder com.lbe.doubleagent.client.proxy.ServiceProxyImpl.onBind(android.content.Intent) (ServiceProxyImpl.java:147)
11-30 15:18:56.112 25488 25488 I zygote  :   at void android.app.ActivityThread.handleBindService(android.app.ActivityThread$BindServiceData) (ActivityThread.java:3585)
11-30 15:18:56.112 25488 25488 I zygote  :   at void android.app.ActivityThread.-wrap2(android.app.ActivityThread, android.app.ActivityThread$BindServiceData) (ActivityThread.java:-1)
11-30 15:18:56.112 25488 25488 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1817)
11-30 15:18:56.112 25488 25488 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
11-30 15:18:56.112 25488 25488 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:18:56.112 25488 25488 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:18:56.112 25488 25488 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:18:56.112 25488 25488 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:18:56.112 25488 25488 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:18:56.112 25488 25488 I zygote  : 
11-30 15:18:56.113 25488 25488 I zygote  : Rejecting re-init on previously-failed class java.lang.Class<cyb>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/app/slice/SliceProvider;
11-30 15:18:56.113 25488 25488 I zygote  :   at java.lang.Object java.lang.Class.newInstance() (Class.java:-2)
11-30 15:18:56.113 25488 25488 I zygote  :   at android.app.ContentProviderHolder android.app.ActivityThread.installProvider(android.content.Context, android.app.ContentProviderHolder, android.content.pm.ProviderInfo, boolean, boolean, boolean) (ActivityThread.java:6606)
11-30 15:18:56.113 25488 25488 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:18:56.113 25488 25488 I zygote  :   at java.lang.Object Reflection.MethodDef.invoke(java.lang.Object, java.lang.Object[]) (MethodDef.java:46)
11-30 15:18:56.113 25488 25488 I zygote  :   at java.lang.Object Reflection.android.app.ActivityThread.invokeInstallProvider(java.lang.Object, android.content.Context, android.content.pm.ProviderInfo) (ActivityThread.java:61)
11-30 15:18:56.113 25488 25488 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(java.lang.String, android.os.ConditionVariable) (LocalActivityService.java:1703)
11-30 15:18:56.113 25488 25488 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, java.lang.String) (LocalActivityService.java:785)
11-30 15:18:56.113 25488 25488 I zygote  :   at android.app.Service com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, android.content.ComponentName, android.os.IBinder) (LocalActivityService.java:1857)
11-30 15:18:56.113 25488 25488 I zygote  :   at android.os.IBinder com.lbe.doubleagent.client.proxy.ServiceProxyImpl.onBind(android.content.Intent) (ServiceProxyImpl.java:147)
11-30 15:18:56.113 25488 25488 I zygote  :   at void android.app.ActivityThread.handleBindService(android.app.ActivityThread$BindServiceData) (ActivityThread.java:3585)
11-30 15:18:56.113 25488 25488 I zygote  :   at void android.app.ActivityThread.-wrap2(android.app.ActivityThread, android.app.ActivityThread$BindServiceData) (ActivityThread.java:-1)
11-30 15:18:56.113 25488 25488 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1817)
11-30 15:18:56.113 25488 25488 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
11-30 15:18:56.113 25488 25488 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:18:56.113 25488 25488 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:18:56.113 25488 25488 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:18:56.113 25488 25488 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:18:56.113 25488 25488 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:18:56.113 25488 25488 I zygote  : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.app.slice.SliceProvider" on path: DexPathList[[zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk"],nativeLibraryDirectories=[/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/lib/arm, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
11-30 15:18:56.113 25488 25488 I zygote  :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
11-30 15:18:56.113 25488 25488 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
11-30 15:18:56.113 25488 25488 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-30 15:18:56.113 25488 25488 I zygote  :   at java.lang.Object java.lang.Class.newInstance() (Class.java:-2)
11-30 15:18:56.113 25488 25488 I zygote  :   at android.app.ContentProviderHolder android.app.ActivityThread.installProvider(android.content.Context, android.app.ContentProviderHolder, android.content.pm.ProviderInfo, boolean, boolean, boolean) (ActivityThread.java:6606)
11-30 15:18:56.113 25488 25488 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:18:56.113 25488 25488 I zygote  :   at java.lang.Object Reflection.MethodDef.invoke(java.lang.Object, java.lang.Object[]) (MethodDef.java:46)
11-30 15:18:56.113 25488 25488 I zygote  :   at java.lang.Object Reflection.android.app.ActivityThread.invokeInstallProvider(java.lang.Object, android.content.Context, android.content.pm.ProviderInfo) (ActivityThread.java:61)
11-30 15:18:56.113 25488 25488 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(java.lang.String, android.os.ConditionVariable) (LocalActivityService.java:1703)
11-30 15:18:56.113 25488 25488 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, java.lang.String) (LocalActivityService.java:785)
11-30 15:18:56.113 25488 25488 I zygote  :   at android.app.Service com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, android.content.ComponentName, android.os.IBinder) (LocalActivityService.java:1857)
11-30 15:18:56.113 25488 25488 I zygote  :   at android.os.IBinder com.lbe.doubleagent.client.proxy.ServiceProxyImpl.onBind(android.content.Intent) (ServiceProxyImpl.java:147)
11-30 15:18:56.113 25488 25488 I zygote  :   at void android.app.ActivityThread.handleBindService(android.app.ActivityThread$BindServiceData) (ActivityThread.java:3585)
11-30 15:18:56.113 25488 25488 I zygote  :   at void android.app.ActivityThread.-wrap2(android.app.ActivityThread, android.app.ActivityThread$BindServiceData) (ActivityThread.java:-1)
11-30 15:18:56.113 25488 25488 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1817)
11-30 15:18:56.113 25488 25488 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
11-30 15:18:56.113 25488 25488 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:18:56.113 25488 25488 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:18:56.113 25488 25488 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:18:56.113 25488 25488 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:18:56.113 25488 25488 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:18:56.113 25488 25488 I zygote  : 
11-30 15:18:56.114 25488 25488 I zygote  : Rejecting re-init on previously-failed class java.lang.Class<cyb>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/app/slice/SliceProvider;
11-30 15:18:56.114 25488 25488 I zygote  :   at java.lang.Object java.lang.Class.newInstance() (Class.java:-2)
11-30 15:18:56.114 25488 25488 I zygote  :   at android.app.ContentProviderHolder android.app.ActivityThread.installProvider(android.content.Context, android.app.ContentProviderHolder, android.content.pm.ProviderInfo, boolean, boolean, boolean) (ActivityThread.java:6606)
11-30 15:18:56.114 25488 25488 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:18:56.114 25488 25488 I zygote  :   at java.lang.Object Reflection.MethodDef.invoke(java.lang.Object, java.lang.Object[]) (MethodDef.java:46)
11-30 15:18:56.114 25488 25488 I zygote  :   at java.lang.Object Reflection.android.app.ActivityThread.invokeInstallProvider(java.lang.Object, android.content.Context, android.content.pm.ProviderInfo) (ActivityThread.java:61)
11-30 15:18:56.114 25488 25488 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(java.lang.String, android.os.ConditionVariable) (LocalActivityService.java:1703)
11-30 15:18:56.114 25488 25488 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, java.lang.String) (LocalActivityService.java:785)
11-30 15:18:56.114 25488 25488 I zygote  :   at android.app.Service com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, android.content.ComponentName, android.os.IBinder) (LocalActivityService.java:1857)
11-30 15:18:56.114 25488 25488 I zygote  :   at android.os.IBinder com.lbe.doubleagent.client.proxy.ServiceProxyImpl.onBind(android.content.Intent) (ServiceProxyImpl.java:147)
11-30 15:18:56.114 25488 25488 I zygote  :   at void android.app.ActivityThread.handleBindService(android.app.ActivityThread$BindServiceData) (ActivityThread.java:3585)
11-30 15:18:56.114 25488 25488 I zygote  :   at void android.app.ActivityThread.-wrap2(android.app.ActivityThread, android.app.ActivityThread$BindServiceData) (ActivityThread.java:-1)
11-30 15:18:56.114 25488 25488 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1817)
11-30 15:18:56.114 25488 25488 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
11-30 15:18:56.114 25488 25488 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:18:56.114 25488 25488 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:18:56.114 25488 25488 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:18:56.114 25488 25488 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:18:56.114 25488 25488 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:18:56.114 25488 25488 I zygote  : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.app.slice.SliceProvider" on path: DexPathList[[zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk"],nativeLibraryDirectories=[/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/lib/arm, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
11-30 15:18:56.114 25488 25488 I zygote  :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
11-30 15:18:56.114 25488 25488 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
11-30 15:18:56.114 25488 25488 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-30 15:18:56.114 25488 25488 I zygote  :   at java.lang.Object java.lang.Class.newInstance() (Class.java:-2)
11-30 15:18:56.114 25488 25488 I zygote  :   at android.app.ContentProviderHolder android.app.ActivityThread.installProvider(android.content.Context, android.app.ContentProviderHolder, android.content.pm.ProviderInfo, boolean, boolean, boolean) (ActivityThread.java:6606)
11-30 15:18:56.114 25488 25488 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:18:56.114 25488 25488 I zygote  :   at java.lang.Object Reflection.MethodDef.invoke(java.lang.Object, java.lang.Object[]) (MethodDef.java:46)
11-30 15:18:56.114 25488 25488 I zygote  :   at java.lang.Object Reflection.android.app.ActivityThread.invokeInstallProvider(java.lang.Object, android.content.Context, android.content.pm.ProviderInfo) (ActivityThread.java:61)
11-30 15:18:56.114 25488 25488 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(java.lang.String, android.os.ConditionVariable) (LocalActivityService.java:1703)
11-30 15:18:56.114 25488 25488 I zygote  :   at android.app.Application com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, java.lang.String) (LocalActivityService.java:785)
11-30 15:18:56.114 25488 25488 I zygote  :   at android.app.Service com.lbe.doubleagent.client.g.a(android.content.pm.ServiceInfo, android.content.ComponentName, android.os.IBinder) (LocalActivityService.java:1857)
11-30 15:18:56.114 25488 25488 I zygote  :   at android.os.IBinder com.lbe.doubleagent.client.proxy.ServiceProxyImpl.onBind(android.content.Intent) (ServiceProxyImpl.java:147)
11-30 15:18:56.114 25488 25488 I zygote  :   at void android.app.ActivityThread.handleBindService(android.app.ActivityThread$BindServiceData) (ActivityThread.java:3585)
11-30 15:18:56.114 25488 25488 I zygote  :   at void android.app.ActivityThread.-wrap2(android.app.ActivityThread, android.app.ActivityThread$BindServiceData) (ActivityThread.java:-1)
11-30 15:18:56.114 25488 25488 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1817)
11-30 15:18:56.114 25488 25488 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
11-30 15:18:56.114 25488 25488 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:18:56.114 25488 25488 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:18:56.114 25488 25488 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:18:56.114 25488 25488 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:18:56.114 25488 25488 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:18:56.114 25488 25488 I zygote  : 
11-30 15:18:56.170 25488 25488 I Finsky  : [2] euh.az(6): Process created at version: 28.0.34-21 [0] [PR] 410833180
11-30 15:18:56.196  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:56.196  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:56.196  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:56.203 14965 25540 I Finsky  : [43455] ihu.run(9): Wrote row to frosting DB: 10570
11-30 15:18:56.203 14965 23875 I Finsky  : [43433] ffa.b(32): [ContentSync] finished, scheduled=false
11-30 15:18:56.247 14965 25582 I Finsky  : [43458] jvx.C(6): IQ: Pruning inactive install requests
11-30 15:18:56.250 14965 25582 I Finsky  : [43458] jvx.C(37): IQ: 1 pending for job: 10587
11-30 15:18:56.251 14965 25582 I Finsky  : [43458] jvx.C(48): IQ: 1 scheduled install statuses found to proceed. 
11-30 15:18:56.251 14965 25582 I Finsky  : [43458] jvx.C(56): IQ: Not filtering installables.
11-30 15:18:56.252 14965 25582 I Finsky  : [43458] jvw.b(24): IQ: proceed install request for com.android.chrome.
11-30 15:18:56.290 14965 25582 I Finsky  : [43458] jpm.w(17): Installer: Asked to check if we can process a request. package=com.android.chrome, result=true, running=
11-30 15:18:56.290 14965 25582 I Finsky  : gid: 0: ; 
11-30 15:18:56.291 14965 25582 I Finsky  : [43458] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=DOWNLOAD_PENDING
11-30 15:18:56.336 14965 25540 I Finsky  : [43455] ihu.run(9): Wrote row to frosting DB: 10571
11-30 15:18:56.375 15059 15115 I Finsky:background: [43182] lus.c(5): Installer::MCS: User=UserHandle{150} released=com.sec.spp.push
11-30 15:18:56.378 15059 15115 W Finsky:background: [43182] lus.e(5): Installer::MCS: Could not notify listener for user UserHandle{0}
11-30 15:18:56.392  2985  3614 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:18:56.392  2985  3614 D API test: getContainerInfo: value is 150,1359085664
11-30 15:18:56.394  2985  3614 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:18:56.394  2985  3614 D API test: getContainerInfo: value is 150,1359085664
11-30 15:18:56.397 14965 15041 I Finsky  : [43191] mnd.a(19): Showing notification: [ID=successful update, Tag=null, Title=1 app updated, Message=Samsung Push Service, channelId=updates-completed, targetType=1, returnCode=-1, uiElementType=902]
11-30 15:18:56.400 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.sec.spp.push
11-30 15:18:56.407 14965 14965 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=true, apps=[]
11-30 15:18:56.528  2985  3614 E AASATokenParser: set xml file does not exist
11-30 15:18:56.573  3470  3470 D CarrierMatchingBootReceiver: onReceive()...
11-30 15:18:56.573  3470  3470 D CarrierMatchingBootReceiver: Action received: android.intent.action.PACKAGE_ADDED
11-30 15:18:56.574  3470  3470 D CarrierMatchingBootReceiver: isFirstTimeLaunch()...false
11-30 15:18:56.577  3470  3470 E CarrierMatchingBootReceiver: isCarrierMatchingEnabled: carrier_matching_status
11-30 15:18:56.577  3470  3470 D CarrierMatchingBootReceiver: isCarrierMatchingEnabled()...false
11-30 15:18:56.577  3470  3470 D CarrierMatchingBootReceiver: getCarrierMatchingPreferences()...key = haveShowCarrierMatchingError, value = false
11-30 15:18:56.577  3470  3470 D CarrierMatchingBootReceiver: getCarrierMatchingPreferences()...key = haveShowCarrierMatchingReady, value = false
11-30 15:18:56.580  3470  3470 D CarrierMatchingBootReceiver: cancelNotification()...
11-30 15:18:56.582  3470  3470 E CarrierMatchingBootReceiver: isCarrierMatchingEnabled: carrier_matching_status
11-30 15:18:56.582  3470  3470 E CarrierMatchingBootReceiver: isCarrierMatchingEnabled: carrier_matching_status
11-30 15:18:56.605 23605 23605 D GOS:GameServiceReceiver: action : android.intent.action.PACKAGE_ADDED
11-30 15:18:56.617 23605 23605 D GOS:PkgData: PkgData(), pkgName: com.sec.spp.push
11-30 15:18:56.617 23605 23605 D GOS:PkgData: setCustomFeatureFlag, pkgName: com.sec.spp.push, old featureFlag: 346781844236309267, new featureFlag: 346781844236309267
11-30 15:18:56.617 23605 23605 D GOS:GameServiceReceiver: replacing. ignore
11-30 15:18:56.648 23965 23965 D AssistantMenuReceiver: [c] AssistantMenuReceiver:android.intent.action.PACKAGE_ADDED
11-30 15:18:56.648 23965 23965 D AssistantMenuReceiver: [c] PACKAGE_ADDED : com.sec.spp.push
11-30 15:18:56.649 25170 25458 E fb4a.MsysMqttTopicsProvider: subscribing to Mqtt
11-30 15:18:56.665  2985  3614 I AASAASKS: no restricted set matched to DATE
11-30 15:18:56.675  2985  2985 D KnoxMUMContainerPolicy: packageInstalledForSBAExternalStorage com.sec.spp.push
11-30 15:18:56.683  2985  2985 D KnoxMUMContainerPolicy: packageInstalledForSBAExternalStorage com.sec.spp.push
11-30 15:18:56.685 24043 24043 D KnoxPackageStateReceiver:  received intent Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.sec.spp.push flg=0x4000010 cmp=com.samsung.android.knox.containeragent/.KnoxPackageStateReceiver (has extras) }
11-30 15:18:56.767  5463 18865 D SharedPreferencesImpl: Time required to fsync /data/data/com.lbe.parallel.intl/parallel_intl/0/com.google.android.gms/shared_prefs/usage_stats_manager_prefs.xml: [<1: 0, <2: 0, <4: 1, <8: 0, <16: 5, <32: 8, <64: 0, <128: 2, <256: 4, <512: 3, <1024: 1, <2048: 1, <4096: 1, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:18:56.771 14965 15043 I Finsky  : [43189] pgq.apply(52): SCH: Scheduling 1 system job(s)
11-30 15:18:56.772 14965 15043 I Finsky  : [43189] pgq.apply(58): SCH: Scheduling system job Id: 9018, L: 9338, D: 82118909, C: false, I: false, N: 1
11-30 15:18:56.778  5463 18865 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:18:56.784  5463 18865 W Icing   : No valid account for uploading user actions
11-30 15:18:56.805 24158 24158 D KnoxPackageReceiver:  received intent Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.sec.spp.push flg=0x4000010 cmp=com.samsung.knox.securefolder/.containeragent.detector.KnoxPackageStateReceiver (has extras) }
11-30 15:18:56.805 24158 24158 D KnoxPackageReceiver: onReceive intent
11-30 15:18:56.805 24158 24158 D KnoxPackageReceiver: ACTION_PACKAGE_ADDED intent received
11-30 15:18:56.805 24158 24158 D KnoxPackageReceiver: packageName:com.sec.spp.push
11-30 15:18:56.805 24158 24158 D KnoxPackageReceiver: userId 0
11-30 15:18:56.805 24158 24158 D KnoxPackageReceiver: installerPackage:com.android.vending
11-30 15:18:56.805 24158 24158 D KnoxPackageReceiver: isFromApprovedIMEInstaller()
11-30 15:18:56.805 24158 24158 D KnoxPackageReceiver: Not an ApprovedIMEInstaller. Exiting.....
11-30 15:18:56.805 24158 24158 D KnoxPackageReceiver: Application installed. Exiting.....
11-30 15:18:56.812 14965 14965 I Finsky  : [2] jwd.e(1): IQ: Requesting install request=package_name=com.android.chrome, pm_package_name=com.android.chrome, version=466404520, priority=3, reason=auto_update, account_name=, type=0, constraints=((REQ_CHARGING, REQ_DEVICE_IDLE, REQ_GEARHEAD_PROJECTION_OFF, NETWORK=UNMETERED, PROVISIONING_STATE=PROVISIONED),)
11-30 15:18:56.814 14965 14965 I Finsky  : [2] jpm.M(1): Installer: Continue install. package=com.android.chrome
11-30 15:18:56.816 14965 14965 I Finsky  : [2] jpm.O(2): Installer: Request install. package=com.android.chrome, version=466404520, mods=[], priority=3, reason=auto_update
11-30 15:18:56.833 24222 24222 D AssistantMenuReceiver: [c] AssistantMenuReceiver:android.intent.action.PACKAGE_ADDED
11-30 15:18:56.833 24222 24222 D AssistantMenuReceiver: [c] PACKAGE_ADDED : com.sec.spp.push
11-30 15:18:56.838 23617 25536 I Finsky  : [43825] ihu.run(9): Wrote row to frosting DB: 19149
11-30 15:18:56.840  2985  3615 I PersonaServiceHelper: isCallerApprovedToInstall(uid:15010040 userHandle:150)
11-30 15:18:56.841  2985  3615 I PersonaServiceHelper: Secure folder or BBD has no Knox app install enforcement
11-30 15:18:56.841  2985  3615 I PackageInstaller:  getting through the check android.content.pm.PackageInstaller$SessionParams@e06f81b user id 150
11-30 15:18:56.869 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=DOWNLOAD_PENDING
11-30 15:18:56.870 14965 14965 I Finsky  : [2] jpm.O(42): Installer: device is enterprise managed. not kicking directly. package=com.android.chrome
11-30 15:18:56.871 14965 14965 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=true, apps=[com.android.chrome]
11-30 15:18:56.875 16237 16237 D SFolderShortcutReceiver:  onReceive() user(150) intent:android.intent.action.PACKAGE_ADDED
11-30 15:18:56.875 15059 15115 I Finsky:background: [43182] lus.d(8): Installer::MCS: User=UserHandle{150} requested=com.android.chrome granted=true
11-30 15:18:56.876 15059 15115 W Finsky:background: [43182] lus.e(5): Installer::MCS: Could not notify listener for user UserHandle{0}
11-30 15:18:56.877 14965 14965 I Finsky  : [2] jpm.P(46): Installer: Starting. package=com.android.chrome, activeTasks={0={}}
11-30 15:18:56.885 16237 16237 D LauncherApps: getActivityList callingUserId: 150, target user: 150
11-30 15:18:56.888 14965 14965 I Finsky  : [2] jqc.M(4): Installer::IT: Install fields populated for com.android.chrome
11-30 15:18:56.889 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.android.chrome to state 0
11-30 15:18:56.892 14965 15041 I Finsky  : [43191] fxf.a(50): Preloads directory was not found.
11-30 15:18:56.893 14965 14965 I Finsky  : [2] hzn.accept(52): Installer::IT: no cachedApk found for com.android.chrome (isid: -4w61AazS--uuVO9gTB1xQ)
11-30 15:18:56.893 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.android.chrome to state 0
11-30 15:18:56.893 14965 14965 I Finsky  : [2] jqc.u(12): Installer::IT: isInstantAppSplitOnlyInstall false
11-30 15:18:56.895 14965 15024 I Finsky  : [43182] jpm.g(1): Installer: package com.sec.spp.push was removed. replacing: true
11-30 15:18:56.896 14965 15024 I Finsky  : [43182] jpm.Q(18): Installer: Notifying status update. package=com.sec.spp.push, status=UNINSTALLED
11-30 15:18:56.896 14965 25582 I Finsky  : [43458] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=DOWNLOAD_PENDING
11-30 15:18:56.905 14965 14965 W System  : ClassLoader referenced unknown path: 
11-30 15:18:56.906 16237 16237 D KnoxPackageReceiver:  received intent Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.sec.spp.push flg=0x4000010 cmp=com.samsung.knox.securefolder/.containeragent.detector.KnoxPackageStateReceiver (has extras) }
11-30 15:18:56.906 16237 16237 D KnoxPackageReceiver: onReceive intent
11-30 15:18:56.906 16237 16237 D KnoxPackageReceiver: ACTION_PACKAGE_ADDED intent received
11-30 15:18:56.906 16237 16237 D KnoxPackageReceiver: packageName:com.sec.spp.push
11-30 15:18:56.913 16237 16237 D KnoxPackageReceiver: userId 150
11-30 15:18:56.913 16237 16237 D KnoxPackageReceiver: is securefolderid userId 150
11-30 15:18:56.937 14965 15024 I Finsky  : [43182] pmg.accept(69): SCH: Scheduling phonesky job Id: 12-1, CT: 1638260331107, Constraints: [{ L: 15000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:18:56.937 14965 15043 I Finsky  : [43189] ffa.b(32): [ContentSync] finished, scheduled=true
11-30 15:18:56.943  5463 18865 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:18:56.950 14965 25540 I Finsky  : [43455] ihu.run(9): Wrote row to frosting DB: 10572
11-30 15:18:56.966  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:18:56.966  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:18:56.966  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:18:56.987 14965 14965 I Finsky  : [2] jqc.u(38): Installer::IT: Requesting delivery data for com.android.chrome (isid: -4w61AazS--uuVO9gTB1xQ)
11-30 15:18:56.997  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:18:56.998 14965 15043 I Finsky  : [43189] pgq.apply(52): SCH: Scheduling 1 system job(s)
11-30 15:18:56.998 14965 15043 I Finsky  : [43189] pgq.apply(58): SCH: Scheduling system job Id: 9018, L: 9109, D: 82118682, C: false, I: false, N: 1
11-30 15:18:57.010  2985  2985 I MotionRecognitionService: Plugged
11-30 15:18:57.012  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:18:57.012  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:18:57.012  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:18:57.013  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:18:57.013  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:18:57.013  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:18:57.031 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:18:57.061 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:18:57.068  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:18:57.095 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:18:57.095 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:18:57.196  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:57.196  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:57.196  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:57.231  5463 18865 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:18:57.232 14965 15031 I Finsky  : [43185] ffa.b(32): [ContentSync] finished, scheduled=true
11-30 15:18:57.252 14965 25582 I Finsky  : [43458] jvx.D(2): IQ: Notifying installation update. package=com.sec.spp.push, status=UNINSTALLED
11-30 15:18:57.259  5463 18865 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:18:57.262  5463 18865 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:18:57.264  5463 18865 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:18:57.271 14965 15041 I Finsky  : [43191] gnn.e(1): File-by-File compatibility check result: true
11-30 15:18:57.278  5463 18865 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:18:57.281  5463 18865 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:18:57.284  5463 18865 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:18:57.287  5463 18865 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:18:57.296  5463  5465 I zygote  : Do partial code cache collection, code=507KB, data=352KB
11-30 15:18:57.296  5463  5465 I zygote  : After code cache collection, code=507KB, data=352KB
11-30 15:18:57.296  5463  5465 I zygote  : Increasing code cache capacity to 2MB
11-30 15:18:57.307 14965 25582 I Finsky  : [43458] jvx.C(6): IQ: Pruning inactive install requests
11-30 15:18:57.361 25488 25662 W zygote  : Verification of java.lang.String aatx.e(java.lang.String, java.lang.String) took 572.575ms
11-30 15:18:57.362 25488 25661 W zygote  : Verification of buk eub.HQ(eub) took 593.733ms
11-30 15:18:57.362 25170 25294 W zygote  : Verification of X.O3l X.6IO.A03(android.media.MediaFormat, X.NR1, java.lang.String) took 521.682ms
11-30 15:18:57.370 24158 24643 E KnoxusageProvider: Launch table entry for persona not there. ignoreing settings change
11-30 15:18:57.371 16237 16237 D KnoxPackageReceiver: installerPackage:com.android.vending
11-30 15:18:57.371 16237 16237 D KnoxPackageReceiver: isFromApprovedIMEInstaller()
11-30 15:18:57.372 16237 16237 D KnoxPackageReceiver: Not an ApprovedIMEInstaller. Exiting.....
11-30 15:18:57.372 16237 16237 D KnoxPackageReceiver: Application installed. Exiting.....
11-30 15:18:57.373 14965 14965 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=true, apps=[]
11-30 15:18:57.377 14965 25582 I Finsky  : [43458] jvx.C(62): IQ: Skipping as there are active installs running. Active installs=[com.android.chrome]
11-30 15:18:57.386 14965 14965 I Finsky  : [2] gnn.c(8): Unauthenticated delivery for com.android.chrome.
11-30 15:18:57.390 23617 23617 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [7AELnh8jwZW2f7ZPHogfAzurpFXQ-8B_RjIkLvtz46c]
11-30 15:18:57.390 23617 23617 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.sec.spp.push
11-30 15:18:57.400 23617 23659 I Finsky  : [43717] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=0, cacheMissCount=1. Missed  in cache (limit 10) : [com.sec.spp.push]
11-30 15:18:57.400 23617 23656 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:57.406 23617 25593 I Finsky  : [43828] fag.accept(36): Asset module broadcast after update successful for package com.sec.spp.push. 0 sessions broadcast.
11-30 15:18:57.413 23617 25586 I Finsky  : [43827] ffa.b(32): [ContentSync] finished, scheduled=false
11-30 15:18:57.414 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [7AELnh8jwZW2f7ZPHogfAzurpFXQ-8B_RjIkLvtz46c]
11-30 15:18:57.414 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.sec.spp.push
11-30 15:18:57.424 14965 23875 I Finsky  : [43433] ffa.b(32): [ContentSync] finished, scheduled=false
11-30 15:18:57.431 25488 25502 I zygote  : Background concurrent copying GC freed 44501(2MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 3MB/6MB, paused 448us total 646.965ms
11-30 15:18:57.439 23605 23605 D GOS:GameServiceReceiver: action : android.intent.action.PACKAGE_REPLACED
11-30 15:18:57.462 23605 23605 D GOS:MainIntentService: onCreate
11-30 15:18:57.465 23965 23965 D AssistantMenuReceiver: [c] AssistantMenuReceiver:android.intent.action.PACKAGE_REPLACED
11-30 15:18:57.470 23617 25536 I Finsky  : [43825] ihu.run(9): Wrote row to frosting DB: 19150
11-30 15:18:57.471 23605 25670 D GOS:MainIntentService: onHandleIntent. begin
11-30 15:18:57.482 23605 25670 D GOS:MainIntentService: onHandleIntent(). type : 2
11-30 15:18:57.482 23605 25670 D GOS:MainIntentService: onHandleIntent(). PACKAGE_CHANGED. changeType : 8, packageName : com.sec.spp.push
11-30 15:18:57.499 10832 10832 D BeaconManager[8.0.33.0]: BeaconBroadcastReceiver.onReceive - android.intent.action.PACKAGE_REPLACED
11-30 15:18:57.500 10832 10832 D BeaconManager[8.0.33.0]: Util.getNearBySetting - ON
11-30 15:18:57.500 10832 10832 D BeaconManager[8.0.33.0]: Util.sendBroadCastforAppStatusLogging - AppON: true
11-30 15:18:57.501 10832 10832 D BeaconManager[8.0.33.0]: Util.getNearBySetting - ON
11-30 15:18:57.504 10832 10832 D BeaconManager[8.0.33.0]: BeaconBroadcastReceiver.onReceive - beaconmanager start, ON
11-30 15:18:57.504 10832 10832 V BeaconManager[8.0.33.0]: BeaconService.onStartCommand - intent : Intent { cmp=com.samsung.android.beaconmanager/.BeaconService }
11-30 15:18:57.504 10832 10832 D BeaconManager[8.0.33.0]: Util.getNearBySetting - ON
11-30 15:18:57.504 10832 10832 I BeaconManager[8.0.33.0]: BeaconService.CreateBeaconManager  - setting:ON
11-30 15:18:57.517 23605 25670 D GOS:DataManager: onPackageUpdated(). packageName: com.sec.spp.push, versionCode: 332300100
11-30 15:18:57.518 23605 25670 D GOS:PkgData: PkgData(), pkgName: com.sec.spp.push
11-30 15:18:57.518 23605 25670 D GOS:PkgData: setCustomFeatureFlag, pkgName: com.sec.spp.push, old featureFlag: 346781844236309267, new featureFlag: 346781844236309267
11-30 15:18:57.524 23605 25670 D GOS:MainIntentService: there is gamemanger. don't start GameService
11-30 15:18:57.525 23605 23605 D GOS:MainIntentService: onDestroy
11-30 15:18:57.543 23617 23665 I Finsky  : [43722] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=1, cacheMissCount=0. Missed  in cache (limit 10) : []
11-30 15:18:57.563 23617 23656 I ApplicationPackageManager: load=com.sec.spp.push, bg=144-144, dr=144-144, forDefault=false, density=0
11-30 15:18:57.563 23617 23656 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:57.565 23617 23656 I ApplicationPackageManager: scaled rate=0.59999996, size=144, alpha=0, hold=0
11-30 15:18:57.565 23617 23656 I ApplicationPackageManager: load=com.sec.spp.push-theme2, bg=144-144, dr=144-144, tarScale=0.59999996, relScale=0.59999996, mask=false
11-30 15:18:57.567 23617 23659 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:57.570 23617 23659 I ApplicationPackageManager: load=com.sec.spp.push, bg=144-144, dr=144-144, forDefault=false, density=0
11-30 15:18:57.570 23617 23659 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:18:57.571 23617 23659 I ApplicationPackageManager: scaled rate=0.59999996, size=144, alpha=0, hold=0
11-30 15:18:57.571 23617 23659 I ApplicationPackageManager: load=com.sec.spp.push-theme2, bg=144-144, dr=144-144, tarScale=0.59999996, relScale=0.59999996, mask=false
11-30 15:18:57.590 24222 24222 D AssistantMenuReceiver: [c] AssistantMenuReceiver:android.intent.action.PACKAGE_REPLACED
11-30 15:18:57.598 14965 25550 I Finsky  : [43456] fag.accept(36): Asset module broadcast after update successful for package com.sec.spp.push. 0 sessions broadcast.
11-30 15:18:57.612 16237 16237 D SFolderShortcutReceiver:  onReceive() user(150) intent:android.intent.action.PACKAGE_REPLACED
11-30 15:18:57.620 16237 16237 D LauncherApps: getActivityList callingUserId: 150, target user: 150
11-30 15:18:57.624 25170 25294 W zygote  : Verification of X.O3l X.6IO.A05(android.media.MediaFormat, android.view.Surface, java.util.List) took 261.343ms
11-30 15:18:57.661  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:18:57.664  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:18:57.664  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:18:57.681  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.sec.spp.push user:0
11-30 15:18:57.683  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:18:57.683  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.sec.spp.push user:0
11-30 15:18:57.683  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:18:57.750 25676 25676 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:18:57.769 25676 25676 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:18:57.770 25676 25676 I SELinux : SELinux: seapp_context_lookup: seinfo=samsung, level=s0:c512,c768, pkgname=com.sec.spp.push 
11-30 15:18:57.880 24830 25024 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001004', key: 'RPC_STORE_TARGET'
11-30 15:18:57.880 24830 25024 E Notifications: pwl: HTTP Error Code: 401
11-30 15:18:57.880 24830 25024 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:18:57.880 24830 25024 E Notifications: 	at pzy.a(PG:17)
11-30 15:18:57.880 24830 25024 E Notifications: 	at pzw.a(PG:2)
11-30 15:18:57.880 24830 25024 E Notifications: 	at psd.a(PG:11)
11-30 15:18:57.880 24830 25024 E Notifications: 	at pub.b(PG:3)
11-30 15:18:57.880 24830 25024 E Notifications: 	at pty.e(PG:6)
11-30 15:18:57.880 24830 25024 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:18:57.880 24830 25024 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:18:57.880 24830 25024 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:18:57.880 24830 25024 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:18:57.880 24830 24983 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001007', key: 'RPC_STORE_TARGET'
11-30 15:18:57.880 24830 24983 E Notifications: pwl: HTTP Error Code: 401
11-30 15:18:57.880 24830 24983 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:18:57.880 24830 24983 E Notifications: 	at pzy.a(PG:17)
11-30 15:18:57.880 24830 24983 E Notifications: 	at pzw.a(PG:2)
11-30 15:18:57.880 24830 24983 E Notifications: 	at psd.a(PG:11)
11-30 15:18:57.880 24830 24983 E Notifications: 	at pub.b(PG:3)
11-30 15:18:57.880 24830 24983 E Notifications: 	at pty.e(PG:6)
11-30 15:18:57.880 24830 24983 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:18:57.880 24830 24983 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:18:57.880 24830 24983 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:18:57.880 24830 24983 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:18:57.880 24830 24961 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001006', key: 'RPC_STORE_TARGET'
11-30 15:18:57.880 24830 24961 E Notifications: pwl: HTTP Error Code: 401
11-30 15:18:57.880 24830 24961 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:18:57.880 24830 24961 E Notifications: 	at pzy.a(PG:17)
11-30 15:18:57.880 24830 24961 E Notifications: 	at pzw.a(PG:2)
11-30 15:18:57.880 24830 24961 E Notifications: 	at psd.a(PG:11)
11-30 15:18:57.880 24830 24961 E Notifications: 	at pub.b(PG:3)
11-30 15:18:57.880 24830 24961 E Notifications: 	at pty.e(PG:6)
11-30 15:18:57.880 24830 24961 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:18:57.880 24830 24961 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:18:57.880 24830 24961 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:18:57.880 24830 24961 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:18:57.880 24830 24984 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001002', key: 'RPC_STORE_TARGET'
11-30 15:18:57.880 24830 24984 E Notifications: pwl: HTTP Error Code: 401
11-30 15:18:57.880 24830 24984 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:18:57.880 24830 24984 E Notifications: 	at pzy.a(PG:17)
11-30 15:18:57.880 24830 24984 E Notifications: 	at pzw.a(PG:2)
11-30 15:18:57.880 24830 24984 E Notifications: 	at psd.a(PG:11)
11-30 15:18:57.880 24830 24984 E Notifications: 	at pub.b(PG:3)
11-30 15:18:57.880 24830 24984 E Notifications: 	at pty.e(PG:6)
11-30 15:18:57.880 24830 24984 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:18:57.880 24830 24984 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:18:57.880 24830 24984 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:18:57.880 24830 24984 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:18:57.881 24830 24981 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001003', key: 'RPC_STORE_TARGET'
11-30 15:18:57.881 24830 24981 E Notifications: pwl: HTTP Error Code: 401
11-30 15:18:57.881 24830 24981 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:18:57.881 24830 24981 E Notifications: 	at pzy.a(PG:17)
11-30 15:18:57.881 24830 24981 E Notifications: 	at pzw.a(PG:2)
11-30 15:18:57.881 24830 24981 E Notifications: 	at psd.a(PG:11)
11-30 15:18:57.881 24830 24981 E Notifications: 	at pub.b(PG:3)
11-30 15:18:57.881 24830 24981 E Notifications: 	at pty.e(PG:6)
11-30 15:18:57.881 24830 24981 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:18:57.881 24830 24981 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:18:57.881 24830 24981 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:18:57.881 24830 24981 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:18:57.897  2985  3614 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10039 ,Container id: 0
11-30 15:18:57.897  2985  3614 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10039 ,Container id: 0
11-30 15:18:57.897  2985  3614 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:18:57.908  2985  3614 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10039 ,Container id: 0
11-30 15:18:57.908  2985  3614 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10039 ,Container id: 0
11-30 15:18:57.908  2985  3614 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:18:57.915 25676 25676 D ActivityThread: Added TimaKeyStore provider
11-30 15:18:58.005  2985  5094 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.rti.push.service.idsharing.FbnsSharingStateReceiver newState = 1 callingPackage = 10098/com.facebook.katana
11-30 15:18:58.008  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.rti.orca.FbnsLiteBroadcastReceiver newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:18:58.010  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.rti.orca.UpdateQeBroadcastReceiver newState = 1 callingPackage = 10098/com.facebook.katana
11-30 15:18:58.029 25676 25676 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10039
11-30 15:18:58.031 25676 25676 D Proxy   : mdoP is null: 10039
11-30 15:18:58.119 25676 25676 I MultiDex: VM with version 2.1.0 has multidex support
11-30 15:18:58.120 25676 25676 I MultiDex: Installing application
11-30 15:18:58.120 25676 25676 I MultiDex: VM has multidex support, MultiDex support library is disabled.
11-30 15:18:58.124 14965 14965 I Finsky  : [2] jqc.Z(83): Installer::IT: Required downloads: [com.android.chrome, ..split.config.in, ..split.config.en, ..split.autofill_assistant, ..split.chime, ..split.chrome, ..split.extra_icu, ..split.feedv2, ..split.image_editor, ..split.weblayer]
11-30 15:18:58.178 14965 15031 I Finsky  : [43185] jpp.accept(3): Installer::IT: starting next download: package=com.android.chrome
11-30 15:18:58.186 25137 25216 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:18:58.186 25137 25216 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:18:58.196  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:58.196  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:58.196  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:58.217 14965 25540 I Finsky  : [43455] ihu.run(9): Wrote row to frosting DB: 10573
11-30 15:18:58.335 25676 25676 I FirebaseInitProvider: FirebaseApp initialization successful
11-30 15:18:58.347 25676 25676 W Ads     : Disabling data collection. Found google_app_id in strings.xml but Google Analytics for Firebase is missing. Remove this value or add Google Analytics for Firebase to resume data collection.
11-30 15:18:58.390 25676 25676 D SPPClientService: Create
11-30 15:18:58.391 25676 25701 D SPPClientService: Create SPP
11-30 15:18:58.392 25676 25701 E SPPClientService: ShipBuild Binary : True
11-30 15:18:58.405 25676 25701 D SPPClientService: PushLog.txt file is not deleted.
11-30 15:18:58.405 25676 25701 D SPPClientService: PushLog.txt file is not deleted.
11-30 15:18:58.405 25676 25701 D SPPClientService: ============PushLog. stop!
11-30 15:18:58.407 25676 25676 E SPPClientService: [SppEosChecker] Already SPP EOSed. do nothing...
11-30 15:18:58.454 25676 25700 W zygote  : Unsupported class loader
11-30 15:18:58.472 25676 25700 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:18:58.479 25676 25700 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:213806100
11-30 15:18:58.479 25676 25700 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 213806100
11-30 15:18:58.479 25676 25700 V DynamiteModule: Dynamite loader version >= 2, using loadModule2NoCrashUtils
11-30 15:18:58.489 23617 25536 I Finsky  : [43825] ihu.run(9): Wrote row to frosting DB: 19151
11-30 15:18:58.502 23617 23665 I Finsky  : [43722] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=0, cacheMissCount=1, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : [com.sec.spp.push]
11-30 15:18:58.502 23617 23659 I Finsky  : [43717] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=1, cacheMissCount=0, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : []
11-30 15:18:58.503 23617 23665 I Finsky  : [43722] esd.o(2): AIM: AppInfoManager-Perf > ItemModel > ItemStore Called 1 apps cacheOptions = REFRESH_LOCAL_CACHE
11-30 15:18:58.563 23617 23665 I Finsky  : [43722] esc.a(66): AIM: ItemModel fetch - unauth(0), auth([19-6KWz4Oly9nmLOY4WVVprWhbItwBTAMwYmTDL00cs]->1)
11-30 15:18:58.569 25676 25700 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:18:58.571 25676 25700 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:18:58.574 23617 23659 I Finsky  : [43717] elv.accept(24): AIM: AppInfoManager-Perf > getApps > data collection finished
11-30 15:18:58.584 25676 25676 I SmpLog  : [SMP] get push type : fcm
11-30 15:18:58.584 25676 25676 I SmpLog  : [SMP] get token : ...L7 (163)
11-30 15:18:58.594 25676 25700 W zygote  : Unsupported class loader
11-30 15:18:58.603 25676 25676 E SPPClientService: [PackageInfoChangeReceiver] android.intent.action.MY_PACKAGE_REPLACED
11-30 15:18:58.603 25676 25676 E SPPClientService: [PackageInfoChangeReceiver] [handlePkgReplaceEvent] SPP is updated. initialize Connection
11-30 15:18:58.606  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 8 99 -8 -200 -8 -200 -1 14 -97 -11 10 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:18:58.606 25676 25706 E SPPClientService: [d] Service is destroyed
11-30 15:18:58.606  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:18:58.614 25676 25700 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:18:58.644 23617 25536 I Finsky  : [43825] ihu.run(9): Wrote row to frosting DB: 19152
11-30 15:18:58.679 23617 25536 I Finsky  : [43825] ihu.run(9): Wrote row to frosting DB: 19153
11-30 15:18:58.702 23617 25536 I Finsky  : [43825] ihu.run(9): Wrote row to frosting DB: 19154
11-30 15:18:58.714 14965 25540 I Finsky  : [43455] ihu.run(9): Wrote row to frosting DB: 10574
11-30 15:18:58.751 25488 25661 I Finsky  : [43860] njl.b(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08].
11-30 15:18:58.766 23617 25536 I Finsky  : [43825] ihu.run(9): Wrote row to frosting DB: 19155
11-30 15:18:58.796 23617 25536 I Finsky  : [43825] ihu.run(9): Wrote row to frosting DB: 19156
11-30 15:18:58.821 23617 25536 I Finsky  : [43825] ihu.run(9): Wrote row to frosting DB: 19157
11-30 15:18:58.908 25170 25292 W DittoLateInitJob: Ditto qe values updated, new state = DittoState{build id=332957690;in QE=false;enable ditto=false;patch name=;override=none;crash mitigation detected=false;extra config=0;sequential number=1;deadCodePluginNumBuckets=100;threadIdPluginNumBuckets=100}
11-30 15:18:58.935 25170 25292 W fb4a.SyncInitializer: Start regular sync initialization
11-30 15:18:58.944 25488 25707 I Finsky  : [43862] njl.b(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno].
11-30 15:18:59.086 25170 25312 D cloudgaminginterceptor: request intercepted: url=https://z-m-graph.facebook.com/graphql?_nc_eh=2,b56f1c17c414f548aef7a2ddbae40ec8,AQaLULtRDlOBbtSTpKknn6YpedX9zLtmP1OgIumJosMSEXDgrUlCLcLT0p7wviPoMsU
11-30 15:18:59.086 25170 25312 D relenginterceptor: RELENG rewrite skipped, config is disabled.
11-30 15:18:59.086 25170 25312 D defcontigonrelayernative: DefconTigonDelayer starting
11-30 15:18:59.086 25170 25312 D defcontigonrelayernative: DefconTigonDelayer skipped, config is disabled.
11-30 15:18:59.101  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.timeline.profilevideo.ProfileVideoShareActivityAlias newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:18:59.105  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.timeline.stagingground.Fb4aProfilePictureShareActivityAlias newState = 1 callingPackage = 10098/com.facebook.katana
11-30 15:18:59.116  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.timeline.stagingground.WorkProfilePictureShareActivityAlias newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:18:59.124 25676 25676 I SmpLog  : [SMP] get push type : fcm
11-30 15:18:59.124 25676 25676 I SmpLog  : [SMP] get token : ...L7 (163)
11-30 15:18:59.128 25676 25676 I SmpLog  : [SMP] get push type : fcm
11-30 15:18:59.128 25676 25676 I SmpLog  : [SMP] get token : ...L7 (163)
11-30 15:18:59.129 25676 25676 I SmpLog  : [SMP] init. D:false U:false S:true M:false, P:FCM_ONLY_MODE
11-30 15:18:59.148 25676 25676 I SmpLog  : [SMP] opt-in success. optin_time : 1602613753964
11-30 15:18:59.151 25676 25709 I SmpLog  : [SMP] Test mode: false, v:3.2.5, com.sec.spp.push
11-30 15:18:59.197  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:18:59.197  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:18:59.197  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:18:59.243 25676 25709 I SmpLog  : [SMP] ptype:fcm, token:...L7 (163), D:false, U:false, S:false, M:false, P:FCM_ONLY_MODE
11-30 15:18:59.290  2985  3825 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.video.heroplayer.service.MainProcHeroService newState = 1 callingPackage = 10098/com.facebook.katana
11-30 15:18:59.377 23617 25536 I Finsky  : [43825] ihu.run(9): Wrote row to frosting DB: 19158
11-30 15:18:59.387 25676 25676 E SPPClientService: [SppEosChecker] Already SPP EOSed. do nothing...
11-30 15:18:59.388 25676 25676 I SmpLog  : [SMP] app updated
11-30 15:18:59.503 25170 25328 W HeroServiceClient: finished mApplicationContext.bindService, bindCount 1
11-30 15:18:59.515 19185 19255 W LBE-Sec : Broadcast Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.sec.spp.push flg=0x4000010 (has extras) } for vuid 0 com.android.vending is about to timeout, cancel it now
11-30 15:18:59.518 19185 19255 W LBE-Sec : Broadcast Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.sec.spp.push flg=0x4000010 (has extras) } for vuid 0 com.android.vending is about to timeout, cancel it now
11-30 15:18:59.595 25676 25676 E SPPClientService: [[PushClientService]] SPPC Ver : 3.3.23.0, Server Ver : 1, Platform Ver : 27
11-30 15:18:59.627 25676 25676 E SPPClientService: [[PushClientService]] reqType : 0
11-30 15:18:59.646 25170 25170 W HeroServiceClient: onServiceConnected
11-30 15:18:59.692 25170 25350 W HeroServiceClient: onServiceConnectedInternal()
11-30 15:18:59.700 25488 25488 I Finsky  : [2] pmx.<init>(3): Resetting scheduler db
11-30 15:18:59.745 25170 25723 W AudioCapabilities: Unsupported mime audio/x-ima
11-30 15:18:59.749 25170 25350 W fb4a.2qA: creating VideoPerformanceTracking with event bus
11-30 15:18:59.752 25170 25723 W AudioCapabilities: Unsupported mime audio/mpeg-L1
11-30 15:18:59.753 25170 25723 W AudioCapabilities: Unsupported mime audio/mpeg-L2
11-30 15:18:59.755 25170 25723 W AudioCapabilities: Unsupported mime audio/x-ms-wma
11-30 15:18:59.807 25170 25723 W VideoCapabilities: Unsupported mime video/mp43
11-30 15:18:59.829 25170 25723 W VideoCapabilities: Unrecognized profile/level 1/32 for video/mp4v-es
11-30 15:18:59.829 25170 25723 W VideoCapabilities: Unrecognized profile/level 32768/2 for video/mp4v-es
11-30 15:18:59.829 25170 25723 W VideoCapabilities: Unrecognized profile/level 32768/64 for video/mp4v-es
11-30 15:18:59.832 25488 25495 I zygote  : Do partial code cache collection, code=30KB, data=20KB
11-30 15:18:59.839 25170 25723 W VideoCapabilities: Unsupported mime video/wvc1
11-30 15:18:59.841 25488 25495 I zygote  : After code cache collection, code=30KB, data=20KB
11-30 15:18:59.841 25488 25495 I zygote  : Increasing code cache capacity to 128KB
11-30 15:18:59.842 25488 25653 I zygote  : Deoptimizing java.lang.Object j$.util.concurrent.ConcurrentHashMap.putVal(java.lang.Object, java.lang.Object, boolean) due to JIT inline cache
11-30 15:18:59.851 25170 25723 W VideoCapabilities: Unsupported mime video/wvc1
11-30 15:18:59.862 25488 25653 I Finsky  : [43856] umq.d(2): Not a unicorn account
11-30 15:18:59.866 25170 25723 W VideoCapabilities: Unsupported mime video/x-ms-wmv7
11-30 15:18:59.869 25170 25723 W VideoCapabilities: Unsupported mime video/x-ms-wmv8
11-30 15:18:59.876 25676 25676 E SPPClientService: [[PushClientService]] F:false, D:false, E:false, T:false, S:false, R:false, O:true
11-30 15:18:59.888  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:18:59.900 25170 25723 I VideoCapabilities: Unsupported profile 4 for video/mp4v-es
11-30 15:18:59.902 25488 25657 I Finsky  : [43859] ngb.<init>(3): PackageMonitorReceiverImpl - Registering in memory receiver for android.intent.action.PACKAGE_ADDED and android.intent.action.PACKAGE_REMOVED
11-30 15:18:59.919 25488 25653 I Finsky  : [43856] vfb.a(1): Warm data store was already initialized.
11-30 15:18:59.943 25676 25676 E SPPClientService: [[PushClientService]] reqType : 0
11-30 15:18:59.948 25488 25653 I Finsky  : [43856] wbk.d(2): SysUA: Disable SystemUpdateActivity, because Android is lower than Q
11-30 15:18:59.952 25488 25717 I Finsky  : [43866] qjx.run(10): SysCUA: Set {com.android.vending/com.google.android.finsky.systemcomponentupdateui.common.SystemComponentUpdateActivity} enabled state to 0
11-30 15:18:59.957 25676 25676 E SPPClientService: [[PushClientService]] F:false, D:false, E:false, T:false, S:false, R:false, O:true
11-30 15:18:59.965 25488 25727 I Finsky  : [43869] fde.run(60): SysUA: Set SystemUpdateActivity enabled state to 2
11-30 15:18:59.982  2985  3825 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.sec.spp.push user:150
11-30 15:18:59.985  2985  3825 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:18:59.985  2985  3825 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.sec.spp.push user:150
11-30 15:18:59.989  2985  3825 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:19:00.047  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1075, previously 1574
11-30 15:19:00.047  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1733, previously 1739
11-30 15:19:00.047  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 205, previously 1394
11-30 15:19:00.087 25736 25736 I Zygote  : Unshare entire /
11-30 15:19:00.094 25488 25732 I Finsky  : [43870] pmg.accept(69): SCH: Scheduling phonesky job Id: 1-1337, CT: 1638202296197, Constraints: [{ L: 30640067, D: 73840067, C: 1, I: 1, N: 1 }]
11-30 15:19:00.096 25170 25312 I ACodec  :  [] Now uninitialized
11-30 15:19:00.097 25488 25732 I Finsky  : [43870] pmg.accept(69): SCH: Scheduling phonesky job Id: 10-4, CT: 1638258663364, Constraints: [{ L: 900000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:19:00.103 25488 25732 I Finsky  : [43870] pmg.accept(69): SCH: Scheduling phonesky job Id: 10-11, CT: 1638258663365, Constraints: [{ L: 600000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:19:00.106 25488 25732 I Finsky  : [43870] pmg.accept(69): SCH: Scheduling phonesky job Id: 10-26, CT: 1638258663369, Constraints: [{ L: 600000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:19:00.108 25736 25736 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:19:00.108 25736 25736 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:19:00.108 25736 25736 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:19:00.108 25736 25736 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:19:00.108 25736 25736 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:19:00.109 25736 25736 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:19:00.109 25736 25736 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:19:00.109 25736 25736 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:19:00.109 25736 25736 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:19:00.110 25488 25732 I Finsky  : [43870] pmg.accept(69): SCH: Scheduling phonesky job Id: 10-33, CT: 1638070599778, Constraints: [{ L: 0, D: 86400000, C: 1, I: 1, N: 1 }, { L: 0, D: 0, C: 1, I: 1, N: 0 }]
11-30 15:19:00.112 25488 25732 I Finsky  : [43870] pmg.accept(69): SCH: Scheduling phonesky job Id: 10-78, CT: 1638258663379, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 1 }]
11-30 15:19:00.115 25488 25732 I Finsky  : [43870] pmg.accept(69): SCH: Scheduling phonesky job Id: 10-101, CT: 1638258663381, Constraints: [{ L: 60000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:19:00.117 25488 25732 I Finsky  : [43870] pmg.accept(69): SCH: Scheduling phonesky job Id: 12-1, CT: 1638228766002, Constraints: [{ L: 15000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:19:00.119 25488 25732 I Finsky  : [43870] pmg.accept(69): SCH: Scheduling phonesky job Id: 21-333333333, CT: 1638258750473, Constraints: [{ L: 10000, D: 82800000, C: 1, I: 1, N: 1 }]
11-30 15:19:00.122 25488 25732 I Finsky  : [43870] pmg.accept(69): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1638238382846, Constraints: [{ L: 43200000, D: 44100000, C: 1, I: 1, N: 0 }]
11-30 15:19:00.128 25736 25736 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:00.130 25736 25736 I SELinux : SELinux: seapp_context_lookup: seinfo=samsung, level=s0:c662,c768, pkgname=com.sec.spp.push 
11-30 15:19:00.197  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:00.197  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:00.197  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:00.267 25170 25739 I ACodec  : [] onAllocateComponent
11-30 15:19:00.292 25488 25741 I zygote  : Deoptimizing java.lang.Object j$.util.concurrent.ConcurrentHashMap.get(java.lang.Object) due to JIT inline cache
11-30 15:19:00.321  2985  3614 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010039 ,Container id: 150
11-30 15:19:00.321  2985  3614 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010039 ,Container id: 150
11-30 15:19:00.321  2985  3614 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:19:00.322  2985  3614 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:00.326  2985  3614 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010039 ,Container id: 150
11-30 15:19:00.326  2985  3614 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010039 ,Container id: 150
11-30 15:19:00.326  2985  3614 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:19:00.326  2985  3614 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:00.329 25736 25736 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:00.352 25736 25736 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010039
11-30 15:19:00.352 25736 25736 D Proxy   : mdoP is null: 15010039
11-30 15:19:00.393 25736 25736 I MultiDex: VM with version 2.1.0 has multidex support
11-30 15:19:00.393 25736 25736 I MultiDex: Installing application
11-30 15:19:00.393 25736 25736 I MultiDex: VM has multidex support, MultiDex support library is disabled.
11-30 15:19:00.443 25170 25739 I OMXClient: Treble IOmx obtained
11-30 15:19:00.456 25488 25734 W zygote  : Verification of akoe akoh.c() took 394.166ms
11-30 15:19:00.486 25488 25502 I zygote  : Background concurrent copying GC freed 21179(2MB) AllocSpace objects, 3(60KB) LOS objects, 49% free, 6MB/13MB, paused 251us total 555.471ms
11-30 15:19:00.507 25488 25734 D ConnectivityManager: requestNetwork; CallingUid : 10227, CallingPid : 25488
11-30 15:19:00.528 25488 25653 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
11-30 15:19:00.539 25488 25653 I Finsky  : [43856] mke.i(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileMaximum
11-30 15:19:00.544  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:00.544  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:00.544  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:00.545  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:00.545  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:00.545  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:00.545  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:00.545  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:00.545  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:00.545  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:00.545  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:00.545  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:00.545  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:00.545  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:00.545  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:00.545  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:00.545  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:00.546  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:00.547 25488 25653 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
11-30 15:19:00.548 25488 25653 I Finsky  : [43856] mke.h(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileRecommended
11-30 15:19:00.555  2727 27064 I OMXMaster: makeComponentInstance(OMX.Exynos.avc.dec) in omx@1.0-service process
11-30 15:19:00.609 25488 25653 I Finsky  : [43856] aaoj.c(2): registerListener
11-30 15:19:00.614 25488 25653 I Finsky  : [43856] aaoj.c(2): registerListener
11-30 15:19:00.614 25736 25736 I FirebaseInitProvider: FirebaseApp initialization successful
11-30 15:19:00.616 25488 25657 I Finsky  : [43859] lhi.m(5): Enqueuing libraries load for 0
11-30 15:19:00.621 25736 25736 W Ads     : Disabling data collection. Found google_app_id in strings.xml but Google Analytics for Firebase is missing. Remove this value or add Google Analytics for Firebase to resume data collection.
11-30 15:19:00.621 25488 25707 I Finsky  : [43862] lhi.o(1): Starting libraries load for 0
11-30 15:19:00.625 25488 25653 I Finsky  : [43856] gjo.j(3): Subscription detail: DataSubscriptionInfo{groupIdLevel1=ffffff, serviceProviderName=[n49EHvdw4kISvD5bmP3bs65ssEuMWst0eGGgvrRKGBI], simCarrierId=null}
11-30 15:19:00.629 25488 25653 I Finsky  : [43856] vmb.v(2): Setup app restrictions monitor
11-30 15:19:00.650 25736 25736 D SPPClientService: Create
11-30 15:19:00.651 25736 25768 D SPPClientService: Create SPP
11-30 15:19:00.651 25736 25768 E SPPClientService: ShipBuild Binary : True
11-30 15:19:00.658 25488 25743 I zygote  : Deoptimizing java.lang.String why.k(java.lang.String, java.lang.Object[]) due to JIT inline cache
11-30 15:19:00.658 25488 25743 E PlayCommon: [43874] aamo.k(237): Failed to read logs
11-30 15:19:00.661 25736 25768 D SPPClientService: PushLog.txt file is not deleted.
11-30 15:19:00.662 25736 25768 D SPPClientService: PushLog.txt file is not deleted.
11-30 15:19:00.662 25736 25768 D SPPClientService: ============PushLog. stop!
11-30 15:19:00.672  2985  4102 D PackageManager: setEnabledSetting : userId = 150 packageName = com.sec.spp.push cmp = com.sec.spp.push.PushClientService newState = 1 callingPackage = 15010039/com.sec.spp.push
11-30 15:19:00.684  2985  4102 D PackageManager: setEnabledSetting : userId = 150 packageName = com.sec.spp.push cmp = com.sec.spp.push.RequestService newState = 1 callingPackage = 15010039/com.sec.spp.push
11-30 15:19:00.688  2985  4102 D PackageManager: setEnabledSetting : userId = 150 packageName = com.sec.spp.push cmp = com.sec.spp.push.monitor.SystemStateMonitorService newState = 1 callingPackage = 15010039/com.sec.spp.push
11-30 15:19:00.692  2985  4102 D PackageManager: setEnabledSetting : userId = 150 packageName = com.sec.spp.push cmp = com.sec.spp.push.monitor.SystemStateMonitor newState = 1 callingPackage = 15010039/com.sec.spp.push
11-30 15:19:00.696  2985  4102 D PackageManager: setEnabledSetting : userId = 150 packageName = com.sec.spp.push cmp = com.sec.spp.push.StartupReceiver newState = 1 callingPackage = 15010039/com.sec.spp.push
11-30 15:19:00.700  2985  3614 D PackageManager: setEnabledSetting : userId = 150 packageName = com.sec.spp.push cmp = com.sec.spp.push.receiver.PackageInfoChangeReceiver newState = 1 callingPackage = 15010039/com.sec.spp.push
11-30 15:19:00.705  2985  4102 D PackageManager: setEnabledSetting : userId = 150 packageName = com.sec.spp.push cmp = com.sec.spp.push.provider.PushClientProvider newState = 1 callingPackage = 15010039/com.sec.spp.push
11-30 15:19:00.706 25488 25653 I Finsky  : [43856] vmz.a(3): Device wide unknown source restriction is changed.
11-30 15:19:00.709  2985  3825 D PackageManager: setEnabledSetting : userId = 150 packageName = com.sec.spp.push cmp = com.sec.spp.push.heartbeat.HeartBeat newState = 1 callingPackage = 15010039/com.sec.spp.push
11-30 15:19:00.714  2985  3825 D PackageManager: setEnabledSetting : userId = 150 packageName = com.sec.spp.push cmp = com.sec.spp.push.receiver.ProvAlarmReceiver newState = 1 callingPackage = 15010039/com.sec.spp.push
11-30 15:19:00.717 25488 25657 I Finsky  : [43859] vfb.a(1): Warm data store was already initialized.
11-30 15:19:00.717 25488 25657 I Finsky  : [43859] vfc.a(1): Warm data store was already initialized.
11-30 15:19:00.718  2985  3825 D PackageManager: setEnabledSetting : userId = 150 packageName = com.sec.spp.push cmp = com.sec.spp.push.update.Update newState = 1 callingPackage = 15010039/com.sec.spp.push
11-30 15:19:00.722  2985  3825 D PackageManager: setEnabledSetting : userId = 150 packageName = com.sec.spp.push cmp = com.sec.spp.push.receiver.AomMonitor newState = 1 callingPackage = 15010039/com.sec.spp.push
11-30 15:19:00.727  2985  4102 D PackageManager: setEnabledSetting : userId = 150 packageName = com.sec.spp.push cmp = com.sec.spp.push.receiver.ConnectionStateCheckReceiver newState = 1 callingPackage = 15010039/com.sec.spp.push
11-30 15:19:00.732  2985  3825 D PackageManager: setEnabledSetting : userId = 150 packageName = com.sec.spp.push cmp = com.sec.spp.push.receiver.RegistrationNotiReceiver newState = 1 callingPackage = 15010039/com.sec.spp.push
11-30 15:19:00.736  2985  3825 D PackageManager: setEnabledSetting : userId = 150 packageName = com.sec.spp.push cmp = com.sec.spp.push.receiver.ProviderInfoReceiver newState = 1 callingPackage = 15010039/com.sec.spp.push
11-30 15:19:00.740  2985  3825 D PackageManager: setEnabledSetting : userId = 150 packageName = com.sec.spp.push cmp = com.sec.spp.push.receiver.SendAckRequestReceiver newState = 1 callingPackage = 15010039/com.sec.spp.push
11-30 15:19:00.744  2985  3825 D PackageManager: setEnabledSetting : userId = 150 packageName = com.sec.spp.push cmp = com.sec.spp.push.receiver.RandomDeviceIdReqReceiver newState = 1 callingPackage = 15010039/com.sec.spp.push
11-30 15:19:00.748  2985  3825 D PackageManager: setEnabledSetting : userId = 150 packageName = com.sec.spp.push cmp = com.sec.spp.push.receiver.RandomDeviceIdRespReceiver newState = 1 callingPackage = 15010039/com.sec.spp.push
11-30 15:19:00.751  2985  3825 D PackageManager: setEnabledSetting : userId = 150 packageName = com.sec.spp.push cmp = com.sec.spp.push.receiver.BackOffExpireReceiver newState = 1 callingPackage = 15010039/com.sec.spp.push
11-30 15:19:00.754  2985  4102 D PackageManager: setEnabledSetting : userId = 150 packageName = com.sec.spp.push cmp = com.sec.spp.push.receiver.SessionRefreshRequestReceiver newState = 1 callingPackage = 15010039/com.sec.spp.push
11-30 15:19:00.757  2985  4102 D PackageManager: setEnabledSetting : userId = 150 packageName = com.sec.spp.push cmp = com.sec.spp.push.receiver.ForceUpdateAlarmReceiver newState = 1 callingPackage = 15010039/com.sec.spp.push
11-30 15:19:00.761  2985  4102 D PackageManager: setEnabledSetting : userId = 150 packageName = com.sec.spp.push cmp = com.sec.spp.smpc.receiver.SmpcSdkEventReceiver newState = 1 callingPackage = 15010039/com.sec.spp.push
11-30 15:19:00.765  2985  3825 D PackageManager: setEnabledSetting : userId = 150 packageName = com.sec.spp.push cmp = com.sec.spp.smpc.service.SmpcSdkFcmService newState = 1 callingPackage = 15010039/com.sec.spp.push
11-30 15:19:00.767 25488 25741 W zygote  : Verification of android.os.IBinder com.lbe.doubleagent.client.LocalServiceManager$ServiceConnectionProxy.a(android.content.ComponentName, android.os.IBinder) took 120.685ms
11-30 15:19:00.769  2985  3825 D PackageManager: setEnabledSetting : userId = 150 packageName = com.sec.spp.push cmp = com.sec.spp.smpc.receiver.SmpcSdkSppReceiver newState = 1 callingPackage = 15010039/com.sec.spp.push
11-30 15:19:00.772  2985  3825 D PackageManager: setEnabledSetting : userId = 150 packageName = com.sec.spp.push cmp = com.sec.spp.smpc.receiver.SmpcSystemStateMonitor newState = 1 callingPackage = 15010039/com.sec.spp.push
11-30 15:19:00.777  2985  3825 D PackageManager: setEnabledSetting : userId = 150 packageName = com.sec.spp.push cmp = com.sec.spp.runa.service.RunaService newState = 1 callingPackage = 15010039/com.sec.spp.push
11-30 15:19:00.781  2985  3614 D PackageManager: setEnabledSetting : userId = 150 packageName = com.sec.spp.push cmp = com.sec.spp.runa.receiver.RunaSystemEventReceiver newState = 1 callingPackage = 15010039/com.sec.spp.push
11-30 15:19:00.784  2985  3614 D PackageManager: setEnabledSetting : userId = 150 packageName = com.sec.spp.push cmp = com.sec.spp.runa.receiver.RunaPolicyBroadcastReceiver newState = 1 callingPackage = 15010039/com.sec.spp.push
11-30 15:19:00.785  2727 27064 D libexynosv4l2: try node: /dev/video6
11-30 15:19:00.785  2727 27064 I libexynosv4l2: node found for device s5p-mfc-dec: /dev/video6
11-30 15:19:00.793 25736 25736 E SPPClientService: [PackageInfoChangeReceiver] android.intent.action.MY_PACKAGE_REPLACED
11-30 15:19:00.794 25736 25736 E SPPClientService: [PackageInfoChangeReceiver] [handlePkgReplaceEvent] SPP is updated. initialize Connection
11-30 15:19:00.801  2727 27064 I libexynosv4l2: open video device /dev/video6
11-30 15:19:00.803 25170 25739 I ACodec  : [OMX.Exynos.avc.dec] Now Loaded
11-30 15:19:00.819 21258 21258 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gmscompliance.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService }
11-30 15:19:00.819 21258 21258 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gmscompliance.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService }
11-30 15:19:00.847  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:19:00.853 25488 25495 I zygote  : Do partial code cache collection, code=51KB, data=38KB
11-30 15:19:00.853 25488 25495 I zygote  : After code cache collection, code=45KB, data=36KB
11-30 15:19:00.854 25488 25495 I zygote  : Increasing code cache capacity to 256KB
11-30 15:19:00.875 25170 25739 I ACodec  :  [OMX.Exynos.avc.dec] Now uninitialized
11-30 15:19:00.875 25170 25739 I ACodec  :  [] Now kWhatShutdownCompleted event : 8526
11-30 15:19:00.875 25170 25735 I MediaCodec: Codec shutdown complete
11-30 15:19:00.877 25170 25312 I ACodec  :  [] Now uninitialized
11-30 15:19:00.878 25170 25739 I ACodec  : [] onAllocateComponent
11-30 15:19:00.880 25170 25739 I OMXClient: Treble IOmx obtained
11-30 15:19:00.881  2727  2757 I OMXMaster: makeComponentInstance(OMX.Exynos.avc.dec) in omx@1.0-service process
11-30 15:19:00.951 25736 25767 W zygote  : Unsupported class loader
11-30 15:19:00.966  2727  2757 D libexynosv4l2: try node: /dev/video6
11-30 15:19:00.967  2727  2757 I libexynosv4l2: node found for device s5p-mfc-dec: /dev/video6
11-30 15:19:00.970 25488 25655 I cr_CronetLibraryLoader: Cronet version: 98.0.4699.0, arch: armv8l
11-30 15:19:00.973  2727  2757 I libexynosv4l2: open video device /dev/video6
11-30 15:19:00.974 25170 25739 I ACodec  : [OMX.Exynos.avc.dec] Now Loaded
11-30 15:19:00.975 25736 25780 E SPPClientService: [d] Service is destroyed
11-30 15:19:00.982  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:19:00.991 14965 15031 I Finsky  : [43185] jos.apply(9): Installer::DLP: Downloading patch for com.android.chrome:463807420 (adid: com.android.chrome , isid: -4w61AazS--uuVO9gTB1xQ)
11-30 15:19:00.993 25488 25655 W Finsky  : [43857] emq.d(24): For unauth, use getDfeApiNonAuthenticated() instead!
11-30 15:19:01.002  2985  3825 D ActivityManager: The following uid has registered to recieve broadcast for proxy related updates 10227
11-30 15:19:01.027 25676 25753 D NetworkSecurityConfig: No Network Security Config specified, using platform default
11-30 15:19:01.091 25676 25753 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:19:01.091 25676 25753 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:19:01.095 25736 25767 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:19:01.112  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:19:01.118 16033 23954 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:19:01.118 16033 23954 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:19:01.150 25736 25767 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:213806100
11-30 15:19:01.150 25736 25767 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 213806100
11-30 15:19:01.150 25736 25767 V DynamiteModule: Dynamite loader version >= 2, using loadModule2NoCrashUtils
11-30 15:19:01.193 25736 25767 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:19:01.195 25736 25767 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:19:01.197  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:01.197  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:01.197  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:01.232 25736 25767 W zygote  : Unsupported class loader
11-30 15:19:01.288 25736 25767 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:19:01.486 25488 25707 I Finsky  : [43862] lhi.o(24): Finished loading 0 libraries.
11-30 15:19:01.495 25170 25312 I ACodec  :  [] Now uninitialized
11-30 15:19:01.496 25170 25805 I ACodec  : [] onAllocateComponent
11-30 15:19:01.497 25170 25805 I OMXClient: Treble IOmx obtained
11-30 15:19:01.498  2727  2757 I OMXMaster: makeComponentInstance(OMX.google.aac.decoder) in omx@1.0-service process
11-30 15:19:01.504 25170 25805 I ACodec  : [OMX.google.aac.decoder] Now Loaded
11-30 15:19:01.505 25170 25805 I ACodec  :  [OMX.google.aac.decoder] Now uninitialized
11-30 15:19:01.505 25170 25805 I ACodec  :  [] Now kWhatShutdownCompleted event : 8526
11-30 15:19:01.505 25170 25805 I MediaCodec: Codec shutdown complete
11-30 15:19:01.505 25170 25312 I ACodec  :  [] Now uninitialized
11-30 15:19:01.506 25170 25805 I ACodec  : [] onAllocateComponent
11-30 15:19:01.507 25170 25805 I OMXClient: Treble IOmx obtained
11-30 15:19:01.507  2727  2757 I OMXMaster: makeComponentInstance(OMX.google.aac.decoder) in omx@1.0-service process
11-30 15:19:01.508 25170 25805 I ACodec  : [OMX.google.aac.decoder] Now Loaded
11-30 15:19:01.530 25488 25488 I Finsky  : [2] vfb.a(1): Warm data store was already initialized.
11-30 15:19:01.567 25488 25732 I Finsky  : [43870] slz.<init>(2): Item store provider started.
11-30 15:19:01.576 25736 25736 E SPPClientService: [[PushClientService]] SPPC Ver : 3.3.23.0, Server Ver : 1, Platform Ver : 27
11-30 15:19:01.590 25736 25736 E SPPClientService: [[PushClientService]] Version Updated
11-30 15:19:01.621 25676 25710 D SharedPreferencesImpl: Time required to fsync /data/user_de/0/com.sec.spp.push/shared_prefs/SmpPref.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 1, <32: 0, <64: 0, <128: 0, <256: 0, <512: 0, <1024: 0, <2048: 1, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:19:01.703 25488 25495 I zygote  : Do full code cache collection, code=110KB, data=63KB
11-30 15:19:01.761 25488 25495 I zygote  : After code cache collection, code=92KB, data=49KB
11-30 15:19:01.810 25488 25495 I zygote  : Do partial code cache collection, code=94KB, data=52KB
11-30 15:19:01.874 25170 25739 W AMessage: failed to deliver message as target handler 1 is gone.
11-30 15:19:02.011 25488 25495 I zygote  : After code cache collection, code=94KB, data=52KB
11-30 15:19:02.011 25488 25495 I zygote  : Increasing code cache capacity to 512KB
11-30 15:19:02.142 25488 25488 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [7AELnh8jwZW2f7ZPHogfAzurpFXQ-8B_RjIkLvtz46c]
11-30 15:19:02.142 25488 25488 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.sec.spp.push
11-30 15:19:02.156 25488 25629 D SharedPreferencesImpl: Time required to fsync /data/data/com.parallel.space.lite/parallel_lite/0/com.android.vending/shared_prefs/event_generator.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 0, <64: 0, <128: 0, <256: 0, <512: 1, <1024: 0, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:19:02.159 25676 25714 D SharedPreferencesImpl: Time required to fsync /data/user_de/0/com.sec.spp.push/shared_prefs/com.google.android.gms.appid.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 0, <64: 0, <128: 0, <256: 0, <512: 1, <1024: 0, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:19:02.167  2985  2985 D KnoxVpnEngineService: Vpn Receiver : com.samsung.android.knox.intent.action.VPN_PROXY_BROADCAST_INTERNAL
11-30 15:19:02.167  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:19:02.197  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:02.197  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:02.197  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:02.228 14965 15031 I Finsky  : [43185] hsh.e(1): enqueue()
11-30 15:19:02.301 14965 15031 D VolumeInfo: VolumeInfo from Parcel: id private ,type 1 ,disk null
11-30 15:19:02.302 14965 15031 D VolumeInfo: VolumeInfo from Parcel: id public:179,33 ,type 0 ,disk DiskInfo{disk:179,32}:
11-30 15:19:02.302 14965 15031 D VolumeInfo:     flags=SD size=15931539456 label= volumeCount=1 
11-30 15:19:02.302 14965 15031 D VolumeInfo:     sysPath=/sys//devices/13560000.dwmmc2/mmc_host/mmc2/mmc2:aaaa/block/mmcblk1 
11-30 15:19:02.302 14965 15031 D VolumeInfo: 
11-30 15:19:02.302 14965 15031 D VolumeInfo: VolumeInfo from Parcel: id emulated ,type 2 ,disk null
11-30 15:19:02.331 25488 25732 I Finsky  : [43870] slz.q(6): Created new item store.
11-30 15:19:02.381 14965 15031 I Finsky  : [43185] jps.a(17): Installer::IT: Already sent resource request for com.android.chrome, adid: com.android.chrome, isid: -4w61AazS--uuVO9gTB1xQ
11-30 15:19:02.504 25170 25805 W AMessage: failed to deliver message as target handler 6 is gone.
11-30 15:19:02.508 25488 25815 I zygote  : Deoptimizing void adbl.q() due to JIT inline cache
11-30 15:19:02.513 25488 25815 I Finsky  : [43895] fag.accept(26): Cancelled 0 ongoing asset module downloads for package com.sec.spp.push due to a concurrent app update.
11-30 15:19:02.537 25736 25736 D SharedPreferencesImpl: Time required to fsync /data/user_de/150/com.sec.spp.push/shared_prefs/com.sec.spp.push.config.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 0, <64: 0, <128: 0, <256: 0, <512: 1, <1024: 0, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:19:02.656 25736 25736 E SPPClientService: [[PushClientService]] reqType : 0
11-30 15:19:02.664 25736 25736 E SPPClientService: [[PushClientService]] F:false, D:false, E:false, T:false, S:false, R:true, O:false
11-30 15:19:02.715 25488 25814 I Finsky  : [43894] ihu.run(9): Wrote row to frosting DB: 13954
11-30 15:19:02.744 25488 25732 I Finsky  : [43870] pgq.apply(52): SCH: Scheduling 2 system job(s)
11-30 15:19:02.745 25488 25732 I Finsky  : [43870] pgq.apply(58): SCH: Scheduling system job Id: 9492, L: 0, D: 0, C: false, I: false, N: 1
11-30 15:19:02.763  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.sec.android.provider.badge user:0
11-30 15:19:02.763  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:19:02.763  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.sec.android.provider.badge user:0
11-30 15:19:02.763  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:19:02.764  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:19:02.764  2719  2795 E IptablesRestoreController: -D fw_standby_uid -m owner --uid-owner 15010227 -j DROP
11-30 15:19:02.764  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:19:02.806 25823 25823 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:19:02.809 25823 25823 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:02.810 25823 25823 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.sec.android.provider.badge 
11-30 15:19:02.854 25488 25814 I Finsky  : [43894] ihu.run(9): Wrote row to frosting DB: 13955
11-30 15:19:02.859  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:19:02.859  2719  2795 E IptablesRestoreController: -D fw_standby_uid -m owner --uid-owner 15010227 -j DROP
11-30 15:19:02.859  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:19:02.859  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:19:02.886 21258 12611 E WakeLock: GCM_HB_ALARM release without a matched acquire!
11-30 15:19:02.927 25676 25730 I SmpLog  : [SMP] Test mode: false, v:3.2.5, com.sec.spp.push
11-30 15:19:02.951 25488 25732 I Finsky  : [43870] pgq.apply(58): SCH: Scheduling system job Id: 9493, L: 0, D: 0, C: false, I: false, N: 0
11-30 15:19:03.062 25488 25488 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [7AELnh8jwZW2f7ZPHogfAzurpFXQ-8B_RjIkLvtz46c]
11-30 15:19:03.063 25488 25488 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.sec.spp.push
11-30 15:19:03.096 25488 25814 I Finsky  : [43894] ihu.run(9): Wrote row to frosting DB: 13956
11-30 15:19:03.123 25488 25505 I zygote  : Deoptimizing int afei.w(java.lang.Object, byte[], int, int, int, int, int, int, long, int, long, afbo) due to JIT inline cache
11-30 15:19:03.136 13010 13265 E WakeLock: IntentOp:com.google.android.gms/.chimera.GmsIntentOperationService ** IS FORCE-RELEASED ON TIMEOUT **
11-30 15:19:03.140 25488 25505 W Finsky  : [43848] qiq.n(18): jp.naver.line.android: No account found.
11-30 15:19:03.146 25488 25505 I Finsky  : [43848] qiq.n(63): Billing preferred account via installer for jp.naver.line.android: [dCNOmK_nSY-12vHzasLXiswzlGT5UHA7jAGYkvmCuQs]
11-30 15:19:03.147  2985  3825 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10002 ,Container id: 0
11-30 15:19:03.147  2985  3825 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10002 ,Container id: 0
11-30 15:19:03.147  2985  3825 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:03.153  2985  3825 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10002 ,Container id: 0
11-30 15:19:03.154  2985  3825 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10002 ,Container id: 0
11-30 15:19:03.154  2985  3825 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:03.163 25823 25823 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:03.197  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:03.197  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:03.197  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:03.281 25488 25815 I Finsky  : [43895] fag.accept(36): Asset module broadcast after update successful for package com.sec.spp.push. 0 sessions broadcast.
11-30 15:19:03.316  3510  3617 D KeyguardUpdateMonitor: received broadcast android.intent.action.TIME_TICK
11-30 15:19:03.316  3510  3510 D KeyguardServiceBoxContainer: refreshTime() 1
11-30 15:19:03.350 25676 25754 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:19:03.350 25488 25727 I Finsky  : [43869] ffa.b(32): [ContentSync] finished, scheduled=false
11-30 15:19:03.350 25676 25754 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:19:03.354 25488 25725 I Finsky  : [43867] ffa.b(32): [ContentSync] finished, scheduled=false
11-30 15:19:03.361 25823 25823 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10002
11-30 15:19:03.362 25823 25823 D Proxy   : mdoP is null: 10002
11-30 15:19:03.414 25823 25823 D BadgeProvider: onCreate
11-30 15:19:03.415 25823 25823 D BadgeProvider: DatabaseHelper
11-30 15:19:03.418 25823 25823 D BadgeCountReceiver: badge intent : Intent { act=android.intent.action.BADGE_COUNT_UPDATE flg=0x10 cmp=com.sec.android.provider.badge/.BadgeCountReceiver (has extras) }
11-30 15:19:03.418 25823 25823 D BadgeCountReceiver: packageName: com.facebook.katana, className: com.facebook.katana.LoginActivity, count: 4
11-30 15:19:03.428 25488 25814 I Finsky  : [43894] ihu.run(9): Wrote row to frosting DB: 13957
11-30 15:19:03.446 25488 25488 I Finsky  : [2] jpm.B(3): Installer: Attempting to start installer
11-30 15:19:03.464 25488 25488 I Finsky  : [2] aaoj.c(2): registerListener
11-30 15:19:03.500 25823 25823 D BadgeProvider: onOpen
11-30 15:19:03.503 25823 25823 D BaseReflect: null getOwnClass TEST
11-30 15:19:03.504 25823 25823 D MethodReflector: android.content.ContentResolver getClass TEST
11-30 15:19:03.504 25823 25823 D BaseReflect: class android.content.ContentResolver isSupportClass TEST
11-30 15:19:03.504 25823 25823 D BaseReflect: class android.content.ContentResolver getOwnClass TEST
11-30 15:19:03.506 25823 25823 D MethodReflector: notifyChange is called
11-30 15:19:03.508 25823 25823 D BadgeProvider: sendNotify entered. [uri] : content://com.sec.badge/apps
11-30 15:19:03.508 25823 25823 D BadgeProvider: sendNotify, [notify] : null
11-30 15:19:03.509 25823 25823 D BadgeProvider: update, getCallingPackage() : com.sec.android.provider.badge
11-30 15:19:03.509 25823 25823 D BadgeProvider: update, [uri] : content://com.sec.badge/apps
11-30 15:19:03.509 25823 25823 D BadgeProvider: update, [uri.query] : null
11-30 15:19:03.509 25823 25823 D BadgeProvider: update, [BadgeCount] : badgecount=4
11-30 15:19:03.509 25823 25823 D BadgeProvider: update, [UpdateCount] : 1
11-30 15:19:03.510 25488 25488 I Finsky  : [2] vfb.a(1): Warm data store was already initialized.
11-30 15:19:03.550 25488 25488 I chatty  : uid=10227(com.parallel.space.lite) identical 2 lines
11-30 15:19:03.551 25488 25488 I Finsky  : [2] vfb.a(1): Warm data store was already initialized.
11-30 15:19:03.559 25488 25488 I Finsky  : [2] jvi.<init>(18): Initializing pausers from value store.
11-30 15:19:03.560 25488 25488 I Finsky  : [2] jvi.<init>(21): Get the following callers from value store [].
11-30 15:19:03.569 25736 25736 I SmpLog  : [SMP] deactivate smp
11-30 15:19:03.607 25488 25488 I Finsky  : [2] gjn.onSubscriptionsChanged(1): onSubscriptionsChanged
11-30 15:19:03.610 25736 25736 I SmpLog  : [SMP] smp is already deactivated. finish deactivation
11-30 15:19:03.629 25488 25488 I zygote  : Rejecting re-init on previously-failed class java.lang.Class<ezs>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/content/pm/dex/ArtManager$SnapshotRuntimeProfileCallback;
11-30 15:19:03.629 25488 25488 I zygote  :   at adcj plt.c() (PG:2)
11-30 15:19:03.629 25488 25488 I zygote  :   at adco esb.a(java.lang.Object) (PG:32)
11-30 15:19:03.629 25488 25488 I zygote  :   at java.lang.Object adaz.c(java.lang.Object, java.lang.Object) (PG:2)
11-30 15:19:03.629 25488 25488 I zygote  :   at void adbb.run() (PG:9)
11-30 15:19:03.629 25488 25488 I zygote  :   at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:790)
11-30 15:19:03.629 25488 25488 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:99)
11-30 15:19:03.629 25488 25488 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:19:03.629 25488 25488 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:19:03.629 25488 25488 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:19:03.629 25488 25488 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:19:03.629 25488 25488 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:19:03.629 25488 25488 I zygote  : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.content.pm.dex.ArtManager$SnapshotRuntimeProfileCallback" on path: DexPathList[[zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk"],nativeLibraryDirectories=[/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/lib/arm, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
11-30 15:19:03.629 25488 25488 I zygote  :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
11-30 15:19:03.629 25488 25488 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
11-30 15:19:03.629 25488 25488 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-30 15:19:03.629 25488 25488 I zygote  :   at adcj plt.c() (PG:2)
11-30 15:19:03.629 25488 25488 I zygote  :   at adco esb.a(java.lang.Object) (PG:32)
11-30 15:19:03.629 25488 25488 I zygote  :   at java.lang.Object adaz.c(java.lang.Object, java.lang.Object) (PG:2)
11-30 15:19:03.629 25488 25488 I zygote  :   at void adbb.run() (PG:9)
11-30 15:19:03.629 25488 25488 I zygote  :   at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:790)
11-30 15:19:03.629 25488 25488 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:99)
11-30 15:19:03.629 25488 25488 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:19:03.629 25488 25488 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:19:03.629 25488 25488 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:19:03.629 25488 25488 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:19:03.629 25488 25488 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:19:03.629 25488 25488 I zygote  : 
11-30 15:19:03.630 25488 25488 I zygote  : Rejecting re-init on previously-failed class java.lang.Class<ezs>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/content/pm/dex/ArtManager$SnapshotRuntimeProfileCallback;
11-30 15:19:03.630 25488 25488 I zygote  :   at adcj plt.c() (PG:2)
11-30 15:19:03.630 25488 25488 I zygote  :   at adco esb.a(java.lang.Object) (PG:32)
11-30 15:19:03.630 25488 25488 I zygote  :   at java.lang.Object adaz.c(java.lang.Object, java.lang.Object) (PG:2)
11-30 15:19:03.630 25488 25488 I zygote  :   at void adbb.run() (PG:9)
11-30 15:19:03.630 25488 25488 I zygote  :   at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:790)
11-30 15:19:03.630 25488 25488 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:99)
11-30 15:19:03.630 25488 25488 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:19:03.630 25488 25488 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:19:03.630 25488 25488 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:19:03.630 25488 25488 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:19:03.630 25488 25488 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:19:03.630 25488 25488 I zygote  : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.content.pm.dex.ArtManager$SnapshotRuntimeProfileCallback" on path: DexPathList[[zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk", zip file "/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk"],nativeLibraryDirectories=[/data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/lib/arm, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/base.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.armeabi_v7a.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.en.apk!/lib/armeabi-v7a, /data/app/com.android.vending-8KdCr5pwTLLR9jMdfizb-w==/split_config.in.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
11-30 15:19:03.630 25488 25488 I zygote  :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
11-30 15:19:03.630 25488 25488 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
11-30 15:19:03.630 25488 25488 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-30 15:19:03.630 25488 25488 I zygote  :   at adcj plt.c() (PG:2)
11-30 15:19:03.630 25488 25488 I zygote  :   at adco esb.a(java.lang.Object) (PG:32)
11-30 15:19:03.630 25488 25488 I zygote  :   at java.lang.Object adaz.c(java.lang.Object, java.lang.Object) (PG:2)
11-30 15:19:03.630 25488 25488 I zygote  :   at void adbb.run() (PG:9)
11-30 15:19:03.630 25488 25488 I zygote  :   at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:790)
11-30 15:19:03.630 25488 25488 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:99)
11-30 15:19:03.630 25488 25488 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:19:03.630 25488 25488 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:19:03.630 25488 25488 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:19:03.630 25488 25488 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:19:03.630 25488 25488 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:19:03.630 25488 25488 I zygote  : 
11-30 15:19:03.634 25488 25661 D NetworkSecurityConfig: No Network Security Config specified, using platform default
11-30 15:19:03.637 25488 25661 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:19:03.637 25488 25661 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:19:03.641  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:19:03.653 25488 25488 I Finsky  : [2] jpm.P(1): Installer: Installer kick - no action, not running yet
11-30 15:19:03.657 25488 25488 I Finsky  : [2] pob.onStartJob(3): SCH: job service start with id 9492.
11-30 15:19:03.673 25488 25488 I Finsky  : [2] pob.onStartJob(3): SCH: job service start with id 9493.
11-30 15:19:03.675 25488 25847 I Finsky  : [43901] hsh.g(1): getDownloads()
11-30 15:19:03.698  4604  4604 I Launcher: onReceive: com.samsung.action.EVERY_MINUTE_CLOCK_UPDATE
11-30 15:19:03.718  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.sec.android.app.clockpackage
11-30 15:19:03.719  4604  4604 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:19:03.738  4604  4604 I LiveIconManager: getLiveIcon: complete(sync_created)
11-30 15:19:03.738  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.sec.android.app.clockpackage
11-30 15:19:03.740  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:19:03.740  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:19:03.740  2985  4271 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:03.750 25488 25725 I Finsky  : [43867] pmq.a(105): SCH: Satisfied jobs for 9492 are: 10-33
11-30 15:19:03.752  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.samsung.android.calendar
11-30 15:19:03.752  4604  4604 I BitmapCacheContainer: getBitmapCache: BitmapCache expired com.samsung.android.calendar/UserHandle{0}
11-30 15:19:03.752  4604  4604 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:19:03.757  4604  4604 I LiveIconManager: getLiveIcon: complete(sync_created)
11-30 15:19:03.757  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.samsung.android.calendar
11-30 15:19:03.758  4604  4604 D Notification.Badge: reloadBadges() entered.
11-30 15:19:03.785 13010 13649 E NetworkScheduler.ATC: Trying to release unacquired lock: com.google.android.gms/.languageprofile.GcmTaskService [CONTEXT service_id=218 ]
11-30 15:19:03.786 13010 13649 E NetworkScheduler.ATC: Trying to release unacquired lock: com.google.android.gms/.languageprofile.GcmTaskService [CONTEXT service_id=218 ]
11-30 15:19:03.799 25488 25854 I Finsky  : [43907] vfb.a(1): Warm data store was already initialized.
11-30 15:19:03.810 25488 25847 W zygote  : Verification of void aird.<init>(java.lang.String, boolean) took 128.521ms
11-30 15:19:03.825  2985  2999 I PrintManagerService: onPackageModified com.sec.spp.push
11-30 15:19:03.845 25488 25854 W Finsky  : [43907] oqi.g(3): RM: Attempting to inject rollback service before Android Q
11-30 15:19:03.858  5463 25631 E ZeroPartyBinder: Incorrect caller's signature
11-30 15:19:03.860  5463  7300 E ZeroPartyBinder: Incorrect caller's signature
11-30 15:19:03.861 25488 25725 I Finsky  : [43867] pmq.a(105): SCH: Satisfied jobs for 9493 are: 10-33
11-30 15:19:03.866 25488 25725 I zygote  : Deoptimizing void afex.Q(int, java.util.List, adqy, afew) due to JIT inline cache
11-30 15:19:03.878 25488 25854 I Finsky  : [43907] vfb.a(1): Warm data store was already initialized.
11-30 15:19:03.925 25488 25732 I Finsky  : [43870] pmg.accept(69): SCH: Scheduling phonesky job Id: 29-29, CT: 1638260339408, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }]
11-30 15:19:03.974 25488 25502 I zygote  : Background concurrent copying GC freed 76798(5MB) AllocSpace objects, 19(876KB) LOS objects, 49% free, 8MB/16MB, paused 334us total 247.227ms
11-30 15:19:03.981  2985  3070 W Choreographer: Frame time is 11.693401 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:19:03.991 25823 25840 D BadgeProvider: query, [selection] : null
11-30 15:19:03.994 25488 25854 I Finsky  : [43907] pgo.accept(28): SCH: Job 10-33 starting
11-30 15:19:04.007  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.email.provider = -1
11-30 15:19:04.007  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.email.provider/com.samsung.android.email.ui.activity.MessageListXL = -1
11-30 15:19:04.007  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.android.vending = -1
11-30 15:19:04.007  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.android.vending/.AssetBrowserActivity = -1
11-30 15:19:04.007  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.lool = -1
11-30 15:19:04.007  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.lool/com.samsung.android.sm.app.dashboard.SmartManagerDashBoardActivity = -1
11-30 15:19:04.007  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.android.settings = -1
11-30 15:19:04.007  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.android.settings/.Settings = -1
11-30 15:19:04.007  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.messaging = 782
11-30 15:19:04.007  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.messaging/com.android.mms.ui.ConversationComposer = 782
11-30 15:19:04.007  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.sec.android.app.samsungapps = 1
11-30 15:19:04.007  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.sec.android.app.samsungapps/.SamsungAppsMainActivity = 1
11-30 15:19:04.007  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.contacts = -1
11-30 15:19:04.007  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.contacts/com.android.dialer.DialtactsActivity = -1
11-30 15:19:04.007  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.wssyncmldm = -1
11-30 15:19:04.007  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.wssyncmldm/com.samsung.android.app.fotaclient.FotaApplication = -1
11-30 15:19:04.007  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.sec.android.app.myfiles = -1
11-30 15:19:04.007  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.sec.android.app.myfiles/.common.MainActivity = -1
11-30 15:19:04.007  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.google.android.youtube = 1
11-30 15:19:04.007  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.google.android.youtube/.app.honeycomb.Shell$HomeActivity = 1
11-30 15:19:04.007  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.sec.android.app.sbrowser = -1
11-30 15:19:04.007  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.sec.android.app.sbrowser/.SBrowserMainActivity = -1
11-30 15:19:04.007  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.instagram.android = 1
11-30 15:19:04.007  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.instagram.android/.activity.MainTabActivity = 1
11-30 15:19:04.007  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.ultimateguitar.tabs = 0
11-30 15:19:04.007  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.facebook.orca = 1
11-30 15:19:04.007  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.facebook.orca/.auth.StartScreenActivity = 1
11-30 15:19:04.007  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.zuuks.truck.simulator.euro = -1
11-30 15:19:04.007  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.zuuks.truck.simulator.euro/com.unity3d.player.UnityPlayerNativeActivity = -1
11-30 15:19:04.007  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.facebook.katana = 4
11-30 15:19:04.007  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.facebook.katana/.LoginActivity = 4
11-30 15:19:04.007  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.app.bikemode = -1
11-30 15:19:04.007  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.app.bikemode/.BMActivities.BMOFFScreen = -1
11-30 15:19:04.008  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.concierge = 0
11-30 15:19:04.008  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.lenovo.anyshare.gps = 6
11-30 15:19:04.008  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.lenovo.anyshare.gps/com.lenovo.anyshare.ApMainActivity = 6
11-30 15:19:04.008  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.microsoft.office.onenote = -1
11-30 15:19:04.008  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.microsoft.office.onenote/.ui.ONMSplashActivity = -1
11-30 15:19:04.008  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.skype.raider = -1
11-30 15:19:04.008  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.skype.raider/.Main = -1
11-30 15:19:04.008  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.whatsapp = 1210
11-30 15:19:04.008  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.whatsapp/.Main = 1210
11-30 15:19:04.008  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.scloud = 1
11-30 15:19:04.008  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.scloud/.app.ui.splash.launcher = 1
11-30 15:19:04.008  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.app.simplesharing = 0
11-30 15:19:04.008  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.calendar = -1
11-30 15:19:04.008  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.calendar/com.android.calendar.AllInOneActivity = -1
11-30 15:19:04.008  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.voc = 0
11-30 15:19:04.008  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.knox.securefolder = 1
11-30 15:19:04.008  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.knox.securefolder/.containeragent.ui.settings.KnoxSettingsAboutKnoxActivity = 1
11-30 15:19:04.008  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.linecorp.linelite = 0
11-30 15:19:04.008  4604  4680 D BadgeCache: 1. updateBadgeCounts: jp.naver.line.android = 999
11-30 15:19:04.008  4604  4680 D BadgeCache: 2. updateBadgeCounts: jp.naver.line.android/.activity.SplashActivity = 999
11-30 15:19:04.008  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.telkomsel.telkomselcm = 0
11-30 15:19:04.008  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.jaman.gabchat = 0
11-30 15:19:04.008  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.lazada.android = 354
11-30 15:19:04.008  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.lazada.android/com.lazada.activities.EnterActivity = 354
11-30 15:19:04.008  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.lohcj.lohcj.imeetmyself = 0
11-30 15:19:04.008  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.ruangkerja.mobile = 0
11-30 15:19:04.008  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.lohcj.lohcj.imeetmyself = 0
11-30 15:19:04.008  4604  4680 D BadgeCache: 1. updateBadgeCounts: org.telegram.messenger = 327
11-30 15:19:04.008  4604  4680 D BadgeCache: 2. updateBadgeCounts: org.telegram.messenger/org.telegram.ui.LaunchActivity = 327
11-30 15:19:04.008  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.parallel.space.lite = 99
11-30 15:19:04.008  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.parallel.space.lite/com.lbe.parallel.ui.tour.SplashActivity = 99
11-30 15:19:04.008  4604  4680 D BadgeCache: 1. updateBadgeCounts: net.cashpop.id = 1
11-30 15:19:04.008  4604  4680 D BadgeCache: 2. updateBadgeCounts: net.cashpop.id/.activity.SignActivity = 1
11-30 15:19:04.008  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.slowlyapp = 1
11-30 15:19:04.008  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.slowlyapp/.MainActivity = 1
11-30 15:19:04.008  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.adrianocola.mrpg = 0
11-30 15:19:04.008  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.lbe.parallel.intl = 99
11-30 15:19:04.008  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.lbe.parallel.intl/com.lbe.parallel.ui.tour.SplashActivity = 99
11-30 15:19:04.008  4604  4680 D BadgeCache: 1. updateBadgeCounts: new.WAStickerApps.funnycat.kitten.stickers = 0
11-30 15:19:04.008  4604  4680 D BadgeCache: 1. updateBadgeCounts: news.buzzbreak.android = 0
11-30 15:19:04.009  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.authfw = -1
11-30 15:19:04.009  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.authfw/.samsungpass.ui.activity.EntryLauncher = -1
11-30 15:19:04.009  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.authfw = -1
11-30 15:19:04.009  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.authfw/.samsungpass.launcher.EntryLauncher = -1
11-30 15:19:04.009  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.samsungpass = -1
11-30 15:19:04.009  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.samsungpass/.ui.activity.EntryLauncher = -1
11-30 15:19:04.009  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.samsungpass = -1
11-30 15:19:04.009  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.samsungpass/.launcher.EntryLauncher = -1
11-30 15:19:04.009  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.vitiglobal.cashtree = 0
11-30 15:19:04.009  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.game.gamehome = 0
11-30 15:19:04.009  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.facebook.mlite = 0
11-30 15:19:04.009  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.instagram.lite = 0
11-30 15:19:04.009  4604  4680 D BadgeCache: 1. updateBadgeCounts: id.tanyanetizen.android = 0
11-30 15:19:04.009  4604  4680 D BadgeCache: 1. updateBadgeCounts: asia.bluepay.clientin = 0
11-30 15:19:04.009  4604  4680 D BadgeCache: 1. updateBadgeCounts: id.flip = 0
11-30 15:19:04.011  4604  4680 D BadgeCache: updateBadgeCounts(), tempBadges.size() : [41], user : [UserHandle{0}]
11-30 15:19:04.011 25488 25488 I Finsky  : [2] AutoUpdateHygieneJob.a(8): AU2: hygiene task started
11-30 15:19:04.014 21790 21790 I Finsky:background: [2] kmm.onCreate(2): IPC-SERVER: Starting gRPC host service...
11-30 15:19:04.016 16033 25597 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.phenotype.service.sync.PackageUpdateTaskService started execution. cause:14 exec_start_elapsed_seconds: 458647 [CONTEXT service_id=218 ]
11-30 15:19:04.020  2985  3827 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.sec.android.provider.badge user:150
11-30 15:19:04.023  2985  3827 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:19:04.023  2985  3827 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.sec.android.provider.badge user:150
11-30 15:19:04.026  2985  3827 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:19:04.048 25857 25857 I Zygote  : Unshare entire /
11-30 15:19:04.061 16033 23954 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.mdi.download.service.MddGcmTaskService started execution. cause:14 exec_start_elapsed_seconds: 458647 [CONTEXT service_id=218 ]
11-30 15:19:04.069 25857 25857 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:19:04.069 25857 25857 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:19:04.069 25857 25857 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:19:04.069 25857 25857 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:19:04.069 25857 25857 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:19:04.070 25857 25857 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:19:04.070  2985  3002 I zygote  : Successfully killed process cgroup uid 15010018 pid 24337 in 11ms
11-30 15:19:04.072 25857 25857 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:19:04.074 25857 25857 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:19:04.074 25857 25857 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:19:04.077 21790 25865 I Finsky:background: [43604] hqb.f(1): getDownloads()
11-30 15:19:04.080 25857 25857 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:04.081 25857 25857 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c662,c768, pkgname=com.sec.android.provider.badge 
11-30 15:19:04.097 16067 25616 E SQLiteLog: (10) POSIX Error : 11 SQLite Error : 3850
11-30 15:19:04.097 16067 25616 E SQLiteLog: (10) LOCK : Getting lock (4) failed due to (11). The current owner is (16033).
11-30 15:19:04.097 16067 25616 E SQLiteLog: (5) statement aborts at 1: [PRAGMA journal_mode=PERSIST] database is locked
11-30 15:19:04.098 16067 25616 W SQLiteConnection: Could not change the database journal mode of '/data/user/0/com.google.android.gms/databases/phenotype.db' from 'wal' to 'PERSIST' because the database is locked.  This usually means that there are other open connections to the database which prevents the database from enabling or disabling write-ahead logging mode.  Proceeding without changing the journal mode.
11-30 15:19:04.107  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010002 ,Container id: 150
11-30 15:19:04.107  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010002 ,Container id: 150
11-30 15:19:04.107  2985  5094 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:19:04.107  2985  5094 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:04.108  4604 21401 D LauncherApps: onPackageChanged 0,com.sec.spp.push
11-30 15:19:04.108  4604  4604 D Launcher.Model: onPackageChanged:com.sec.spp.push user:UserHandle{0}
11-30 15:19:04.108  4604  4604 D Launcher.Model: isValidStateInKnoxMode:false user:UserHandle{0}
11-30 15:19:04.109  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010002 ,Container id: 150
11-30 15:19:04.109  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010002 ,Container id: 150
11-30 15:19:04.110  2985  5094 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:19:04.110  2985  5094 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:04.112 25857 25857 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:04.122  2985  2999 D EnterpriseDeviceManagerService: onPackageUpdateFinished - packageName: com.sec.spp.push, uid: 15010039
11-30 15:19:04.124  2985  2999 D EnterpriseDeviceManagerService: Package has changed for user 150
11-30 15:19:04.124  2985  2999 D EnterpriseDeviceManagerService: Admin package name: com.google.android.gms
11-30 15:19:04.124  2985  2999 D EnterpriseDeviceManagerService: Admin package name: com.samsung.knox.securefolder
11-30 15:19:04.124  2985  2999 D EnterpriseDeviceManagerService: Admin package name: com.google.android.gms
11-30 15:19:04.126 16033 23954 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.mdi.download.service.MddGcmTaskService started execution. cause:14 exec_start_elapsed_seconds: 458647 [CONTEXT service_id=218 ]
11-30 15:19:04.127  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:19:04.127  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:19:04.135 25857 25857 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010002
11-30 15:19:04.135 25857 25857 D Proxy   : mdoP is null: 15010002
11-30 15:19:04.144  2985  3002 I zygote  : Successfully killed process cgroup uid 10011 pid 24438 in 15ms
11-30 15:19:04.147  2985  3070 W Choreographer: Frame time is 12.218078 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:19:04.154 16033 23954 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.phenotype.service.sync.PackageUpdateTaskService started execution. cause:14 exec_start_elapsed_seconds: 458647 [CONTEXT service_id=218 ]
11-30 15:19:04.158 25857 25857 D BadgeProvider: onCreate
11-30 15:19:04.158 25857 25857 D BadgeProvider: DatabaseHelper
11-30 15:19:04.178  2985  3578 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.gsf user:150
11-30 15:19:04.180  2985  3578 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:19:04.180  2985  3578 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.gsf user:150
11-30 15:19:04.181  2985  3578 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:19:04.186 16067 25616 E SQLiteLog: (10) POSIX Error : 11 SQLite Error : 3850
11-30 15:19:04.186 16067 25616 E SQLiteLog: (10) LOCK : Getting lock (4) failed due to (11). The current owner is (16033).
11-30 15:19:04.195 13746 13746 D BoundBrokerSvc: onBind: Intent { act=com.google.android.mdd.service.START cmp=com.google.android.gms/.chimera.GmsBoundBrokerService PairActivityUserId=150 }
11-30 15:19:04.195 25877 25877 I Zygote  : Unshare entire /
11-30 15:19:04.195 13746 13746 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.mdd.service.START cmp=com.google.android.gms/.chimera.GmsBoundBrokerService PairActivityUserId=150 }
11-30 15:19:04.197  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:04.198  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:04.198  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:04.200 25877 25877 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:19:04.201 25877 25877 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:19:04.201 25877 25877 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:19:04.201 25877 25877 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:19:04.201 25877 25877 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:19:04.201 25877 25877 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:19:04.201 25877 25877 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:19:04.201 25877 25877 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:19:04.201 25877 25877 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:19:04.203 25877 25877 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:04.204 25877 25877 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c662,c768, pkgname=com.google.process.gservices 
11-30 15:19:04.232  2985  2995 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010018 ,Container id: 150
11-30 15:19:04.233  2985  2995 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010018 ,Container id: 150
11-30 15:19:04.233  2985  2995 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:19:04.233  2985  2995 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:04.236  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010018 ,Container id: 150
11-30 15:19:04.248 25488 25707 I Finsky  : [43862] ffa.b(34): AU2: Successfully cleaned-up UpdateFailureHistory
11-30 15:19:04.250 25488 25707 I Finsky  : [43862] pgq.apply(52): SCH: Scheduling 0 system job(s)
11-30 15:19:04.300 25857 25875 D BadgeProvider: onOpen
11-30 15:19:04.302  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010018 ,Container id: 150
11-30 15:19:04.302  2985  3827 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:19:04.302  2985  3827 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:04.304 25857 25875 D BadgeProvider: query, [selection] : null
11-30 15:19:04.305 25877 25877 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:04.306  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.sec.android.app.samsungapps = 0
11-30 15:19:04.306  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.email.provider = -1
11-30 15:19:04.306  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.email.provider/com.samsung.android.email.ui.activity.MessageListXL = -1
11-30 15:19:04.307  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.authfw = -1
11-30 15:19:04.307  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.authfw/.samsungpass.ui.activity.EntryLauncher = -1
11-30 15:19:04.307  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.authfw = -1
11-30 15:19:04.307  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.authfw/.samsungpass.launcher.EntryLauncher = -1
11-30 15:19:04.307  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.samsungpass = -1
11-30 15:19:04.307  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.samsungpass/.ui.activity.EntryLauncher = -1
11-30 15:19:04.307  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.samsungpass = -1
11-30 15:19:04.307  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.samsungpass/.launcher.EntryLauncher = -1
11-30 15:19:04.307 13010 13649 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.languageprofile.GcmTaskService finished executing. cause:2 result: 4 elapsed_millis: 277618 uptime_millis: 277618 exec_start_elapsed_seconds: 458369 [CONTEXT service_id=218 ]
11-30 15:19:04.309 16067  8952 I zygote  : Deoptimizing android.content.SharedPreferences azvi.aV(android.content.Context, java.lang.String, bhed) due to JIT inline cache
11-30 15:19:04.315  4604  4680 D BadgeCache: updateBadgeCounts(), tempBadges.size() : [41], user : [UserHandle{150}]
11-30 15:19:04.315  4604  4680 D BadgeCache: updateBadgeCounts(), final size : 41
11-30 15:19:04.315  4604  4680 D Notification.Badge: reloadBadges(), badges count : 41
11-30 15:19:04.327 25877 25877 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010018
11-30 15:19:04.328 25877 25877 D Proxy   : mdoP is null: 15010018
11-30 15:19:04.341 16033 25597 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.mdi.download.service.MddGcmTaskService finished executing. cause:14 result: 1 elapsed_millis: 501 uptime_millis: 501 exec_start_elapsed_seconds: 458647 [CONTEXT service_id=218 ]
11-30 15:19:04.346  4604  4680 W Launcher.Model: checkFinderState return, operation is not matched
11-30 15:19:04.346  4604  4680 D Launcher.Model: Loader.updatePackage com.sec.spp.push
11-30 15:19:04.358  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 0
11-30 15:19:04.358  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 0
11-30 15:19:04.359  4604  4680 D DataLoader: updatePackage:com.sec.spp.push
11-30 15:19:04.421 13010 13649 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.languageprofile.GcmTaskService finished executing. cause:2 result: 4 elapsed_millis: 277698 uptime_millis: 277698 exec_start_elapsed_seconds: 458369 [CONTEXT service_id=218 ]
11-30 15:19:04.439  2985  5094 D LauncherAppsService: is Package Hidden: false
11-30 15:19:04.440  2985  5094 D LauncherAppsService: is Package Hidden: false
11-30 15:19:04.443  4604  4680 D WidgetLoader: ignore dirty because widgets are not changed
11-30 15:19:04.452 25877 25877 I GservicesProvider: Gservices pushing to system: true; secure/global: true
11-30 15:19:04.494 25488 25864 I zygote  : Deoptimizing int afcg.c() due to JIT inline cache
11-30 15:19:04.495 25488 25864 I zygote  : Deoptimizing java.lang.Object afcg.W(afew, afco) due to JIT inline cache
11-30 15:19:04.506 25488 25727 I Finsky  : [43869] hsh.g(1): getDownloads()
11-30 15:19:04.510 21790 25865 I Finsky:background: [43604] hqb.f(1): getDownloads()
11-30 15:19:04.529 25488 25849 I Finsky  : [43903] jox.run(20): Installer: Installer starting
11-30 15:19:04.530 25488 25849 I Finsky  : [43903] jox.run(22): Installer: Installer started
11-30 15:19:04.561  5463  7300 E ZeroPartyBinder: Incorrect caller's signature
11-30 15:19:04.562 13010 19924 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.mdi.download.service.MddGcmTaskService started execution. cause:14 exec_start_elapsed_seconds: 458648 [CONTEXT service_id=218 ]
11-30 15:19:04.581 25488 25488 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=false, apps=[]
11-30 15:19:04.601  5463  7300 E ZeroPartyBinder: Incorrect caller's signature
11-30 15:19:04.601 13010 22198 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.phenotype.service.sync.PackageUpdateTaskService started execution. cause:14 exec_start_elapsed_seconds: 458648 [CONTEXT service_id=218 ]
11-30 15:19:04.611 25488 25894 I Finsky  : [43913] jss.a(101): IV2: found recoverable installs: []
11-30 15:19:04.695 25170 25690 E fb4a.FbnsAIDLClientManager: Max Try reached for binding to FbnsAIDLService, threadId 43967
11-30 15:19:04.703 25170 25690 E fb4a.FbnsAIDLClientManager: Fbns AIDL request got RemoteException
11-30 15:19:04.703 25170 25690 E fb4a.FbnsAIDLClientManager: android.os.RemoteException: AIDLService is not bound
11-30 15:19:04.703 25170 25690 E fb4a.FbnsAIDLClientManager: 	at X.0Rl.call(:416)
11-30 15:19:04.703 25170 25690 E fb4a.FbnsAIDLClientManager: 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
11-30 15:19:04.703 25170 25690 E fb4a.FbnsAIDLClientManager: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:04.703 25170 25690 E fb4a.FbnsAIDLClientManager: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:04.703 25170 25690 E fb4a.FbnsAIDLClientManager: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:04.717  2985  3070 W Choreographer: Frame time is 10.368551 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:19:04.722  2985  3002 I zygote  : Successfully killed process cgroup uid 10018 pid 23689 in 26ms
11-30 15:19:04.722  2985  3002 I zygote  : Successfully killed process cgroup uid 15010011 pid 24514 in 0ms
11-30 15:19:04.829 16033 23954 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.icing.mdh.service.MobileDataHubGcmTaskService started execution. cause:5 exec_start_elapsed_seconds: 458648 [CONTEXT service_id=218 ]
11-30 15:19:04.853 25488 25495 I zygote  : Do full code cache collection, code=249KB, data=160KB
11-30 15:19:04.853  2985  3002 I zygote  : Successfully killed process cgroup uid 10211 pid 24729 in 64ms
11-30 15:19:04.854  2985  3002 I zygote  : Successfully killed process cgroup uid 10047 pid 24689 in 0ms
11-30 15:19:04.854 25488 25495 I zygote  : After code cache collection, code=225KB, data=131KB
11-30 15:19:04.858 25488 25488 I Finsky  : [2] qnp.a(1): Connecting InstallListener to SplitInstallService broadcaster...
11-30 15:19:04.950 21258 21478 E WakeLock: *gms_scheduler*/com.google.android.gms/.icing.indexapi.PeriodicRebuildIndexService ** IS FORCE-RELEASED ON TIMEOUT **
11-30 15:19:05.026 21258 21478 E WakeLock: *gms_scheduler*/com.google.android.gms/.contactinteractions.service.ContactInteractionsTaskService ** IS FORCE-RELEASED ON TIMEOUT **
11-30 15:19:05.114 16033 25597 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.mdi.download.service.MddGcmTaskService finished executing. cause:14 result: 1 elapsed_millis: 1081 uptime_millis: 1082 exec_start_elapsed_seconds: 458647 [CONTEXT service_id=218 ]
11-30 15:19:05.151 16067 22301 E cbrj    : *~*~*~ Channel {0} was not shutdown properly!!! ~*~*~*
11-30 15:19:05.151 16067 22301 E cbrj    :     Make sure to call shutdown()/shutdownNow() and wait until awaitTermination() returns true.
11-30 15:19:05.151 16067 22301 E cbrj    : java.lang.RuntimeException: ManagedChannel allocation site
11-30 15:19:05.151 16067 22301 E cbrj    : 	at cbri.<init>(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:19:05.151 16067 22301 E cbrj    : 	at cbrj.<init>(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:05.151 16067 22301 E cbrj    : 	at cbkx.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):22)
11-30 15:19:05.151 16067 22301 E cbrj    : 	at rmz.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):22)
11-30 15:19:05.151 16067 22301 E cbrj    : 	at rmz.d(:com.google.android.gms@214218018@21.42.18 (040308-410302452):1)
11-30 15:19:05.151 16067 22301 E cbrj    : 	at aoxu.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):6)
11-30 15:19:05.151 16067 22301 E cbrj    : 	at aoxc.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):1)
11-30 15:19:05.151 16067 22301 E cbrj    : 	at aoxc.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:19:05.151 16067 22301 E cbrj    : 	at pug.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):1)
11-30 15:19:05.151 16067 22301 E cbrj    : 	at rrg.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):6)
11-30 15:19:05.151 16067 22301 E cbrj    : 	at rrg.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):7)
11-30 15:19:05.151 16067 22301 E cbrj    : 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:05.151 16067 22301 E cbrj    : 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:05.151 16067 22301 E cbrj    : 	at rvm.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:19:05.151 16067 22301 E cbrj    : 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:05.167  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:19:05.198  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:05.198  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:05.198  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:05.282  6077  6077 I GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=18692 trafficStatsUid=-1
11-30 15:19:05.371  2985  2999 W Searchables: No global search activity found
11-30 15:19:05.400  2985  2999 W Searchables: No global search activity found
11-30 15:19:05.401  2985  2999 I PrintManagerService: onPackageModified com.sec.spp.push
11-30 15:19:05.506 13746 25581 I zygote  : Deoptimizing bhkp bhkn.d(java.lang.Comparable, java.lang.Comparable) due to JIT inline cache
11-30 15:19:05.555 15154 15154 I Finsky:background: [2] kmm.onCreate(2): IPC-SERVER: Starting gRPC host service...
11-30 15:19:05.563 25488 25495 I zygote  : Do partial code cache collection, code=235KB, data=142KB
11-30 15:19:05.563 25488 25495 I zygote  : After code cache collection, code=235KB, data=142KB
11-30 15:19:05.563 25488 25495 I zygote  : Increasing code cache capacity to 1024KB
11-30 15:19:05.569  4604 21401 D LauncherApps: onPackageChanged 150,com.sec.spp.push
11-30 15:19:05.569  4604  4604 D Launcher.Model: onPackageChanged:com.sec.spp.push user:UserHandle{150}
11-30 15:19:05.569  4604  4604 D Launcher.Model: isValidStateInKnoxMode:false user:UserHandle{150}
11-30 15:19:05.569  4604  4680 W Launcher.Model: checkFinderState return, operation is not matched
11-30 15:19:05.570  4604  4680 D Launcher.Model: Loader.updatePackage com.sec.spp.push
11-30 15:19:05.571  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 150
11-30 15:19:05.571  4604  4680 V LauncherApps: source and target users are different, and caller is knox container or target user is for secure folder, so request cannot be granted!
11-30 15:19:05.571  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 150
11-30 15:19:05.571  4604  4680 V LauncherApps: source and target users are different, and caller is knox container or target user is for secure folder, so request cannot be granted!
11-30 15:19:05.571  4604  4680 D DataLoader: updatePackage:com.sec.spp.push
11-30 15:19:05.578  4604  4977 D WidgetLoader: start loading
11-30 15:19:05.588 14965 15251 I Finsky  : [43233] nem.run(5): Session for com.android.chrome already exists, skipping creation
11-30 15:19:05.600 16033 25597 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.autofill.events.AutofillGcmTaskService started execution. cause:5 exec_start_elapsed_seconds: 458648 [CONTEXT service_id=218 ]
11-30 15:19:05.609 15154 25909 I Finsky:background: [43284] hqb.c(12): enqueue(request_id=534, files_to_download=1, context[group_id=com.android.chrome], display_data[invisible=false, title=Google Chrome: Fast & Secure], network_restrictions=1)
11-30 15:19:05.621  2985  3002 I zygote  : Successfully killed process cgroup uid 10009 pid 23590 in 5ms
11-30 15:19:05.623  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.googlequicksearchbox user:150
11-30 15:19:05.623  2985  3002 W zygote  : Failed to open process cgroup uid 99496 pid 25330: No such file or directory
11-30 15:19:05.623  2985  3002 E zygote  : Error encountered killing process cgroup uid 99496 pid 25330: No such file or directory
11-30 15:19:05.626  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:19:05.626  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.googlequicksearchbox user:150
11-30 15:19:05.629  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:19:05.645 25912 25912 I Zygote  : Unshare entire /
11-30 15:19:05.651 25912 25912 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:19:05.651 25912 25912 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:19:05.651 25912 25912 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:19:05.651 25912 25912 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:19:05.651 25912 25912 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:19:05.652 25912 25912 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:19:05.652 25912 25912 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:19:05.652 25912 25912 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:19:05.652 25912 25912 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:19:05.654 25912 25912 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:05.655 25912 25912 I SELinux : SELinux: seapp_context_lookup: seinfo=apm, level=s0:c662,c768, pkgname=com.google.android.googlequicksearchbox:search 
11-30 15:19:05.662  4604  4680 D LauncherAWProviderInfo: GSA replace initialLayout. 
11-30 15:19:05.664  4604  4977 D LauncherAWProviderInfo: GSA replace initialLayout. 
11-30 15:19:05.669  2985  3070 W Choreographer: Frame time is 11.065254 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:19:05.673 15154 25918 I Finsky:background: [43286] gef.X(3): Broadcasting <534:QUEUED with WAITING_FOR_START:0%[0%]>.
11-30 15:19:05.696  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010078 ,Container id: 150
11-30 15:19:05.707  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010078 ,Container id: 150
11-30 15:19:05.707  2985  5094 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:19:05.707  2985  5094 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:05.714  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010078 ,Container id: 150
11-30 15:19:05.714  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010078 ,Container id: 150
11-30 15:19:05.714  2985  5094 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:19:05.714  2985  5094 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:05.716 25912 25912 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:05.723  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:05.724  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 1 line
11-30 15:19:05.724  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:05.724  2985  5083 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:05.778  2985  5083 I chatty  : uid=1000(system) Binder:2985_15 identical 16 lines
11-30 15:19:05.778  2985  5083 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:05.778  2985  3002 I zygote  : Successfully killed process cgroup uid 10227 pid 25137 in 154ms
11-30 15:19:05.779  2985  3002 I zygote  : Successfully killed process cgroup uid 15001000 pid 23900 in 0ms
11-30 15:19:05.779  2985  3002 I zygote  : Successfully killed process cgroup uid 1000 pid 23835 in 0ms
11-30 15:19:05.851  2985  5083 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:05.852  2985  5083 I chatty  : uid=1000(system) Binder:2985_15 identical 4 lines
11-30 15:19:05.852  2985  5083 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:05.893  4604  4977 D WidgetLoader: enter wait
11-30 15:19:05.894 25912 25912 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010078
11-30 15:19:05.895 25912 25912 D Proxy   : mdoP is null: 15010078
11-30 15:19:05.895 14965 14988 I Finsky  : [43174] fxt.run(14): Stats for Executor: BlockingExecutor hyp@5ac0b23[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 144]
11-30 15:19:05.896 14965 14988 I Finsky  : [43174] fxt.run(14): Stats for Executor: LightweightExecutor hyp@5b79820[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 1527]
11-30 15:19:05.907  2985  2994 I zygote  : Background concurrent copying GC freed 474869(20MB) AllocSpace objects, 82(6MB) LOS objects, 26% free, 68MB/92MB, paused 417us total 988.372ms
11-30 15:19:06.107 15154 15470 D SharedPreferencesImpl: Time required to fsync /data/user/150/com.android.vending/shared_prefs/download_service_preferences_key.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 4, <32: 0, <64: 1, <128: 0, <256: 0, <512: 2, <1024: 0, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:19:06.119 16033 23954 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.autofill.events.AutofillGcmTaskService finished executing. cause:5 result: 1 elapsed_millis: 926 uptime_millis: 926 exec_start_elapsed_seconds: 458648 [CONTEXT service_id=218 ]
11-30 15:19:06.198  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:06.198  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:06.198  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:06.206 14965 14965 I Finsky  : [2] pob.onStartJob(3): SCH: job service start with id 9018.
11-30 15:19:06.228  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 7 99 -7 -200 -7 -200 -1 12 -99 -11 -10 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:19:06.228  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:19:06.234  6077  6077 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE cmp=com.google.android.gms/.chimera.PersistentInternalBoundBrokerService PairActivityUserId=150 }
11-30 15:19:06.234  6077  6077 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE cmp=com.google.android.gms/.chimera.PersistentInternalBoundBrokerService PairActivityUserId=150 }
11-30 15:19:06.263  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.264  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 4 lines
11-30 15:19:06.264  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.267  2985  3578 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:06.267  2985  3578 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:06.287 14965 14988 I Finsky  : [43174] fxt.run(14): Stats for Executor: bgExecutor hyp@845b5d9[Running, pool size = 4, active threads = 1, queued tasks = 0, completed tasks = 881]
11-30 15:19:06.287  2985  3578 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:06.288  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.288  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 1 line
11-30 15:19:06.288  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.288  2985  3578 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:06.289  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.290  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 4 lines
11-30 15:19:06.290  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.290 14965 23875 I Finsky  : [43433] pmq.a(105): SCH: Satisfied jobs for 9018 are: 12-1
11-30 15:19:06.291  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.292  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 4 lines
11-30 15:19:06.292  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.294  2985  5102 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.294  2985  5102 I chatty  : uid=1000(system) Binder:2985_20 identical 1 line
11-30 15:19:06.294  2985  5102 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.295  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.295  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 1 line
11-30 15:19:06.295  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.296 15154 15154 I Finsky:background: [2] DownloadService.onStartCommand(2): DownloadService is getting started sticky with notification.
11-30 15:19:06.422  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.422  2985  2985 I chatty  : uid=1000 system_server identical 1 line
11-30 15:19:06.422  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.435  2985  2985 D AudioService: isEnabled
11-30 15:19:06.447  2985  3000 W ResourceType: ResTable_typeSpec entry count inconsistent: given 141, previously 169
11-30 15:19:06.447  3510  3510 D StatusBar: addNotification key=150|com.android.vending|-56862258|null|15010040 fullscreen:false
11-30 15:19:06.448 15154 15169 I zygote  : Background concurrent copying GC freed 3509(378KB) AllocSpace objects, 2(104KB) LOS objects, 49% free, 1922KB/3MB, paused 253us total 203.608ms
11-30 15:19:06.458  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = android,userId = 150
11-30 15:19:06.458  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:06.458  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = android,userId = 0
11-30 15:19:06.458  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:06.460  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:06.460  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:06.460  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:06.460  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:06.464  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.465  2985  2985 I chatty  : uid=1000 system_server identical 1 line
11-30 15:19:06.466  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.469 16067 22301 I zygote  : Deoptimizing void brhc.L(int, java.util.List, brdx, brhb) due to JIT inline cache
11-30 15:19:06.469 16067 22301 I zygote  : Deoptimizing void brgn.Y(java.lang.Object, brdx) due to JIT inline cache
11-30 15:19:06.469 16067 22301 I zygote  : Deoptimizing void brdx.k(int, java.lang.Object, brhb) due to JIT inline cache
11-30 15:19:06.478  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:06.482  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.483  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:19:06.483  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.483  2985  2985 D AudioService: isEnabled
11-30 15:19:06.491 15154 25918 I Finsky:background: [43286] gef.X(3): Broadcasting <534:RUNNING:0%[0%]>.
11-30 15:19:06.494  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.514  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 6 lines
11-30 15:19:06.514  2985  3578 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:19:06.514  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.514  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.514  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:19:06.514  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.517  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 10 lines
11-30 15:19:06.517  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.518  3510  3510 D StatusBar: addNotification key=150|com.android.vending|-56862258|null|15010040 fullscreen:false
11-30 15:19:06.519  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.519  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 1 line
11-30 15:19:06.519  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.520  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.520  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 1 line
11-30 15:19:06.520  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.526  2985  3612 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:06.526  2985  3612 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:06.527  2985  3612 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:06.527  2985  3612 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:06.527  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:06.533 14965 25931 I Finsky  : [43472] pgo.accept(28): SCH: Job 12-1 starting
11-30 15:19:06.545 14965 14965 I Finsky  : [2] ContentSyncJob.x(1): [ContentSync] job started
11-30 15:19:06.587 14965 14965 I Finsky  : [2] fjo.b(59): Installer::IT: Sending Resource Request for com.android.chrome (downloadid: com.android.chrome)
11-30 15:19:06.597  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.598  2985  2985 I chatty  : uid=1000 system_server identical 1 line
11-30 15:19:06.599  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.614  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:19:06.614  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:19:06.666  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:19:06.666  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:19:06.666  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:19:06.674  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.675  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:19:06.675  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:06.675  2985  2985 D AudioService: isEnabled
11-30 15:19:06.675  2985  3612 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:19:06.675  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:19:06.676  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:19:06.678  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:19:06.678  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:19:06.678  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:19:06.718 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:19:06.725 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:19:06.742  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:19:06.742  2985  2985 I MotionRecognitionService: Plugged
11-30 15:19:06.742 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:19:06.742  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:19:06.742  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:19:06.742 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:19:06.752  3510  3510 D StatusBar: addNotification key=150|com.android.vending|-56862258|null|15010040 fullscreen:false
11-30 15:19:06.761  2985  3578 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:19:06.762  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:06.764  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:19:06.769  2985  3578 D PersonaManagerService: securefolder Secure Folder
11-30 15:19:06.770 23617 23617 I Finsky  : [2] pob.onStartJob(3): SCH: job service start with id 9793.
11-30 15:19:06.776  2985  3612 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:19:06.776  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:19:06.776  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:19:06.776  2985  3612 D PersonaManagerService: securefolder Secure Folder
11-30 15:19:06.802 14965 25936 I Finsky  : [43473] zr.s(1): Completed 0 account content syncs with 0 successful.
11-30 15:19:06.803 14965 14965 I Finsky  : [2] ContentSyncJob.a(1): [ContentSync] Installation state replication succeeded.
11-30 15:19:06.803 14965 14965 I Finsky  : [2] pmo.s(4): SCH: jobFinished: 12-1. TimeElapsed: 264ms.
11-30 15:19:06.812 15154 25933 I Finsky:background: [43288] hrp.e(2): Reading task has started.
11-30 15:19:06.812 15154 25934 I Finsky:background: [43289] hrp.f(2): Writing task has started.
11-30 15:19:06.833 15154 25933 I Finsky:background: [43288] hrp.e(19): Open stream from https://play.googleapis.com/download/by-token/download?token=AOTCm0RKNSHlqC7PaRRI3Bw9IckxduxdPzbhKYqsjukc5z4bki58mrGG7I_yS-K4SMGGD9pv8U8W7hpJ1BnaUkLU00mahUAi2Cejapgah9kGECUew60cgmwGiIRsSDgShTCTGS9g3_PItsAsVJ7PNTHGqgVTR7A2V1NBKFM832gk17aOs0haXgYaV7kDYg3QcYTtnIsqFohRImR-5xtIYMPVVa9KkdUopFsEqkjtFRizmxHBvLjmvGu6rZMCygb6WEaESWzNyad6ZG-AA31t1-4IlGHpYqVEY6VGcZycsCaTAXgTzQLYtL-njISpFjss6kgsk5yD9_bR5JT06_JY_7qe_wOfK2s_u2zYBzGfbSWX6-pOT3vyau5-x_yNGuNclq-fej95nV0OLY4hTnS1yWuJVek0bblQMxO_P037dgcMLnFxClErfGY&cpn=AlSvHm6U4uuQn_XI&isid=-4w61AazS--uuVO9gTB1xQ&isbg=1&server=boq [byteRangeStart=0-byteRangeStop=0]
11-30 15:19:06.851 15154 25933 D akqj    : setConnectTimeout is not supported by CronetHttpURLConnection
11-30 15:19:06.860  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:19:06.865 23617 25586 I Finsky  : [43827] pmq.a(105): SCH: Satisfied jobs for 9793 are: 12-1
11-30 15:19:06.867 14965 15031 I Finsky  : [43185] pmg.accept(69): SCH: Scheduling phonesky job Id: 1-1337, CT: 1638256269428, Constraints: [{ L: 42986252, D: 86186252, C: 1, I: 1, N: 1 }]
11-30 15:19:06.870 23617 25943 I Finsky  : [43841] pgo.accept(28): SCH: Job 12-1 starting
11-30 15:19:06.871 23617 23617 I Finsky  : [2] ContentSyncJob.x(1): [ContentSync] job started
11-30 15:19:06.969 14965 15031 I Finsky  : [43185] pgq.apply(52): SCH: Scheduling 1 system job(s)
11-30 15:19:06.970 14965 15031 I Finsky  : [43185] pgq.apply(58): SCH: Scheduling system job Id: 9026, L: 38908711, D: 82108711, C: false, I: false, N: 1
11-30 15:19:06.992 16033 16033 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE cmp=com.google.android.gms/.chimera.PersistentInternalBoundBrokerService }
11-30 15:19:06.992 16033 16033 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE cmp=com.google.android.gms/.chimera.PersistentInternalBoundBrokerService }
11-30 15:19:07.007 14965 25931 I Finsky  : [43472] pob.a(16): SCH: job service finished with id 9018.
11-30 15:19:07.104 15154 25933 D akqj    : setConnectTimeout is not supported by CronetHttpURLConnection
11-30 15:19:07.105  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:19:07.198  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:07.198  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:07.198  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:07.245 15154 25918 I Finsky:background: [43286] gef.X(3): Broadcasting <534:RUNNING:0%[0%]>.
11-30 15:19:07.247  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:07.247  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 1 line
11-30 15:19:07.248  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:07.248 14965 14965 I Finsky  : [2] pgs.e(6): RM: receive resource status onStart com.android.chrome:com.android.chrome reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 2, 192
11-30 15:19:07.249  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:07.278  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 10 lines
11-30 15:19:07.278  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:07.279  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:07.279  2985  5081 I chatty  : uid=1000(system) Binder:2985_13 identical 1 line
11-30 15:19:07.279  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:07.279  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:07.279  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 1 line
11-30 15:19:07.280  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:07.281  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:07.282  2985  5081 I chatty  : uid=1000(system) Binder:2985_13 identical 1 line
11-30 15:19:07.282  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:07.282  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:07.282  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 1 line
11-30 15:19:07.282  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:07.288  2985  3578 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:07.288  2985  3578 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:07.288  2985  3578 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:07.288  2985  3578 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:07.335 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:07.695 15059 15129 I Finsky:background: [43187] fxt.run(14): Stats for Executor: bgExecutor hyp@8f12ca6[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
11-30 15:19:07.714  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:19:07.716  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:19:07.716  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:19:07.977  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:07.977  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:19:07.977  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:07.977  2985  2985 D AudioService: isEnabled
11-30 15:19:07.981  3510  3510 D StatusBar: addNotification key=150|com.android.vending|-56862258|null|15010040 fullscreen:false
11-30 15:19:07.983 14965 25582 I Finsky  : [43458] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:07.993  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:08.034  2985  3612 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:19:08.034  2985  3612 D PersonaManagerService: securefolder Secure Folder
11-30 15:19:08.165  2985  5102 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:19:08.173  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:08.175  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:19:08.177  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:08.180  2985  5083 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:19:08.181  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:19:08.198  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:08.198  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:08.198  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:08.262 25912 25912 I MultiDex: VM with version 2.1.0 has multidex support
11-30 15:19:08.262 25912 25912 I MultiDex: install
11-30 15:19:08.262 25912 25912 I MultiDex: VM has multidex support, MultiDex support library is disabled.
11-30 15:19:08.281  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:19:08.281  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:19:08.563 13746 13746 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService PairActivityUserId=150 }
11-30 15:19:08.569  6077  6077 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.icing.LIGHTWEIGHT_INDEX_SERVICE cmp=com.google.android.gms/.chimera.PersistentApiService PairActivityUserId=150 }
11-30 15:19:09.198  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:09.198  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:09.198  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:09.336 15154 25918 I Finsky:background: [43286] gef.X(3): Broadcasting <534:RUNNING:8%[8%]>.
11-30 15:19:09.338  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:09.338  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 1 line
11-30 15:19:09.339  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:09.339 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.android.chrome:com.android.chrome reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 2, 192
11-30 15:19:09.339  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:09.342  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 10 lines
11-30 15:19:09.342  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:09.343 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:09.343  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:09.347  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 10 lines
11-30 15:19:09.347  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:09.361 14965 25582 I Finsky  : [43458] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:09.363  2985  3578 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:09.363  2985  3578 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:09.363  2985  3578 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:09.363  2985  3578 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:09.372  6077  6077 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:19:09.372  6077  6077 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:19:09.382  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:19:09.394 23617 23617 I Finsky  : [2] zr.s(1): Completed 8 account content syncs with 8 successful.
11-30 15:19:09.395 23617 23617 I Finsky  : [2] ContentSyncJob.a(1): [ContentSync] Installation state replication succeeded.
11-30 15:19:09.395 23617 23617 I Finsky  : [2] pmo.s(4): SCH: jobFinished: 12-1. TimeElapsed: 2525ms.
11-30 15:19:09.505  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:09.506  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:19:09.506  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:09.506  2985  2985 D AudioService: isEnabled
11-30 15:19:09.513  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:09.521  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:19:09.521  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:09.525  2985  3578 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:19:09.525  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:19:09.525  2985  5083 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:19:09.526  2985  5083 D PersonaManagerService: securefolder Secure Folder
11-30 15:19:09.529 23617 23665 I Finsky  : [43722] pmg.accept(69): SCH: Scheduling phonesky job Id: 1-1337, CT: 1638256285982, Constraints: [{ L: 42535577, D: 85735577, C: 1, I: 1, N: 1 }]
11-30 15:19:09.529 23617 23665 I Finsky  : [43722] pmg.accept(69): SCH: Scheduling phonesky job Id: 34-2816, CT: 1638242054694, Constraints: [{ L: 79197589, D: 1375197589, C: 1, I: 1, N: 1 }]
11-30 15:19:09.542  2985  5083 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:19:09.600 23617 23665 I Finsky  : [43722] pgq.apply(52): SCH: Scheduling 1 system job(s)
11-30 15:19:09.600 23617 23665 I Finsky  : [43722] pgq.apply(58): SCH: Scheduling system job Id: 9799, L: 38471959, D: 81671959, C: false, I: false, N: 1
11-30 15:19:09.626  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:19:09.626  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:19:09.657 23617 25943 I Finsky  : [43841] pob.a(16): SCH: job service finished with id 9793.
11-30 15:19:09.783 25488 25707 I Finsky  : [43862] emu.run(10): Initializing the instant apps module.
11-30 15:19:09.803 25488 25727 I zygote  : Deoptimizing void afbi.U(java.lang.Iterable, java.util.List) due to JIT inline cache
11-30 15:19:09.810 25488 25727 I Finsky  : [43869] hge.d(65): System was updated or GL extensions were already cached.
11-30 15:19:09.822 25488 25727 E libc    : Access denied finding property "ro.oem.key1"
11-30 15:19:09.822 25488 25727 I zygote  : Deoptimizing afda afcu.ad() due to JIT inline cache
11-30 15:19:09.823  2680  2680 E audit   : type=1400 audit(1638260349.806:39851): avc:  denied  { read } for  pid=25727 comm=62674578656375746F72202332 name="u:object_r:oem_prop:s0" dev="tmpfs" ino=9265 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:oem_prop:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:09.823  2680  2680 E audit   : type=1300 audit(1638260349.806:39851): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=ce1e4c60 a2=a8000 a3=0 items=0 ppid=2693 pid=25727 auid=4294967295 uid=10227 gid=10227 euid=10227 suid=10227 fsuid=10227 egid=10227 sgid=10227 fsgid=10227 tty=(none) ses=4294967295 comm=62674578656375746F72202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:09.823  2680  2680 E audit   : type=1327 audit(1638260349.806:39851): proctitle="com.android.vending"
11-30 15:19:09.844 25912 25912 I zygote  : Deoptimizing java.lang.Object com.google.common.b.pw.g(java.lang.Object, java.lang.Object[], int, int, java.lang.Object) due to JIT inline cache
11-30 15:19:09.877 25488 25488 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2124, previously 2561
11-30 15:19:09.877 25488 25488 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1647, previously 1654
11-30 15:19:09.880  3470  3844 D TelephonyProvider: query: match = 11
11-30 15:19:09.880  3470  3844 D TelephonyProvider: subIdString = 3 subId = 3
11-30 15:19:09.880 25488 25488 W ResourceType: ResTable_typeSpec entry count inconsistent: given 293, previously 1912
11-30 15:19:09.911 25488 25727 I Finsky  : [43869] gjo.a(13): Get APN successfully: [Ow_g00Lp-halxo27oz8uY8Ak9yqdTBzhAoVwEB1SKf8]
11-30 15:19:09.932 25488 25727 I zygote  : Deoptimizing void adqy.o(int, java.lang.Object, afew) due to JIT inline cache
11-30 15:19:09.940 25488 25727 I Finsky  : [43869] nqf.h(1): Triggered update for experiment package com.google.android.finsky.regular.
11-30 15:19:10.007 25912 25917 I zygote  : Do partial code cache collection, code=14KB, data=11KB
11-30 15:19:10.007 25912 25917 I zygote  : After code cache collection, code=10KB, data=8KB
11-30 15:19:10.007 25912 25917 I zygote  : Increasing code cache capacity to 128KB
11-30 15:19:10.012 25912 25917 I zygote  : Method exceeds compiler instruction limit: 17614 in java.util.Map com.google.android.apps.gsa.shared.logger.b.h.d()
11-30 15:19:10.042 25912 25912 I A       : Initializing GMS Compliance Client Library...
11-30 15:19:10.043 25912 25912 I A       : Checking for device compliance...
11-30 15:19:10.048 25912 25912 I A       : Completed library init.
11-30 15:19:10.053  6077  6077 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gmscompliance.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService PairActivityUserId=150 }
11-30 15:19:10.053  6077  6077 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gmscompliance.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService PairActivityUserId=150 }
11-30 15:19:10.062 25912 25912 W A       : Received update for unknown package com.google.android.libraries.lens.nbu.user#com.google.android.googlequicksearchbox; known packages [assistant_auto_tng_libraries_device#com.google.android.googlequicksearchbox, assistant_auto_tng_libraries_user#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.verticals.memory#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.user#com.google.android.googlequicksearchbox, com.google.android.libraries.search.audio.device#com.google.android.googlequicksearchbox:com.google.android.googlequicksearchbox:search, com.google.android.apps.search.faceviewer#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.user#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.device#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.user#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.device#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.pronunciationlearning#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.device#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.user#com.google.android.googlequicksearchbox, com.google.android.libraries.assistant.symbiote#com.google.android.googlequicksearchbox, com.google.android.libraries.search.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.uidevice#com.google.android.googlequicksearchbox, com.google.android.apps.search.webglide.user#com.google.android.googlequicksearchbox]
11-30 15:19:10.139 25912 25962 I A       : Device Compliance Fetch time taken = 90ms
11-30 15:19:10.139 25912 25962 I A       : Device is compliant!
11-30 15:19:10.139 25912 25962 I A       : Invoking "compliant" action...
11-30 15:19:10.181 25488 25502 I zygote  : Background concurrent copying GC freed 137121(7MB) AllocSpace objects, 2(40KB) LOS objects, 50% free, 9MB/18MB, paused 1.042ms total 203.493ms
11-30 15:19:10.199  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:10.199  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:10.199  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:10.237 25488 25661 I zygote  : Deoptimizing void j$.util.concurrent.ConcurrentHashMap.putAll(java.util.Map) due to JIT inline cache
11-30 15:19:10.537 25912 25912 I zygote  : Deoptimizing java.lang.Object com.google.common.b.pw.e(java.lang.Object[], int, int, int) due to JIT inline cache
11-30 15:19:10.552 25912 25917 I zygote  : Do partial code cache collection, code=40KB, data=62KB
11-30 15:19:10.553 25912 25917 I zygote  : After code cache collection, code=38KB, data=61KB
11-30 15:19:10.553 25912 25917 I zygote  : Increasing code cache capacity to 256KB
11-30 15:19:10.561  2985  3578 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.googlequicksearchbox user:150
11-30 15:19:10.564  2985  3578 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:19:10.564  2985  3578 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.googlequicksearchbox user:150
11-30 15:19:10.567  2985  3578 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:19:10.586 25975 25975 I Zygote  : Unshare entire /
11-30 15:19:10.593 25975 25975 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:19:10.594 25975 25975 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:19:10.594 25975 25975 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:19:10.594 25975 25975 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:19:10.594 25975 25975 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:19:10.594 25975 25975 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:19:10.594 25975 25975 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:19:10.595 25975 25975 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:19:10.595 25975 25975 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:19:10.604 25912 25912 I BgTaskExecutorImpl: Starting EXCLUSIVE background task FETCH_CONFIGS_FROM_PHENOTYPE.
11-30 15:19:10.664 25912 25912 I BgTaskExecutorImpl: Starting NONEXCLUSIVE background task UPDATE_GSERVICES_CONFIG.
11-30 15:19:10.672 25975 25975 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:10.674 25975 25975 I SELinux : SELinux: seapp_context_lookup: seinfo=apm, level=s0:c662,c768, pkgname=com.google.android.googlequicksearchbox 
11-30 15:19:10.705 25488 25727 I Finsky  : [43869] nqf.h(7): Already at the latest configurations for experiment package com.google.android.finsky.regular.
11-30 15:19:10.706 25488 25717 I Finsky  : [43866] nqf.h(1): Triggered update for experiment package com.google.android.finsky.stable.
11-30 15:19:10.708 25912 25993 I EventBusThread: Event Bus thread starting with TID 25993
11-30 15:19:10.716 25488 25732 I Finsky  : [43870] ngp.n(8): Invalidating cached PackageState for com.android.vending
11-30 15:19:10.718 25488 25707 I Finsky  : [43862] vjs.b(1): Restoring notifications
11-30 15:19:10.738 25488 25707 I Finsky  : [43862] vjs.b(4): Done restoring notifications
11-30 15:19:10.742 25488 25707 I zygote  : Deoptimizing void afbi.U(java.lang.Iterable, java.util.List) due to JIT inline cache
11-30 15:19:10.751 25488 25732 I zygote  : Deoptimizing void j$.util.stream.ReferencePipeline$3$1.accept(java.lang.Object) due to JIT inline cache
11-30 15:19:10.752 25488 25732 I zygote  : Deoptimizing void j$.util.stream.AbstractPipeline.copyInto(j$.util.stream.Sink, j$.util.Spliterator) due to JIT inline cache
11-30 15:19:10.756 25488 25732 I Finsky  : [43870] euf.run(36): Component class com.google.android.finsky.wearsupport.WearSupportService disabled via PackageManager.
11-30 15:19:10.757 25488 25732 I Finsky  : [43870] euf.run(36): Component class com.google.android.finsky.wearsupport.WearChangeListenerService disabled via PackageManager.
11-30 15:19:10.782  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010078 ,Container id: 150
11-30 15:19:10.782  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010078 ,Container id: 150
11-30 15:19:10.782  2985  3578 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:19:10.783  2985  3578 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:10.786  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010078 ,Container id: 150
11-30 15:19:10.786  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010078 ,Container id: 150
11-30 15:19:10.786  2985  3578 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:19:10.787  2985  3578 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:10.788 25912 25912 I SearchServiceCore: We were killed and are starting back!
11-30 15:19:10.790 25975 25975 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:10.874 25488 25814 I Finsky  : [43894] ihu.run(9): Wrote row to frosting DB: 13958
11-30 15:19:10.897 25488 25717 I Finsky  : [43866] nqf.h(7): Already at the latest configurations for experiment package com.google.android.finsky.stable.
11-30 15:19:10.901 25975 25975 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010078
11-30 15:19:10.903 25975 25975 D Proxy   : mdoP is null: 15010078
11-30 15:19:10.932 25912 25994 D StrictMode: StrictMode policy violation: android.os.StrictMode$StrictModeDiskReadViolation: policy=4259903 violation=2
11-30 15:19:10.932 25912 25994 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1440)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:251)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at java.io.File.exists(File.java:807)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at com.android.server.locksettings.LockSettingsStorage.getSynthenticPasswordStateFilePathForUser(LockSettingsStorage.java:587)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at com.android.server.locksettings.LockSettingsStorage.readSyntheticPasswordState(LockSettingsStorage.java:512)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at com.android.server.locksettings.SyntheticPasswordManager.loadState(SyntheticPasswordManager.java:1520)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at com.android.server.locksettings.SyntheticPasswordManager.getCredentialType(SyntheticPasswordManager.java:646)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at com.android.server.locksettings.LockSettingsService.havePattern(LockSettingsService.java:1204)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at com.android.internal.widget.LockPatternUtils.savedPatternExists(LockPatternUtils.java:619)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at com.android.internal.widget.LockPatternUtils.isLockPatternEnabled(LockPatternUtils.java:1378)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at com.android.internal.widget.LockPatternUtils.isSecure(LockPatternUtils.java:1332)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at com.android.server.trust.TrustManagerService$1.isDeviceSecure(TrustManagerService.java:887)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at com.android.server.trust.TrustManagerService$1.isDeviceLocked(TrustManagerService.java:868)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at android.app.trust.ITrustManager$Stub.onTransact(ITrustManager.java:122)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at android.os.Binder.execTransact(Binder.java:705)
11-30 15:19:10.932 25912 25994 D StrictMode: # via Binder call with stack:
11-30 15:19:10.932 25912 25994 D StrictMode: android.os.StrictMode$LogStackTrace
11-30 15:19:10.932 25912 25994 D StrictMode: 	at android.os.StrictMode.readAndHandleBinderCallViolations(StrictMode.java:2139)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at android.os.Parcel.readExceptionCode(Parcel.java:2003)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at android.os.Parcel.readException(Parcel.java:1972)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at android.app.trust.ITrustManager$Stub$Proxy.isDeviceLocked(ITrustManager.java:297)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at android.app.KeyguardManager.isDeviceLocked(KeyguardManager.java:430)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at android.app.KeyguardManager.isDeviceLocked(KeyguardManager.java:420)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at com.google.android.apps.gsa.search.core.state.d.bn.<init>(PG:2)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at com.google.android.apps.gsa.search.core.state.d.bo.a(PG:1)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at com.google.android.apps.gsa.binaries.velvet.app.nv.c(PG:13)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at com.google.android.apps.gsa.binaries.velvet.app.nv.b(PG:2)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at dagger.a.e.b(PG:1)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at com.google.android.apps.gsa.binaries.velvet.app.nv.f(Unknown Source:1906)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at com.google.android.apps.gsa.binaries.velvet.app.nv.b(PG:12)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at dagger.a.e.b(PG:1)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at com.google.android.apps.gsa.search.core.service.g.a.c.a(PG:2)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at com.google.android.libraries.gsa.j.a.g.a(PG:2)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at com.google.common.w.a.du.a(PG:1)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at com.google.common.w.a.cr.run(PG:4)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at com.google.common.w.a.dw.run(PG:1)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at com.google.android.libraries.i.ad.run(PG:1)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at com.google.android.libraries.i.e.run(PG:2)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at com.google.android.libraries.i.o.run(PG:4)
11-30 15:19:10.932 25912 25994 D StrictMode: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:10.960 13746 13746 D BoundBrokerSvc: onBind: Intent { act=com.google.android.mobstore.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:19:10.960 13746 13746 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.mobstore.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:19:11.017 25975 25975 I MultiDex: VM with version 2.1.0 has multidex support
11-30 15:19:11.017 25975 25975 I MultiDex: install
11-30 15:19:11.017 25975 25975 I MultiDex: VM has multidex support, MultiDex support library is disabled.
11-30 15:19:11.028  2985  3578 D PackageManager: setEnabledSetting : userId = 150 packageName = com.google.android.googlequicksearchbox cmp = androidx.work.impl.background.systemjob.SystemJobService newState = 1 callingPackage = 15010078/com.google.android.googlequicksearchbox
11-30 15:19:11.058 25912 25917 I zygote  : Do full code cache collection, code=121KB, data=119KB
11-30 15:19:11.064 25912 25917 I zygote  : After code cache collection, code=105KB, data=64KB
11-30 15:19:11.111 25912 25993 I Search.LoginHelperImpl: Getting accounts.
11-30 15:19:11.129 15154 15205 I Finsky:background: [43197] fxt.run(14): Stats for Executor: bgExecutor hyp@dafbaf5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
11-30 15:19:11.139 25912 25994 I A       : Util.isLowRamDevice: false, canUsePreemptibleAudioSource: true
11-30 15:19:11.199  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:11.199  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:11.199  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:11.220 15154 25918 I Finsky:background: [43286] gef.X(3): Broadcasting <534:RUNNING:16%[16%]>.
11-30 15:19:11.223  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:11.223  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 1 line
11-30 15:19:11.224  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:11.224 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.android.chrome:com.android.chrome reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 2, 192
11-30 15:19:11.224  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:11.224  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 1 line
11-30 15:19:11.225  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:11.229 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:11.231 14965 25582 I Finsky  : [43458] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:11.249  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:11.256  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 19 lines
11-30 15:19:11.256  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:11.262  2985  3612 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:11.263  2985  3612 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:11.263  2985  3612 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:11.263  2985  3612 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:11.300 25912 25966 I zygote  : Deoptimizing int com.google.protobuf.dw.v(java.lang.Object, byte[], int, int, int, int, int, int, long, int, long, com.google.protobuf.i) due to JIT inline cache
11-30 15:19:11.347 25912 25993 W A       : Attempting to start service when the app is in background is not allowed on Android O+. Intent: Intent { cmp=com.google.android.googlequicksearchbox/com.google.android.apps.gsa.shared.util.keepalive.StandaloneKeepAlive$KeepAliveService PairActivityUserId=150 }
11-30 15:19:11.347 25912 25993 W A       : java.lang.IllegalStateException: Not allowed to start service Intent { cmp=com.google.android.googlequicksearchbox/com.google.android.apps.gsa.shared.util.keepalive.StandaloneKeepAlive$KeepAliveService PairActivityUserId=150 }: app is in background uid UidRecord{4e219ac u150a78 TRNB idle procs:2 proclist:25912,25975, seq(0,0,0)}
11-30 15:19:11.347 25912 25993 W A       : 	at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1600)
11-30 15:19:11.347 25912 25993 W A       : 	at android.app.ContextImpl.startService(ContextImpl.java:1546)
11-30 15:19:11.347 25912 25993 W A       : 	at android.content.ContextWrapper.startService(ContextWrapper.java:669)
11-30 15:19:11.347 25912 25993 W A       : 	at com.google.android.apps.gsa.shared.util.keepalive.StandaloneKeepAlive.g(PG:1)
11-30 15:19:11.347 25912 25993 W A       : 	at com.google.android.apps.gsa.shared.util.keepalive.StandaloneKeepAlive.d(PG:1)
11-30 15:19:11.347 25912 25993 W A       : 	at com.google.android.apps.gsa.search.core.service.bn.a(PG:8)
11-30 15:19:11.347 25912 25993 W A       : 	at com.google.android.apps.gsa.search.core.service.ao.run(PG:9)
11-30 15:19:11.347 25912 25993 W A       : 	at com.google.android.libraries.gsa.j.a.k.run(PG:2)
11-30 15:19:11.347 25912 25993 W A       : 	at com.google.android.apps.gsa.shared.util.c.a.cf.b(PG:1)
11-30 15:19:11.347 25912 25993 W A       : 	at com.google.android.apps.gsa.shared.util.c.a.ci.run(PG:1)
11-30 15:19:11.347 25912 25993 W A       : 	at com.google.android.apps.gsa.shared.util.c.a.ag.run(PG:2)
11-30 15:19:11.347 25912 25993 W A       : 	at com.google.android.apps.gsa.shared.util.c.a.an.c(PG:1)
11-30 15:19:11.347 25912 25993 W A       : 	at com.google.android.apps.gsa.shared.util.c.a.ak.run(Unknown Source:2)
11-30 15:19:11.347 25912 25993 W A       : 	at com.google.android.apps.gsa.shared.util.c.a.e.run(PG:2)
11-30 15:19:11.347 25912 25993 W A       : 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457)
11-30 15:19:11.347 25912 25993 W A       : 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
11-30 15:19:11.347 25912 25993 W A       : 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301)
11-30 15:19:11.347 25912 25993 W A       : 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:11.347 25912 25993 W A       : 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:11.347 25912 25993 W A       : 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:11.347 25912 25993 W A       : 	at com.google.android.apps.gsa.shared.util.c.a.l.run(PG:5)
11-30 15:19:11.349  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:11.349  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:19:11.349  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:11.349  2985  2985 D AudioService: isEnabled
11-30 15:19:11.357  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:11.364  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:19:11.364  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:11.367  2985  3612 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:19:11.368  2985  3612 D PersonaManagerService: securefolder Secure Folder
11-30 15:19:11.368  2985  3612 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:19:11.368  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:19:11.383  2985  3612 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:19:11.393 25912 25957 I A       : Updating Gservices keys
11-30 15:19:11.469  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:19:11.469  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:19:11.504 25912 25957 I zygote  : Deoptimizing java.lang.Object com.google.common.b.pw.g(java.lang.Object, java.lang.Object[], int, int, java.lang.Object) due to JIT inline cache
11-30 15:19:11.506 25912 26012 I A       : ColdBootHelper constructor
11-30 15:19:11.510 25912 25993 W SearchServiceCore: Abort, client detached.
11-30 15:19:11.520 25912 25993 W SearchServiceCore: Abort, client detached.
11-30 15:19:11.545 25912 25993 I A       : New OK_HEY model config map hash: reinitializing config map.
11-30 15:19:11.559 25912 25993 I A       : Merging legacy hotword config map with new proto.
11-30 15:19:11.561 25912 25993 I A       : Skipping. Expected model: 2 Found: 1
11-30 15:19:11.601 25912 25993 I MicroDetectionWorker: Initializing MicroDataManager InitializeType-1, isForced-false, isActivePhoneEnrollment-false isActiveGoogleHomeEnrollment-false
11-30 15:19:11.609 25975 25975 I zygote  : Deoptimizing java.lang.Object com.google.common.b.pw.g(java.lang.Object, java.lang.Object[], int, int, java.lang.Object) due to JIT inline cache
11-30 15:19:11.611 25912 25970 I MicroDataManager: Location for model with model type: 2 and locale: en-US, is : https://www.gstatic.com/android-search/hotword/x_google/7db96c566dbd33b2218d5799ec330d22/hotword.data
11-30 15:19:11.619 25975 25975 I A       : Initialized process com.google.android.googlequicksearchbox
11-30 15:19:11.624 25912 25993 I MicroDetectionState: Should stop hotword detection immediately - true
11-30 15:19:11.647 25912 25917 I zygote  : Do partial code cache collection, code=118KB, data=100KB
11-30 15:19:11.648 25912 25917 I zygote  : After code cache collection, code=107KB, data=94KB
11-30 15:19:11.648 25912 25917 I zygote  : Increasing code cache capacity to 512KB
11-30 15:19:11.661  2985  3578 D LocationManagerService: getProviders()=[passive]
11-30 15:19:11.667  2985  3612 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.gsf user:150
11-30 15:19:11.672 25912 26021 I A       : load shared preferences: file not found
11-30 15:19:11.673  2985  3612 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:19:11.673  2985  3612 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.gsf user:150
11-30 15:19:11.675  2985  3612 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:19:11.689 26022 26022 I Zygote  : Unshare entire /
11-30 15:19:11.695 26022 26022 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:19:11.695 26022 26022 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:19:11.695 26022 26022 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:19:11.695 26022 26022 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:19:11.695 26022 26022 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:19:11.696 26022 26022 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:19:11.696 26022 26022 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:19:11.696 26022 26022 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:19:11.696 26022 26022 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:19:11.698 26022 26022 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:11.699 26022 26022 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c662,c768, pkgname=com.google.process.gapps 
11-30 15:19:11.715 25975 25983 I zygote  : Do partial code cache collection, code=14KB, data=11KB
11-30 15:19:11.716 25975 25983 I zygote  : After code cache collection, code=10KB, data=8KB
11-30 15:19:11.716 25975 25983 I zygote  : Increasing code cache capacity to 128KB
11-30 15:19:11.721 25975 25983 I zygote  : Method exceeds compiler instruction limit: 17614 in java.util.Map com.google.android.apps.gsa.shared.logger.b.h.d()
11-30 15:19:11.724 25912 25970 I MicroModelsUtil: #getHotwordModel [locale: en-US, modelType: 2]
11-30 15:19:11.812 25975 25975 I A       : Initializing GMS Compliance Client Library...
11-30 15:19:11.813 25975 25975 I A       : Checking for device compliance...
11-30 15:19:11.814 25975 25975 I A       : Feature is disabled!
11-30 15:19:11.815 25975 25975 I A       : Completed library init.
11-30 15:19:11.842  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010018 ,Container id: 150
11-30 15:19:11.842  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010018 ,Container id: 150
11-30 15:19:11.843  2985  3578 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:19:11.843  2985  3578 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:11.846  2985  5083 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010018 ,Container id: 150
11-30 15:19:11.846  2985  5083 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010018 ,Container id: 150
11-30 15:19:11.846  2985  5083 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:19:11.846  2985  5083 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:11.848 26022 26022 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:11.870 26022 26022 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010018
11-30 15:19:11.870 26022 26022 D Proxy   : mdoP is null: 15010018
11-30 15:19:11.914 25912 25966 I BlobLobber: Canceling downloads: []
11-30 15:19:11.925  2985  3578 D PackageManager: setEnabledSetting : userId = 150 packageName = com.google.android.googlequicksearchbox cmp = com.google.android.apps.gsa.deeplink.DeeplinkActivityEntrypoint newState = 0 callingPackage = 15010078/com.google.android.googlequicksearchbox
11-30 15:19:11.928 25912 25912 I BgTaskExecutorImpl: Starting EXCLUSIVE background task BLOBLOBBER_SYNC.
11-30 15:19:11.935 25912 25993 I zygote  : Deoptimizing java.lang.Object com.google.common.b.pw.g(java.lang.Object, java.lang.Object[], int, int, java.lang.Object) due to JIT inline cache
11-30 15:19:11.935 25912 25966 I ModelDownloadListener: Schdedule model download
11-30 15:19:11.943 25975 25975 I PhenotypeBackgroundRecv: Skipping com.google.android.libraries.lens.nbu.user#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:11.947 25912 25962 I FedAssExpListener: Fed-ass not supported for signed out users.
11-30 15:19:11.947 25912 25962 I FedAssExpListener: Successfully processed experiments changed.
11-30 15:19:11.952 25912 25993 W SearchServiceCore: Abort, client detached.
11-30 15:19:11.953 25912 25993 W SearchServiceCore: Abort, client detached.
11-30 15:19:11.969  2985  5083 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.gsf user:0
11-30 15:19:11.969  2985  5083 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:19:11.969  2985  5083 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.gsf user:0
11-30 15:19:11.969  2985  5083 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:19:11.969 25912 25912 W A       : Received update for unknown package com.google.android.apps.search.niu.user#com.google.android.googlequicksearchbox; known packages [assistant_auto_tng_libraries_device#com.google.android.googlequicksearchbox, assistant_auto_tng_libraries_user#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.verticals.memory#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.user#com.google.android.googlequicksearchbox, com.google.android.libraries.search.audio.device#com.google.android.googlequicksearchbox:com.google.android.googlequicksearchbox:search, com.google.android.apps.search.faceviewer#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.user#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.device#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.user#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.device#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.pronunciationlearning#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.device#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.user#com.google.android.googlequicksearchbox, com.google.android.libraries.assistant.symbiote#com.google.android.googlequicksearchbox, com.google.android.libraries.search.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.uidevice#com.google.android.googlequicksearchbox, com.google.android.apps.search.webglide.user#com.google.android.googlequicksearchbox]
11-30 15:19:11.981 26044 26044 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:19:11.983 26044 26044 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:11.984 26044 26044 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.google.process.gapps 
11-30 15:19:11.995 25912 25970 I A       : NGA disabled due to not being eligible.
11-30 15:19:11.995 25912 25970 I A       : Nga state changed to DISABLED
11-30 15:19:12.001 25975 25975 I PhenotypeBackgroundRecv: Skipping com.google.android.apps.search.niu.user#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:12.001 25912 25912 I BgTaskExecutorImpl: Starting EXCLUSIVE background task UPDATE_HOTWORD_MODELS.
11-30 15:19:12.018  2985  4102 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:19:12.018  2985  4102 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:19:12.018  2985  4102 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:12.024  2985  4102 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:19:12.024  2985  4102 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:12.031  2985  4102 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:19:12.031  2985  4102 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:12.031 25912 25912 W A       : Received update for unknown package com.google.android.apps.search.niu.device#com.google.android.googlequicksearchbox; known packages [assistant_auto_tng_libraries_device#com.google.android.googlequicksearchbox, assistant_auto_tng_libraries_user#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.verticals.memory#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.user#com.google.android.googlequicksearchbox, com.google.android.libraries.search.audio.device#com.google.android.googlequicksearchbox:com.google.android.googlequicksearchbox:search, com.google.android.apps.search.faceviewer#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.user#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.device#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.user#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.device#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.pronunciationlearning#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.device#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.user#com.google.android.googlequicksearchbox, com.google.android.libraries.assistant.symbiote#com.google.android.googlequicksearchbox, com.google.android.libraries.search.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.uidevice#com.google.android.googlequicksearchbox, com.google.android.apps.search.webglide.user#com.google.android.googlequicksearchbox]
11-30 15:19:12.037  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:19:12.038  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:19:12.038  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:12.044  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:19:12.044  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:12.045 25912 25912 I A       : Refusing EXCLUSIVE task 21, it is already pending. Try again in 359 seconds.
11-30 15:19:12.048 25975 25975 I PhenotypeBackgroundRecv: Skipping com.google.android.apps.search.niu.device#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:12.050  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:19:12.050  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:12.053 25912 26041 I ModelDownloadController: requestHotwordModelUpdate modelType-2 modelLocale-en-US
11-30 15:19:12.057 26044 26044 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:12.059 25912 26041 I ModelDownloadController: #maybeDownloadHotwordModelWithMDD with locale: en-US, modelType: 2.
11-30 15:19:12.061 25912 25912 W A       : Received update for unknown package com.google.android.libraries.search.googleapp.uidevice#com.google.android.googlequicksearchbox; known packages [assistant_auto_tng_libraries_device#com.google.android.googlequicksearchbox, assistant_auto_tng_libraries_user#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.verticals.memory#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.user#com.google.android.googlequicksearchbox, com.google.android.libraries.search.audio.device#com.google.android.googlequicksearchbox:com.google.android.googlequicksearchbox:search, com.google.android.apps.search.faceviewer#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.user#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.device#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.user#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.device#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.pronunciationlearning#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.device#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.user#com.google.android.googlequicksearchbox, com.google.android.libraries.assistant.symbiote#com.google.android.googlequicksearchbox, com.google.android.libraries.search.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.uidevice#com.google.android.googlequicksearchbox, com.google.android.apps.search.webglide.user#com.google.android.googlequicksearchbox]
11-30 15:19:12.071 25912 25912 I A       : Refusing EXCLUSIVE task 21, it is already pending. Try again in 359 seconds.
11-30 15:19:12.078 25975 25975 I PhenotypeBackgroundRecv: Skipping com.google.android.libraries.search.googleapp.uidevice#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:12.082 26044 26044 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10018
11-30 15:19:12.083 26044 26044 D Proxy   : mdoP is null: 10018
11-30 15:19:12.084  2985  5102 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.googlequicksearchbox user:150
11-30 15:19:12.087  2985  5102 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:19:12.087  2985  5102 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.googlequicksearchbox user:150
11-30 15:19:12.089  2985  5102 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:19:12.105 26060 26060 I Zygote  : Unshare entire /
11-30 15:19:12.108 25912 25912 W A       : Received update for unknown package com.google.android.libraries.mdi.sync#com.google.android.googlequicksearchbox; known packages [assistant_auto_tng_libraries_device#com.google.android.googlequicksearchbox, assistant_auto_tng_libraries_user#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.verticals.memory#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.user#com.google.android.googlequicksearchbox, com.google.android.libraries.search.audio.device#com.google.android.googlequicksearchbox:com.google.android.googlequicksearchbox:search, com.google.android.apps.search.faceviewer#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.user#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.device#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.user#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.device#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.pronunciationlearning#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.device#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.user#com.google.android.googlequicksearchbox, com.google.android.libraries.assistant.symbiote#com.google.android.googlequicksearchbox, com.google.android.libraries.search.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.uidevice#com.google.android.googlequicksearchbox, com.google.android.apps.search.webglide.user#com.google.android.googlequicksearchbox]
11-30 15:19:12.110 26060 26060 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:19:12.111 26060 26060 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:19:12.111 26060 26060 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:19:12.111 26060 26060 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:19:12.111 26060 26060 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:19:12.111 26060 26060 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:19:12.112 26060 26060 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:19:12.112 26060 26060 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:19:12.112 26060 26060 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:19:12.114 25912 25912 I A       : Refusing EXCLUSIVE task 21, it is already pending. Try again in 359 seconds.
11-30 15:19:12.114 26060 26060 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:12.115 26060 26060 I SELinux : SELinux: seapp_context_lookup: seinfo=apm, level=s0:c662,c768, pkgname=com.google.android.googlequicksearchbox:interactor 
11-30 15:19:12.124 25975 25975 I PhenotypeBackgroundRecv: Skipping com.google.android.libraries.mdi.sync#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:12.140  2985  5102 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010078 ,Container id: 150
11-30 15:19:12.140  2985  5102 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010078 ,Container id: 150
11-30 15:19:12.140  2985  5102 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:19:12.140  2985  5102 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:12.143  2985  5102 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010078 ,Container id: 150
11-30 15:19:12.143  2985  5102 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010078 ,Container id: 150
11-30 15:19:12.143  2985  5102 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:19:12.143  2985  5102 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:12.145 26060 26060 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:12.171 26060 26060 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010078
11-30 15:19:12.173 26060 26060 D Proxy   : mdoP is null: 15010078
11-30 15:19:12.183 26044 26044 I GoogleHttpClient: GMS http client unavailable, use old client
11-30 15:19:12.199  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:12.199  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:12.199  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:12.232 26060 26060 I MultiDex: VM with version 2.1.0 has multidex support
11-30 15:19:12.232 26060 26060 I MultiDex: install
11-30 15:19:12.232 26060 26060 I MultiDex: VM has multidex support, MultiDex support library is disabled.
11-30 15:19:12.271 25912 25962 I MicroModelsUtil: #getHotwordModelFromMobstore [mobstoreUri: android://com.google.android.googlequicksearchbox/files/datadownload/shared/public/datadownloadfile_1602675615535]
11-30 15:19:12.293 25912 25981 I zygote  : Deoptimizing void com.google.protobuf.b.addAllCheckingNulls(java.lang.Iterable, java.util.List) due to JIT inline cache
11-30 15:19:12.353 25912 25994 I MicroDataManager: MicroDataManager InitializationTask. googleHotwordData is null: true, hotwordModel is null: false , sourceLocationOfCurrentHotwordModel https://www.gstatic.com/android-search/hotword/x_google/7db96c566dbd33b2218d5799ec330d22/hotword.data
11-30 15:19:12.369 25912 25993 I MicroDetectionState: Should stop hotword detection immediately - true
11-30 15:19:12.430 25912 25980 I A       : Building OnDeviceNameResolver: 3 endpoints.
11-30 15:19:12.440  2985  3825 D SecContentProvider: query(), uri = 17 selection = isSettingsChangesAllowed
11-30 15:19:12.446  2985  3825 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:12.459 26022 26022 I GoogleHttpClient: GMS http client unavailable, use old client
11-30 15:19:12.482 25912 25982 I ModelDownloadController: Hotword models associated with downloaded MDD filegroups: [hotword_model_en-US_okhey], pending groups: []
11-30 15:19:12.484 25912 26041 I ModelDownloadController: Skipping MDD query because model was already downloaded for locale
11-30 15:19:12.486 25912 25993 W SearchServiceCore: Abort, client detached.
11-30 15:19:12.487 25912 25993 W SearchServiceCore: Abort, client detached.
11-30 15:19:12.487 25912 26041 I zygote  : Deoptimizing java.lang.Object com.google.common.b.pw.g(java.lang.Object, java.lang.Object[], int, int, java.lang.Object) due to JIT inline cache
11-30 15:19:12.747 25912 25917 I zygote  : Do full code cache collection, code=217KB, data=153KB
11-30 15:19:12.748 25912 25917 I zygote  : After code cache collection, code=176KB, data=96KB
11-30 15:19:12.757  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:19:12.757  2719  2795 E IptablesRestoreController: -A fw_standby_uid -m owner --uid-owner 15010227 -j DROP
11-30 15:19:12.757  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:19:12.772  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:19:12.772  2719  2795 E IptablesRestoreController: -A fw_standby_uid -m owner --uid-owner 15010227 -j DROP
11-30 15:19:12.772  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:19:12.772  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:19:12.795 25488 25488 D CustomizedTextParser: Initialzed
11-30 15:19:12.795 25488 25488 E CustomizedTextParser: getCustomizedText Rule is empty. mRuleMap={}
11-30 15:19:13.177 25912 25912 I BgTaskExecutorImpl: Starting NONEXCLUSIVE background task UPDATE_GSERVICES_CONFIG.
11-30 15:19:13.181 25912 25912 I zygote  : Deoptimizing boolean com.google.common.b.qa.contains(java.lang.Object) due to JIT inline cache
11-30 15:19:13.185 25912 26041 I A       : Updating Gservices keys
11-30 15:19:13.199  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:13.199  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:13.199  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:13.201 25912 25993 W SearchServiceCore: Abort, client detached.
11-30 15:19:13.201 25912 25993 W SearchServiceCore: Abort, client detached.
11-30 15:19:13.202 15154 25918 I Finsky:background: [43286] gef.X(3): Broadcasting <534:RUNNING:24%[24%]>.
11-30 15:19:13.209  2985  5083 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:13.222  2985  5083 I chatty  : uid=1000(system) Binder:2985_15 identical 25 lines
11-30 15:19:13.222  2985  5083 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:13.230 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.android.chrome:com.android.chrome reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 2, 192
11-30 15:19:13.234 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:13.239  2985  3825 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:13.239  2985  3825 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:13.247 14965 25582 I Finsky  : [43458] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:13.284  2985  3825 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:13.284  2985  3825 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:13.288  2985  3825 D PackageManager: setEnabledSetting : userId = 150 packageName = com.google.android.googlequicksearchbox cmp = com.google.android.apps.gsa.deeplink.DeeplinkActivityEntrypoint newState = 0 callingPackage = 15010078/com.google.android.googlequicksearchbox
11-30 15:19:13.292 25912 25966 I FedAssExpListener: Fed-ass not supported for signed out users.
11-30 15:19:13.293 25912 25962 I ModelDownloadListener: Schdedule model download
11-30 15:19:13.293 25912 25970 I FedAssExpListener: Successfully processed experiments changed.
11-30 15:19:13.301 25912 25966 I A       : NGA disabled due to not being eligible.
11-30 15:19:13.330 25912 25917 I zygote  : Do partial code cache collection, code=237KB, data=139KB
11-30 15:19:13.334 25912 25917 I zygote  : After code cache collection, code=237KB, data=139KB
11-30 15:19:13.334 25912 25917 I zygote  : Increasing code cache capacity to 1024KB
11-30 15:19:13.368 26060 26060 I zygote  : Deoptimizing java.lang.Object com.google.common.b.pw.g(java.lang.Object, java.lang.Object[], int, int, java.lang.Object) due to JIT inline cache
11-30 15:19:13.380 26060 26060 I A       : Initialized process com.google.android.googlequicksearchbox:interactor
11-30 15:19:13.409 25912 25962 I zygote  : Deoptimizing void com.google.protobuf.dw.W(java.lang.Object, com.google.protobuf.ao) due to JIT inline cache
11-30 15:19:13.409 25912 25962 I zygote  : Deoptimizing void com.google.protobuf.ep.O(int, java.util.List, com.google.protobuf.ao, boolean) due to JIT inline cache
11-30 15:19:13.432  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:13.432  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:19:13.432  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:13.432  2985  2985 D AudioService: isEnabled
11-30 15:19:13.434 25912 25912 I BgTaskExecutorImpl: Starting EXCLUSIVE background task UPDATE_HOTWORD_MODELS.
11-30 15:19:13.440  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:13.443 25912 26041 I ModelDownloadController: requestHotwordModelUpdate modelType-2 modelLocale-en-US
11-30 15:19:13.447  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:13.447  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:13.449 25912 26041 I ModelDownloadController: #maybeDownloadHotwordModelWithMDD with locale: en-US, modelType: 2.
11-30 15:19:13.451  2985  5083 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:19:13.451  2985  3825 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:19:13.452  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:19:13.452  2985  3825 D PersonaManagerService: securefolder Secure Folder
11-30 15:19:13.468  2985  3578 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:19:13.473 26060 26067 I zygote  : Do partial code cache collection, code=14KB, data=11KB
11-30 15:19:13.474 26060 26067 I zygote  : After code cache collection, code=10KB, data=8KB
11-30 15:19:13.474 26060 26067 I zygote  : Increasing code cache capacity to 128KB
11-30 15:19:13.478 26060 26067 I zygote  : Method exceeds compiler instruction limit: 17614 in java.util.Map com.google.android.apps.gsa.shared.logger.b.h.d()
11-30 15:19:13.497 25912 25912 I A       : Refusing EXCLUSIVE task 21, it is already pending. Try again in 357 seconds.
11-30 15:19:13.503 26060 26060 I A       : Initializing GMS Compliance Client Library...
11-30 15:19:13.504 26060 26060 I A       : Checking for device compliance...
11-30 15:19:13.504 26060 26060 I A       : Feature is disabled!
11-30 15:19:13.505 26060 26060 I A       : Completed library init.
11-30 15:19:13.507 25975 25975 I PhenotypeBackgroundRecv: Skipping com.google.android.apps.gsa.pcp.device#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:13.541 25912 25980 I ModelDownloadController: Hotword models associated with downloaded MDD filegroups: [hotword_model_en-US_okhey], pending groups: []
11-30 15:19:13.543 25912 26041 I ModelDownloadController: Skipping MDD query because model was already downloaded for locale
11-30 15:19:13.544 25912 25993 W SearchServiceCore: Abort, client detached.
11-30 15:19:13.545 25912 25993 W SearchServiceCore: Abort, client detached.
11-30 15:19:13.551  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:19:13.552  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:19:14.047 25912 25993 W SearchServiceCore: Abort, client detached.
11-30 15:19:14.047 25912 25981 I BgTaskExecutorImpl: Starting EXCLUSIVE background task FETCH_CONFIGS_FROM_PHENOTYPE.
11-30 15:19:14.054 25912 25993 I zygote  : Deoptimizing java.lang.Object com.google.common.b.pw.g(java.lang.Object, java.lang.Object[], int, int, java.lang.Object) due to JIT inline cache
11-30 15:19:14.183 25488 25488 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:19:14.191 25488 25488 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:19:14.199  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:14.200  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:14.200  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:14.216 25912 25912 I zygote  : Deoptimizing java.lang.Object com.google.common.b.pw.g(java.lang.Object, java.lang.Object[], int, int, java.lang.Object) due to JIT inline cache
11-30 15:19:14.221 25975 25975 I PhenotypeBackgroundRecv: Skipping com.google.android.apps.search.assistant.device#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:14.258 25912 25912 W A       : Received update for unknown package com.google.android.libraries.search.audio.device; known packages [assistant_auto_tng_libraries_device#com.google.android.googlequicksearchbox, assistant_auto_tng_libraries_user#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.verticals.memory#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.user#com.google.android.googlequicksearchbox, com.google.android.libraries.search.audio.device#com.google.android.googlequicksearchbox:com.google.android.googlequicksearchbox:search, com.google.android.apps.search.faceviewer#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.user#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.device#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.user#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.device#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.pronunciationlearning#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.device#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.user#com.google.android.googlequicksearchbox, com.google.android.libraries.assistant.symbiote#com.google.android.googlequicksearchbox, com.google.android.libraries.search.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.uidevice#com.google.android.googlequicksearchbox, com.google.android.apps.search.webglide.user#com.google.android.googlequicksearchbox]
11-30 15:19:14.262 25912 25912 I A       : Refusing EXCLUSIVE task 21, it is already pending. Try again in 359 seconds.
11-30 15:19:14.265 25975 25975 I PhenotypeBackgroundRecv: Skipping com.google.android.libraries.search.audio.device which doesn't use ProcessStable flags.
11-30 15:19:14.275 25912 25912 W A       : Received update for unknown package com.google.android.libraries.assistant.ampactions#com.google.android.googlequicksearchbox; known packages [assistant_auto_tng_libraries_device#com.google.android.googlequicksearchbox, assistant_auto_tng_libraries_user#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.verticals.memory#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.user#com.google.android.googlequicksearchbox, com.google.android.libraries.search.audio.device#com.google.android.googlequicksearchbox:com.google.android.googlequicksearchbox:search, com.google.android.apps.search.faceviewer#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.user#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.device#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.user#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.device#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.pronunciationlearning#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.device#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.user#com.google.android.googlequicksearchbox, com.google.android.libraries.assistant.symbiote#com.google.android.googlequicksearchbox, com.google.android.libraries.search.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.uidevice#com.google.android.googlequicksearchbox, com.google.android.apps.search.webglide.user#com.google.android.googlequicksearchbox]
11-30 15:19:14.279 25912 25912 I A       : Refusing EXCLUSIVE task 21, it is already pending. Try again in 359 seconds.
11-30 15:19:14.283 25975 25975 I PhenotypeBackgroundRecv: Skipping com.google.android.libraries.assistant.ampactions#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:14.324 25912 26041 W TimedProcessReaper: Scheduling killing of process to refresh configuration
11-30 15:19:14.326 15059 15129 I Finsky:background: [43187] fxt.run(14): Stats for Executor: BlockingExecutor hyp@8aec6e7[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
11-30 15:19:14.328 25912 25912 I A       : Refusing EXCLUSIVE task 21, it is already pending. Try again in 359 seconds.
11-30 15:19:14.332 25975 25975 I PhenotypeBackgroundRecv: Skipping com.google.android.libraries.search.device#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:14.342 25912 25912 W A       : Received update for unknown package com.google.android.apps.search.proactive_widgets_startup.device#com.google.android.googlequicksearchbox; known packages [assistant_auto_tng_libraries_device#com.google.android.googlequicksearchbox, assistant_auto_tng_libraries_user#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.verticals.memory#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.user#com.google.android.googlequicksearchbox, com.google.android.libraries.search.audio.device#com.google.android.googlequicksearchbox:com.google.android.googlequicksearchbox:search, com.google.android.apps.search.faceviewer#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.user#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.device#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.user#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.device#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.pronunciationlearning#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.device#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.user#com.google.android.googlequicksearchbox, com.google.android.libraries.assistant.symbiote#com.google.android.googlequicksearchbox, com.google.android.libraries.search.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.uidevice#com.google.android.googlequicksearchbox, com.google.android.apps.search.webglide.user#com.google.android.googlequicksearchbox]
11-30 15:19:14.345 25912 25912 I A       : Refusing EXCLUSIVE task 21, it is already pending. Try again in 359 seconds.
11-30 15:19:14.349 25975 25975 I PhenotypeBackgroundRecv: Skipping com.google.android.apps.search.proactive_widgets_startup.device#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:14.507 25912 25981 W TimedProcessReaper: Scheduling killing of process to refresh configuration
11-30 15:19:14.511 25912 25912 I A       : Refusing EXCLUSIVE task 21, it is already pending. Try again in 358 seconds.
11-30 15:19:14.516 25975 25975 I PhenotypeBackgroundRecv: Skipping com.google.android.libraries.search.googleapp.user#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:14.581 21790 21790 I Finsky:background: [2] kmm.onDestroy(8): IPC-SERVER: Stopping gRPC host service...
11-30 15:19:14.606 25912 26041 W TimedProcessReaper: Scheduling killing of process to refresh configuration
11-30 15:19:14.611 25912 25912 I A       : Refusing EXCLUSIVE task 21, it is already pending. Try again in 358 seconds.
11-30 15:19:14.615 25975 25975 I PhenotypeBackgroundRecv: Skipping com.google.android.libraries.search.googleapp.device#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:14.627 25912 25912 W A       : Received update for unknown package com.google.android.gms.icing.mdd#com.google.android.googlequicksearchbox; known packages [assistant_auto_tng_libraries_device#com.google.android.googlequicksearchbox, assistant_auto_tng_libraries_user#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.verticals.memory#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.user#com.google.android.googlequicksearchbox, com.google.android.libraries.search.audio.device#com.google.android.googlequicksearchbox:com.google.android.googlequicksearchbox:search, com.google.android.apps.search.faceviewer#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.user#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.device#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.user#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.device#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.pronunciationlearning#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.device#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.user#com.google.android.googlequicksearchbox, com.google.android.libraries.assistant.symbiote#com.google.android.googlequicksearchbox, com.google.android.libraries.search.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.uidevice#com.google.android.googlequicksearchbox, com.google.android.apps.search.webglide.user#com.google.android.googlequicksearchbox]
11-30 15:19:14.630 25912 25912 I BgTaskExecutorImpl: Starting NONEXCLUSIVE background task UPDATE_GSERVICES_CONFIG.
11-30 15:19:14.635 25912 25912 I A       : Refusing EXCLUSIVE task 21, it is already pending. Try again in 358 seconds.
11-30 15:19:14.637 25975 25975 I PhenotypeBackgroundRecv: Skipping com.google.android.gms.icing.mdd#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:14.642 25912 25981 I A       : Updating Gservices keys
11-30 15:19:14.647 25912 25912 W A       : Received update for unknown package com.google.vr.c9#com.google.android.googlequicksearchbox; known packages [assistant_auto_tng_libraries_device#com.google.android.googlequicksearchbox, assistant_auto_tng_libraries_user#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.verticals.memory#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.user#com.google.android.googlequicksearchbox, com.google.android.libraries.search.audio.device#com.google.android.googlequicksearchbox:com.google.android.googlequicksearchbox:search, com.google.android.apps.search.faceviewer#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.user#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.device#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.user#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.device#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.pronunciationlearning#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.device#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.user#com.google.android.googlequicksearchbox, com.google.android.libraries.assistant.symbiote#com.google.android.googlequicksearchbox, com.google.android.libraries.search.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.uidevice#com.google.android.googlequicksearchbox, com.google.android.apps.search.webglide.user#com.google.android.googlequicksearchbox]
11-30 15:19:14.650 25912 25962 I zygote  : Deoptimizing int com.google.protobuf.dw.v(java.lang.Object, byte[], int, int, int, int, int, int, long, int, long, com.google.protobuf.i) due to JIT inline cache
11-30 15:19:14.651 25912 25912 I A       : Refusing EXCLUSIVE task 21, it is already pending. Try again in 358 seconds.
11-30 15:19:14.655 25975 25975 I PhenotypeBackgroundRecv: Skipping com.google.vr.c9#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:14.670 25912 25912 W A       : Received update for unknown package com.google.android.libraries.search.googleapp.uiuser#com.google.android.googlequicksearchbox; known packages [assistant_auto_tng_libraries_device#com.google.android.googlequicksearchbox, assistant_auto_tng_libraries_user#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.verticals.memory#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.user#com.google.android.googlequicksearchbox, com.google.android.libraries.search.audio.device#com.google.android.googlequicksearchbox:com.google.android.googlequicksearchbox:search, com.google.android.apps.search.faceviewer#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.user#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.device#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.user#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.device#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.pronunciationlearning#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.device#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.user#com.google.android.googlequicksearchbox, com.google.android.libraries.assistant.symbiote#com.google.android.googlequicksearchbox, com.google.android.libraries.search.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.uidevice#com.google.android.googlequicksearchbox, com.google.android.apps.search.webglide.user#com.google.android.googlequicksearchbox]
11-30 15:19:14.672 25912 25993 W SearchServiceCore: Abort, client detached.
11-30 15:19:14.673 25912 25993 W SearchServiceCore: Abort, client detached.
11-30 15:19:14.673 25912 25912 I A       : Refusing EXCLUSIVE task 21, it is already pending. Try again in 358 seconds.
11-30 15:19:14.681 25975 25975 I PhenotypeBackgroundRecv: Skipping com.google.android.libraries.search.googleapp.uiuser#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:14.692  2985  3612 D PackageManager: setEnabledSetting : userId = 150 packageName = com.google.android.googlequicksearchbox cmp = com.google.android.apps.gsa.deeplink.DeeplinkActivityEntrypoint newState = 0 callingPackage = 15010078/com.google.android.googlequicksearchbox
11-30 15:19:14.697 25912 25962 I ModelDownloadListener: Schdedule model download
11-30 15:19:14.706 25912 25969 I FedAssExpListener: Fed-ass not supported for signed out users.
11-30 15:19:14.707 25912 25969 I FedAssExpListener: Successfully processed experiments changed.
11-30 15:19:14.708 25912 25970 I A       : NGA disabled due to not being eligible.
11-30 15:19:14.710 25912 25912 I BgTaskExecutorImpl: Starting EXCLUSIVE background task UPDATE_HOTWORD_MODELS.
11-30 15:19:14.719 25912 26081 I ModelDownloadController: requestHotwordModelUpdate modelType-2 modelLocale-en-US
11-30 15:19:14.724 25912 26081 I ModelDownloadController: #maybeDownloadHotwordModelWithMDD with locale: en-US, modelType: 2.
11-30 15:19:14.757 25912 25981 W TimedProcessReaper: Scheduling killing of process to refresh configuration
11-30 15:19:14.760 25912 25912 I A       : Refusing EXCLUSIVE task 21, it is already pending. Try again in 358 seconds.
11-30 15:19:14.767 25975 25975 I PhenotypeBackgroundRecv: Skipping com.google.android.libraries.search.audio.device#com.google.android.googlequicksearchbox:com.google.android.googlequicksearchbox:search which doesn't use ProcessStable flags.
11-30 15:19:14.774  2985  3612 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.tts user:150
11-30 15:19:14.775  2985  3612 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:19:14.775  2985  3612 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.tts user:150
11-30 15:19:14.777  2985  3612 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:19:14.798 26109 26109 I Zygote  : Unshare entire /
11-30 15:19:14.799 25912 25980 I ModelDownloadController: Hotword models associated with downloaded MDD filegroups: [hotword_model_en-US_okhey], pending groups: []
11-30 15:19:14.801 25912 26081 I ModelDownloadController: Skipping MDD query because model was already downloaded for locale
11-30 15:19:14.803 25912 25993 W SearchServiceCore: Abort, client detached.
11-30 15:19:14.804 25912 25993 W SearchServiceCore: Abort, client detached.
11-30 15:19:14.804 26109 26109 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:19:14.804 26109 26109 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:19:14.804 26109 26109 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:19:14.804 26109 26109 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:19:14.804 26109 26109 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:19:14.805 26109 26109 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:19:14.805 26109 26109 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:19:14.805 26109 26109 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:19:14.805 26109 26109 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:19:14.807 26109 26109 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:14.808 26109 26109 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c662,c768, pkgname=com.google.android.tts 
11-30 15:19:14.901 25488 25815 I Finsky  : [43895] aaoj.c(2): registerListener
11-30 15:19:14.902 25488 25815 I Finsky  : [43895] hsh.g(1): getDownloads()
11-30 15:19:14.926 25488 25815 I Finsky  : [43895] ug.run(14): Initialized AssetModuleDownloader.
11-30 15:19:14.934 21790 21790 I Finsky:background: [2] kmm.onCreate(2): IPC-SERVER: Starting gRPC host service...
11-30 15:19:15.080 25912 25993 W SearchServiceCore: Abort, client detached.
11-30 15:19:15.081 25912 26076 I BgTaskExecutorImpl: Starting EXCLUSIVE background task FETCH_CONFIGS_FROM_PHENOTYPE.
11-30 15:19:15.121  2985  5083 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010117 ,Container id: 150
11-30 15:19:15.121  2985  5083 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010117 ,Container id: 150
11-30 15:19:15.122  2985  5083 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:19:15.123  2985  5083 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:15.125  2985  5083 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010117 ,Container id: 150
11-30 15:19:15.125  2985  5083 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010117 ,Container id: 150
11-30 15:19:15.125  2985  5083 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:19:15.125  2985  5083 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:15.125 25488 25488 I zygote  : Deoptimizing java.util.Set slz.b(java.lang.String, java.util.List, boolean, boolean) due to JIT inline cache
11-30 15:19:15.126 25488 25488 I zygote  : Deoptimizing java.util.List qol.c(java.util.List) due to JIT inline cache
11-30 15:19:15.128 26109 26109 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:15.153 26109 26109 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010117
11-30 15:19:15.154 25488 25488 E CustomizedTextParser: getCustomizedText Rule is empty. mRuleMap={}
11-30 15:19:15.154 26109 26109 D Proxy   : mdoP is null: 15010117
11-30 15:19:15.200  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:15.200  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:15.200  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:15.211 15154 25918 I Finsky:background: [43286] gef.X(3): Broadcasting <534:RUNNING:32%[32%]>.
11-30 15:19:15.214  2985  5083 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:15.214  2985  5083 I chatty  : uid=1000(system) Binder:2985_15 identical 1 line
11-30 15:19:15.214  2985  5083 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:15.215  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:15.216  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:15.216 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.android.chrome:com.android.chrome reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 2, 192
11-30 15:19:15.216  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:15.217  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 2 lines
11-30 15:19:15.218  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:15.221 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:15.224 14965 25582 I Finsky  : [43458] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:15.268  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:15.271  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 7 lines
11-30 15:19:15.271  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:15.272  2985  5083 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:15.275  2985  5083 I chatty  : uid=1000(system) Binder:2985_15 identical 7 lines
11-30 15:19:15.275  2985  5083 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:15.283  2985  5083 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:15.283  2985  5083 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:15.284  2985  5083 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:15.284  2985  5083 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:15.305 26109 26109 I MultiDex: VM with version 2.1.0 has multidex support
11-30 15:19:15.306 26109 26109 I MultiDex: install
11-30 15:19:15.306 26109 26109 I MultiDex: VM has multidex support, MultiDex support library is disabled.
11-30 15:19:15.306 26109 26109 I MultiDex: install
11-30 15:19:15.306 26109 26109 I MultiDex: VM has multidex support, MultiDex support library is disabled.
11-30 15:19:15.308 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(0) data(0) accounts({}) accounts deleted({}) calls([]) countryIso(ID) userId(150)  ]

11-30 15:19:15.308 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ agr({})  ]

11-30 15:19:15.308 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({})  ]

11-30 15:19:15.308 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(0) data(0) accounts({})  ]

11-30 15:19:15.308 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(0) data(0) accounts({})  ]
11-30 15:19:15.389  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:15.390  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:19:15.390  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:15.390  2985  2985 D AudioService: isEnabled
11-30 15:19:15.400  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:15.406  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:19:15.406  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:15.410  2985  5083 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:19:15.410  2985  3612 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:19:15.411  2985  3612 D PersonaManagerService: securefolder Secure Folder
11-30 15:19:15.411  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:19:15.427  2985  3612 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:19:15.511  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:19:15.511  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:19:15.563 25912 25912 I BgTaskExecutorImpl: Starting NONEXCLUSIVE background task UPDATE_GSERVICES_CONFIG.
11-30 15:19:15.570 25912 26076 I A       : Updating Gservices keys
11-30 15:19:15.584 25912 25993 W SearchServiceCore: Abort, client detached.
11-30 15:19:15.585 25912 25993 W SearchServiceCore: Abort, client detached.
11-30 15:19:15.617  2985  5083 D PackageManager: setEnabledSetting : userId = 150 packageName = com.google.android.googlequicksearchbox cmp = com.google.android.apps.gsa.deeplink.DeeplinkActivityEntrypoint newState = 0 callingPackage = 15010078/com.google.android.googlequicksearchbox
11-30 15:19:15.621 25912 25970 I FedAssExpListener: Fed-ass not supported for signed out users.
11-30 15:19:15.621 25912 25969 I ModelDownloadListener: Schdedule model download
11-30 15:19:15.622 25912 25970 I FedAssExpListener: Successfully processed experiments changed.
11-30 15:19:15.627 25912 25970 I A       : NGA disabled due to not being eligible.
11-30 15:19:15.629 25912 25912 I BgTaskExecutorImpl: Starting EXCLUSIVE background task UPDATE_HOTWORD_MODELS.
11-30 15:19:15.637 25912 26041 I ModelDownloadController: requestHotwordModelUpdate modelType-2 modelLocale-en-US
11-30 15:19:15.643 25912 26041 I ModelDownloadController: #maybeDownloadHotwordModelWithMDD with locale: en-US, modelType: 2.
11-30 15:19:15.707 25912 26012 I ModelDownloadController: Hotword models associated with downloaded MDD filegroups: [hotword_model_en-US_okhey], pending groups: []
11-30 15:19:15.709 25912 26041 I ModelDownloadController: Skipping MDD query because model was already downloaded for locale
11-30 15:19:15.711 25912 25993 W SearchServiceCore: Abort, client detached.
11-30 15:19:15.712 25912 25993 W SearchServiceCore: Abort, client detached.
11-30 15:19:15.894 26109 26109 I dca     : SslGuard completed installation.
11-30 15:19:15.912 26109 26109 I GoogleTTSApplication: Beginning load of tts_android...
11-30 15:19:16.087 26109 26131 I FirebaseApp: Device unlocked: initializing all Firebase APIs for app [DEFAULT]
11-30 15:19:16.200  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:16.200  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:16.200  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:16.721  2985  3612 D PackageManager: setEnabledSetting : userId = 150 packageName = com.google.android.tts cmp = androidx.work.impl.background.systemjob.SystemJobService newState = 1 callingPackage = 15010117/com.google.android.tts
11-30 15:19:16.740 25912 26014 W GmsClient: mServiceBroker is null, client disconnected
11-30 15:19:16.743 25912 25993 W SearchServiceCore: Abort, client detached.
11-30 15:19:16.789  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:19:16.790  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:19:16.793  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:19:16.793  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:19:16.794  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:19:16.795  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:19:16.795  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:19:16.824 15154 15154 I Finsky:background: [2] kmm.onDestroy(8): IPC-SERVER: Stopping gRPC host service...
11-30 15:19:16.915 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:19:16.922 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:19:16.951 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:19:16.951 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:19:16.964  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:19:16.972  2985  2985 I MotionRecognitionService: Plugged
11-30 15:19:16.973  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:19:16.973  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:19:16.982  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:19:17.182 26109 26109 I GoogleTTSApplication: tts_android (null) was loaded normally!
11-30 15:19:17.200  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:17.200  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:17.200  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:17.215 15154 25918 I Finsky:background: [43286] gef.X(3): Broadcasting <534:RUNNING:41%[41%]>.
11-30 15:19:17.217  2985  5083 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:17.218  2985  5083 I chatty  : uid=1000(system) Binder:2985_15 identical 4 lines
11-30 15:19:17.218 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.android.chrome:com.android.chrome reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 2, 192
11-30 15:19:17.218  2985  5083 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:17.219  2985  5083 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:17.220  2985  5083 I chatty  : uid=1000(system) Binder:2985_15 identical 4 lines
11-30 15:19:17.220  2985  5083 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:17.221  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:17.221  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 1 line
11-30 15:19:17.221  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:17.221 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:17.222  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:17.223  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 4 lines
11-30 15:19:17.223  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:17.223 14965 25582 I Finsky  : [43458] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:17.225  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:17.226  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 4 lines
11-30 15:19:17.226  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:17.233  2985  3612 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:17.233  2985  3612 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:17.248  2985  3612 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:17.248  2985  3612 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:17.279  2985  3612 D PackageManager: setEnabledSetting : userId = 150 packageName = com.google.android.tts cmp = androidx.work.impl.background.systemalarm.RescheduleReceiver newState = 1 callingPackage = 15010117/com.google.android.tts
11-30 15:19:17.493  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:17.493  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:19:17.493  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:17.493  2985  2985 D AudioService: isEnabled
11-30 15:19:17.502  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:17.512  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:19:17.512  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:17.516  2985  3612 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:19:17.517  2985  3612 D PersonaManagerService: securefolder Secure Folder
11-30 15:19:17.517  2985  5083 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:19:17.518  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:19:17.535  2985  5083 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:19:17.545 26109 26109 I Analytics: Running on TYPE_PHONE
11-30 15:19:17.617  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:19:17.617  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:19:17.658 25912 25912 V ClearcutMetricXmitter: Transmission is done.
11-30 15:19:17.720 25912 25966 I FirebaseApp: Device unlocked: initializing all Firebase APIs for app [DEFAULT]
11-30 15:19:17.743 26109 26109 I VoiceDataDownloader: fetchVoiceInternal en-us
11-30 15:19:17.847 25912 26151 W zygote  : Unsupported class loader
11-30 15:19:17.849 26109 26153 I VoiceDataDownloader: Not already initialized. Initializing Superpacks.
11-30 15:19:17.855 26109 26148 I PhenotypeBackgroundRecv: Successfully updated snapshot for com.google.android.tts#com.google.android.tts
11-30 15:19:17.878 25912 26151 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:19:17.907 26109 26153 D NetworkSecurityConfig: No Network Security Config specified, using platform default
11-30 15:19:17.911  2985  5083 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.marvin.talkback user:150
11-30 15:19:17.915  2985  5083 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:19:17.915  2985  5083 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.marvin.talkback user:150
11-30 15:19:17.917  2985  5083 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:19:17.922 25912 26151 I DynamiteModule: Considering local module com.google.android.gms.measurement.dynamite:59 and remote module com.google.android.gms.measurement.dynamite:54
11-30 15:19:17.923 25912 26151 I DynamiteModule: Selected local version of com.google.android.gms.measurement.dynamite
11-30 15:19:17.932 26156 26156 I Zygote  : Unshare entire /
11-30 15:19:17.937 26156 26156 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:19:17.937 26156 26156 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:19:17.937 26156 26156 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:19:17.937 26156 26156 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:19:17.937 26156 26156 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:19:17.938 26156 26156 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:19:17.938 26156 26156 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:19:17.938 26156 26156 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:19:17.938 26156 26156 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:19:17.943 26109 26153 I VoiceDataDownloader: Superpack object built.
11-30 15:19:17.946 26109 26153 I VoiceDataDownloader: Superpack slicing strategy registered
11-30 15:19:17.947 26156 26156 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:17.948 26156 26156 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c662,c768, pkgname=com.google.android.marvin.talkback 
11-30 15:19:17.953 26109 26153 I VoiceDataDownloader: Superpack quota set for all voices.
11-30 15:19:17.956 26109 26153 I VoiceDataDownloader: Got bundled voice en-us-x-multi-r38
11-30 15:19:17.973  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010155 ,Container id: 150
11-30 15:19:17.973  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010155 ,Container id: 150
11-30 15:19:17.973  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:19:17.973  2985  5081 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:17.976  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010155 ,Container id: 150
11-30 15:19:17.976  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010155 ,Container id: 150
11-30 15:19:17.976  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:19:17.977  2985  5081 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:17.978  6077  6493 E aksc    : Phenotype API error. Event # btks@acf69cab, EventCode: 5 [CONTEXT service_id=51 ]
11-30 15:19:17.978  6077  6493 E aksc    : akro: 29501: Stale snapshot (change count changed - expected 52  but was 50)
11-30 15:19:17.978  6077  6493 E aksc    : 	at akse.b(:com.google.android.gms@214218018@21.42.18 (040308-410302452):14)
11-30 15:19:17.978  6077  6493 E aksc    : 	at aksd.e(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:19:17.978  6077  6493 E aksc    : 	at aksc.d(:com.google.android.gms@214218018@21.42.18 (040308-410302452):4)
11-30 15:19:17.978  6077  6493 E aksc    : 	at aksc.f(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:17.978  6077  6493 E aksc    : 	at xvw.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):11)
11-30 15:19:17.978  6077  6493 E aksc    : 	at bgbh.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:17.978  6077  6493 E aksc    : 	at rrg.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):6)
11-30 15:19:17.978  6077  6493 E aksc    : 	at rrg.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):7)
11-30 15:19:17.978  6077  6493 E aksc    : 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:17.978  6077  6493 E aksc    : 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:17.978  6077  6493 E aksc    : 	at rvm.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:19:17.978  6077  6493 E aksc    : 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:17.979 26156 26156 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:17.992  6077  6493 W AsyncOperation: operation=CommitToConfigurationOperationCall, opStatusCode=29501 [CONTEXT service_id=51 ]
11-30 15:19:17.992  6077  6493 W AsyncOperation: OperationException[Status{statusCode=Stale snapshot (change count changed - expected 52  but was 50), resolution=null}]
11-30 15:19:17.992  6077  6493 W AsyncOperation: 	at aksc.d(:com.google.android.gms@214218018@21.42.18 (040308-410302452):6)
11-30 15:19:17.992  6077  6493 W AsyncOperation: 	at aksc.f(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:17.992  6077  6493 W AsyncOperation: 	at xvw.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):11)
11-30 15:19:17.992  6077  6493 W AsyncOperation: 	at bgbh.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:17.992  6077  6493 W AsyncOperation: 	at rrg.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):6)
11-30 15:19:17.992  6077  6493 W AsyncOperation: 	at rrg.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):7)
11-30 15:19:17.992  6077  6493 W AsyncOperation: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:17.992  6077  6493 W AsyncOperation: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:17.992  6077  6493 W AsyncOperation: 	at rvm.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:19:17.992  6077  6493 W AsyncOperation: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:18.003 26156 26156 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010155
11-30 15:19:18.004 26156 26156 D Proxy   : mdoP is null: 15010155
11-30 15:19:18.005 26109 26148 W ProtoDataStoreFlagStore: Failed to commit due to stale snapshot for com.google.android.tts#com.google.android.tts, triggering flag update.
11-30 15:19:18.005 26109 26148 W ProtoDataStoreFlagStore: czf: 29501: 29501: Stale snapshot (change count changed - expected 52  but was 50)
11-30 15:19:18.005 26109 26148 W ProtoDataStoreFlagStore: 	at cld.a(PG:2)
11-30 15:19:18.005 26109 26148 W ProtoDataStoreFlagStore: 	at egm.d(PG:2)
11-30 15:19:18.005 26109 26148 W ProtoDataStoreFlagStore: 	at ego.run(PG:11)
11-30 15:19:18.005 26109 26148 W ProtoDataStoreFlagStore: 	at ehx.execute(PG:1)
11-30 15:19:18.005 26109 26148 W ProtoDataStoreFlagStore: 	at ehc.q(PG:1)
11-30 15:19:18.005 26109 26148 W ProtoDataStoreFlagStore: 	at ehc.i(PG:12)
11-30 15:19:18.005 26109 26148 W ProtoDataStoreFlagStore: 	at ehc.l(PG:3)
11-30 15:19:18.005 26109 26148 W ProtoDataStoreFlagStore: 	at cbw.a(PG:5)
11-30 15:19:18.005 26109 26148 W ProtoDataStoreFlagStore: 	at bwe.run(PG:1)
11-30 15:19:18.005 26109 26148 W ProtoDataStoreFlagStore: 	at ehx.execute(PG:1)
11-30 15:19:18.005 26109 26148 W ProtoDataStoreFlagStore: 	at bwf.a(PG:3)
11-30 15:19:18.005 26109 26148 W ProtoDataStoreFlagStore: 	at bwt.b(PG:5)
11-30 15:19:18.005 26109 26148 W ProtoDataStoreFlagStore: 	at bwy.o(PG:4)
11-30 15:19:18.005 26109 26148 W ProtoDataStoreFlagStore: 	at bwu.a(PG:1)
11-30 15:19:18.005 26109 26148 W ProtoDataStoreFlagStore: 	at bbt.u(PG:3)
11-30 15:19:18.005 26109 26148 W ProtoDataStoreFlagStore: 	at bbt.t(PG:1)
11-30 15:19:18.005 26109 26148 W ProtoDataStoreFlagStore: 	at bvf.w(PG:31)
11-30 15:19:18.005 26109 26148 W ProtoDataStoreFlagStore: 	at bgb.onTransact(PG:3)
11-30 15:19:18.005 26109 26148 W ProtoDataStoreFlagStore: 	at android.os.Binder.execTransact(Binder.java:705)
11-30 15:19:18.005 26109 26148 W ProtoDataStoreFlagStore: Caused by: bph: 29501: Stale snapshot (change count changed - expected 52  but was 50)
11-30 15:19:18.005 26109 26148 W ProtoDataStoreFlagStore: 	... 5 more
11-30 15:19:18.058  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:19:18.061  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:19:18.061  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:19:18.075 24262 24312 I PlayCommon: [43797] aamo.k(22): Preparing logs for uploading
11-30 15:19:18.083   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:19:18.083 16433 16509 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:19:18.085 16433 16509 I PolicyManager: [#CMH#] onReceive action = EVENT_SIOP
11-30 15:19:18.085   559   636 I PolicyManager: [#CMH#] onReceive action = EVENT_SIOP
11-30 15:19:18.085   559   636 I PolicyManager: [#CMH#] SIOP level is high = 2
11-30 15:19:18.085 16433 16509 I PolicyManager: [#CMH#] SIOP level is high = 2
11-30 15:19:18.085   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:19:18.085 16433 16509 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:19:18.114 26109 26171 I SP      : Registering ttsvoices.1194, url: null, constraints: *:*:*:*, flags: *, requested: 1194, current: 1174
11-30 15:19:18.136  2985  7619 I SensorService: createSensorEventConnection package name f.l
11-30 15:19:18.136 26109 26113 I zygote  : Do partial code cache collection, code=30KB, data=27KB
11-30 15:19:18.136 26109 26113 I zygote  : After code cache collection, code=20KB, data=21KB
11-30 15:19:18.136 26109 26113 I zygote  : Increasing code cache capacity to 128KB
11-30 15:19:18.140  2985  2985 D SensorManager: Proximity, val = 8.0  [far]
11-30 15:19:18.141  2985  7619 D SensorService: Calling batch handle==3 flags=0 rate=200000000 timeout== 0
11-30 15:19:18.142  2985  7619 D SensorManager: registerListener :: 3, STK3013 Proximity, 200000, 0,  
11-30 15:19:18.142  2985  2985 D SensorService: Calling activate off 3
11-30 15:19:18.143  2985  2985 D SensorManager: unregisterListener ::   
11-30 15:19:18.162 24292 24380 I PlayCommon: [43801] aamo.k(22): Preparing logs for uploading
11-30 15:19:18.200  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:18.200  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:18.200  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:18.228 24292 24380 I PlayCommon: [43801] aamo.k(135): Connecting to server for timestamp: https://play.googleapis.com/play/log/timestamp
11-30 15:19:18.234 24262 24312 I PlayCommon: [43797] aamo.k(135): Connecting to server for timestamp: https://play.googleapis.com/play/log/timestamp
11-30 15:19:18.258 24262 24312 D NetworkSecurityConfig: No Network Security Config specified, using platform default
11-30 15:19:18.258 24292 24380 D NetworkSecurityConfig: No Network Security Config specified, using platform default
11-30 15:19:18.271 24292 24380 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:19:18.271 24292 24380 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:19:18.275 24262 24312 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:19:18.275 24262 24312 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:19:18.279 25488 25488 W ResourceType: ResTable_typeSpec entry count inconsistent: given 15, previously 24
11-30 15:19:18.280  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:19:18.280  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:19:18.290 25488 25488 W ResourceType: ResTable_typeSpec entry count inconsistent: given 15, previously 24
11-30 15:19:18.380 25912 26163 I FA      : App measurement initialized, version: 50011
11-30 15:19:18.380 25912 26163 I FA      : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
11-30 15:19:18.380 25912 26163 I FA      : To enable faster debug mode event logging run:
11-30 15:19:18.380 25912 26163 I FA      :   adb shell setprop debug.firebase.analytics.app com.google.android.googlequicksearchbox
11-30 15:19:18.404 25912 26163 I zygote  : Deoptimizing java.lang.Object com.google.android.gms.measurement.internal.ds.a(java.lang.Object) due to JIT inline cache
11-30 15:19:18.492  2985  3825 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:18.492  2985  3825 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:18.587 26156 26156 D PhenotypeContext: Application doesn't implement PhenotypeApplication interface, falling back to globally set context. See go/phenotype-flag#process-stable-init for more info.
11-30 15:19:18.611  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010040 ,Container id: 150
11-30 15:19:18.611  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010040 ,Container id: 150
11-30 15:19:18.611  2985  3612 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:19:18.611  2985  3612 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:18.638  2985  3825 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10040 ,Container id: 0
11-30 15:19:18.638  2985  3825 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10040 ,Container id: 0
11-30 15:19:18.638  2985  3825 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:18.744 13746 13746 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:19:18.744 13746 13746 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:19:18.873  3470  3949 E ImsAdaptorImpl2: setSSACInfo : ImsAdaptorImpl.
11-30 15:19:18.889  3775  4088 D SsacManager: updateSSACInfo[1] : Voice(-1:0) Video(-1:0)
11-30 15:19:18.889  3775  4088 D SsacManager: Voice Call updateSSACInfo[1] : f[100], t[0]
11-30 15:19:18.890  3775  4088 D SsacManager: Video Call updateSSACInfo[1] : f[100], t[0]
11-30 15:19:18.895  3470  3949 E ImsAdaptorImpl2: setSSACInfo : ImsAdaptorImpl.
11-30 15:19:18.896  3775  4088 D SsacManager: updateSSACInfo[1] : Voice(-1:0) Video(-1:0)
11-30 15:19:18.896  3775  4088 D SsacManager: Voice Call updateSSACInfo[1] : f[100], t[0]
11-30 15:19:18.896  3775  4088 D SsacManager: Video Call updateSSACInfo[1] : f[100], t[0]
11-30 15:19:18.905  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 19 99 -19 -200 -19 -200 -1 99 2147483647 2147483647 2147483647 2147483647 0 2147483647 0x3 P gsm|lte level=3
11-30 15:19:18.905  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:19:18.919  3470  3949 E ImsAdaptorImpl2: setSSACInfo : ImsAdaptorImpl.
11-30 15:19:18.919  3775  4088 D SsacManager: updateSSACInfo[1] : Voice(100:0) Video(100:0)
11-30 15:19:18.920  3775  4088 D SsacManager: Voice factor 100 is unavailable value.
11-30 15:19:18.932  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 19 99 -19 -200 -19 -200 -1 0 2147483647 2147483647 2147483647 2147483647 0 2147483647 0x4 P gsm|lte level=4
11-30 15:19:18.933  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:19:18.938  3510  3510 E SignalClusterView: setSlotFocusVisible : subId 3 visible false
11-30 15:19:18.938  3510  3510 E SignalClusterView: setSlotFocusVisible : subId 3 visible false
11-30 15:19:18.955  3510  3660 D NetworkController.MobileSignalController(1/3): onServiceStateChanged voiceState=0 dataState=0
11-30 15:19:18.956  3775  4111 D ImsPhoneStateManager<1>: onServiceStateChanged E
11-30 15:19:18.956  3775  4111 D ImsPhoneStateManager<1>: onServiceStateChanged X
11-30 15:19:18.956  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 3
11-30 15:19:18.956  3775  4111 D VolteServiceModule: onServiceStateChanged({mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=3(UMTS), mRilDataRadioTechnology=3(UMTS), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=2, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=IN_SERVICE, MobileVoiceRat=UMTS, MobileData=IN_SERVICE, MobileDataRoamingType=home, MobileDataRat=UMTS PsOnly=false FemtocellInd=0, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0})
11-30 15:19:18.957  3775  4091 D ImsPhoneStateManager<1>: onServiceStateChanged E
11-30 15:19:18.957  3775  4091 D ImsPhoneStateManager<1>: onServiceStateChanged X
11-30 15:19:18.957  3775  4091 D GeolocationController: onServiceStateChanged({mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=3(UMTS), mRilDataRadioTechnology=3(UMTS), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=2, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=IN_SERVICE, MobileVoiceRat=UMTS, MobileData=IN_SERVICE, MobileDataRoamingType=home, MobileDataRat=UMTS PsOnly=false FemtocellInd=0, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0})
11-30 15:19:18.957  3775  4091 D GeolocationController: onServiceStateChanged : {mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=3(UMTS), mRilDataRadioTechnology=3(UMTS), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=2, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=IN_SERVICE, MobileVoiceRat=UMTS, MobileData=IN_SERVICE, MobileDataRoamingType=home, MobileDataRat=UMTS PsOnly=false FemtocellInd=0, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0}
11-30 15:19:18.962  3775  4091 D GeolocationController: onServiceStateChanged[1] : mCountryIso = id, iso = id
11-30 15:19:18.962  3775  4091 D ImsPhoneStateManager<1>: onServiceStateChanged E
11-30 15:19:18.962  3775  4091 D ImsPhoneStateManager<1>: onServiceStateChanged X
11-30 15:19:18.963  3775  4091 D ImsIconManager<1>: onServiceStateChanged({mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=3(UMTS), mRilDataRadioTechnology=3(UMTS), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=2, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=IN_SERVICE, MobileVoiceRat=UMTS, MobileData=IN_SERVICE, MobileDataRoamingType=home, MobileDataRat=UMTS PsOnly=false FemtocellInd=0, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0})
11-30 15:19:18.963  3775  4091 D ImsIconManager<1>: setCurrentNetworkType:3
11-30 15:19:18.963  3775  4091 D ImsIconManager<1>: setCurrentServiceState:0
11-30 15:19:18.963  3775  4091 D ImsIconManager<1>: setCurrentRoamingState:false
11-30 15:19:18.964  3775  4091 D PdnController: isSuspended [false] networktype [3]
11-30 15:19:18.964  3775  4091 D ImsIconManager<1>: updateRegistrationIcon on RAT change
11-30 15:19:18.965  3775  4091 D ImsUtil : getSimSlotFromUri: content://com.sec.ims.settings/global#simslot1
11-30 15:19:18.965  3775  4091 D ImsUtil : Valid simslot:1. get it from Uri
11-30 15:19:18.965  3775  4091 D ImsSettingsProvider<1>: query:
11-30 15:19:18.972  3775  4091 D ImsSettingsProvider: Query(3775, imsservice) : Uri[content://com.sec.ims.settings/global#simslot1], pro : [show_vowifi_regi_icon]
11-30 15:19:19.004  3470  3470 D ServiceStateProvider: subId=3
11-30 15:19:19.009  3775  4091 D GlobalSettingsRepoBase<1>: query:
11-30 15:19:19.011  3775  4091 D ImsUtil : getSimSlotFromUri: content://com.sec.ims.settings/global#simslot1
11-30 15:19:19.011  3775  4091 D ImsUtil : Valid simslot:1. get it from Uri
11-30 15:19:19.011  3775  4091 D ImsSettingsProvider<1>: query:
11-30 15:19:19.015  3775  4091 D ImsSettingsProvider: Query(3775, imsservice) : Uri[content://com.sec.ims.settings/global#simslot1], pro : [show_volte_regi_icon]
11-30 15:19:19.016  3775  4091 D GlobalSettingsRepoBase<1>: query:
11-30 15:19:19.026  2985  3678 D SLocation: onCellLocationChanged 3 / 1
11-30 15:19:19.030  2985  3678 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 2985 / 1000 / 3678
11-30 15:19:19.035  3470  3470 D PhoneApp: onServiceStateChanged prevRoaming : false, roaming : false
11-30 15:19:19.035  3470  3470 D PhoneApp: onServiceStateChanged backupEnableValue : 1, mSmartCallEnabled : 1
11-30 15:19:19.035  3470  3470 D PhoneApp: onServiceStateChanged-S:{mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=3(UMTS), mRilDataRadioTechnology=3(UMTS), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=2, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=IN_SERVICE, MobileVoiceRat=UMTS, MobileData=IN_SERVICE, MobileDataRoamingType=home, MobileDataRat=UMTS PsOnly=false FemtocellInd=0, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0}
11-30 15:19:19.036  3775  4091 D ImsUtil : getSimSlotFromUri: content://com.sec.ims.settings/global#simslot1
11-30 15:19:19.036  3775  4091 D ImsUtil : Valid simslot:1. get it from Uri
11-30 15:19:19.036  3775  4091 D ImsSettingsProvider<1>: query:
11-30 15:19:19.038  3470  3470 D ImsAdaptorImpl2: onServiceStateChanged(): data regstate 0, network type 3
11-30 15:19:19.041  3775  4091 D ImsSettingsProvider: Query(3775, imsservice) : Uri[content://com.sec.ims.settings/global#simslot1], pro : [remove_icon_nosvc]
11-30 15:19:19.041  3775  4091 D GlobalSettingsRepoBase<1>: query:
11-30 15:19:19.042  3775  4091 D ImsUtil : getSimSlotFromUri: content://com.sec.ims.settings/global#simslot1
11-30 15:19:19.042  3775  4091 D ImsUtil : Valid simslot:1. get it from Uri
11-30 15:19:19.042  3775  4091 D ImsSettingsProvider<1>: query:
11-30 15:19:19.046  3775  4091 D ImsSettingsProvider: Query(3775, imsservice) : Uri[content://com.sec.ims.settings/global#simslot1], pro : [vowifi_operator_label]
11-30 15:19:19.047  3775  4091 D GlobalSettingsRepoBase<1>: query:
11-30 15:19:19.047  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:19:19.047  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:19:19.047  3775  4091 D ImsIconManager<1>: Volte/RCS RegistrationIcon: turned off.
11-30 15:19:19.063  3470  3470 D PhoneStateListenerBase: onServiceStateChanged - subId : 3 / ServiceState : {mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=3(UMTS), mRilDataRadioTechnology=3(UMTS), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=2, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=IN_SERVICE, MobileVoiceRat=UMTS, MobileData=IN_SERVICE, MobileDataRoamingType=home, MobileDataRat=UMTS PsOnly=false FemtocellInd=0, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0}
11-30 15:19:19.066  3470  3470 I NetworkNotificationUI2: onServiceStateChanged: {mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=3(UMTS), mRilDataRadioTechnology=3(UMTS), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=2, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=IN_SERVICE, MobileVoiceRat=UMTS, MobileData=IN_SERVICE, MobileDataRoamingType=home, MobileDataRat=UMTS PsOnly=false FemtocellInd=0, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0}
11-30 15:19:19.067  3470  3470 D NetworkNotificationUI2: onServiceStateChanged-S:{mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=3(UMTS), mRilDataRadioTechnology=3(UMTS), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=2, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=IN_SERVICE, MobileVoiceRat=UMTS, MobileData=IN_SERVICE, MobileDataRoamingType=home, MobileDataRat=UMTS PsOnly=false FemtocellInd=0, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0}
11-30 15:19:19.081  3470  3470 D ReflectUtil: getPhoneId is called
11-30 15:19:19.081  3470  3470 D NetworkNotificationUI2: Because network mode was changed into automatic, selected network name should be removed : phoneId = 1
11-30 15:19:19.085  3775  4091 D RegiMgrBase<1>: getRegistrationInfoByPhoneId: not exist matched info
11-30 15:19:19.085  3775  4091 D ImsIconManager<1>: updateRegistrationIcon: VoLTE [show: false, regi: false] VoWiFi [show: true, regi: false] RCS [show: false, regi: false] (SUSPENDED: false)
11-30 15:19:19.087  3470  3470 D ReflectUtil: getSubId is called
11-30 15:19:19.110  3775  4091 D SimManager: getRilSimOperator: ETC
11-30 15:19:19.110  3775  4091 D ImsIconManager<1>: needShowNoCTCVoLTEIcon: false
11-30 15:19:19.110  3775  4091 D ImsPhoneStateManager<1>: onServiceStateChanged E
11-30 15:19:19.110  3775  4091 D ImsPhoneStateManager<1>: onServiceStateChanged X
11-30 15:19:19.110  3775  4091 D PdnController<1>: onServiceStateChanged({mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=3(UMTS), mRilDataRadioTechnology=3(UMTS), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=2, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=IN_SERVICE, MobileVoiceRat=UMTS, MobileData=IN_SERVICE, MobileDataRoamingType=home, MobileDataRat=UMTS PsOnly=false FemtocellInd=0, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0})
11-30 15:19:19.110  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:19:19.110  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:19:19.111  3775  4091 D PdnController: Default Phone Id = :1
11-30 15:19:19.112  3775  4091 D PdnController: No Mobile Data Connected = :
11-30 15:19:19.112  3775  4091 D PdnController<1>: Prev Mobile Connected=: falsenew MobileConnected=:false
11-30 15:19:19.112  3775  4091 D PdnController<1>: notifyDataConnectionState
11-30 15:19:19.112  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:19:19.112  3775  4091 I chatty  : uid=1000(system) ImsServiceStub identical 1 line
11-30 15:19:19.112  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:19:19.112  3775  4091 D PdnController<1>: mDataNetworkType: 13, mDataRegState:0
11-30 15:19:19.112  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:19:19.112  3775  4091 I chatty  : uid=1000(system) ImsServiceStub identical 1 line
11-30 15:19:19.112  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:19:19.112  3775  4091 D PdnController: isWifiConnected: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:19:19.113  3775  4091 D PdnController<1>: notifyingDataConnectionStateChanged:
11-30 15:19:19.113  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:19:19.113  3775  4091 D VolteServiceModule: onDataConnectionStateChanged(): networkType [UMTS]isWifiConnected [true], phoneId [1]
11-30 15:19:19.113  3775  4091 D PdnController<1>: notifyingDataConnectionStateChanged:
11-30 15:19:19.113  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:19:19.114  3775  4091 D RegiMgrBase<1>: onDataConnectionStateChanged(): networkType [UMTS], isWifiConnected [true]
11-30 15:19:19.114  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:19:19.114  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:19:19.114  3775  4091 D PdnController<1>: notifySnapshotState: snapshotState=0 old=0
11-30 15:19:19.114  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:19:19.114  3775  4091 D PdnController<1>: onCellLocationChanged:
11-30 15:19:19.114  3775  4091 D VolteServiceModule: onCellLocationChanged, phoneId: 1
11-30 15:19:19.114  3470  3470 I PhoneProxy: saveNetworkOperatorInformation: subId-3  /  / 
11-30 15:19:19.114  3775  4091 D RegiMgrBase: handleMessage: NETWORK_TYPE
11-30 15:19:19.116  3510  3660 D NetworkController.MobileSignalController(1/3): onCellLocationChanged
11-30 15:19:19.117  3775  4091 D RegiMgrBase<1>: onNetworkChanged:
11-30 15:19:19.117  3470  3470 D PhoneApp: PhoneAppBroadcastReceiver onReceive android.intent.action.SERVICE_STATE
11-30 15:19:19.117  3775  4091 D RegiMgrBase<1>: updatePani:
11-30 15:19:19.117  3775  4091 D ImsUtil : getSubId:
11-30 15:19:19.118  3470  3470 D PhoneApp: handleServiceStateChanged : simSlot : 1
11-30 15:19:19.118  3470  3470 D NetworkUIGlobals: PhoneAppBroadcastReceiver onReceive android.intent.action.SERVICE_STATE
11-30 15:19:19.118  3470  3470 I PhoneProxy: getSubId: 5
11-30 15:19:19.118  3775  4091 D PaniGenerator<1>: generate: subId - 3
11-30 15:19:19.119  3470  3470 D ReflectUtil: getPhoneId is called
11-30 15:19:19.119  3470  3470 I NetworkProxy: getPhoneCount : 2
11-30 15:19:19.119  3470  3470 I NetworkProxy: isValidPhoneId : true
11-30 15:19:19.119  3470  3470 D NetworkUIGlobals: handleServiceStateChanged : simSlot : 1
11-30 15:19:19.120  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:19:19.120  3470  3470 D ReflectUtil: newFromBundle is called
11-30 15:19:19.120  3470  3470 D NetworkUIGlobals: handleServiceStateChanged State 0
11-30 15:19:19.120  3775  4091 D ImsUtil : getSubId:
11-30 15:19:19.120  3470  3470 D ReflectUtil: getSubId is called
11-30 15:19:19.120  3470  3470 D NotificationMgr2: updateNetworkSelection - serviceState:0, subId: 3
11-30 15:19:19.120  3470  3470 D PhoneMultiSimUtils: getPhoneBySubId: subId =3
11-30 15:19:19.121  3775  4091 D PaniGenerator<1>: generate: network=3, fallbackPlmn=51010, subId=3
11-30 15:19:19.121  3470  3470 D ReflectUtil: getPhoneId is called
11-30 15:19:19.121  3775  4091 D ImsUtil : getSubId:
11-30 15:19:19.121  3470  3470 I NetworkProxy: getPhoneCount : 2
11-30 15:19:19.121  3470  3470 I NetworkProxy: isValidPhoneId : true
11-30 15:19:19.121  3470  3470 D NotificationMgr2: updateNetworkSelection - phonetype is GSM or support GLOBAL_NETWORK_CDMA_GSM_ENABLE
11-30 15:19:19.121  3775  4091 D PaniGenerator<1>: getPsPlmn: subId = 3
11-30 15:19:19.122  3470  3470 I NetworkProxy: getSimState : 5
11-30 15:19:19.122  3470  3470 D ReflectUtil: getPhoneId is called
11-30 15:19:19.123  3470  3470 D ReflectUtil: getSimState is called
11-30 15:19:19.123  3470  3470 I NetworkProxy: getSimState : 5 /  slot :1
11-30 15:19:19.124  3470  3470 D ReflectUtil: getPhoneId is called
11-30 15:19:19.124  3775  4091 D PaniGenerator: getDataPlmn returns null
11-30 15:19:19.124  3470  3470 D NotificationMgr2: updateNetworkSelection()...serviceState = 0 networkSelection:  subId: 3 SimState:5
11-30 15:19:19.124  3470  3470 D ReflectUtil: getPhoneId is called
11-30 15:19:19.124  3775  4091 D PaniGenerator: generate: change to NW PLMN(51010)
11-30 15:19:19.125  3470  3470 D ReflectUtil: getPhoneId is called
11-30 15:19:19.126  3470  3470 D NotificationMgr2: cancelNetworkSelection() - subId:3
11-30 15:19:19.126  3470  3470 D ReflectUtil: getPhoneId is called
11-30 15:19:19.135  3775  4091 D ImsUtil : getSubId:
11-30 15:19:19.138  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.SERVICE_STATE
11-30 15:19:19.138  3510  3510 V KeyguardUpdateMonitor: action android.intent.action.SERVICE_STATE serviceState={mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=3(UMTS), mRilDataRadioTechnology=3(UMTS), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=2, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=IN_SERVICE, MobileVoiceRat=UMTS, MobileData=IN_SERVICE, MobileDataRoamingType=home, MobileDataRat=UMTS PsOnly=false FemtocellInd=0, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0} subId=3
11-30 15:19:19.139  3470  3470 D TelephonyProvider: query: match = 12
11-30 15:19:19.139  3510  3510 E SignalClusterView: setSlotFocusVisible : subId 3 visible false
11-30 15:19:19.139  3470  3470 D TelephonyProvider: subIdString = 3 subId = 3
11-30 15:19:19.139  3510  3510 E SignalClusterView: setSlotFocusVisible : subId 3 visible false
11-30 15:19:19.139  3510  3510 D KeyguardUpdateMonitor: handleServiceStateChange(subId=3, serviceState={mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=3(UMTS), mRilDataRadioTechnology=3(UMTS), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=2, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=IN_SERVICE, MobileVoiceRat=UMTS, MobileData=IN_SERVICE, MobileDataRoamingType=home, MobileDataRat=UMTS PsOnly=false FemtocellInd=0, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0}
11-30 15:19:19.141  3510  3510 D KeyguardClockPage: isNetworkRoamingState false 3
11-30 15:19:19.141  3510  3510 D KeyguardClockPage: onRefreshCarrierInfo(pre, now): false, false
11-30 15:19:19.141  3510  3510 D CarrierText: updateCarrierText(): subscriptionInfo Size = 2, DefaultText = No network connection
11-30 15:19:19.142  3510  3510 D MultiSimUtils: isReadySimSlot() slotNum : 0
11-30 15:19:19.143  3510  3510 D CarrierText: Handling (subId=5): simState = ABSENT, carrierName = No network connection
11-30 15:19:19.143  3510  3510 D CarrierText: carrierTextForSimState = null
11-30 15:19:19.143  3510  3510 D MultiSimUtils: isReadySimSlot() slotNum : 1
11-30 15:19:19.143  3510  3510 D MultiSimUtils: getSystemPropertySimState() simStateProp : READY
11-30 15:19:19.143  3510  3510 D CarrierText: Handling (subId=3): simState = READY, carrierName = Tsel-PakaiMasker
11-30 15:19:19.143  3510  3510 D CarrierText: carrierTextForSimState = Tsel-PakaiMasker
11-30 15:19:19.143  3510  3510 D CarrierText: SIM ready and in service: subId = 3, ServiceState = {mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=3(UMTS), mRilDataRadioTechnology=3(UMTS), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=2, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=IN_SERVICE, MobileVoiceRat=UMTS, MobileData=IN_SERVICE, MobileDataRoamingType=home, MobileDataRat=UMTS PsOnly=false FemtocellInd=0, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0}
11-30 15:19:19.144  3510  3510 D CarrierText: setText : Tsel-PakaiMasker
11-30 15:19:19.157  3775  4091 D ImsUtil : getSubId:
11-30 15:19:19.162  3775  4091 D PaniGenerator: setLkcForLastPani: No Last PANI header for Telkomsel VoLTE
11-30 15:19:19.163  3775  4091 D RegiMgrBase<1>: updateRat:
11-30 15:19:19.163  3775  4091 D RegiMgrBase<1>: notifyNetworkEvent:
11-30 15:19:19.163  3775  4091 D RegiMgrBase<1>: buildNetworkEvent:
11-30 15:19:19.163  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:19:19.163  3775  4091 I chatty  : uid=1000(system) ImsServiceStub identical 9 lines
11-30 15:19:19.163  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:19:19.163  3775  4091 D RegiMgrBase<1>: onNetworkEventChanged:Changed Event: Network type(13=>3)
11-30 15:19:19.165  3775  4091 D RegiMgrBase<1>: onNetworkEventChanged: nTask= 1 nRegisteredTask= 0 bExistRetryTimer= false bHaveRegisteringTask= false
11-30 15:19:19.166  3775  4091 D SimManager<1>: hasIsim: [true]
11-30 15:19:19.168  3775  4091 E TelephonyManagerWrapper: use backup impi : null
11-30 15:19:19.169  3775  4091 E TelephonyManagerWrapper: use backup domain : null
11-30 15:19:19.175  2985  3825 V EnterpriseBillingPolicyInternal:  ebpInternal - com.android.server.enterprise.billing.EnterpriseBillingPolicyInternal@9256d1
11-30 15:19:19.175  2985  3825 V EnterpriseBillingPolicyInternal: isEnterpriseAPNInternal - Start: internet 510 10
11-30 15:19:19.176  2985  3825 V EnterpriseBillingEngine: isEnterpriseAPN - Start: internet 510 10
11-30 15:19:19.176  3775  4091 D SimDataAdaptorBase: getImpuFromList:
11-30 15:19:19.177  3510  3510 D CarrierText: updateCarrierText(): subscriptionInfo Size = 2, DefaultText = No network connection
11-30 15:19:19.178  3510  3510 D MultiSimUtils: isReadySimSlot() slotNum : 0
11-30 15:19:19.178  3510  3510 D CarrierText: Handling (subId=5): simState = ABSENT, carrierName = No network connection
11-30 15:19:19.178  3510  3510 D CarrierText: carrierTextForSimState = null
11-30 15:19:19.178  2985  3825 V EnterpriseBillingPolicyStorage: getCurrentActiveProfiles - start - 
11-30 15:19:19.179  3510  3510 D MultiSimUtils: isReadySimSlot() slotNum : 1
11-30 15:19:19.179  3510  3510 D MultiSimUtils: getSystemPropertySimState() simStateProp : READY
11-30 15:19:19.179  3510  3510 D CarrierText: Handling (subId=3): simState = READY, carrierName = Tsel-PakaiMasker
11-30 15:19:19.179  3510  3510 D CarrierText: carrierTextForSimState = Tsel-PakaiMasker
11-30 15:19:19.179  3510  3510 D CarrierText: SIM ready and in service: subId = 3, ServiceState = {mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=3(UMTS), mRilDataRadioTechnology=3(UMTS), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=2, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=IN_SERVICE, MobileVoiceRat=UMTS, MobileData=IN_SERVICE, MobileDataRoamingType=home, MobileDataRat=UMTS PsOnly=false FemtocellInd=0, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0}
11-30 15:19:19.179  3510  3510 D CarrierText: setText : Tsel-PakaiMasker
11-30 15:19:19.179  3510  3510 D CarrierText: updateCarrierText(): subscriptionInfo Size = 2, DefaultText = No network connection
11-30 15:19:19.179  3775  4091 E ImsUri  : parse: illegal Uri - 
11-30 15:19:19.179  3775  4091 I chatty  : uid=1000(system) ImsServiceStub identical 1 line
11-30 15:19:19.179  3775  4091 E ImsUri  : parse: illegal Uri - 
11-30 15:19:19.179  3775  4091 E SimManager<1>: isIsimDataValid: IMPU_INVALID
11-30 15:19:19.179  3775  4091 E SimManager: isIsimDataValid: IMPI_NOT_EXIST
11-30 15:19:19.179  3775  4091 E SimManager: isIsimDataValid: HOME_DOMAIN_NOT_EXIST
11-30 15:19:19.179  3775  4091 D SimManager: [templog] mSimState:2, mIsimLoaded:true, hasIsim():false
11-30 15:19:19.180  3775  4091 D RegiMgrBase<1>: onNetworkEventChanged: tryRegister
11-30 15:19:19.180  3510  3510 D MultiSimUtils: isReadySimSlot() slotNum : 0
11-30 15:19:19.180  3510  3510 D CarrierText: Handling (subId=5): simState = ABSENT, carrierName = No network connection
11-30 15:19:19.180  3510  3510 D CarrierText: carrierTextForSimState = null
11-30 15:19:19.180  3775  4091 D RegiMgrBase<1>: tryRegister:
11-30 15:19:19.180  3775  4091 D RegiMgrBase<1>: pendingHasEmergencyTask:
11-30 15:19:19.180  3510  3510 D MultiSimUtils: isReadySimSlot() slotNum : 1
11-30 15:19:19.181  3510  3510 D MultiSimUtils: getSystemPropertySimState() simStateProp : READY
11-30 15:19:19.181  3510  3510 D CarrierText: Handling (subId=3): simState = READY, carrierName = Tsel-PakaiMasker
11-30 15:19:19.181  3510  3510 D CarrierText: carrierTextForSimState = Tsel-PakaiMasker
11-30 15:19:19.181  3510  3510 D CarrierText: SIM ready and in service: subId = 3, ServiceState = {mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=3(UMTS), mRilDataRadioTechnology=3(UMTS), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=2, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=IN_SERVICE, MobileVoiceRat=UMTS, MobileData=IN_SERVICE, MobileDataRoamingType=home, MobileDataRat=UMTS PsOnly=false FemtocellInd=0, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0}
11-30 15:19:19.181  3510  3510 D CarrierText: setText : Tsel-PakaiMasker
11-30 15:19:19.186  2985  3825 V EnterpriseBillingPolicyStorage: getCurrentActiveProfiles - end - null
11-30 15:19:19.186  2985  3825 V EnterpriseBillingEngine: isEnterpriseAPN - End: false
11-30 15:19:19.186  2985  3825 V EnterpriseBillingPolicyInternal: isEnterpriseAPN - End: false
11-30 15:19:19.187  3775  4091 D RegiMgrBase<0>: RegisterTask(s): Nothing!
11-30 15:19:19.187  3775  4091 D RegiMgrBase<1>: RegisterTask(s): Telkomsel VoLTE (IDLE)
11-30 15:19:19.187  3775  4091 D RegiMgrBase<1>: isRcsforEur:
11-30 15:19:19.187  3775  4091 D RegiMgrBase<1>: checkEmergencyTask:
11-30 15:19:19.188  3775  4091 D RegiMgrBase<1>: isReadyToDualRegister : true - Non DSDS_DI
11-30 15:19:19.188  3470  3470 D TelephonyProvider: query: match = 12
11-30 15:19:19.188  3470  3470 D TelephonyProvider: subIdString = 3 subId = 3
11-30 15:19:19.190  3775  4091 D RegiMgrBase<1>: tryRegister(task) id: 269, name: Telkomsel VoLTE
11-30 15:19:19.200 26109 26171 I SP      : Successfully got manifest for ttsvoices-manifest: manifests:ttsvoices-1194
11-30 15:19:19.200  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:19.201  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:19.201  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:19.201  2985  3578 V EnterpriseBillingPolicyInternal:  ebpInternal - com.android.server.enterprise.billing.EnterpriseBillingPolicyInternal@9256d1
11-30 15:19:19.201  3470  3642 I System.out: Broadcasting: Intent { act=com.sec.intent.action.SARDEVICE_CP flg=0x10000000 (has extras) }
11-30 15:19:19.201  2985  3578 V EnterpriseBillingPolicyInternal: isEnterpriseAPNInternal - Start: internet 510 10
11-30 15:19:19.201  2985  3578 V EnterpriseBillingEngine: isEnterpriseAPN - Start: internet 510 10
11-30 15:19:19.201  2985  3578 V EnterpriseBillingPolicyStorage: getCurrentActiveProfiles - start - 
11-30 15:19:19.202  2985  3578 V EnterpriseBillingPolicyStorage: getCurrentActiveProfiles - end - null
11-30 15:19:19.202  2985  3578 V EnterpriseBillingEngine: isEnterpriseAPN - End: false
11-30 15:19:19.202  2985  3578 V EnterpriseBillingPolicyInternal: isEnterpriseAPN - End: false
11-30 15:19:19.204  3510  3660 D NetworkController.MobileSignalController(1/3): onDataActivity: direction=0
11-30 15:19:19.208  2985  2985 D InputManager: received SARDEVICE_CP, callAction = on deviceID = 1 cableConnection = 0 option = NONE slot = 1 mSARState2
11-30 15:19:19.224  2985  2985 D InputManager: not found sec_touchkey sar_enable file
11-30 15:19:19.224  2985  2985 D InputManager: enableDeviceForBackOff deviceID:0 deviceValue:1 mIsValidIntentForWifi:false
11-30 15:19:19.227  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:19:19.229  3775  4091 D ImsUtil : getAirplaneModeStatus: false
11-30 15:19:19.229  2985  2985 D MotionRecognitionService:   mReceiver.onReceive :CALL_ACTION_CHANGED : SARDEVICE_CP, callAction = on deviceID = 1 slot = 1
11-30 15:19:19.230  2985  2985 W MotionRecognitionService: SAR_GRIP on
11-30 15:19:19.230  2985  2985 D MotionRecognitionService: mSarGripSlot is 2
11-30 15:19:19.230  3470 27634 I System.out: Broadcast completed: result=0
11-30 15:19:19.237  3775  4091 D ImsProfile: isRttSupportByCallApp : false ttyType : 1
11-30 15:19:19.238  3775  4091 D RegiMgrBase<1>: getHigherPriorityRegiedTask:
11-30 15:19:19.238  3775  4091 D Mno     : fromName: Telkomsel_ID
11-30 15:19:19.238  3775  4091 D Mno     : fromName: found mno : Telkomsel_ID, ID
11-30 15:19:19.239  3775  4091 D PdnController<1>: isNetworkAvailable: 
11-30 15:19:19.240  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:19:19.241  3775  4091 D ImsUtil : getAirplaneModeStatus: false
11-30 15:19:19.241  3775  4091 D RegiMgrBase<1>: findBestNetwork: UMTS
11-30 15:19:19.241  3775  4091 D RegiMgrBase<1>: getTelephonyCallStatus:
11-30 15:19:19.242  2985  3678 D SLocation: cellList : 1
11-30 15:19:19.242  3775  4091 D RegiGvnSea: isReadyToRegister: Not LTE area
11-30 15:19:19.242  3775  4091 D RegiMgrBase: tryRegister: isReadyToRegister = false
11-30 15:19:19.243  3775  4091 D ImsLogAgent: sendLogs: feature [REGI]
11-30 15:19:19.244  3775  4091 D CoreServiceAdapter: sendHWParamToHQM
11-30 15:19:19.246  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:19:19.251  2985  3678 I chatty  : uid=1000(system) SLocationeServi identical 3 lines
11-30 15:19:19.252  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:19:19.252  3775  4091 E #IMSREGI: NOT_TRIGGERED : DATA_RAT_IS_NOT_LTE(1, Telkomsel VoLTE) 
11-30 15:19:19.252  3775  4091 D RegiMgrBase: handleMessage: CELL_LOCATION_CHANGED
11-30 15:19:19.252  3775  4091 D RegiMgrBase<1>: updatePani:
11-30 15:19:19.252  3775  4091 D ImsUtil : getSubId:
11-30 15:19:19.253  3775  4091 D PaniGenerator<1>: generate: subId - 3
11-30 15:19:19.253  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:19:19.254  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:19:19.255  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:19:19.255  3775  4091 D ImsUtil : getSubId:
11-30 15:19:19.255  3775  4091 D PaniGenerator<1>: generate: network=3, fallbackPlmn=51010, subId=3
11-30 15:19:19.255  3775  4091 D ImsUtil : getSubId:
11-30 15:19:19.255  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:19:19.256  3775  4091 D PaniGenerator<1>: getPsPlmn: subId = 3
11-30 15:19:19.256  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:19:19.258  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:19:19.258  3775  4091 D PaniGenerator: getDataPlmn returns null
11-30 15:19:19.259  3775  4091 D PaniGenerator: generate: change to NW PLMN(51010)
11-30 15:19:19.259  3775  4091 D ImsUtil : getSubId:
11-30 15:19:19.259  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:19:19.260  2985  3678 I chatty  : uid=1000(system) SLocationeServi identical 1 line
11-30 15:19:19.261  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:19:19.262  3775  4091 D ImsUtil : getSubId:
11-30 15:19:19.263  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:19:19.264  2985  3678 D SLocation: not enough cell db 
11-30 15:19:19.264  2985  3678 W SLocation: handleEvent UNKNOWN : currentDirection 1
11-30 15:19:19.264  2985  3678 D SLocation: geofence id (15) detected : 0
11-30 15:19:19.264  3775  4091 D PaniGenerator: setLkcForLastPani: No Last PANI header for Telkomsel VoLTE
11-30 15:19:19.264  3775  4091 D RegiMgrBase<1>: notifyNetworkEvent:
11-30 15:19:19.264  3775  4091 D RegiMgrBase<1>: buildNetworkEvent:
11-30 15:19:19.264  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:19:19.265  3775  4091 I chatty  : uid=1000(system) ImsServiceStub identical 9 lines
11-30 15:19:19.265  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:19:19.265  3775  4091 D RegiMgrBase: handleMessage: DO_PENDING_UPDATE_REGISTRATION
11-30 15:19:19.265  3775  4091 D RegiMgrBase: handleMessage: PLANI_IN_TIME_CHANGED
11-30 15:19:19.284 26109 26153 I VoiceDataDownloader: Initialization success: true
11-30 15:19:19.284 26109 26153 I GoogleTTSApplication: VoiceDataDownloader initialized success true
11-30 15:19:19.285 26109 26153 I VoiceDataDownloader: Superpacks created and default voices checked.
11-30 15:19:19.285 26109 26153 I VoiceDataDownloader: Download of en-us started.
11-30 15:19:19.286 26109 26153 I VoiceDataDownloader: Registered slicing strategy for en-us
11-30 15:19:19.287 26109 26153 I VoiceDataDownloader: Getting pack name en-us-x-multi-r38
11-30 15:19:19.288 26109 26153 I VoiceDataDownloader: Adding pack en-us-x-multi-r38 to superpack.
11-30 15:19:19.288 26109 26153 I VoiceDataDownloader: Getting pack name en-us-x-multi-seanet-r38
11-30 15:19:19.289 26109 26153 I VoiceDataDownloader: Adding pack en-us-x-multi-seanet-r38 to superpack.
11-30 15:19:19.289 26109 26153 I VoiceDataDownloader: Getting pack name en-us-x-afh-r38
11-30 15:19:19.290 26109 26153 I VoiceDataDownloader: Adding pack en-us-x-afh-r38 to superpack.
11-30 15:19:19.290 26109 26153 I VoiceDataDownloader: Getting pack name en-us-x-fis-r38
11-30 15:19:19.291 26109 26153 I VoiceDataDownloader: Adding pack en-us-x-fis-r38 to superpack.
11-30 15:19:19.291 26109 26153 I VoiceDataDownloader: Getting pack name en-us-x-multi-wavernn-r38
11-30 15:19:19.292 26109 26153 I VoiceDataDownloader: Adding pack en-us-x-multi-wavernn-r38 to superpack.
11-30 15:19:19.292 26109 26153 I VoiceDataDownloader: Getting pack name en-us-x-multi-darwinn-wavernn-r38
11-30 15:19:19.293  2985  3678 D SLocation: not enough cell db 
11-30 15:19:19.293  2985  3678 W SLocation: handleEvent UNKNOWN : currentDirection 2
11-30 15:19:19.293  2985  3678 D SLocation: geofence id (16) detected : 0
11-30 15:19:19.293 26109 26153 I VoiceDataDownloader: Adding pack en-us-x-multi-darwinn-wavernn-r38 to superpack.
11-30 15:19:19.294 15154 25918 I Finsky:background: [43286] gef.X(3): Broadcasting <534:RUNNING:48%[48%]>.
11-30 15:19:19.294 26109 26153 I VoiceDataDownloader: Syncing superpack en-us
11-30 15:19:19.296 26109 26171 I SP      : Registering en-us.38, url: null, constraints: *:*:*:*, flags: *, requested: 38, current: 35
11-30 15:19:19.296  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:19.296  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:19.296  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:19:19.296  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:19.297  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 2 lines
11-30 15:19:19.297  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:19.298  2985  3678 D SLocation: not enough cell db 
11-30 15:19:19.298  2985  3678 W SLocation: handleEvent UNKNOWN : currentDirection 2
11-30 15:19:19.298  2985  3678 D SLocation: geofence id (19) detected : 0
11-30 15:19:19.298  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:19.299  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 4 lines
11-30 15:19:19.299  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:19.300  2985  3678 D SLocation: not enough cell db 
11-30 15:19:19.300  2985  3678 W SLocation: handleEvent UNKNOWN : currentDirection 2
11-30 15:19:19.300  2985  3678 D SLocation: geofence id (20) detected : 0
11-30 15:19:19.300  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:19.300  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 1 line
11-30 15:19:19.300  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:19.300 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.android.chrome:com.android.chrome reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 2, 192
11-30 15:19:19.301  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:19.301  2985  3578 I chatty  : uid=1000(system) Binder:2985_6 identical 1 line
11-30 15:19:19.301  2985  3578 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:19.302  2985  3678 D SLocation: collect new cellid : TYPE : 103 PLMN : /51010 LAC : -1 ID : 11436705 SS : 24 PID : 288
11-30 15:19:19.305 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:19.307 14965 25582 I Finsky  : [43458] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:19.625  2985  3825 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:19.628  2985  3825 I chatty  : uid=1000(system) Binder:2985_C identical 7 lines
11-30 15:19:19.628  2985  3825 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:19.677  2985  3825 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:19.677  2985  3825 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:19.681  2985  3825 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:19.681  2985  3825 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:19.752 13746 13746 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.mdd.service.START cmp=com.google.android.gms/.chimera.GmsBoundBrokerService PairActivityUserId=150 }
11-30 15:19:19.880 24262 24312 W PlayCommon: [43797] aamo.m(1): No account for auth token provided
11-30 15:19:19.881 24262 24312 I PlayCommon: [43797] aamo.k(169): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true
11-30 15:19:19.882 24262 24312 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:19:19.882 24262 24312 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:19:19.912 26109 26171 I SP      : Successfully got manifest for en-us-manifest: manifests:en-us-38
11-30 15:19:19.917  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:19.917  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:19:19.917  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:19.921  2985  2985 D AudioService: isEnabled
11-30 15:19:19.935  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:19.942  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:19:19.943  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:19.945  2985  3578 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:19:19.952  2985  3825 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:19:19.952  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:19:19.958 24262 24312 I PlayCommon: [43797] aamo.k(201): Successfully uploaded logs.
11-30 15:19:19.963  2985  3578 D PersonaManagerService: securefolder Secure Folder
11-30 15:19:20.005  2985  3825 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:19:20.031 24292 24380 W PlayCommon: [43801] aamo.m(1): No account for auth token provided
11-30 15:19:20.031 24292 24380 I PlayCommon: [43801] aamo.k(169): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true
11-30 15:19:20.032 24292 24380 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:19:20.032 24292 24380 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:19:20.047 26109 26171 I SP      : Syncing en-us (38) with slices: [{en-us-x-multi-r38, m:*:*:*}], metadata: false
11-30 15:19:20.053  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:19:20.053  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:19:20.094 24292 24380 I PlayCommon: [43801] aamo.k(201): Successfully uploaded logs.
11-30 15:19:20.201  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:20.201  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:20.201  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:20.296 26109 26171 I SP      : Fetching en-us:en-us-x-multi-r38 from assets with params: {m:*:*:*, *, p {absolute:0}}
11-30 15:19:20.353  3775  4091 D ImsIconManager<1>: call state is changed to [1]
11-30 15:19:20.355  3775  4111 D VolteServiceModule: onCallStateChanged: state 1
11-30 15:19:20.365  3775  3775 D SessionModule: call state is changed.1
11-30 15:19:20.366  3775  4111 D RegiMgrBase: updateTelephonyCallStatus: 1
11-30 15:19:20.367  3775  4091 D RegiMgrBase: handleMessage: TELEPHONY_CALL_STATUS_CHANGED
11-30 15:19:20.367  3775  4111 D ConfigModule<1>: updateTelephonyCallStatus: 1
11-30 15:19:20.373  3510  3660 D NetworkController.MobileSignalController(1/3): onCallStateChanged: state=1
11-30 15:19:20.373  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 3
11-30 15:19:20.373  3775  4091 D RegiMgrBase<1>: onTelephonyCallStatusChanged: 1
11-30 15:19:20.374  3775  4091 D ConfigModule<1>: message: 15
11-30 15:19:20.374  3775  4091 D ConfigModule<1>: onTelephonyCallStatusChanged: 1
11-30 15:19:20.377  3510  3510 E SignalClusterView: setSlotFocusVisible : subId 3 visible false
11-30 15:19:20.377  3510  3510 E SignalClusterView: setSlotFocusVisible : subId 3 visible false
11-30 15:19:20.471  2985  5081 D PhoneRestrictionPolicy: PhoneRestrictionPolicy.canIncomingCall >>>>true
11-30 15:19:20.473  2985  3825 E PhoneRestrictionPolicy: getEmergencyCall >>false
11-30 15:19:20.528  3470  3470 D Telephony: PstnIncomingCallNotifier: handleNewRingingConnection
11-30 15:19:20.577 25975 25975 V ClearcutMetricXmitter: Transmission is done.
11-30 15:19:20.584 26060 26060 V ClearcutMetricXmitter: Transmission is done.
11-30 15:19:20.591  3470  3470 I Telephony: TelephonyConnectionUtils: isMultiparty = false
11-30 15:19:20.598  3470  3470 I Telephony: TelephonyConnectionUtils: check csc for HD icon, subid: 1
11-30 15:19:20.598  3470  3470 D Telephony: TelephonyConnectionUtils: getHdIcon - hdIcon: null
11-30 15:19:20.598  3470  3470 D Telephony: TelephonyConnectionUtils: getHdIcon - showHDIcon : 0
11-30 15:19:20.600  3470  3470 I Telephony: TelephonyConnectionUtils: updateSecCallExtraFromCallDetails secCallExtra : 0[ForwardingPresentation,]1[IsEpdgW2L,false]2[Type,0]3[IsWifiCall,false]4[HDIcon,0]5[audio_codec,AMR-NB]6[Domain,1]7[IsEpdgCall,false]8[ForwardingNumber,]9[IsVolteConference,false]10[IsMultiparty,false]
11-30 15:19:20.643  3470  3470 D Telephony: AutoRejectUtils: isSuppressed : false
11-30 15:19:20.647  3470  3470 D Telephony: AutoRejectUtils: isAutoRejectCall mode : 2 mIsrejectMode : true
11-30 15:19:20.653 26156 26183 I PhenotypeBackgroundRecv: Successfully stored update snapshot for com.google.android.libraries.performance.primes#com.google.android.marvin.talkback
11-30 15:19:20.658 26156 26183 I PhenotypeBackgroundRecv: Successfully stored update snapshot for com.google.android.libraries.consentverifier#com.google.android.marvin.talkback
11-30 15:19:20.664  3470  3470 D PhoneUtilsCommon: isPackageEnabled return true
11-30 15:19:20.733 14965 14965 D PhenotypeContext: Application doesn't implement PhenotypeApplication interface, falling back to globally set context. See go/phenotype-flag#process-stable-init for more info.
11-30 15:19:20.760  3470  3470 D Telephony: AutoRejectUtils: isAutoRejectCall : Is reject number? = false
11-30 15:19:20.760  3470  3470 I SecCallExtra: updateTo - new SecCallExtra
11-30 15:19:20.805 25488 25488 E CustomizedTextParser: getCustomizedText Rule is empty. mRuleMap={}
11-30 15:19:20.823 14965 14965 I PhenotypeBackgroundRecv: Skipping com.google.android.libraries.mdi.sync#com.android.vending which doesn't use ProcessStable flags.
11-30 15:19:20.829  2985  3612 I         : Adding new incoming call with phoneAccountHandle ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}
11-30 15:19:20.835  2985  3612 I PhoneAccountRegistrar: SimCallManager queried, returning: null
11-30 15:19:20.850  2985  3612 D TelecomUtils: CoreNumLockHelper.acquire()
11-30 15:19:20.862  2985  3612 D TelecomUtils: CpuBooster.acquire()
11-30 15:19:20.892  2985  3612 D Class   : Processing incoming call from connection service [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}]
11-30 15:19:20.893  2985  3612 D CallsManager: processIncomingCallIntent
11-30 15:19:20.918  2985  3612 D MdmExtension: canShowCallerIdIncomingCall() - isIncoming : false
11-30 15:19:20.919  2985  3612 D Call    : setHandle num change isIncoming : false
11-30 15:19:20.978  2985  3612 V Call    : setTargetPhoneAccount() accountHandle = ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}
11-30 15:19:20.978  2985  3612 I TelecomExtras: TC@1 handlePhoneAccountChanged, mSecExtras is null
11-30 15:19:20.979  2985  3612 D Call    : isRespondViaSmsCapable is no RINGING : 0
11-30 15:19:20.979  2985  3612 D Call    : maybeLoadCannedSmsResponses: doing nothing
11-30 15:19:20.984  2985  3612 V Call    : setConnectionProperties: [Properties:]
11-30 15:19:21.003  2985  3612 I SecCallExtra: updateTo - new SecCallExtra
11-30 15:19:21.003  2985  3612 D Call    : setVideoState: videoState=Audio Only defaulted to audio (video not supported)
11-30 15:19:21.004  2985  3612 D TelecomExtras: setIncomingCallFromExtras() incomingExtras = 0[ForwardingPresentation,]1[IsEpdgW2L,false]2[Type,0]3[IsWifiCall,false]4[HDIcon,0]5[audio_codec,AMR-NB]6[Domain,1]7[IsEpdgCall,false]8[ForwardingNumber,]9[IsVolteConference,false]10[IsMultiparty,false]
11-30 15:19:21.004  2985  3612 I TelecomExtras: TC@1 setSecExtras
11-30 15:19:21.012  2985  3612 D TelecomAnalytics: Starting analytics for call TC@1
11-30 15:19:21.014  2985  3612 V CreateConnectionProcessor: CreateConnectionProcessor created for Call = [TC@1, NEW, null, 1*8, A, childs(0), has_parent(false), unknown, unknown [Capabilities:] [Properties:]]
11-30 15:19:21.014  2985  3612 V CreateConnectionProcessor: process
11-30 15:19:21.017  2985  3612 I PhoneAccountRegistrar: SimCallManager queried, returning: null
11-30 15:19:21.017  2985  3612 V CreateConnectionProcessor: setConnectionManager, not changing
11-30 15:19:21.018  2985  3612 V CreateConnectionProcessor: attemptNextPhoneAccount
11-30 15:19:21.018  2985  3612 I CreateConnectionProcessor: Trying attempt CallAttemptRecord(ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0},ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0})
11-30 15:19:21.047  2985  3612 V Call    : setTargetPhoneAccount() accountHandle = ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}
11-30 15:19:21.047  2985  3612 V ConnectionServiceWrapper: Call count increment 1, com.android.phone/com.android.services.telephony.TelephonyConnectionService
11-30 15:19:21.047  2985  3612 D TelecomAnalytics: setting connection service for call TC@1: com.android.phone/com.android.services.telephony.TelephonyConnectionService
11-30 15:19:21.048  2985  3612 I CreateConnectionProcessor: Attempting to call from ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}
11-30 15:19:21.048  2985  3612 D ConnectionServiceWrapper: createConnection([TC@1, NEW, com.android.phone/com.android.services.telephony.TelephonyConnectionService, 1*8, A, childs(0), has_parent(false), unknown, unknown [Capabilities:] [Properties:]]) via ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}.
11-30 15:19:21.049  2985  3612 D ConnectionServiceWrapper: bind()
11-30 15:19:21.055  2985  3612 D SecConnectionServiceWrapper: bind()
11-30 15:19:21.072  2985  3612 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xc1d71ed0, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:21.075  2985  3612 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xc1d71ed0, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:21.076  2985  3612 D TelecomUtils: getSubIdForPhoneAccount : 3
11-30 15:19:21.080  2985  3612 D TelecomUtilsMultiSIM: getDefaultVoiceSubId subId: 3
11-30 15:19:21.082  2985  3612 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xc1d71dc0, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:21.082  2985  3612 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xc1d71dc0, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:21.083  2985  3612 D TelecomUtils: getSubIdForPhoneAccount : 3
11-30 15:19:21.083  2985  3612 D CallsManager: changeDefaultVoiceSubId() - defaultVoiceSubId:3, currentCallVoiceSubId:3
11-30 15:19:21.083  2985  3612 D CallsManager: changeDefaultVoiceSubId() - mPrevSubId:-1, mDefaultSubscriptionChanged:false
11-30 15:19:21.083  3470  3470 D Telephony: TtyNotifier: ttyNotification()
11-30 15:19:21.083  3470  3470 D Telephony: PstnCallNotifier: RINGING... (new)
11-30 15:19:21.084  2985  2985 I TelecomSystem: CallerInfoAsyncQuery.startQuery number=[****] cookie=TSI.aNIC->CILH.sL->CILH.sL@ZzU
11-30 15:19:21.084  3470  3470 D Telephony: PstnCallNotifier: onNewRingingConnection(): state = RINGING, conn = {  callId: null isExternal: N incoming: true state: INCOMING post dial state: NOT_STARTED videoState: 0 audioQuality: 1 preHOState: IDLE }
11-30 15:19:21.084  2985  2985 I TelecomSystemDB: isTwoPhoneRegistered: 0
11-30 15:19:21.124  3470  3470 D PhoneStateListenerBase: onCallStateChanged - subId : 3 / state : 1
11-30 15:19:21.124  3470  3470 D PhoneStateListenerBase: onCallStateChanged - subId : 3 / state : 1
11-30 15:19:21.124  3470  3470 D ImsAdaptorImpl2: onCallStateChanged: state 1
11-30 15:19:21.124  3470  3470 V RcsCallTracker: Connection state   callId: null isExternal: N incoming: true state: INCOMING post dial state: NOT_STARTED videoState: 0 audioQuality: 1 preHOState: IDLE
11-30 15:19:21.125  3470  3470 V RcsCallTracker: PhoneId : 1
11-30 15:19:21.174 14965 26193 I PhenotypeBackgroundRecv: Successfully updated snapshot for com.google.android.libraries.performance.primes#com.android.vending
11-30 15:19:21.198  2985  2985 I ServiceBinderConnection: Service bound ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}
11-30 15:19:21.199  2985  2985 V ConnectionServiceWrapper: Adding Connection Service Adapter.
11-30 15:19:21.199  2985  2985 D ConnectionServiceWrapper: Telecom -> ConnectionService[com.android.phone/com.android.services.telephony.TelephonyConnectionService]: addConnectionServiceAdapter com.android.server.telecom.ConnectionServiceWrapper$Adapter@e8b483e
11-30 15:19:21.201  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:21.201  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:21.201  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:21.201  2985  2985 D ConnectionServiceWrapper: updateIntentExtras - phoneTypeChanged : 0, 0[ForwardingPresentation,]1[IsEpdgW2L,false]2[Type,0]3[IsWifiCall,false]4[HDIcon,0]5[audio_codec,AMR-NB]6[Domain,1]7[IsEpdgCall,false]8[ForwardingNumber,]9[IsVolteConference,false]10[IsMultiparty,false]
11-30 15:19:21.202  2985  2985 I SecCallExtra: updateTo - Updated=false
11-30 15:19:21.204  2985  2985 D SecConnectionServiceWrapper: Telecom -> SecConnectionService[com.android.phone/com.android.services.utils.SecConnectionService]: setSecConnectionServiceAdapter com.android.server.telecom.secutils.SecConnectionServiceAdapterBinder@f44d69f
11-30 15:19:21.204  2985  2985 D SecConnectionServiceWrapper: onServiceConnected. - setSecConnectionServiceAdapter
11-30 15:19:21.205  3470  3844 D SecConnectionService: invokeOneway: setSecConnectionServiceAdapter
11-30 15:19:21.205  3470  3470 D SecConnectionService: handleMessage : 1
11-30 15:19:21.209  2985  3825 D ConnectionServiceWrapper: ConnectionService -> Telecom[com.android.phone/com.android.services.telephony.TelephonyConnectionService]: queryRemoteConnectionServices com.android.internal.telecom.RemoteServiceCallback$Stub$Proxy@7ae03ec
11-30 15:19:21.214  2985  3825 I PhoneAccountRegistrar: SimCallManager queried, returning: null
11-30 15:19:21.214  2985  3825 D ConnectionServiceWrapper: queryRemoteConnectionServices finds simCallManager = null
11-30 15:19:21.215  3470  3470 I Telephony: TelephonyConnectionService: onCreateIncomingConnection, request: ConnectionRequest xxxxxxx <MASKED>
11-30 15:19:21.217  3470  3470 D PhoneMultiSimUtils: getPhone: phoneId =0
11-30 15:19:21.217  3470  3470 D PhoneMultiSimUtils: getPhone: phoneId =0
11-30 15:19:21.217  3470  3470 D PhoneMultiSimUtils: getPhone: phoneId =1
11-30 15:19:21.217  3470  3470 D PhoneMultiSimUtils: getPhone: phoneId =1
11-30 15:19:21.217  3470  3470 D PhoneMultiSimUtils: getSafePhoneId SIM_SLOT_2 - subId: 3
11-30 15:19:21.217  3470  3470 D Telephony: TelephonyConnectionService: chosenPhone info : 3
11-30 15:19:21.220  3470  3470 I NetworkProxy: getSimState: 5 slot :0
11-30 15:19:21.221  3470  3470 I NetworkProxy: getSimState: 5 slot :1
11-30 15:19:21.221  3470  3470 D PhoneMultiSimUtils: checkDualSimReady -  isSim1State: true  isSim2State:true
11-30 15:19:21.221  3470  3470 D PhoneMultiSimUtils: getInsertedSimCard: returnValue =2
11-30 15:19:21.221  3470  3470 D PhoneUtils: isEncryptionMode : false
11-30 15:19:21.221  3470  3470 D Telephony: TelephonyConnectionService: chosenPhone isEmergency : false crossMappingSwitched :false PhoneUtilsMultiSIM.checkDualSimReady():false FEATURE_MULTISIM_CHIP_TYPE: false QCOM_CROSS_MAPPING:false PhoneUtils.isEncryptionMode():false
11-30 15:19:21.222  3470  3470 I Telephony: TelephonyConnectionService: createConnectionFor. phoneType : 1 / isImsCall : false
11-30 15:19:21.226  3470  3470 V Telephony: GsmConnection: new TelephonyConnection, originalConnection:  callId: null isExternal: N incoming: true state: INCOMING post dial state: NOT_STARTED videoState: 0 audioQuality: 1 preHOState: IDLE  extra : false
11-30 15:19:21.226  3470  3470 I SecCallExtra: getSecCallExtra - No SecCallExtra
11-30 15:19:21.226  3470  3470 D Telephony: TelephonyConnectionExtras: isPhoneTypeChanged - isPhoneTypeChanged : false
11-30 15:19:21.226  3470  3470 D Telephony: GsmConnection: updateConnectionCapabilities forceUpdate = false
11-30 15:19:21.233  3470  3470 I SecCapabilitiesBuilderVoice0: mHasActiveCall: false, mHasHoldingCall: false
11-30 15:19:21.233  3470  3470 I SecCapabilitiesBuilderVoice0: mConferenceCount: 0, mNonConferenceCount: 0
11-30 15:19:21.234  3470  3470 I SecCapabilitiesBuilder: [before] id:0 [Capabilities: CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_SPEED_UP_MT_AUDIO]
11-30 15:19:21.234  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityMute...
11-30 15:19:21.234  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityHold...
11-30 15:19:21.234  3470  3470 D PhoneUtilsCommon: fgCall = IDLE, bgCall = IDLE, rCall = INCOMING
11-30 15:19:21.234  3470  3470 D PhoneUtilsCommon: isHDVideoCall - false
11-30 15:19:21.234  3470  3470 I chatty  : uid=1001(radio) com.android.phone identical 1 line
11-30 15:19:21.234  3470  3470 D PhoneUtilsCommon: isHDVideoCall - false
11-30 15:19:21.234  3470  3470 I SecCapabilitiesBuilderVoice0: applyCapability : [Capabilities: CAPABILITY_HOLD]
11-30 15:19:21.234  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityControlWaitingCall...
11-30 15:19:21.234  3470  3470 D PhoneMultiSimUtils: getPhone: phoneId =0
11-30 15:19:21.235  3470  3470 I PhoneMultiSimUtils: isOtherPhoneNotIdle - 1false
11-30 15:19:21.235  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityControlWaitingCall... other phone in use : false
11-30 15:19:21.235  3470  3470 I SecCapabilitiesBuilderVoice0: applyCapability : [Capabilities: CAPABILITY_CONTROL_WAITINGCALL]
11-30 15:19:21.235  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityManageConference...
11-30 15:19:21.235  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityMergeConference...
11-30 15:19:21.235  3470  3470 I SecCapabilitiesBuilderVoice0: mPhone.canConference() => false
11-30 15:19:21.235  3470  3470 I SecCapabilitiesBuilderVoice0: removeCapability : [Capabilities: CAPABILITY_MERGE_CONFERENCE]
11-30 15:19:21.235  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilitySwapConference...
11-30 15:19:21.235  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityCallTransfer...
11-30 15:19:21.235  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityCallTransfer: canTransfer - false
11-30 15:19:21.235  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilitySessionModify...0
11-30 15:19:21.235  3470  3470 I SecCapabilitiesBuilder: [after] id:0 [Capabilities: CAPABILITY_HOLD CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_SPEED_UP_MT_AUDIO CAPABILITY_CONTROL_WAITINGCALL]
11-30 15:19:21.247 15154 25918 I Finsky:background: [43286] gef.X(3): Broadcasting <534:RUNNING:53%[53%]>.
11-30 15:19:21.252  2985  2985 I CallerInfoLookupHelper: CI query for handle [****] has completed; notifying all listeners.
11-30 15:19:21.252  2985  2985 D RingingCallAdditionalAsyncQuery: startAdditionalQuery
11-30 15:19:21.253  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:21.254  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 4 lines
11-30 15:19:21.254  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:21.255  2985  3825 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:21.270  2985  3825 I chatty  : uid=1000(system) Binder:2985_C identical 16 lines
11-30 15:19:21.270  2985  3825 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:21.271  2985  2985 I Call    : CallerInfo received for [****]: com.android.internal.telephony.CallerInfo@862116 { name non-null, phoneNumber non-null }
11-30 15:19:21.271  2985  2985 I CallerInfoLookupHelper: There is no photo for this contact, skipping photo query
11-30 15:19:21.271  2985  3825 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:21.271  2985  3825 I chatty  : uid=1000(system) Binder:2985_C identical 1 line
11-30 15:19:21.271  2985  3825 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:21.279 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.android.chrome:com.android.chrome reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 2, 192
11-30 15:19:21.284  6077  6077 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE cmp=com.google.android.gms/.chimera.PersistentInternalBoundBrokerService PairActivityUserId=150 }
11-30 15:19:21.295 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:21.299 14965 25582 I Finsky  : [43458] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:21.305  2985  3825 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:21.306  2985  3825 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:21.306  2985  3825 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:21.306  2985  3825 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:21.360  3470  3642 I System.out: Broadcasting: Intent { act=com.samsung.intent.action.WB_AMR flg=0x10000000 (has extras) }
11-30 15:19:21.369  2594  4028 D audio_hw_primary: ### onUnsolPcmClkStateSlot2 : Clock - enable, wb_amr - 0
11-30 15:19:21.445  2985  2985 D RingingCallAdditionalAsyncQuery: onQueryComplete : 2
11-30 15:19:21.445  2985  2985 D         :  onRingingCallAdditionalQueryComplete 2
11-30 15:19:21.455  2985  2985 D RingingCallAdditionalAsyncQuery: onQueryComplete : 4
11-30 15:19:21.456  2985  2985 D         :  onRingingCallAdditionalQueryComplete 4
11-30 15:19:21.482  2985  2985 D AudioService: wb_amr off
11-30 15:19:21.483  2697 21290 V APM_AudioPolicyManager: setAudioPolicyConfig: wb_amr=off
11-30 15:19:21.483 14965 26193 I PhenotypeBackgroundRecv: Successfully updated snapshot for com.google.android.libraries.consentverifier#com.android.vending
11-30 15:19:21.499  3470  3470 D PhoneUtils: isRoamingArea : DefaultIMEI
11-30 15:19:21.500  3470  3470 D Telephony: TelephonyConnectionUtils: isAvailableAddUser - false
11-30 15:19:21.500  2594  5147 D audio_hw_primary: adev_set_parameters: enter: kvpairs: wb_amr=off
11-30 15:19:21.500  3470  3470 D Telephony: TelephonyConnectionUtils: isAvailableManagerConference - false
11-30 15:19:21.500  3470  3470 D Telephony: GsmConnection: updateState
11-30 15:19:21.500  3470  3470 D PhoneUtils: isEncryptionMode : false
11-30 15:19:21.500  3470  3470 V Telephony: GsmConnection: TC@1_1 : Update state from IDLE to INCOMING for ...
11-30 15:19:21.501  3470  3470 V Telephony: GsmConnection: isOutgoingCSVideoCall : false - Ringbacktone Played : false
11-30 15:19:21.501  3470  3470 V Telephony: GsmConnection: onStateChanged, state: RINGING
11-30 15:19:21.501  3470  3470 V Telephony: GsmConnection: isValidRingingCall, returning true
11-30 15:19:21.501  3470  3470 I Telephony: TelephonyConnectionUtils: isMultiparty = false
11-30 15:19:21.502  3470  3470 I Telephony: TelephonyConnectionUtils: check csc for HD icon, subid: 1
11-30 15:19:21.502  3470  3470 D Telephony: TelephonyConnectionUtils: getHdIcon - hdIcon: null
11-30 15:19:21.502  3470  3470 D Telephony: TelephonyConnectionUtils: getHdIcon - showHDIcon : 0
11-30 15:19:21.503  3470  3470 I Telephony: TelephonyConnectionUtils: updateSecCallExtraFromCallDetails secCallExtra : 0[ForwardingPresentation,]1[IsEpdgW2L,false]2[Type,0]3[IsWifiCall,false]4[HDIcon,0]5[audio_codec,AMR-NB]6[Domain,1]7[IsEpdgCall,false]8[ForwardingNumber,]9[IsVolteConference,false]10[IsMultiparty,false]
11-30 15:19:21.503  3470  3470 I Telephony: TelephonyConnectionExtras: TC@1_1, updateTelephonyConnectionExtras, state=INCOMING, VideoState=Audio Only, Domain=1
11-30 15:19:21.504  3470  3470 D TelephonyConnectionExtras TC@1_1, putTelephonyConnectionExtras, true: SecCallExtra diff{Original Extra is null, new= {ForwardingPresentation=null, IsEpdgW2L=false, Type=0, IsWifiCall=false, HDIcon=0, audio_codec=AMR-NB, Domain=1, IsEpdgCall=false, ForwardingNumber=null, IsVolteConference=false, IsMultiparty=false}}
11-30 15:19:21.504  3470  3470 D TelephonyConnectionExtras TC@1_1, putTelephonyConnectionExtras, true: Bundle diff{call_type[*0], radiotech[*null], call_domain[*1], call_isMpty[*false], audio_codec[*AMR-NB]}
11-30 15:19:21.504  3470  3470 D Telephony: TelephonyConnectionExtras: TC@1_1, changeTelephonyConnectionExtras
11-30 15:19:21.505  3470  3470 V Telephony: GsmConnection: isValidRingingCall, returning true
11-30 15:19:21.505  3470  3470 D Telephony: GsmConnection: updateConnectionCapabilities forceUpdate = false
11-30 15:19:21.511  3470  3470 I SecCapabilitiesBuilderVoice0: mHasActiveCall: false, mHasHoldingCall: false
11-30 15:19:21.511  3470  3470 I SecCapabilitiesBuilderVoice0: mConferenceCount: 0, mNonConferenceCount: 0
11-30 15:19:21.511  3470  3470 I SecCapabilitiesBuilder: [before] id:0 [Capabilities: CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_SPEED_UP_MT_AUDIO]
11-30 15:19:21.511  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityMute...
11-30 15:19:21.511  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityHold...
11-30 15:19:21.511  3470  3470 D PhoneUtilsCommon: fgCall = IDLE, bgCall = IDLE, rCall = INCOMING
11-30 15:19:21.511  3470  3470 D PhoneUtilsCommon: isHDVideoCall - false
11-30 15:19:21.512  3470  3470 I chatty  : uid=1001(radio) com.android.phone identical 1 line
11-30 15:19:21.512  3470  3470 D PhoneUtilsCommon: isHDVideoCall - false
11-30 15:19:21.512  3470  3470 I SecCapabilitiesBuilderVoice0: applyCapability : [Capabilities: CAPABILITY_HOLD]
11-30 15:19:21.512  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityControlWaitingCall...
11-30 15:19:21.512  3470  3470 D PhoneMultiSimUtils: getPhone: phoneId =0
11-30 15:19:21.512  3470  3470 I PhoneMultiSimUtils: isOtherPhoneNotIdle - 1false
11-30 15:19:21.512  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityControlWaitingCall... other phone in use : false
11-30 15:19:21.512  3470  3470 I SecCapabilitiesBuilderVoice0: applyCapability : [Capabilities: CAPABILITY_CONTROL_WAITINGCALL]
11-30 15:19:21.512  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityManageConference...
11-30 15:19:21.512  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityMergeConference...
11-30 15:19:21.512  3470  3470 I SecCapabilitiesBuilderVoice0: mPhone.canConference() => false
11-30 15:19:21.512  3470  3470 I SecCapabilitiesBuilderVoice0: removeCapability : [Capabilities: CAPABILITY_MERGE_CONFERENCE]
11-30 15:19:21.512  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilitySwapConference...
11-30 15:19:21.512  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityCallTransfer...
11-30 15:19:21.512  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityCallTransfer: canTransfer - false
11-30 15:19:21.513  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilitySessionModify...0
11-30 15:19:21.513  3470  3470 I SecCapabilitiesBuilder: [after] id:0 [Capabilities: CAPABILITY_HOLD CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_SPEED_UP_MT_AUDIO CAPABILITY_CONTROL_WAITINGCALL]
11-30 15:19:21.513  3470  3470 D PhoneUtils: isRoamingArea : DefaultIMEI
11-30 15:19:21.513  3470  3470 D Telephony: TelephonyConnectionUtils: isAvailableAddUser - false
11-30 15:19:21.513  2697 28481 V MultiRecordManager: setParameters(): io 0, keyvalue wb_amr=off, calling pid 2985
11-30 15:19:21.513  3470  3470 D Telephony: TelephonyConnectionUtils: isAvailableManagerConference - false
11-30 15:19:21.513  3470  3470 D Telephony: GsmConnection: updateConnectionCapabilities forceUpdate = false
11-30 15:19:21.516  2985  2985 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.app.bikemode user:0
11-30 15:19:21.516  2985  2985 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:19:21.516  2985  2985 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.app.bikemode user:0
11-30 15:19:21.516  2985  2985 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:19:21.521  3470  3470 I SecCapabilitiesBuilderVoice0: mHasActiveCall: false, mHasHoldingCall: false
11-30 15:19:21.521  3470  3470 I SecCapabilitiesBuilderVoice0: mConferenceCount: 0, mNonConferenceCount: 0
11-30 15:19:21.521  3470  3470 I SecCapabilitiesBuilder: [before] id:0 [Capabilities: CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_SPEED_UP_MT_AUDIO]
11-30 15:19:21.521  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityMute...
11-30 15:19:21.521  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityHold...
11-30 15:19:21.521  3470  3470 D PhoneUtilsCommon: fgCall = IDLE, bgCall = IDLE, rCall = INCOMING
11-30 15:19:21.521  3470  3470 D PhoneUtilsCommon: isHDVideoCall - false
11-30 15:19:21.521  3470  3470 I chatty  : uid=1001(radio) com.android.phone identical 1 line
11-30 15:19:21.521  3470  3470 D PhoneUtilsCommon: isHDVideoCall - false
11-30 15:19:21.521  3470  3470 I SecCapabilitiesBuilderVoice0: applyCapability : [Capabilities: CAPABILITY_HOLD]
11-30 15:19:21.521  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityControlWaitingCall...
11-30 15:19:21.521  3470  3470 D PhoneMultiSimUtils: getPhone: phoneId =0
11-30 15:19:21.521  3470  3470 I PhoneMultiSimUtils: isOtherPhoneNotIdle - 1false
11-30 15:19:21.522  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityControlWaitingCall... other phone in use : false
11-30 15:19:21.522  3470  3470 I SecCapabilitiesBuilderVoice0: applyCapability : [Capabilities: CAPABILITY_CONTROL_WAITINGCALL]
11-30 15:19:21.522  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityManageConference...
11-30 15:19:21.522  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityMergeConference...
11-30 15:19:21.522  3470  3470 I SecCapabilitiesBuilderVoice0: mPhone.canConference() => false
11-30 15:19:21.522  3470  3470 I SecCapabilitiesBuilderVoice0: removeCapability : [Capabilities: CAPABILITY_MERGE_CONFERENCE]
11-30 15:19:21.522  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilitySwapConference...
11-30 15:19:21.522  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityCallTransfer...
11-30 15:19:21.522  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityCallTransfer: canTransfer - false
11-30 15:19:21.522  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilitySessionModify...0
11-30 15:19:21.522  3470  3470 I SecCapabilitiesBuilder: [after] id:0 [Capabilities: CAPABILITY_HOLD CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_SPEED_UP_MT_AUDIO CAPABILITY_CONTROL_WAITINGCALL]
11-30 15:19:21.522  3470  3470 D PhoneUtils: isRoamingArea : DefaultIMEI
11-30 15:19:21.522  3470  3470 D Telephony: TelephonyConnectionUtils: isAvailableAddUser - false
11-30 15:19:21.522  3470  3470 D Telephony: TelephonyConnectionUtils: isAvailableManagerConference - false
11-30 15:19:21.528  3470  3470 V Telephony: GsmConnection: updateAddress address :*** getAddress() : null presentation : 1
11-30 15:19:21.528  3470  3470 V Telephony: GsmConnection: updateAddress, address changed. isVoiceMailNumber = false
11-30 15:19:21.528  3470  3470 V Telephony: GsmConnection: updateAddress, caller display name changed
11-30 15:19:21.547  3470  3470 V Telephony: GsmConnection: refreshConferenceSupported : isConfSupp=true, isVidConfSupp=true, isMergeOfWifiAllowed=true, isWifi=false, isVoWifiEnabled=false
11-30 15:19:21.547  3470  3470 D Telephony: GsmConnection: refreshConferenceSupported = true.
11-30 15:19:21.547  3470  3470 V Telephony: GsmConnection: isValidRingingCall, returning true
11-30 15:19:21.561  3470  3470 D Telephony: GsmConnection: setAudioQuality :1
11-30 15:19:21.569  3470  3470 D secImsManager[1]: isServiceAvailable: mmtel-video
11-30 15:19:21.589  3775  4202 D ImsProfile: getSimMobility: false
11-30 15:19:21.593  3775  4202 D ImsUtil : getSimSlotFromUri: content://com.sec.ims.settings/imsswitch#simslot1
11-30 15:19:21.593  3775  4202 D ImsUtil : Valid simslot:1. get it from Uri
11-30 15:19:21.593  3775  4202 D ImsSettingsProvider<1>: query:
11-30 15:19:21.796 26195 26195 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:19:21.798 26195 26195 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:21.800 26195 26195 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.android.app.bikemode 
11-30 15:19:21.912  3775  4202 D ImsSettingsProvider: Query(3470, phone) : Uri[content://com.sec.ims.settings/imsswitch#simslot1], pro : [mmtel-video]
11-30 15:19:21.912  3775  4202 D DeviceConfigManager[1]: queryImsSwitch: name mmtel-video
11-30 15:19:21.917  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:21.917  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:19:21.917  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:21.917  2985  2985 D AudioService: isEnabled
11-30 15:19:21.926  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:21.926  2985  3002 I zygote  : Successfully killed process cgroup uid 1000 pid 24058 in 21ms
11-30 15:19:21.926  2985  3002 I zygote  : Successfully killed process cgroup uid 10101 pid 24026 in 0ms
11-30 15:19:21.934  2985  3578 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:19:21.935  2985  3578 D PersonaManagerService: securefolder Secure Folder
11-30 15:19:22.035  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:22.035  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:22.135  2985  3903 D KnoxMUMContainerPolicy: isSettingsOptionEnabledInternal for personaId=150; option=option_callerinfo
11-30 15:19:22.138  2985  3903 D KnoxMUMContainerPolicy: isSettingsOptionEnabledInternal: Return result: true
11-30 15:19:22.139  2985  5091 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:19:22.139  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:19:22.142  2985  3903 I PersonaManagerService: getKnoxIcon packageName = com.samsung.knox.securefolder, className = null, userId = 150
11-30 15:19:22.146  2985  3903 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_IMAGE_NAME : null
11-30 15:19:22.147  2985  3903 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:19:22.153  3775  4202 D DmConfigHelper: isServiceEnabled: mmtel-video 0
11-30 15:19:22.165  3775  4202 D ImsServiceStub: isServiceAvailable: mmtel-video, rat: -1, profileFind:true, Enabled:false
11-30 15:19:22.168  3470  3470 D PhoneUtilsIMS: isServiceAvailable - [1]mmtel-video:false
11-30 15:19:22.171  3470  3470 D Telephony: GsmConnection: updateConnectionCapabilities forceUpdate = false
11-30 15:19:22.178  3470  3470 I SecCapabilitiesBuilderVoice0: mHasActiveCall: false, mHasHoldingCall: false
11-30 15:19:22.178  3470  3470 I SecCapabilitiesBuilderVoice0: mConferenceCount: 0, mNonConferenceCount: 0
11-30 15:19:22.179  3470  3470 I SecCapabilitiesBuilder: [before] id:0 [Capabilities: CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_SPEED_UP_MT_AUDIO]
11-30 15:19:22.179  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityMute...
11-30 15:19:22.179  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityHold...
11-30 15:19:22.179  3470  3470 D PhoneUtilsCommon: fgCall = IDLE, bgCall = IDLE, rCall = INCOMING
11-30 15:19:22.179  3470  3470 D PhoneUtilsCommon: isHDVideoCall - false
11-30 15:19:22.179  3470  3470 I chatty  : uid=1001(radio) com.android.phone identical 1 line
11-30 15:19:22.179  3470  3470 D PhoneUtilsCommon: isHDVideoCall - false
11-30 15:19:22.179  3470  3470 I SecCapabilitiesBuilderVoice0: applyCapability : [Capabilities: CAPABILITY_HOLD]
11-30 15:19:22.179  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityControlWaitingCall...
11-30 15:19:22.180  3470  3470 D PhoneMultiSimUtils: getPhone: phoneId =0
11-30 15:19:22.180  3470  3470 I PhoneMultiSimUtils: isOtherPhoneNotIdle - 1false
11-30 15:19:22.180  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityControlWaitingCall... other phone in use : false
11-30 15:19:22.180  3470  3470 I SecCapabilitiesBuilderVoice0: applyCapability : [Capabilities: CAPABILITY_CONTROL_WAITINGCALL]
11-30 15:19:22.180  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityManageConference...
11-30 15:19:22.180  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityMergeConference...
11-30 15:19:22.180  3470  3470 I SecCapabilitiesBuilderVoice0: mPhone.canConference() => false
11-30 15:19:22.180  3470  3470 I SecCapabilitiesBuilderVoice0: removeCapability : [Capabilities: CAPABILITY_MERGE_CONFERENCE]
11-30 15:19:22.180  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilitySwapConference...
11-30 15:19:22.180  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityCallTransfer...
11-30 15:19:22.180  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilityCallTransfer: canTransfer - false
11-30 15:19:22.180  3470  3470 I SecCapabilitiesBuilderVoice0: buildCapabilitySessionModify...0
11-30 15:19:22.180  3470  3470 I SecCapabilitiesBuilder: [after] id:0 [Capabilities: CAPABILITY_HOLD CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_SPEED_UP_MT_AUDIO CAPABILITY_CONTROL_WAITINGCALL]
11-30 15:19:22.181  3470  3470 D PhoneUtils: isRoamingArea : DefaultIMEI
11-30 15:19:22.181  3470  3470 D Telephony: TelephonyConnectionUtils: isAvailableAddUser - false
11-30 15:19:22.181  3470  3470 D Telephony: TelephonyConnectionUtils: isAvailableManagerConference - false
11-30 15:19:22.189  3470  3470 V Telephony: GsmConnection: updateAddress address :*** getAddress() : *** presentation : 1
11-30 15:19:22.191  3470  3470 V Telephony: GsmConnection: refreshConferenceSupported : isConfSupp=true, isVidConfSupp=true, isMergeOfWifiAllowed=true, isWifi=false, isVoWifiEnabled=false
11-30 15:19:22.191  3470  3470 D Telephony: GsmConnection: refreshConferenceSupported = true.
11-30 15:19:22.192  3470  3470 D Telephony: TelephonyConnectionService: Adding GSM connection to conference controller: 
11-30 15:19:22.192  3470  3470 D Telephony: TelephonyConferenceController: Recalculate conference calls
11-30 15:19:22.192  3470  3470 D Telephony: TelephonyConferenceController: not enough connections to be a conference!
11-30 15:19:22.192  3470  3470 V Telephony: TelephonyConferenceController: recalculateConferenceable : 1
11-30 15:19:22.192  3470  3470 D Telephony: TelephonyConferenceController: recalc -TC@1_1 : 2
11-30 15:19:22.192  3470  3470 V Telephony: TelephonyConferenceController: active: 0, holding: 0
11-30 15:19:22.193  3470  3470 D Telephony: TelephonyConnectionService: Removing connection from IMS conference controller: 
11-30 15:19:22.193  3470  3470 I Telephony: TelephonyConnectionExtras: handleCallEvent, event=setIntentExtras
11-30 15:19:22.194  3470  3470 D TelephonyConnectionExtras TC@1_1, putSecCallExtras: SecCallExtra diff{empty}
11-30 15:19:22.200  2985  5081 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:19:22.201  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:22.201  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:22.201  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:22.205  3470  3470 D Telephony: GsmConnection: Updating extras:
11-30 15:19:22.205  3470  3470 D Telephony: GsmConnection: updateExtras Key=audio_codec value=AMR-NB
11-30 15:19:22.208  3470  3470 D Telephony: TelephonyConnection$1: MSG_CDMA_VOICE_PRIVACY_OFF received
11-30 15:19:22.212  2985  3827 D ConnectionServiceWrapper: ConnectionService -> Telecom[com.android.phone/com.android.services.telephony.TelephonyConnectionService]: handleCreateConnectionComplete TC@1_1
11-30 15:19:22.212  2985  3827 V Call    : handleCreateConnectionSuccessful ParcelableConnection [act:ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}], state:2, capabilities:[Capabilities: CAPABILITY_HOLD CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO CAPABILITY_SPEED_UP_MT_AUDIO CAPABILITY_CONTROL_WAITINGCALL], properties:[Properties:], extras:Bundle[mParcelledData.dataSize=868], parent:null
11-30 15:19:22.213  2985  3827 V Call    : setTargetPhoneAccount() accountHandle = ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}
11-30 15:19:22.213  2985  3827 D MdmExtension: canShowCallerIdIncomingCall() - isIncoming : true
11-30 15:19:22.214  2985  3827 D MdmExtension: phoneRestrictionPolicy : com.samsung.android.knox.restriction.PhoneRestrictionPolicy@9942a69
11-30 15:19:22.222  2985  3827 V Call    : setConnectionCapabilities: [Capabilities: CAPABILITY_HOLD CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO CAPABILITY_SPEED_UP_MT_AUDIO CAPABILITY_CONTROL_WAITINGCALL]
11-30 15:19:22.223  2985  3827 D CallsManager: onConnectionCapabilitiesChanged : 
11-30 15:19:22.224  2985  3827 V CallsManager: canAddCall mCalls.size : 0
11-30 15:19:22.224  2985  3827 V Call    : setConnectionProperties: [Properties:]
11-30 15:19:22.224  2985  3827 V Call    : setVideoProvider
11-30 15:19:22.224  2985  3827 D Call    : setVideoState: videoState=Audio Only defaulted to audio (video not supported)
11-30 15:19:22.225  2985  3903 I ApplicationPackageManager: load=com.samsung.knox.securefolder, bg=144-144, dr=144-144, forDefault=false, density=0
11-30 15:19:22.226  2985  3903 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:19:22.229  2985  3903 I ApplicationPackageManager: scaled rate=0.59999996, size=144, alpha=0, hold=0
11-30 15:19:22.230  2985  3903 I ApplicationPackageManager: load=com.samsung.knox.securefolder-theme2, bg=144-144, dr=144-144, tarScale=0.59999996, relScale=0.59999996, mask=false
11-30 15:19:22.231  2985  3827 D Call    : setStatusHints - do not update to avoid duplication of updateCall
11-30 15:19:22.231  2985  3827 I TelecomExtras: TC@1_1 putExtras, canUpdate=true, source=1
11-30 15:19:22.231  2985  3827 D CallsManager: onExtrasChanged
11-30 15:19:22.232  2985  3827 I TelecomExtras: TC@1 : handleExtrasChanged source : 1
11-30 15:19:22.232  2985  3827 D TelecomAnalytics: adding callTechnology for call TC@1: 2
11-30 15:19:22.232  2985  3827 I Telecom : CallAudioManager : checkAndUpdate
11-30 15:19:22.232  2985  3827 D CallAudioManager: checkAndUpdateForAudio oldDomain:4 newDomain:1
11-30 15:19:22.232  2985  3827 D CallAudioManager: checkAndUpdateForAudio oldEpdg:false newEpdg:false
11-30 15:19:22.232  2985  3827 D CallAudioManager: checkAndUpdateForAudio oldWifi:false newIsWifi:false
11-30 15:19:22.232  2985  3827 D CallAudioManager: checkAndUpdateForAudio callType:0 radioTech:unknown
11-30 15:19:22.232  2985  3827 V CallsManager: canAddCall mCalls.size : 0
11-30 15:19:22.233  2985  3827 D CallsManager: onSuccessfulIncomingCall
11-30 15:19:22.233  2985  3827 I TelecomSystemDB: isSOSMessageModeOn status : 0
11-30 15:19:22.234  2985  3827 D AsyncBlockCheckFilter: startFilterLookup
11-30 15:19:22.234  2985  3827 D AsyncBlockCheckFilter: onPreExecute
11-30 15:19:22.234  2985  3827 D AsyncBlockCheckFilter: startFilterLookup end
11-30 15:19:22.235  2985 26204 D AsyncBlockCheckFilter: doInBackground
11-30 15:19:22.235  2985  3827 I CallScreeningServiceFilter: There are no call screening services installed on this device.
11-30 15:19:22.235  2985  3827 I CallScreeningServiceFilter: Could not bind to call screening service
11-30 15:19:22.236  2985  3827 I CallFilteringResult: combine - this : com.android.server.telecom.callfiltering.CallScreeningServiceFilter@b96a58f [Allow, logged, notified]
11-30 15:19:22.236  2985  3827 I CallFilteringResult: combine - other : com.android.server.telecom.callfiltering.IncomingCallFilter@130401c [Allow, logged, notified]
11-30 15:19:22.236  2985  3827 I CallFilteringResult: combine - combine : com.android.server.telecom.callfiltering.CallScreeningServiceFilter@b96a58f [Allow, logged, notified]
11-30 15:19:22.237  2985  3827 D ConnectionServiceWrapper: Telecom -> ConnectionService[com.android.phone/com.android.services.telephony.TelephonyConnectionService]: createConnectionComplete TC@1_1
11-30 15:19:22.237  2985  2985 I TelecomSystem: CallerInfoAsyncQuery.startQuery number=[****] cookie=(...->CS.crCo->H.CS.crCo->H.CS.crCo.pICR)->CSW.hCCC->CILH.sL->CILH.sL@E-E-ZzY
11-30 15:19:22.238  2985  2985 I TelecomSystemDB: isTwoPhoneRegistered: 0
11-30 15:19:22.239  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:19:22.239  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:19:22.249  2985  3827 I TelecomExtras: TC@1_1 putExtras, canUpdate=false, source=1
11-30 15:19:22.262  2985  3903 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:19:22.263  2985  3903 D PersonaManagerService: securefolder Secure Folder
11-30 15:19:22.441  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10077 ,Container id: 0
11-30 15:19:22.442  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10077 ,Container id: 0
11-30 15:19:22.442  2985  3827 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:22.447  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10077 ,Container id: 0
11-30 15:19:22.447  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10077 ,Container id: 0
11-30 15:19:22.448  2985  3827 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:22.452 26195 26195 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:22.474  2985  3070 W Choreographer: Frame time is 17.693129 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:19:22.747 16033 16033 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE cmp=com.google.android.gms/.chimera.PersistentInternalBoundBrokerService }
11-30 15:19:22.762  2985  2985 D RingingCallAdditionalAsyncQuery: onQueryComplete : 32
11-30 15:19:22.762  2985  2985 D         :  onRingingCallAdditionalQueryComplete 32
11-30 15:19:22.766  2985  3578 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.gms user:150
11-30 15:19:22.768  2985  3578 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:19:22.768  2985  3578 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.gms user:150
11-30 15:19:22.770  2985  3578 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:19:22.783 26209 26209 I Zygote  : Unshare entire /
11-30 15:19:22.797  2985  2985 I CallerInfoLookupHelper: CI query for handle [****] has completed; notifying all listeners.
11-30 15:19:22.797  2985  2985 I AutoRejectCallFilter: USER_SETUP_COMPLETE : true
11-30 15:19:22.800  2985  2985 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xff967680, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:22.801 26209 26209 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:19:22.801  2985  2985 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xff967680, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:22.801 26209 26209 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:19:22.801 26209 26209 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:19:22.801 26209 26209 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:19:22.801 26209 26209 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:19:22.801 26209 26209 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:19:22.802  2985  2985 D TelecomUtils: getSubIdForPhoneAccount : 3
11-30 15:19:22.803  2985  2985 D TelecomUtils: rejectIncomingByOtherSlotDsda [TC@1] State : 0 phoneId:1
11-30 15:19:22.803  2985  2985 D TelecomUtils: isAccessControlOn = false
11-30 15:19:22.807 26209 26209 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:19:22.809  2985  2985 D TelecomUtils: isVoIPRingOrDialing - false
11-30 15:19:22.812  2985  2985 I TelecomSystemDB: isEmergencyMode: false
11-30 15:19:22.812 26209 26209 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:19:22.812  2985  2985 I AutoRejectCallFilter: AutoRejectCallFilter - shouldAllowCall : true / shouldReject : false / shouldAddToCallLog : false / shouldShowNotification : true
11-30 15:19:22.812  2985  2985 I AutoRejectCallFilter: AutoRejectCallFilter - shouldShowAutoRejectNotification : false / shouldSendRejectMessage : false / shouldShowToast : false
11-30 15:19:22.813  2985  2985 I CallFilteringResult: combine - this : com.android.server.telecom.callfiltering.AutoRejectCallFilter@be6fbc6 [Allow, notified]
11-30 15:19:22.813  2985  2985 I CallFilteringResult: combine - other : com.android.server.telecom.callfiltering.DirectToVoicemailCallFilter$1@333b787 [Allow, logged, notified]
11-30 15:19:22.813  2985  2985 I CallFilteringResult: combine - combine : com.android.server.telecom.callfiltering.AutoRejectCallFilter@be6fbc6 [Allow, notified]
11-30 15:19:22.813  2985  2985 I CallFilteringResult: combine - this : com.android.server.telecom.callfiltering.AutoRejectCallFilter@be6fbc6 [Allow, notified]
11-30 15:19:22.813  2985  2985 I CallFilteringResult: combine - other : com.android.server.telecom.callfiltering.CallScreeningServiceFilter@b96a58f [Allow, logged, notified]
11-30 15:19:22.813  2985  2985 I CallFilteringResult: combine - combine : com.android.server.telecom.callfiltering.AutoRejectCallFilter@be6fbc6 [Allow, notified]
11-30 15:19:22.813  2985  2985 I CallerInfoLookupHelper: There is no photo for this contact, skipping photo query
11-30 15:19:22.814  2985  2985 D AsyncBlockCheckFilter: onPostExecute
11-30 15:19:22.814  2985  2985 I CallFilteringResult: combine - this : com.android.server.telecom.callfiltering.AsyncBlockCheckFilter@1e792dd [Allow, logged, notified]
11-30 15:19:22.814  2985  2985 I CallFilteringResult: combine - other : com.android.server.telecom.callfiltering.AutoRejectCallFilter@be6fbc6 [Allow, notified]
11-30 15:19:22.814  2985  2985 I CallFilteringResult: combine - combine : com.android.server.telecom.callfiltering.AsyncBlockCheckFilter@1e792dd [Allow, notified]
11-30 15:19:22.815  2985  2985 I Telecom : CallsManager : setCallState NEW -> RINGING, call: [TC@1, NEW, com.android.phone/com.android.services.telephony.TelephonyConnectionService, 1*8, A, childs(0), has_parent(false), unknown, unknown [Capabilities: CAPABILITY_HOLD CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO CAPABILITY_SPEED_UP_MT_AUDIO CAPABILITY_CONTROL_WAITINGCALL] [Properties:]]
11-30 15:19:22.816  2985  2985 V Call    : setState NEW -> RINGING
11-30 15:19:22.817 26209 26209 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:19:22.832  2985  3002 I zygote  : Successfully killed process cgroup uid 5004 pid 23437 in 36ms
11-30 15:19:22.835 26209 26209 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:22.837 26209 26209 I SELinux : SELinux: seapp_context_lookup: seinfo=gmscore, level=s0:c662,c768, pkgname=com.google.android.gms.ui 
11-30 15:19:22.877  2985  3825 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010018 ,Container id: 150
11-30 15:19:22.878  2985  3825 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010018 ,Container id: 150
11-30 15:19:22.878  2985  3825 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:19:22.879  2985  3825 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:22.882  2985  3825 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010018 ,Container id: 150
11-30 15:19:22.882  2985  3825 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010018 ,Container id: 150
11-30 15:19:22.882  2985  3825 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:19:22.882  2985  3825 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:22.887 26209 26209 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:22.887 26195 26195 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10077
11-30 15:19:22.888   559   559 I ServiceManager: [#CMH#] Disconnected to Service  com.samsung.storyservice.StoryService
11-30 15:19:22.889 26195 26195 D Proxy   : mdoP is null: 10077
11-30 15:19:22.912   559   559 I ServiceManager: [#CMH#] Disconnected to Service  com.samsung.faceservice.FaceService
11-30 15:19:22.912   559   559 I chatty  : uid=5004(oem_5004) com.samsung.cmh:CMH identical 4 lines
11-30 15:19:22.912   559   559 I ServiceManager: [#CMH#] Disconnected to Service  com.samsung.faceservice.FaceService
11-30 15:19:22.916  2985  3002 I zygote  : Successfully killed process cgroup uid 5004 pid 23476 in 83ms
11-30 15:19:22.916  2985  3002 I zygote  : Successfully killed process cgroup uid 15001000 pid 24202 in 0ms
11-30 15:19:22.918   559   559 I ServiceManager: [#CMH#] Disconnected to Service  com.samsung.mlp.platform.LPService
11-30 15:19:22.918   559   559 I ServiceManager: [#CMH#] Disconnected to Service  com.samsung.mlp.platform.LPService
11-30 15:19:22.920 26209 26209 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010018
11-30 15:19:22.921 26209 26209 D Proxy   : mdoP is null: 15010018
11-30 15:19:22.921  2985  3002 I zygote  : Successfully killed process cgroup uid 5004 pid 22613 in 5ms
11-30 15:19:22.927  2985  2985 D SecRespondViaSmsManager: isRespondViaSmsCapable presentation :1
11-30 15:19:22.942  2985  2985 D SecContentProvider2: query(), uri = 18 selection = getDisclaimerText
11-30 15:19:22.959  2985  2985 D PhoneRestrictionPolicy: >>> PhoneRestrictionPolicy.getDisclaimerText()
11-30 15:19:22.961  2985  2985 D Call    : maybeLoadCannedSmsResponses: starting task to load messages
11-30 15:19:22.963  2985 26231 D SecRespondViaSmsManager: loadCannedResponses() of sec starting
11-30 15:19:22.966  2985  2985 I CallsManager: updatePhoneState: 1
11-30 15:19:22.966  2985  2985 I Telecom : CallsManager : onCallStateChanged
11-30 15:19:22.966  2985  2985 I SecCallLogManager: logCall : Do not make a log for not registered MO call
11-30 15:19:22.969  2985  2985 I TelecomSystemDB: isUltraPowerSavingMode: false
11-30 15:19:22.969  2985  2985 I TelecomSystemDB: isMaximumPowerSavingMode : false
11-30 15:19:22.969  2985  2985 I TelecomSystemDB: isUltraPowerSavingMode: false
11-30 15:19:22.969  2985  2985 I TelecomSystemDB: isEmergencyMode: false
11-30 15:19:22.970  2985  2985 I CallsManager: hasMaximumRingingCalls : false
11-30 15:19:22.972  2985  2985 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xff967ef0, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:22.973  2985  2985 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xff967ef0, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:22.974  2985  2985 D TelecomUtils: getSubIdForPhoneAccount : 3
11-30 15:19:22.975  2985  2985 D TelecomUtils: operatorNumeric : 51010
11-30 15:19:22.976  2985  2985 D CallsManager: addCall([TC@1, RINGING, com.android.phone/com.android.services.telephony.TelephonyConnectionService, 1*8, A, childs(0), has_parent(false), unknown, unknown [Capabilities: CAPABILITY_HOLD CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO CAPABILITY_SPEED_UP_MT_AUDIO CAPABILITY_CONTROL_WAITINGCALL] [Properties:]])
11-30 15:19:22.977  2985  2985 V CallsManager: canAddCall mCalls.size : 1
11-30 15:19:22.977  2985  3578 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.music user:150
11-30 15:19:22.977  2985  2985 I InCallController: onCallAdded: [TC@1, RINGING, com.android.phone/com.android.services.telephony.TelephonyConnectionService, 1*8, A, childs(0), has_parent(false), unknown, unknown [Capabilities: CAPABILITY_HOLD CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO CAPABILITY_SPEED_UP_MT_AUDIO CAPABILITY_CONTROL_WAITINGCALL] [Properties:]]; not bound or connected.
11-30 15:19:22.977  2985  2985 D InCallController: Default Dialer package: com.samsung.android.contacts
11-30 15:19:22.978  2985  2985 I InCallController: defaultDialer: null
11-30 15:19:22.978  2985  2985 I InCallController: defaultDialer: null
11-30 15:19:22.978  2985  2985 D InCallController: getInCallServiceComponents check for - com.android.incallui.InCallServiceImpl, 2
11-30 15:19:22.978  2985  2985 D InCallController: add to return - falsefalse
11-30 15:19:22.979  2985  3578 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:19:22.979  2985  3578 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.music user:150
11-30 15:19:22.979  2985  2985 D InCallController: getInCallServiceComponents check for - com.android.incallui.InCallServiceImpl, 2
11-30 15:19:22.980  2985  2985 I CarSwappingInCallServiceConnection: carmodechange: false => false
11-30 15:19:22.980  2985  3578 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:19:22.981  2985  2985 I EmergencyCallHelper: ShouldGrantTemporaryLocationPermission, disabled by config
11-30 15:19:22.982  2985  2985 I EmergencyInCallServiceConnection: Attempting to bind to InCall [ComponentInfo{com.samsung.android.incallui/com.android.incallui.InCallServiceImpl} supportsExternal? false supportsSelfMg?false], with Intent { act=android.telecom.InCallService cmp=com.samsung.android.incallui/com.android.incallui.InCallServiceImpl }
11-30 15:19:22.994 26233 26233 I Zygote  : Unshare entire /
11-30 15:19:22.995  2985  2985 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.incallui user:0
11-30 15:19:22.995  2985  2985 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:19:22.995  2985  2985 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.incallui user:0
11-30 15:19:22.995  2985  2985 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:19:23.000 26233 26233 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:19:23.001 26233 26233 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:19:23.001 26233 26233 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:19:23.001 26233 26233 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:19:23.001 26233 26233 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:19:23.001 26233 26233 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:19:23.001 26233 26233 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:19:23.001 26233 26233 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:19:23.002 26233 26233 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:19:23.004 26233 26233 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:23.005 26233 26233 I SELinux : SELinux: seapp_context_lookup: seinfo=apm, level=s0:c662,c768, pkgname=com.google.android.music 
11-30 15:19:23.010 26238 26238 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:19:23.011  2985  2985 D SecInCallController: bind()
11-30 15:19:23.011  2985  2985 I SecInCallController: perf - bind()
11-30 15:19:23.012 26238 26238 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:23.013 26238 26238 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.samsung.android.incallui 
11-30 15:19:23.018  2985  2985 I TelecomFeature: getInCallUIPackageName : com.samsung.android.incallui
11-30 15:19:23.018  2985  2985 I SecInCallController: Attempting to bind to InCall ComponentInfo{com.samsung.android.incallui/com.android.incallui.service.SecInCallService}, with Intent { act=com.samsung.incallui.SEC_IN_CALL_SERVICE cmp=com.samsung.android.incallui/com.android.incallui.service.SecInCallService }
11-30 15:19:23.020  2985  2985 D InCallController: getInCallServiceComponents check for - com.android.incallui.InCallServiceImpl, 2
11-30 15:19:23.021  2985  2985 I TelecomWakeLock: Acquiring WakeLock with id: 26
11-30 15:19:23.021  2985  2985 I InCallWakeLockController: Acquiring full wake lock
11-30 15:19:23.040  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010124 ,Container id: 150
11-30 15:19:23.041  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010124 ,Container id: 150
11-30 15:19:23.041  2985  4271 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:19:23.041  2985  4271 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:23.042  3775  3775 D CapabilityDiscModule: onCallStateChanged: 1
11-30 15:19:23.043  6077  6077 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService PairActivityUserId=150 }
11-30 15:19:23.043  6077  6077 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService PairActivityUserId=150 }
11-30 15:19:23.043  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.043  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.043  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.044  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010124 ,Container id: 150
11-30 15:19:23.045  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010124 ,Container id: 150
11-30 15:19:23.045  2985  3578 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:19:23.045  2985  3578 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:23.048 26233 26233 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:23.050  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.050  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.055  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.055  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.059  3510  3510 D PowerUI : mPhoneStateListener onCallStateChanged(): state= 1 mIsShutdownTaskDelayed = false
11-30 15:19:23.061  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.061  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.067  3487  3487 I SKBD    : avn SKBD onCallStateChanged : 1
11-30 15:19:23.067  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.067  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.073  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.073  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.075 26233 26233 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010124
11-30 15:19:23.076 26233 26233 D Proxy   : mdoP is null: 15010124
11-30 15:19:23.080  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.080  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.086  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.086  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.092  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.093  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.095 26209 26209 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:19:23.099  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.099  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.100  2985 26231 W Binder  : Outgoing transactions from this process must be FLAG_ONEWAY
11-30 15:19:23.100  2985 26231 W Binder  : java.lang.Throwable
11-30 15:19:23.100  2985 26231 W Binder  : 	at android.os.BinderProxy.transact(Binder.java:769)
11-30 15:19:23.100  2985 26231 W Binder  : 	at android.content.ContentProviderProxy.query(ContentProviderNative.java:416)
11-30 15:19:23.100  2985 26231 W Binder  : 	at android.content.ContentResolver.query(ContentResolver.java:760)
11-30 15:19:23.100  2985 26231 W Binder  : 	at android.content.ContentResolver.query(ContentResolver.java:710)
11-30 15:19:23.100  2985 26231 W Binder  : 	at android.content.ContentResolver.query(ContentResolver.java:668)
11-30 15:19:23.100  2985 26231 W Binder  : 	at com.android.server.telecom.respondviasms.SecRespondViaSmsManager$2.run(SecRespondViaSmsManager.java:145)
11-30 15:19:23.102 26209 26209 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:19:23.105  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.105  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.111  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.111  2985  2985 I PhoneStateBroadcaster: Broadcasted state change: 1
11-30 15:19:23.111  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.111  2985  2985 D CallAudioManager: Call added with id TC@TC@1 in state RINGING
11-30 15:19:23.112  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.PHONE_STATE
11-30 15:19:23.112 25488 25502 I zygote  : Background concurrent copying GC freed 162480(7MB) AllocSpace objects, 13(952KB) LOS objects, 49% free, 9MB/19MB, paused 269us total 250.993ms
11-30 15:19:23.113  2985  2985 D TelecomUtilsAudio: isKeyguardLocked
11-30 15:19:23.114  2985  3900 I CallAudioRouteStateMachine: Message received: UPDATE_SYSTEM_AUDIO_ROUTE=1201, arg1=0
11-30 15:19:23.117  2985  2985 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xff966fc0, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:23.117  2985  2985 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xff966fc0, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:23.118  2985  2985 D TelecomUtils: getSubIdForPhoneAccount : 3
11-30 15:19:23.120  2985  2985 D TelecomUtils: getPhoneTypeFromCall : PhoneType = 1
11-30 15:19:23.120  2985  2985 D DtmfLocalTonePlayer: LocalDtmf enable:false, DtmfFeature:+false, allowLocalDtmfAlways=false
11-30 15:19:23.121  2985  2985 D SecCallsManagerListener: onCallAdded : [TC@1, RINGING, com.android.phone/com.android.services.telephony.TelephonyConnectionService, 1*8, A, childs(0), has_parent(false), unknown, unknown [Capabilities: CAPABILITY_HOLD CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO CAPABILITY_SPEED_UP_MT_AUDIO CAPABILITY_CONTROL_WAITINGCALL] [Properties:]]
11-30 15:19:23.122  2985  3901 I CallAudioModeStateMachine: Message received: NEW_RINGING_CALL.
11-30 15:19:23.124  2985  2985 I SemSpeechRecognizer: make new SemSpeechRecognizer VER 16.11.30
11-30 15:19:23.125  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.125  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.126  3470  3949 E ImsAdaptorImpl2: setSSACInfo : ImsAdaptorImpl.
11-30 15:19:23.127  2985  3901 I CallAudioModeStateMachine: UnfocusedState msg : 2002
11-30 15:19:23.127  2985  3900 I CallAudioRouteStateMachine: setSystemAudioState: changing from [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER] to [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER]
11-30 15:19:23.127  2985  3901 D TelecomUtilsAudio: getAudioMode : mode = 2
11-30 15:19:23.127  2985  3901 D TelecomUtilsMultiSIM: setAudioParametersForVsid : mode = 2
11-30 15:19:23.127  2985  3900 I Telecom : CallsManager : onAudioStateChanged, audioState: [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER] --> [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER]
11-30 15:19:23.127  2985  3901 D TelecomUtilsMultiSIM: setAudioParametersForVsid : sVsid =  sVsid2=
11-30 15:19:23.127  2985  3900 D ConnectionServiceWrapper: Telecom -> ConnectionService[com.android.phone/com.android.services.telephony.TelephonyConnectionService]: onCallAudioStateChanged TC@1_1 [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER]
11-30 15:19:23.130  2985  2985 E SemSpeechRecognizer: Error : Could not find libsasr-jni.so && libSensoryBargeInEngine.so
11-30 15:19:23.131  2985  2985 I SemSpeechRecognizer: stringLanguage : en
11-30 15:19:23.131  2985  2985 I SemSpeechRecognizer: stringCountry : US
11-30 15:19:23.132  2985  2985 I SemSpeechRecognizer: sVoiceLanguage : null
11-30 15:19:23.132  2985  2985 I SemSpeechRecognizer: isEnableBargeIn : false
11-30 15:19:23.132  2985  2985 I SemSpeechRecognizer: uselanguage : 1
11-30 15:19:23.132  2985  2985 I SemSpeechRecognizer: isEnableChineseBargeIn : false
11-30 15:19:23.132  2985  2985 I SemSpeechRecognizer: isEnableExtraSpanish : false
11-30 15:19:23.132  2985  2985 I SemSpeechRecognizer: isEnableExtraRussian : false
11-30 15:19:23.132  2985  2985 W SemSpeechRecognizer: isEnabled: BargeIn is not available in commandType (2) uselanguage(1)
11-30 15:19:23.132  2985  2985 D CallBargeIn: onCreate(): bargeIn disabled..
11-30 15:19:23.132  2985  2985 D AutoAnswer: checkAutoAnsweringMode
11-30 15:19:23.133  2985  2985 D AutoAnswer: checkAutoAnsweringMode isOn=false
11-30 15:19:23.133  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.133  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.135  2985  2985 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xff967da0, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:23.136  2985  2985 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xff967da0, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:23.137  2985  2985 D TelecomUtils: getSubIdForPhoneAccount : 3
11-30 15:19:23.138  3470  3482 I PhoneUtilsCommon: ID = 3 isDefaultMessage = true
11-30 15:19:23.138  2985  2985 D TelecomUtils: needToShowWeakWifiSignalDialog : false
11-30 15:19:23.138  2985  2985 I SecPhoneStateListener: onCallAdded state : 4
11-30 15:19:23.138  3470  3482 I PhoneUtilsCommon: ID = 2 isDefaultMessage = true
11-30 15:19:23.138  2985  2985 D SecPhoneStateListener: mPhoneState = RINGING
11-30 15:19:23.138  3470  3482 I PhoneUtilsCommon: ID = 1 isDefaultMessage = true
11-30 15:19:23.138  2985  2985 D AppLoggingUsageStateWatcher: registerUsageStatsWatcher
11-30 15:19:23.140  2985  2985 D DataDuringCall: onCallAdded() - getState:4
11-30 15:19:23.141  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.141  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.144  2985 26231 D SecRespondViaSmsManager: rejectmsg : Please text me.
11-30 15:19:23.144  2985 26231 D SecRespondViaSmsManager: rejectmsg : Can you call back later?
11-30 15:19:23.144  2985 26231 D SecRespondViaSmsManager: rejectmsg : I'll call you back.
11-30 15:19:23.146  2985 26231 D SecRespondViaSmsManager: loadCannedResponses() completed, found responses: [Please text me., Can you call back later?, I'll call you back.]
11-30 15:19:23.147  3670  3726 D EventHandler_FLP: EventHandler, PHONE_STATE_CHANGED phoneState = RINGING
11-30 15:19:23.148  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.148  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.149  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.155  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.155  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.155 26195 26195 V BMApplication: initializeSamsungAnalytics()
11-30 15:19:23.161  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.161  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.162 26195 26195 D SamsungAnalytics111040: cf feature is supported
11-30 15:19:23.164  3510  3510 D KeyguardUpdateMonitor: handlePhoneStateChanged(RINGING)
11-30 15:19:23.168  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.168  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.174  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.174  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.177 26195 26195 D SamsungAnalytics111040: newThread on Executor
11-30 15:19:23.179 26195 26195 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:19:23.180  3510  3510 D KeyguardViewMediator: CALL_STATE_RINGING : mShowing=true, mOccluded=false, isSecure=true, bouncerShowing=false
11-30 15:19:23.181  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.181  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.181 26195 26195 D DTMFBroadcastReceiver: onReceive: Intent received : com.samsung.intent.action.WB_AMR
11-30 15:19:23.181 26195 26195 D DTMFBroadcastReceiver: isWideBandEnabled: false
11-30 15:19:23.182  3470  3482 I System.out: Broadcast completed: result=0
11-30 15:19:23.186  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.187  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.192  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.192  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.198  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.198  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.201  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:23.201  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:23.201  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:23.203  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.203  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.207  6077 26230 I zygote  : Deoptimizing boolean aco.add(java.lang.Object) due to JIT inline cache
11-30 15:19:23.208  6077 26230 I zygote  : Deoptimizing int brgn.b(java.lang.Object) due to JIT same target
11-30 15:19:23.208  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.208  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.214  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.214  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.218  3775  4202 D SsacManager: updateSSACInfo[1] : Voice(-1:0) Video(-1:0)
11-30 15:19:23.218  3775  4202 D SsacManager: Voice Call updateSSACInfo[1] : f[100], t[0]
11-30 15:19:23.218  3775  4202 D SsacManager: Video Call updateSSACInfo[1] : f[100], t[0]
11-30 15:19:23.219  3470  3949 E ImsAdaptorImpl2: setSSACInfo : ImsAdaptorImpl.
11-30 15:19:23.219  3775  4202 D SsacManager: updateSSACInfo[1] : Voice(-1:0) Video(-1:0)
11-30 15:19:23.219  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.219  3775  4202 D SsacManager: Voice Call updateSSACInfo[1] : f[100], t[0]
11-30 15:19:23.220  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.220  3775  4202 D SsacManager: Video Call updateSSACInfo[1] : f[100], t[0]
11-30 15:19:23.225  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.225  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.229  2985  2985 I IncomingCallNotifier: updateIncomingCall: foundIncomingcall = null
11-30 15:19:23.230  2985  2985 I BluetoothPhoneService: updateHeadsetWithCallState : false
11-30 15:19:23.231  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1001 ,Container id: 0
11-30 15:19:23.231  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.233  2985  2985 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xff968070, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:23.233  2985  2985 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xff968070, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:23.234  2985  2985 D TelecomUtils: getSubIdForPhoneAccount : 3
11-30 15:19:23.235  2985  2985 D TelecomUtils: hangupDialingByOtherSlotDsda [TC@1] State : 4 phoneId:1
11-30 15:19:23.236  2985  2985 D TelecomUtils: hangupDialingByOtherSlotDsda dialingCall is null
11-30 15:19:23.236 26238 26238 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:23.237  2985  3901 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xc4b6f750, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:23.237  2985  3901 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xc4b6f750, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:23.238  2985  3901 D TelecomUtils: getSubIdForPhoneAccount : 3
11-30 15:19:23.242  2985  3901 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xc4b6f730, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:23.243  2985  3901 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xc4b6f730, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:23.244  2985  3901 D TelecomUtils: getSubIdForPhoneAccount : 3
11-30 15:19:23.246  2985  2985 I SecPhoneStateListener: phoneState = 1
11-30 15:19:23.247  2985  2985 I SecPhoneStateListener: secInCallController = com.android.server.telecom.secutils.SecInCallController@8152f4e / secInCallController.isConnected() = true
11-30 15:19:23.247  2985  2985 D SecStatusBarHelper: enableNotificationAlerts = false
11-30 15:19:23.247  2985  2985 D SecStatusBarHelper: updateStatusBar: state = 0x40000
11-30 15:19:23.249  2985  3901 D TelecomUtils: getPhoneTypeFromCall : PhoneType = 1
11-30 15:19:23.251  2985  3901 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xc4b6f4e0, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:23.251  2985  3901 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xc4b6f4e0, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:23.252  2985  3901 D TelecomUtils: getSubIdForPhoneAccount : 3
11-30 15:19:23.253  2985  3901 D TelecomUtilsMultiSIM: setAudioParametersForVsid phone_type=cp2
11-30 15:19:23.254  2594  2903 D audio_hw_primary: adev_set_parameters: enter: kvpairs: phone_type=cp2
11-30 15:19:23.255  2594  2903 I AudioRil: select second ril
11-30 15:19:23.256  2697 28481 V MultiRecordManager: setParameters(): io 0, keyvalue phone_type=cp2, calling pid 2985
11-30 15:19:23.269 26238 26238 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 1001
11-30 15:19:23.270 26238 26238 D Proxy   : mdoP is null: 1001
11-30 15:19:23.277  3510  3510 D KeyguardFingerPrint: shouldListenForFingerprint ( isFingerprintEnabled = true , mKeyguardIsVisible = true , mDeviceInteractive = false , mBouncer = false , mGoingToSleep = false , mSwitchingUser = false , mFingerprintWakingUp = false , mKeyguardUnlocking = false , mKeyguardShowing = true , mKeyguardOccluded = false
11-30 15:19:23.280 15154 25918 I Finsky:background: [43286] gef.X(3): Broadcasting <534:RUNNING:59%[59%]>.
11-30 15:19:23.282  2985  3613 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:23.282  2985  3613 I chatty  : uid=1000(system) Binder:2985_8 identical 1 line
11-30 15:19:23.282  2985  3613 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:23.283  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:23.283  2985  5091 I chatty  : uid=1000(system) Binder:2985_1B identical 1 line
11-30 15:19:23.283  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:23.283 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.android.chrome:com.android.chrome reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 2, 192
11-30 15:19:23.284  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:23.285  2985  5091 I chatty  : uid=1000(system) Binder:2985_1B identical 4 lines
11-30 15:19:23.285  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:23.287 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:23.290 14965 25582 I Finsky  : [43458] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:23.290 26233 26233 I PhenotypeContext: Unable to retrieve PhenotypeContext. For Sting applications, we recommend writing a PhenotypeContext provider to be used by all Phenotype packages.
11-30 15:19:23.300  2985  2985 E SensorManager: sensor or listener is null
11-30 15:19:23.301  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:23.302  2985  5091 I chatty  : uid=1000(system) Binder:2985_1B identical 5 lines
11-30 15:19:23.303 26238 26238 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:19:23.303  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:23.303  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:23.306  2985  5091 I chatty  : uid=1000(system) Binder:2985_1B identical 6 lines
11-30 15:19:23.306  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:23.314  2985  5091 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:23.315  2985  5091 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:23.315  2985  5091 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:23.315  2985  5091 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:23.320  2985  2985 D MediaSessionService: Global priority session is updated, active=true
11-30 15:19:23.322 26238 26238 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:19:23.325  2985  2985 D         : maybeLoadCannedSmsResponses: got [Please text me., Can you call back later?, I'll call you back.]
11-30 15:19:23.334  3510  3510 E KeyguardFingerPrint: updateFingerprintListeningState#mFingerprintRunningState=1 shouldListenForFingerprint=true
11-30 15:19:23.336  2985  2985 V Vibrator: Called cancel() API - PUID: 1000, PackageName: android, token: android.os.Binder@7d376ed
11-30 15:19:23.355  2608  2608 D SecVibrator-HAL: writeNode node:/sys/class/timed_output/vibrator/enable val:0
11-30 15:19:23.363  3510  3510 I MultiSimMgrUtils: Check Call SIM1 : 0, SIM2 : 1
11-30 15:19:23.385 26233 26233 I PhenotypeContext: Unable to retrieve PhenotypeContext. For Sting applications, we recommend writing a PhenotypeContext provider to be used by all Phenotype packages.
11-30 15:19:23.406  2985  3613 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.android.chrome user:150
11-30 15:19:23.408  2985  3613 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:19:23.408  2985  3613 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.android.chrome user:150
11-30 15:19:23.410  2985  3613 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:19:23.414  3510  3510 D StatusBar: disable<e i A!s b H R c s q >
11-30 15:19:23.417  3510  3510 D StatusBar: heads up is disabled
11-30 15:19:23.418  3510  3510 D StatusBar: dismissing any existing heads up notification on disable event
11-30 15:19:23.418  3510  3510 D CollapsedStatusBarFragment: disable<e I A!S b H R c s q >
11-30 15:19:23.427 26269 26269 I Zygote  : Unshare entire /
11-30 15:19:23.435 26269 26269 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:19:23.436 26269 26269 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:19:23.436 26269 26269 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:19:23.436 26269 26269 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:19:23.436 26269 26269 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:19:23.437 26269 26269 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:19:23.437 26269 26269 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:19:23.437 26269 26269 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:19:23.437 26269 26269 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:19:23.441 26269 26269 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:23.443 26269 26269 I SELinux : SELinux: seapp_context_lookup: seinfo=chrome, level=s0:c662,c768, pkgname=com.android.chrome 
11-30 15:19:23.451 26209 26209 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:19:23.465 26209 26209 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:19:23.472  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010115 ,Container id: 150
11-30 15:19:23.472  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010115 ,Container id: 150
11-30 15:19:23.472  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:19:23.473  2985  3613 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:23.476  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010115 ,Container id: 150
11-30 15:19:23.476  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010115 ,Container id: 150
11-30 15:19:23.476  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:19:23.476  2985  3613 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:23.479 26269 26269 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:23.482  6077  6493 E aksc    : Phenotype API error. Event # btks@8574027e, EventCode: 5 [CONTEXT service_id=51 ]
11-30 15:19:23.482  6077  6493 E aksc    : akro: 29501: Stale snapshot (change count changed - expected 31  but was 29)
11-30 15:19:23.482  6077  6493 E aksc    : 	at akse.b(:com.google.android.gms@214218018@21.42.18 (040308-410302452):14)
11-30 15:19:23.482  6077  6493 E aksc    : 	at aksd.e(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:19:23.482  6077  6493 E aksc    : 	at aksc.d(:com.google.android.gms@214218018@21.42.18 (040308-410302452):4)
11-30 15:19:23.482  6077  6493 E aksc    : 	at aksc.f(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:23.482  6077  6493 E aksc    : 	at xvw.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):11)
11-30 15:19:23.482  6077  6493 E aksc    : 	at bgbh.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:23.482  6077  6493 E aksc    : 	at rrg.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):6)
11-30 15:19:23.482  6077  6493 E aksc    : 	at rrg.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):7)
11-30 15:19:23.482  6077  6493 E aksc    : 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:23.482  6077  6493 E aksc    : 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:23.482  6077  6493 E aksc    : 	at rvm.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:19:23.482  6077  6493 E aksc    : 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:23.483  6077  6493 W AsyncOperation: operation=CommitToConfigurationOperationCall, opStatusCode=29501 [CONTEXT service_id=51 ]
11-30 15:19:23.483  6077  6493 W AsyncOperation: OperationException[Status{statusCode=Stale snapshot (change count changed - expected 31  but was 29), resolution=null}]
11-30 15:19:23.483  6077  6493 W AsyncOperation: 	at aksc.d(:com.google.android.gms@214218018@21.42.18 (040308-410302452):6)
11-30 15:19:23.483  6077  6493 W AsyncOperation: 	at aksc.f(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:23.483  6077  6493 W AsyncOperation: 	at xvw.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):11)
11-30 15:19:23.483  6077  6493 W AsyncOperation: 	at bgbh.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:23.483  6077  6493 W AsyncOperation: 	at rrg.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):6)
11-30 15:19:23.483  6077  6493 W AsyncOperation: 	at rrg.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):7)
11-30 15:19:23.483  6077  6493 W AsyncOperation: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:23.483  6077  6493 W AsyncOperation: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:23.483  6077  6493 W AsyncOperation: 	at rvm.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:19:23.483  6077  6493 W AsyncOperation: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:23.493  6077  6082 I zygote  : Do partial code cache collection, code=998KB, data=700KB
11-30 15:19:23.510 26269 26269 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010115
11-30 15:19:23.511 26269 26269 D Proxy   : mdoP is null: 15010115
11-30 15:19:23.540  6077  6082 I zygote  : After code cache collection, code=982KB, data=693KB
11-30 15:19:23.540  6077  6082 I zygote  : Increasing code cache capacity to 3MB
11-30 15:19:23.549  2985  3901 I CallAudioModeStateMachine: Audio focus entering RINGING state
11-30 15:19:23.549  2985  3901 D AudioService: isEnabled
11-30 15:19:23.580  2985  3901 I TelecomSystemDB: isSafetyAssistanceMode: false
11-30 15:19:23.580  2985  3901 D RingtoneFactory: getCustomRingtoneUri=null
11-30 15:19:23.580  2985  3901 D RingtoneFactory: getRingtone : userContext is not null. offset is NO_HIGHLIGHT.
11-30 15:19:23.626  2985  3901 D TelecomUtils: getCurrentUser = 0
11-30 15:19:23.629  2985  3901 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xc4b6efb0, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:23.630  2985  3901 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xc4b6efb0, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:23.631  2985  3901 D TelecomUtils: getSubIdForPhoneAccount : 3
11-30 15:19:23.631  2985  3901 D RingtoneManager: getActualDefaultRingtoneUri  type    :128
11-30 15:19:23.632  2985  3901 D RingtoneManager: Current soundfile is in internal storage
11-30 15:19:23.632  2985  3901 D RingtoneFactory: defaultRingtoneUri : content://media/internal/audio/media/48
11-30 15:19:23.632  2985  3901 I Ringtone: Change URI : content://media/internal/audio/media/48 to content://media/internal/audio/media/48, type : -1
11-30 15:19:23.643  2985  3901 I MediaPlayer: Need to enable context aware info
11-30 15:19:23.643  2985  3901 V MediaPlayer-JNI: native_setup
11-30 15:19:23.659  2985  3901 V MediaPlayerNative: constructor
11-30 15:19:23.661  2985  3901 V MediaPlayerNative: setListener
11-30 15:19:23.678  2985  3901 I Ringtone: Internal uri : content://media/internal/audio/media/48
11-30 15:19:23.701 26109 26148 W ProtoDataStoreFlagStore: Failed to commit due to stale snapshot for com.google.android.libraries.performance.primes#com.google.android.tts, triggering flag update.
11-30 15:19:23.701 26109 26148 W ProtoDataStoreFlagStore: czf: 29501: 29501: Stale snapshot (change count changed - expected 31  but was 29)
11-30 15:19:23.701 26109 26148 W ProtoDataStoreFlagStore: 	at cld.a(PG:2)
11-30 15:19:23.701 26109 26148 W ProtoDataStoreFlagStore: 	at egm.d(PG:2)
11-30 15:19:23.701 26109 26148 W ProtoDataStoreFlagStore: 	at ego.run(PG:11)
11-30 15:19:23.701 26109 26148 W ProtoDataStoreFlagStore: 	at ehx.execute(PG:1)
11-30 15:19:23.701 26109 26148 W ProtoDataStoreFlagStore: 	at ehc.q(PG:1)
11-30 15:19:23.701 26109 26148 W ProtoDataStoreFlagStore: 	at ehc.i(PG:12)
11-30 15:19:23.701 26109 26148 W ProtoDataStoreFlagStore: 	at ehc.l(PG:3)
11-30 15:19:23.701 26109 26148 W ProtoDataStoreFlagStore: 	at cbw.a(PG:5)
11-30 15:19:23.701 26109 26148 W ProtoDataStoreFlagStore: 	at bwe.run(PG:1)
11-30 15:19:23.701 26109 26148 W ProtoDataStoreFlagStore: 	at ehx.execute(PG:1)
11-30 15:19:23.701 26109 26148 W ProtoDataStoreFlagStore: 	at bwf.a(PG:3)
11-30 15:19:23.701 26109 26148 W ProtoDataStoreFlagStore: 	at bwt.b(PG:5)
11-30 15:19:23.701 26109 26148 W ProtoDataStoreFlagStore: 	at bwy.o(PG:4)
11-30 15:19:23.701 26109 26148 W ProtoDataStoreFlagStore: 	at bwu.a(PG:1)
11-30 15:19:23.701 26109 26148 W ProtoDataStoreFlagStore: 	at bbt.u(PG:3)
11-30 15:19:23.701 26109 26148 W ProtoDataStoreFlagStore: 	at bbt.t(PG:1)
11-30 15:19:23.701 26109 26148 W ProtoDataStoreFlagStore: 	at bvf.w(PG:31)
11-30 15:19:23.701 26109 26148 W ProtoDataStoreFlagStore: 	at bgb.onTransact(PG:3)
11-30 15:19:23.701 26109 26148 W ProtoDataStoreFlagStore: 	at android.os.Binder.execTransact(Binder.java:705)
11-30 15:19:23.701 26109 26148 W ProtoDataStoreFlagStore: Caused by: bph: 29501: Stale snapshot (change count changed - expected 31  but was 29)
11-30 15:19:23.701 26109 26148 W ProtoDataStoreFlagStore: 	... 5 more
11-30 15:19:23.710 26269 26269 I cr_SplitCompatApp: Launched version=95.0.4638.74 minSdkVersion=24 isBundle=true processName=com.android.chrome isIsolated=false
11-30 15:19:23.733 26238 26238 I FirebaseInitProvider: FirebaseApp initialization unsuccessful
11-30 15:19:23.768 26238 26238 I CapsuleProvider_1.0.9: onCreate
11-30 15:19:23.785 26238 26238 E libc    : Access denied finding property "ro.serialno"
11-30 15:19:23.787  2680  2680 E audit   : type=1400 audit(1638260363.766:39854): avc:  denied  { read } for  pid=26238 comm="ndroid.incallui" name="u:object_r:serialno_prop:s0" dev="tmpfs" ino=9309 scontext=u:r:radio:s0 tcontext=u:object_r:serialno_prop:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:23.787  2680  2680 E audit   : type=1300 audit(1638260363.766:39854): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=ff967960 a2=a8000 a3=0 items=0 ppid=2693 pid=26238 auid=4294967295 uid=1001 gid=1001 euid=1001 suid=1001 fsuid=1001 egid=1001 sgid=1001 fsgid=1001 tty=(none) ses=4294967295 comm="ndroid.incallui" exe="/system/bin/app_process32" subj=u:r:radio:s0 key=(null)
11-30 15:19:23.787  2680  2680 E audit   : type=1327 audit(1638260363.766:39854): proctitle="com.samsung.android.incallui"
11-30 15:19:23.802 26238 26238 I I/InCallApp: perf - onCreate.
11-30 15:19:23.810 26238 26238 D SamsungAnalytics111040: cf feature is supported
11-30 15:19:23.817  2985  3901 V MediaPlayer-JNI: setDataSourceFD: fd 587
11-30 15:19:23.818  2985  3901 V MediaPlayerNative: setDataSource(587, 0, 576460752303423487)
11-30 15:19:23.825  2713 12362 V MediaPlayerService: Create new client(164) from pid 2985, uid 1000, 
11-30 15:19:23.827  2713 12362 V MediaPlayerService: setDataSource fd=8, offset=0, length=576460752303423487
11-30 15:19:23.827  2713 12362 V MediaPlayerService: st_dev  = 65024
11-30 15:19:23.827  2713 12362 V MediaPlayerService: st_mode = 33188
11-30 15:19:23.827  2713 12362 V MediaPlayerService: st_uid  = 0
11-30 15:19:23.827  2713 12362 V MediaPlayerService: st_gid  = 0
11-30 15:19:23.827  2713 12362 V MediaPlayerService: st_size = 157965
11-30 15:19:23.827  2713 12362 V MediaPlayerService: calculated length = 157965
11-30 15:19:23.827  2713 12362 V MediaPlayerService: player type = 4
11-30 15:19:23.832  2713 12362 D NuPlayerDriver: NuPlayerDriver(0xf0b4c9a0) created, clientPid(2985)
11-30 15:19:23.837  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.storyservice user:0
11-30 15:19:23.837  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:19:23.837  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.storyservice user:0
11-30 15:19:23.837  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:19:23.908 26291 26291 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:19:23.910 26291 26291 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:23.911 26291 26291 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.storyservice 
11-30 15:19:23.918 26238 26238 D SamsungAnalytics111040: newThread on Executor
11-30 15:19:23.919 26238 26238 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:19:23.922 26238 26238 I I/InCallApp: Version name : 3.0.30.73
11-30 15:19:23.956 25488 25488 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:19:23.958  2713 12362 V AudioSink: AudioOutput(5369)
11-30 15:19:23.958  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:23.958  2713 12362 V NuPlayerDriver: setDataSource(0xf0b4c9a0) file(8)
11-30 15:19:23.958  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:23.958  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.962  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:23.962  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.964  2713 26286 V NuPlayer: kWhatSetAudioSink
11-30 15:19:23.965  2713 12362 V NuPlayer: setDataSourceAsync fd 8/0/157965 source: 0xeeb68540
11-30 15:19:23.965  2713 26286 V NuPlayer: kWhatSetDataSource
11-30 15:19:23.966  2713 12362 V NuPlayerDriver: getDefaultBufferingSettings(0xf0b4c9a0)
11-30 15:19:23.966  2713 26286 V NuPlayer: kWhatGetDefaultBufferingSettings
11-30 15:19:23.966  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:23.966  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.971  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:23.971  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.976  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:23.976  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:23.976  2713 12362 V MediaPlayerService: [164] getDefaultBufferingSettings{initialMode(1), rebufferingMode(3), initialMarks(5000 ms, -1 KB), rebufferingMarks(2000, 15000)ms, (40, 200)KB}
11-30 15:19:23.976  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.977 26238 26238 D InCallUIFeature: makeFeature start
11-30 15:19:23.977 26238 26238 D InCallUIFeature: hasSystemFeature : com.samsung.feature.samsung_experience_mobile_lite = false
11-30 15:19:23.980  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:23.980  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.981 26238 26238 E CscParser: getCustomerPath : customer file exist
11-30 15:19:23.981 26238 26238 E CscParser: getCustomerPath : customer file exist
11-30 15:19:23.982  2985  3901 V MediaPlayer-JNI: setVolume: left 1.000000  right 1.000000
11-30 15:19:23.982  2985  3901 V MediaPlayerNative: MediaPlayer::setVolume(1.000000, 1.000000)
11-30 15:19:23.982  2713 12362 V MediaPlayerService: [164] setVolume(1.000000, 1.000000)
11-30 15:19:23.982 26238 26238 E CscParser: fileName + /system/csc/customer.xml
11-30 15:19:23.982  2713 12362 V AudioSink: setVolume(1.000000, 1.000000)
11-30 15:19:23.983  2985  3901 V MediaPlayer-JNI: setAuxEffectSendLevel: level 0.000000
11-30 15:19:23.983  2985  3901 V MediaPlayerNative: MediaPlayer::setAuxEffectSendLevel(0.000000)
11-30 15:19:23.983  2713 12362 V MediaPlayerService: [164] setAuxEffectSendLevel(0.000000)
11-30 15:19:23.984  2713 12362 V AudioSink: setAuxEffectSendLevel(0.000000)
11-30 15:19:23.984  2985  3901 V MediaPlayer-JNI: setParameter: key 1400
11-30 15:19:23.984  2985  3901 V MediaPlayerNative: MediaPlayer::setParameter(1400)
11-30 15:19:23.984  2713 12362 V MediaPlayerService: [164] setParameter(1400)
11-30 15:19:23.984  2713 12362 V MediaPlayerService: setAudioAttributes_l() usage=6 content=4 flags=0x0 tags=AUDIO_STREAM_RING
11-30 15:19:23.984  2985  3901 V MediaPlayer-JNI: setAudioStreamType: 2
11-30 15:19:23.984  2985  3901 V MediaPlayerNative: MediaPlayer::setAudioStreamType
11-30 15:19:23.984  2985  3901 V MediaPlayer-JNI: setVolume: left 1.000000  right 1.000000
11-30 15:19:23.984  2985  3901 V MediaPlayerNative: MediaPlayer::setVolume(1.000000, 1.000000)
11-30 15:19:23.984  2713 12362 V MediaPlayerService: [164] setVolume(1.000000, 1.000000)
11-30 15:19:23.984  2713 12362 V AudioSink: setVolume(1.000000, 1.000000)
11-30 15:19:23.984  2985  3901 V MediaPlayer-JNI: setLooping: 0
11-30 15:19:23.984  2985  3901 V MediaPlayerNative: MediaPlayer::setLooping
11-30 15:19:23.984  2713 12362 V MediaPlayerService: [164] setLooping(0)
11-30 15:19:23.984  2985  3901 V MediaPlayerNative: setVideoSurfaceTexture
11-30 15:19:23.984  2713 12362 V MediaPlayerService: [164] setVideoSurfaceTexture(0x0)
11-30 15:19:23.984  2985  3901 V MediaPlayerNative: prepare
11-30 15:19:23.984  2713 12362 V MediaPlayerService: [164] setParameter(1400)
11-30 15:19:23.984  2713 12362 V MediaPlayerService: setAudioAttributes_l() usage=6 content=4 flags=0x0 tags=AUDIO_STREAM_RING
11-30 15:19:23.985  2713 12362 V MediaPlayerService: [164] prepareAsync
11-30 15:19:23.985  2713 12362 V NuPlayerDriver: prepareAsync(0xf0b4c9a0)
11-30 15:19:23.985  2713 12362 V NuPlayer: prepareAsync
11-30 15:19:23.985  2713 26286 V NuPlayer: onMessageReceived kWhatPrepare
11-30 15:19:23.985  2713 26286 I MediaMonitor: MediaMonitor()
11-30 15:19:23.985  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:23.985  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.987 25488 25488 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:19:23.990  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:23.990  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:23.995 26291 26291 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:24.002 25488 25488 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2711, previously 2714
11-30 15:19:24.010 25488 25488 W ResourceType: ResTable_typeSpec entry count inconsistent: given 312, previously 1787
11-30 15:19:24.018 26291 26291 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 5004
11-30 15:19:24.019 26291 26291 D Proxy   : mdoP is null: 5004
11-30 15:19:24.041  2699  2699 E SEC_DRM_PLUGIN_Omafl: OmaPlugin::onOpenDecryptSession(fd)::Drm2IsDrmFileByExtFd::file is NOT DRM by extension
11-30 15:19:24.042  2713 26308 D GenericSource: FileSource remote
11-30 15:19:24.044 26238 26238 E CscParser: getOthersPath : others file exist
11-30 15:19:24.045 26238 26238 E CscParser: getCustomerPath : customer file exist
11-30 15:19:24.045 26238 26238 E CscParser: getOthersPath : others file exist
11-30 15:19:24.048 26238 26238 E CscParser: fileName + /system/csc/others.xml
11-30 15:19:24.062  2708 11610 I OggExtractor: OggSource::OggSource() mExtractor ref count = 4
11-30 15:19:24.064  2713 26308 I AnotherPacketSource: setFormat() audio
11-30 15:19:24.065  2713 26286 V NuPlayer: onSourceNotify() kWhatFlagsChanged  FLAG_CAN_PAUSE: 1  FLAG_CAN_SEEK_BACKWARD: 1 
11-30 15:19:24.065  2713 26286 V NuPlayer: 				 FLAG_CAN_SEEK_FORWARD: 1  FLAG_CAN_SEEK: 1  FLAG_DYNAMIC_DURATION: 0 
11-30 15:19:24.065  2713 26286 V NuPlayer: 				 FLAG_SECURE: 0  FLAG_PROTECTED: 0
11-30 15:19:24.065  2713 26308 V NuPlayer: Source::notifyPrepared 0
11-30 15:19:24.065  2713 26286 V NuPlayer: prepare posted successfully.
11-30 15:19:24.065  2713 26286 I NuPlayer: ORmode enabled : unsupportedAudio = 0, unsupportedVideo = 0, mHaveAudioTrack = 1, mHaveVideoTrack = 0
11-30 15:19:24.065  2713 26286 V NuPlayer: msg : 200, ext1 : 10973, ext2 : 0
11-30 15:19:24.065  2713 26286 D NuPlayerDriver: notifyListener_l(0xf0b4c9a0), (200, 10973, 0, -1), loop setting(0, 0)
11-30 15:19:24.065  2713 26286 V MediaPlayerService: [164] notify (200, 10973, 0)
11-30 15:19:24.065  2713 26286 V NuPlayer: NuPlayer::onSourceNotify Source::kWhatPrepared source: 0xeeb68540
11-30 15:19:24.065  2985  3613 V MediaPlayerNative: message received msg=200, ext1=10973, ext2=0
11-30 15:19:24.065  2985  3613 W MediaPlayerNative: info/warning (10973, 0)
11-30 15:19:24.065  2985  3613 V MediaPlayerNative: callback application
11-30 15:19:24.065  2713 26286 V NuPlayer: extractMetadata Tracks : 1
11-30 15:19:24.065  2985  3613 V MediaPlayerNative: back from callback
11-30 15:19:24.066  2713 26286 V NuPlayer: enableInbandTextFromExtr
11-30 15:19:24.066  2713 26286 V NuPlayerDriver: notifyPrepareCompleted 0
11-30 15:19:24.066  2713 26286 D NuPlayerDriver: notifyListener_l(0xf0b4c9a0), (1, 0, 0, -1), loop setting(0, 0)
11-30 15:19:24.066  2713 26286 V MediaPlayerService: [164] notify (1, 0, 0)
11-30 15:19:24.066  2713 26286 V NuPlayerDriver: setLooping mAutoLoop 1
11-30 15:19:24.067  2985  3613 V MediaPlayerNative: message received msg=1, ext1=0, ext2=0
11-30 15:19:24.067  2985  3613 V MediaPlayerNative: MediaPlayer::notify() prepared
11-30 15:19:24.067  2985  3613 V MediaPlayerNative: signal application thread
11-30 15:19:24.067  2985  3613 V MediaPlayerNative: callback application
11-30 15:19:24.067  2985  3613 V MediaPlayerNative: back from callback
11-30 15:19:24.067  2985  3901 V MediaPlayerNative: prepare complete - status=0
11-30 15:19:24.072 26238 26238 E CscParser: getCustomerPath : customer file exist
11-30 15:19:24.072 26238 26238 E CscParser: getOthersPath : others file exist
11-30 15:19:24.072 26238 26238 E CscParser: update(/carrier/chameleon.xml): file not exist
11-30 15:19:24.072 26238 26238 E CscParser: getCustomerPath : customer file exist
11-30 15:19:24.072 26238 26238 E CscParser: fileName + /system/csc/customer.xml
11-30 15:19:24.099 26291 26291 I StoryServiceApplication: [#CMH#] StoryService started with context  com.samsung.storyservice.StoryServiceApplication@7f0c684
11-30 15:19:24.122 26291 26291 D SamsungAnalytics111040: cf feature is supported
11-30 15:19:24.127 26238 26238 D InCallUIFeature: hasSystemFeature : com.sec.feature.folder_type = false
11-30 15:19:24.128 26238 26238 I chatty  : uid=1001(radio) identical 1 line
11-30 15:19:24.128 26238 26238 D InCallUIFeature: hasSystemFeature : com.sec.feature.folder_type = false
11-30 15:19:24.139 26291 26291 D SamsungAnalytics111040: newThread on Executor
11-30 15:19:24.139 26291 26291 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:19:24.139 26291 26291 I SALogger_Utils: [#CMH#] After SA logging initialization completed  
11-30 15:19:24.143 26238 26238 D InternalRWrapper: config_showNavigationBar: 17957026
11-30 15:19:24.147 26238 26238 D InCallUIFeature: hasSystemFeature : com.sec.feature.spen_usp = false
11-30 15:19:24.172 26238 26238 D InCallUIFeature: hasVibratorFeature: true
11-30 15:19:24.172  2985  3901 V MediaPlayerNative: invoke 68
11-30 15:19:24.173  2713 12362 I MediaPlayerService: Client::invoke requestID=1
11-30 15:19:24.173  2713 12362 V NuPlayer: getTrackInfo
11-30 15:19:24.173 26238 26238 D InCallUIFeature: hasSystemFeature : com.sec.feature.people_edge_notification = false
11-30 15:19:24.173  2713 26286 W NuPlayer: no name
11-30 15:19:24.174  2985  3901 D Ringtone: Successfully created local player
11-30 15:19:24.174  2985  3901 W Ringtone: Use of stream types is deprecated for operations other than volume control
11-30 15:19:24.175  2985  3901 W Ringtone: See the documentation of setStreamType() for what to use instead with android.media.AudioAttributes to qualify your playback use case
11-30 15:19:24.175  2985  3901 V MediaPlayer-JNI: setVolume: left 0.000000  right 0.000000
11-30 15:19:24.175  2985  3901 V MediaPlayerNative: MediaPlayer::setVolume(0.000000, 0.000000)
11-30 15:19:24.175  2713 12362 V MediaPlayerService: [164] setVolume(0.000000, 0.000000)
11-30 15:19:24.175  2713 12362 V AudioSink: setVolume(0.000000, 0.000000)
11-30 15:19:24.175  2985  3901 V MediaPlayer-JNI: reset
11-30 15:19:24.175  2985  3901 V MediaPlayerNative: reset
11-30 15:19:24.175  2713 12362 V MediaPlayerService: [164] reset
11-30 15:19:24.175  2713 12362 D NuPlayerDriver: reset(0xf0b4c9a0) at state 4
11-30 15:19:24.175  2713 12362 V NuPlayerDriver: updateMetrics(0xf0b4c9a0) from reset at state 4
11-30 15:19:24.175  2713 12362 V NuPlayerDriver: logMetrics(0xf0b4c9a0) from reset at state 4
11-30 15:19:24.175  2713 12362 V NuPlayerDriver: did not have anything to record
11-30 15:19:24.175  2713 12362 D NuPlayerDriver: notifyListener_l(0xf0b4c9a0), (8, 0, 0, -1), loop setting(1, 0)
11-30 15:19:24.175  2713 12362 V MediaPlayerService: [164] notify (8, 0, 0)
11-30 15:19:24.175  2985  5091 V MediaPlayerNative: message received msg=8, ext1=0, ext2=0
11-30 15:19:24.175  2713 26286 V NuPlayer: kWhatReset
11-30 15:19:24.176  2713 26286 V NuPlayer: setDecoderBooster enable = No
11-30 15:19:24.176  2713 26286 V NuPlayer: performDecoderFlush audio=2, video=2
11-30 15:19:24.176  2713 26286 V NuPlayer: performReset
11-30 15:19:24.176  2713 26286 D NuPlayerDriver: notifyResetComplete(0xf0b4c9a0)
11-30 15:19:24.176  2713 12362 V MediaPlayerService: disconnect(164) from pid 2985
11-30 15:19:24.176  2713 12362 D NuPlayerDriver: reset(0xf0b4c9a0) at state 0
11-30 15:19:24.176  2713 12362 V NuPlayerDriver: updateMetrics(0xf0b4c9a0) from reset at state 0
11-30 15:19:24.176  2713 12362 V NuPlayerDriver: logMetrics(0xf0b4c9a0) from reset at state 0
11-30 15:19:24.176  2713 12362 V NuPlayerDriver: did not have anything to record
11-30 15:19:24.176  2713 12362 V NuPlayerDriver: ~NuPlayerDriver(0xf0b4c9a0)
11-30 15:19:24.176  2713 12362 V NuPlayerDriver: updateMetrics(0xf0b4c9a0) from destructor at state 0
11-30 15:19:24.176  2713 12362 V NuPlayerDriver: logMetrics(0xf0b4c9a0) from destructor at state 0
11-30 15:19:24.176  2713 12362 V NuPlayerDriver: did not have anything to record
11-30 15:19:24.177  2985  5091 V MediaPlayerNative: notify(8, 0, 0) callback on disconnected mediaplayer
11-30 15:19:24.177  2985  3901 V MediaPlayer: resetDrmState:  mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false
11-30 15:19:24.177  2708 18911 I OggExtractor: OggSource::stop() mExtractor ref count = 2
11-30 15:19:24.177  2708 18911 I OggExtractor: ~OggSource --
11-30 15:19:24.177  2708 18911 I OggExtractor: ~OggExtractor ++
11-30 15:19:24.177  2985  3901 V MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null
11-30 15:19:24.177  2708 18911 I OggExtractor: ~MyOggExtractor ++ 
11-30 15:19:24.177  2985  3901 V MediaPlayer: resetDrmState:  mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false
11-30 15:19:24.177  2985  3901 V MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null
11-30 15:19:24.177  2713 12362 V MediaPlayerService: Client(164) destructor pid = 2985
11-30 15:19:24.177  2985  3901 V MediaPlayer-JNI: release
11-30 15:19:24.177  2708 18911 I OggExtractor: ~MyOggExtractor --
11-30 15:19:24.177  2713 12362 V AudioSink: +++ close
11-30 15:19:24.177  2985  3901 V MediaPlayerNative: setListener
11-30 15:19:24.177  2713 12362 V AudioSink: --- close
11-30 15:19:24.177  2985  3901 V MediaPlayerNative: disconnect
11-30 15:19:24.177  2713 12362 V MediaPlayerService: disconnect(164) from pid 2985
11-30 15:19:24.177  2985  3901 V MediaPlayerNative: destructor
11-30 15:19:24.177  2708 18911 I OggExtractor: ~OggExtractor --
11-30 15:19:24.177  2985  3901 V MediaPlayerNative: disconnect
11-30 15:19:24.178  2985  3901 V MediaPlayer-JNI: native_setup
11-30 15:19:24.178  2985  3901 V MediaPlayerNative: constructor
11-30 15:19:24.178  2985  3901 V MediaPlayerNative: setListener
11-30 15:19:24.179  2985  3901 I Ringtone: Internal uri : content://media/internal/audio/media/48
11-30 15:19:24.182 26291 26291 I FeatureClassSet: [#CMH#]  Rubin is installed ,api level is 27 
11-30 15:19:24.190  2985  3901 V MediaPlayer-JNI: setDataSourceFD: fd 587
11-30 15:19:24.190  2985  3901 V MediaPlayerNative: setDataSource(587, 0, 576460752303423487)
11-30 15:19:24.190  2713 12362 V MediaPlayerService: Create new client(165) from pid 2985, uid 1000, 
11-30 15:19:24.190  2711 11683 D MediaAnalyticsService: MediaAnalyticsService::newSummarizerSet
11-30 15:19:24.191  2711 11683 D MediaAnalyticsService: Deleting oldest record set....
11-30 15:19:24.191  2713 12362 V MediaPlayerService: setDataSource fd=8, offset=0, length=576460752303423487
11-30 15:19:24.191  2713 12362 V MediaPlayerService: st_dev  = 65024
11-30 15:19:24.191  2713 12362 V MediaPlayerService: st_mode = 33188
11-30 15:19:24.191  2713 12362 V MediaPlayerService: st_uid  = 0
11-30 15:19:24.191  2713 12362 V MediaPlayerService: st_gid  = 0
11-30 15:19:24.191  2713 12362 V MediaPlayerService: st_size = 157965
11-30 15:19:24.192  2713 12362 V MediaPlayerService: calculated length = 157965
11-30 15:19:24.192  2713 12362 V MediaPlayerService: player type = 4
11-30 15:19:24.192  2713 12362 D NuPlayerDriver: NuPlayerDriver(0xf0b4c9a0) created, clientPid(2985)
11-30 15:19:24.193  2713 12362 V AudioSink: AudioOutput(5377)
11-30 15:19:24.193  2713 12362 V NuPlayerDriver: setDataSource(0xf0b4c9a0) file(8)
11-30 15:19:24.194  2713 12362 V NuPlayer: setDataSourceAsync fd 8/0/157965 source: 0xeeb68000
11-30 15:19:24.194  2713 26317 V NuPlayer: kWhatSetAudioSink
11-30 15:19:24.194  2713 26317 V NuPlayer: kWhatSetDataSource
11-30 15:19:24.194  2713 12362 V NuPlayerDriver: getDefaultBufferingSettings(0xf0b4c9a0)
11-30 15:19:24.194  2713 26317 V NuPlayer: kWhatGetDefaultBufferingSettings
11-30 15:19:24.194  2713 12362 V MediaPlayerService: [165] getDefaultBufferingSettings{initialMode(1), rebufferingMode(3), initialMarks(5000 ms, -1 KB), rebufferingMarks(2000, 15000)ms, (40, 200)KB}
11-30 15:19:24.195  2985  3901 V MediaPlayer-JNI: setVolume: left 1.000000  right 1.000000
11-30 15:19:24.195  2985  3901 V MediaPlayerNative: MediaPlayer::setVolume(1.000000, 1.000000)
11-30 15:19:24.195  2713 12362 V MediaPlayerService: [165] setVolume(1.000000, 1.000000)
11-30 15:19:24.195  2713 12362 V AudioSink: setVolume(1.000000, 1.000000)
11-30 15:19:24.195  2985  3901 V MediaPlayer-JNI: setAuxEffectSendLevel: level 0.000000
11-30 15:19:24.195  2985  3901 V MediaPlayerNative: MediaPlayer::setAuxEffectSendLevel(0.000000)
11-30 15:19:24.195  2713 12362 V MediaPlayerService: [165] setAuxEffectSendLevel(0.000000)
11-30 15:19:24.195  2713 12362 V AudioSink: setAuxEffectSendLevel(0.000000)
11-30 15:19:24.195  2985  3901 V MediaPlayer-JNI: setParameter: key 1400
11-30 15:19:24.196  2985  3901 V MediaPlayerNative: MediaPlayer::setParameter(1400)
11-30 15:19:24.196  2713 12362 V MediaPlayerService: [165] setParameter(1400)
11-30 15:19:24.196  2713 12362 V MediaPlayerService: setAudioAttributes_l() usage=6 content=4 flags=0x0 tags=AUDIO_STREAM_RING
11-30 15:19:24.196  2985  3901 V MediaPlayer-JNI: setAudioStreamType: 2
11-30 15:19:24.196  2985  3901 V MediaPlayerNative: MediaPlayer::setAudioStreamType
11-30 15:19:24.196  2985  3901 V MediaPlayer-JNI: setVolume: left 1.000000  right 1.000000
11-30 15:19:24.196  2985  3901 V MediaPlayerNative: MediaPlayer::setVolume(1.000000, 1.000000)
11-30 15:19:24.196  2713 12362 V MediaPlayerService: [165] setVolume(1.000000, 1.000000)
11-30 15:19:24.196  2713 12362 V AudioSink: setVolume(1.000000, 1.000000)
11-30 15:19:24.196  2985  3901 V MediaPlayer-JNI: setLooping: 0
11-30 15:19:24.196  2985  3901 V MediaPlayerNative: MediaPlayer::setLooping
11-30 15:19:24.196  2713 12362 V MediaPlayerService: [165] setLooping(0)
11-30 15:19:24.196  2985  3901 V MediaPlayerNative: setVideoSurfaceTexture
11-30 15:19:24.196  2713 12362 V MediaPlayerService: [165] setVideoSurfaceTexture(0x0)
11-30 15:19:24.197  2985  3901 V MediaPlayerNative: prepare
11-30 15:19:24.197  2713 12362 V MediaPlayerService: [165] setParameter(1400)
11-30 15:19:24.197  2713 12362 V MediaPlayerService: setAudioAttributes_l() usage=6 content=4 flags=0x0 tags=AUDIO_STREAM_RING
11-30 15:19:24.197  2713 12362 V MediaPlayerService: [165] prepareAsync
11-30 15:19:24.197  2713 12362 V NuPlayerDriver: prepareAsync(0xf0b4c9a0)
11-30 15:19:24.197  2713 12362 V NuPlayer: prepareAsync
11-30 15:19:24.197  2713 26317 V NuPlayer: onMessageReceived kWhatPrepare
11-30 15:19:24.197  2713 26317 I MediaMonitor: MediaMonitor()
11-30 15:19:24.201  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:24.202  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:24.202  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:24.206 26291 26291 I CollageChannelGenerator: [#CMH#] Collage directory creation status  trueCreation path /storage/emulated/0/.face/.collage
11-30 15:19:24.209 26291 26291 I StoryService: [#CMH#] PersonEvent feature is disabled 
11-30 15:19:24.210 26291 26291 I StoryService: [#CMH#] Pet Story Generator is enabled 
11-30 15:19:24.211 26291 26291 I StoryService: [#CMH#] Baby Story Generator is enabled 
11-30 15:19:24.211 26291 26291 I ServiceController: [#CMH#] initialize ContentObserver  
11-30 15:19:24.222 26238 26238 D AgifFeature: isSupportProfileSharing true
11-30 15:19:24.223 26238 26238 D AgifFeature: hasAgifCallMetaData : true
11-30 15:19:24.224 26238 26238 D AgifFeature: isSupportedDevice : true
11-30 15:19:24.224 26238 26238 E CscParser: getCustomerPath : customer file exist
11-30 15:19:24.224 26238 26238 E CscParser: fileName + /system/csc/customer.xml
11-30 15:19:24.234 26238 26238 D AgifFeature: isSupportedAgifRejectOnly-false isSupportedAgifRejectOnlyCSC-false salesCode-XID isSupportedAgifRejectOnlySim-false simCardOperator-ETC isForbiddenNetworkType-false
11-30 15:19:24.235 26291 26291 I StoryServiceApplication: [#CMH#] Story Service is Ready!!  
11-30 15:19:24.236 26291 26291 I StoryService: [StoryService] onBind() 
11-30 15:19:24.238   559   559 I ServiceManager: [#CMH#] Bound to Package  com.samsung.storyservice
11-30 15:19:24.243 26238 26238 D AgifFeature: isSupportAgifInCallService: over EOS date 
11-30 15:19:24.243 26238 26238 D AgifFeature: isSupportAgifInCallService: isSupportAgifCall-false
11-30 15:19:24.243 26238 26238 D AgifFeature: supportAgifCallService : false
11-30 15:19:24.244 26238 26238 D AgifFeature: isSupportProfileSharing true
11-30 15:19:24.245 26238 26238 D AgifFeature: hasAgifCallMetaData : true
11-30 15:19:24.245 26238 26238 D AgifFeature: isSupportedDevice : true
11-30 15:19:24.245 26238 26238 E CscParser: getCustomerPath : customer file exist
11-30 15:19:24.245 26238 26238 E CscParser: fileName + /system/csc/customer.xml
11-30 15:19:24.245 26291 26291 I ServiceController: [StoryService] Sending response for  31 with status 0
11-30 15:19:24.250 26238 26238 D AgifFeature: isNotSupportedAgifRejectService: isNotSupported-false
11-30 15:19:24.250 26238 26238 D AgifFeature: isSupportAgifRejectService: over EOS date 
11-30 15:19:24.250 26238 26238 D AgifFeature: isSupportAgifRejectService: isSupportReject-false
11-30 15:19:24.251 26238 26238 D AgifFeature: isSupportProfileSharing true
11-30 15:19:24.252 26238 26238 D AgifFeature: hasAgifCallMetaData : true
11-30 15:19:24.252 26238 26238 D AgifFeature: isSupportedDevice : true
11-30 15:19:24.252 26238 26238 E CscParser: getCustomerPath : customer file exist
11-30 15:19:24.252 26238 26238 E CscParser: fileName + /system/csc/customer.xml
11-30 15:19:24.258 26238 26238 D AgifFeature: isSupportedAgifRejectOnly-false isSupportedAgifRejectOnlyCSC-false salesCode-XID isSupportedAgifRejectOnlySim-false simCardOperator-ETC isForbiddenNetworkType-false
11-30 15:19:24.258 26238 26238 D AgifFeature: isSupportAgifInCallService: over EOS date 
11-30 15:19:24.258 26238 26238 D AgifFeature: isSupportAgifInCallService: isSupportAgifCall-false
11-30 15:19:24.259 26238 26238 D AgifFeature: isSupportProfileSharing true
11-30 15:19:24.259 26238 26238 D AgifFeature: hasAgifCallMetaData : true
11-30 15:19:24.259 26238 26238 D AgifFeature: isSupportedDevice : true
11-30 15:19:24.260 26238 26238 E CscParser: getCustomerPath : customer file exist
11-30 15:19:24.260 26238 26238 E CscParser: fileName + /system/csc/customer.xml
11-30 15:19:24.264 26238 26238 D AgifFeature: isNotSupportedAgifRejectService: isNotSupported-false
11-30 15:19:24.264 26238 26238 D AgifFeature: isSupportAgifRejectService: over EOS date 
11-30 15:19:24.264 26238 26238 D AgifFeature: isSupportAgifRejectService: isSupportReject-false
11-30 15:19:24.280 26238 26238 D InCallUIFeature: makeFeature end
11-30 15:19:24.280 26238 26238 I InCallUIFeature: mFeatureList : {punch_m1=false, punch_m3=false, disable_format_number=true, show_local_time=false, punch_m2=false, video_connected_as_voice=false, hac_enable=false, support_onehand_operation=false, ims_callplus=false, voice_call_recording_menu=false, show_calllog_memo=true, geo_description_disable=false, contextservice_enable_survey_mode=true, support_lunar_birthday=false, disable_record_button=false, support_call_transfer_blind_ect=false, support_all_rat=false, downloadable_spowerplanning_support=false, ims_rcs=false, show_vowifi_endcall_button=false, support_sticker_center=true, support_power_planning=true, smart_ivr_callerid_info=false, support_lunar_birthday_for_vi=false, support_smart_call_whitepage=true, support_knox_desktop=false, eri_info_label_enable=false, feature_multisim_display_sim_icon=true, end_call_when_dial_e911=false, support_clear_inner_circle_widget=true, support_safetycare=true, enabled=true, display_hd_icon=true, support_punch_hole=false, feature_multisim=true, thl_volte_ui=false, people_stripe=false, hw_home_key=true, support_diagmon=true, disable_call=true, support_bluetooth_multi_profile=true, feature_prt=false, sep_lite=false, qcom_cross_mapping=false, display_prefer_hd_icon=false, support_touch_dead_zone=false, support_vowifi=false, show_forwarding_number=false, autoconfig_simbased_ssku=false, not_support_waitingcall_dialog=false, csvt_supprt=true, support_smart_glow=false, support_sticker_download=true, sems_agent_installed=true, support_folder_hardkey=false, support_bixby=false, support_spam_call=false, support_conference_call=true, voice_call_recording_button=true, feature_org=false, support_incoming_call_widget_clear_flick_effect=true, emergency_call_state_update_after_dial=false, default_volte=true, feature_guidance_sound_uri=false, csvt_rcv_only=false, show_vowifi_incomingcall_button=false, hide_vt_button_during_unsupported=true, support_ims_conference_split=false, ims_rcs_bb=false, default_caller_information=true, support_gray_screen=false, personal_vibration=true, support_call_transfer=true, support_spam_call_report=false, support_folder_dual_lcd=false, voice_call_recording=true, support_smart_call=true, show_blue_message_icon=false, use_action_memo_duringcall=false, ims_crane=false, BLOCK_VT_DURING_PS_CALL=false, support_merge_call=true, display_cshd_icon=false, agif_call_service=false, support_folder_single_lcd=false, support_cover_extra_size=false, support_call_transfer_ps_domain=false, samsung_screen_timeout_incall=true, support_outgoing_dialer_animation=false, bike_mode=true, support_merge_option_waitingcall_dialog=false, show_switch_icon_in_button=true, singapore_volte_ui=false, feature_multisim_dsds_di=false, edge_lighting=false, evr_volte_ui=false, ims_capability_check_on_call_end=false, feature_multisim_carrier_match_sea=true, support_smart_call_whowho=false, feature_multisim_preferred_sim=true, lock_screen_during_call=false, feature_multisim_adaptive_callback=true, agif_reject_service=false, display_hdplus_icon=false, agif_calling_service=false, agif_enhanced_service=false, show_vowifi_voicecall_button=false, show_reminder_button=false, support_bizring=false, block_vt_outgoing=false, support_mobile_keyboard=false}
11-30 15:19:24.281 26238 26238 I InCall  : ImsManagerWrapper - ImsManagerWrapper
11-30 15:19:24.297 26238 26238 I InCall  : ImsManagerWrapper - connectService[0]
11-30 15:19:24.299 26238 26238 D secImsManager[0]: Register Receiver for Restart
11-30 15:19:24.314 26238 26238 I InCall  : ImsManagerWrapper - onConnected[0]
11-30 15:19:24.315 26238 26238 I InCall  : ImsManagerWrapper - connectService[1]
11-30 15:19:24.316 26238 26238 D secImsManager[1]: Register Receiver for Restart
11-30 15:19:24.319 26238 26238 I InCall  : ImsManagerWrapper - onConnected[1]
11-30 15:19:24.322 26238 26238 I InCall  : SECVT:BASE - VideoCallFeature - UXType{GLOBAL, XID} Function{pause_image} Flow{modify_default} Floating{rotation, accelerometer}
11-30 15:19:24.326 26238 26238 D a_0.1.6 : Version Name:3.0.30.73
11-30 15:19:24.326 26238 26238 I CapsuleProvider_1.0.9: releasing initialize wait lock.
11-30 15:19:24.343 26238 26250 I zygote  : Do partial code cache collection, code=13KB, data=22KB
11-30 15:19:24.344 26238 26250 I zygote  : After code cache collection, code=9KB, data=20KB
11-30 15:19:24.344 26238 26250 I zygote  : Increasing code cache capacity to 128KB
11-30 15:19:24.344 26238 26238 I InCallLog-Telecom-InCallService : perf - onBind : start
11-30 15:19:24.356  2699  2699 E SEC_DRM_PLUGIN_Omafl: OmaPlugin::onOpenDecryptSession(fd)::Drm2IsDrmFileByExtFd::file is NOT DRM by extension
11-30 15:19:24.357  2713 26323 D GenericSource: FileSource remote
11-30 15:19:24.363  2708 18911 I OggExtractor: OggSource::OggSource() mExtractor ref count = 4
11-30 15:19:24.363  2713 26323 I AnotherPacketSource: setFormat() audio
11-30 15:19:24.363  2713 26317 V NuPlayer: onSourceNotify() kWhatFlagsChanged  FLAG_CAN_PAUSE: 1  FLAG_CAN_SEEK_BACKWARD: 1 
11-30 15:19:24.363  2713 26317 V NuPlayer: 				 FLAG_CAN_SEEK_FORWARD: 1  FLAG_CAN_SEEK: 1  FLAG_DYNAMIC_DURATION: 0 
11-30 15:19:24.363  2713 26317 V NuPlayer: 				 FLAG_SECURE: 0  FLAG_PROTECTED: 0
11-30 15:19:24.364  6077  6129 I FontLog : Received query Google Sans, URI content://com.google.android.gms.fonts [CONTEXT service_id=132 ]
11-30 15:19:24.364  2713 26323 V NuPlayer: Source::notifyPrepared 0
11-30 15:19:24.364  2713 26317 V NuPlayer: prepare posted successfully.
11-30 15:19:24.364  2713 26317 I NuPlayer: ORmode enabled : unsupportedAudio = 0, unsupportedVideo = 0, mHaveAudioTrack = 1, mHaveVideoTrack = 0
11-30 15:19:24.364  2713 26317 V NuPlayer: msg : 200, ext1 : 10973, ext2 : 0
11-30 15:19:24.364  2713 26317 D NuPlayerDriver: notifyListener_l(0xf0b4c9a0), (200, 10973, 0, -1), loop setting(0, 0)
11-30 15:19:24.364  6077  6129 I zygote  : Deoptimizing boolean bhcg.hasNext() due to JIT inline cache
11-30 15:19:24.364  2713 26317 V MediaPlayerService: [165] notify (200, 10973, 0)
11-30 15:19:24.364  2713 26317 V NuPlayer: NuPlayer::onSourceNotify Source::kWhatPrepared source: 0xeeb68000
11-30 15:19:24.364  2985  3613 V MediaPlayerNative: message received msg=200, ext1=10973, ext2=0
11-30 15:19:24.364  2985  3613 W MediaPlayerNative: info/warning (10973, 0)
11-30 15:19:24.364  2985  3613 V MediaPlayerNative: callback application
11-30 15:19:24.365  2713 26317 V NuPlayer: extractMetadata Tracks : 1
11-30 15:19:24.365  2985  3613 V MediaPlayerNative: back from callback
11-30 15:19:24.365  2713 26317 V NuPlayer: enableInbandTextFromExtr
11-30 15:19:24.365  2713 26317 V NuPlayerDriver: notifyPrepareCompleted 0
11-30 15:19:24.365  2713 26317 D NuPlayerDriver: notifyListener_l(0xf0b4c9a0), (1, 0, 0, -1), loop setting(0, 0)
11-30 15:19:24.365  2713 26317 V MediaPlayerService: [165] notify (1, 0, 0)
11-30 15:19:24.365  2713 26317 V NuPlayerDriver: setLooping mAutoLoop 1
11-30 15:19:24.365  2985  3613 V MediaPlayerNative: message received msg=1, ext1=0, ext2=0
11-30 15:19:24.365  2985  3613 V MediaPlayerNative: MediaPlayer::notify() prepared
11-30 15:19:24.365  2985  3613 V MediaPlayerNative: signal application thread
11-30 15:19:24.365  2985  3613 V MediaPlayerNative: callback application
11-30 15:19:24.365  2985  3901 V MediaPlayerNative: prepare complete - status=0
11-30 15:19:24.366  2985  3613 V MediaPlayerNative: back from callback
11-30 15:19:24.367  2985  3901 V MediaPlayerNative: invoke 68
11-30 15:19:24.367  2713 12362 I MediaPlayerService: Client::invoke requestID=1
11-30 15:19:24.367  2713 12362 V NuPlayer: getTrackInfo
11-30 15:19:24.367  2713 26317 W NuPlayer: no name
11-30 15:19:24.368  2985  3901 D Ringtone: Successfully created local player
11-30 15:19:24.369  6077  6129 I FontLog : Query [Google Sans] resolved to {Google Sans, wdth 100.0, wght 400, ital 0.0, bestEffort false} [CONTEXT service_id=132 ]
11-30 15:19:24.370  2985  3901 V Ringer  : startRinging, foregroundCall: [TC@1, RINGING, com.android.phone/com.android.services.telephony.TelephonyConnectionService, 1*8, A, childs(0), has_parent(false), unknown, unknown [Capabilities: CAPABILITY_HOLD CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO CAPABILITY_SPEED_UP_MT_AUDIO CAPABILITY_CONTROL_WAITINGCALL] [Properties:]].
11-30 15:19:24.376 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:24.378 26238 26238 D ScoverManager: serviceVersion : 16777216
11-30 15:19:24.378 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover: SsdkUnsupportedException
11-30 15:19:24.378 26238 26238 I InCall  : AccessoryEventHandler -  - initializeReceiver
11-30 15:19:24.378  2985  3901 D SecConnectionServiceWrapper: Telecom -> SecConnectionService[com.android.phone/com.android.services.utils.SecConnectionService]: getSilence
11-30 15:19:24.380  6077  6129 I FontLog : Font PFD returned from cache for {Google Sans, wdth 100.0, wght 400, ital 0.0, bestEffort false} [CONTEXT service_id=132 ]
11-30 15:19:24.381  6077  6129 I FontLog : Fetch {Google Sans, wdth 100.0, wght 400, ital 0.0, bestEffort false} end status Status{statusCode=SUCCESS, resolution=null} [CONTEXT service_id=132 ]
11-30 15:19:24.388  2985  3901 W Binder  : Outgoing transactions from this process must be FLAG_ONEWAY
11-30 15:19:24.388  2985  3901 W Binder  : java.lang.Throwable
11-30 15:19:24.388  2985  3901 W Binder  : 	at android.os.BinderProxy.transact(Binder.java:769)
11-30 15:19:24.388  2985  3901 W Binder  : 	at com.android.server.telecom.ISecConnectionInterface$Stub$Proxy.invoke(ISecConnectionInterface.java:119)
11-30 15:19:24.388  2985  3901 W Binder  : 	at com.android.server.telecom.secutils.SecConnectionServiceWrapper.getSilence(SecConnectionServiceWrapper.java:239)
11-30 15:19:24.388  2985  3901 W Binder  : 	at com.android.server.telecom.operator.usa.TelecomExtension.getSilence(TelecomExtension.java:425)
11-30 15:19:24.388  2985  3901 W Binder  : 	at com.android.server.telecom.Ringer.startRinging(Ringer.java:209)
11-30 15:19:24.388  2985  3901 W Binder  : 	at com.android.server.telecom.CallAudioManager.startRinging(CallAudioManager.java:549)
11-30 15:19:24.388  2985  3901 W Binder  : 	at com.android.server.telecom.CallAudioModeStateMachine$RingingFocusState.enter(CallAudioModeStateMachine.java:259)
11-30 15:19:24.388  2985  3901 W Binder  : 	at com.android.internal.util.StateMachine$SmHandler.invokeEnterMethods(StateMachine.java:1037)
11-30 15:19:24.388  2985  3901 W Binder  : 	at com.android.internal.util.StateMachine$SmHandler.performTransitions(StateMachine.java:879)
11-30 15:19:24.388  2985  3901 W Binder  : 	at com.android.internal.util.StateMachine$SmHandler.handleMessage(StateMachine.java:819)
11-30 15:19:24.388  2985  3901 W Binder  : 	at android.os.Handler.dispatchMessage(Handler.java:106)
11-30 15:19:24.388  2985  3901 W Binder  : 	at android.os.Looper.loop(Looper.java:164)
11-30 15:19:24.388  2985  3901 W Binder  : 	at android.os.HandlerThread.run(HandlerThread.java:65)
11-30 15:19:24.390 26238 26238 I InCall  : AccessoryEventHandler -  - initializeReceiver: mWIFIDisplayState - 0
11-30 15:19:24.390  6077  6129 I zygote  : Deoptimizing void bhhg.A(bhib, java.lang.Object, long) due to JIT inline cache
11-30 15:19:24.394 26238 26238 I InCall  : ProximitySensor -  - ProximitySensor : getSystemService(Context.POWER_SERVICE) start
11-30 15:19:24.395 26238 26238 I InCall  : ProximitySensor -  - ProximitySensor : getSystemService(Context.POWER_SERVICE) end
11-30 15:19:24.396 26238 26238 I InCall  : ProximitySensor -  - ProximitySensor : getSystemService(Context.SENSOR_SERVICE) start
11-30 15:19:24.396 26238 26238 I InCall  : ProximitySensor -  - ProximitySensor : getSystemService(Context.SENSOR_SERVICE) end
11-30 15:19:24.397  3470  3482 D SecConnectionService: invoke: getSilence
11-30 15:19:24.399  2985  3901 V CallMotionMgr: checkFlashCallMotion() FLASH_NOTIFICATION is false
11-30 15:19:24.399  2985  3901 V CallMotionMgr: registerCallMotion()
11-30 15:19:24.400  2985  3901 V CallMotionMgr: isCallMotionEnabled : true
11-30 15:19:24.400  2985  3901 I CallMotion: startMotionCatch
11-30 15:19:24.403 26238 26238 V BikeModeUtils: isBikeCallAnswered: false
11-30 15:19:24.403 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:19:24.404 26238 26238 I InCall  : InCallUISystemDB - canUseProximitySensor : true
11-30 15:19:24.406  2985  3901 D MotionRecognitionManager: mSemontextService = null
11-30 15:19:24.406  2985  3901 D MotionRecognitionManager: motionService = com.samsung.android.gesture.MotionRecognitionService@a180083
11-30 15:19:24.410  2985  3901 D MotionRecognitionService:  ssp status : false
11-30 15:19:24.410  2985  3901 D MotionRecognitionService:  open api 0
11-30 15:19:24.411  2985  3128 D MotionRecognitionService: Screen : 1
11-30 15:19:24.412  2985  3901 D MotionRecognitionService:   .registerCallback : 1, motion_sensors=7, client= 
11-30 15:19:24.412  2985  3128 D MotionRecognitionService:   Easy mute is activated
11-30 15:19:24.412  2985  3128 D MotionRecognitionService: Screen off setAccIntStatus 
11-30 15:19:24.412  2985  3901 D MotionRecognitionService: Screen : 1
11-30 15:19:24.412  2985  3128 E MotionRecognitionService:  handler : SCREEN_OFF end 
11-30 15:19:24.412  2985  3901 D MotionRecognitionService:   .isMotionEngineEnabled : true
11-30 15:19:24.412  2985  3901 D MotionRecognitionService:   .initializeMotionEngine
11-30 15:19:24.419  2985  3901 I SensorService: createSensorEventConnection package name com.samsung.android.gesture.MotionRecognitionService
11-30 15:19:24.434  2697 28481 V MultiRecordManager: getParameters() io 0, keys call_forwarding, calling pid 26238
11-30 15:19:24.456 26238 26238 V InCall  : ProximitySensor -  - screenonImmediately: false
11-30 15:19:24.457 26238 26238 I InCall  : ProximitySensor -  - ProximitySensor{keybrd=0, dpad=0, offhook=0, ui=0, aud=EARPIECE}
11-30 15:19:24.457 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:24.457 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:24.457 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:24.457 26238 26238 D InCall  : ProximitySensor -  - Turning off proximity sensor
11-30 15:19:24.457 26238 26238 I InCall  : ProximitySensor -  - Proximity wake lock already released
11-30 15:19:24.458 26238 26238 I InCall  : InCallPresenter -  - perf - Starte InCallPresenter.setUp
11-30 15:19:24.458 26238 26238 I InCall  : InCallPresenter -  - Version name : 3.0.30.73
11-30 15:19:24.458 26238 26238 I InCall  : InCallPresenter -  - onCallListChange: start
11-30 15:19:24.458 26238 26238 D InCall  : InCallPresenter -  - perf - startOrFinishUi startNO_CALLS -> NO_CALLS
11-30 15:19:24.459 26238 26238 D InCall  : InCallPresenter -  - alreadyOutgoing: false
11-30 15:19:24.460 26238 26238 I InCall  : InCallPresenter -  - Phone switching state: NO_CALLS -> NO_CALLS
11-30 15:19:24.460 26238 26238 D InCall  : ScreenControlUtils - showNavigationBar : Activity is null.
11-30 15:19:24.460 26238 26238 D InCall  : InCallUtils - isEcholocateEnabled name = UI
11-30 15:19:24.460 26238 26238 D InCall  : InCallUtils - isEcholocateEnabled enabled = false
11-30 15:19:24.461 26238 26238 D InCall  : StatusBarNotifier - updateInCallNotification(allowFullScreenIntent = false)...
11-30 15:19:24.461 26238 26238 D InCall  : StatusBarNotifier - isOutgoingWithoutIncallUi = false
11-30 15:19:24.461  2985  3901 D SensorService: Calling batch handle==1601008243 flags=0 rate=200000000 timeout== 0
11-30 15:19:24.462  2985  3901 D MotionEngine: [MotionEngine]->Build Binary Type(user):0
11-30 15:19:24.462  2985  3901 D MotionEngine: [@@@ Motion Engine @@@] InitializeMotionManager.... GetNumberOfUsingPrimitive 
11-30 15:19:24.462  2985  3901 D MotionEngine: [@@@ Motion Engine @@@] InitializeMotionManager ALL, DPS setting 1
11-30 15:19:24.466  2605  3073 I Sensors : AccelerometerSensor:setDelayAcc: handle 0, delay 20000000 ns, old_delay 66667000 ns
11-30 15:19:24.468  2985  3901 D SensorManager: registerListener :: 1601008243, Motion Sensor, 200000, 0,  
11-30 15:19:24.469  2985  3901 D MotionRecognitionService: Acquire sensors : Settings = 1100100000000000000001
11-30 15:19:24.469  2985  3901 D MotionRecognitionService: Acquired sensors for motion : 11
11-30 15:19:24.469  2985  3901 D MotionRecognitionService: Acc/Gyro was enabled by motion sensor  = 1
11-30 15:19:24.469  2985  3901 D MotionRecognitionService: Acc/Gyro was enabled by motion sensor  = 2
11-30 15:19:24.469  2985  3128 D MotionRecognitionService: Motion,  result = 1
11-30 15:19:24.469  2985  3901 V MotionRecognitionManager:   .registerListener : success. listener count = 0->1, motion_events=1,  
11-30 15:19:24.469 26209 26209 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite
11-30 15:19:24.469  2985  3901 D CallMotion: Register Intent.SEM_ACTION_PALM_DOWN Receiver
11-30 15:19:24.471  2985  3901 D TelecomUtils: isVoIPActivated - false
11-30 15:19:24.471  2985  3128 D MotionRecognitionService: Motion,  result = 1
11-30 15:19:24.471  2985  3901 V Ringer  : stop call waiting.
11-30 15:19:24.471 26209 26209 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0
11-30 15:19:24.471 26209 26209 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite
11-30 15:19:24.472  2985  3128 D MotionRecognitionService: Settings updated : 1100100000000000000001
11-30 15:19:24.472  2985  3901 I Telecom : TelecomUtilsAudio : video recording = false
11-30 15:19:24.472  2985  3901 I Telecom : TelecomUtilsAudio : CurrentAudioFocus = com.android.chrome
11-30 15:19:24.475 26238 26238 D InCall  : StatusBarNotifier - updateFgCallState mFgCallState :0
11-30 15:19:24.475 26238 26238 I InCall  : InCallPresenter -  - onCallListChange mOldCallState: 2 end
11-30 15:19:24.477 26238 26238 I InCall  : SECVT:BASE - VideoCallManager - setUp
11-30 15:19:24.482 26238 26238 I InCall  : CallSContextMotion - stopFlatMotionListening
11-30 15:19:24.483  2985  3901 I Ringer  : setIsRinging false -> true
11-30 15:19:24.483  2985  3901 I Ringer  : startRinging: skipping because ringer would not be audible. isVolumeOverZero=false, shouldRingForContact=true, isRingtonePresent=true
11-30 15:19:24.493 26238 26238 E CarrierMatchingUtils: isEnableCarrierMatching: carrier_matching_status
11-30 15:19:24.493  2697 28481 V APM_AudioPolicyManager: setAudioPolicyConfig: audioParam;SplitSound=false
11-30 15:19:24.495  2985  3901 I MediaFocusControl: requestAudioFocus() from uid/pid 1000/2985 clientId=AudioFocus_For_Phone_Ring_And_Calls callingPack=com.android.server.telecom req=2 flags=0x4 sdk=0
11-30 15:19:24.497  2985  3901 D AudioService: GetAppDevice, uid=1000
11-30 15:19:24.498  2985  3901 D MediaFocusControl: selectFocusStack, uid = 1000, appDevice = 0, device = 2
11-30 15:19:24.512  2985  3901 D AudioService: GetAppDevice, uid=1000
11-30 15:19:24.516  2985  3901 D MediaFocusControl: propagateFocusLossFromGainToAll, 2
11-30 15:19:24.518  7864  7864 D AudioManager: dispatching onAudioFocusChange(-2) to android.media.AudioManager$9e6de2forg.chromium.content.browser.AudioFocusDelegate$fda3594
11-30 15:19:24.531 26238 26238 I InCall  : InCallPresenter -  - setUpReceiver
11-30 15:19:24.540 26238 26238 D SALogging: TelecommSALoggingReceiver is successfully registered.
11-30 15:19:24.547 26238 26238 I InCall  : InCallPresenter -  - perf - Finished InCallPresenter.setUp
11-30 15:19:24.552  2985  3901 I Telecom : CallAudioModeStateMachine : setAudioParametersForMode : MODE_NORMAL -> MODE_RINGTONE
11-30 15:19:24.562  2985  3901 V AudioService: setModeInt(mode=1, pid=2985, caller=com.android.server.telecom)
11-30 15:19:24.630  3470  3470 D Telephony: PhoneVoiceRecorderService: onCreate() - UID : 1001 / PID : 3470
11-30 15:19:24.633  3470  3470 D Telephony: PhoneVoiceRecorder: PhoneVoiceRecorder Create
11-30 15:19:24.641  3470  3470 D Telephony: PhoneVoiceRecorderService:  longPressPowerKey = false
11-30 15:19:24.645  2985  3075 D MotionEngine: [MotionEngine] -> DirectCall -> Proximitor Ready for acc direct call ready
11-30 15:19:24.653 26209 26209 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 294 native methods...
11-30 15:19:24.660  2697 28481 V APM_AudioPolicyManager: updateSetCaptureState() mode = 1
11-30 15:19:24.660  2697 28481 V APM_AudioPolicyManager: updateSetCaptureState() true
11-30 15:19:24.663  2594  5147 I audio_hw_primary: adev_set_mode() mode 1
11-30 15:19:24.663  2594  5147 I audio_hw_primary: Entering other mode state, call_active=0, mode=1
11-30 15:19:24.663  2594  5147 D audio_hw_primary: select_mode WAKEUP_OFF
11-30 15:19:24.663  2697 28481 I APM_AudioPolicyManager: setPhoneState() state 1
11-30 15:19:24.663  2697 28481 V APM::AudioPolicyEngine: setPhoneState() state 1
11-30 15:19:24.667  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:19:24.668  2697 28481 V APM_AudioPolicyManager: setOutputDevice() device 0000 delayMs 0
11-30 15:19:24.668  2697 28481 V APM_AudioPolicyManager: setOutputDevice() prevDevice 0x0006
11-30 15:19:24.668  2697 28481 V APM_AudioPolicyManager: setOutputDevice() changing device
11-30 15:19:24.668  2697 28481 V APM_AudioPolicyManager: checkAndSetVolume() cannot set stream 6 volume with force use = 0 for comm
11-30 15:19:24.668  2697 28481 V APM_AudioPolicyManager: computeVolume : camera shutter sound volume 1.000000
11-30 15:19:24.668  2697 28481 E APM_AudioPolicyManager: computeVolume: invalid stream type(15) or invalid index (0) return 0.1f
11-30 15:19:24.692  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
11-30 15:19:24.692  2697 28481 V APM_AudioPolicyManager: ### active stream : 0
11-30 15:19:24.692  2985  3901 D AudioService: active stream is 0x0
11-30 15:19:24.701  2985  3901 I AudioService: setRingerModeInt is called by pid: 2985, uid=1000, Mode= 0
11-30 15:19:24.704  2697 28481 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 2, device 00000002, index 0
11-30 15:19:24.707  2697 28481 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 8, device 00000002, index 0
11-30 15:19:24.707  2697 28481 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 8, device 00000001, index 0
11-30 15:19:24.708  2697 28481 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 8, device 00000002, index 0
11-30 15:19:24.708  2697 28481 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 8, device 00000004, index 0
11-30 15:19:24.708  2697 28481 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 8, device 00000008, index 0
11-30 15:19:24.708  2697 28481 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 8, device 00000010, index 0
11-30 15:19:24.708  2697 28481 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 8, device 00000020, index 0
11-30 15:19:24.708  2697 28481 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 8, device 40000000, index 0
11-30 15:19:24.708  2985  3900 I CallAudioRouteStateMachine: Message received: SWITCH_FOCUS=4001, arg1=3
11-30 15:19:24.708  2985  3901 D TelecomUtils: isVoIPActivated - false
11-30 15:19:24.708  2697 28481 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 10, device 00000001, index 1
11-30 15:19:24.708  2985  3901 V Ringer  : stop call waiting.
11-30 15:19:24.708  2697 28481 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 10, device 00000002, index 1
11-30 15:19:24.708  2697 28481 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 10, device 00000004, index 6
11-30 15:19:24.709  2985  3901 I CallAudioModeStateMachine: Audio focus entering RINGING state finish
11-30 15:19:24.709  2697 28481 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 10, device 00000008, index 4
11-30 15:19:24.709  2697 28481 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 10, device 00000020, index 9
11-30 15:19:24.709  2697 28481 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 10, device 00000080, index 8
11-30 15:19:24.709  2697 28481 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 10, device 00008000, index 15
11-30 15:19:24.709  2697 28481 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 10, device 40000000, index 7
11-30 15:19:24.714  3470  3470 D Telephony: PhoneVoiceRecorderService: onBind()
11-30 15:19:24.714 26238 26238 D PhoneVoiceRecorderManager: getInstance() : is null
11-30 15:19:24.715 26238 26238 I PhoneVoiceRecorderManager: onRecorderStateChange()
11-30 15:19:24.715  2985  3901 V MediaPlayerNative: invoke 68
11-30 15:19:24.715  2713 12362 I MediaPlayerService: Client::invoke requestID=1
11-30 15:19:24.715  2713 12362 V NuPlayer: getTrackInfo
11-30 15:19:24.716  2713 26317 W NuPlayer: no name
11-30 15:19:24.716  2985  3900 I CallAudioRouteStateMachine: setSpeakerphoneOn - mAudioManager.isSpeakerphoneOn() : false, on : false
11-30 15:19:24.717  2985  3900 I CallAudioRouteStateMachine: setSystemAudioState: changing from [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER] to [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER]
11-30 15:19:24.717  2985  3900 I Telecom : CallsManager : onAudioStateChanged, audioState: [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER] --> [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER]
11-30 15:19:24.719  2985  3900 D ConnectionServiceWrapper: Telecom -> ConnectionService[com.android.phone/com.android.services.telephony.TelephonyConnectionService]: onCallAudioStateChanged TC@1_1 [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER]
11-30 15:19:24.721 26238 26238 I PhoneVoiceRecorderManager: isAutoRecordTarget(), return false, isAutoRecordOn()
11-30 15:19:24.721 26238 26238 D PhoneVoiceRecorderManager: onRecorderStateChanged(), mRecordedCall : null
11-30 15:19:24.721 26238 26238 I InCall  : SemsManager - init()
11-30 15:19:24.726  2985  3252 D AudioService: Send receiver_sar state false
11-30 15:19:24.727 26238 26238 D SEMS-4.0.04_SeMobileServiceSessionFactory: add ProfileService in factory
11-30 15:19:24.727 26238 26238 D SEMS-4.0.04_SeMobileServiceSessionFactory: add AuthService in factory
11-30 15:19:24.727 26238 26238 D SEMS-4.0.04_SeMobileServiceSessionFactory: add SocialService in factory
11-30 15:19:24.730 26238 26238 D SEMS-4.0.04_SeMobileServiceSessionFactory: build @7d0ba77
11-30 15:19:24.731 26238 26238 D SEMS-4.0.04_SeMobileServiceSession: AuthService is not connected yet.
11-30 15:19:24.731 26238 26238 D SEMS-4.0.04_SeMobileServiceSession: ProfileService is not connected yet.
11-30 15:19:24.731 26238 26238 D SEMS-4.0.04_SeMobileServiceSession: SocialService is not connected yet.
11-30 15:19:24.731 26238 26238 I InCall  : SemsManager - try connect()
11-30 15:19:24.731 26238 26238 D SEMS-4.0.04_SeMobileServiceSession: connect 
11-30 15:19:24.738  3775  4111 D VolteServiceModule: onAudioReceiverChanged: false, current: true
11-30 15:19:24.739 26238 26238 I InCallLog-Telecom-InCallService : perf - onBind : end
11-30 15:19:24.739 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: MESSAGE CMD_CONNECT
11-30 15:19:24.739 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: connection is requested.
11-30 15:19:24.739  2985  3578 D SensorService: Calling activate off 3
11-30 15:19:24.739 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: MESSAGE CMD_CONNECT_COMMONSERVICE
11-30 15:19:24.739 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: connectCommonService
11-30 15:19:24.739 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: bind CommonServiceConnection
11-30 15:19:24.739 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: bindState CommonService: BINDING in setBindState()
11-30 15:19:24.740  3775  4111 D SensorManager: unregisterListener ::   
11-30 15:19:24.858 25488 25495 I zygote  : Do full code cache collection, code=504KB, data=310KB
11-30 15:19:24.860 25488 25495 I zygote  : After code cache collection, code=430KB, data=249KB
11-30 15:19:25.043 26209 26209 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
11-30 15:19:25.060 26209 26209 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL
11-30 15:19:25.119 25488 25488 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:19:25.119 25488 25488 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1195, previously 2540
11-30 15:19:25.133 26238 26256 I zygote  : Background concurrent copying GC freed 27521(2MB) AllocSpace objects, 13(260KB) LOS objects, 53% free, 1353KB/2MB, paused 230us total 115.688ms
11-30 15:19:25.146 25488 25488 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:19:25.191 25488 25488 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2546, previously 2540
11-30 15:19:25.202  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:25.202  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:25.202  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:25.213 25488 25488 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1442, previously 4566
11-30 15:19:25.213 25488 25488 W ResourceType: ResTable_typeSpec entry count inconsistent: given 383, previously 2136
11-30 15:19:25.214  2985  4271 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.mobileservice user:0
11-30 15:19:25.214  2985  4271 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:19:25.215  2985  4271 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.mobileservice user:0
11-30 15:19:25.215  2985  4271 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:19:25.240 26331 26331 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:19:25.242 26331 26331 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:25.243 26331 26331 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.android.mobileservice 
11-30 15:19:25.341 26238 26238 D BikeModeController: onRecieve: android.intent.action.HEADSET_PLUG
11-30 15:19:25.347 26238 26238 D PhoneVoiceRecorderManager: RECORD_INFO_STATE_CHANGED
11-30 15:19:25.347 26238 26238 I PhoneVoiceRecorderManager: onRecorderStateChange()
11-30 15:19:25.347 26238 26238 I PhoneVoiceRecorderManager: isAutoRecordTarget(), return false, isAutoRecordOn()
11-30 15:19:25.347 26238 26238 D PhoneVoiceRecorderManager: onRecorderStateChanged(), mRecordedCall : null
11-30 15:19:25.390  6077  6129 I FontLog : Pulling font file for id = 4, cache size = 3 [CONTEXT service_id=132 ]
11-30 15:19:25.400 16033 25837 E NetworkScheduler.ATC: Called cancelTask for already completed task com.google.android.gms/.phenotype.service.sync.PackageUpdateTaskService{u=0 tag="PhenotypeCatchupPackageUpdate-OnChargerAndIdle" trigger=window{start=0s,end=86400s,earliest=-616181s,latest=-529781s} requirements=[NET_CONNECTED,CHARGING,DEVICE_IDLE] attributes=[PERSISTED] scheduled=-616181s last_run=-21s exec_window_multiplier=1.0000 jid=N/A status=ACTIVE retries=0 client_lib=GMS_TASK_SCHEDULER-213918000} :1 [CONTEXT service_id=218 ]
11-30 15:19:25.402 16033 25837 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.phenotype.service.sync.PackageUpdateTaskService finished executing. cause:14 result: 1 elapsed_millis: 21318 uptime_millis: 21317 exec_start_elapsed_seconds: 458647 [CONTEXT service_id=218 ]
11-30 15:19:25.425 25170 25226 W CrashLoopRemedyLog: unable to delete remedy log, instaCrash: true
11-30 15:19:25.471  3510  3680 D vol.MediaSessions: updateRemoteControllerH null
11-30 15:19:25.474  3510  3680 D vol.MediaSessions: onActiveSessionsUpdatedH n=1
11-30 15:19:25.474  2985  3578 D AudioService: isEnabled
11-30 15:19:25.479  3510  3510 D PlaybackStateMonitor_LOCK: onActiveSessionsChanged() controllers: Size: 1 Package: com.android.server.telecom Flags: 10001 State: null Metadata: null ButtonReceiver: null
11-30 15:19:25.483  2985  2985 D MotionRecognitionService:  mReceiver.onReceive : MEDIA_SAR :: isRCV = false
11-30 15:19:25.483  2985  2985 D MotionRecognitionService: activateProx :: mProxEnabled false,  mRCVEnabled false
11-30 15:19:25.491  3510  3510 D PlaybackStateMonitor_LOCK: updateController: , current controller = 
11-30 15:19:25.491  3510  3510 D MusicController_LOCK: onSessionEnabled() enabled = false, mEnabled = true, lastSession = , activeSession = com.android.server.telecom
11-30 15:19:25.496  2985  2985 D WifiStateMachine: Proximity sensor stopped at : 1638260365496
11-30 15:19:25.498  2985  2985 D SensorService: Calling activate off 3
11-30 15:19:25.500  2605  3073 I Sensors : ProximitySensor:enable: handle 3, en 0, old_en 1
11-30 15:19:25.502  2985  2985 D SensorManager: unregisterListener ::   
11-30 15:19:25.502  2985  2985 D WifiStateMachine: ProxSensor unregisterListener complete
11-30 15:19:25.505  2985  2985 D         : onServiceConnected: ComponentInfo{com.samsung.android.incallui/com.android.incallui.InCallServiceImpl} false true
11-30 15:19:25.505  2985  2985 I InCallController: perf - onConnected to ComponentInfo{com.samsung.android.incallui/com.android.incallui.InCallServiceImpl}
11-30 15:19:25.511  2985  2985 I InCallController: Adding 1 calls to InCallService after onConnected: ComponentInfo{com.samsung.android.incallui/com.android.incallui.InCallServiceImpl}, including external calls
11-30 15:19:25.512  2985  2985 D TelecomUtilsAudio: initializeSpeakerState -1
11-30 15:19:25.512  2985  2985 D TelecomUtils: checkAndUpdateForAudio
11-30 15:19:25.513  2985  2985 D TelecomUtils: checkAndUpdateForAudio oldDomain:1 newDomain:1
11-30 15:19:25.513  2985  2985 D TelecomUtils: checkAndUpdateForAudio oldCallType:-1 newCallType:0
11-30 15:19:25.525  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.084573 0.079009 9.646238 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:25.525  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:25.537  2985  2985 D SecRespondViaSmsManager: isRespondViaSmsCapable presentation :1
11-30 15:19:25.540  2985  2985 D SecContentProvider2: query(), uri = 18 selection = getDisclaimerText
11-30 15:19:25.550  2985  2985 D PhoneRestrictionPolicy: >>> PhoneRestrictionPolicy.getDisclaimerText()
11-30 15:19:25.554  2985  2985 I InCallController: onCallAudioStateChanged: [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER]
11-30 15:19:25.555  2985  2985 V CallsManager: canAddCall mCalls.size : 1
11-30 15:19:25.555  2985  2985 I InCallController: 1 calls sent to InCallService.
11-30 15:19:25.555  2985  2985 I EmergencyInCallServiceConnection: onConnected - shouldRemainConnected : true
11-30 15:19:25.556  2985  2985 I SecInCallController: onServiceConnected.
11-30 15:19:25.557  2985  2985 D SecInCallController: onServiceConnected: ComponentInfo{com.samsung.android.incallui/com.android.incallui.service.SecInCallService} false true
11-30 15:19:25.557  2985  2985 I SecInCallController: onConnected to ComponentInfo{com.samsung.android.incallui/com.android.incallui.service.SecInCallService}
11-30 15:19:25.566 26238 26238 D InCall  : Call -  - updateFromTelecomCall: Call [id: TC@1, state: RINGING, details: [pa: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}, hdl: [****], caps: [Capabilities: CAPABILITY_HOLD CAPABILITY_SUPPORT_HOLD CAPABILITY_RESPOND_VIA_TEXT CAPABILITY_MUTE CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO CAPABILITY_CONTROL_WAITINGCALL], props: [Properties:]]]
11-30 15:19:25.567 26238 26238 I InCallLog-Call_0 : setState: INVALID -> INCOMING
11-30 15:19:25.567 26238 26238 I InCallLog-Call_0 : updateFromTelecomCall - changed, [Capabilities: CAPABILITY_HOLD CAPABILITY_SUPPORT_HOLD CAPABILITY_RESPOND_VIA_TEXT CAPABILITY_MUTE CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO CAPABILITY_CONTROL_WAITINGCALL]
11-30 15:19:25.568 26238 26238 I InCall  : SECVT:FEATURE - FakeVideoCall -  - mSecCallExtra = null
11-30 15:19:25.568 26238 26238 I InCall  : Call_0 CallDetails -  - setDomain - call extras domain=1
11-30 15:19:25.568 26238 26238 I InCall  : SECVT:BASE - Call_0 , VideoDetails : setCVOStatus - true
11-30 15:19:25.572 26238 26238 I InCall  : SECVT:FLOW - Call_0, VideoDetails : setCameraDimensionType - NONE -> QCIF
11-30 15:19:25.572 26238 26238 I InCall  : SECVT:VIDEO - Call_0, VideoDetails : setPreviewDimension - 176 X 144, is callback enabled ? false
11-30 15:19:25.577 14965 14965 W Finsky  : [2] ejg.f(3): No LoggingContext in the bundle, which breaks event chain!. Creating a new logging context.
11-30 15:19:25.581 14965 14965 I Finsky  : [2] NotificationReceiver.c(29): Does nothing for notification type 1.
11-30 15:19:25.582  3510  3680 D vol.MediaSessions: onActiveSessionsUpdatedH n=1
11-30 15:19:25.583  2985  3578 D AudioService: isEnabled
11-30 15:19:25.586  2985  2985 W Binder  : Outgoing transactions from this process must be FLAG_ONEWAY
11-30 15:19:25.586  2985  2985 W Binder  : java.lang.Throwable
11-30 15:19:25.586  2985  2985 W Binder  : 	at android.os.BinderProxy.transact(Binder.java:769)
11-30 15:19:25.586  2985  2985 W Binder  : 	at com.android.server.telecom.ISecInCallInterface$Stub$Proxy.invoke(ISecInCallInterface.java:104)
11-30 15:19:25.586  2985  2985 W Binder  : 	at com.android.server.telecom.secutils.SecInCallController.onConnected(SecInCallController.java:85)
11-30 15:19:25.586  2985  2985 W Binder  : 	at com.android.server.telecom.secutils.SecInCallController.onServiceConnected(SecInCallController.java:53)
11-30 15:19:25.586  2985  2985 W Binder  : 	at android.app.LoadedApk$ServiceDispatcher.doConnected(LoadedApk.java:1694)
11-30 15:19:25.586  2985  2985 W Binder  : 	at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1723)
11-30 15:19:25.586  2985  2985 W Binder  : 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 15:19:25.586  2985  2985 W Binder  : 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 15:19:25.586  2985  2985 W Binder  : 	at android.os.Looper.loop(Looper.java:164)
11-30 15:19:25.586  2985  2985 W Binder  : 	at com.android.server.SystemServer.run(SystemServer.java:737)
11-30 15:19:25.586  2985  2985 W Binder  : 	at com.android.server.SystemServer.main(SystemServer.java:568)
11-30 15:19:25.586  2985  2985 W Binder  : 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:19:25.586  2985  2985 W Binder  : 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 15:19:25.586  2985  2985 W Binder  : 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1388)
11-30 15:19:25.587  2985  2985 I SecInCallController: perf - onServiceConnected. - setSecInCallAdapter
11-30 15:19:25.610  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:25.610  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:19:25.610  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:25.610  2985  2985 D AudioService: isEnabled
11-30 15:19:25.611  2985  2985 I Telecom : Ringer : handleMessage 40
11-30 15:19:25.620  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:25.629  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:25.637  2985  3827 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:19:25.697  2985  3578 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:19:25.698  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:19:25.707  2985  4102 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xc1f76320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:25.707  2985  4102 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xc1f76320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:25.708  2985  3827 D PersonaManagerService: securefolder Secure Folder
11-30 15:19:25.710 26238 26238 I InCallLog-FLOW-CallList : onCallAdded, [Call_0, INCOMING, domain:1, Audio Only, NO_REQUEST, isholded:false, children:[], parent:null, conferenceable:[], FRONT]
11-30 15:19:25.710 26238 26238 I InCall  : CallList - onIncoming - [Call_0, INCOMING, domain:1, Audio Only, NO_REQUEST, isholded:false, children:[], parent:null, conferenceable:[], FRONT]
11-30 15:19:25.735 26238 26238 D InCall  : InCallUtils - getCurrentUser = 0
11-30 15:19:25.741 26238 26238 I InCall  : InCallPresenter -  - onIncomingCall start
11-30 15:19:25.741  2985  3827 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.talk user:0
11-30 15:19:25.741 26238 26238 D InCall  : CallList - getConnectingOrConnectedCallCount : 1
11-30 15:19:25.741  2985  3827 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:19:25.741  2985  3827 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.talk user:0
11-30 15:19:25.741  2985  3827 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:19:25.742 26238 26238 V BikeModeUtils: isBikeMode: false
11-30 15:19:25.742 26238 26238 D InCall  : InCallPresenter -  - perf - startOrFinishUi startNO_CALLS -> INCOMING
11-30 15:19:25.748  6077  1060 W AutofillGcmTaskChimeraS: No affiliated Task for Tag: FaviconFetchPeriodic [CONTEXT service_id=177 ]
11-30 15:19:25.798  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:19:25.798  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:19:25.819 26359 26359 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:19:25.821 26359 26359 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:25.823 26359 26359 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.google.android.talk 
11-30 15:19:25.832  2985  2994 I zygote  : Background concurrent copying GC freed 602519(22MB) AllocSpace objects, 74(2MB) LOS objects, 26% free, 66MB/90MB, paused 444us total 1.312s
11-30 15:19:25.842  2985  2992 V MediaPlayer: resetDrmState:  mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false
11-30 15:19:25.842  2985  2992 V MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null
11-30 15:19:25.842  2985  2992 V MediaPlayer-JNI: release
11-30 15:19:25.842  2985  4102 D SecContentProvider2: query(), uri = 14 selection = getCallScreenDisabledItems
11-30 15:19:25.842  2985  2992 V MediaPlayerNative: setListener
11-30 15:19:25.842  2985  2992 V MediaPlayerNative: disconnect
11-30 15:19:25.842  2713 12362 V MediaPlayerService: disconnect(165) from pid 2985
11-30 15:19:25.842  2713 12362 D NuPlayerDriver: reset(0xf0b4c9a0) at state 4
11-30 15:19:25.842  2713 12362 V NuPlayerDriver: updateMetrics(0xf0b4c9a0) from reset at state 4
11-30 15:19:25.842  2713 12362 V NuPlayerDriver: logMetrics(0xf0b4c9a0) from reset at state 4
11-30 15:19:25.842  2713 12362 V NuPlayerDriver: did not have anything to record
11-30 15:19:25.842  2713 12362 D NuPlayerDriver: notifyListener_l(0xf0b4c9a0), (8, 0, 0, -1), loop setting(1, 0)
11-30 15:19:25.843  2713 26317 V NuPlayer: kWhatReset
11-30 15:19:25.843  2713 26317 V NuPlayer: setDecoderBooster enable = No
11-30 15:19:25.843  2713 26317 V NuPlayer: performDecoderFlush audio=2, video=2
11-30 15:19:25.843  2713 26317 V NuPlayer: performReset
11-30 15:19:25.843  2713 26317 D NuPlayerDriver: notifyResetComplete(0xf0b4c9a0)
11-30 15:19:25.843  2713 12362 V NuPlayerDriver: ~NuPlayerDriver(0xf0b4c9a0)
11-30 15:19:25.843  2713 12362 V NuPlayerDriver: updateMetrics(0xf0b4c9a0) from destructor at state 0
11-30 15:19:25.843  2713 12362 V NuPlayerDriver: logMetrics(0xf0b4c9a0) from destructor at state 0
11-30 15:19:25.843  2713 12362 V NuPlayerDriver: did not have anything to record
11-30 15:19:25.844  2708 11610 I OggExtractor: OggSource::stop() mExtractor ref count = 2
11-30 15:19:25.844  2708 11610 I OggExtractor: ~OggSource --
11-30 15:19:25.844  2708 11610 I OggExtractor: ~OggExtractor ++
11-30 15:19:25.844  2708 11610 I OggExtractor: ~MyOggExtractor ++ 
11-30 15:19:25.844  2708 11610 I OggExtractor: ~MyOggExtractor --
11-30 15:19:25.844  2708 11610 I OggExtractor: ~OggExtractor --
11-30 15:19:25.844  2985  2992 V MediaPlayerNative: destructor
11-30 15:19:25.844  2713 12362 V MediaPlayerService: Client(165) destructor pid = 2985
11-30 15:19:25.845  2713 12362 V AudioSink: +++ close
11-30 15:19:25.845  2713 12362 V AudioSink: --- close
11-30 15:19:25.845  2713 12362 V MediaPlayerService: disconnect(165) from pid 2985
11-30 15:19:25.845  2985  2992 V MediaPlayerNative: disconnect
11-30 15:19:25.945  6077 22971 I FontLog : Received query Google Sans:500, URI content://com.google.android.gms.fonts [CONTEXT service_id=132 ]
11-30 15:19:25.947  6077 22971 I FontLog : Query [Google Sans:500] resolved to {Google Sans, wdth 100.0, wght 500, ital 0.0, bestEffort false} [CONTEXT service_id=132 ]
11-30 15:19:25.950  6077 22971 I FontLog : Font PFD returned from cache for {Google Sans, wdth 100.0, wght 500, ital 0.0, bestEffort false} [CONTEXT service_id=132 ]
11-30 15:19:25.951  6077 22971 I FontLog : Fetch {Google Sans, wdth 100.0, wght 500, ital 0.0, bestEffort false} end status Status{statusCode=SUCCESS, resolution=null} [CONTEXT service_id=132 ]
11-30 15:19:25.955  6077 22971 I FontLog : Pulling font file for id = 5, cache size = 4 [CONTEXT service_id=132 ]
11-30 15:19:25.978 26238 26238 D InCall  : KnoxCustomManagerWrapper - getCallScreenDisabledItems: 0
11-30 15:19:25.979 26238 26238 V BikeModeUtils: isBikeMode: false
11-30 15:19:25.980 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:19:25.980 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:19:25.980 26238 26238 D BikeModeController: bike mode newStateINCOMING
11-30 15:19:25.980 26238 26238 D InCall  : InCallPresenter -  - alreadyOutgoing: false
11-30 15:19:25.980 26238 26238 D InCall  : InCallPresenter -  - isFirstPendingOutgoing = false, isEmergencyPendingOutgoing = false, showCallUi = false, mainUiNotVisible = true
11-30 15:19:25.980 26238 26238 D InCall  : InCallPresenter -  - After checking for exception cases, showCallUi = false, mainUiNotVisible = true
11-30 15:19:25.981 26238 26238 I InCall  : InCallPresenter -  - perf - startOrFinishUi Start Full Screen incoming call UI
11-30 15:19:25.981 26238 26238 D InCall  : CallList - getLiveCallCounts count : 1
11-30 15:19:26.060 26238 26238 D InCall  : InCallPresenter -  - perf startUi start - inCallState: INCOMING
11-30 15:19:26.060 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:19:26.062 26238 26238 I InCall  : InCallUISystemDB - isGameNoInterruption: 0
11-30 15:19:26.062 26238 26238 I InCall  : InCallUISystemDB - isDaydreamConnected property : 
11-30 15:19:26.062 26238 26238 I InCall  : InCallUISystemDB - isHMTConnected : false
11-30 15:19:26.072  3919  3919 I SemPersonaManager: SecureFolder personaId = 150
11-30 15:19:26.076 26238 26238 I InCall  : InCallUISystemDB - currentLauncher : com.sec.android.app.launcher
11-30 15:19:26.076 26238 26238 D InCall  : PhoneModeUtils - isUIMode false
11-30 15:19:26.090 26238 26238 D InCall  : SystemServiceUtils - isKeyguardLocked - true
11-30 15:19:26.090 14965 14965 I Finsky  : [2] mmw.accept(231): Does nothing for notification type 1.
11-30 15:19:26.090 26238 26238 I InCall  : InCallUtils - needToShowAsFullScreen isKeyguardLocked
11-30 15:19:26.090 26238 26238 I InCall  : InCallApp -  - acquire UI lock
11-30 15:19:26.090 26238 26238 D InCall  : InCallPresenter -  - sendUiLockReleasedEvent
11-30 15:19:26.090 26238 26238 I InCall  : StatusBarNotifier - perf - updateNotificationAndLaunchIncomingCallUi
11-30 15:19:26.105 25488 25495 I zygote  : Do partial code cache collection, code=455KB, data=275KB
11-30 15:19:26.106 25488 25495 I zygote  : After code cache collection, code=455KB, data=275KB
11-30 15:19:26.106 25488 25495 I zygote  : Increasing code cache capacity to 2MB
11-30 15:19:26.129  2985  4102 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10133 ,Container id: 0
11-30 15:19:26.129  2985  3825 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10211 ,Container id: 0
11-30 15:19:26.130  2985  3825 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10211 ,Container id: 0
11-30 15:19:26.130  2985  4102 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10133 ,Container id: 0
11-30 15:19:26.130  2985  3825 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:26.130  2985  4102 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:26.133 26238 26238 D InCall  : StatusBarNotifier - updateInCallNotification(allowFullScreenIntent = true)...
11-30 15:19:26.133 26238 26238 D InCall  : StatusBarNotifier - isOutgoingWithoutIncallUi = false
11-30 15:19:26.134 26238 26238 D InCall  : ContactInfoCache - perf - startContactInfoSearchForRedialCall [Call_0, INCOMING, domain:1, Audio Only, NO_REQUEST, isholded:false, children:[], parent:null, conferenceable:[], FRONT]
11-30 15:19:26.141  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10133 ,Container id: 0
11-30 15:19:26.141  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10133 ,Container id: 0
11-30 15:19:26.141  2985  3827 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:26.142 26238 26238 D CallerInfoUtils: modifyForSpecialCnapCases: initially, number=xxx, presentation=1 ci com.android.incallui.CallerInfo@32e816f { name null, phoneNumber null }
11-30 15:19:26.144  2985  3825 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10211 ,Container id: 0
11-30 15:19:26.144  2985  3825 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10211 ,Container id: 0
11-30 15:19:26.144  2985  3825 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:26.148 26359 26359 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:26.151 26331 26331 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:26.160  2985  4102 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:19:26.202  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:26.202  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:26.202  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:26.217 26238 26238 D CallerInfoUtils: SpecialCnap: number=xxx; presentation now=1
11-30 15:19:26.217 26238 26238 D CallerInfoUtils: modifyForSpecialCnapCases: returning number string=xxx
11-30 15:19:26.219 26238 26238 W TelecomUtil: Dialer is not currently set to be default dialer
11-30 15:19:26.240 16033 25837 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.icing.mdh.service.MobileDataHubGcmTaskService finished executing. cause:5 result: 1 elapsed_millis: 20616 uptime_millis: 20616 exec_start_elapsed_seconds: 458648 [CONTEXT service_id=218 ]
11-30 15:19:26.244  2985  3827 D TelecomUtils: isAdditionalPrivilegedDialer: com.samsung.android.incallui
11-30 15:19:26.245  2985  3827 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xb3e39930, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:26.245  2985  3827 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xb3e39930, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:26.256  2985  3827 V PhoneAccountRegistrar: isVoiceMailNumber, false3-1*8-ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}
11-30 15:19:26.257 26238 26238 D CallerInfoUtils: ==> Actually starting CallerInfoAsyncQuery.startQuery()...
11-30 15:19:26.266  6077 22971 I FontLog : Received query Google Sans:700, URI content://com.google.android.gms.fonts [CONTEXT service_id=132 ]
11-30 15:19:26.267  6077 22971 I FontLog : Query [Google Sans:700] resolved to {Google Sans, wdth 100.0, wght 700, ital 0.0, bestEffort false} [CONTEXT service_id=132 ]
11-30 15:19:26.270  6077 22971 I FontLog : Fetch {Google Sans, wdth 100.0, wght 700, ital 0.0, bestEffort false} end status Status{statusCode=SUCCESS, resolution=null} [CONTEXT service_id=132 ]
11-30 15:19:26.275  6077 12775 I FontLog : Pulling font file for id = 6, cache size = 5 [CONTEXT service_id=132 ]
11-30 15:19:26.305 25488 25784 I zygote  : Deoptimizing boolean uu.addAll(java.util.Collection) due to JIT inline cache
11-30 15:19:26.305 25488 25488 I zygote  : Deoptimizing java.lang.Object abay.bj(java.util.concurrent.Future) due to JIT inline cache
11-30 15:19:26.335 21790 25865 I Finsky:background: [43604] hqb.f(1): getDownloads()
11-30 15:19:26.345 16033 25837 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.phenotype.service.sync.PackageUpdateTaskService finished executing. cause:14 result: 1 elapsed_millis: 21651 uptime_millis: 21651 exec_start_elapsed_seconds: 458647 [CONTEXT service_id=218 ]
11-30 15:19:26.355 26238 26238 D InCallUtilsMultiSIM: perf - isSimSubscriptionPhoneAccountHandle: start
11-30 15:19:26.356  2985  3825 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xbe862320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:26.357  2985  3825 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xbe862320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:26.357 26238 26238 D InCallUtilsMultiSIM: perf - isSimSubscriptionPhoneAccountHandle: end
11-30 15:19:26.357 26238 26238 D InCallUtilsMultiSIM: perf - getSubId: start
11-30 15:19:26.359  2985  3825 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xbe862320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:26.359  2985  3825 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xbe862320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:26.362 26238 26238 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xff9655c0, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:26.362 26238 26238 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xff9655c0, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:26.363 26238 26238 D InCallUtilsMultiSIM: perf - getSubId: 3
11-30 15:19:26.366 25488 25863 I zygote  : Deoptimizing void adbb.run() due to JIT inline cache
11-30 15:19:26.370 26238 26238 D InCallUtilsWrapper: isLocalEmergencyNumber subId: 3, isLocalEmergencyNumber:false
11-30 15:19:26.370 26238 26238 D InCall  : ContactInfoCache - Geodescrption: null
11-30 15:19:26.373 26238 26238 D InCall  : ContactInfoCache -   ==>  no name; falling back to number: displayNumber '[acf1fffc01dc0193aa07d0b1de723c292a2c826d]', displayLocation 'null'
11-30 15:19:26.374 26238 26238 D InCall  : InCallUtils - isRoamingArea : DefaultIMEI
11-30 15:19:26.390 25488 25488 I Finsky  : [2] pxf.run(24): Detected restoreservicev2://recovery not needed, will not run
11-30 15:19:26.435 26331 26331 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10211
11-30 15:19:26.435 26359 26359 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10133
11-30 15:19:26.436 26359 26359 D Proxy   : mdoP is null: 10133
11-30 15:19:26.436 26331 26331 D Proxy   : mdoP is null: 10211
11-30 15:19:26.470 26331 26331 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:19:26.473 26359 26359 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:19:26.477 26331 26331 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:19:26.536 26238 26238 D InCall  : StatusBarNotifier - buildAndSendNotification start - allowFullScreenIntent true
11-30 15:19:26.537 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:26.538 26238 26238 D InCall  : CallTypeUtils - isSrvccConference : false
11-30 15:19:26.538 26238 26238 I InCall  : InCallUISystemDB - isDaydreamConnected property : 
11-30 15:19:26.538 26238 26238 D InCall  : StatusBarNotifier - getIconToDisplay : isShowingInCallUi = false, isDaydreamConnected = false
11-30 15:19:26.539 26238 26238 D InCall  : InCallUtils - isHideCallerInfo false
11-30 15:19:26.552  2985  5081 D KnoxMUMContainerPolicy: isSettingsOptionEnabledInternal for personaId=150; option=option_callerinfo
11-30 15:19:26.557 26238 26238 I InCall  : InCallUISystemDB - isDaydreamConnected property : 
11-30 15:19:26.559  2985  5081 D KnoxMUMContainerPolicy: isSettingsOptionEnabledInternal: Return result: true
11-30 15:19:26.560  2985  5081 I PersonaManagerService: getKnoxIcon packageName = com.samsung.knox.securefolder, className = null, userId = 150
11-30 15:19:26.560  2985  5081 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_IMAGE_NAME : null
11-30 15:19:26.560  2985  5081 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:19:26.565  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.065420 0.063446 9.629479 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:26.565  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:26.575 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:26.576  3919  3919 D KNOXCORE::LockSecureFolderTask: started: 150
11-30 15:19:26.576  3919  3919 D KNOXCORE::LockSecureFolderTask: ResumedActivity userId-1[minimizeAllTasksInFreeformLocked]
11-30 15:19:26.579 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:26.579 26238 26238 D InCall  : Call -  - perf - getPhoneId: start
11-30 15:19:26.579 26238 26238 D InCallUtilsMultiSIM: perf - isSimSubscriptionPhoneAccountHandle: start
11-30 15:19:26.580  2985  3827 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xb3e3a320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:26.581  2985  3827 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xb3e3a320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:26.582 26238 26238 D InCallUtilsMultiSIM: perf - isSimSubscriptionPhoneAccountHandle: end
11-30 15:19:26.582 26238 26238 D InCallUtilsMultiSIM: perf - isSimSubscriptionPhoneAccountHandle: start
11-30 15:19:26.583  2985  3827 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xb3e3a320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:26.586  2985  3827 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xb3e3a320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:26.587 26238 26238 D InCallUtilsMultiSIM: perf - isSimSubscriptionPhoneAccountHandle: end
11-30 15:19:26.587 26238 26238 D InCallUtilsMultiSIM: perf - getSubId: start
11-30 15:19:26.588  2985  3827 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xb3e3a320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:26.588  2985  3827 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xb3e3a320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:26.589 26238 26238 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xff963e60, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:26.590 26238 26238 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xff963e60, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:26.590 26238 26238 D InCallUtilsMultiSIM: perf - getSubId: 3
11-30 15:19:26.591 26238 26238 D InCallUtilsMultiSIM: perf - getSlotId: start
11-30 15:19:26.591 26238 26238 D InCallUtilsMultiSIM: Success sGetPhoneId, Match : 1
11-30 15:19:26.591 26238 26238 D InCallUtilsMultiSIM: perf - getSlotId(3): 1
11-30 15:19:26.591 26238 26238 D InCallUtilsMultiSIM: getPhoneId phoneId : 1 subId : 3
11-30 15:19:26.591 26238 26238 D InCall  : Call -  - perf - getPhoneId: end
11-30 15:19:26.591 26238 26238 D InCallUtilsMultiSIM: SimNumeric = 51010
11-30 15:19:26.592 26238 26238 D InCall  : InCallUIConfig - getSimOperatorNumeric: 51010
11-30 15:19:26.592 26238 26238 D InCall  : InCallUtils - isHdIconNotSupportUsim simOperator :51010
11-30 15:19:26.592 26238 26238 D InCall  : InCallUtils - getCallAudioCodec getId :Call_0 / codeType :1
11-30 15:19:26.592 26238 26238 D InCall  : InCallUtils - isShowHDVoiceIcon opStyleForHDIcon:XID_HD isPSDomain : false isWBMode : false ShowHDVoice : false
11-30 15:19:26.592 26238 26238 D InCall  : InCallUtils - getIconType() preferHDIcon: false icon type : 0
11-30 15:19:26.593 26238 26238 I InCall  : SecMiniController - updateName name : [acf1fffc01dc0193aa07d0b1de723c292a2c826d]
11-30 15:19:26.608  2985  5081 I ApplicationPackageManager: load=com.samsung.knox.securefolder, bg=144-144, dr=144-144, forDefault=false, density=0
11-30 15:19:26.609  2985  5081 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:19:26.610  2985  5081 I ApplicationPackageManager: scaled rate=0.59999996, size=144, alpha=0, hold=0
11-30 15:19:26.610  2985  5081 I ApplicationPackageManager: load=com.samsung.knox.securefolder-theme2, bg=144-144, dr=144-144, tarScale=0.59999996, relScale=0.59999996, mask=false
11-30 15:19:26.615 26238 26238 I InCall  : SecMiniController - updatedName temp : [acf1fffc01dc0193aa07d0b1de723c292a2c826d]
11-30 15:19:26.620 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:26.623 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:26.623 26238 26238 D InCallUtilsMultiSIM: SimNumeric = 51010
11-30 15:19:26.623 26238 26238 D InCall  : InCallUIConfig - getSimOperatorNumeric: 51010
11-30 15:19:26.623 26238 26238 D InCall  : InCallUtils - isHdIconNotSupportUsim simOperator :51010
11-30 15:19:26.624 26238 26238 D InCall  : InCallUtils - getCallAudioCodec getId :Call_0 / codeType :1
11-30 15:19:26.624 26238 26238 D InCall  : InCallUtils - isShowHDVoiceIcon opStyleForHDIcon:XID_HD isPSDomain : false isWBMode : false ShowHDVoice : false
11-30 15:19:26.624 26238 26238 D InCall  : InCallUtils - getIconType() preferHDIcon: false icon type : 0
11-30 15:19:26.626 26238 26238 D InCall  : StatusBarNotifier - Notifying IN_CALL_NOTIFICATION: Notification(channel=null pri=2 contentView=com.samsung.android.incallui/0x7f0400fa vibrate=null sound=null defaults=0x0 flags=0x2 color=0x00000000 category=call number=0 vis=PRIVATE publicVersion=Notification(channel=null pri=0 contentView=com.samsung.android.incallui/0x7f0400fb vibrate=null sound=null defaults=0x0 flags=0x10 color=0x00000000 number=0 vis=PUBLIC semFlags=0x0 semPriority=0 semMissedCount=0) semFlags=0x0 semPriority=10 semMissedCount=0)
11-30 15:19:26.626 26238 26238 D InCall  : StatusBarNotifier - check fullScreenIntent: PendingIntent{bbba81: android.os.BinderProxy@387e726}
11-30 15:19:26.626 26238 26238 D InCall  : StatusBarNotifier - Displaying notification for 2
11-30 15:19:26.627 26238 26238 D InCall  : StatusBarNotifier - notify user: 0
11-30 15:19:26.628  2985  5081 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:19:26.629  2985  5081 D PersonaManagerService: securefolder Secure Folder
11-30 15:19:26.630  2985  5081 D Noti_WTF: custom notification is detected - 1638260366555 : 1638260366557 : 0 : null
11-30 15:19:26.630  2985  5081 D Noti_WTF: custom notification is detected - 1638260366616 : 1638260366625 : 0 : null
11-30 15:19:26.636  2985  5081 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.samsung.android.incallui,userId = 0
11-30 15:19:26.636  2985  5081 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:26.638  2985  5081 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.samsung.android.incallui,userId = 0
11-30 15:19:26.638  2985  5081 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:26.640 26238 26238 D ReflectUtil: notifyAsUser is called
11-30 15:19:26.641 26238 26238 D InCall  : StatusBarNotifier - buildAndSendNotification end 
11-30 15:19:26.641 26238 26238 D InCall  : ContactInfoCache - findInfoQueryComplete didLocalLookup: false
11-30 15:19:26.643 26238 26238 D AppLogging: app_id = com.android.incallui, feature = IVCT, extra = CS, value = null
11-30 15:19:26.643 26238 26238 I InCall  : InCallPresenter -  - perf - startUi end
11-30 15:19:26.643 26238 26238 D InCall  : InCallPresenter -  - perf - startOrFinishUi end
11-30 15:19:26.644 26238 26238 I InCallUtilsMultiSIM: checkMultiSim...
11-30 15:19:26.644 26238 26238 I InCallUtilsMultiSIM: isSoftsimEnable :  false,softsimStatus=
11-30 15:19:26.644 26238 26238 I InCallUtilsMultiSIM: isSoftsimEnable :  false,softsimStatus=
11-30 15:19:26.644 26238 26238 I InCallUtilsMultiSIM: hasVirtualSim: false
11-30 15:19:26.645  3470 27634 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:26.646  3470 27634 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:26.646  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:26.647  2985  2985 I chatty  : uid=1000 system_server identical 1 line
11-30 15:19:26.649  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:26.653 25488 25785 I zygote  : Deoptimizing acpz acjp.G() due to JIT inline cache
11-30 15:19:26.653 25488 25785 I zygote  : Deoptimizing acpz acjp.H(int) due to JIT inline cache
11-30 15:19:26.657  3470 27634 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:26.658  3470 27634 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:26.658 26238 26238 D InCallUtilsMultiSIM: getMultiSimIccType[0]: 2
11-30 15:19:26.659 26238 26238 D InCallUtilsMultiSIM: getMultiSimIccType[1]: 2
11-30 15:19:26.659 26238 26238 D InCallUtilsMultiSIM: getInsertedSimCard: returnValue - 2
11-30 15:19:26.659 26238 26238 D InCallUtilsMultiSIM: getMultiSimIccType[0]: 2
11-30 15:19:26.659 26238 26238 D InCallUtilsMultiSIM: getMultiSimIccType[1]: 2
11-30 15:19:26.660 26238 26238 D InCall  : MultiSimManager - updateMultiSimState: false
11-30 15:19:26.660 26238 26238 I InCall  : InCallPresenter -  - dismissSelectSimAccountDialog()...
11-30 15:19:26.660 26238 26238 I InCall  : SelectSimAccountDialogFragment - dismissDialog : true
11-30 15:19:26.661 26238 26238 D InCall  : InCallPresenter -  - perf - startContactInfoSearch
11-30 15:19:26.661 26238 26238 D InCall  : ContactInfoCache - perf - startContactInfoSearchForRedialCall [Call_0, INCOMING, domain:1, Audio Only, NO_REQUEST, isholded:false, children:[], parent:null, conferenceable:[], FRONT]
11-30 15:19:26.661 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:19:26.662  2985  3827 D SecContentProvider2: query(), uri = 15 selection = getAutoCallPickupState
11-30 15:19:26.672 26238 26238 D InCall  : KnoxCustomManagerWrapper - getAutoCallPickupState: 0
11-30 15:19:26.674 26238 26238 I InCall  : SECVT:FLOW - VideoCallManager - setPrimaryCall : new  VideoContext{INCOMING, DimensionType=QCIF, Peer= {480 X 640} , Preview= {176 X 144} , SecVideoState=NONE, VideoSession=false, ConferecedVideoRx=false, ReadyVideoProvider=false} 
11-30 15:19:26.674 26238 26238 I InCall  : SECVT:VIDEO - VideoPauseController - Create - PrimaryCallContext {CallId=Call_0, CurrentState=INCOMING, SavedState=INCOMING, VideoState=0, CanVideoPause=false, isVideoCallReady=false} 
11-30 15:19:26.674 26238 26238 D InCall  : InCallUtils - isEcholocateEnabled name = UI
11-30 15:19:26.674 26238 26238 D InCall  : InCallUtils - isEcholocateEnabled enabled = false
11-30 15:19:26.674 26238 26238 I InCall  : InCallPresenter -  - onIncomingCall end NO_CALLS -> INCOMING
11-30 15:19:26.684 26238 26238 I InCall  : InCallPresenter -  - setBoundAndWaitingForOutgoingCall: false
11-30 15:19:26.684 26238 26379 D InCall  : CallList - fetchDefaultColorAsync
11-30 15:19:26.685 26238 26379 I InCall  : GraphicResourceUtils - perf - getGradientDefaultColors is requested
11-30 15:19:26.700 26238 26238 I InCallLog-Telecom-InCallService : onCallAudioStateChanged, [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER]
11-30 15:19:26.715  3510 15818 D Noti_WTF: custom notification is detected - 1638260366555 : 1638260366557 : 0 : null
11-30 15:19:26.716  3510 15818 D Noti_WTF: custom notification is detected - 1638260366616 : 1638260366625 : 0 : null
11-30 15:19:26.717  3510  3510 D StatusBar: addNotification key=0|com.samsung.android.incallui|2|null|1001 fullscreen:true
11-30 15:19:26.720 18545 18557 D Noti_WTF: custom notification is detected - 1638260366555 : 1638260366557 : 0 : null
11-30 15:19:26.720  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:26.720 18545 18557 D Noti_WTF: custom notification is detected - 1638260366616 : 1638260366625 : 0 : null
11-30 15:19:26.725 19185 19385 D Noti_WTF: custom notification is detected - 1638260366555 : 1638260366557 : 0 : null
11-30 15:19:26.726 21820 10505 D Noti_WTF: custom notification is detected - 1638260366555 : 1638260366557 : 0 : null
11-30 15:19:26.726 19185 19385 D Noti_WTF: custom notification is detected - 1638260366616 : 1638260366625 : 0 : null
11-30 15:19:26.727 21820 10505 D Noti_WTF: custom notification is detected - 1638260366616 : 1638260366625 : 0 : null
11-30 15:19:26.729  4604 21401 D Noti_WTF: custom notification is detected - 1638260366555 : 1638260366557 : 0 : null
11-30 15:19:26.729  4604 21401 D Noti_WTF: custom notification is detected - 1638260366616 : 1638260366625 : 0 : null
11-30 15:19:26.764 16033 25837 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.autofill.events.AutofillGcmTaskService started execution. cause:5 exec_start_elapsed_seconds: 458649 [CONTEXT service_id=218 ]
11-30 15:19:26.764 16033 25837 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.autofill.events.AutofillGcmTaskService finished executing. cause:5 result: 2 elapsed_millis: 19522 uptime_millis: 19522 exec_start_elapsed_seconds: 458649 [CONTEXT service_id=218 ]
11-30 15:19:26.775  2985  5081 D WallpaperManagerService: getWallpaper which=2 wallpaperUserId=0 kwpType=0 index=0 isDexEnabled=false
11-30 15:19:26.775  2985  5081 D WallpaperManagerService: get index of which = 2, isCopied = false
11-30 15:19:26.793 26238 26379 I InCall  : GraphicResourceUtils - getGradientDefaultColors: find lock-screen-specific wallpaper
11-30 15:19:26.844  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:19:26.845  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:19:26.904 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:19:26.910 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:19:26.958 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:19:26.958 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:19:26.959  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:19:26.968  2985  2985 I MotionRecognitionService: Plugged
11-30 15:19:26.968  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:19:26.973  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:19:27.098  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:19:27.199 26109 26171 I SP      : Sync for en-us succeeded in 7225 ms: {added: [en-us-x-multi-r38], removed: [en-us-x-multi-r35], metadata: false
11-30 15:19:27.202  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:27.202  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:27.202  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:27.249   559   732 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:19:27.265  2985  5081 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.talk cmp = androidx.work.impl.background.systemjob.SystemJobService newState = 1 callingPackage = 10133/com.google.android.talk
11-30 15:19:27.284 26331 26350 I zygote  : ThreadFlipBegin blocked for 36.010ms
11-30 15:19:27.285 26331 26331 W zygote  : Opening an oat file without a class loader. Are you using the deprecated DexFile APIs?
11-30 15:19:27.305 18545 18545 I NotificationService: Catched notification: MyNotification{id=null, received=Tue Nov 30 15:19:27 GMT+07:00 2021, removed=null, pack='com.samsung.android.incallui', title='188', text='Incoming call', trash=false, lastOccurred=Tue Nov 30 15:19:27 GMT+07:00 2021, appName='Phone', notificationType=NOTIFICATION, myIcon=MyIcon{pack='com.samsung.android.incallui', created=Tue Nov 30 15:19:27 GMT+07:00 2021, lastUpdated=Tue Nov 30 15:19:27 GMT+07:00 2021}}
11-30 15:19:27.355 26109 26171 I SP      : GC for 'en-us' (10) with ttl of 0 ms took 1 ms (0/1/0)
11-30 15:19:27.358 26109 26153 I VoiceDataDownloader: Superpack download completed.
11-30 15:19:27.370 18545 18545 D WhatsappImageHandler: whatsapp monitoring is enabled: true
11-30 15:19:27.374 18545 18545 D WhatsappAudioHandler: whatsapp monitoring is enabled: true
11-30 15:19:27.374 18545 18545 D WhatsappVideoHandler: whatsapp monitoring is enabled: true
11-30 15:19:27.393 26109 26153 I VoiceDataDownloader: Download default Success true
11-30 15:19:27.399  2985  2985 I Telecom : Ringer : handleMessage 20
11-30 15:19:27.539  2985  5081 D PersonaManagerService: Current focused persona service handled id set to : 0
11-30 15:19:27.551  2985  5081 D InputDispatcher: Focused application set to: xxxx
11-30 15:19:27.586  2985  3070 W Choreographer: Frame time is 3.284486 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:19:27.586  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:19:27.586  2985  2985 D TelecomUtilsAudio: isTopActivity: true
11-30 15:19:27.587  2985  2985 D         : onTorchModeChanged mCameraId = 0 cameraId = 0 enabled = false
11-30 15:19:27.587  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:19:27.587  2985  2985 I Telecom : onTorchModeChanged: isFirstRegister=truebIsTorchOn false
11-30 15:19:27.588  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:19:27.589  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:19:27.589  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:19:27.589  3919  3919 I SemPersonaManager: SecureFolder personaId = 150
11-30 15:19:27.605  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.060631 0.088585 9.621099 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:27.605  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:27.608  2985  2985 I TelecomFeature: getInCallUIPackageName : com.samsung.android.incallui
11-30 15:19:27.616  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:19:27.616  2719  2795 E IptablesRestoreController: -D fw_standby -m owner --uid-owner 15001001 -j DROP
11-30 15:19:27.616  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:19:27.654  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:19:27.654  2719  2795 E IptablesRestoreController: -D fw_standby -m owner --uid-owner 15001001 -j DROP
11-30 15:19:27.654  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:19:27.654  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:19:27.689  3919  3919 D KNOXCORE::LockSecureFolderTask: started: 150
11-30 15:19:27.690  3919  3919 D KNOXCORE::LockSecureFolderTask: ResumedActivity userId0[com.samsung.android.incallui/com.android.incallui.InCallActivity]
11-30 15:19:27.733 26238 26238 I VerificationLog: onCreate
11-30 15:19:27.733 26238 26238 I InCallLog-InCallActivity : perf - onCreate()... enter,  this = com.android.incallui.InCallActivity@e99230a
11-30 15:19:27.735 26238 26238 I InCallLog-InCallActivity : updateScreenType, -1 -> 5, forceUpdate=true
11-30 15:19:27.747 26238 26238 V BikeModeUtils: setIsBMOutCallHandled: 1
11-30 15:19:27.790 15154 25918 I Finsky:background: [43286] gef.X(3): Broadcasting <534:RUNNING:59%[59%]>.
11-30 15:19:27.795  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:27.820  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 13 lines
11-30 15:19:27.820  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:27.855 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:27.855 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:27.855 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:27.856 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:27.856 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:27.856 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:27.856 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:27.856 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:27.856 26238 26238 I InCall  : InCallActivity -  - showStatusBarWhiteIcon = true
11-30 15:19:27.856 26238 26238 I InCall  : InCallActivity -  - showNavigationBarWhiteIcon = false
11-30 15:19:27.886 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.android.chrome:com.android.chrome reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 2, 192
11-30 15:19:27.899 26238 26238 D InCall  : ScreenControlUtils - isShowingNavigationBar : has not NavigationBar
11-30 15:19:27.899 26238 26238 V BikeModeUtils: isBikeMode: false
11-30 15:19:27.899 26238 26238 I InCall  : InCallActivity -  - isBikeMode? false
11-30 15:19:27.899 26238 26238 V BikeModeUtils: isBikeMode: false
11-30 15:19:27.931 26238 26238 I InCall  : SECVT:WINDOW - VideoCallMetrics - Create, density=3.0
11-30 15:19:27.969 26195 26232 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:19:27.990 26195 26232 I zygote  : WaitForGcToComplete blocked ProfileSaver on AddRemoveAppImageSpace for 21.176ms
11-30 15:19:28.008 26209 26209 I axuq    : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API.
11-30 15:19:28.087  2985  3070 W Choreographer: Frame time is 3.5803 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:19:28.104 26238 26238 I InCall  : SECVT:WINDOW - VideoCallMetrics - notifyVideoMetricsChange,  VideoCallMetrics{1080 X 1920, Display[1080 X 1920, rotation=0], VideoUX=PHONE,  VideoMetrics{preview= {480 X 640} , peer= {480 X 640} ,  VideoZone={x=0.0, y=0.0, width=1080, height=1920} , BigTempleteAlign=center}} 
11-30 15:19:28.104 26238 26238 I InCall  : InCallContentViewListener - registerListener
11-30 15:19:28.131 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:28.131 26238 26238 D GradientAnimationView0: setUp
11-30 15:19:28.132 26238 26238 D GradientAnimationView0: updateGradientSize: 1080, 1920, 135, 2048, 8
11-30 15:19:28.139 26238 26238 V InCall  : InCallActivity -  - getMultiWindowUX: false(18)
11-30 15:19:28.139 26238 26238 V InCall  : InCallActivity -  - checkMultiWindowAndUpdate: 2
11-30 15:19:28.140 26238 26238 I InCall  : CallSContextMotion - stopPutDownListening
11-30 15:19:28.140 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:28.140 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:28.141 26238 26238 I InCallLog-InCallActivity : perf - onCreate()... exit
11-30 15:19:28.142 26238 26238 I InCallLog-InCallActivity : perf - onStart()...
11-30 15:19:28.143 26238 26238 D InCall  : InCallActivity -  - addFlagTurnOnScreen: true
11-30 15:19:28.145 26238 26238 I InCall  : InCallPresenter -  - setActivity - Application version : 3.0.30.73
11-30 15:19:28.145 26238 26238 I InCall  : InCallPresenter -  - UI Initialized
11-30 15:19:28.148 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:28.148 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:28.148 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:28.148 26238 26238 I InCall  : InCallPresenter -  - onCallListChange: start
11-30 15:19:28.165 26238 26238 D InCall  : InCallPresenter -  - perf - startOrFinishUi startINCOMING -> INCOMING
11-30 15:19:28.165 26238 26238 V BikeModeUtils: isBikeMode: false
11-30 15:19:28.165 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:19:28.165 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:19:28.165 26238 26238 D BikeModeController: bike mode newStateINCOMING
11-30 15:19:28.165 26238 26238 D InCall  : InCallPresenter -  - alreadyOutgoing: false
11-30 15:19:28.166 26238 26238 I InCall  : InCallPresenter -  - Phone switching state: INCOMING -> INCOMING
11-30 15:19:28.166 26238 26238 D InCall  : ScreenControlUtils - showNavigationBar : false
11-30 15:19:28.166 26238 26238 D InCall  : InCallUtils - isEcholocateEnabled name = UI
11-30 15:19:28.166 26238 26238 D InCall  : InCallUtils - isEcholocateEnabled enabled = false
11-30 15:19:28.167 26238 26238 I InCall  : InCallPresenter -  - Skip onCallListChange during UI Locked
11-30 15:19:28.167 26238 26238 I InCall  : SECVT:FLOW - VideoCallManager - onActivityStateChanged, AliveCall Id=Call_0, NONE -> STARTED
11-30 15:19:28.168 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:28.168 26238 26238 I InCall  : SECVT:VIDEO - VideoPauseController - onUiShowing : true canUpdate : false
11-30 15:19:28.183 26238 26238 I VerificationLog: onResume
11-30 15:19:28.183 26238 26238 I InCallLog-InCallActivity : perf - onResume()... enter
11-30 15:19:28.194 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:28.194 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:28.194 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:28.194 26238 26238 D InCall  : InCallActivity -  - showGreenBar = false
11-30 15:19:28.195 26238 26238 I InCallLog-InCallActivity : updateScreenType, 5 -> 5, forceUpdate=false
11-30 15:19:28.195 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:28.195 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:28.195 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:28.196 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:19:28.196 26238 26238 D InCall  : StatusBarNotifier - updateInCallNotification(allowFullScreenIntent = false)...
11-30 15:19:28.196 26238 26238 D InCall  : StatusBarNotifier - isOutgoingWithoutIncallUi = false
11-30 15:19:28.196 26238 26238 V BikeModeUtils: isBikeCallAnswered: false
11-30 15:19:28.196 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:19:28.196 26238 26238 I InCall  : InCallUISystemDB - canUseProximitySensor : true
11-30 15:19:28.196 26238 26238 V InCall  : ProximitySensor -  - screenonImmediately: false
11-30 15:19:28.201  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:19:28.202  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:19:28.202  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:19:28.202 26238 26238 I InCall  : ProximitySensor -  - ProximitySensor{keybrd=0, dpad=0, offhook=0, ui=1, aud=EARPIECE}
11-30 15:19:28.202 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:28.202 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:28.202 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:28.202 26238 26238 D InCall  : ProximitySensor -  - Turning off proximity sensor
11-30 15:19:28.202 26238 26238 I InCall  : ProximitySensor -  - Proximity wake lock already released
11-30 15:19:28.202  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:28.202  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:28.203  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:28.204  2985  5081 D SecContentProvider2: query(), uri = 15 selection = getAutoCallPickupState
11-30 15:19:28.206 26238 26238 D InCall  : KnoxCustomManagerWrapper - getAutoCallPickupState: 0
11-30 15:19:28.215 26238 26238 I InCall  : SECVT:FLOW - VideoCallManager - onActivityStateChanged, AliveCall Id=Call_0, STARTED -> RESUMED
11-30 15:19:28.219 26238 26238 I InCall  : SECVT:FULLSCREEN - setFullScreen FullScreenMode is unavailable
11-30 15:19:28.219 26238 26238 D InCall  : ScreenControlUtils - showNavigationBar : false
11-30 15:19:28.219 26238 26238 D InCall  : InCallActivity -  - updateKeepScreenOnFlag: add FLAG_KEEP_SCREEN_ON
11-30 15:19:28.219 26238 26238 I InCall  : InCallActivity -  - showDialpadRequest : not ready
11-30 15:19:28.220 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:19:28.220 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:19:28.220 26238 26238 I InCall  : InCallActivity -  - setStatusBar = false
11-30 15:19:28.222 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:19:28.222  3510  3510 D StatusBar: disable<E!i A s b H R c s q >
11-30 15:19:28.222 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:19:28.222  3510  3510 D CollapsedStatusBarFragment: disable<E!I A S b H R c s q >
11-30 15:19:28.222 26238 26238 D BikeModeController: setStatusBar...
11-30 15:19:28.222 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:28.222 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:28.222 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:28.222 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:28.222 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:28.223 26238 26238 I InCall  : InCallActivity -  - showStatusBarWhiteIcon = true
11-30 15:19:28.226 26238 26238 I InCall  : InCallUISystemDB - currentLauncher : com.sec.android.app.launcher
11-30 15:19:28.227 26238 26238 V InCall  : InCallActivity -  - getMultiWindowUX: false(18)
11-30 15:19:28.228 26238 26238 V InCall  : InCallActivity -  - checkMultiWindowAndUpdate: 2
11-30 15:19:28.230 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:28.231 26238 26238 D GradientAnimationView0: updateGradientColor: default
11-30 15:19:28.231 26238 26238 I InCall  : GraphicResourceUtils - perf - getGradientDefaultColors is requested
11-30 15:19:28.231  2985  5081 D WallpaperManagerService: getWallpaper which=2 wallpaperUserId=0 kwpType=0 index=0 isDexEnabled=false
11-30 15:19:28.231  2985  5081 D WallpaperManagerService: get index of which = 2, isCopied = false
11-30 15:19:28.232 26238 26238 I InCall  : GraphicResourceUtils - getGradientDefaultColors: find lock-screen-specific wallpaper
11-30 15:19:28.257 14965 25582 I Finsky  : [43458] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:28.258  2985  5081 D SecContentProvider: query(), uri = 17 selection = isSettingsChangesAllowed
11-30 15:19:28.306 26209 26351 I GMS_MM_Logger: Started.
11-30 15:19:28.349 26209 26266 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:19:28.359 26238 26379 I InCall  : GraphicResourceUtils - perf - getGradientColors is requested: 1920, 1920 isPhotoExist: false
11-30 15:19:28.359 26238 26379 D OpenGLRenderer: HWUI GL Pipeline
11-30 15:19:28.382 26238 26238 I InCall  : GraphicResourceUtils - perf - getGradientColors is requested: 1920, 1920 isPhotoExist: false
11-30 15:19:28.445  3510  3510 I zygote  : Deoptimizing void com.android.systemui.statusbar.ExpandableNotificationRow.onChildrenCountChanged() due to JIT same target
11-30 15:19:28.448  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:28.450  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:28.454 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(334) data(3908) accounts({vnd.sec.contact.phone (1)=155, com.whatsapp (23)=210, com.google (19)=204, com.osp.app.signin (24)=4, vnd.sec.contact.sim2 (3)=14, org.telegram.messenger (36)=127}) accounts deleted({com.google (19)=1}) calls([logtype:100 cnt:500, logtype:300 cnt:500]) countryIso(ID) userId(0)  ]

11-30 15:19:28.454 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ agr({[1 ,1 ,23]=1, [23 ,3 ,36 ,19]=1, [1 ,1 ,36 ,23]=1, [1 ,24 ,23]=1, [19 ,23 ,23 ,36 ,36]=1, [1 ,1 ,1]=1, [19 ,19 ,19 ,1 ,23 ,24 ,36]=1, [19]=10, [19 ,19 ,1]=1, [19 ,1 ,36 ,23]=1, [19 ,36]=4, [1 ,36]=1, [36 ,19 ,23 ,36]=2, [19 ,1 ,23 ,23 ,23]=1, [19 ,1 ,23 ,36 ,36]=1, [19 ,1 ,23 ,36]=9, [1 ,23 ,36 ,36]=1, [1 ,23 ,36]=12, [19 ,23 ,36 ,23]=1, [19 ,36 ,23]=2, [19 ,23 ,36]=68, [3]=10, [1]=72, [19 ,1 ,23 ,24]=1, [1 ,23 ,24 ,36]=1, [19 ,1 ,23]=8, [19 ,1 ,23 ,36 ,23]=1, [19 ,23]=67, [20 ,23]=1, [23 ,3]=1, [36]=12, [1 ,23]=17, [19 ,1]=19, [19 ,23 ,23]=1, [23 ,3 ,36]=2})  ]

11-30 15:19:28.454 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({com.samsung.android.incallui(26238)=3, android.process.acore(15069)=1, system(2985)=10})  ]

11-30 15:19:28.454 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(1) data(3) accounts({vnd.sec.contact.phone (1)=1})  ]

11-30 15:19:28.454 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(1) data(24) accounts({vnd.sec.contact.phone (1)=1})  ]
11-30 15:19:28.459 26238 26282 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:19:28.504  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:28.505  2985  5081 I chatty  : uid=1000(system) Binder:2985_13 identical 4 lines
11-30 15:19:28.505  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:28.507  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:28.508  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 1 line
11-30 15:19:28.508  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:28.512  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:28.512  2985  5081 I chatty  : uid=1000(system) Binder:2985_13 identical 1 line
11-30 15:19:28.512  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:28.531 26238 26238 I InCall  : GraphicResourceUtils - perf - getGradientColors is completed: -5541541, -11707794
11-30 15:19:28.531 26238 26379 I InCall  : GraphicResourceUtils - perf - getGradientColors is completed: -5541541, -11707794
11-30 15:19:28.531 26238 26238 I InCall  : GraphicResourceUtils - perf - getGradientDefaultColors is completed
11-30 15:19:28.531 26238 26379 I InCall  : GraphicResourceUtils - perf - getGradientDefaultColors is completed
11-30 15:19:28.531 26238 26238 I GradientAnimationView0: updateGradient...
11-30 15:19:28.533 26238 26256 I zygote  : NativeAlloc concurrent copying GC freed 8388(601KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 5MB/11MB, paused 286us total 150.245ms
11-30 15:19:28.533 26238 26282 I zygote  : WaitForGcToComplete blocked ProfileSaver on ClassLinker for 74.144ms
11-30 15:19:28.533  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:19:28.537  2985  2985 V Vibrator: Called cancel() API - PUID: 1000, PackageName: android, token: android.os.Binder@7d376ed
11-30 15:19:28.537  2608  2608 D SecVibrator-HAL: writeNode node:/sys/class/timed_output/vibrator/enable val:0
11-30 15:19:28.554  6077  6077 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.gmscompliance.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService PairActivityUserId=150 }
11-30 15:19:28.645  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.057040 0.064643 9.625888 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:28.645  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:28.649  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:19:28.649  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:19:28.733 26238 26238 I InCall  : InCallActivity -  - perf - onResume: initializeInCall will be called after 500ms
11-30 15:19:28.733 26238 26396 D InCall  : CallerInfoAsyncQuery$CallerInfoAsyncQueryHandler -  - perf - onQueryCompleteAsync: start
11-30 15:19:28.733 26238 26238 I VerificationLog: Executed
11-30 15:19:28.733 26238 26238 I InCallLog-InCallActivity : perf - onResume()... exit, disable home key
11-30 15:19:28.733 26238 26396 D CallerInfoUtils: modifyForSpecialCnapCases: initially, number=xxx, presentation=1 ci com.android.incallui.CallerInfo@ae7c229 { name null, phoneNumber null }
11-30 15:19:28.733 26238 26396 D CallerInfoUtils: SpecialCnap: number=xxx; presentation now=1
11-30 15:19:28.734 26238 26396 D CallerInfoUtils: modifyForSpecialCnapCases: returning number string=xxx
11-30 15:19:28.753  2985  5081 D TelecomUtils: isAdditionalPrivilegedDialer: com.samsung.android.incallui
11-30 15:19:28.755  2985  5081 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0x9fd7e930, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:28.755  2985  5081 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0x9fd7e930, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:28.839  2985  5081 V PhoneAccountRegistrar: isVoiceMailNumber, false3-1*8-ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}
11-30 15:19:28.839 26238 26396 D InCall  : CallerInfo - getCallerInfo() contact query result - cursor.getCount(): 2
11-30 15:19:28.840 26238 26396 D InCall  : CallerInfo - getCallerInfo() contact query result - name exist
11-30 15:19:28.844 26331 26331 D FirebaseApp: com.google.firebase.auth.FirebaseAuth is not linked. Skipping initialization.
11-30 15:19:28.845 26331 26331 D FirebaseApp: com.google.firebase.crash.FirebaseCrash is not linked. Skipping initialization.
11-30 15:19:28.848 26238 26396 D InCall  : CallerInfo - contactId 929
11-30 15:19:28.851 26331 26331 I FirebaseInitProvider: FirebaseApp initialization successful
11-30 15:19:28.996 26238 26396 V InCall  : CallerInfo - rawId 810 3516
11-30 15:19:28.996 26238 26396 D InCall  : CallerInfoAsyncQuery$CallerInfoAsyncQueryHandler -  - perf - onQueryCompleteAsync: end
11-30 15:19:29.028  2985  5081 D InputTransport: Input channel constructed: fd=398
11-30 15:19:29.028  2985  5081 D InputTransport: Input channel constructed: fd=588
11-30 15:19:29.049  2985  5081 D InputTransport: Input channel destroyed: fd=588
11-30 15:19:29.049 26238 26238 D InputTransport: Input channel constructed: fd=59
11-30 15:19:29.050 26238 26238 D ViewRootImpl@d7b8adc[InCallActivity]: setView = DecorView@44862ba[InCallActivity] TM=true MM=false
11-30 15:19:29.061  2985  3002 I zygote  : Successfully killed process cgroup uid 1000 pid 24361 in 11ms
11-30 15:19:29.064 16433 16433 I ServiceManager: [#CMH#] Disconnected to Service  com.samsung.storyservice.StoryService
11-30 15:19:29.067  2985  3002 I zygote  : Successfully killed process cgroup uid 15005004 pid 23494 in 5ms
11-30 15:19:29.072  2985  3002 I zygote  : Successfully killed process cgroup uid 1000 pid 23887 in 5ms
11-30 15:19:29.072  2985  3002 I zygote  : Successfully killed process cgroup uid 1000 pid 23854 in 0ms
11-30 15:19:29.092 26359 26410 E TelephonyManager: getCustomerPath : /system/csc/customer.xml file exist
11-30 15:19:29.101 18545 18545 I NotificationReceiver: found similar notification: MyNotification{id=37202, received=Fri Oct 15 11:30:53 GMT+07:00 2021, removed=null, pack='com.samsung.android.incallui', title='188', text='Incoming call', trash=false, lastOccurred=Fri Oct 15 11:30:53 GMT+07:00 2021, appName='Phone', notificationType=NOTIFICATION, myIcon=MyIcon{pack='com.samsung.android.incallui', created=Wed Jun 30 16:23:34 GMT+07:00 2021, lastUpdated=Wed Jun 30 16:23:34 GMT+07:00 2021}}
11-30 15:19:29.121  2985  3070 W Choreographer: Frame time is 6.041787 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:19:29.121  2985  5081 D ActivityManager: post active user change for 0 fullscreen true isHomeActivity() false
11-30 15:19:29.122  2985  3023 D PersonaManagerService: handleNotifyActivityDrawn for user 0, showwhenlocked : true, keyguardOwner : -1301
11-30 15:19:29.122  2985  3023 D PersonaManagerService: return code : 2
11-30 15:19:29.123 18545 18545 I DB_HELPER: inserted: MyNotification{id=47880, received=Tue Nov 30 15:19:27 GMT+07:00 2021, removed=null, pack='com.samsung.android.incallui', title='188', text='Incoming call', trash=false, lastOccurred=Tue Nov 30 15:19:27 GMT+07:00 2021, appName='Phone', notificationType=NOTIFICATION, myIcon=MyIcon{pack='com.samsung.android.incallui', created=Tue Nov 30 15:19:27 GMT+07:00 2021, lastUpdated=Tue Nov 30 15:19:27 GMT+07:00 2021}}
11-30 15:19:29.126 26238 26238 I InCallLog-InCallActivity : perf - onPause()... enter
11-30 15:19:29.126 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:19:29.126 26238 26238 D InCall  : StatusBarNotifier - updateInCallNotification(allowFullScreenIntent = false)...
11-30 15:19:29.126 26238 26238 D InCall  : StatusBarNotifier - isOutgoingWithoutIncallUi = false
11-30 15:19:29.127 26238 26238 V BikeModeUtils: isBikeCallAnswered: false
11-30 15:19:29.127 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:19:29.127 26238 26238 I InCall  : InCallUISystemDB - canUseProximitySensor : true
11-30 15:19:29.128 26238 26238 V InCall  : ProximitySensor -  - screenonImmediately: false
11-30 15:19:29.128 26238 26238 I InCall  : ProximitySensor -  - ProximitySensor{keybrd=0, dpad=0, offhook=0, ui=1, aud=EARPIECE}
11-30 15:19:29.128 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:29.128 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:29.128 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:29.128 26238 26238 D InCall  : ProximitySensor -  - Turning off proximity sensor
11-30 15:19:29.128 26238 26238 I InCall  : ProximitySensor -  - Proximity wake lock already released
11-30 15:19:29.128 26238 26238 I InCall  : SECVT:FLOW - VideoCallManager - onActivityStateChanged, AliveCall Id=Call_0, RESUMED -> PAUSED
11-30 15:19:29.129 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:19:29.129 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:19:29.130 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:19:29.130 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:19:29.130 26238 26238 I InCall  : InCallActivity -  - setStatusBar = true
11-30 15:19:29.136 18545 18545 I DB      : inserted: MyOccurrence{id=158259, notificationId=47880, occurred=Tue Nov 30 15:19:27 GMT+07:00 2021, text='Incoming call'}
11-30 15:19:29.150 26331 26331 I CapsuleProvider_1.0.9: onCreate
11-30 15:19:29.157 26359 26410 E TelephonyManager: getCustomerPath : /system/csc/customer.xml file exist
11-30 15:19:29.176 26359 26410 E SQLiteLog: (1) no such table: mmsconfig
11-30 15:19:29.179  2985  3613 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.talk cmp = com.google.android.apps.hangouts.sms.SmsReceiver newState = 2 callingPackage = 10133/com.google.android.talk
11-30 15:19:29.180  2985  3613 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.talk cmp = com.google.android.apps.hangouts.sms.MmsWapPushReceiver newState = 2 callingPackage = 10133/com.google.android.talk
11-30 15:19:29.180  2985  3613 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.talk cmp = com.google.android.apps.hangouts.service.NoConfirmationSmsSendService newState = 2 callingPackage = 10133/com.google.android.talk
11-30 15:19:29.180  2985  2985 V Vibrator: Called cancel() API - PUID: 1000, PackageName: android, token: android.os.Binder@7d376ed
11-30 15:19:29.180  2608  2608 D SecVibrator-HAL: writeNode node:/sys/class/timed_output/vibrator/enable val:0
11-30 15:19:29.181  3510  3510 D StatusBar: disable<e!i A s b H R c s q >
11-30 15:19:29.181  3510  3510 D CollapsedStatusBarFragment: disable<e!I A S b H R c s q >
11-30 15:19:29.181 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:19:29.181 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:19:29.181 26238 26238 D BikeModeController: setStatusBar...
11-30 15:19:29.182 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:29.182 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:29.182 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:29.182 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:29.182 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:29.182 26238 26238 I InCall  : InCallActivity -  - showStatusBarWhiteIcon = true
11-30 15:19:29.183 26238 26238 I InCallLog-InCallActivity : perf - onPause()... exit, enable home key
11-30 15:19:29.185  2614  2614 E lowmemorykiller: Error writing /proc/24120/oom_score_adj; errno=22
11-30 15:19:29.185  2985  3002 I zygote  : Successfully killed process cgroup uid 10064 pid 24079 in 23ms
11-30 15:19:29.195  2985  3002 I zygote  : Successfully killed process cgroup uid 1000 pid 24120 in 9ms
11-30 15:19:29.195  2985  3002 I zygote  : Successfully killed process cgroup uid 5012 pid 24133 in 0ms
11-30 15:19:29.195 26359 26410 E gyf     : Babel_SMS: canonicalizeMccMnc: invalid mccmnc nullnull
11-30 15:19:29.202  2985  3002 I zygote  : Successfully killed process cgroup uid 1000 pid 24097 in 6ms
11-30 15:19:29.203  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:29.203  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:29.203  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:29.238 26331 26401 I FA      : App measurement is starting up, version: 15300
11-30 15:19:29.238 26331 26401 I FA      : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
11-30 15:19:29.238 26331 26401 I FA      : To enable faster debug mode event logging run:
11-30 15:19:29.238 26331 26401 I FA      :   adb shell setprop debug.firebase.analytics.app com.samsung.android.mobileservice
11-30 15:19:29.240 26238 26238 I InCall  : InCallActivity -  - onSaveInstanceState isRttVisible : false
11-30 15:19:29.240 26238 26238 I InCallLog-InCallActivity : perf - onStop()... enter
11-30 15:19:29.241 26238 26238 I InCall  : SECVT:FLOW - VideoCallManager - onActivityStateChanged, AliveCall Id=Call_0, PAUSED -> STOPPED
11-30 15:19:29.241 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:29.241 26238 26238 I InCall  : SECVT:VIDEO - VideoPauseController - onUiShowing : false canUpdate : false
11-30 15:19:29.241 26238 26238 D InCall  : InCallActivity -  - addFlagTurnOnScreen: false
11-30 15:19:29.241 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:29.241 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:29.241 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:29.242 26238 26238 D InCall  : InCallActivity -  - showGreenBar = true
11-30 15:19:29.246  2985  4271 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:29.246  2985  4271 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:29.246  2985  4271 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:29.246  2985  4271 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:29.259  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:19:29.265  2985  5083 D PackageManager: setEnabledSetting : userId = 0 packageName = com.samsung.android.mobileservice cmp = androidx.work.impl.background.systemjob.SystemJobService newState = 1 callingPackage = 10211/com.samsung.android.mobileservice
11-30 15:19:29.265 26238 26238 I InCall  : InCallActivity -  - setStatusBar = true
11-30 15:19:29.268 15154 25918 I Finsky:background: [43286] gef.X(3): Broadcasting <534:RUNNING:70%[70%]>.
11-30 15:19:29.268 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:19:29.268 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:19:29.268 26238 26238 D BikeModeController: setStatusBar...
11-30 15:19:29.268 26238 26238 I InCallLog-InCallActivity : perf - onStop()... exit, not clearActivity
11-30 15:19:29.270  2985  5102 D PackageManager: setEnabledSetting : userId = 0 packageName = com.samsung.android.mobileservice cmp = androidx.work.impl.background.systemalarm.SystemAlarmService newState = 2 callingPackage = 10211/com.samsung.android.mobileservice
11-30 15:19:29.271 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.android.chrome:com.android.chrome reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 2, 192
11-30 15:19:29.274  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:29.274  2985  4271 I chatty  : uid=1000(system) Binder:2985_10 identical 1 line
11-30 15:19:29.274  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:29.275 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:29.277  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:29.278  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:19:29.278  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:29.278  2985  2985 D AudioService: isEnabled
11-30 15:19:29.279  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:29.279  2985  4271 I chatty  : uid=1000(system) Binder:2985_10 identical 1 line
11-30 15:19:29.279  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:29.279 14965 25582 I Finsky  : [43458] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:29.280  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:29.280  2985  4271 I chatty  : uid=1000(system) Binder:2985_10 identical 1 line
11-30 15:19:29.280  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:29.282 26238 26238 I InCall  : InCallActivity$7 -  - perf - TURN_ON_SCREEN_FOR_NEW_INCOMING
11-30 15:19:29.286 26238 26238 I InCall  : InCallActivity$7 -  - perf - TURN_ON_SCREEN_FOR_NEW_INCOMING: wake up
11-30 15:19:29.288 26238 26238 D InCall  : SystemServiceUtils - forceWakeUpScreen
11-30 15:19:29.289 26238 26404 D GradientAnimationView0: updateGradient: android.graphics.Bitmap@6c2e56b
11-30 15:19:29.306  2985  3825 D InputManager-JNI: setInteractive(true)
11-30 15:19:29.306  2985  3825 D InputReader: Device ID 2: Releasing active all slots palm because the phone became interactive
11-30 15:19:29.306  2985  3825 D InputReader: KeyboardInputMapper: mPenInUse 0, needCancel 0
11-30 15:19:29.310  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:29.311  2985  4271 I chatty  : uid=1000(system) Binder:2985_10 identical 4 lines
11-30 15:19:29.311  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:29.311  2985  3455 V KeyguardServiceDelegate: onStartedWakingUp reason=0
11-30 15:19:29.312  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:29.312  2985  4271 I chatty  : uid=1000(system) Binder:2985_10 identical 1 line
11-30 15:19:29.312  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:29.313  2985  5102 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:29.313  2985  5102 I chatty  : uid=1000(system) Binder:2985_20 identical 1 line
11-30 15:19:29.313  2985  5102 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:29.314  2985  3455 D PersonaManagerService: onStartedWakingUp reason = 0
11-30 15:19:29.314  3510 15818 D KeyguardViewMediator: onStartedWakingUpWithReason, seq = 126 why = 0
11-30 15:19:29.314  3510 15818 D KeyguardViewMediator: notifyStartedWakingUpWithReason( reason = 0 )
11-30 15:19:29.314  2985  3825 I libsuspend: !@autosuspend_wakeup_count_disable
11-30 15:19:29.314  2985  3825 I libsuspend: !@autosuspend_wakeup_count_disable done
11-30 15:19:29.314  3510  3510 D KeyguardViewMediator: handleNotifyWakingUp( why = 0 )
11-30 15:19:29.315  2985  5102 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:29.316  2985  5102 I chatty  : uid=1000(system) Binder:2985_20 identical 4 lines
11-30 15:19:29.316  2985  5102 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:29.320 26331 26331 I SEMS:SamsungAccount: [SSP] onCreated
11-30 15:19:29.321 26238 26238 D InCall  : CallerInfoAsyncQuery$CallerInfoAsyncQueryHandler$1 -  - perf - listener.onQueryComplete: start
11-30 15:19:29.321 26238 26238 D InCall  : ContactInfoCache - FindInfoCallback : onQueryComplete - com.android.incallui.CallerInfo@ae7c229 { name non-null, phoneNumber non-null }
11-30 15:19:29.321 26238 26238 D InCall  : InCallUtils - isRoamingArea : DefaultIMEI
11-30 15:19:29.322  2985  3011 D PersonaManagerService: Current focused persona service handled id set to : 0
11-30 15:19:29.322 26238 26238 D GradientAnimationView0: updateGradientColor: ContactCacheEntry color exists
11-30 15:19:29.322 26238 26238 I GradientAnimationView0: updateGradientColor: duplicated
11-30 15:19:29.323 26238 26238 D InCall  : ContactInfoCache - findInfoQueryComplete didLocalLookup: true
11-30 15:19:29.323 26238 26356 D InCall  : StatusBarNotifier - buildAndSendNotification start - allowFullScreenIntent false
11-30 15:19:29.323 26238 26356 V BikeModeUtils: isBikeCall: false
11-30 15:19:29.323 26238 26356 D InCall  : CallTypeUtils - isSrvccConference : false
11-30 15:19:29.323 26238 26356 I InCall  : InCallUISystemDB - isDaydreamConnected property : 
11-30 15:19:29.324 26238 26356 D InCall  : StatusBarNotifier - getIconToDisplay : isShowingInCallUi = false, isDaydreamConnected = false
11-30 15:19:29.324 26238 26356 D InCall  : InCallUtils - isHideCallerInfo false
11-30 15:19:29.324 26238 26356 D InCall  : InCallUtils - isHideCallerInfo false
11-30 15:19:29.327 26238 26238 I InCall  : Agifflow-CoreAppsManager - CoreAppsManager created
11-30 15:19:29.327 26238 26238 I InCall  : Agifflow-CoreAppsManager - init()... agifFeature enable state = false 1.0.0
11-30 15:19:29.341  2985  3002 I zygote  : Successfully killed process cgroup uid 10102 pid 23605 in 15ms
11-30 15:19:29.347  2985  3002 I zygote  : Successfully killed process cgroup uid 10056 pid 24158 in 5ms
11-30 15:19:29.350  2985  3011 V KeyguardServiceDelegate: onScreenTurnedOn(showListener = com.android.server.policy.PhoneWindowManager$2@d6381ee)
11-30 15:19:29.352  3919  3919 I SemPersonaManager: SecureFolder personaId = 150
11-30 15:19:29.368 26238 26356 I InCall  : InCallUISystemDB - isDaydreamConnected property : 
11-30 15:19:29.370  2985  3825 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:29.370  2985  3825 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:29.370  2985  3825 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:29.370  2985  3825 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:29.377 26238 26356 V BikeModeUtils: isBikeCall: false
11-30 15:19:29.385 26238 26356 V BikeModeUtils: isBikeCall: false
11-30 15:19:29.386 26238 26356 D InCallUtilsMultiSIM: SimNumeric = 51010
11-30 15:19:29.386 26238 26356 D InCall  : InCallUIConfig - getSimOperatorNumeric: 51010
11-30 15:19:29.386 26238 26356 D InCall  : InCallUtils - isHdIconNotSupportUsim simOperator :51010
11-30 15:19:29.386 26238 26356 D InCall  : InCallUtils - getCallAudioCodec getId :Call_0 / codeType :1
11-30 15:19:29.386 26238 26356 D InCall  : InCallUtils - isShowHDVoiceIcon opStyleForHDIcon:XID_HD isPSDomain : false isWBMode : false ShowHDVoice : false
11-30 15:19:29.386 26238 26356 D InCall  : InCallUtils - getIconType() preferHDIcon: false icon type : 0
11-30 15:19:29.390  2615  2615 D SurfaceFlinger: Set power mode=2, type=0 flinger=0xf0c50000
11-30 15:19:29.402  2985  3009 D PointerController: mLocked.displayWidth 1080, mLocked.displayHeight 1920
11-30 15:19:29.418  3487  3487 I SKBD    : azs getNavigationBarHeight() first use took : 1
11-30 15:19:29.429  2985  3009 D InputManager-JNI: setVirtualDisplayViewports: return because there is no change
11-30 15:19:29.440  2985  2985 D InputMethodManagerService: isImeSwitcherDisabledPackage : false
11-30 15:19:29.452  3919  3919 D KNOXCORE::LockSecureFolderTask: started: 150
11-30 15:19:29.452  3919  3919 D KNOXCORE::LockSecureFolderTask: ResumedActivity userId0[com.samsung.android.incallui/com.android.incallui.InCallActivity]
11-30 15:19:29.486 13746 13746 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:19:29.506  2985  3002 I zygote  : Successfully killed process cgroup uid 10132 pid 24395 in 16ms
11-30 15:19:29.506  2985  3002 I zygote  : Successfully killed process cgroup uid 1000 pid 23965 in 0ms
11-30 15:19:29.511 26238 26238 D Interface SE-SDL: SystemProperties
11-30 15:19:29.512 26238 26238 I ApiInterface: Context is null: isSemAvailable: true
11-30 15:19:29.532  2985  5081 D SdpManagerService: Not an enterprise user : 0
11-30 15:19:29.535 26238 26238 I ApiInterface: Context is null: isSemAvailable: true
11-30 15:19:29.535 26238 26238 D Interface SE-SDL: Log
11-30 15:19:29.535 26238 26238 I ApiInterface: isSemAvailable: true
11-30 15:19:29.536  2985  2985 D SdpManagerService: Not an enterprise user : 0
11-30 15:19:29.536  2985  2985 D InputMethodManagerService: mDesktopModeManager null!
11-30 15:19:29.536  2985  2985 D InputMethodManagerService: updateSystemUiLocked 0
11-30 15:19:29.539 26238 26238 D Interface SE-SDL: FloatingFeature
11-30 15:19:29.539 26238 26238 I ApiInterface: isSemAvailable: true
11-30 15:19:29.540 26238 26238 D LibSE Log: SEC_LOG - true
11-30 15:19:29.541  3510 15818 D KeyguardViewMediator: notifyScreenOn
11-30 15:19:29.556 26238 26238 V GoogleSignatureVerifier: com.google.android.gms signature not valid.  Found: 
11-30 15:19:29.556 26238 26238 V GoogleSignatureVerifier: MIIEQzCCAyugAwIBAgIJAMLgh0ZkSjCNMA0GCSqGSIb3DQEBBAUAMHQxCzAJBgNVBAYTAlVTMRMw
11-30 15:19:29.556 26238 26238 V GoogleSignatureVerifier: EQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtHb29n
11-30 15:19:29.556 26238 26238 V GoogleSignatureVerifier: bGUgSW5jLjEQMA4GA1UECxMHQW5kcm9pZDEQMA4GA1UEAxMHQW5kcm9pZDAeFw0wODA4MjEyMzEz
11-30 15:19:29.556 26238 26238 V GoogleSignatureVerifier: MzRaFw0zNjAxMDcyMzEzMzRaMHQxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYw
11-30 15:19:29.556 26238 26238 V GoogleSignatureVerifier: FAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtHb29nbGUgSW5jLjEQMA4GA1UECxMHQW5k
11-30 15:19:29.556 26238 26238 V GoogleSignatureVerifier: cm9pZDEQMA4GA1UEAxMHQW5kcm9pZDCCASAwDQYJKoZIhvcNAQEBBQADggENADCCAQgCggEBAKtW
11-30 15:19:29.556 26238 26238 V GoogleSignatureVerifier: LgDYO6IIrgqWbxJOKdoR8qtW0I9Y4sypEwPpt1TTcvZApxsdyxMJZ2JORland2qSGT2y5b+3JKke
11-30 15:19:29.556 26238 26238 V GoogleSignatureVerifier: dxiLDmpHpDsz2WCbdxgxRczfey5YZnTJ4VZbH0xqWVW/8lGmPav5xVwnIiJS6HXk+BVKZF+JcWjA
11-30 15:19:29.556 26238 26238 V GoogleSignatureVerifier: sb/GEuq/eFdpuzSqeYTcfi6idkyugwfYwXFU1+5fZKUaRKYCwkkFQVfcAs1fXA5V+++FGfvjJ/Cx
11-30 15:19:29.556 26238 26238 V GoogleSignatureVerifier: URaSxaBvGdGDhfXE28LWuT9ozCl5xw4Yq5OGazvV24mZVSoOO0yZ31j7kYvtwYK6NeADwbSxDdJE
11-30 15:19:29.556 26238 26238 V GoogleSignatureVerifier: qO4k//0zOHKrUiGYXtqw/A0LFFtqoZKFjnkCAQOjgdkwgdYwHQYDVR0OBBYEFMd9jMIhF1Ylmn/T
11-30 15:19:29.556 26238 26238 V GoogleSignatureVerifier: gt9r45jk14alMIGmBgNVHSMEgZ4wgZuAFMd9jMIhF1Ylmn/Tgt9r45jk14aloXikdjB0MQswCQYD
11-30 15:19:29.556 26238 26238 V GoogleSignatureVerifier: VQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIG
11-30 15:19:29.556 26238 26238 V GoogleSignatureVerifier: A1UEChMLR29vZ2xlIEluYy4xEDAOBgNVBAsTB0FuZHJvaWQxEDAOBgNVBAMTB0FuZHJvaWSCCQDC
11-30 15:19:29.556 26238 26238 V GoogleSignatureVerifier: 4IdGZEowjTAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBAUAA4IBAQBt0lLO74UwLDYKqs6Tm8/y
11-30 15:19:29.556 26238 26238 V GoogleSignatureVerifier: zKkEu116FmH4rkaymUIE0P9KaMftGlMexFlaYjzmB2OxZyl6euNXEsQH8gjwyxCUKRJNexBiGcCE
11-30 15:19:29.556 26238 26238 V GoogleSignatureVerifier: yj6z+a1fuHHvkiaai+KL8W1EyNmgjmyy8AW7P+LLlkR+ho5zEHatRbM/YAnqGcFh5iZBqpknHf1S
11-30 15:19:29.556 26238 26238 V GoogleSignatureVerifier: KMXFh4dd239FJ1jWYfbMDMy3NS5CTMQ2XFI1MvcyUTdZPErjQfTbQe3aDQsQcafEQPD+nqActifK
11-30 15:19:29.556 26238 26238 V GoogleSignatureVerifier: Z0Np0IS9L9kR/wbNvyz6ENwPiTrjV2KRkEjH78ZMcUQXg0L3BYHJ3lc69Vs5Ddf9uUGGMYldX3Wf
11-30 15:19:29.556 26238 26238 V GoogleSignatureVerifier: MBEmh/9iFBDAaTCK
11-30 15:19:29.560  3510  3510 D StatusBar: onStartedWakingUp - start animation
11-30 15:19:29.561 26331 26331 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isShipBinary :true
11-30 15:19:29.561 26331 26331 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isShipBinary :true
11-30 15:19:29.563 26331 26331 E SEMS:MobileService_10.5.0.000: [GLog][2][GroupDBHelper] Instance null
11-30 15:19:29.567 26238 26238 D Interface SE-SDL: MultiSimManager
11-30 15:19:29.567 26238 26238 I ApiInterface: isSemAvailable: true
11-30 15:19:29.577  2985  3002 I zygote  : Successfully killed process cgroup uid 1250 pid 24043 in 20ms
11-30 15:19:29.685  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.088165 0.059855 9.642648 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:29.685  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:29.949 26331 26331 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isShipBinary :true
11-30 15:19:29.949 26331 26331 I SEMS:RegistrationLog_1.0: [[AuthLog]][2][EasySignUpProviderPublic] onCreate
11-30 15:19:29.951  3510  3510 D ViewRootImpl: setForcePerformDraw():true
11-30 15:19:29.951  2615  2615 I hwcomposer: exynos_setPowerMode:: disp(0), mode(2)
11-30 15:19:29.951 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][SepDeviceInfo] sIsChecked ? false
11-30 15:19:29.951 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][SepDeviceInfo] isSepDevice ? true
11-30 15:19:29.952 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][DeviceUtils] isShipBinary :true
11-30 15:19:29.953  3510  3660 D NetworkController.MobileSignalController(0/5): onDataActivity: direction=0
11-30 15:19:29.953  3510  3510 D StatusBar: wakeUpAnimation start
11-30 15:19:29.982 26238 26356 I InCall  : SecMiniController - updateName name : [76c17238848705dd5b7360ccd13c24ceed8fdbe1]
11-30 15:19:29.987 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][CommonPref] getBoolean - key : crypto_secured , value : true
11-30 15:19:29.987 26331 26331 I SEMS:DataAdapterLog_1.0: [2][CommonPref] getBoolean - key : crypto_secured , value : true
11-30 15:19:30.011  3510  3510 E KeyguardUpdateMonitor: handleStartedWakingUp start 0
11-30 15:19:30.011  3510  3510 D KeyguardFingerPrint: shouldListenForFingerprint ( isFingerprintEnabled = true , mKeyguardIsVisible = true , mDeviceInteractive = true , mBouncer = false , mGoingToSleep = false , mSwitchingUser = false , mFingerprintWakingUp = false , mKeyguardUnlocking = false , mKeyguardShowing = true , mKeyguardOccluded = false
11-30 15:19:30.012  3510  3510 E KeyguardFingerPrint: updateFingerprintListeningState#mFingerprintRunningState=1 shouldListenForFingerprint=true
11-30 15:19:30.016  3510  3660 D NetworkController.MobileSignalController(0/5): onDataActivity: direction=0
11-30 15:19:30.021  2985  5091 D SdpManagerService: Not an enterprise user : 0
11-30 15:19:30.021  3510  3660 D NetworkController.MobileSignalController(1/3): onDataActivity: direction=0
11-30 15:19:30.022  3510  3660 D NetworkController.MobileSignalController(1/3): onDataActivity: direction=0
11-30 15:19:30.033  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:19:30.034  3510  3510 D LockIcon: mCurrentState = 0, mLastState = 0, mDeviceInteractive = true, mLastDeviceInteractive = true, mScreenOn = false, mLastScreenOn = true,  force = false
11-30 15:19:30.036  3510  3510 E KeyguardUpdateMonitor: handleStartedWakingUp end
11-30 15:19:30.109  3510  3510 D StatusBar: setBarState: KGRD -> KGRD
11-30 15:19:30.109  3510  3510 I FalsingLog: setStatusBarState	from=KGRD to=KGRD
11-30 15:19:30.109  3510  3510 V FalsingLog: shouldBeActive	enabled=1 mScreenOn=0 mState=KGRD
11-30 15:19:30.111  2985  4272 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:19:30.112  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:19:30.203  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:30.203  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:30.203  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:30.219  2985  2985 I TelecomFeature: getInCallUIPackageName : com.samsung.android.incallui
11-30 15:19:30.230  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:30.231  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:30.231 26238 26356 V BikeModeUtils: isBikeCall: false
11-30 15:19:30.232  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:30.232  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:30.234 26238 26356 V BikeModeUtils: isBikeCall: false
11-30 15:19:30.234 26238 26356 D InCallUtilsMultiSIM: SimNumeric = 51010
11-30 15:19:30.234 26238 26356 D InCall  : InCallUIConfig - getSimOperatorNumeric: 51010
11-30 15:19:30.234 26238 26356 D InCall  : InCallUtils - isHdIconNotSupportUsim simOperator :51010
11-30 15:19:30.234 26238 26356 D InCall  : InCallUtils - getCallAudioCodec getId :Call_0 / codeType :1
11-30 15:19:30.234 26238 26356 D InCall  : InCallUtils - isShowHDVoiceIcon opStyleForHDIcon:XID_HD isPSDomain : false isWBMode : false ShowHDVoice : false
11-30 15:19:30.235 26238 26356 D InCall  : InCallUtils - getIconType() preferHDIcon: false icon type : 0
11-30 15:19:30.236 26238 26356 D InCall  : StatusBarNotifier - Notifying IN_CALL_NOTIFICATION: Notification(channel=null pri=2 contentView=com.samsung.android.incallui/0x7f0400fa vibrate=null sound=null defaults=0x0 flags=0x2 color=0x00000000 category=call number=0 vis=PRIVATE publicVersion=Notification(channel=null pri=0 contentView=com.samsung.android.incallui/0x7f0400fb vibrate=null sound=null defaults=0x0 flags=0x10 color=0x00000000 number=0 vis=PUBLIC semFlags=0x0 semPriority=0 semMissedCount=0) semFlags=0x0 semPriority=10 semMissedCount=0)
11-30 15:19:30.236 26238 26356 D InCall  : StatusBarNotifier - check fullScreenIntent: null
11-30 15:19:30.236 26238 26356 D InCall  : StatusBarNotifier - Displaying notification for 2
11-30 15:19:30.236 26238 26356 D InCall  : StatusBarNotifier - notify user: 0
11-30 15:19:30.238  2985  4271 D Noti_WTF: custom notification is detected - 1638260369368 : 1638260369368 : 0 : null
11-30 15:19:30.239  2985  4271 D Noti_WTF: custom notification is detected - 1638260370227 : 1638260370235 : 0 : null
11-30 15:19:30.240  2985  4271 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.samsung.android.incallui,userId = 0
11-30 15:19:30.240  2985  4271 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:30.240  2985  4271 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.samsung.android.incallui,userId = 0
11-30 15:19:30.240  2985  4271 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:30.242 26238 26356 D ReflectUtil: notifyAsUser is called
11-30 15:19:30.242 26238 26356 D InCall  : StatusBarNotifier - buildAndSendNotification end 
11-30 15:19:30.243  2985  2985 D PreBindingService: handleMessage : 1
11-30 15:19:30.248  3510  3510 D MultiSIMPreferredSlotBar: onQsClosed
11-30 15:19:30.250  2985  2985 D PreBindingService: needToKeepBinding: match package found
11-30 15:19:30.251  3470  3949 E ImsAdaptorImpl2: setSSACInfo : ImsAdaptorImpl.
11-30 15:19:30.253  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:30.253  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:19:30.253  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:30.253  2985  2985 D AudioService: isEnabled
11-30 15:19:30.254  3775  4202 D SsacManager: updateSSACInfo[1] : Voice(-1:0) Video(-1:0)
11-30 15:19:30.254  3775  4202 D SsacManager: Voice Call updateSSACInfo[1] : f[100], t[0]
11-30 15:19:30.254  3775  4202 D SsacManager: Video Call updateSSACInfo[1] : f[100], t[0]
11-30 15:19:30.258 26331 26331 I SEMS:RegistrationLog_1.0: [[AuthLog]][2][EasySignUpDBHelper] getInstance start null
11-30 15:19:30.258 26331 26331 I SEMS:RegistrationLog_1.0: [[AuthLog]][2][EasySignUpDBHelper] getInstance end
11-30 15:19:30.259  3470  3941 E ImsAdaptorImpl: setSSACInfo : ImsAdaptorImpl.
11-30 15:19:30.260  3775  4202 D SsacManager: updateSSACInfo[1] : Voice(-1:0) Video(-1:0)
11-30 15:19:30.260  3775  4202 D SsacManager: Voice Call updateSSACInfo[1] : f[100], t[0]
11-30 15:19:30.260  3775  4202 D SsacManager: Video Call updateSSACInfo[1] : f[100], t[0]
11-30 15:19:30.275  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:30.276  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:30.277  2985  4271 D LSOService: isConfigured(LOCKSCREEN_ANY_FEATURE) - false
11-30 15:19:30.278  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:30.280  2985  4271 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:19:30.280  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:19:30.281  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:30.285  2985  5091 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:19:30.286  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:19:30.287  3510  3510 D StatusBar: disable<e i A s b H R c s q >
11-30 15:19:30.287  3510  3510 D CollapsedStatusBarFragment: disable<e I A S b H R c s q >
11-30 15:19:30.287  3510  3510 D StatusBar: disable<e i A s b H R c s q >
11-30 15:19:30.287  3510  3510 D CollapsedStatusBarFragment: disable<e I A S b H R c s q >
11-30 15:19:30.287  3510  3510 D WallpaperViewController: mWallpaperView.reset()
11-30 15:19:30.287  3510  3510 D AnalyticUtils: sendScreenViewLog 101
11-30 15:19:30.288  3510  3510 D SamsungAnalytics111040: [QueueManager] queue size over. remove oldest log
11-30 15:19:30.288  3510  3510 D SamsungAnalytics111040: [DLCBinder] already send register request
11-30 15:19:30.288  3510  3510 D KeyguardViewMediator: handleNotifyScreenTurningOn
11-30 15:19:30.288  3510  3510 D KeyguardViewMediator: IKeyguardDrawnCallback.onDrawn()
11-30 15:19:30.289  3510  3510 I FalsingLog: onScreenTurningOn	from=0
11-30 15:19:30.289  2985  5091 V KeyguardServiceDelegate: **** SHOWN CALLED ****
11-30 15:19:30.289  3510  3510 V FalsingLog: shouldBeActive	enabled=1 mScreenOn=1 mState=KGRD
11-30 15:19:30.289  3510  3510 I FalsingLog: onSessionStart	classifierEnabled=true
11-30 15:19:30.289  2985  5091 D SdpManagerService: Not an enterprise user : 0
11-30 15:19:30.294  3510 15818 D Noti_WTF: custom notification is detected - 1638260369368 : 1638260369368 : 0 : null
11-30 15:19:30.294  3510 15818 D Noti_WTF: custom notification is detected - 1638260370227 : 1638260370235 : 0 : null
11-30 15:19:30.297  4604 21401 D Noti_WTF: custom notification is detected - 1638260369368 : 1638260369368 : 0 : null
11-30 15:19:30.297  4604 21401 D Noti_WTF: custom notification is detected - 1638260370227 : 1638260370235 : 0 : null
11-30 15:19:30.302 19185 19385 D Noti_WTF: custom notification is detected - 1638260369368 : 1638260369368 : 0 : null
11-30 15:19:30.303 19185 19385 D Noti_WTF: custom notification is detected - 1638260370227 : 1638260370235 : 0 : null
11-30 15:19:30.304 18545 18557 D Noti_WTF: custom notification is detected - 1638260369368 : 1638260369368 : 0 : null
11-30 15:19:30.305 18545 18557 D Noti_WTF: custom notification is detected - 1638260370227 : 1638260370235 : 0 : null
11-30 15:19:30.306 21820 10505 D Noti_WTF: custom notification is detected - 1638260369368 : 1638260369368 : 0 : null
11-30 15:19:30.306 21820 10505 D Noti_WTF: custom notification is detected - 1638260370227 : 1638260370235 : 0 : null
11-30 15:19:30.307 18545 18545 I NotificationService: Catched notification: MyNotification{id=null, received=Tue Nov 30 15:19:30 GMT+07:00 2021, removed=null, pack='com.samsung.android.incallui', title='Info Pelanggan', text='Incoming call', trash=false, lastOccurred=Tue Nov 30 15:19:30 GMT+07:00 2021, appName='Phone', notificationType=NOTIFICATION, myIcon=MyIcon{pack='com.samsung.android.incallui', created=Tue Nov 30 15:19:30 GMT+07:00 2021, lastUpdated=Tue Nov 30 15:19:30 GMT+07:00 2021}}
11-30 15:19:30.309 18545 18545 D WhatsappImageHandler: whatsapp monitoring is enabled: true
11-30 15:19:30.309 18545 18545 D WhatsappAudioHandler: whatsapp monitoring is enabled: true
11-30 15:19:30.309 18545 18545 D WhatsappVideoHandler: whatsapp monitoring is enabled: true
11-30 15:19:30.310 23617 23617 D PhenotypeContext: Application doesn't implement PhenotypeApplication interface, falling back to globally set context. See go/phenotype-flag#process-stable-init for more info.
11-30 15:19:30.327 26331 26331 I MobileServiceApplication: onCreate
11-30 15:19:30.329  3510  3510 D KeyguardServiceBoxContainer: refreshTime() 0
11-30 15:19:30.329  3510  3510 D KeyguardClockPage: refreshViews#start
11-30 15:19:30.339  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:19:30.339  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:19:30.339  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:19:30.343  3510  3510 I AOD_CLOCK@AnalogClockView: refresh : true
11-30 15:19:30.345 26331 26331 D SemSystemProperties: getInstance() : com.samsung.android.mobileservice.wrapper.SemSystemProperties@decacc5
11-30 15:19:30.346 26331 26331 D SemSystemProperties: getInstance() : com.samsung.android.mobileservice.wrapper.SemSystemProperties@decacc5
11-30 15:19:30.346 26331 26331 D SemSystemProperties: get(persist.log.seclevel,0) : 0
11-30 15:19:30.346 26331 26331 D SEMS:PreferenceUtils: setVersionToAnalytics() key: sems_version_name value: 10.8.03.2
11-30 15:19:30.346 26331 26331 D CommonUtils: isSepDevice : This device is SEP Device
11-30 15:19:30.347 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][MobileServiceCommon] init com.samsung.android.mobileservice.MobileServiceApplication@fc7c61a
11-30 15:19:30.350  3510  3510 D KeyguardClockPage: refreshViews#end
11-30 15:19:30.371  2985  3018 D SurfaceControl: Excessive delay in setPowerMode()
11-30 15:19:30.372  2985  3070 I Choreographer: Skipped 56 frames!  The application may be doing too much work on its main thread.
11-30 15:19:30.413  3510  3510 D WallpaperViewController: onScreenTurningOn
11-30 15:19:30.413  3510  3510 D WallpaperViewController: mWallpaperView.onResume()
11-30 15:19:30.418  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:19:30.418  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:19:30.419  2985  4271 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:30.419  3510  3510 I Choreographer: Skipped 50 frames!  The application may be doing too much work on its main thread.
11-30 15:19:30.425 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][MobileServiceCommon] registerServiceState done
11-30 15:19:30.425 26331 26331 I SEMS:RegistrationLog_1.0: [[AuthLog]][2][EasySignUpProviderPublic] uri : content://com.samsung.android.coreapps.easysignup.public/contact_sync_agreement_41?data_name=contact_sync_agreement_41
11-30 15:19:30.426 26331 26331 I SEMS:RegistrationLog_1.0: [[AuthLog]][2][EasySignUpProviderPublic] query packageName : com.samsung.android.mobileservice
11-30 15:19:30.437  2985  4271 I SensorService: createSensorEventConnection package name com.android.systemui.classifier.FalsingManager
11-30 15:19:30.438  2985  4271 D SensorService: Calling batch handle==3 flags=0 rate=20000000 timeout== 0
11-30 15:19:30.438  2605  2605 I Sensors : ProximitySensor:enable: handle 3, en 1, old_en 0
11-30 15:19:30.440  2607 26456 D Sec MiscPowerHAL: sysfs_write +: /sys/class/sec/sec_touchkey/input/enabled: 1
11-30 15:19:30.440  2607 26455 D Sec MiscPowerHAL: sysfs_write +: /sys/class/sec/tsp/input/enabled: 1
11-30 15:19:30.441  2607 26457 D Sec MiscPowerHAL: sysfs_write +: /sys/class/power_supply/battery/lcd: 1
11-30 15:19:30.441  2607 26456 D Sec MiscPowerHAL: sysfs_write -: /sys/class/sec/sec_touchkey/input/enabled: 1
11-30 15:19:30.441  2607 26457 D Sec MiscPowerHAL: sysfs_write -: /sys/class/power_supply/battery/lcd: 1
11-30 15:19:30.441  2607 26455 D Sec MiscPowerHAL: sysfs_write -: /sys/class/sec/tsp/input/enabled: 1
11-30 15:19:30.441  2985  3018 D PowerManagerService-JNI: Excessive delay in setInteractive(true) while turning screen on
11-30 15:19:30.489 23617 23617 I PhenotypeBackgroundRecv: Skipping com.google.android.libraries.mdi.sync#com.android.vending which doesn't use ProcessStable flags.
11-30 15:19:30.497  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:30.503  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:30.504  3510  3640 D SensorManager: registerListener :: 3, STK3013 Proximity, 20000, 0,  
11-30 15:19:30.505  2605  2605 I Sensors : ProximitySensor:readEvents: value 8(cm)
11-30 15:19:30.507  2985  5081 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:19:30.508  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:19:30.509  2985  4272 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:19:30.510  3510  3510 D SensorManager: Proximity, val = 8.0  [far]
11-30 15:19:30.523  3470 27634 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:30.523  3470 27634 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:30.526  3470 27634 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:30.526 26331 26331 I SEMS:RegistrationLog_1.0: [[AuthLog]][2][EasySignUpProviderPublic] contact_sync_agreement_41 : true
11-30 15:19:30.526  3470 27634 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:30.527 26331 26331 I SEMS:MSFramework_10.5.0.000: [Social][2][SDKInterface] initializing EnhancedFeatures start
11-30 15:19:30.528 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][CommonPref] getBoolean - key : profile_sync , value : false
11-30 15:19:30.528 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][CommonPref] getBoolean - key : is_message_support , value : false
11-30 15:19:30.529 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][CommonPref] getBoolean - key : push_migration_done , value : true
11-30 15:19:30.530 26331 26331 I SEMS:MSFramework_10.5.0.000: [Social][2][SDKInterface] initializing EnhancedFeatures end
11-30 15:19:30.530 26331 26331 I SEMS:DataAdapterLog_1.0: [2][MobileServiceDataAdapter] init
11-30 15:19:30.534 26238 26238 I InCall  : Agifflow-CoreAppsManager - setIsRegistered value = false
11-30 15:19:30.539 26238 26238 D SEMS-4.0.04_SeMobileServiceSession: AuthService is not connected yet.
11-30 15:19:30.539 26238 26238 D SEMS-4.0.04_SeMobileServiceSession: ProfileService is not connected yet.
11-30 15:19:30.539 26238 26238 D SEMS-4.0.04_SeMobileServiceSession: SocialService is not connected yet.
11-30 15:19:30.540 26238 26238 I InCall  : SemsManager - addListener
11-30 15:19:30.540 26238 26238 D InCall  : ContactInfoCache - FindInfoCallback done : OrgAsyncHandler startquery
11-30 15:19:30.540  2985  4272 D PersonaManagerService: securefolder Secure Folder
11-30 15:19:30.549  3510  3510 D ViewRootImpl@d8d4a51[StatusBar]: MSG_RESIZED_REPORT: frame=Rect(0, 0 - 1080, 1920) ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=1
11-30 15:19:30.550  2985  3002 I zygote  : Successfully killed process cgroup uid 15001000 pid 24222 in 26ms
11-30 15:19:30.550  2985  3002 I zygote  : Successfully killed process cgroup uid 10020 pid 24173 in 0ms
11-30 15:19:30.551 26238 26238 I InCall  : SemsManager - requestPublicBuddyInfo - contact exist : true
11-30 15:19:30.551 26238 26238 D InCall  : CallerInfoAsyncQuery$CallerInfoAsyncQueryHandler$1 -  - perf - listener.onQueryComplete: end
11-30 15:19:30.551 26238 26238 I Choreographer: Skipped 91 frames!  The application may be doing too much work on its main thread.
11-30 15:19:30.552 26238 26238 D ViewRootImpl@d7b8adc[InCallActivity]: dispatchAttachedToWindow
11-30 15:19:30.573 26238 26238 D ViewRootImpl@d7b8adc[InCallActivity]: Relayout returned: old=[0,0][0,0] new=[0,0][1080,1920] result=0x1 surface={valid=false 0} changed=false
11-30 15:19:30.585  2985  3009 V KeyguardServiceDelegate: setOccluded(true) animate=false
11-30 15:19:30.585  3510 15818 D KeyguardViewMediator: setOccluded true
11-30 15:19:30.585  2985  3002 I zygote  : Successfully killed process cgroup uid 15010056 pid 16237 in 32ms
11-30 15:19:30.586  2985  3002 I zygote  : Successfully killed process cgroup uid 15010132 pid 22536 in 0ms
11-30 15:19:30.612  2985  3002 I zygote  : Successfully killed process cgroup uid 10112 pid 24830 in 26ms
11-30 15:19:30.622 26238 26238 I InCallLog-InCallActivity : perf - onStart()...
11-30 15:19:30.622 26238 26238 D InCall  : InCallActivity -  - addFlagTurnOnScreen: true
11-30 15:19:30.622  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:30.629  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:30.633  2985  5081 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:19:30.634  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:19:30.635  2985  5081 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:19:30.635  2985  5081 D PersonaManagerService: securefolder Secure Folder
11-30 15:19:30.639  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:30.645  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:30.650  2985  5091 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:19:30.650  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:19:30.652  3510  3510 I ViewCaptureUtil: Capture the lockscreen
11-30 15:19:30.656  2985  4102 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.gms user:0
11-30 15:19:30.656  2985  4102 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:19:30.656  2985  4102 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.gms user:0
11-30 15:19:30.656  2985  4102 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:19:30.671 15154 25918 I Finsky:background: [43286] gef.X(3): Broadcasting <534:RUNNING:75%[75%]>.
11-30 15:19:30.674 26461 26461 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:19:30.678 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:30.678 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:30.678 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:30.679 26238 26238 I InCall  : SECVT:FLOW - VideoCallManager - onActivityStateChanged, AliveCall Id=Call_0, STOPPED -> STARTED
11-30 15:19:30.679 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:30.680 26238 26238 I InCall  : SECVT:VIDEO - VideoPauseController - onUiShowing : true canUpdate : false
11-30 15:19:30.680 26238 26238 I InCallLog-InCallActivity : perf - INITIALIZE_INCALL, true, isLocked=true
11-30 15:19:30.680 26461 26461 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:30.681  2615  3860 I SurfaceFlinger: id=7122 Removed ColorFade[2985]#0 (5/5)
11-30 15:19:30.682  2615  3860 I SurfaceFlinger: id=7122 Removed ColorFade[2985]#0 (-2/5)
11-30 15:19:30.682 26461 26461 I SELinux : SELinux: seapp_context_lookup: seinfo=gmscore, level=s0:c512,c768, pkgname=com.google.android.gms.ui 
11-30 15:19:30.683  2985  4102 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:30.686  2985  4102 I chatty  : uid=1000(system) Binder:2985_F identical 7 lines
11-30 15:19:30.686  2985  4102 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:30.686  2615  2615 I Layer   : id=7122 onRemoved ColorFade[2985]#0 
11-30 15:19:30.687  2985  4102 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:30.687  2985  4102 I chatty  : uid=1000(system) Binder:2985_F identical 1 line
11-30 15:19:30.687  2985  4102 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:30.689  2985  3011 V KeyguardServiceDelegate: onScreenTurnedOn()
11-30 15:19:30.689  2615  2615 D SurfaceFlinger:   Display[0] configurations (* current):
11-30 15:19:30.689  2615  2615 D SurfaceFlinger:     * 0: 1080x1920, xdpi=403.411011, ydpi=403.040985, refresh=16666666
11-30 15:19:30.689  2615  2615 D SurfaceFlinger:   numHwLayers=3, flags=00000000
11-30 15:19:30.689  2615  2615 D SurfaceFlinger:     type   |  handle  | hint | flag | tr | blnd |   format    |     source crop (l,t,r,b)      |          frame         | name 
11-30 15:19:30.689  2615  2615 D SurfaceFlinger: -----------+----------+------+------+----+------+-------------+--------------------------------+------------------------+------
11-30 15:19:30.689  2615  2615 D SurfaceFlinger:        HWC | f0c67bc0 | 0000 | 0000 | 00 | 0105 | RGBA_8888   |    0.0,    0.0, 1080.0, 1920.0 |    0,    0, 1080, 1920 | StatusBar[3510]#0
11-30 15:19:30.689  2615  2615 D SurfaceFlinger:        HWC | f090b180 | 0000 | 0000 | 00 | 0105 | RGBA_8888   |  900.0,  480.0, 1980.0, 2400.0 |    0,    0, 1080, 1920 | [16134]#0
11-30 15:19:30.689  2615  2615 D SurfaceFlinger:  FB TARGET | f0c666c0 | 0000 | 0000 | 00 | 0105 | RGBA_8888   |    0.0,    0.0, 1080.0, 1920.0 |    0,    0, 1080, 1920 | HWC_FRAMEBUFFER_TARGET
11-30 15:19:30.689  3510 15818 D KeyguardViewMediator: notifyScreenTurnedOn
11-30 15:19:30.694 26238 26238 I InCallLog-InCallActivity : perf - initializeInCall: start
11-30 15:19:30.694 26238 26238 D GradientAnimationView0: updateGradientColor: ContactCacheEntry color exists
11-30 15:19:30.694 26238 26238 I GradientAnimationView0: updateGradientColor: duplicated
11-30 15:19:30.696  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:30.699  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 7 lines
11-30 15:19:30.699  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:30.699  3510 15818 D WallpaperViewController: sendWallpaperCommand() WAKE_LOCK
11-30 15:19:30.701  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:30.702  2985  4272 I chatty  : uid=1000(system) Binder:2985_11 identical 4 lines
11-30 15:19:30.702  2985  4272 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:30.707  2985  3455 V KeyguardServiceDelegate: onFinishedWakingUp()
11-30 15:19:30.713 26238 26250 I zygote  : Do partial code cache collection, code=61KB, data=42KB
11-30 15:19:30.714  2602  2602 D SEC LightsHAL: lcd : 4 +
11-30 15:19:30.715  2985  2985 E SensorManager: sensor or listener is null
11-30 15:19:30.715 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.android.chrome:com.android.chrome reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 2, 192
11-30 15:19:30.717 26238 26250 I zygote  : After code cache collection, code=52KB, data=38KB
11-30 15:19:30.717 26238 26250 I zygote  : Increasing code cache capacity to 256KB
11-30 15:19:30.717  3510  3510 D KeyguardWallpaperController: mShowing=true, mOccluded=true, mFadingAway=false, match_parent=true
11-30 15:19:30.718  3510  3510 D WallpaperViewController: mWallpaperView.onPause()
11-30 15:19:30.718  3510  3510 D StatusBar: setBarState: KGRD -> SHD
11-30 15:19:30.718  3510  3510 I FalsingLog: setStatusBarState	from=KGRD to=SHD
11-30 15:19:30.718  3510  3510 V FalsingLog: shouldBeActive	enabled=1 mScreenOn=1 mState=SHD
11-30 15:19:30.718  3510  3510 V FalsingLog: shouldBeActive	enabled=1 mScreenOn=1 mState=SHD
11-30 15:19:30.718  2602  2602 D SEC LightsHAL: lcd : 4 -
11-30 15:19:30.719  2985  3456 E LightsService: Light requested not available on this device. 2
11-30 15:19:30.720  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] HWC_2_GLES by low FPS(0)
11-30 15:19:30.721 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:30.721  2985  4271 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:19:30.725  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.088165 0.074220 9.701305 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:30.725  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:30.729  3510  3510 D PanelView: setVisibility : 4
11-30 15:19:30.729 14965 25582 I Finsky  : [43458] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:30.730 26238 26238 I InCall  : BaseFragmentManager - BaseFragmentManager...
11-30 15:19:30.730 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:30.730 26238 26238 I InCall  : BaseFragmentManager - BaseFragmentManager...
11-30 15:19:30.730 26238 26238 I InCall  : BaseFragmentManager - CallButtonFragmentManager...
11-30 15:19:30.731 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:30.731 26238 26238 I InCall  : CallButtonFragmentManager -  - getInCallState INCOMING
11-30 15:19:30.731 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:30.731 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:30.731 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:30.738  2985  5081 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:19:30.738  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:30.739  2985  3825 D SensorService: Calling activate off 3
11-30 15:19:30.739  2605  2605 I Sensors : ProximitySensor:enable: handle 3, en 0, old_en 1
11-30 15:19:30.740  3510  3640 D SensorManager: unregisterListener ::   
11-30 15:19:30.741  2985  4272 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:30.741  2985  4272 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:30.742  2985  4102 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:19:30.742  2985  4272 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:30.743  2985  4272 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:30.776 26238 26238 D InCall  : RcsShareUI - needToDisplayCallPlusFragment
11-30 15:19:30.780  3510  3510 D SystemUIAnalytics: sendScreenViewLog 299
11-30 15:19:30.780  3510  3510 D SamsungAnalytics111040: [QueueManager] queue size over. remove oldest log
11-30 15:19:30.780 26238 26238 D InCall  : CallButtonFragmentManager - requestedMode: VOICE
11-30 15:19:30.780  3510  3510 D SamsungAnalytics111040: [DLCBinder] already send register request
11-30 15:19:30.780  3510  3510 I FalsingLog: onBouncerHidden	from=0
11-30 15:19:30.780 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:30.780  3510  3510 D InputMethodManager: HSIFW - flag : 0 Pid : 3510
11-30 15:19:30.780 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:30.780 26238 26238 D InCall  : CallButtonFragmentManager - setFragment: VOICE
11-30 15:19:30.780  3510  3510 I InputMethodManager: hideSoftInputFromWindow ignore mServedView == null or mServedView.getWindowToken() != windowToken, mServedView :DecorView@e84a4ac[RecentsActivity]
11-30 15:19:30.781  3510  3510 D KeyguardUpdateMonitor: onKeyguardVisibilityChanged(v=true->false, s=true->true, o=false->true)
11-30 15:19:30.781 26238 26238 D InCall  : CallButtonFragmentManager - getDefaultFragment mode VOICE
11-30 15:19:30.781 26238 26238 D InCall  : CallButtonFragmentManager - new VoiceCallButtonFragment() 
11-30 15:19:30.781  3510  3660 D Tile.WifiTile: handleUpdateState enabled  = true
11-30 15:19:30.782  2985  4271 D SdpManagerService: Not an enterprise user : 0
11-30 15:19:30.783  3510  3510 D BiometricController: add toast view by FP - onKeyguardVisibilityChanged
11-30 15:19:30.783  3510  3510 D BiometricController: update biometric toast = true, type = 2
11-30 15:19:30.789 26238 26238 I InCall  : BaseFragmentManager - addFragment......
11-30 15:19:30.799 26238 26238 I InCall  : InCallActivity -  - onFragmentAttached VoiceCallButtonFragment{4cba3f8 #0 id=0x7f11026f}
11-30 15:19:30.799 26238 26238 V InCall  : VoiceCallButtonFragment - onCreateView
11-30 15:19:30.807 26238 26238 W drawable: Bad element under <shape>: item
11-30 15:19:30.828  2985  3002 E zygote  : Failed to kill process cgroup uid 10104 pid 6258 in 215ms, 1 processes remain
11-30 15:19:30.837  3510  3510 D KeyguardBiometricToastView: onFinishInflate()
11-30 15:19:30.841  3510  3660 D Tile.MobileDataTile: handleUpdateState : state false
11-30 15:19:30.844  3510  3660 D Tile.AirplaneModeTile: # of NON-poweroff( in servicestate) : 1
11-30 15:19:30.844  3510  3660 D Tile.AirplaneModeTile:  handleUpdateState:  value false  state.dim false
11-30 15:19:30.849  2985  4271 D InputTransport: Input channel constructed: fd=591
11-30 15:19:30.849  2985  4271 D InputTransport: Input channel constructed: fd=592
11-30 15:19:30.850  2985  4271 D InputTransport: Input channel destroyed: fd=592
11-30 15:19:30.851  3510  3510 D InputTransport: Input channel constructed: fd=174
11-30 15:19:30.852  3510  3510 D ViewRootImpl@8b0ce3[]: setView = com.android.keyguard.biometric.KeyguardBiometricToastView{3b3d6e0 G.E...... ......I. 0,0-0,0} TM=true MM=false
11-30 15:19:30.852  3510  3510 D ServiceBoxPageResetTimer: updateTimer() F=false
11-30 15:19:30.910  3510  3510 I AOD_CLOCK@AnalogClockView: suspend : mSuspend = true, enable = true
11-30 15:19:30.911  3510  3510 D KeyguardUpdateMonitor: setUnlockingKeyguard( false -> false )
11-30 15:19:30.911  3510  3510 D KeyguardFingerPrint: shouldListenForFingerprint ( isFingerprintEnabled = false , mKeyguardIsVisible = false , mDeviceInteractive = true , mBouncer = false , mGoingToSleep = false , mSwitchingUser = false , mFingerprintWakingUp = false , mKeyguardUnlocking = false , mKeyguardShowing = true , mKeyguardOccluded = true
11-30 15:19:30.911  3510  3510 E KeyguardFingerPrint: updateFingerprintListeningState#mFingerprintRunningState=1 shouldListenForFingerprint=false
11-30 15:19:30.911  3510  3510 D KeyguardFingerPrint: stopListeningForFingerprint()
11-30 15:19:30.921  2985  4272 I FingerprintService: cancelAuthentication : token=android.os.BinderProxy@8a833a2 from pid=3510, from uid=10071
11-30 15:19:30.921  3510  3510 D KeyguardUpdateMonitor: sendKeyguardStateUpdated(true, true, false)
11-30 15:19:30.924  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:19:30.927  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:19:30.930  2985  4271 D SdpManagerService: Not an enterprise user : 0
11-30 15:19:30.933  2985  4271 D SdpManagerService: Not an enterprise user : 0
11-30 15:19:30.933  3510  3510 D KeyguardViewMediator: adjustStatusBarLocked: mShowing=true mOccluded=true isSecure=true --> flags=0x1000000
11-30 15:19:30.935  3510  3510 D KeyguardViewMediator: handleNotifyScreenTurnedOn
11-30 15:19:30.935  3510  3510 D KeyguardUpdateMonitor: setLockNotificationClicked:false
11-30 15:19:30.954  2985  4272 D SdpManagerService: Not an enterprise user : 0
11-30 15:19:30.955  2985  4272 I FingerprintService: Active Biometrics : true
11-30 15:19:30.977  3510  3510 D KeyguardServiceBoxContainer: handleScreenTurnedOn() why = 0
11-30 15:19:30.978  3510  3510 D ServiceBoxPageResetTimer: updateTimer() F=false
11-30 15:19:30.979  2985  2995 D SdpManagerService: Not an enterprise user : 0
11-30 15:19:30.979  3510  3510 D LockIcon: mCurrentState = 0, mLastState = 0, mDeviceInteractive = true, mLastDeviceInteractive = true, mScreenOn = true, mLastScreenOn = false,  force = false
11-30 15:19:30.979  3510  3510 I AOD_CLOCK@AnalogClockView: suspend : mSuspend = true, enable = true
11-30 15:19:30.980  3510  3510 D StatusBar: wakeUpAnimation end 1.0
11-30 15:19:30.983 26238 26238 V InCall  : VoiceCallButtonFragment - addButtonControllers
11-30 15:19:30.988 26238 26238 I InCall  : ImsManagerWrapper - getRegistrationInfo[1]
11-30 15:19:30.991 26238 26238 D secImsManager[1]: getRegistrationInfoByServiceType
11-30 15:19:30.993  2985  2995 D InputDispatcher: Focus left window: 3510 0
11-30 15:19:30.994  2985  3070 W Choreographer: Frame time is 9.667632 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:19:30.995  3510  3510 D ViewRootImpl@d8d4a51[StatusBar]: Relayout returned: old=[0,0][1080,1920] new=[0,0][1080,1920] result=0x1 surface={valid=true 3450304512} changed=false
11-30 15:19:30.999  3510  3510 W View    : requestLayout() improperly called by android.widget.TextView{85de1bc V.ED..... ......ID 0,1830-1080,1920 #7f0a03bb app:id/notification_panel_carrier_label} during layout: running second layout pass
11-30 15:19:30.999  3510  3510 I ViewRootImpl@d8d4a51[StatusBar]: requestLayout is already in process
11-30 15:19:31.013 26238 26238 D InCall  : ImsCommonUtils - isServiceRegistered[mmtel-video]: false(0)
11-30 15:19:31.013 26238 26238 V InCall  : CallButtonChooser$GlobalVoiceCallButtonChooser -  - needToShowSwitchButton: false(2)
11-30 15:19:31.013 26238 26238 V InCall  : CallButtonChooser$GlobalVoiceCallButtonChooser -  - placement: 574
11-30 15:19:31.013 26238 26238 V InCall  : VoiceCallButtonFragment - updateButtonStates: changed
11-30 15:19:31.019  3510  3510 D ViewRootImpl@8b0ce3[]: dispatchAttachedToWindow
11-30 15:19:31.020  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] first frame after HWC_2_GLES
11-30 15:19:31.020  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] GLES_2_HWC by high FPS(5)
11-30 15:19:31.029  3510  3510 D ViewRootImpl@8b0ce3[]: Relayout returned: old=[0,0][0,0] new=[540,0][540,0] result=0x1 surface={valid=false 0} changed=false
11-30 15:19:31.030  3510  3510 D MultiSIMPreferredSlotBar: onQsClosed
11-30 15:19:31.030  3510  3510 D PanelView: setVisibility : 0
11-30 15:19:31.041 26238 26238 I InCall  : RecordButtonController -  - [BUTTON_RECORD] enabled state: 1
11-30 15:19:31.041  3510  3510 D KeyguardCircleAffordanceView: setPreviewView: mRight=true,preview=null
11-30 15:19:31.042  3510  3510 D PanelView: setVisibility : 4
11-30 15:19:31.044  3510  3510 D MultiSIMPreferredSlotBar: onQsClosed
11-30 15:19:31.051 26238 26238 D InCall  : SoundEffect - isExtraVolOn: call is outgoing or incoming
11-30 15:19:31.051 26238 26238 I InCall  : ExtraVolumeButtonController -  - [BUTTON_EXTRA_VOLUME] enabled state: 1
11-30 15:19:31.054 26238 26238 V InCall  : BluetoothButtonController -  - - bluetoothChecked: false
11-30 15:19:31.054 26238 26238 I InCall  : BluetoothButtonController -  - [BUTTON_BLUETOOTH] enabled state: 1
11-30 15:19:31.056  3510  3510 D StatusBar: disable<e i A s b h!R c s q >
11-30 15:19:31.056  3510  3510 D CollapsedStatusBarFragment: disable<e i!A s!b h!R c s q >
11-30 15:19:31.057  3510  3510 D StatusBar: disable<e i A s b h R c s q >
11-30 15:19:31.057  3510  3510 D CollapsedStatusBarFragment: disable<e i A s b h R c s q >
11-30 15:19:31.057 26238 26238 V InCall  : SpeakerButtonController -  - - speakerChecked: false
11-30 15:19:31.058 26238 26238 I InCall  : SpeakerButtonController -  - [BUTTON_SPEAKER] enabled state: 1
11-30 15:19:31.061 26238 26238 V InCall  : MuteButtonController -  - - isMuted: false
11-30 15:19:31.061 26238 26238 I InCall  : MuteButtonController -  - [BUTTON_MUTE] enabled state: 1
11-30 15:19:31.063  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:19:31.063  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:19:31.063  3510  3510 D KeyguardUpdateMonitor: handleKeyguardReset
11-30 15:19:31.063  3510  3510 D KeyguardFingerPrint: shouldListenForFingerprint ( isFingerprintEnabled = false , mKeyguardIsVisible = false , mDeviceInteractive = true , mBouncer = false , mGoingToSleep = false , mSwitchingUser = false , mFingerprintWakingUp = false , mKeyguardUnlocking = false , mKeyguardShowing = true , mKeyguardOccluded = true
11-30 15:19:31.063  3510  3510 E KeyguardFingerPrint: updateFingerprintListeningState#mFingerprintRunningState=0 shouldListenForFingerprint=false
11-30 15:19:31.063  3510  3510 D KeyguardFingerPrint: stopListeningForFingerprint()
11-30 15:19:31.063  3510  3510 D KeyguardUpdateMonitor: handleKeyguardStateUpdated(Bundle[{timeStamp=1638260370921, occluded=true, bouncerShowing=false, showing=true}])
11-30 15:19:31.065 26238 26238 I InCall  : DialpadButtonController -  - [BUTTON_DIALPAD] enabled state: 1
11-30 15:19:31.066 26238 26238 V InCall  : VoiceCallButtonFragment - setFirstRowButtonsAllowed: true
11-30 15:19:31.070 26238 26238 V InCall  : VoiceCallButtonFragment - onViewCreated
11-30 15:19:31.070 26238 26238 D InCall  : SoundEffect - isExtraVolOn: call is outgoing or incoming
11-30 15:19:31.070 26238 26238 I InCall  : ExtraVolumeButtonController -  - [BUTTON_EXTRA_VOLUME] enabled state: 1
11-30 15:19:31.071 26238 26238 V InCall  : SpeakerButtonController -  - - speakerChecked: false
11-30 15:19:31.071 26238 26238 I InCall  : SpeakerButtonController -  - [BUTTON_SPEAKER] enabled state: 1
11-30 15:19:31.072 26238 26238 V InCall  : BluetoothButtonController -  - - bluetoothChecked: false
11-30 15:19:31.072 26238 26238 I InCall  : BluetoothButtonController -  - [BUTTON_BLUETOOTH] enabled state: 1
11-30 15:19:31.073 26238 26238 V InCall  : MuteButtonController -  - - isMuted: false
11-30 15:19:31.073 26238 26238 I InCall  : MuteButtonController -  - [BUTTON_MUTE] enabled state: 1
11-30 15:19:31.073  3510 26479 D KeyguardUpdateMonitor: broadcast intent= Intent { act=com.samsung.keyguard.KEYGUARD_STATE_UPDATE (has extras) }
11-30 15:19:31.074 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.074 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:31.074 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:31.074 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:31.075 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.075 26238 26238 V BikeModeUtils: isBikeMode: false
11-30 15:19:31.075 26238 26238 V InCall  : VoiceCallButtonFragment - setEnabled: disable buttons
11-30 15:19:31.076 26238 26238 D InCall  : CallButtonPresenter - onFullscreenModeChanged false
11-30 15:19:31.110  2985  4272 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:19:31.111 26461 26471 I zygote  : Background concurrent copying GC freed 2338(1479KB) AllocSpace objects, 0(0B) LOS objects, 60% free, 1022KB/2MB, paused 371.749ms total 413.764ms
11-30 15:19:31.118 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.118 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.118 26238 26238 I InCall  : CallButtonFragmentManager -  - getInCallState INCOMING
11-30 15:19:31.118 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:31.118 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:31.118 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:31.118 26238 26238 D InCall  : RcsShareUI - needToDisplayCallPlusFragment
11-30 15:19:31.118 26238 26238 D InCall  : CallButtonFragmentManager - requestedMode: VOICE
11-30 15:19:31.118 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.119 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.119 26238 26238 I InCall  : BaseFragmentManager - BaseFragmentManager...
11-30 15:19:31.119 26238 26238 I InCall  : BaseFragmentManager - CallCardFragmentManager...
11-30 15:19:31.119 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:31.119 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:31.119 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:31.120 26238 26238 D InCall  : Call -  - perf - getPhoneType: start
11-30 15:19:31.120 26238 26238 D InCallUtilsMultiSIM: perf - isSimSubscriptionPhoneAccountHandle: start
11-30 15:19:31.122  2985  4102 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xc1f76320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.122  2985  4102 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xc1f76320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.123 26238 26238 D InCallUtilsMultiSIM: perf - isSimSubscriptionPhoneAccountHandle: end
11-30 15:19:31.123 26238 26238 D InCallUtilsMultiSIM: perf - isSimSubscriptionPhoneAccountHandle: start
11-30 15:19:31.124  2985  4102 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xc1f76320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.125  2985  4102 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xc1f76320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.125 26238 26238 D InCallUtilsMultiSIM: perf - isSimSubscriptionPhoneAccountHandle: end
11-30 15:19:31.125 26238 26238 D InCallUtilsMultiSIM: perf - getSubId: start
11-30 15:19:31.126  2985  2995 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd1b2a320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.127  2985  2995 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd1b2a320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.128 26238 26238 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xff966d40, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.128 26238 26238 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xff966d40, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.129 26238 26238 D InCallUtilsMultiSIM: perf - getSubId: 3
11-30 15:19:31.129 26238 26238 D InCallUtilsMultiSIM: perf - getSlotId: start
11-30 15:19:31.130 26238 26238 D InCallUtilsMultiSIM: Success sGetPhoneId, Match : 1
11-30 15:19:31.130 26238 26238 D InCallUtilsMultiSIM: perf - getSlotId(3): 1
11-30 15:19:31.131  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.131  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.133 26238 26238 D InCallUtilsMultiSIM: getPhoneType phoneType : 1; slotId : 1; subId : -1
11-30 15:19:31.133 26238 26238 D InCall  : Call -  - perf - getPhoneType: end
11-30 15:19:31.134 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.134 26238 26238 I InCall  : BaseFragmentManager - CallCardFragmentManager:VOICE
11-30 15:19:31.134 26238 26238 I InCall  : BaseFragmentManager - addFragment......
11-30 15:19:31.135 26238 26238 I InCall  : InCallActivity -  - onFragmentAttached VoiceCallCardFragment{789481f #1 id=0x7f11026e}
11-30 15:19:31.135 26238 26238 D InCall  : VoiceCallCardFragment - perf - onCreate : start
11-30 15:19:31.135 26238 26238 I InCall  : Agifflow-CoreAppsManager - addListener
11-30 15:19:31.135 26238 26238 I AgifManager: AgifManager: created
11-30 15:19:31.136 26238 26238 I I/AgifFeature: printAgifFeature...
11-30 15:19:31.136 26238 26238 I I/AgifFeature: supportDevice : dream
11-30 15:19:31.137 26238 26238 I I/AgifFeature: supportAgifRejectOnlyOperator : CTC XAS SPR USC ACG LRA BST VMU
11-30 15:19:31.137 26238 26238 I I/AgifFeature: notSupportAgifRejectCountry : BR MX AR UY CO CL PE VE PY GT SV HN NI PA EC PR DO JM CR TT BO DM CU M4
11-30 15:19:31.138 26238 26238 I I/AgifFeature: amxOperator : CTI ZTA CHL COM CRC CDR ECO PER PGU HME TCE NEN CPA CTP PET PCT CTU
11-30 15:19:31.138 26238 26238 I I/AgifFeature: notAvailableNetworkType : 4
11-30 15:19:31.139 26238 26238 D InCall  : VoiceCallCardFragment - perf - onCreate : end
11-30 15:19:31.140 26238 26238 D InCall  : VoiceCallCardFragment - perf - onCreateView : start
11-30 15:19:31.140  2985  4272 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:19:31.141  2985  4272 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:19:31.141  2985  4272 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:31.145  2985  4272 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:19:31.145  2985  4272 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:31.149  2985  4272 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:19:31.149  2985  4272 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:31.154  2985  4272 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:19:31.154  2985  4272 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:19:31.154  2985  4272 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:31.160  2985  4272 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:19:31.160  2985  4272 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:31.162  3510  3510 D ViewRootImpl@d8d4a51[StatusBar]: Relayout returned: old=[0,0][1080,1920] new=[0,0][1080,72] result=0x21 surface={valid=true 3450304512} changed=false
11-30 15:19:31.163  3510  3510 D KeyguardWallpaperController: onLayoutChange() v: com.android.systemui.statusbar.BackDropView{5ed2218 I.E...... ......ID 0,0-1080,72 #7f0a006b app:id/backdrop}, bottom : 72, oldBottom : 1920
11-30 15:19:31.163  3510  3510 D KeyguardWallpaperController: mShowing=true, mOccluded=true, mFadingAway=false, match_parent=false
11-30 15:19:31.164  3510  3731 D OpenGLRenderer: eglDestroySurface = 0xe9109f78, 0xcda77800
11-30 15:19:31.166  2985  4272 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:19:31.167  3510  3510 W StaticLayout: maxLineHeight should not be -1.  maxLines:1 lineCount:1
11-30 15:19:31.167  2985  4272 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:31.170  3510  3731 D mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, egl_color_buffer_format *, EGLBoolean) returns 0x3000,  [1080x72]-format:1
11-30 15:19:31.170  3510  3731 D OpenGLRenderer: eglCreateWindowSurface = 0xe9109a78, 0xcda77808
11-30 15:19:31.171  3510  3510 W StaticLayout: maxLineHeight should not be -1.  maxLines:1 lineCount:1
11-30 15:19:31.173 26461 26461 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:31.186  3510  3510 D ViewRootImpl@d8d4a51[StatusBar]: MSG_WINDOW_FOCUS_CHANGED 0
11-30 15:19:31.203  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:19:31.203  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:19:31.203  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:31.212  3510  3510 D ViewRootImpl@d8d4a51[StatusBar]: MSG_RESIZED: frame=Rect(0, 0 - 1080, 72) ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=1
11-30 15:19:31.237 19115 19115 W A       : Received update for unknown package com.google.android.libraries.lens.nbu.user#com.google.android.googlequicksearchbox; known packages [assistant_auto_tng_libraries_device#com.google.android.googlequicksearchbox, assistant_auto_tng_libraries_user#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.verticals.memory#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.user#com.google.android.googlequicksearchbox, com.google.android.libraries.search.audio.device#com.google.android.googlequicksearchbox:com.google.android.googlequicksearchbox:search, com.google.android.apps.search.faceviewer#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.user#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.device#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.user#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.device#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.pronunciationlearning#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.device#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.user#com.google.android.googlequicksearchbox, com.google.android.libraries.assistant.symbiote#com.google.android.googlequicksearchbox, com.google.android.libraries.search.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.uidevice#com.google.android.googlequicksearchbox, com.google.android.apps.search.webglide.user#com.google.android.googlequicksearchbox]
11-30 15:19:31.238 26238 26238 D InCall  : VoiceCallCardFragment - perf - onCreateView : end
11-30 15:19:31.243 26238 26238 D InCall  : VoiceCallCardFragment - perf - onViewCreated : start
11-30 15:19:31.260 26238 26238 E CarrierMatchingUtils: isEnableCarrierMatching: carrier_matching_status
11-30 15:19:31.260 26238 26238 I PhoneVoiceRecorderManager: onRecorderStateChange()
11-30 15:19:31.260 26238 26238 I PhoneVoiceRecorderManager: isAutoRecordTarget(), return false, isAutoRecordOn()
11-30 15:19:31.261 26238 26238 D PhoneVoiceRecorderManager: onRecorderStateChanged(), mRecordedCall : [Call_0, INCOMING, domain:1, Audio Only, NO_REQUEST, isholded:false, children:[], parent:null, conferenceable:[], FRONT]
11-30 15:19:31.261 26238 26238 D PhoneVoiceRecorderManager: onRecorderStateChanged(), call : [Call_0, INCOMING, domain:1, Audio Only, NO_REQUEST, isholded:false, children:[], parent:null, conferenceable:[], FRONT]
11-30 15:19:31.262 26238 26238 I InCall  : RecordButtonController -  - [BUTTON_RECORD] enabled state: 1
11-30 15:19:31.263 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:19:31.263 26238 26238 D InCall  : StatusBarNotifier - updateInCallNotification(allowFullScreenIntent = false)...
11-30 15:19:31.263 26238 26238 D InCall  : StatusBarNotifier - isOutgoingWithoutIncallUi = false
11-30 15:19:31.278 26238 26238 I InCall  : VoiceCallCardFragment - arrangePrimaryLayout: INCOMING
11-30 15:19:31.278 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:31.278 26238 26238 I InCall  : VoiceCallCardFragment - updateBelowMarginAgifTray needToShowAgifFragment: false
11-30 15:19:31.278 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:31.278 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:31.278 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:31.278 26238 26238 D InCall  : VoiceCallCardFragment - perf - onViewCreated : end
11-30 15:19:31.279 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.279 26238 26238 I chatty  : uid=1001(radio) identical 1 line
11-30 15:19:31.279 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.280 26238 26238 D InCall  : CallCardPresenter -  - shouldRefreshPrimaryInfo - true
11-30 15:19:31.280 26238 26238 D CallerInfoUtils: modifyForSpecialCnapCases: initially, number=xxx, presentation=1 ci com.android.incallui.CallerInfo@5dfb05d { name null, phoneNumber null }
11-30 15:19:31.280 26238 26238 D CallerInfoUtils: SpecialCnap: number=xxx; presentation now=1
11-30 15:19:31.280 26238 26238 D CallerInfoUtils: modifyForSpecialCnapCases: returning number string=xxx
11-30 15:19:31.283  2985  2995 D TelecomUtils: isAdditionalPrivilegedDialer: com.samsung.android.incallui
11-30 15:19:31.284  2985  2995 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd1b29930, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.284  2985  2995 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd1b29930, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.292  2985  2995 V PhoneAccountRegistrar: isVoiceMailNumber, false3-1*8-ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}
11-30 15:19:31.292 26238 26238 D InCall  : ContactInfoCache - Geodescrption: null
11-30 15:19:31.295 26238 26238 D InCall  : ContactInfoCache -   ==>  no name; falling back to number: displayNumber '[acf1fffc01dc0193aa07d0b1de723c292a2c826d]', displayLocation 'null'
11-30 15:19:31.296 26238 26238 D InCall  : InCallUtils - isRoamingArea : DefaultIMEI
11-30 15:19:31.296 26238 26238 D InCall  : CallCardPresenter - updatePrimaryDisplayInfo start
11-30 15:19:31.296 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:31.296 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:31.296 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:31.298 26238 26238 D InCall  : CallCardPresenter -  - getNumberForCall queryCompleted: false callLogMemoQueryCompleted: false
11-30 15:19:31.298 26238 26238 D InCall  : CallCardPresenter -  - getNumberForCall number: [da39a3ee5e6b4b0d3255bfef95601890afd80709]
11-30 15:19:31.298 26238 26238 D InCall  : InCallUtils - isHideCallerInfo false
11-30 15:19:31.298 26238 26238 D InCall  : CallTypeUtils - isSrvccConference : false
11-30 15:19:31.299 26238 26238 D InCall  : CallCardPresenter - name: [acf1fffc01dc0193aa07d0b1de723c292a2c826d], number: [da39a3ee5e6b4b0d3255bfef95601890afd80709]
11-30 15:19:31.299 26238 26238 D InCall  : VoiceCallCardFragment - setPrimary: start
11-30 15:19:31.299 26238 26238 D InCall  : CallTypeUtils - isSrvccConference : false
11-30 15:19:31.300 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:31.300 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:31.300 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:31.303 26238 26238 V InCall  : VoiceCallCardFragment - setPrimary - refresh Primary name to - [acf1fffc01dc0193aa07d0b1de723c292a2c826d]/true
11-30 15:19:31.303 26238 26238 V InCall  : VoiceCallCardFragment - setPrimary - show [da39a3ee5e6b4b0d3255bfef95601890afd80709]/null
11-30 15:19:31.304 26238 26238 I InCall  : VoiceCallCardFragment - arrangePrimaryLayout: INCOMING
11-30 15:19:31.305 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:31.305 26238 26238 I InCall  : VoiceCallCardFragment - updateBelowMarginAgifTray needToShowAgifFragment: false
11-30 15:19:31.305 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:31.305 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:31.305 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:31.305 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.306 26238 26238 I InCall  : InCallUISystemDB - isSetupWizardComplete: 1
11-30 15:19:31.306 26238 26238 D InCall  : CallCardFragment - setupInCallMenu()
11-30 15:19:31.361  5463  5463 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService }
11-30 15:19:31.384 26238 26238 I InCall  : InCallMenu - InCallMenu constructor...
11-30 15:19:31.384 26238 26238 I InCall  : CallCardFragment - showMenu: false
11-30 15:19:31.385 26238 26238 D GradientAnimationView0: updateGradientColor: ContactCacheEntry color exists
11-30 15:19:31.385 26238 26238 I GradientAnimationView0: updateGradientColor: duplicated
11-30 15:19:31.386 26238 26238 D InCall  : VoiceCallCardFragment - setPrimaryImage: false, image: null
11-30 15:19:31.391 26238 26238 I InCall  : VoiceCallCardFragment - setPrimaryImage: unavailable to show photo
11-30 15:19:31.391 26238 26238 D InCall  : VoiceCallCardFragment - setDrawableToImageView null
11-30 15:19:31.391 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.391 26238 26238 I InCall  : VoiceCallCardFragment - arrangePrimaryLayout: INCOMING
11-30 15:19:31.392 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:31.392 26238 26238 I InCall  : VoiceCallCardFragment - updateBelowMarginAgifTray needToShowAgifFragment: false
11-30 15:19:31.392 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:31.392 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:31.392 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:31.393 26238 26238 I InCall  : InCallUISystemDB - isCallerInfoCardMode : true
11-30 15:19:31.394 26238 26238 D InCall  : PhoneModeUtils - isUltraPowerSavingMode: false
11-30 15:19:31.394 26238 26238 I InCall  : VoiceCallCardFragment - - queryCompleted
11-30 15:19:31.397 26238 26238 D InCall  : CallerInfoCardView - onFinishInflate : 
11-30 15:19:31.397 26238 26238 I InCall  : VoiceCallCardFragment - setCallerInfoCardView: update
11-30 15:19:31.398 26238 26238 I InCallUIFeature: getMessagePackageName: com.samsung.android.messaging
11-30 15:19:31.399 26238 26238 D InCall  : CallerInfoCardUtils - startQuery - type : 0
11-30 15:19:31.399  2985  2995 D SdpManagerService: Not an enterprise user : 0
11-30 15:19:31.400 26238 26238 D InCall  : CallerInfoCardUtils - isKeyguardSecureLocked - true
11-30 15:19:31.417  2602  2602 D SEC LightsHAL: led_blink : 0xff0000ff 500 5000
11-30 15:19:31.417  2602  2602 D SEC LightsHAL:  +
11-30 15:19:31.417  2602  2602 D SEC LightsHAL: led_blink : 0xff0000ff 500 5000
11-30 15:19:31.417  2602  2602 D SEC LightsHAL:  -
11-30 15:19:31.429 26238 26238 D InCall  : CallCardCallPlusView - isCrane :false
11-30 15:19:31.430 26238 26238 D InCall  : CallTypeUtils - getVerstat verstat: 0
11-30 15:19:31.431 26238 26238 D InCall  : PhoneModeUtils - isUltraPowerSavingMode: false
11-30 15:19:31.431 26238 26238 D InCall  : PhoneModeUtils - isUltraPowerSavingMode: false
11-30 15:19:31.432 26238 26238 I InCall  : VoiceCallCardFragment - arrangePrimaryLayout: INCOMING
11-30 15:19:31.432 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:31.432 26238 26238 I InCall  : VoiceCallCardFragment - updateBelowMarginAgifTray needToShowAgifFragment: false
11-30 15:19:31.432 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:31.432 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:31.432 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:31.433 26238 26238 I InCall  : VoiceCallCardFragment - arrangePrimaryLayout: INCOMING
11-30 15:19:31.433 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:31.433 26238 26238 I InCall  : VoiceCallCardFragment - updateBelowMarginAgifTray needToShowAgifFragment: false
11-30 15:19:31.433 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:31.433 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:31.433 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:31.433 26238 26238 D InCall  : VoiceCallCardFragment - setPrimary: end
11-30 15:19:31.433 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:31.433 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:31.433 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:31.433 26238 26238 D InCall  : CallCardPresenter - updatePrimaryDisplayInfo end
11-30 15:19:31.434 26238 26238 D InCall  : ContactInfoCache - perf - startContactInfoSearchForRedialCall [Call_0, INCOMING, domain:1, Audio Only, NO_REQUEST, isholded:false, children:[], parent:null, conferenceable:[], FRONT]
11-30 15:19:31.434 26238 26238 D InCall  : ContactInfoCache - skip startContactInfoSearchForRedialCall - querystarted
11-30 15:19:31.435 26238 26238 D InCallUtilsMultiSIM: perf - isSimSubscriptionPhoneAccountHandle: start
11-30 15:19:31.437  2985  2995 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd1b2a320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.437  2985  2995 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd1b2a320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.437 26238 26238 D InCallUtilsMultiSIM: perf - isSimSubscriptionPhoneAccountHandle: end
11-30 15:19:31.437 26238 26238 D InCallUtilsMultiSIM: perf - getSubId: start
11-30 15:19:31.439  2985  2995 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd1b2a320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.439  2985  2995 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd1b2a320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.440 26238 26238 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xff964590, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.440 26238 26238 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xff964590, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.441 26238 26238 D InCallUtilsMultiSIM: perf - getSubId: 3
11-30 15:19:31.446 26238 26238 D InCallUtilsWrapper: isVoiceMailNumber subId: 3, isVoiceMailNumber:false
11-30 15:19:31.446 26238 26238 D InCall  : CallCardPresenter - updatePrimaryDisplayInfo start
11-30 15:19:31.446 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:31.446 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:31.446 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:31.448 26238 26238 D InCall  : CallCardPresenter -  - getNumberForCall queryCompleted: true callLogMemoQueryCompleted: true
11-30 15:19:31.448 26238 26238 D InCall  : CallCardPresenter -  - getNumberForCall number: [acf1fffc01dc0193aa07d0b1de723c292a2c826d]
11-30 15:19:31.448 26238 26238 D InCall  : InCallUtils - isHideCallerInfo false
11-30 15:19:31.448 26238 26238 D InCall  : CallTypeUtils - isSrvccConference : false
11-30 15:19:31.448 26238 26238 D InCall  : CallCardPresenter - name: [76c17238848705dd5b7360ccd13c24ceed8fdbe1], number: [acf1fffc01dc0193aa07d0b1de723c292a2c826d]
11-30 15:19:31.448 26238 26238 D InCall  : VoiceCallCardFragment - setPrimary: start
11-30 15:19:31.448 26238 26238 D InCall  : CallTypeUtils - isSrvccConference : false
11-30 15:19:31.449 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:31.449 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:31.449 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:31.451 26238 26238 V InCall  : VoiceCallCardFragment - setPrimary - refresh Primary name to - [76c17238848705dd5b7360ccd13c24ceed8fdbe1]/false
11-30 15:19:31.451 26238 26238 V InCall  : VoiceCallCardFragment - setPrimary - show [acf1fffc01dc0193aa07d0b1de723c292a2c826d]/null
11-30 15:19:31.451 26238 26238 D InCall  : InCallUtils - isHideCallerInfo false
11-30 15:19:31.452 26238 26238 I InCall  : VoiceCallCardFragment - arrangePrimaryLayout: INCOMING
11-30 15:19:31.452 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:31.452 26238 26238 I InCall  : VoiceCallCardFragment - updateBelowMarginAgifTray needToShowAgifFragment: false
11-30 15:19:31.452 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:31.452 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:31.452 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:31.453 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.453 26238 26238 I InCall  : InCallUISystemDB - isSetupWizardComplete: 1
11-30 15:19:31.453 26238 26238 I InCall  : CallCardFragment - showMenu: false
11-30 15:19:31.454 26238 26238 D GradientAnimationView0: updateGradientColor: ContactCacheEntry color exists
11-30 15:19:31.454 26238 26238 I GradientAnimationView0: updateGradientColor: duplicated
11-30 15:19:31.454 26238 26238 D InCall  : VoiceCallCardFragment - setPrimaryImage: false, image: android.graphics.drawable.BitmapDrawable@384b1ce
11-30 15:19:31.454 26238 26238 I InCall  : VoiceCallCardFragment - setPrimaryImage: unavailable to show photo
11-30 15:19:31.454 26238 26238 D InCall  : VoiceCallCardFragment - setDrawableToImageView android.graphics.drawable.BitmapDrawable@384b1ce
11-30 15:19:31.454 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.454 26238 26238 I InCall  : VoiceCallCardFragment - arrangePrimaryLayout: INCOMING
11-30 15:19:31.454 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:31.455 26238 26238 I InCall  : VoiceCallCardFragment - updateBelowMarginAgifTray needToShowAgifFragment: false
11-30 15:19:31.455 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:31.455 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:31.455 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:31.455 26238 26238 I InCall  : InCallUISystemDB - isCallerInfoCardMode : true
11-30 15:19:31.455 26238 26238 D InCall  : PhoneModeUtils - isUltraPowerSavingMode: false
11-30 15:19:31.455 26238 26238 I InCall  : VoiceCallCardFragment - - queryCompleted
11-30 15:19:31.455 26238 26238 I InCall  : VoiceCallCardFragment - setCallerInfoCardView: update
11-30 15:19:31.455 26238 26238 D InCall  : CallerInfoCardView - all of query request is already required....
11-30 15:19:31.475 26238 26238 D InCall  : CallCardCallPlusView - isCrane :false
11-30 15:19:31.476 26238 26238 D InCall  : CallTypeUtils - getVerstat verstat: 0
11-30 15:19:31.476 26238 26238 D InCall  : PhoneModeUtils - isUltraPowerSavingMode: false
11-30 15:19:31.477 26238 26238 D InCall  : PhoneModeUtils - isUltraPowerSavingMode: false
11-30 15:19:31.477 26238 26238 I InCall  : VoiceCallCardFragment - arrangePrimaryLayout: INCOMING
11-30 15:19:31.478 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:31.478 26238 26238 I InCall  : VoiceCallCardFragment - updateBelowMarginAgifTray needToShowAgifFragment: false
11-30 15:19:31.478 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:31.478 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:31.478 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:31.478 26238 26238 I InCall  : VoiceCallCardFragment - arrangePrimaryLayout: INCOMING
11-30 15:19:31.479 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:31.479 26238 26238 I InCall  : VoiceCallCardFragment - updateBelowMarginAgifTray needToShowAgifFragment: false
11-30 15:19:31.479 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:31.479 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:31.479 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:31.479 26238 26238 D InCall  : VoiceCallCardFragment - animateForShow: skip
11-30 15:19:31.479 26238 26238 D InCall  : VoiceCallCardFragment - setPrimary: end
11-30 15:19:31.479 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:31.479 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:31.479 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:31.479 26238 26238 D InCall  : CallCardPresenter - updatePrimaryDisplayInfo end
11-30 15:19:31.480 26238 26238 D InCall  : VoiceCallCardFragment - animateForShow: skip
11-30 15:19:31.482 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.483 26238 26238 V InCall  : VoiceCallCardFragment - setCallState INCOMING
11-30 15:19:31.483 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.484 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:31.484 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:31.484 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:31.484 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:31.484 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:31.484 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:31.484 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:31.484 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:31.484 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:31.484 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:31.484 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:31.484 26238 26238 I InCall  : InCallActivity -  - showStatusBarWhiteIcon = true
11-30 15:19:31.484 26238 26238 I InCall  : InCallActivity -  - showNavigationBarWhiteIcon = false
11-30 15:19:31.484 26238 26238 D InCall  : InCallUtils - isHideCallerInfo false
11-30 15:19:31.485 26238 26238 I InCall  : VoiceCallCardFragment - arrangeCallCardBelowWeight state: 4 cardBelowWeight: 1
11-30 15:19:31.485 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:31.485 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:31.485 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:31.485 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:31.485 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:31.485 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:31.488 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:31.488 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:31.488 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:31.488 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:31.488 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:31.488 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:31.490 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:31.490 26238 26238 I InCall  : VoiceCallCardFragment - updateBelowMarginAgifTray needToShowAgifFragment: false
11-30 15:19:31.490 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.490 26238 26238 I chatty  : uid=1001(radio) identical 1 line
11-30 15:19:31.490 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.490 26238 26238 I InCall  : InCallUISystemDB - isSetupWizardComplete: 1
11-30 15:19:31.491 26238 26238 I InCall  : CallCardFragment - showMenu: false
11-30 15:19:31.491 26238 26238 D InCall  : CallCardJanskyView - updateJanskyInfo start
11-30 15:19:31.491 26238 26238 D InCall  : CallCardJanskyView - updateJanskyInfo end
11-30 15:19:31.491 26238 26238 I InCall  : InCallUISystemDB - isCallerInfoCardMode : true
11-30 15:19:31.491 26238 26238 D InCall  : PhoneModeUtils - isUltraPowerSavingMode: false
11-30 15:19:31.491 26238 26238 D InCall  : CallTypeUtils - getVerstat verstat: 0
11-30 15:19:31.492 26238 26238 D InCallUtilsMultiSIM: SimNumeric = 51010
11-30 15:19:31.492 26238 26238 D InCall  : InCallUIConfig - getSimOperatorNumeric: 51010
11-30 15:19:31.492 26238 26238 D InCall  : InCallUtils - isHdIconNotSupportUsim simOperator :51010
11-30 15:19:31.492 26238 26238 D InCall  : InCallUtils - getCallAudioCodec getId :Call_0 / codeType :1
11-30 15:19:31.492 26238 26238 D InCall  : InCallUtils - isShowHDVoiceIcon opStyleForHDIcon:XID_HD isPSDomain : false isWBMode : false ShowHDVoice : false
11-30 15:19:31.492 26238 26238 D InCall  : InCallUtils - getIconType() preferHDIcon: false icon type : 0
11-30 15:19:31.493 26238 26238 D InCall  : PhoneModeUtils - isUltraPowerSavingMode: false
11-30 15:19:31.493 26238 26238 D InCall  : PhoneModeUtils - isUltraPowerSavingMode: false
11-30 15:19:31.493 26238 26238 I InCall  : VoiceCallCardFragment - arrangePrimaryLayout: INCOMING
11-30 15:19:31.494 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:31.494 26238 26238 I InCall  : VoiceCallCardFragment - updateBelowMarginAgifTray needToShowAgifFragment: false
11-30 15:19:31.494 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:31.494 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:31.494 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:31.494 26238 26238 I InCall  : VoiceCallCardFragment - arrangePrimaryLayout: INCOMING
11-30 15:19:31.494 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:31.494 26238 26238 I InCall  : VoiceCallCardFragment - updateBelowMarginAgifTray needToShowAgifFragment: false
11-30 15:19:31.495 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:31.495 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:31.495 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:31.495 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.495 26238 26238 I InCall  : VoiceCallCardFragment - arrangeBelowButtonLayout: 0
11-30 15:19:31.495 26238 26238 I InCall  : VoiceCallCardFragment - updateBelowButton: INCOMING
11-30 15:19:31.500  2985  4272 D TelecomUtils: isAdditionalPrivilegedDialer: com.samsung.android.incallui
11-30 15:19:31.501  2985  4272 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xc1781b80, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.501  2985  4272 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xc1781b80, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.506 26238 26238 D InCallUtilsMultiSIM: SimNumeric = 51010
11-30 15:19:31.506 26238 26238 D InCall  : InCallUIConfig - getSimOperatorNumeric: 51010
11-30 15:19:31.506 26238 26238 D InCall  : InCallUtils - isHdIconNotSupportUsim simOperator :51010
11-30 15:19:31.506 26238 26238 D InCall  : InCallUtils - getCallAudioCodec getId :Call_0 / codeType :1
11-30 15:19:31.506 26238 26238 D InCall  : InCallUtils - isShowHDVoiceIcon opStyleForHDIcon:XID_HD isPSDomain : false isWBMode : false ShowHDVoice : false
11-30 15:19:31.506 26238 26238 D InCall  : InCallUtils - getIconType() preferHDIcon: false icon type : 0
11-30 15:19:31.508  2985  4272 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.googlequicksearchbox user:0
11-30 15:19:31.508  2985  4272 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:19:31.508 18545 18545 I NotificationReceiver: found similar notification: MyNotification{id=37203, received=Fri Oct 15 11:30:54 GMT+07:00 2021, removed=null, pack='com.samsung.android.incallui', title='Info Pelanggan', text='Incoming call', trash=false, lastOccurred=Fri Oct 15 11:30:54 GMT+07:00 2021, appName='Phone', notificationType=NOTIFICATION, myIcon=MyIcon{pack='com.samsung.android.incallui', created=Wed Jun 30 16:23:34 GMT+07:00 2021, lastUpdated=Wed Jun 30 16:23:34 GMT+07:00 2021}}
11-30 15:19:31.508  2985  4272 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.googlequicksearchbox user:0
11-30 15:19:31.508  2985  4272 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:19:31.514 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.514 26238 26238 I InCall  : InCallUISystemDB - isSetupWizardComplete: 1
11-30 15:19:31.514 26238 26238 I InCall  : CallCardFragment - showMenu: false
11-30 15:19:31.519 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:31.520 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:31.520 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:31.520 26238 26238 W InCall  : CoreAppsContactManager -  - addListener: com.android.incallui.CallCardPresenter@7ff2685
11-30 15:19:31.525 26483 26483 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:19:31.527 26483 26483 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:31.529 26483 26483 I SELinux : SELinux: seapp_context_lookup: seinfo=apm, level=s0:c512,c768, pkgname=com.google.android.googlequicksearchbox 
11-30 15:19:31.532 26238 26238 D InCallUtilsMultiSIM: perf - isSimSubscriptionPhoneAccountHandle: start
11-30 15:19:31.533  2985  2995 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd1b2a320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.534  2985  2995 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd1b2a320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.534 26238 26238 D InCallUtilsMultiSIM: perf - isSimSubscriptionPhoneAccountHandle: end
11-30 15:19:31.534 26238 26238 D InCallUtilsMultiSIM: perf - getSubId: start
11-30 15:19:31.536  2985  2995 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd1b2a320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.536  2985  2995 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd1b2a320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.537 26238 26238 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xff966380, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.537 26238 26238 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xff966380, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.538 26238 26238 D InCallUtilsMultiSIM: perf - getSubId: 3
11-30 15:19:31.542 26238 26238 D InCallUtilsWrapper: isVoiceMailNumber subId: 3, isVoiceMailNumber:false
11-30 15:19:31.543 26238 26238 D InCall  : CallCardPresenter - updatePrimaryDisplayInfo start
11-30 15:19:31.543 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:31.543 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:31.543 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:31.544 26238 26238 D InCall  : CallCardPresenter -  - getNumberForCall queryCompleted: true callLogMemoQueryCompleted: true
11-30 15:19:31.545 26238 26238 D InCall  : CallCardPresenter -  - getNumberForCall number: [acf1fffc01dc0193aa07d0b1de723c292a2c826d]
11-30 15:19:31.545 26238 26238 D InCall  : InCallUtils - isHideCallerInfo false
11-30 15:19:31.545 26238 26238 D InCall  : CallTypeUtils - isSrvccConference : false
11-30 15:19:31.545 26238 26238 D InCall  : CallCardPresenter - name: [76c17238848705dd5b7360ccd13c24ceed8fdbe1], number: [acf1fffc01dc0193aa07d0b1de723c292a2c826d]
11-30 15:19:31.545 26238 26238 D InCall  : VoiceCallCardFragment - setPrimary: start
11-30 15:19:31.545 26238 26238 D InCall  : CallTypeUtils - isSrvccConference : false
11-30 15:19:31.546 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:31.546 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:31.546 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:31.548 26238 26238 V InCall  : VoiceCallCardFragment - setPrimary - refresh Primary name to - [76c17238848705dd5b7360ccd13c24ceed8fdbe1]/false
11-30 15:19:31.549 26238 26238 V InCall  : VoiceCallCardFragment - setPrimary - show [acf1fffc01dc0193aa07d0b1de723c292a2c826d]/null
11-30 15:19:31.549 26238 26238 D InCall  : InCallUtils - isHideCallerInfo false
11-30 15:19:31.549 26238 26238 I InCall  : VoiceCallCardFragment - arrangePrimaryLayout: INCOMING
11-30 15:19:31.550 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:31.550 26238 26238 I InCall  : VoiceCallCardFragment - updateBelowMarginAgifTray needToShowAgifFragment: false
11-30 15:19:31.550 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:31.550 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:31.550 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:31.550 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.550 26238 26238 I InCall  : InCallUISystemDB - isSetupWizardComplete: 1
11-30 15:19:31.550 26238 26238 I InCall  : CallCardFragment - showMenu: false
11-30 15:19:31.551 26238 26238 D GradientAnimationView0: updateGradientColor: ContactCacheEntry color exists
11-30 15:19:31.551 26238 26238 I GradientAnimationView0: updateGradientColor: duplicated
11-30 15:19:31.551 26238 26238 D InCall  : VoiceCallCardFragment - setPrimaryImage: false, image: android.graphics.drawable.BitmapDrawable@384b1ce
11-30 15:19:31.552 26238 26238 I InCall  : VoiceCallCardFragment - setPrimaryImage: unavailable to show photo
11-30 15:19:31.552 26238 26238 D InCall  : VoiceCallCardFragment - setDrawableToImageView android.graphics.drawable.BitmapDrawable@384b1ce
11-30 15:19:31.552 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.552 26238 26238 I InCall  : VoiceCallCardFragment - arrangePrimaryLayout: INCOMING
11-30 15:19:31.552 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:31.552 26238 26238 I InCall  : VoiceCallCardFragment - updateBelowMarginAgifTray needToShowAgifFragment: false
11-30 15:19:31.553 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:31.553 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:31.553 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:31.553 26238 26238 I InCall  : InCallUISystemDB - isCallerInfoCardMode : true
11-30 15:19:31.553  2985  2995 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10078 ,Container id: 0
11-30 15:19:31.553 26238 26238 D InCall  : PhoneModeUtils - isUltraPowerSavingMode: false
11-30 15:19:31.553  2985  2995 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10078 ,Container id: 0
11-30 15:19:31.553 26238 26238 I InCall  : VoiceCallCardFragment - - queryCompleted
11-30 15:19:31.553 26238 26238 I InCall  : VoiceCallCardFragment - setCallerInfoCardView: update
11-30 15:19:31.553 26238 26238 D InCall  : CallerInfoCardView - all of query request is already required....
11-30 15:19:31.553  2985  2995 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:31.561  2985  4272 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10078 ,Container id: 0
11-30 15:19:31.561  2985  4272 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10078 ,Container id: 0
11-30 15:19:31.561  2985  4272 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:31.569 26483 26483 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:31.572  3510  3660 D Tile.RotationLockTile:  handleUpdateState: false orientation = true
11-30 15:19:31.577 26238 26238 D InCall  : CallCardCallPlusView - isCrane :false
11-30 15:19:31.578 26238 26238 D InCall  : CallTypeUtils - getVerstat verstat: 0
11-30 15:19:31.578 26238 26238 D InCall  : PhoneModeUtils - isUltraPowerSavingMode: false
11-30 15:19:31.578 26238 26238 D InCall  : PhoneModeUtils - isUltraPowerSavingMode: false
11-30 15:19:31.579 26238 26238 I InCall  : VoiceCallCardFragment - arrangePrimaryLayout: INCOMING
11-30 15:19:31.579 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:31.579 26238 26238 I InCall  : VoiceCallCardFragment - updateBelowMarginAgifTray needToShowAgifFragment: false
11-30 15:19:31.579 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:31.579 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:31.579 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:31.579 26238 26238 I InCall  : VoiceCallCardFragment - arrangePrimaryLayout: INCOMING
11-30 15:19:31.580 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:31.580 26238 26238 I InCall  : VoiceCallCardFragment - updateBelowMarginAgifTray needToShowAgifFragment: false
11-30 15:19:31.580 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:31.580 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:31.580 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:31.580 26238 26238 D InCall  : VoiceCallCardFragment - animateForShow: skip
11-30 15:19:31.580 26238 26238 D InCall  : VoiceCallCardFragment - setPrimary: end
11-30 15:19:31.580 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:31.580 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:31.580 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:31.580 26238 26238 D InCall  : CallCardPresenter - updatePrimaryDisplayInfo end
11-30 15:19:31.581 26238 26238 D InCall  : ContactInfoCache - perf - startContactInfoSearchForRedialCall [Call_0, INCOMING, domain:1, Audio Only, NO_REQUEST, isholded:false, children:[], parent:null, conferenceable:[], FRONT]
11-30 15:19:31.581 26238 26238 D InCall  : ContactInfoCache - skip startContactInfoSearchForRedialCall - querystarted
11-30 15:19:31.583 26238 26238 D InCallUtilsMultiSIM: perf - isSimSubscriptionPhoneAccountHandle: start
11-30 15:19:31.584  2985  4102 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xc1f76320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.584  2985  4102 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xc1f76320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.585 26238 26238 D InCallUtilsMultiSIM: perf - isSimSubscriptionPhoneAccountHandle: end
11-30 15:19:31.585 26238 26238 D InCallUtilsMultiSIM: perf - getSubId: start
11-30 15:19:31.586  2985  4102 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xc1f76320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.587  2985  4102 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xc1f76320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.588 26238 26238 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xff9656b0, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.588 26238 26238 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xff9656b0, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.588  3510  3660 D Tile.BluetoothTile: handleUpdateState enabled = false connected = false bluetoothState = 10
11-30 15:19:31.596 26331 26331 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isSamsungAccountSignedIn : true
11-30 15:19:31.596 26238 26238 D InCallUtilsMultiSIM: perf - getSubId: 3
11-30 15:19:31.601 26238 26238 D InCallUtilsWrapper: isVoiceMailNumber subId: 3, isVoiceMailNumber:false
11-30 15:19:31.601 26238 26238 D InCall  : CallCardPresenter - updatePrimaryDisplayInfo start
11-30 15:19:31.601 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:31.601 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:31.601 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:31.602 26238 26238 D InCall  : CallCardPresenter -  - getNumberForCall queryCompleted: true callLogMemoQueryCompleted: true
11-30 15:19:31.603 26238 26238 D InCall  : CallCardPresenter -  - getNumberForCall number: [acf1fffc01dc0193aa07d0b1de723c292a2c826d]
11-30 15:19:31.603 26238 26238 D InCall  : InCallUtils - isHideCallerInfo false
11-30 15:19:31.603 26238 26238 D InCall  : CallTypeUtils - isSrvccConference : false
11-30 15:19:31.603 26238 26238 D InCall  : CallCardPresenter - name: [76c17238848705dd5b7360ccd13c24ceed8fdbe1], number: [acf1fffc01dc0193aa07d0b1de723c292a2c826d]
11-30 15:19:31.603 26238 26238 D InCall  : VoiceCallCardFragment - setPrimary: start
11-30 15:19:31.603 26238 26238 D InCall  : CallTypeUtils - isSrvccConference : false
11-30 15:19:31.604 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:31.604 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:31.604 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:31.607 26238 26238 V InCall  : VoiceCallCardFragment - setPrimary - refresh Primary name to - [76c17238848705dd5b7360ccd13c24ceed8fdbe1]/false
11-30 15:19:31.607 26238 26238 V InCall  : VoiceCallCardFragment - setPrimary - show [acf1fffc01dc0193aa07d0b1de723c292a2c826d]/null
11-30 15:19:31.607 26238 26238 D InCall  : InCallUtils - isHideCallerInfo false
11-30 15:19:31.608 26238 26238 I InCall  : VoiceCallCardFragment - arrangePrimaryLayout: INCOMING
11-30 15:19:31.608 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:31.608 26238 26238 I InCall  : VoiceCallCardFragment - updateBelowMarginAgifTray needToShowAgifFragment: false
11-30 15:19:31.608 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:31.608 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:31.608 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:31.608 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.609 26238 26238 I InCall  : InCallUISystemDB - isSetupWizardComplete: 1
11-30 15:19:31.609 26238 26238 I InCall  : CallCardFragment - showMenu: false
11-30 15:19:31.610 26238 26238 D GradientAnimationView0: updateGradientColor: ContactCacheEntry color exists
11-30 15:19:31.610 26238 26238 I GradientAnimationView0: updateGradientColor: duplicated
11-30 15:19:31.610 26238 26238 D InCall  : VoiceCallCardFragment - setPrimaryImage: false, image: android.graphics.drawable.BitmapDrawable@384b1ce
11-30 15:19:31.610 26238 26238 I InCall  : VoiceCallCardFragment - setPrimaryImage: unavailable to show photo
11-30 15:19:31.610 26238 26238 D InCall  : VoiceCallCardFragment - setDrawableToImageView android.graphics.drawable.BitmapDrawable@384b1ce
11-30 15:19:31.610 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.610 26238 26238 I InCall  : VoiceCallCardFragment - arrangePrimaryLayout: INCOMING
11-30 15:19:31.611 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:31.611 26238 26238 I InCall  : VoiceCallCardFragment - updateBelowMarginAgifTray needToShowAgifFragment: false
11-30 15:19:31.611 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:31.611 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:31.611 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:31.611 26238 26238 I InCall  : InCallUISystemDB - isCallerInfoCardMode : true
11-30 15:19:31.611 26238 26238 D InCall  : PhoneModeUtils - isUltraPowerSavingMode: false
11-30 15:19:31.612 26238 26238 I InCall  : VoiceCallCardFragment - - queryCompleted
11-30 15:19:31.612 26238 26238 I InCall  : VoiceCallCardFragment - setCallerInfoCardView: update
11-30 15:19:31.612 26238 26238 D InCall  : CallerInfoCardView - all of query request is already required....
11-30 15:19:31.616 18545 18545 I DB_HELPER: inserted: MyNotification{id=47881, received=Tue Nov 30 15:19:30 GMT+07:00 2021, removed=null, pack='com.samsung.android.incallui', title='Info Pelanggan', text='Incoming call', trash=false, lastOccurred=Tue Nov 30 15:19:30 GMT+07:00 2021, appName='Phone', notificationType=NOTIFICATION, myIcon=MyIcon{pack='com.samsung.android.incallui', created=Tue Nov 30 15:19:30 GMT+07:00 2021, lastUpdated=Tue Nov 30 15:19:30 GMT+07:00 2021}}
11-30 15:19:31.632 26238 26238 D InCall  : CallCardCallPlusView - isCrane :false
11-30 15:19:31.632 26238 26238 D InCall  : CallTypeUtils - getVerstat verstat: 0
11-30 15:19:31.633 26238 26238 D InCall  : PhoneModeUtils - isUltraPowerSavingMode: false
11-30 15:19:31.633 26238 26238 D InCall  : PhoneModeUtils - isUltraPowerSavingMode: false
11-30 15:19:31.633 26238 26238 I InCall  : VoiceCallCardFragment - arrangePrimaryLayout: INCOMING
11-30 15:19:31.634 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:31.634 26238 26238 I InCall  : VoiceCallCardFragment - updateBelowMarginAgifTray needToShowAgifFragment: false
11-30 15:19:31.634 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:31.634 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:31.634 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:31.634 26238 26238 I InCall  : VoiceCallCardFragment - arrangePrimaryLayout: INCOMING
11-30 15:19:31.634 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:31.634 26238 26238 I InCall  : VoiceCallCardFragment - updateBelowMarginAgifTray needToShowAgifFragment: false
11-30 15:19:31.635 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:31.635 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:31.635 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:31.635 26238 26238 D InCall  : VoiceCallCardFragment - animateForShow: skip
11-30 15:19:31.635 26238 26238 D InCall  : VoiceCallCardFragment - setPrimary: end
11-30 15:19:31.635 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:31.635 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:31.635 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:31.635 26238 26238 D InCall  : CallCardPresenter - updatePrimaryDisplayInfo end
11-30 15:19:31.636 26238 26238 D InCall  : VoiceCallCardFragment - animateForShow: skip
11-30 15:19:31.636 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.636 26238 26238 I chatty  : uid=1001(radio) identical 1 line
11-30 15:19:31.636 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.637 26238 26238 D InCall  : CallCardPresenter -  - shouldRefreshPrimaryInfo - false
11-30 15:19:31.638 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.638 26238 26238 V InCall  : VoiceCallCardFragment - setCallState INCOMING
11-30 15:19:31.640  2985  4102 D TelecomUtils: isAdditionalPrivilegedDialer: com.samsung.android.incallui
11-30 15:19:31.640  2985  4102 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xc1f75b80, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.641  2985  4102 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xc1f75b80, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:31.644 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.644 26238 26238 I InCall  : InCallUISystemDB - isSetupWizardComplete: 1
11-30 15:19:31.644 26238 26238 I InCall  : CallCardFragment - showMenu: false
11-30 15:19:31.644 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:31.644 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:31.644 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:31.645 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.645 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:31.645 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:31.645 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:31.645 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.646 26238 26238 I InCall  : BaseFragmentManager - CallCardFragmentManager:VOICE
11-30 15:19:31.646 26238 26238 I InCall  : BaseFragmentManager - BaseFragmentManager...
11-30 15:19:31.646 26238 26238 I InCall  : BaseFragmentManager - AgifFragmentManager...
11-30 15:19:31.646 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.646 26238 26238 I InCall  : BaseFragmentManager - BaseFragmentManager...
11-30 15:19:31.646 26238 26238 I InCall  : BaseFragmentManager - AnswerFragmentManager...
11-30 15:19:31.646 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:31.646 26238 26238 I InCall  : RTTUtil - shouldShowRttAnswerFragment: false
11-30 15:19:31.647 26238 26238 I InCall  : BaseFragmentManager - addFragment......
11-30 15:19:31.647 26238 26238 I InCall  : InCallActivity -  - onFragmentAttached AnswerImageFragment{8aec6e7 #2 id=0x7f11033b}
11-30 15:19:31.648 26238 26238 I InCall  : IncomingCallImageWidget - inflateHandle...
11-30 15:19:31.666 18545 18545 I DB      : inserted: MyOccurrence{id=158260, notificationId=47881, occurred=Tue Nov 30 15:19:30 GMT+07:00 2021, text='Incoming call'}
11-30 15:19:31.669 26238 26238 I IncomingCallImageHandle: init()... incoming call widget image
11-30 15:19:31.669 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:31.669 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:31.674 26331 26331 I SEMS:DataAdapterLog_1.0: [NetworkCommon][SEMS][PolicyLog][2][GetPolicyJobService] polling job service was already scheduled (from:86400000 to:86400000)
11-30 15:19:31.674 26331 26331 D DclDataManager: Enter init
11-30 15:19:31.675 26331 26331 D DclDataManager: Update DCL profile info
11-30 15:19:31.676 26331 26331 D DclDataManager: Exit init
11-30 15:19:31.676 26331 26331 I SEMS:DataAdapterLog_1.0: [NetworkCommon][SEMS][PolicyLog][2][ChinaServerPolicy] init
11-30 15:19:31.676 26331 26331 I SEMS:DataAdapterLog_1.0: [NetworkCommon][SEMS][PolicyLog][2][ChinaServerPolicyReceiver] checkChinaServicePolicy
11-30 15:19:31.679 26238 26238 I IncomingCallImageHandle: updateHandle: IDLE
11-30 15:19:31.680 26238 26238 I IncomingCallImageHandle: init()... incoming call widget image
11-30 15:19:31.680 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:31.680 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:31.688 26331 26331 I SEMS:DataAdapterLog_1.0: [NetworkCommon][SEMS][PolicyLog][2][ChinaServerPolicyReceiver] handleChinaServicePolicy : servicePolicy = ChinaServiceMenuToBackup
11-30 15:19:31.688 26331 26331 I SEMS:DataAdapterLog_1.0: [NetworkCommon][SEMS][PolicyLog][2][ChinaServerPolicyReceiver] handleMenuToBackUpPolicy
11-30 15:19:31.693  2985  4102 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.talk cmp = androidx.work.impl.background.systemalarm.RescheduleReceiver newState = 1 callingPackage = 10133/com.google.android.talk
11-30 15:19:31.699 26238 26238 I IncomingCallImageHandle: updateHandle: IDLE
11-30 15:19:31.699 26238 26238 I InCall  : RTTUtil - shouldShowRttAnswerFragment: false
11-30 15:19:31.700 26238 26238 I InCall  : InCallUISystemDB - isEasyInteraction: 1
11-30 15:19:31.700 26238 26238 I InCall  : InCallUISystemDB - isEasyInteraction: 1
11-30 15:19:31.701 26238 26238 I InCall  : InCallUISystemDB - isUniversalSwitchEnable: 0
11-30 15:19:31.701 26238 26238 I IncomingCallImageHandle: updateHandle: IDLE
11-30 15:19:31.701 26238 26238 I IncomingCallImageHandle: updateHandle: IDLE
11-30 15:19:31.701 26238 26238 I InCall  : RTTUtil - shouldShowRttAnswerFragment: false
11-30 15:19:31.712 26238 26238 D AndroidRWrapper: SlidingDrawer: 16842948
11-30 15:19:31.712 26238 26238 D AndroidRWrapper: SlidingDrawer_content: 5
11-30 15:19:31.712 26238 26238 D AndroidRWrapper: SlidingDrawer_handle: 4
11-30 15:19:31.712 26238 26238 D AndroidRWrapper: SlidingDrawer_topOffset: 2
11-30 15:19:31.712 26238 26238 D AndroidRWrapper: SlidingDrawer_bottomOffset: 1
11-30 15:19:31.712 26238 26238 D AndroidRWrapper: SlidingDrawer_orientation: 0
11-30 15:19:31.712 26238 26238 D AndroidRWrapper: SlidingDrawer_allowSingleTap: 3
11-30 15:19:31.712 26238 26238 D AndroidRWrapper: SlidingDrawer_animateOnClick: 6
11-30 15:19:31.732  2985  2985 I FingerprintService: semStopClient : CurrentClient = com.android.systemui
11-30 15:19:31.739  2740  2740 I vendor.samsung.hardware.biometrics.fingerprint@2.1-service: cancel()
11-30 15:19:31.749  2740  2740 D bauth_service: BAuthService, 777
11-30 15:19:31.750  2740  2740 D bauth_FPBAuthService: FPBAuthService, 641
11-30 15:19:31.750  2740  2740 D bauth_FPBAuthService: srwf 0 ct 1 cf 1 prf 1
11-30 15:19:31.750  2740  2740 D vendor.samsung.hardware.biometrics.fingerprint@2.1-service: onError(5, 0)
11-30 15:19:31.751  2985  2985 W FingerprintService: stopAuthentication FP_FINISH (19ms) RESULT: 0
11-30 15:19:31.751  2985  2985 I FingerprintService: ClientMonitor[android.os.BinderProxy@8a833a2] : onError : error=5, vendor=0
11-30 15:19:31.751  3510  3510 I FingerprintManager: handleMessage = 104, 5, 0
11-30 15:19:31.751 25170 25458 E fb4a.MsysMqttTopicsProvider: subscribing to Mqtt
11-30 15:19:31.751  2985  2985 V Vibrator: Called cancel() API - PUID: 1000, PackageName: android, token: android.os.Binder@7d376ed
11-30 15:19:31.751  3510  3510 D KeyguardFingerPrint: onAuthenticationError()
11-30 15:19:31.752  2608  2608 D SecVibrator-HAL: writeNode node:/sys/class/timed_output/vibrator/enable val:0
11-30 15:19:31.752  3510  3510 D KeyguardFingerPrint: handleFingerprintError( 5 )
11-30 15:19:31.765  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.048660 0.087388 9.641450 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:31.765  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:31.770 19115 19115 I BgTaskExecutorImpl: Starting EXCLUSIVE background task FETCH_CONFIGS_FROM_PHENOTYPE.
11-30 15:19:31.771  2740 18543 D bauth_FPBAuthService: FPBAuthService, 1455
11-30 15:19:31.771  2740 18543 E (FPLOG) : DeviceEnableInt 0 8 10 1
11-30 15:19:31.771  2740 18543 D bauth_FPBAuthService: FPBAuthService, 1464
11-30 15:19:31.771  2740 18543 E (FPLOG) : 2.0.36.0 DeviceSetClock 1
11-30 15:19:31.771  2740 18543 D bauth_FPDLBAuthSensorControl: FPDLBAuthSensorControl, 266
11-30 15:19:31.773  2740 18543 I TLC_BAUTH: Call FP cmd 0xa;1509
11-30 15:19:31.773  2740 18543 I tlc_communication: Send Trustlet TCI Message;214
11-30 15:19:31.776  2740 18543 I tlc_communication: mcNotify is completed;224
11-30 15:19:31.779  2985  2985 D EdmStorageProvider: getCount(ClientCertificateManagerTable) - 1
11-30 15:19:31.779  2985  2985 D ClientCertificateManager Service: Send message MSG_UPDATE_LOCK_STATUS
11-30 15:19:31.786  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:31.786  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:19:31.786  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:31.786  2740 18543 I tlc_communication: mcWaitNotification is completed;237
11-30 15:19:31.786  2985  2985 D AudioService: isEnabled
11-30 15:19:31.786  2740 18543 I TLC_BAUTH: Check the Trustlet return code is completed;1545
11-30 15:19:31.786  2740 18543 D bauth_FPBAuthService: FPBAuthService, 4001
11-30 15:19:31.786  2740 18543 D bauth_FPBAuthService: FPBAuthService, 4415
11-30 15:19:31.786  2740 18543 D (FPLOG) : efprc : cc 
11-30 15:19:31.786  2740 18543 D bauth_FPDLBAuthSensorControl: FPDLBAuthSensorControl, 620
11-30 15:19:31.786  2740 18543 D bauth_FPDLBAuthSensorControl: FPDLBAuthSensorControl, 467
11-30 15:19:31.786  2740 18543 D bauth_FPBAuthService: FPBAuthService, 1214
11-30 15:19:31.786  2740 18543 D bauth_Worker: Worker, 72
11-30 15:19:31.799  2985  3437 I ClientCertificateManager Service: handleMessage : 1
11-30 15:19:31.799  2985  3437 D ClientCertificateManager Service: Initialize mInternalHandler MSG_UPDATE_LOCK_STATUS
11-30 15:19:31.800  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:31.812  2985  4272 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.talk cmp = androidx.work.impl.background.systemalarm.RescheduleReceiver newState = 1 callingPackage = 10133/com.google.android.talk
11-30 15:19:31.820  2985  2985 I WifiTrafficPoller: evaluateTrafficStatsPolling
11-30 15:19:31.857 26238 26238 D ScrollView: initGoToTop
11-30 15:19:31.866  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3226368 RxPkts=4184697 TxBytes=586679145 RxBytes=4498955921 , Foreground uid=1001 pkgName=com.samsung.android.incallui txBytes=0 rxBytes=0
11-30 15:19:31.885  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:31.889  2985  2995 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:19:31.890  2985  3825 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:19:31.890  2985  2995 D PersonaManagerService: securefolder Secure Folder
11-30 15:19:31.901 16033 26478 W PhenotypeConfigurationU: Update for unknown DeviceConfig package com.google.android.gms.devicedoctor [CONTEXT service_id=204 ]
11-30 15:19:31.901 16033 26478 W PhenotypeConfigurationU: akva: No package exists for config package: com.google.android.gms.devicedoctor
11-30 15:19:31.901 16033 26478 W PhenotypeConfigurationU: 	at com.google.android.gms.platformconfigurator.PhenotypeConfigurationUpdateListener.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):7)
11-30 15:19:31.901 16033 26478 W PhenotypeConfigurationU: 	at com.google.android.gms.platformconfigurator.PhenotypeConfigurationUpdateListener.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:19:31.901 16033 26478 W PhenotypeConfigurationU: 	at com.google.android.chimera.IntentOperation.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:31.901 16033 26478 W PhenotypeConfigurationU: 	at pur.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):4)
11-30 15:19:31.901 16033 26478 W PhenotypeConfigurationU: 	at drq.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:19:31.901 16033 26478 W PhenotypeConfigurationU: 	at drp.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):11)
11-30 15:19:31.901 16033 26478 W PhenotypeConfigurationU: 	at bgbh.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:31.901 16033 26478 W PhenotypeConfigurationU: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:31.901 16033 26478 W PhenotypeConfigurationU: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:31.901 16033 26478 W PhenotypeConfigurationU: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:31.911  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] HWC_2_GLES by low FPS(3)
11-30 15:19:31.933  2985  4271 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:19:31.940  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] first frame after HWC_2_GLES
11-30 15:19:31.940  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] GLES_2_HWC by high FPS(5)
11-30 15:19:31.977 26483 26483 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10078
11-30 15:19:31.977 26461 26461 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10018
11-30 15:19:31.980 26461 26461 D Proxy   : mdoP is null: 10018
11-30 15:19:31.980 26483 26483 D Proxy   : mdoP is null: 10078
11-30 15:19:31.991 26461 26461 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:19:32.009 26238 26238 I InCall  : AnswerFragment - onFinishInflate ... isSmartCallWhitePage = false, isSmartCallWhoWho = false, isSmartCallSpamCall = false
11-30 15:19:32.021 26461 26461 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:19:32.113 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:32.114 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:32.114 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:32.114 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:32.114 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:32.118 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][MobileServiceActivate] init
11-30 15:19:32.120 16033 26477 W PhenotypeConfigurationU: Update for unknown DeviceConfig package alt.com.google.android.gms.devicedoctor [CONTEXT service_id=204 ]
11-30 15:19:32.120 16033 26477 W PhenotypeConfigurationU: akva: No package exists for config package: alt.com.google.android.gms.devicedoctor
11-30 15:19:32.120 16033 26477 W PhenotypeConfigurationU: 	at com.google.android.gms.platformconfigurator.PhenotypeConfigurationUpdateListener.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):7)
11-30 15:19:32.120 16033 26477 W PhenotypeConfigurationU: 	at com.google.android.gms.platformconfigurator.PhenotypeConfigurationUpdateListener.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:19:32.120 16033 26477 W PhenotypeConfigurationU: 	at com.google.android.chimera.IntentOperation.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:32.120 16033 26477 W PhenotypeConfigurationU: 	at pur.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):4)
11-30 15:19:32.120 16033 26477 W PhenotypeConfigurationU: 	at drq.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:19:32.120 16033 26477 W PhenotypeConfigurationU: 	at drp.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):11)
11-30 15:19:32.120 16033 26477 W PhenotypeConfigurationU: 	at bgbh.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:32.120 16033 26477 W PhenotypeConfigurationU: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:32.120 16033 26477 W PhenotypeConfigurationU: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:32.120 16033 26477 W PhenotypeConfigurationU: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:32.122 26331 26331 D SEMS:RegistrationLog_1.0: [AgreementLog][2][ServiceStatePolicyManager] ServiceStatePolicyManager init
11-30 15:19:32.124 26331 26331 I SEMS:SamsungAccount: [SamsungAccount] init
11-30 15:19:32.124 26331 26331 I SEMS:SamsungAccount: [BuildInfo] current binary is eng : false
11-30 15:19:32.124 26331 26331 I SEMS:SamsungAccount: [BuildInfo] Device does not support SEP? false
11-30 15:19:32.124 26331 26331 I SEMS:SamsungAccount: [BuildInfo] SEP Version : 2701
11-30 15:19:32.128 16033 26478 W PhenotypeConfigurationU: Update for unknown DeviceConfig package com.google.android.gms.car#car_setup [CONTEXT service_id=204 ]
11-30 15:19:32.128 16033 26478 W PhenotypeConfigurationU: akva: No package exists for config package: com.google.android.gms.car#car_setup
11-30 15:19:32.128 16033 26478 W PhenotypeConfigurationU: 	at com.google.android.gms.platformconfigurator.PhenotypeConfigurationUpdateListener.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):7)
11-30 15:19:32.128 16033 26478 W PhenotypeConfigurationU: 	at com.google.android.gms.platformconfigurator.PhenotypeConfigurationUpdateListener.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:19:32.128 16033 26478 W PhenotypeConfigurationU: 	at com.google.android.chimera.IntentOperation.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:32.128 16033 26478 W PhenotypeConfigurationU: 	at pur.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):4)
11-30 15:19:32.128 16033 26478 W PhenotypeConfigurationU: 	at drq.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:19:32.128 16033 26478 W PhenotypeConfigurationU: 	at drp.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):11)
11-30 15:19:32.128 16033 26478 W PhenotypeConfigurationU: 	at bgbh.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:32.128 16033 26478 W PhenotypeConfigurationU: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:32.128 16033 26478 W PhenotypeConfigurationU: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:32.128 16033 26478 W PhenotypeConfigurationU: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:32.133 16033 26504 W PhenotypeConfigurationU: Update for unknown DeviceConfig package com.google.android.gms.car#car [CONTEXT service_id=204 ]
11-30 15:19:32.133 16033 26504 W PhenotypeConfigurationU: akva: No package exists for config package: com.google.android.gms.car#car
11-30 15:19:32.133 16033 26504 W PhenotypeConfigurationU: 	at com.google.android.gms.platformconfigurator.PhenotypeConfigurationUpdateListener.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):7)
11-30 15:19:32.133 16033 26504 W PhenotypeConfigurationU: 	at com.google.android.gms.platformconfigurator.PhenotypeConfigurationUpdateListener.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:19:32.133 16033 26504 W PhenotypeConfigurationU: 	at com.google.android.chimera.IntentOperation.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:32.133 16033 26504 W PhenotypeConfigurationU: 	at pur.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):4)
11-30 15:19:32.133 16033 26504 W PhenotypeConfigurationU: 	at drq.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:19:32.133 16033 26504 W PhenotypeConfigurationU: 	at drp.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):11)
11-30 15:19:32.133 16033 26504 W PhenotypeConfigurationU: 	at bgbh.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:32.133 16033 26504 W PhenotypeConfigurationU: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:32.133 16033 26504 W PhenotypeConfigurationU: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:32.133 16033 26504 W PhenotypeConfigurationU: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:32.139 26238 26238 D InCall  : AnswerImageFragment - arrangeIncomingHandle = -100
11-30 15:19:32.140  2602  2602 D SEC LightsHAL: led_pattern : 0 +
11-30 15:19:32.141  2602  2602 D SEC LightsHAL: led_pattern : 0 -
11-30 15:19:32.141 16033 26477 W PhenotypeConfigurationU: Update for unknown DeviceConfig package com.google.android.gms.learning [CONTEXT service_id=204 ]
11-30 15:19:32.141 16033 26477 W PhenotypeConfigurationU: akva: No package exists for config package: com.google.android.gms.learning
11-30 15:19:32.141 16033 26477 W PhenotypeConfigurationU: 	at com.google.android.gms.platformconfigurator.PhenotypeConfigurationUpdateListener.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):7)
11-30 15:19:32.141 16033 26477 W PhenotypeConfigurationU: 	at com.google.android.gms.platformconfigurator.PhenotypeConfigurationUpdateListener.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:19:32.141 16033 26477 W PhenotypeConfigurationU: 	at com.google.android.chimera.IntentOperation.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:32.141 16033 26477 W PhenotypeConfigurationU: 	at pur.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):4)
11-30 15:19:32.141 16033 26477 W PhenotypeConfigurationU: 	at drq.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:19:32.141 16033 26477 W PhenotypeConfigurationU: 	at drp.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):11)
11-30 15:19:32.141 16033 26477 W PhenotypeConfigurationU: 	at bgbh.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:32.141 16033 26477 W PhenotypeConfigurationU: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:32.141 16033 26477 W PhenotypeConfigurationU: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:32.141 16033 26477 W PhenotypeConfigurationU: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:32.148 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:32.148 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:32.148 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:32.148 26238 26238 I IncomingCallImageHandle: enableArrowAnimation: enable = true
11-30 15:19:32.148 26238 26238 I IncomingCallImageHandle: updateHandle: NORMAL
11-30 15:19:32.148 26238 26238 I IncomingCallImageHandle: mPreviousHandleState: IDLE, mHandleState: NORMAL
11-30 15:19:32.149 26238 26238 I IncomingCallImageHandle: removeArrowMsg
11-30 15:19:32.149 26238 26238 I IncomingCallImageHandle: enableArrowAnimation: enable = true
11-30 15:19:32.149 26238 26238 I IncomingCallImageHandle: updateHandle: NORMAL
11-30 15:19:32.149 26238 26238 I IncomingCallImageHandle: mPreviousHandleState: IDLE, mHandleState: NORMAL
11-30 15:19:32.149 26238 26238 I IncomingCallImageHandle: removeArrowMsg
11-30 15:19:32.149 26238 26238 I InCall  : RTTUtil - shouldShowRttAnswerFragment: false
11-30 15:19:32.149 26238 26238 D InCall  : AnswerImageFragment - updateIncomingCallWidgetLayout
11-30 15:19:32.149 16033 26504 W PhenotypeConfigurationU: Update for unknown DeviceConfig package com.google.android.gms.maps [CONTEXT service_id=204 ]
11-30 15:19:32.149 16033 26504 W PhenotypeConfigurationU: akva: No package exists for config package: com.google.android.gms.maps
11-30 15:19:32.149 16033 26504 W PhenotypeConfigurationU: 	at com.google.android.gms.platformconfigurator.PhenotypeConfigurationUpdateListener.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):7)
11-30 15:19:32.149 16033 26504 W PhenotypeConfigurationU: 	at com.google.android.gms.platformconfigurator.PhenotypeConfigurationUpdateListener.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:19:32.149 16033 26504 W PhenotypeConfigurationU: 	at com.google.android.chimera.IntentOperation.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:32.149 16033 26504 W PhenotypeConfigurationU: 	at pur.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):4)
11-30 15:19:32.149 16033 26504 W PhenotypeConfigurationU: 	at drq.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:19:32.149 16033 26504 W PhenotypeConfigurationU: 	at drp.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):11)
11-30 15:19:32.149 16033 26504 W PhenotypeConfigurationU: 	at bgbh.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:32.149 16033 26504 W PhenotypeConfigurationU: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:32.149 16033 26504 W PhenotypeConfigurationU: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:32.149 16033 26504 W PhenotypeConfigurationU: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:32.155 16033 26504 W PhenotypeConfigurationU: Update for unknown DeviceConfig package com.google.android.libraries.mdi.sync#com.google.android.gms [CONTEXT service_id=204 ]
11-30 15:19:32.155 16033 26504 W PhenotypeConfigurationU: akva: No package exists for config package: com.google.android.libraries.mdi.sync#com.google.android.gms
11-30 15:19:32.155 16033 26504 W PhenotypeConfigurationU: 	at com.google.android.gms.platformconfigurator.PhenotypeConfigurationUpdateListener.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):7)
11-30 15:19:32.155 16033 26504 W PhenotypeConfigurationU: 	at com.google.android.gms.platformconfigurator.PhenotypeConfigurationUpdateListener.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:19:32.155 16033 26504 W PhenotypeConfigurationU: 	at com.google.android.chimera.IntentOperation.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:32.155 16033 26504 W PhenotypeConfigurationU: 	at pur.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):4)
11-30 15:19:32.155 16033 26504 W PhenotypeConfigurationU: 	at drq.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:19:32.155 16033 26504 W PhenotypeConfigurationU: 	at drp.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):11)
11-30 15:19:32.155 16033 26504 W PhenotypeConfigurationU: 	at bgbh.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:32.155 16033 26504 W PhenotypeConfigurationU: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:32.155 16033 26504 W PhenotypeConfigurationU: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:32.155 16033 26504 W PhenotypeConfigurationU: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:32.157 26238 26238 I InCall  : InCallUISystemDB - isSetupWizardComplete: 1
11-30 15:19:32.159  2594  5147 D audio_hw_primary: adev_set_parameters: enter: kvpairs: screen_state=on
11-30 15:19:32.159 26238 26238 E InCall  : SystemServiceUtils - isSmsCapable : true
11-30 15:19:32.160  2697 28481 V MultiRecordManager: setParameters(): io 0, keyvalue screen_state=on, calling pid 2985
11-30 15:19:32.160  2985  2985 D AudioService: setDVFSForSoundAlive
11-30 15:19:32.161 16033 26478 W PhenotypeConfigurationU: Update for unknown DeviceConfig package com.google.android.libraries.performance.primes#com.google.android.gms [CONTEXT service_id=204 ]
11-30 15:19:32.161 16033 26478 W PhenotypeConfigurationU: akva: No package exists for config package: com.google.android.libraries.performance.primes#com.google.android.gms
11-30 15:19:32.161 16033 26478 W PhenotypeConfigurationU: 	at com.google.android.gms.platformconfigurator.PhenotypeConfigurationUpdateListener.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):7)
11-30 15:19:32.161 16033 26478 W PhenotypeConfigurationU: 	at com.google.android.gms.platformconfigurator.PhenotypeConfigurationUpdateListener.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:19:32.161 16033 26478 W PhenotypeConfigurationU: 	at com.google.android.chimera.IntentOperation.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:32.161 16033 26478 W PhenotypeConfigurationU: 	at pur.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):4)
11-30 15:19:32.161 16033 26478 W PhenotypeConfigurationU: 	at drq.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:19:32.161 16033 26478 W PhenotypeConfigurationU: 	at drp.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):11)
11-30 15:19:32.161 16033 26478 W PhenotypeConfigurationU: 	at bgbh.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:32.161 16033 26478 W PhenotypeConfigurationU: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:32.161 16033 26478 W PhenotypeConfigurationU: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:32.161 16033 26478 W PhenotypeConfigurationU: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:32.165  2985  5081 D SecContentProvider2: query(), uri = 15 selection = getAutoCallPickupState
11-30 15:19:32.169 26238 26238 D InCall  : KnoxCustomManagerWrapper - getAutoCallPickupState: 0
11-30 15:19:32.170 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:32.170 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:32.170 26238 26238 I InCall  : RTTUtil - shouldShowRttAnswerFragment: false
11-30 15:19:32.170 16033 26481 W PhenotypeConfigurationU: Update for unknown DeviceConfig package com.google.android.gms.icing.mdd#com.google.android.gms [CONTEXT service_id=204 ]
11-30 15:19:32.170 16033 26481 W PhenotypeConfigurationU: akva: No package exists for config package: com.google.android.gms.icing.mdd#com.google.android.gms
11-30 15:19:32.170 16033 26481 W PhenotypeConfigurationU: 	at com.google.android.gms.platformconfigurator.PhenotypeConfigurationUpdateListener.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):7)
11-30 15:19:32.170 16033 26481 W PhenotypeConfigurationU: 	at com.google.android.gms.platformconfigurator.PhenotypeConfigurationUpdateListener.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:19:32.170 16033 26481 W PhenotypeConfigurationU: 	at com.google.android.chimera.IntentOperation.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:32.170 16033 26481 W PhenotypeConfigurationU: 	at pur.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):4)
11-30 15:19:32.170 16033 26481 W PhenotypeConfigurationU: 	at drq.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:19:32.170 16033 26481 W PhenotypeConfigurationU: 	at drp.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):11)
11-30 15:19:32.170 16033 26481 W PhenotypeConfigurationU: 	at bgbh.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:32.170 16033 26481 W PhenotypeConfigurationU: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:32.170 16033 26481 W PhenotypeConfigurationU: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:32.170 16033 26481 W PhenotypeConfigurationU: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:32.170 26238 26238 I InCall  : BaseFragmentManager - BaseFragmentManager...
11-30 15:19:32.170 26238 26238 I InCall  : BaseFragmentManager - ConferenceManagerFragmentManager...
11-30 15:19:32.170 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:32.171 26238 26238 I InCall  : BaseFragmentManager - BaseFragmentManager...
11-30 15:19:32.171 26238 26238 I InCall  : SECVT:BASE - VideoCallFragmentManager - constructor
11-30 15:19:32.171 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:32.171 26238 26238 I InCallLog-InCallActivity : perf - initializeInCall: created fragment manger
11-30 15:19:32.173 26238 26238 I InCall  : InCallApp -  - release UI lock
11-30 15:19:32.173 26238 26238 D InCall  : InCallPresenter -  - removeUiLockReleasedEvent
11-30 15:19:32.173 26238 26238 D InCall  : InCallPresenter -  - sendCallListChangedEvent(500)
11-30 15:19:32.173 26238 26238 I InCallLog-InCallActivity : perf - initializeInCall: done
11-30 15:19:32.174 26238 26238 I InCallLog-InCallActivity : perf - onStop()... enter
11-30 15:19:32.175 26238 26238 I InCall  : SECVT:FLOW - VideoCallManager - onActivityStateChanged, AliveCall Id=Call_0, STARTED -> STOPPED
11-30 15:19:32.175 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:32.175 26238 26238 I InCall  : SECVT:VIDEO - VideoPauseController - onUiShowing : false canUpdate : false
11-30 15:19:32.175 26238 26238 D InCall  : InCallActivity -  - addFlagTurnOnScreen: false
11-30 15:19:32.175 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:32.176 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:32.176 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:32.176 26238 26238 D InCall  : InCallActivity -  - showGreenBar = true
11-30 15:19:32.176 26238 26238 I InCall  : InCallActivity -  - setStatusBar = true
11-30 15:19:32.177 16033 26478 W PhenotypeConfigurationU: Update for unknown DeviceConfig package com.google.android.libraries.vpn.gcs.autowifi#com.google.android.gms [CONTEXT service_id=204 ]
11-30 15:19:32.177 16033 26478 W PhenotypeConfigurationU: akva: No package exists for config package: com.google.android.libraries.vpn.gcs.autowifi#com.google.android.gms
11-30 15:19:32.177 16033 26478 W PhenotypeConfigurationU: 	at com.google.android.gms.platformconfigurator.PhenotypeConfigurationUpdateListener.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):7)
11-30 15:19:32.177 16033 26478 W PhenotypeConfigurationU: 	at com.google.android.gms.platformconfigurator.PhenotypeConfigurationUpdateListener.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:19:32.177 16033 26478 W PhenotypeConfigurationU: 	at com.google.android.chimera.IntentOperation.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:32.177 16033 26478 W PhenotypeConfigurationU: 	at pur.onHandleIntent(:com.google.android.gms@214218018@21.42.18 (040308-410302452):4)
11-30 15:19:32.177 16033 26478 W PhenotypeConfigurationU: 	at drq.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:19:32.177 16033 26478 W PhenotypeConfigurationU: 	at drp.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):11)
11-30 15:19:32.177 16033 26478 W PhenotypeConfigurationU: 	at bgbh.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:32.177 16033 26478 W PhenotypeConfigurationU: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:32.177 16033 26478 W PhenotypeConfigurationU: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:32.177 16033 26478 W PhenotypeConfigurationU: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:32.178  2985  2985 D UniversalCredentialManagerService: inside mBReciever onReceive : android.intent.action.SCREEN_ON
11-30 15:19:32.182 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:19:32.182 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:19:32.183 26238 26238 D BikeModeController: setStatusBar...
11-30 15:19:32.183 26238 26238 I InCallLog-InCallActivity : perf - onStop()... exit, not clearActivity
11-30 15:19:32.183 26238 26238 V InCall  : ColoredBackgroundElement$1 -  - onGradientCreated...
11-30 15:19:32.183 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:32.184 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:32.184 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:32.184 26238 26238 V InCall  : ColoredBackgroundElement -  - updateBackgroundState: show gradientAnimationView
11-30 15:19:32.184 26238 26238 I GradientAnimationView0: animateForStream: run!!!
11-30 15:19:32.184 26238 26238 V InCall  : VoiceCallCardFragment - getPivot: 0, 0
11-30 15:19:32.185 26238 26238 V InCall  : ColoredBackgroundElement -  - updateFeatheredCircle: radius[550] color[#AB715B]
11-30 15:19:32.185 26238 26379 V InCall  : ColoredBackgroundElement$2 -  - updateFeatheredCircle: start makeFeatheredCircle
11-30 15:19:32.185  2985  2985 D UniversalCredentialManagerService: ****MSG_LOCK_STATUS_UPDATE block started****
11-30 15:19:32.187  2985  2985 D UniversalCredentialManagerService: notifyChangeToPlugin is called for Lock status update...
11-30 15:19:32.191 26461 26461 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:19:32.192 26238 26238 I InCallLog-InCallActivity : perf - onStart()...
11-30 15:19:32.192 26238 26238 D InCall  : InCallActivity -  - addFlagTurnOnScreen: true
11-30 15:19:32.193  2985  2985 D UcmService: notifyChangeToPlugin event 15
11-30 15:19:32.194 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:32.194 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:32.194 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:32.195 26238 26238 I InCall  : SECVT:FLOW - VideoCallManager - onActivityStateChanged, AliveCall Id=Call_0, STOPPED -> STARTED
11-30 15:19:32.195 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:32.195 26238 26238 I InCall  : SECVT:VIDEO - VideoPauseController - onUiShowing : true canUpdate : false
11-30 15:19:32.196 26461 26461 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:19:32.196 26238 26238 I VerificationLog: onResume
11-30 15:19:32.196 26238 26238 I InCallLog-InCallActivity : perf - onResume()... enter
11-30 15:19:32.198 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:32.198 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:32.198  2985  2985 D UcmService: checkCallerPermissionFor is called for method-notifyChangeToPlugin
11-30 15:19:32.198 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:32.198  2985  2985 D UniversalCredentialManagerService: ****MSG_LOCK_STATUS_UPDATE block ended****
11-30 15:19:32.198 26238 26238 D InCall  : InCallActivity -  - showGreenBar = false
11-30 15:19:32.203  2740  4171 D bauth_FPBAuthService: pcf : 0x1011
11-30 15:19:32.204 26238 26238 I InCallLog-InCallActivity : updateScreenType, 5 -> 5, forceUpdate=false
11-30 15:19:32.204 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:32.204 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:32.204 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:32.204 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:19:32.204 26238 26238 D InCall  : StatusBarNotifier - updateInCallNotification(allowFullScreenIntent = false)...
11-30 15:19:32.204 26238 26238 D InCall  : StatusBarNotifier - isOutgoingWithoutIncallUi = false
11-30 15:19:32.205 26238 26238 D InCall  : ContactInfoCache - perf - startContactInfoSearchForRedialCall [Call_0, INCOMING, domain:1, Audio Only, NO_REQUEST, isholded:false, children:[], parent:null, conferenceable:[], FRONT]
11-30 15:19:32.205 26238 26238 D InCall  : ContactInfoCache - skip startContactInfoSearchForRedialCall - querystarted
11-30 15:19:32.205 26238 26396 D InCall  : StatusBarNotifier - buildAndSendNotification start - allowFullScreenIntent false
11-30 15:19:32.205 26238 26238 V BikeModeUtils: isBikeCallAnswered: false
11-30 15:19:32.205 26238 26396 V BikeModeUtils: isBikeCall: false
11-30 15:19:32.205 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:19:32.206 26238 26396 D InCall  : CallTypeUtils - isSrvccConference : false
11-30 15:19:32.206 26238 26238 I InCall  : InCallUISystemDB - canUseProximitySensor : true
11-30 15:19:32.206 26238 26396 I InCall  : InCallUISystemDB - isDaydreamConnected property : 
11-30 15:19:32.206 26238 26396 D InCall  : StatusBarNotifier - getIconToDisplay : isShowingInCallUi = true, isDaydreamConnected = false
11-30 15:19:32.206 26238 26238 V InCall  : ProximitySensor -  - screenonImmediately: false
11-30 15:19:32.206 26238 26396 D InCall  : InCallUtils - isHideCallerInfo false
11-30 15:19:32.206 26238 26238 I InCall  : ProximitySensor -  - ProximitySensor{keybrd=0, dpad=0, offhook=0, ui=1, aud=EARPIECE}
11-30 15:19:32.206 26238 26396 D InCall  : InCallUtils - isHideCallerInfo false
11-30 15:19:32.206 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:32.206 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:32.206 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:32.206 26238 26238 D InCall  : ProximitySensor -  - Turning off proximity sensor
11-30 15:19:32.206 26238 26238 I InCall  : ProximitySensor -  - Proximity wake lock already released
11-30 15:19:32.207 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:32.207 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:32.207 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:32.207 26238 26238 I IncomingCallImageHandle: enableArrowAnimation: enable = true
11-30 15:19:32.207 26238 26238 I IncomingCallImageHandle: updateHandle: NORMAL
11-30 15:19:32.207 26238 26238 I IncomingCallImageHandle: removeArrowMsg
11-30 15:19:32.207 26238 26238 I IncomingCallImageHandle: enableArrowAnimation: enable = true
11-30 15:19:32.207 26238 26238 I IncomingCallImageHandle: updateHandle: NORMAL
11-30 15:19:32.207 26238 26238 I IncomingCallImageHandle: removeArrowMsg
11-30 15:19:32.208 26238 26238 I InCall  : RTTUtil - shouldShowRttAnswerFragment: false
11-30 15:19:32.208 26238 26238 D InCall  : AnswerImageFragment - updateIncomingCallWidgetLayout
11-30 15:19:32.210 26238 26238 I InCall  : InCallUISystemDB - isSetupWizardComplete: 1
11-30 15:19:32.210 26238 26396 I InCall  : InCallUISystemDB - isDaydreamConnected property : 
11-30 15:19:32.211 26238 26238 E InCall  : SystemServiceUtils - isSmsCapable : true
11-30 15:19:32.213  2985  5081 D SecContentProvider2: query(), uri = 15 selection = getAutoCallPickupState
11-30 15:19:32.216 26238 26238 D InCall  : KnoxCustomManagerWrapper - getAutoCallPickupState: 0
11-30 15:19:32.216  2985  2985 I KnoxKeyguardScrimView: scrim receiver onReceive. action:android.intent.action.SCREEN_ON
11-30 15:19:32.216 26238 26238 I InCall  : SECVT:FLOW - VideoCallManager - onActivityStateChanged, AliveCall Id=Call_0, STARTED -> RESUMED
11-30 15:19:32.216  2985  3468 D KnoxKeyguardScrimView: MSG_CHECK_KEYGUARD_SERVICE_RUNNING
11-30 15:19:32.220  2740  4171 I TLC_BAUTH: Call FP cmd 0xc (30);1563
11-30 15:19:32.221 26238 26238 I InCall  : SECVT:FULLSCREEN - setFullScreen FullScreenMode is unavailable
11-30 15:19:32.221  2985  3645 D GnssLocationProvider: receive broadcast intent, action: android.intent.action.SCREEN_ON
11-30 15:19:32.223  2740  4171 I tlc_communication: Send Trustlet TCI Message;214
11-30 15:19:32.223  2740  4171 I tlc_communication: mcNotify is completed;224
11-30 15:19:32.226 26238 26238 D InCall  : ScreenControlUtils - showNavigationBar : false
11-30 15:19:32.227 26238 26238 D InCall  : InCallActivity -  - updateKeepScreenOnFlag: add FLAG_KEEP_SCREEN_ON
11-30 15:19:32.227 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:19:32.228 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:19:32.228 26238 26238 I InCall  : InCallActivity -  - setStatusBar = false
11-30 15:19:32.230  2985  2985 V Vibrator: Called cancel() API - PUID: 1000, PackageName: android, token: android.os.Binder@7d376ed
11-30 15:19:32.230 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:19:32.230  3510  3510 D StatusBar: disable<E!i A s b h R c s q >
11-30 15:19:32.230 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:19:32.230  3510  3510 D CollapsedStatusBarFragment: disable<E!i A s b h R c s q >
11-30 15:19:32.230 26238 26238 D BikeModeController: setStatusBar...
11-30 15:19:32.230 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:32.230 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:32.230 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:32.230  2608  2608 D SecVibrator-HAL: writeNode node:/sys/class/timed_output/vibrator/enable val:0
11-30 15:19:32.231 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:32.231 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:32.231 26238 26238 I InCall  : InCallActivity -  - showStatusBarWhiteIcon = true
11-30 15:19:32.231 26238 26396 V BikeModeUtils: isBikeCall: false
11-30 15:19:32.237 26238 26396 V BikeModeUtils: isBikeCall: false
11-30 15:19:32.239 26238 26396 D InCallUtilsMultiSIM: SimNumeric = 51010
11-30 15:19:32.239 26238 26396 D InCall  : InCallUIConfig - getSimOperatorNumeric: 51010
11-30 15:19:32.239 26238 26396 D InCall  : InCallUtils - isHdIconNotSupportUsim simOperator :51010
11-30 15:19:32.239 26238 26396 D InCall  : InCallUtils - getCallAudioCodec getId :Call_0 / codeType :1
11-30 15:19:32.239 26238 26396 D InCall  : InCallUtils - isShowHDVoiceIcon opStyleForHDIcon:XID_HD isPSDomain : false isWBMode : false ShowHDVoice : false
11-30 15:19:32.241 26238 26396 D InCall  : InCallUtils - getIconType() preferHDIcon: false icon type : 0
11-30 15:19:32.241 26238 26396 I InCall  : SecMiniController - updateName name : [76c17238848705dd5b7360ccd13c24ceed8fdbe1]
11-30 15:19:32.242  2740  4171 I tlc_communication: mcWaitNotification is completed;237
11-30 15:19:32.242  2740  4171 I TLC_BAUTH: Check the Trustlet return code is completed;1677
11-30 15:19:32.242  2740  4171 D bauth_FPBAuthService: check_opcode status = 5, opcode = 0, func_ret_val = 0, function_status = 0, timeout = 0
11-30 15:19:32.242 26238 26238 I InCall  : InCallUISystemDB - currentLauncher : com.sec.android.app.launcher
11-30 15:19:32.244 26238 26238 V InCall  : InCallActivity -  - getMultiWindowUX: false(18)
11-30 15:19:32.244 26238 26238 V InCall  : InCallActivity -  - checkMultiWindowAndUpdate: 2
11-30 15:19:32.244 26238 26238 I VerificationLog: Executed
11-30 15:19:32.244 26238 26238 I InCallLog-InCallActivity : perf - onResume()... exit, disable home key
11-30 15:19:32.245 26238 26238 I InCall  : VoiceCallCardFragment - onResume 
11-30 15:19:32.245 26238 26238 D InCall  : CallCardFragment - setupInCallMenu()
11-30 15:19:32.247 26238 26238 I InCall  : VoiceCallCardFragment - arrangeCallCardBelowWeight state: 4 cardBelowWeight: 1
11-30 15:19:32.247 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:32.247 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:32.247 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:32.247 26238 26396 V BikeModeUtils: isBikeCall: false
11-30 15:19:32.249 26238 26396 V BikeModeUtils: isBikeCall: false
11-30 15:19:32.249 26238 26238 D InCall  : PhoneModeUtils - isUltraPowerSavingMode: false
11-30 15:19:32.250 26238 26238 D InCall  : PhoneModeUtils - isUltraPowerSavingMode: false
11-30 15:19:32.250 26238 26396 D InCallUtilsMultiSIM: SimNumeric = 51010
11-30 15:19:32.250 26238 26396 D InCall  : InCallUIConfig - getSimOperatorNumeric: 51010
11-30 15:19:32.250 26238 26396 D InCall  : InCallUtils - isHdIconNotSupportUsim simOperator :51010
11-30 15:19:32.250 26238 26396 D InCall  : InCallUtils - getCallAudioCodec getId :Call_0 / codeType :1
11-30 15:19:32.250 26238 26396 D InCall  : InCallUtils - isShowHDVoiceIcon opStyleForHDIcon:XID_HD isPSDomain : false isWBMode : false ShowHDVoice : false
11-30 15:19:32.251 26238 26238 I InCall  : VoiceCallCardFragment - arrangePrimaryLayout: INCOMING
11-30 15:19:32.251 26238 26396 D InCall  : InCallUtils - getIconType() preferHDIcon: false icon type : 0
11-30 15:19:32.251 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:32.251 26238 26238 I InCall  : VoiceCallCardFragment - updateBelowMarginAgifTray needToShowAgifFragment: false
11-30 15:19:32.251 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:32.251 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:32.251 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:32.252 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:32.252 26238 26396 D InCall  : StatusBarNotifier - Notifying IN_CALL_NOTIFICATION: Notification(channel=null pri=2 contentView=com.samsung.android.incallui/0x7f0400fa vibrate=null sound=null defaults=0x0 flags=0x2 color=0x00000000 category=call number=0 vis=PRIVATE publicVersion=Notification(channel=null pri=0 contentView=com.samsung.android.incallui/0x7f0400fb vibrate=null sound=null defaults=0x0 flags=0x10 color=0x00000000 number=0 vis=PUBLIC semFlags=0x0 semPriority=0 semMissedCount=0) semFlags=0x0 semPriority=10 semMissedCount=0)
11-30 15:19:32.252 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:32.252 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:32.252 26238 26396 D InCall  : StatusBarNotifier - check fullScreenIntent: null
11-30 15:19:32.252 26238 26396 D InCall  : StatusBarNotifier - Displaying notification for 2
11-30 15:19:32.255 26238 26238 I InCall  : VoiceCallCardFragment - arrangePrimaryLayout: INCOMING
11-30 15:19:32.255 26238 26396 D InCall  : StatusBarNotifier - notify user: 0
11-30 15:19:32.255 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:32.255 26238 26238 I InCall  : VoiceCallCardFragment - updateBelowMarginAgifTray needToShowAgifFragment: false
11-30 15:19:32.255 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:32.255 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:32.255 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:32.255 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:32.255 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:32.255 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:32.256 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:32.257  2985  5081 D ActivityManager: post active user change for 0 fullscreen true isHomeActivity() false
11-30 15:19:32.257  2985  3023 D PersonaManagerService: handleNotifyActivityDrawn for user 0, showwhenlocked : true, keyguardOwner : -1301
11-30 15:19:32.257  2985  3023 D PersonaManagerService: return code : 2
11-30 15:19:32.257  2985  5081 D Noti_WTF: custom notification is detected - 1638260372209 : 1638260372210 : 0 : null
11-30 15:19:32.257  2985  5081 D Noti_WTF: custom notification is detected - 1638260372242 : 1638260372252 : 0 : null
11-30 15:19:32.258 26238 26238 D InCall  : ProximitySensor$ProximityDisplayListener -  - onDisplayChanged : true
11-30 15:19:32.258 26238 26238 I InCall  : ProximitySensor -  - isDisplayOn: true
11-30 15:19:32.258 26238 26238 D InCall  : InCallActivity -  - onDisplayStateChanged: true
11-30 15:19:32.259 26238 26238 D InCall  : SystemServiceUtils - isKeyguardLocked - true
11-30 15:19:32.259  2985  5081 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.samsung.android.incallui,userId = 0
11-30 15:19:32.259  2985  5081 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:32.259 26238 26238 V InCall  : VoiceCallButtonFragment - setFirstRowButtonsAllowed: true
11-30 15:19:32.259 26238 26238 V InCall  : VoiceCallButtonFragment - setEndCallButtonAllowed: true
11-30 15:19:32.259  2985  5081 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.samsung.android.incallui,userId = 0
11-30 15:19:32.259 26238 26238 V InCall  : VoiceCallButtonFragment - updateEndCallButton = false(0)
11-30 15:19:32.259  2985  5081 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:32.261 26238 26238 I InCall  : ImsManagerWrapper - getRegistrationInfo[1]
11-30 15:19:32.261 26238 26238 D secImsManager[1]: getRegistrationInfoByServiceType
11-30 15:19:32.263 26238 26396 D ReflectUtil: notifyAsUser is called
11-30 15:19:32.263 26238 26238 D InCall  : ImsCommonUtils - isServiceRegistered[mmtel-video]: false(0)
11-30 15:19:32.264 26238 26396 D InCall  : StatusBarNotifier - buildAndSendNotification end 
11-30 15:19:32.264 26238 26238 V InCall  : CallButtonChooser$GlobalVoiceCallButtonChooser -  - needToShowSwitchButton: false(2)
11-30 15:19:32.264 26238 26238 V InCall  : CallButtonChooser$GlobalVoiceCallButtonChooser -  - placement: 574
11-30 15:19:32.264 26238 26238 V InCall  : VoiceCallButtonFragment - updateButtonStates...
11-30 15:19:32.265 26238 26238 I InCall  : RecordButtonController -  - [BUTTON_RECORD] enabled state: 1
11-30 15:19:32.266 26238 26238 D InCall  : SoundEffect - isExtraVolOn: call is outgoing or incoming
11-30 15:19:32.266  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:32.267 26238 26238 I InCall  : ExtraVolumeButtonController -  - [BUTTON_EXTRA_VOLUME] enabled state: 1
11-30 15:19:32.268  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:32.268 26238 26238 V InCall  : BluetoothButtonController -  - - bluetoothChecked: false
11-30 15:19:32.269  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7934
11-30 15:19:32.269  2740  4171 I TLC_BAUTH: Call FUNC ID 0x4;696
11-30 15:19:32.269  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:32.269 26238 26238 I InCall  : BluetoothButtonController -  - [BUTTON_BLUETOOTH] enabled state: 1
11-30 15:19:32.270  2740  4171 I tlc_communication: tlc_close() called;149
11-30 15:19:32.271  2740  4171 I tlc_communication: Closing the session;153
11-30 15:19:32.273  2740  4171 I tlc_communication: Free WSM;171
11-30 15:19:32.273  2740  4171 I tlc_communication: Closing MobiCore device;189
11-30 15:19:32.273  2740  4171 I TeeDriverClient: driver client closed [hardware/samsung_slsi/exynos7870/mobicore/ClientLib/src/driver_client.cpp:113]
11-30 15:19:32.273  2740  4171 I tlc_communication: tlc_close() successed;202
11-30 15:19:32.273  2740  4171 I TLC_BAUTH: FUNC ID 0x4 is completed;828
11-30 15:19:32.273  2740  4171 E (FPLOG) : 2.0.36.0 DeviceSetClock 0
11-30 15:19:32.273  2740  4171 D bauth_FPDLBAuthSensorControl: FPDLBAuthSensorControl, 224
11-30 15:19:32.273  2740  4171 D bauth_FPBAuthService: FPBAuthService, 693
11-30 15:19:32.273  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7974
11-30 15:19:32.273  2740  4171 D bauth_service: BAuthService, 85
11-30 15:19:32.273  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:19:32.273 26238 26238 V InCall  : SpeakerButtonController -  - - speakerChecked: false
11-30 15:19:32.274 26238 26238 I InCall  : SpeakerButtonController -  - [BUTTON_SPEAKER] enabled state: 1
11-30 15:19:32.275 26238 26238 V InCall  : MuteButtonController -  - - isMuted: false
11-30 15:19:32.275 26238 26238 I InCall  : MuteButtonController -  - [BUTTON_MUTE] enabled state: 1
11-30 15:19:32.277 26238 26238 I InCall  : DialpadButtonController -  - [BUTTON_DIALPAD] enabled state: 1
11-30 15:19:32.278  4604 21401 D Noti_WTF: custom notification is detected - 1638260372209 : 1638260372210 : 0 : null
11-30 15:19:32.279  4604 21401 D Noti_WTF: custom notification is detected - 1638260372242 : 1638260372252 : 0 : null
11-30 15:19:32.281  3510  7791 D Noti_WTF: custom notification is detected - 1638260372209 : 1638260372210 : 0 : null
11-30 15:19:32.282  3510  7791 D Noti_WTF: custom notification is detected - 1638260372242 : 1638260372252 : 0 : null
11-30 15:19:32.283 26238 26238 I Choreographer: Skipped 101 frames!  The application may be doing too much work on its main thread.
11-30 15:19:32.286  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:32.288 18545 18557 D Noti_WTF: custom notification is detected - 1638260372209 : 1638260372210 : 0 : null
11-30 15:19:32.288 18545 18557 D Noti_WTF: custom notification is detected - 1638260372242 : 1638260372252 : 0 : null
11-30 15:19:32.289 21820 22144 D Noti_WTF: custom notification is detected - 1638260372209 : 1638260372210 : 0 : null
11-30 15:19:32.290 21820 22144 D Noti_WTF: custom notification is detected - 1638260372242 : 1638260372252 : 0 : null
11-30 15:19:32.290 18545 18545 I NotificationService: Catched notification: MyNotification{id=null, received=Tue Nov 30 15:19:32 GMT+07:00 2021, removed=null, pack='com.samsung.android.incallui', title='Info Pelanggan', text='Incoming call', trash=false, lastOccurred=Tue Nov 30 15:19:32 GMT+07:00 2021, appName='Phone', notificationType=NOTIFICATION, myIcon=MyIcon{pack='com.samsung.android.incallui', created=Tue Nov 30 15:19:32 GMT+07:00 2021, lastUpdated=Tue Nov 30 15:19:32 GMT+07:00 2021}}
11-30 15:19:32.292 18545 18545 D WhatsappImageHandler: whatsapp monitoring is enabled: true
11-30 15:19:32.292 18545 18545 D WhatsappAudioHandler: whatsapp monitoring is enabled: true
11-30 15:19:32.293 18545 18545 D WhatsappVideoHandler: whatsapp monitoring is enabled: true
11-30 15:19:32.299 19185 19385 D Noti_WTF: custom notification is detected - 1638260372209 : 1638260372210 : 0 : null
11-30 15:19:32.299  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:32.299 19185 19385 D Noti_WTF: custom notification is detected - 1638260372242 : 1638260372252 : 0 : null
11-30 15:19:32.305  2985  5081 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:19:32.317  2615  2615 I SurfaceFlinger: id=7124 createSurf (1080x1920),1 flag=404, com.samsung.android.incallui/com.android.incallui.InCallActivity[26238]#0
11-30 15:19:32.322  2985  5081 V Surface : sf_framedrop debug : 0x4f4c, game : false, logging : 0
11-30 15:19:32.323  2985  3001 D WindowManager: set systemUiVisibility : systemUiFlags= 0x1600e1a fullscreenStackSysUiFlags= 0x0 dockedVisibility= 0x0
11-30 15:19:32.327 26238 26379 V InCall  : ColoredBackgroundElement$2 -  - updateFeatheredCircle: end makeFeatheredCircle
11-30 15:19:32.327 26238 26379 D InCall  : CallerInfoAsyncQuery$CallerInfoAsyncQueryHandler -  - onQueryCompleteAsync: release
11-30 15:19:32.329  2985  5081 D InputDispatcher: Focus entered window: 26238 0
11-30 15:19:32.329  2985  2985 V Vibrator: Called cancel() API - PUID: 1000, PackageName: android, token: android.os.Binder@7d376ed
11-30 15:19:32.329  2608  2608 D SecVibrator-HAL: writeNode node:/sys/class/timed_output/vibrator/enable val:0
11-30 15:19:32.330  2985  3825 D WindowManager: adjustSystemUiVisibilityLw : vis= 0x1600e1a  displayId:0
11-30 15:19:32.331 26238 26238 V Surface : sf_framedrop debug : 0x4f4c, game : false, logging : 0
11-30 15:19:32.331 26238 26238 D ViewRootImpl@d7b8adc[InCallActivity]: Relayout returned: old=[0,0][1080,1920] new=[0,0][1080,1920] result=0x7 surface={valid=true 3501715456} changed=true
11-30 15:19:32.345  3510  3510 D StatusBar: disable<E i A s B!H!R c s q >
11-30 15:19:32.345  3510  3510 D CollapsedStatusBarFragment: disable<E i A s B!H!R c s q >
11-30 15:19:32.351 18545 18545 I NotificationReceiver: found similar notification: MyNotification{id=47881, received=Tue Nov 30 15:19:30 GMT+07:00 2021, removed=null, pack='com.samsung.android.incallui', title='Info Pelanggan', text='Incoming call', trash=false, lastOccurred=Tue Nov 30 15:19:30 GMT+07:00 2021, appName='Phone', notificationType=NOTIFICATION, myIcon=MyIcon{pack='com.samsung.android.incallui', created=Wed Jun 30 16:23:34 GMT+07:00 2021, lastUpdated=Wed Jun 30 16:23:34 GMT+07:00 2021}}
11-30 15:19:32.352 18545 18545 I NotificationReceiver: needed delay: 60000, currently elapsed: 1984, notification NOT ALOWED !
11-30 15:19:32.352 18545 18545 I NotificationReceiver: received notification is too similar, exiting...
11-30 15:19:32.374 26238 26238 D AbsListView:  in onLayout changed 
11-30 15:19:32.374 26238 26238 D ScrollView:  onsize change changed 
11-30 15:19:32.374 26238 26238 I InCallLog-InCallActivity : onContentViewChange, 1080 X 1920
11-30 15:19:32.375 26238 26238 I InCall  : SECVT:WINDOW - VideoCallMetrics - onInCallContentViewChange - 1080 X 1920
11-30 15:19:32.385  3670  3670 D EventReceiver_FLP: BroadcastReceiver : ACTION_SCREEN_ON
11-30 15:19:32.414 26238 26238 I InCall  : SECVT:WINDOW - VideoCallMetrics - notifyVideoMetricsChange,  VideoCallMetrics{1080 X 1920, Display[1080 X 1920, rotation=0], VideoUX=PHONE,  VideoMetrics{preview= {480 X 640} , peer= {480 X 640} ,  VideoZone={x=0.0, y=0.0, width=1080, height=1920} , BigTempleteAlign=center}} 
11-30 15:19:32.414 26238 26238 I InCall  : InCallActivity$12 -  - onGlobalLayout : mContentViewSize = Point(1080, 1920)
11-30 15:19:32.418 26238 26238 D InCall  : InCallPresenter -  - onContentViewChanged()
11-30 15:19:32.418 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:32.418 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:32.418 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:32.420 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:32.420 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:32.420 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:32.420 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:32.420 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:32.420 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:32.422 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:32.422 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:32.422 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:32.422 26238 26238 I InCall  : VoiceCallCardFragment - arrangePrimaryLayout: INCOMING
11-30 15:19:32.422 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:32.422 26238 26238 I InCall  : VoiceCallCardFragment - updateBelowMarginAgifTray needToShowAgifFragment: false
11-30 15:19:32.423 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:32.423 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:32.423 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:32.424 26238 26238 D GradientAnimationView0: updateGradientColor: ContactCacheEntry color exists
11-30 15:19:32.424 26238 26238 I GradientAnimationView0: updateGradientColor: duplicated
11-30 15:19:32.425 26238 26238 V InCall  : VoiceCallCardFragment - getPivot: 540, 582
11-30 15:19:32.425 26238 26238 V InCall  : ColoredBackgroundElement -  - updateFeatheredCircle: radius[360] color[#AB715B]
11-30 15:19:32.425 26238 26356 V InCall  : ColoredBackgroundElement$2 -  - updateFeatheredCircle: start makeFeatheredCircle
11-30 15:19:32.425 26238 26238 D InCall  : VoiceCallCardFragment - setPrimaryImage: false, image: android.graphics.drawable.BitmapDrawable@384b1ce
11-30 15:19:32.425 26238 26238 I InCall  : VoiceCallCardFragment - setPrimaryImage: unavailable to show photo
11-30 15:19:32.425 26238 26238 D InCall  : VoiceCallCardFragment - setDrawableToImageView android.graphics.drawable.BitmapDrawable@384b1ce
11-30 15:19:32.426 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:32.426 26238 26238 I InCall  : VoiceCallCardFragment - arrangePrimaryLayout: INCOMING
11-30 15:19:32.426 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:32.426 26238 26238 I InCall  : VoiceCallCardFragment - updateBelowMarginAgifTray needToShowAgifFragment: false
11-30 15:19:32.426 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:32.426 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:32.426 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:32.427 26238 26238 I InCall  : InCallUISystemDB - isCallerInfoCardMode : true
11-30 15:19:32.427  3775  4111 D VolteServiceModule: onSreenOnOffChanged: on =1
11-30 15:19:32.427 26238 26238 D InCall  : PhoneModeUtils - isUltraPowerSavingMode: false
11-30 15:19:32.427 26238 26238 I InCall  : VoiceCallCardFragment - - queryCompleted
11-30 15:19:32.427 26238 26238 I InCall  : VoiceCallCardFragment - setCallerInfoCardView: update
11-30 15:19:32.427 26238 26238 D InCall  : CallerInfoCardView - all of query request is already required....
11-30 15:19:32.427 26238 26238 D InCall  : CallCardCallPlusView - isCrane :false
11-30 15:19:32.428 26238 26238 D InCall  : CallerInfoCardView - CallerInfoCardView setonMultiWindowChange() onMWChange: true
11-30 15:19:32.428 26238 26238 D InCall  : CallCardCallPlusView - isCrane :false
11-30 15:19:32.434 26238 26238 D InCall  : AnswerImageFragment - arrangeIncomingHandle = -100
11-30 15:19:32.435 26238 26238 D InCall  : VoiceCallCardFragment - setCallCardPriority 1st(154), 2nd(65), 3rd(0), 4th(0), photoHeight(0), agifImageHeight(0)
11-30 15:19:32.436 26238 26238 D InCall  : VoiceCallCardFragment - setCallCardPriority belowButtonHeight(0.0), primaryCallCardContainerMain(987.0), remainArea(987.0)
11-30 15:19:32.436 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:32.436 26238 26238 D InCall  : VoiceCallCardFragment - setCallCardPriority 1st(154), 2nd(65), 3rd(0), 4th(0), photoHeight(0), agifImageHeight(0)
11-30 15:19:32.436 26238 26238 D InCall  : VoiceCallCardFragment - setCallCardPriority belowButtonHeight(0.0), primaryCallCardContainerMain(987.0), remainArea(987.0)
11-30 15:19:32.436 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:32.436 26238 26238 D InCall  : VoiceCallCardFragment - setCallCardPriority 1st(154), 2nd(65), 3rd(0), 4th(0), photoHeight(0), agifImageHeight(0)
11-30 15:19:32.436 26238 26238 D InCall  : VoiceCallCardFragment - setCallCardPriority belowButtonHeight(0.0), primaryCallCardContainerMain(987.0), remainArea(987.0)
11-30 15:19:32.437 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:32.437 26238 26238 D InCall  : VoiceCallCardFragment - setCallCardPriority 1st(154), 2nd(65), 3rd(0), 4th(0), photoHeight(0), agifImageHeight(0)
11-30 15:19:32.437 26238 26238 D InCall  : VoiceCallCardFragment - setCallCardPriority belowButtonHeight(0.0), primaryCallCardContainerMain(987.0), remainArea(987.0)
11-30 15:19:32.437 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:32.437 26238 26238 D InCall  : VoiceCallCardFragment - setCallCardPriority 1st(154), 2nd(65), 3rd(0), 4th(0), photoHeight(0), agifImageHeight(0)
11-30 15:19:32.437 26238 26238 D InCall  : VoiceCallCardFragment - setCallCardPriority belowButtonHeight(0.0), primaryCallCardContainerMain(987.0), remainArea(987.0)
11-30 15:19:32.437 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:32.438 26238 26238 D InCall  : VoiceCallCardFragment - setCallCardPriority 1st(154), 2nd(65), 3rd(0), 4th(0), photoHeight(0), agifImageHeight(0)
11-30 15:19:32.438 26238 26238 D InCall  : VoiceCallCardFragment - setCallCardPriority belowButtonHeight(0.0), primaryCallCardContainerMain(987.0), remainArea(987.0)
11-30 15:19:32.438 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:32.438 26238 26238 D InCall  : VoiceCallCardFragment - setCallCardPriority 1st(154), 2nd(65), 3rd(0), 4th(0), photoHeight(0), agifImageHeight(0)
11-30 15:19:32.438 26238 26238 D InCall  : VoiceCallCardFragment - setCallCardPriority belowButtonHeight(0.0), primaryCallCardContainerMain(987.0), remainArea(987.0)
11-30 15:19:32.438 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:32.442 26238 26238 D InCall  : CallOrgInfoController - notifyListenersOfOrgInfoQueryComplete
11-30 15:19:32.442 26238 26238 D PhoneVoiceRecorderManager: RECORD_INFO_STATE_CHANGED
11-30 15:19:32.442 26238 26238 I PhoneVoiceRecorderManager: onRecorderStateChange()
11-30 15:19:32.442 26238 26238 I PhoneVoiceRecorderManager: isAutoRecordTarget(), return false, isAutoRecordOn()
11-30 15:19:32.443 26238 26238 D PhoneVoiceRecorderManager: onRecorderStateChanged(), mRecordedCall : [Call_0, INCOMING, domain:1, Audio Only, NO_REQUEST, isholded:false, children:[], parent:null, conferenceable:[], FRONT]
11-30 15:19:32.443 26238 26238 D PhoneVoiceRecorderManager: onRecorderStateChanged(), call : [Call_0, INCOMING, domain:1, Audio Only, NO_REQUEST, isholded:false, children:[], parent:null, conferenceable:[], FRONT]
11-30 15:19:32.446 26238 26238 I InCall  : VoiceCallCardFragment -  - answer animation is running
11-30 15:19:32.446 26238 26238 I InCall  : VoiceCallCardFragment - arrangePrimaryLayout: INCOMING
11-30 15:19:32.447 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:32.447 26238 26238 I InCall  : VoiceCallCardFragment - updateBelowMarginAgifTray needToShowAgifFragment: false
11-30 15:19:32.447 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:32.447 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:32.447 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:32.447 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:32.447 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:32.447 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:32.448 10832 10832 V BeaconManager[8.0.33.0]: BleScanHelper.startBleScan - startBleScan
11-30 15:19:32.448 26238 26238 I InCall  : RecordButtonController -  - [BUTTON_RECORD] enabled state: 1
11-30 15:19:32.449 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:19:32.449 26238 26238 D InCall  : StatusBarNotifier - updateInCallNotification(allowFullScreenIntent = false)...
11-30 15:19:32.449 26238 26238 D InCall  : StatusBarNotifier - isOutgoingWithoutIncallUi = false
11-30 15:19:32.449 26238 26238 D InCall  : ContactInfoCache - perf - startContactInfoSearchForRedialCall [Call_0, INCOMING, domain:1, Audio Only, NO_REQUEST, isholded:false, children:[], parent:null, conferenceable:[], FRONT]
11-30 15:19:32.449 26238 26238 D InCall  : ContactInfoCache - skip startContactInfoSearchForRedialCall - querystarted
11-30 15:19:32.450 26238 26238 D PhoneVoiceRecorderManager: RECORD_INFO_STATE_CHANGED
11-30 15:19:32.450 26238 26238 I PhoneVoiceRecorderManager: onRecorderStateChange()
11-30 15:19:32.450 26238 26238 I PhoneVoiceRecorderManager: isAutoRecordTarget(), return false, isAutoRecordOn()
11-30 15:19:32.450 26238 26238 D PhoneVoiceRecorderManager: onRecorderStateChanged(), mRecordedCall : [Call_0, INCOMING, domain:1, Audio Only, NO_REQUEST, isholded:false, children:[], parent:null, conferenceable:[], FRONT]
11-30 15:19:32.450 26238 26238 D PhoneVoiceRecorderManager: onRecorderStateChanged(), call : [Call_0, INCOMING, domain:1, Audio Only, NO_REQUEST, isholded:false, children:[], parent:null, conferenceable:[], FRONT]
11-30 15:19:32.451 26238 26396 D InCall  : StatusBarNotifier - buildAndSendNotification start - allowFullScreenIntent false
11-30 15:19:32.451 26238 26396 V BikeModeUtils: isBikeCall: false
11-30 15:19:32.451 26238 26396 D InCall  : CallTypeUtils - isSrvccConference : false
11-30 15:19:32.451 26238 26396 I InCall  : InCallUISystemDB - isDaydreamConnected property : 
11-30 15:19:32.451 26238 26396 D InCall  : StatusBarNotifier - getIconToDisplay : isShowingInCallUi = true, isDaydreamConnected = false
11-30 15:19:32.451 26238 26238 I InCall  : VoiceCallCardFragment -  - answer animation is running
11-30 15:19:32.451 26238 26238 I InCall  : VoiceCallCardFragment - arrangePrimaryLayout: INCOMING
11-30 15:19:32.451 26238 26396 D InCall  : InCallUtils - isHideCallerInfo false
11-30 15:19:32.452 26238 26396 D InCall  : InCallUtils - isHideCallerInfo false
11-30 15:19:32.452 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:32.452 26238 26238 I InCall  : VoiceCallCardFragment - updateBelowMarginAgifTray needToShowAgifFragment: false
11-30 15:19:32.452 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:32.452 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:32.452 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:32.452 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:32.452 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:32.452 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:32.453  3775  4111 D StackIF[-1]: updateScreenOnOff: on 1
11-30 15:19:32.453 26238 26238 I InCall  : RecordButtonController -  - [BUTTON_RECORD] enabled state: 1
11-30 15:19:32.453 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:19:32.453 26238 26238 D InCall  : StatusBarNotifier - updateInCallNotification(allowFullScreenIntent = false)...
11-30 15:19:32.453 26238 26238 D InCall  : StatusBarNotifier - isOutgoingWithoutIncallUi = false
11-30 15:19:32.453 10832 10832 D BluetoothAdapter: STATE_BLE_ON
11-30 15:19:32.453 26238 26238 D InCall  : ContactInfoCache - perf - startContactInfoSearchForRedialCall [Call_0, INCOMING, domain:1, Audio Only, NO_REQUEST, isholded:false, children:[], parent:null, conferenceable:[], FRONT]
11-30 15:19:32.453 26238 26238 D InCall  : ContactInfoCache - skip startContactInfoSearchForRedialCall - querystarted
11-30 15:19:32.454 10832  6610 D BeaconManager[8.0.33.0]: BleScanHelper.MSG_CALL_START_LESCAN - isFilterScanFailed/discovering:false/false
11-30 15:19:32.455 10832  6610 D BluetoothAdapter: STATE_BLE_ON
11-30 15:19:32.456 10832 10832 I BeaconManager[8.0.33.0]: BeaconManager.onReceive - receive Action : android.intent.action.SCREEN_ON
11-30 15:19:32.456 10832  6606 I BeaconManager[8.0.33.0]: BeaconManager.BeaconManagerWorkHandler - android.intent.action.SCREEN_ON
11-30 15:19:32.456 10832  6606 D BeaconManager[8.0.33.0]: BeaconManager.BeaconManagerWorkHandler - mScreenObserver action:android.intent.action.SCREEN_ON
11-30 15:19:32.456 10832  6610 D BluetoothAdapter: STATE_BLE_ON
11-30 15:19:32.456 10832  6606 D BeaconManager[8.0.33.0]: AppControlManager.screenOnIntentReceived - start
11-30 15:19:32.456 10832  6606 D BeaconManager[8.0.33.0]: AppControlManager.screenOnIntentReceived - end
11-30 15:19:32.456 10832  6606 D BeaconManager[8.0.33.0]: EasySetupManager.screenOnIntentReceived - start
11-30 15:19:32.456 10832  6606 D BeaconManager[8.0.33.0]: EasySetupManager.screenOnIntentReceived - end
11-30 15:19:32.456 10832  6606 I BeaconManager[8.0.33.0]: BeaconManager.BeaconManagerWorkHandler - BroadcastReceiver onReceive end
11-30 15:19:32.463 26238 26396 I InCall  : InCallUISystemDB - isDaydreamConnected property : 
11-30 15:19:32.463 26238 26356 V InCall  : ColoredBackgroundElement$2 -  - updateFeatheredCircle: end makeFeatheredCircle
11-30 15:19:32.474 26238 26396 V BikeModeUtils: isBikeCall: false
11-30 15:19:32.477 26238 26396 V BikeModeUtils: isBikeCall: false
11-30 15:19:32.477 26238 26396 D InCallUtilsMultiSIM: SimNumeric = 51010
11-30 15:19:32.477 26238 26396 D InCall  : InCallUIConfig - getSimOperatorNumeric: 51010
11-30 15:19:32.477 26238 26396 D InCall  : InCallUtils - isHdIconNotSupportUsim simOperator :51010
11-30 15:19:32.477 26238 26396 D InCall  : InCallUtils - getCallAudioCodec getId :Call_0 / codeType :1
11-30 15:19:32.477 26238 26396 D InCall  : InCallUtils - isShowHDVoiceIcon opStyleForHDIcon:XID_HD isPSDomain : false isWBMode : false ShowHDVoice : false
11-30 15:19:32.477 26238 26396 D InCall  : InCallUtils - getIconType() preferHDIcon: false icon type : 0
11-30 15:19:32.478 26238 26396 I InCall  : SecMiniController - updateName name : [76c17238848705dd5b7360ccd13c24ceed8fdbe1]
11-30 15:19:32.482 10832  6610 D BluetoothAdapter: appoCount is = 0
11-30 15:19:32.482 10832  6610 I BeaconManager[8.0.33.0]: BleScanHelper.MSG_CALL_START_LESCAN - all scan:false
11-30 15:19:32.482 10832  6610 I BeaconManager[8.0.33.0]: BleScanHelper.directStopLeScan - call BleScanner.stopScan()
11-30 15:19:32.484 26238 26396 V BikeModeUtils: isBikeCall: false
11-30 15:19:32.488 26238 26396 V BikeModeUtils: isBikeCall: false
11-30 15:19:32.488 26238 26396 D InCallUtilsMultiSIM: SimNumeric = 51010
11-30 15:19:32.488 26238 26396 D InCall  : InCallUIConfig - getSimOperatorNumeric: 51010
11-30 15:19:32.488 26238 26396 D InCall  : InCallUtils - isHdIconNotSupportUsim simOperator :51010
11-30 15:19:32.489 26238 26396 D InCall  : InCallUtils - getCallAudioCodec getId :Call_0 / codeType :1
11-30 15:19:32.489 26238 26396 D InCall  : InCallUtils - isShowHDVoiceIcon opStyleForHDIcon:XID_HD isPSDomain : false isWBMode : false ShowHDVoice : false
11-30 15:19:32.489 26238 26396 D InCall  : InCallUtils - getIconType() preferHDIcon: false icon type : 0
11-30 15:19:32.490 26238 26396 D InCall  : StatusBarNotifier - Notifying IN_CALL_NOTIFICATION: Notification(channel=null pri=2 contentView=com.samsung.android.incallui/0x7f0400fa vibrate=null sound=null defaults=0x0 flags=0x2 color=0x00000000 category=call number=0 vis=PRIVATE publicVersion=Notification(channel=null pri=0 contentView=com.samsung.android.incallui/0x7f0400fb vibrate=null sound=null defaults=0x0 flags=0x10 color=0x00000000 number=0 vis=PUBLIC semFlags=0x0 semPriority=0 semMissedCount=0) semFlags=0x0 semPriority=10 semMissedCount=0)
11-30 15:19:32.490 26238 26396 D InCall  : StatusBarNotifier - check fullScreenIntent: null
11-30 15:19:32.490 26238 26396 D InCall  : StatusBarNotifier - Displaying notification for 2
11-30 15:19:32.492 26238 26396 D InCall  : StatusBarNotifier - notify user: 0
11-30 15:19:32.494  2985  3825 D Noti_WTF: custom notification is detected - 1638260372462 : 1638260372463 : 0 : null
11-30 15:19:32.494  2985  3825 D Noti_WTF: custom notification is detected - 1638260372479 : 1638260372489 : 0 : null
11-30 15:19:32.496  2985  3825 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.samsung.android.incallui,userId = 0
11-30 15:19:32.496  2985  3825 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:32.497  2985  3825 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.samsung.android.incallui,userId = 0
11-30 15:19:32.497  2985  3825 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:32.503 26238 26396 D ReflectUtil: notifyAsUser is called
11-30 15:19:32.503 26238 26396 D InCall  : StatusBarNotifier - buildAndSendNotification end 
11-30 15:19:32.503 26238 26379 D InCall  : StatusBarNotifier - buildAndSendNotification start - allowFullScreenIntent false
11-30 15:19:32.503 26238 26379 V BikeModeUtils: isBikeCall: false
11-30 15:19:32.504 26238 26379 D InCall  : CallTypeUtils - isSrvccConference : false
11-30 15:19:32.504 26238 26379 I InCall  : InCallUISystemDB - isDaydreamConnected property : 
11-30 15:19:32.504 26238 26379 D InCall  : StatusBarNotifier - getIconToDisplay : isShowingInCallUi = true, isDaydreamConnected = false
11-30 15:19:32.505 26238 26379 D InCall  : InCallUtils - isHideCallerInfo false
11-30 15:19:32.505 26238 26379 D InCall  : InCallUtils - isHideCallerInfo false
11-30 15:19:32.506 10832  6610 D BluetoothAdapter: STATE_BLE_ON
11-30 15:19:32.507 10832  6610 D BluetoothAdapter: appoCount is = 0
11-30 15:19:32.507 10832  6610 D BluetoothAdapter: STATE_BLE_ON
11-30 15:19:32.507 10832  6610 D BluetoothLeScanner: could not find callback wrapper
11-30 15:19:32.507 10832  6610 I BeaconManager[8.0.33.0]: BleScanHelper.startBleScan - Start full Scan(SCREEN_ON)
11-30 15:19:32.508  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:32.509 26238 26379 I InCall  : InCallUISystemDB - isDaydreamConnected property : 
11-30 15:19:32.509  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:32.510  2985  3825 I WifiService: getWifiApEnabledState uid=5006
11-30 15:19:32.510  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:32.511 10832  6610 D BeaconManager[8.0.33.0]: BleScanHelper.getMyScanPreferences - interval:3120, window:160
11-30 15:19:32.511 10832  6610 D BluetoothAdapter: STATE_BLE_ON
11-30 15:19:32.511 10832  6610 D BluetoothAdapter: appoCount is = 0
11-30 15:19:32.512 10832  6610 D BluetoothAdapter: STATE_BLE_ON
11-30 15:19:32.516  3510  7791 D Noti_WTF: custom notification is detected - 1638260372462 : 1638260372463 : 0 : null
11-30 15:19:32.516  3510  7791 D Noti_WTF: custom notification is detected - 1638260372479 : 1638260372489 : 0 : null
11-30 15:19:32.516 26238 26379 V BikeModeUtils: isBikeCall: false
11-30 15:19:32.519  4604 21401 D Noti_WTF: custom notification is detected - 1638260372462 : 1638260372463 : 0 : null
11-30 15:19:32.520  4604 21401 D Noti_WTF: custom notification is detected - 1638260372479 : 1638260372489 : 0 : null
11-30 15:19:32.520  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:32.521 18545 18557 D Noti_WTF: custom notification is detected - 1638260372462 : 1638260372463 : 0 : null
11-30 15:19:32.521 18545 18557 D Noti_WTF: custom notification is detected - 1638260372479 : 1638260372489 : 0 : null
11-30 15:19:32.522 26238 26379 V BikeModeUtils: isBikeCall: false
11-30 15:19:32.522 26238 26379 D InCallUtilsMultiSIM: SimNumeric = 51010
11-30 15:19:32.522 26238 26379 D InCall  : InCallUIConfig - getSimOperatorNumeric: 51010
11-30 15:19:32.522 26238 26379 D InCall  : InCallUtils - isHdIconNotSupportUsim simOperator :51010
11-30 15:19:32.522 26238 26379 D InCall  : InCallUtils - getCallAudioCodec getId :Call_0 / codeType :1
11-30 15:19:32.522 26238 26379 D InCall  : InCallUtils - isShowHDVoiceIcon opStyleForHDIcon:XID_HD isPSDomain : false isWBMode : false ShowHDVoice : false
11-30 15:19:32.523 26238 26379 D InCall  : InCallUtils - getIconType() preferHDIcon: false icon type : 0
11-30 15:19:32.523 26238 26379 I InCall  : SecMiniController - updateName name : [76c17238848705dd5b7360ccd13c24ceed8fdbe1]
11-30 15:19:32.523 18545 18545 I NotificationService: Catched notification: MyNotification{id=null, received=Tue Nov 30 15:19:32 GMT+07:00 2021, removed=null, pack='com.samsung.android.incallui', title='Info Pelanggan', text='Incoming call', trash=false, lastOccurred=Tue Nov 30 15:19:32 GMT+07:00 2021, appName='Phone', notificationType=NOTIFICATION, myIcon=MyIcon{pack='com.samsung.android.incallui', created=Tue Nov 30 15:19:32 GMT+07:00 2021, lastUpdated=Tue Nov 30 15:19:32 GMT+07:00 2021}}
11-30 15:19:32.524 19185 19385 D Noti_WTF: custom notification is detected - 1638260372462 : 1638260372463 : 0 : null
11-30 15:19:32.525 18545 18545 D WhatsappImageHandler: whatsapp monitoring is enabled: true
11-30 15:19:32.525 19185 19385 D Noti_WTF: custom notification is detected - 1638260372479 : 1638260372489 : 0 : null
11-30 15:19:32.525 18545 18545 D WhatsappAudioHandler: whatsapp monitoring is enabled: true
11-30 15:19:32.525 18545 18545 D WhatsappVideoHandler: whatsapp monitoring is enabled: true
11-30 15:19:32.526  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:32.528 21820 22144 D Noti_WTF: custom notification is detected - 1638260372462 : 1638260372463 : 0 : null
11-30 15:19:32.528 21820 22144 D Noti_WTF: custom notification is detected - 1638260372479 : 1638260372489 : 0 : null
11-30 15:19:32.528 26238 26379 V BikeModeUtils: isBikeCall: false
11-30 15:19:32.529 25912 25993 I WorkerManager: dispose()
11-30 15:19:32.530 16033 19173 E arlc    : Exception occurred while getting SettingsStore instance.
11-30 15:19:32.530 16033 19173 E arlc    : java.util.concurrent.ExecutionException: com.google.android.gms.auth.UserRecoverableAuthException: BadAuthentication
11-30 15:19:32.530 16033 19173 E arlc    : 	at bjyh.s(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:19:32.530 16033 19173 E arlc    : 	at bjyh.get(:com.google.android.gms@214218018@21.42.18 (040308-410302452):13)
11-30 15:19:32.530 16033 19173 E arlc    : 	at arlc.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:19:32.530 16033 19173 E arlc    : 	at arlc.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):1)
11-30 15:19:32.530 16033 19173 E arlc    : 	at arip.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:19:32.530 16033 19173 E arlc    : 	at arip.f(:com.google.android.gms@214218018@21.42.18 (040308-410302452):16)
11-30 15:19:32.530 16033 19173 E arlc    : 	at xvw.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):11)
11-30 15:19:32.530 16033 19173 E arlc    : 	at bgbh.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:32.530 16033 19173 E arlc    : 	at rrg.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):6)
11-30 15:19:32.530 16033 19173 E arlc    : 	at rrg.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):7)
11-30 15:19:32.530 16033 19173 E arlc    : 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:32.530 16033 19173 E arlc    : 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:32.530 16033 19173 E arlc    : 	at rvm.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:19:32.530 16033 19173 E arlc    : 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:32.530 16033 19173 E arlc    : Caused by: com.google.android.gms.auth.UserRecoverableAuthException: BadAuthentication
11-30 15:19:32.530 16033 19173 E arlc    : 	at gjf.q(:com.google.android.gms@214218018@21.42.18 (040308-410302452):4)
11-30 15:19:32.530 16033 19173 E arlc    : 	at giy.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:19:32.530 16033 19173 E arlc    : 	at gjf.s(:com.google.android.gms@214218018@21.42.18 (040308-410302452):4)
11-30 15:19:32.530 16033 19173 E arlc    : 	at gjf.r(:com.google.android.gms@214218018@21.42.18 (040308-410302452):10)
11-30 15:19:32.530 16033 19173 E arlc    : 	at gjf.w(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:19:32.530 16033 19173 E arlc    : 	at gjf.x(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:19:32.530 16033 19173 E arlc    : 	at gjf.u(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:19:32.530 16033 19173 E arlc    : 	at arli.call(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:19:32.530 16033 19173 E arlc    : 	at bkbu.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:19:32.530 16033 19173 E arlc    : 	at bkav.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:19:32.530 16033 19173 E arlc    : 	at bkbv.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:19:32.530 16033 19173 E arlc    : 	at bkbc.execute(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:19:32.530 16033 19173 E arlc    : 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
11-30 15:19:32.530 16033 19173 E arlc    : 	at bjyi.e(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:19:32.530 16033 19173 E arlc    : 	at arlj.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:19:32.530 16033 19173 E arlc    : 	at arip.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:32.530 16033 19173 E arlc    : 	... 9 more
11-30 15:19:32.530  2985  4271 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:19:32.531 26238 26379 V BikeModeUtils: isBikeCall: false
11-30 15:19:32.532 26238 26379 D InCallUtilsMultiSIM: SimNumeric = 51010
11-30 15:19:32.532 26238 26379 D InCall  : InCallUIConfig - getSimOperatorNumeric: 51010
11-30 15:19:32.532 26238 26379 D InCall  : InCallUtils - isHdIconNotSupportUsim simOperator :51010
11-30 15:19:32.532 26238 26379 D InCall  : InCallUtils - getCallAudioCodec getId :Call_0 / codeType :1
11-30 15:19:32.532 26238 26379 D InCall  : InCallUtils - isShowHDVoiceIcon opStyleForHDIcon:XID_HD isPSDomain : false isWBMode : false ShowHDVoice : false
11-30 15:19:32.532 26238 26379 D InCall  : InCallUtils - getIconType() preferHDIcon: false icon type : 0
11-30 15:19:32.533 26238 26379 D InCall  : StatusBarNotifier - Notifying IN_CALL_NOTIFICATION: Notification(channel=null pri=2 contentView=com.samsung.android.incallui/0x7f0400fa vibrate=null sound=null defaults=0x0 flags=0x2 color=0x00000000 category=call number=0 vis=PRIVATE publicVersion=Notification(channel=null pri=0 contentView=com.samsung.android.incallui/0x7f0400fb vibrate=null sound=null defaults=0x0 flags=0x10 color=0x00000000 number=0 vis=PUBLIC semFlags=0x0 semPriority=0 semMissedCount=0) semFlags=0x0 semPriority=10 semMissedCount=0)
11-30 15:19:32.533 26238 26379 D InCall  : StatusBarNotifier - check fullScreenIntent: null
11-30 15:19:32.533 26238 26379 D InCall  : StatusBarNotifier - Displaying notification for 2
11-30 15:19:32.534 26238 26379 D InCall  : StatusBarNotifier - notify user: 0
11-30 15:19:32.536  2985  4271 D Noti_WTF: custom notification is detected - 1638260372509 : 1638260372509 : 0 : null
11-30 15:19:32.536  2985  4271 D Noti_WTF: custom notification is detected - 1638260372524 : 1638260372533 : 0 : null
11-30 15:19:32.538  2985  4271 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.samsung.android.incallui,userId = 0
11-30 15:19:32.538  2985  4271 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:32.538  2985  4271 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.samsung.android.incallui,userId = 0
11-30 15:19:32.539  2985  4271 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:32.540 26238 26379 D ReflectUtil: notifyAsUser is called
11-30 15:19:32.541 26238 26379 D InCall  : StatusBarNotifier - buildAndSendNotification end 
11-30 15:19:32.545  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:32.547  2985  2985 I chatty  : uid=1000 system_server identical 1 line
11-30 15:19:32.548  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:32.551 10832  6610 D BluetoothAdapter: STATE_BLE_ON
11-30 15:19:32.552 10832  6610 D BluetoothAdapter: STATE_BLE_ON
11-30 15:19:32.552 10832  6610 D BluetoothAdapter: appoCount is = 0
11-30 15:19:32.554  3510  7791 D Noti_WTF: custom notification is detected - 1638260372509 : 1638260372509 : 0 : null
11-30 15:19:32.555  3510  7791 D Noti_WTF: custom notification is detected - 1638260372524 : 1638260372533 : 0 : null
11-30 15:19:32.556  4604 21401 D Noti_WTF: custom notification is detected - 1638260372509 : 1638260372509 : 0 : null
11-30 15:19:32.557  4604 21401 D Noti_WTF: custom notification is detected - 1638260372524 : 1638260372533 : 0 : null
11-30 15:19:32.560 18545 18557 D Noti_WTF: custom notification is detected - 1638260372509 : 1638260372509 : 0 : null
11-30 15:19:32.560 18545 18557 D Noti_WTF: custom notification is detected - 1638260372524 : 1638260372533 : 0 : null
11-30 15:19:32.561 19185 19385 D Noti_WTF: custom notification is detected - 1638260372509 : 1638260372509 : 0 : null
11-30 15:19:32.562 19185 19385 D Noti_WTF: custom notification is detected - 1638260372524 : 1638260372533 : 0 : null
11-30 15:19:32.564 21820 22144 D Noti_WTF: custom notification is detected - 1638260372509 : 1638260372509 : 0 : null
11-30 15:19:32.565 21820 22144 D Noti_WTF: custom notification is detected - 1638260372524 : 1638260372533 : 0 : null
11-30 15:19:32.582   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:19:32.582   559   636 I PolicyManager: [#CMH#] onReceive action = EVENT_SCREEN_ON
11-30 15:19:32.582   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:19:32.582  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:32.584 18545 18545 I NotificationReceiver: found similar notification: MyNotification{id=47881, received=Tue Nov 30 15:19:30 GMT+07:00 2021, removed=null, pack='com.samsung.android.incallui', title='Info Pelanggan', text='Incoming call', trash=false, lastOccurred=Tue Nov 30 15:19:30 GMT+07:00 2021, appName='Phone', notificationType=NOTIFICATION, myIcon=MyIcon{pack='com.samsung.android.incallui', created=Wed Jun 30 16:23:34 GMT+07:00 2021, lastUpdated=Wed Jun 30 16:23:34 GMT+07:00 2021}}
11-30 15:19:32.584 18545 18545 I NotificationReceiver: needed delay: 60000, currently elapsed: 2217, notification NOT ALOWED !
11-30 15:19:32.584 18545 18545 I NotificationReceiver: received notification is too similar, exiting...
11-30 15:19:32.586 16433 16509 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:19:32.587 16433 16509 I PolicyManager: [#CMH#] onReceive action = EVENT_SCREEN_ON
11-30 15:19:32.587 16433 16509 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:19:32.588  2985  2995 D SecContentProvider: query(), uri = 16 selection = isLockScreenEnabled
11-30 15:19:32.588 18545 18545 I NotificationService: Catched notification: MyNotification{id=null, received=Tue Nov 30 15:19:32 GMT+07:00 2021, removed=null, pack='com.samsung.android.incallui', title='Info Pelanggan', text='Incoming call', trash=false, lastOccurred=Tue Nov 30 15:19:32 GMT+07:00 2021, appName='Phone', notificationType=NOTIFICATION, myIcon=MyIcon{pack='com.samsung.android.incallui', created=Tue Nov 30 15:19:32 GMT+07:00 2021, lastUpdated=Tue Nov 30 15:19:32 GMT+07:00 2021}}
11-30 15:19:32.588  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:32.590 18545 18545 D WhatsappImageHandler: whatsapp monitoring is enabled: true
11-30 15:19:32.590 18545 18545 D WhatsappAudioHandler: whatsapp monitoring is enabled: true
11-30 15:19:32.590 18545 18545 D WhatsappVideoHandler: whatsapp monitoring is enabled: true
11-30 15:19:32.593  2985  4102 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:19:32.601  2985  3447 D WifiConnectivityMonitor:  [|215]
11-30 15:19:32.608 26238 26400 I zygote  : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
11-30 15:19:32.608 26238 26400 I OpenGLRenderer: Initialized EGL, version 1.4
11-30 15:19:32.608 26238 26400 D OpenGLRenderer: Swap behavior 2
11-30 15:19:32.620 26238 26400 D libGLESv1: STS_GLApi : DTS, ODTC are not allowed for Package : com.samsung.android.incallui
11-30 15:19:32.621 26238 26400 D mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, egl_color_buffer_format *, EGLBoolean) returns 0x3000,  [1080x1920]-format:1
11-30 15:19:32.622 26238 26400 D OpenGLRenderer: eglCreateWindowSurface = 0xe910bd78, 0xd0b7f008
11-30 15:19:32.626  3775  4111 D SECIMSJ[-1]: [0252]> 88
11-30 15:19:32.629  3487  3487 I SKBD    : alf [PF_KL][SIIC] getCursorCapsMode done  0
11-30 15:19:32.629 26238 26238 D ViewRootImpl@d7b8adc[InCallActivity]: Relayout returned: old=[0,0][1080,1920] new=[0,0][1080,1920] result=0x3 surface={valid=true 3501715456} changed=false
11-30 15:19:32.633 26238 26238 D ScrollView:  onsize change changed 
11-30 15:19:32.634 26238 26238 D InCall  : VoiceCallCardFragment - setCallCardPriority 1st(154), 2nd(65), 3rd(0), 4th(0), photoHeight(0), agifImageHeight(0)
11-30 15:19:32.634 26238 26238 D InCall  : VoiceCallCardFragment - setCallCardPriority belowButtonHeight(0.0), primaryCallCardContainerMain(987.0), remainArea(987.0)
11-30 15:19:32.634 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:32.635 26238 26400 D OpenGLRenderer: eglDestroySurface = 0xe910bd78, 0xd0b7f000
11-30 15:19:32.635 26238 26238 D InCall  : VoiceCallCardFragment - setCallCardPriority 1st(154), 2nd(65), 3rd(0), 4th(0), photoHeight(0), agifImageHeight(0)
11-30 15:19:32.635 26238 26238 D InCall  : VoiceCallCardFragment - setCallCardPriority belowButtonHeight(0.0), primaryCallCardContainerMain(987.0), remainArea(987.0)
11-30 15:19:32.636 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:19:32.637 26238 26400 D mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, egl_color_buffer_format *, EGLBoolean) returns 0x3000,  [1080x1920]-format:1
11-30 15:19:32.637 26238 26400 D OpenGLRenderer: eglCreateWindowSurface = 0xe910bcd8, 0xd0b7f008
11-30 15:19:32.642 10832  6610 D BluetoothLeScanner: Start Scan with callback
11-30 15:19:32.652 18545 18545 I NotificationReceiver: found similar notification: MyNotification{id=47881, received=Tue Nov 30 15:19:30 GMT+07:00 2021, removed=null, pack='com.samsung.android.incallui', title='Info Pelanggan', text='Incoming call', trash=false, lastOccurred=Tue Nov 30 15:19:30 GMT+07:00 2021, appName='Phone', notificationType=NOTIFICATION, myIcon=MyIcon{pack='com.samsung.android.incallui', created=Wed Jun 30 16:23:34 GMT+07:00 2021, lastUpdated=Wed Jun 30 16:23:34 GMT+07:00 2021}}
11-30 15:19:32.652 18545 18545 I NotificationReceiver: needed delay: 60000, currently elapsed: 2282, notification NOT ALOWED !
11-30 15:19:32.653 18545 18545 I NotificationReceiver: received notification is too similar, exiting...
11-30 15:19:32.669 26238 26400 D vndksupport: Loading /vendor/lib/hw/android.hardware.graphics.mapper@2.0-impl.so from current namespace instead of sphal namespace.
11-30 15:19:32.708 15154 25918 I Finsky:background: [43286] gef.X(3): Broadcasting <534:RUNNING:75%[75%]>.
11-30 15:19:32.711  3510  3660 D Tile.HotspotTile: handleUpdateState :  = false
11-30 15:19:32.711  2985  4102 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:32.711  2985  4102 I chatty  : uid=1000(system) Binder:2985_F identical 1 line
11-30 15:19:32.711  2985  4102 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:32.712  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:32.712  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 1 line
11-30 15:19:32.712  2985  2995 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:32.713 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.android.chrome:com.android.chrome reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 2, 192
11-30 15:19:32.716  2985  4102 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:32.716  2985  4102 I chatty  : uid=1000(system) Binder:2985_F identical 1 line
11-30 15:19:32.716  2985  4102 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:32.717 26238 26250 I zygote  : Do full code cache collection, code=124KB, data=102KB
11-30 15:19:32.717 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:32.717 26238 26250 I zygote  : After code cache collection, code=75KB, data=55KB
11-30 15:19:32.955  2615 26435 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] HWC_2_GLES by low FPS(0)
11-30 15:19:33.042 18545 18555 I zygote  : Background concurrent copying GC freed 85953(4MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4MB/9MB, paused 312us total 457.370ms
11-30 15:19:33.099  2985  4271 D SensorService: Calling activate off 0
11-30 15:19:33.099  2605  2605 I Sensors : AccelerometerSensor:setDelayAcc: handle 0, delay 20000000 ns, old_delay 20000000 ns
11-30 15:19:33.099  2985  3437 I         : CCM JNI: In ccm_update_lock_status
11-30 15:19:33.101  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.033098 0.063446 9.658210 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:33.101  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:33.102 16134 16134 D SensorManager: unregisterListener ::   
11-30 15:19:33.122  2985  4102 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:33.129  2985  4102 I chatty  : uid=1000(system) Binder:2985_F identical 16 lines
11-30 15:19:33.129  2985  4102 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:33.135  2985  4102 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:33.135  2985  4102 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:33.135  2985  4102 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:33.135  2985  4102 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:33.143  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3226696 RxPkts=4185163 TxBytes=586699699 RxBytes=4499544271 , Foreground uid=1001 pkgName=com.samsung.android.incallui txBytes=0 rxBytes=0
11-30 15:19:33.258  3775  4108 D [IMS6.0]: IMS_onResponse()
11-30 15:19:33.265  6613  6736 I bt_stack: [INFO:gatt_api.cc(1014)] GATT_Register
11-30 15:19:33.266 14965 25582 I Finsky  : [43458] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:33.267  6613  6736 I bt_stack: [INFO:gatt_api.cc(1055)] allocated gatt_if=4
11-30 15:19:33.269 10832 30663 D BluetoothLeScanner: onScannerRegistered() - status=0 scannerId=4 mScannerId=0
11-30 15:19:33.270  6613  6626 D BluetoothAdapter: STATE_BLE_ON
11-30 15:19:33.271  6613  6626 D BluetoothAdapter: appoCount is = 0
11-30 15:19:33.271 26359 26370 W zygote  : Suspending all threads took: 401.957ms
11-30 15:19:33.271  6613  6626 D BluetoothAdapter: STATE_BLE_ON
11-30 15:19:33.293  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] first frame after HWC_2_GLES
11-30 15:19:33.293  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] GLES_2_HWC by high FPS(5)
11-30 15:19:33.297  2985  3437 I TZ_CCM_C_Initialize: : DEBUG_CONTAINER_PROBLEM Enter TZ_CCM_C_Initialize_TLC!
11-30 15:19:33.297  2985  3437 I TZ_CCM_C_Initialize: : pInitArgs 0xb56a2458 has not called C_Init before.
11-30 15:19:33.297  2985  3437 I TZ_CCM_C_Initialize: : &ctx = 0xd11dec24
11-30 15:19:33.298  2985  3437 I TLC_TZ_CCM: : creating new ccm context...
11-30 15:19:33.313  6613  6694 D BluetoothAdapter: STATE_BLE_ON
11-30 15:19:33.313  6613  6694 D BluetoothAdapter: STATE_BLE_ON
11-30 15:19:33.314  6613  6694 D BluetoothAdapter: appoCount is = 0
11-30 15:19:33.315  6613  6694 D BluetoothAdapter: STATE_BLE_ON
11-30 15:19:33.315  6613  6694 D BluetoothAdapter: STATE_BLE_ON
11-30 15:19:33.315  6613  6697 E BtGatt.GattService: [GSIM LOG]: gsimLogHandler, msg: MESSAGE_SCAN_START, appName: android.uid.bcmgr, scannerId: 4, reportDelayMillis=0
11-30 15:19:33.315  6613  6694 D BluetoothAdapter: appoCount is = 0
11-30 15:19:33.315  3510  3660 D Tile.WifiTile: handleUpdateState enabled  = true
11-30 15:19:33.316  6613  6694 D BluetoothAdapter: STATE_BLE_ON
11-30 15:19:33.316  6613  6694 D BluetoothAdapter: STATE_BLE_ON
11-30 15:19:33.316  6613  6694 D BluetoothAdapter: appoCount is = 0
11-30 15:19:33.328  3775  4108 D StackIF : processMessage 2
11-30 15:19:33.328  3775  4108 D StackIF : Processing Response
11-30 15:19:33.328  3775  4108 D SECIMSJ[-1]: [0252]< 101
11-30 15:19:33.328  3775  4108 D StackIF[-1]: processResponse: reqId 101
11-30 15:19:33.330  6613  6694 E BtGatt.ScanManager: default value of curScanSetting 0 is choosen
11-30 15:19:33.330  6613  6694 D BtGatt.ScanManager: configureRegularScanParams() scan param set to 256 / 4992 (units)
11-30 15:19:33.335  6613  6736 W bt_btm  : btm_ble_disable_resolving_list() rl_state = 0x0, rl_mask = 0x2, to_resume = 1
11-30 15:19:33.356  3775  4108 D StackIF[-1]: processResponse: handle -1 result 0 reason 0
11-30 15:19:33.357  6613  6736 W bt_btm  : btm_ble_disable_resolving_list() rl_state = 0x0, rl_mask = 0x2, to_resume = 1
11-30 15:19:33.357  6613  6736 W bt_btm  : btm_ble_disable_resolving_list() rl_state = 0x0, rl_mask = 0x2, to_resume = 1
11-30 15:19:33.369 15154 15205 I Finsky:background: [43197] fxt.run(14): Stats for Executor: BlockingExecutor hyp@d47708a[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6]
11-30 15:19:33.383 26359 26440 E PhenotypeFlagCommitter: Retrieving snapshot for com.google.android.apps.hangouts failed
11-30 15:19:33.383 26359 26440 E PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:19:33.383 26359 26440 E PhenotypeFlagCommitter: 	at ifp.a(PG:20)
11-30 15:19:33.383 26359 26440 E PhenotypeFlagCommitter: 	at idf.a(PG:14)
11-30 15:19:33.383 26359 26440 E PhenotypeFlagCommitter: 	at idf.a(PG:4)
11-30 15:19:33.383 26359 26440 E PhenotypeFlagCommitter: 	at dkq.a(PG:3)
11-30 15:19:33.383 26359 26440 E PhenotypeFlagCommitter: 	at dkr.a(PG:9)
11-30 15:19:33.383 26359 26440 E PhenotypeFlagCommitter: 	at bua.run(PG:34)
11-30 15:19:33.383 26359 26440 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:33.383 26359 26440 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:33.383 26359 26440 E PhenotypeFlagCommitter: 	at bug.run(PG:3)
11-30 15:19:33.383 26359 26440 E PhenotypeFlagCommitter: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:33.383 26359 26451 E PhenotypeFlagCommitter: Retrieving snapshot for com.google.android.apps.hangouts failed
11-30 15:19:33.383 26359 26451 E PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:19:33.383 26359 26451 E PhenotypeFlagCommitter: 	at ifp.a(PG:20)
11-30 15:19:33.383 26359 26451 E PhenotypeFlagCommitter: 	at idf.a(PG:14)
11-30 15:19:33.383 26359 26451 E PhenotypeFlagCommitter: 	at idf.a(PG:4)
11-30 15:19:33.383 26359 26451 E PhenotypeFlagCommitter: 	at dkq.a(PG:3)
11-30 15:19:33.383 26359 26451 E PhenotypeFlagCommitter: 	at dkr.a(PG:9)
11-30 15:19:33.383 26359 26451 E PhenotypeFlagCommitter: 	at bua.run(PG:34)
11-30 15:19:33.383 26359 26451 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:33.383 26359 26451 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:33.383 26359 26451 E PhenotypeFlagCommitter: 	at bug.run(PG:3)
11-30 15:19:33.383 26359 26451 E PhenotypeFlagCommitter: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:33.383 26359 26449 E PhenotypeFlagCommitter: Retrieving snapshot for com.google.android.apps.hangouts failed
11-30 15:19:33.383 26359 26449 E PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:19:33.383 26359 26449 E PhenotypeFlagCommitter: 	at ifp.a(PG:20)
11-30 15:19:33.383 26359 26449 E PhenotypeFlagCommitter: 	at idf.a(PG:14)
11-30 15:19:33.383 26359 26449 E PhenotypeFlagCommitter: 	at idf.a(PG:4)
11-30 15:19:33.383 26359 26449 E PhenotypeFlagCommitter: 	at dkq.a(PG:3)
11-30 15:19:33.383 26359 26449 E PhenotypeFlagCommitter: 	at dkr.a(PG:9)
11-30 15:19:33.383 26359 26449 E PhenotypeFlagCommitter: 	at bua.run(PG:34)
11-30 15:19:33.383 26359 26449 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:33.383 26359 26449 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:33.383 26359 26449 E PhenotypeFlagCommitter: 	at bug.run(PG:3)
11-30 15:19:33.383 26359 26449 E PhenotypeFlagCommitter: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:33.383 26359 26445 E PhenotypeFlagCommitter: Retrieving snapshot for com.google.android.apps.hangouts failed
11-30 15:19:33.383 26359 26445 E PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:19:33.383 26359 26445 E PhenotypeFlagCommitter: 	at ifp.a(PG:20)
11-30 15:19:33.383 26359 26445 E PhenotypeFlagCommitter: 	at idf.a(PG:14)
11-30 15:19:33.383 26359 26445 E PhenotypeFlagCommitter: 	at idf.a(PG:4)
11-30 15:19:33.383 26359 26445 E PhenotypeFlagCommitter: 	at dkq.a(PG:3)
11-30 15:19:33.383 26359 26445 E PhenotypeFlagCommitter: 	at dkr.a(PG:9)
11-30 15:19:33.383 26359 26445 E PhenotypeFlagCommitter: 	at bua.run(PG:34)
11-30 15:19:33.383 26359 26445 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:33.383 26359 26445 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:33.383 26359 26445 E PhenotypeFlagCommitter: 	at bug.run(PG:3)
11-30 15:19:33.383 26359 26445 E PhenotypeFlagCommitter: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:33.383 26359 26447 E PhenotypeFlagCommitter: Retrieving snapshot for com.google.android.apps.hangouts failed
11-30 15:19:33.383 26359 26447 E PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:19:33.383 26359 26447 E PhenotypeFlagCommitter: 	at ifp.a(PG:20)
11-30 15:19:33.383 26359 26447 E PhenotypeFlagCommitter: 	at idf.a(PG:14)
11-30 15:19:33.383 26359 26447 E PhenotypeFlagCommitter: 	at idf.a(PG:4)
11-30 15:19:33.383 26359 26447 E PhenotypeFlagCommitter: 	at dkq.a(PG:3)
11-30 15:19:33.383 26359 26447 E PhenotypeFlagCommitter: 	at dkr.a(PG:9)
11-30 15:19:33.383 26359 26447 E PhenotypeFlagCommitter: 	at bua.run(PG:34)
11-30 15:19:33.383 26359 26447 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:33.383 26359 26447 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:33.383 26359 26447 E PhenotypeFlagCommitter: 	at bug.run(PG:3)
11-30 15:19:33.383 26359 26447 E PhenotypeFlagCommitter: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:33.384 26359 26446 E PhenotypeFlagCommitter: Retrieving snapshot for com.google.android.apps.hangouts failed
11-30 15:19:33.384 26359 26446 E PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:19:33.384 26359 26446 E PhenotypeFlagCommitter: 	at ifp.a(PG:20)
11-30 15:19:33.384 26359 26446 E PhenotypeFlagCommitter: 	at idf.a(PG:14)
11-30 15:19:33.384 26359 26446 E PhenotypeFlagCommitter: 	at idf.a(PG:4)
11-30 15:19:33.384 26359 26446 E PhenotypeFlagCommitter: 	at dkq.a(PG:3)
11-30 15:19:33.384 26359 26446 E PhenotypeFlagCommitter: 	at dkr.a(PG:9)
11-30 15:19:33.384 26359 26446 E PhenotypeFlagCommitter: 	at bua.run(PG:34)
11-30 15:19:33.384 26359 26446 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:33.384 26359 26446 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:33.384 26359 26446 E PhenotypeFlagCommitter: 	at bug.run(PG:3)
11-30 15:19:33.384 26359 26446 E PhenotypeFlagCommitter: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:33.385 26359 26442 E PhenotypeFlagCommitter: Retrieving snapshot for com.google.android.apps.hangouts failed
11-30 15:19:33.385 26359 26442 E PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:19:33.385 26359 26442 E PhenotypeFlagCommitter: 	at ifp.a(PG:20)
11-30 15:19:33.385 26359 26442 E PhenotypeFlagCommitter: 	at idf.a(PG:14)
11-30 15:19:33.385 26359 26442 E PhenotypeFlagCommitter: 	at idf.a(PG:4)
11-30 15:19:33.385 26359 26442 E PhenotypeFlagCommitter: 	at dkq.a(PG:3)
11-30 15:19:33.385 26359 26442 E PhenotypeFlagCommitter: 	at dkr.a(PG:9)
11-30 15:19:33.385 26359 26442 E PhenotypeFlagCommitter: 	at bua.run(PG:34)
11-30 15:19:33.385 26359 26442 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:33.385 26359 26442 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:33.385 26359 26442 E PhenotypeFlagCommitter: 	at bug.run(PG:3)
11-30 15:19:33.385 26359 26442 E PhenotypeFlagCommitter: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:33.385 26359 26450 E PhenotypeFlagCommitter: Retrieving snapshot for com.google.android.apps.hangouts failed
11-30 15:19:33.385 26359 26450 E PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:19:33.385 26359 26450 E PhenotypeFlagCommitter: 	at ifp.a(PG:20)
11-30 15:19:33.385 26359 26450 E PhenotypeFlagCommitter: 	at idf.a(PG:14)
11-30 15:19:33.385 26359 26450 E PhenotypeFlagCommitter: 	at idf.a(PG:4)
11-30 15:19:33.385 26359 26450 E PhenotypeFlagCommitter: 	at dkq.a(PG:3)
11-30 15:19:33.385 26359 26450 E PhenotypeFlagCommitter: 	at dkr.a(PG:9)
11-30 15:19:33.385 26359 26450 E PhenotypeFlagCommitter: 	at bua.run(PG:34)
11-30 15:19:33.385 26359 26450 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:33.385 26359 26450 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:33.385 26359 26450 E PhenotypeFlagCommitter: 	at bug.run(PG:3)
11-30 15:19:33.385 26359 26450 E PhenotypeFlagCommitter: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:33.385 26359 26448 E PhenotypeFlagCommitter: Retrieving snapshot for com.google.android.apps.hangouts failed
11-30 15:19:33.385 26359 26448 E PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:19:33.385 26359 26448 E PhenotypeFlagCommitter: 	at ifp.a(PG:20)
11-30 15:19:33.385 26359 26448 E PhenotypeFlagCommitter: 	at idf.a(PG:14)
11-30 15:19:33.385 26359 26448 E PhenotypeFlagCommitter: 	at idf.a(PG:4)
11-30 15:19:33.385 26359 26448 E PhenotypeFlagCommitter: 	at dkq.a(PG:3)
11-30 15:19:33.385 26359 26448 E PhenotypeFlagCommitter: 	at dkr.a(PG:9)
11-30 15:19:33.385 26359 26448 E PhenotypeFlagCommitter: 	at bua.run(PG:34)
11-30 15:19:33.385 26359 26448 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:33.385 26359 26448 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:33.385 26359 26448 E PhenotypeFlagCommitter: 	at bug.run(PG:3)
11-30 15:19:33.385 26359 26448 E PhenotypeFlagCommitter: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:33.385 26359 26452 E PhenotypeFlagCommitter: Retrieving snapshot for com.google.android.apps.hangouts failed
11-30 15:19:33.385 26359 26452 E PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:19:33.385 26359 26452 E PhenotypeFlagCommitter: 	at ifp.a(PG:20)
11-30 15:19:33.385 26359 26452 E PhenotypeFlagCommitter: 	at idf.a(PG:14)
11-30 15:19:33.385 26359 26452 E PhenotypeFlagCommitter: 	at idf.a(PG:4)
11-30 15:19:33.385 26359 26452 E PhenotypeFlagCommitter: 	at dkq.a(PG:3)
11-30 15:19:33.385 26359 26452 E PhenotypeFlagCommitter: 	at dkr.a(PG:9)
11-30 15:19:33.385 26359 26452 E PhenotypeFlagCommitter: 	at bua.run(PG:34)
11-30 15:19:33.385 26359 26452 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:33.385 26359 26452 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:33.385 26359 26452 E PhenotypeFlagCommitter: 	at bug.run(PG:3)
11-30 15:19:33.385 26359 26452 E PhenotypeFlagCommitter: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:33.431 26461 26461 W zygote  : Verification of java.lang.String ga.A(android.content.res.TypedArray, org.xmlpull.v1.XmlPullParser, java.lang.String, int) took 313.999ms
11-30 15:19:33.478 26331 26350 I zygote  : Background concurrent copying GC freed 28297(2MB) AllocSpace objects, 14(408KB) LOS objects, 49% free, 1597KB/3MB, paused 693.842ms total 1.610s
11-30 15:19:33.537 26483 26483 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:19:33.548 26483 26483 I zygote  : WaitForGcToComplete blocked ClassLinker on ClassLinker for 11.435ms
11-30 15:19:33.549 16033 19173 I NearbySharing: Screen is locked [CONTEXT service_id=194 ]
11-30 15:19:33.550 16033 19173 I NearbySharing: Failed to stop scanning because weren't scanning. [CONTEXT service_id=194 ]
11-30 15:19:33.551 16033 19173 I NearbySharing: Stopping discovery because the screen is locked. [CONTEXT service_id=194 ]
11-30 15:19:33.552 16033 19173 I NearbySharing: Can't stop advertising FastInitiation. Not advertising. [CONTEXT service_id=194 ]
11-30 15:19:33.552 16033 19173 I NearbySharing: Stopping Fast Init advertisement because Bluetooth is off. [CONTEXT service_id=194 ]
11-30 15:19:33.553 16033 19173 I NearbySharing: Stopping advertising because the screen is locked. [CONTEXT service_id=194 ]
11-30 15:19:33.554 16033 19173 I NearbySharing: Stopping FastInitiation scanning because the screen is locked. [CONTEXT service_id=194 ]
11-30 15:19:33.554 16033 19173 I NearbySharing: Can't stop scanning for FastInitiation. Not scanning. [CONTEXT service_id=194 ]
11-30 15:19:33.554 16033 19173 I NearbySharing: Cancelling in use notification [CONTEXT service_id=194 ]
11-30 15:19:33.555 16033 17222 I NearbyDiscovery: FastPairHandler: Received action android.intent.action.SCREEN_ON [CONTEXT service_id=49 ]
11-30 15:19:33.555  2615 26435 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] HWC_2_GLES by low FPS(0)
11-30 15:19:33.565 16033 19173 I NearbySharing: Fast Initiation Scanning has stopped [CONTEXT service_id=194 ]
11-30 15:19:33.565 16033 19173 I NearbySharing: Dismissing HUN as there's no device nearby. [CONTEXT service_id=194 ]
11-30 15:19:33.565 16033 19173 I NearbySharing: Cancelling in use notification [CONTEXT service_id=194 ]
11-30 15:19:33.591 26359 26443 E PhenotypeFlagCommitter: Retrieving snapshot for com.google.android.apps.hangouts failed
11-30 15:19:33.591 26359 26443 E PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:19:33.591 26359 26443 E PhenotypeFlagCommitter: 	at ifp.a(PG:20)
11-30 15:19:33.591 26359 26443 E PhenotypeFlagCommitter: 	at idf.a(PG:14)
11-30 15:19:33.591 26359 26443 E PhenotypeFlagCommitter: 	at idf.a(PG:4)
11-30 15:19:33.591 26359 26443 E PhenotypeFlagCommitter: 	at dkq.a(PG:3)
11-30 15:19:33.591 26359 26443 E PhenotypeFlagCommitter: 	at dkr.a(PG:9)
11-30 15:19:33.591 26359 26443 E PhenotypeFlagCommitter: 	at bua.run(PG:34)
11-30 15:19:33.591 26359 26443 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:33.591 26359 26443 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:33.591 26359 26443 E PhenotypeFlagCommitter: 	at bug.run(PG:3)
11-30 15:19:33.591 26359 26443 E PhenotypeFlagCommitter: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:33.623 24262 24262 I Isotope : UID: [10040]  PID: [24262] PlogsChecker : sWAAdl not set, disallowing personal logging
11-30 15:19:33.631 21258 21880 I NearbyDiscovery: FastPairHandler: Received action android.intent.action.SCREEN_ON [CONTEXT service_id=49 ]
11-30 15:19:33.635 21258 21478 I NearbySharing: Screen is locked [CONTEXT service_id=194 ]
11-30 15:19:33.636 21258 21478 I NearbySharing: Failed to stop scanning because weren't scanning. [CONTEXT service_id=194 ]
11-30 15:19:33.637 21258 21478 I NearbySharing: Stopping discovery because the screen is locked. [CONTEXT service_id=194 ]
11-30 15:19:33.637 21258 21478 I NearbySharing: Can't stop advertising FastInitiation. Not advertising. [CONTEXT service_id=194 ]
11-30 15:19:33.638 21258 21478 I NearbySharing: Stopping Fast Init advertisement because Bluetooth is off. [CONTEXT service_id=194 ]
11-30 15:19:33.638 21258 21478 I NearbySharing: Stopping advertising because the screen is locked. [CONTEXT service_id=194 ]
11-30 15:19:33.638 21258 21478 I NearbySharing: Stopping FastInitiation scanning because the screen is locked. [CONTEXT service_id=194 ]
11-30 15:19:33.639 21258 21478 I NearbySharing: Can't stop scanning for FastInitiation. Not scanning. [CONTEXT service_id=194 ]
11-30 15:19:33.639 21258 21478 I NearbySharing: Cancelling in use notification [CONTEXT service_id=194 ]
11-30 15:19:33.649 21258 21478 I NearbySharing: Fast Initiation Scanning has stopped [CONTEXT service_id=194 ]
11-30 15:19:33.649 21258 21478 I NearbySharing: Dismissing HUN as there's no device nearby. [CONTEXT service_id=194 ]
11-30 15:19:33.649 21258 21478 I NearbySharing: Cancelling in use notification [CONTEXT service_id=194 ]
11-30 15:19:33.675 13010 13517 I NearbyDiscovery: FastPairHandler: Received action android.intent.action.SCREEN_ON [CONTEXT service_id=49 ]
11-30 15:19:33.748 13010 13265 I NearbySharing: Screen is locked [CONTEXT service_id=194 ]
11-30 15:19:33.755 13010 13265 I NearbySharing: Failed to stop scanning because weren't scanning. [CONTEXT service_id=194 ]
11-30 15:19:33.756 13010 13265 I NearbySharing: Stopping discovery because the screen is locked. [CONTEXT service_id=194 ]
11-30 15:19:33.756 13010 13265 I NearbySharing: Can't stop advertising FastInitiation. Not advertising. [CONTEXT service_id=194 ]
11-30 15:19:33.756 13010 13265 I NearbySharing: Stopping Fast Init advertisement because Bluetooth is off. [CONTEXT service_id=194 ]
11-30 15:19:33.757 13010 13265 I NearbySharing: Stopping advertising because the screen is locked. [CONTEXT service_id=194 ]
11-30 15:19:33.757 13010 13265 I NearbySharing: Stopping FastInitiation scanning because the screen is locked. [CONTEXT service_id=194 ]
11-30 15:19:33.757 13010 13265 I NearbySharing: Can't stop scanning for FastInitiation. Not scanning. [CONTEXT service_id=194 ]
11-30 15:19:33.758 13010 13265 I NearbySharing: Cancelling in use notification [CONTEXT service_id=194 ]
11-30 15:19:33.806 26483 26483 I MultiDex: VM with version 2.1.0 has multidex support
11-30 15:19:33.806 26483 26483 I MultiDex: install
11-30 15:19:33.806 26483 26483 I MultiDex: VM has multidex support, MultiDex support library is disabled.
11-30 15:19:33.814 13010 13265 I NearbySharing: Fast Initiation Scanning has stopped [CONTEXT service_id=194 ]
11-30 15:19:33.814 13010 13265 I NearbySharing: Dismissing HUN as there's no device nearby. [CONTEXT service_id=194 ]
11-30 15:19:33.814 13010 13265 I NearbySharing: Cancelling in use notification [CONTEXT service_id=194 ]
11-30 15:19:33.826  2985  3437 I TLC_TZ_CCM: : initializing ccm context...
11-30 15:19:33.826  2985  3437 I TLC_TZ_CCM: : root = 0, root_strlen = 1
11-30 15:19:33.826  2985  3437 I TLC_TZ_CCM: : process = ffffffff000000000000000000000012, process_strlen = 32
11-30 15:19:33.827  2985  3437 I TZ: client_server_communication: input max_sendmsg_size = 19420
11-30 15:19:33.827  2985  3437 I TZ: client_server_communication: input max_recvmsg_size = 19420
11-30 15:19:33.827  2985  3437 I TZ: client_server_communication: root = 0, root_len = 1
11-30 15:19:33.827  2985  3437 I TZ: client_server_communication: process = ffffffff000000000000000000000012, process_strlen = 32
11-30 15:19:33.827  2985  3437 I TZ: client_server_communication: aligned max_sendmsg_size = 19456
11-30 15:19:33.827  2985  3437 I TZ: client_server_communication: aligned max_recvmsg_size = 19456
11-30 15:19:33.827  2985  3437 I TZ: client_server_communication: Client_Server_Open(CCM)
11-30 15:19:33.827  2985  3437 I TZ: client_server_communication: Client_Server_Open was called
11-30 15:19:33.827  2985  3437 I TZ: client_server_communication: IClientServer::IClientServer()
11-30 15:19:33.827  2985  3437 I TZ: client_server_communication: BpClientServer::BpClientServer()
11-30 15:19:33.827  2985  3437 I TZ: client_server_communication: IClientServer::~IClientServer()
11-30 15:19:33.829  3103  3106 I TZ_CCM_SERVER: BnCCM::onTransact(0) 16
11-30 15:19:33.829  3103  3106 I TZ_CCM_SERVER: OPENSWCONN
11-30 15:19:33.829  3103  3106 I TZ_CCM_SERVER: creating new ccm context...
11-30 15:19:33.829  3103  3106 I TZ_CCM_SERVER: 633 creating new ccm context... CCM
11-30 15:19:33.837  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.faceservice user:0
11-30 15:19:33.837  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:19:33.838  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.faceservice user:0
11-30 15:19:33.838  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:19:33.844 16067 25616 W DatabaseProcessor: processLocalDevices: failed to get the network info with non-null networkId.
11-30 15:19:33.845  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.017536 0.086191 9.633071 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:33.845  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:33.854 26524 26524 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:19:33.856 26524 26524 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:33.857 26524 26524 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.faceservice 
11-30 15:19:33.877  2985  5090 I SensorService: createSensorEventConnection package name com.github.ericytsang.androidlib.shakelistener.ShakeListener
11-30 15:19:33.879  2985  5090 D SensorService: Calling batch handle==0 flags=0 rate=66667000 timeout== 0
11-30 15:19:33.879 16134 16134 D SensorManager: registerListener :: 0, K2HH Accelerometer, 66667, 0,  
11-30 15:19:33.889 26331 26331 D SamsungAccount$: init Log Path : /data/user/0/com.samsung.android.mobileservice/Log/
11-30 15:19:33.935  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:33.935  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:33.935  2985  5088 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:33.941  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:33.941  2985  5088 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:33.944  3103  3106 I TZ_CCM_SERVER: initializing ccm context...
11-30 15:19:33.944  3103  3106 I TZ_CCM_SERVER: root = 0, root_strlen = 1
11-30 15:19:33.944  3103  3106 I TZ_CCM_SERVER: process = ffffffff000000000000000000000012, process_strlen = 32
11-30 15:19:33.944  3103  3106 I TZ: mc_tlc_communication: input max_sendmsg_size = 19420
11-30 15:19:33.944  3103  3106 I TZ: mc_tlc_communication: input max_recvmsg_size = 19420
11-30 15:19:33.944  3103  3106 I TZ: mc_tlc_communication: root = 0, root_len = 1
11-30 15:19:33.944  3103  3106 I TZ: mc_tlc_communication: process = ffffffff000000000000000000000012, process_strlen = 32
11-30 15:19:33.944  3103  3106 I TZ: mc_tlc_communication: aligned max_sendmsg_size = 19456
11-30 15:19:33.944  3103  3106 I TZ: mc_tlc_communication: aligned max_recvmsg_size = 19456
11-30 15:19:33.944  3103  3106 I TZ: mc_tlc_communication: device_id = 0x0
11-30 15:19:33.944  3103  3106 I TZ: mc_tlc_communication: tlc_open() was called
11-30 15:19:33.944  3103  3106 I TZ: mc_tlc_communication: Opening MobiCore device
11-30 15:19:33.945  3103  3106 I TeeDriverClient: driver client open [hardware/samsung_slsi/exynos7870/mobicore/ClientLib/src/driver_client.cpp:103]
11-30 15:19:33.945  3103  3106 I TZ: mc_tlc_communication: Allocating message buffer for TCI
11-30 15:19:33.945  3103  3106 I TZ: mc_tlc_communication: Opening the session
11-30 15:19:33.948  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:33.948  2985  5088 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:33.954  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:33.955  2985  5088 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:33.962  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:33.962  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:33.962  2985  5088 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:33.968  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:33.969  2985  5088 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:33.972  3103  3106 I TZ: mc_tlc_communication: tlc_open() succeeded
11-30 15:19:33.972  3103  3106 E TZ_CCM_SERVER: *** , ccm_server 739
11-30 15:19:33.972  3103  3106 E TZ_CCM_SERVER: *** , ccm_server 759
11-30 15:19:33.973  2985  3437 I TZ: client_server_communication: OpenSWConn(CCM) is successful
11-30 15:19:33.973  2985  3437 I TZ: client_server_communication: Client_Server_Open succeeded, serverName = CCM
11-30 15:19:33.973  2985  3437 I TZ_CCM_C_Initialize: : ctx = 0xbca26900, comm = 0xce5d1210, sendmsg = 0xb2860840, recvmsg = 0xb2865440
11-30 15:19:33.973  2985  3437 I TZ_init: : TZ_init1: sending initialization request...
11-30 15:19:33.973  2985  3437 I TZ: client_server_communication: Cmd id = 2, len = 19456
11-30 15:19:33.973  2985  3437 I TZ: client_server_communication: Calling Communicate()
11-30 15:19:33.973  3103  3106 I TZ_CCM_SERVER: BnCCM::onTransact(2) 16
11-30 15:19:33.973  3103  3106 I TZ_CCM_SERVER: COMM
11-30 15:19:33.973  3103  3106 I TZ_CCM_SERVER: ccm_server  392. serviceName = CCM
11-30 15:19:33.975  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:33.976  2985  5088 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:33.983  2985  3437 I TZ_init: : TZ_init: successful initialization
11-30 15:19:33.983  2985  3437 I TLC_TZ_COMMON: key_db_init: : Exercising TZ_DB_INIT1 in TLC
11-30 15:19:33.983  2985  5088 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:33.984  2985  5088 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:33.991 26524 26524 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:34.023  2985  3437 I TZ: client_server_communication: Cmd id = 17, len = 19456
11-30 15:19:34.023  2985  3437 I TZ: client_server_communication: Calling Communicate()
11-30 15:19:34.023  3103  3106 I TZ_CCM_SERVER: BnCCM::onTransact(2) 16
11-30 15:19:34.023  3103  3106 I TZ_CCM_SERVER: COMM
11-30 15:19:34.023  3103  3106 I TZ_CCM_SERVER: ccm_server  392. serviceName = CCM
11-30 15:19:34.030  2985  3437 I TZ_COMMON: tlc_key_db_util: : DB Operation suceeded
11-30 15:19:34.030  2985  3437 I TZ: client_server_communication: Cmd id = 47, len = 19456
11-30 15:19:34.030  2985  3437 I TZ: client_server_communication: Calling Communicate()
11-30 15:19:34.030  3103  3106 I TZ_CCM_SERVER: BnCCM::onTransact(2) 16
11-30 15:19:34.030  3103  3106 I TZ_CCM_SERVER: COMM
11-30 15:19:34.030  3103  3106 I TZ_CCM_SERVER: ccm_server  392. serviceName = CCM
11-30 15:19:34.031 26359 26444 E PhenotypeFlagCommitter: Retrieving snapshot for com.google.android.apps.hangouts failed
11-30 15:19:34.031 26359 26444 E PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:19:34.031 26359 26444 E PhenotypeFlagCommitter: 	at ifp.a(PG:20)
11-30 15:19:34.031 26359 26444 E PhenotypeFlagCommitter: 	at idf.a(PG:14)
11-30 15:19:34.031 26359 26444 E PhenotypeFlagCommitter: 	at idf.a(PG:4)
11-30 15:19:34.031 26359 26444 E PhenotypeFlagCommitter: 	at dkq.a(PG:3)
11-30 15:19:34.031 26359 26444 E PhenotypeFlagCommitter: 	at dkr.a(PG:9)
11-30 15:19:34.031 26359 26444 E PhenotypeFlagCommitter: 	at bua.run(PG:34)
11-30 15:19:34.031 26359 26444 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:34.031 26359 26444 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:34.031 26359 26444 E PhenotypeFlagCommitter: 	at bug.run(PG:3)
11-30 15:19:34.031 26359 26444 E PhenotypeFlagCommitter: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:34.032  2985  3437 I TZ_CCM_C_Finalize: : DEBUG_CONTAINER_PROBLEM Exercising TZ_CCM_C_Finalize_TLC
11-30 15:19:34.032  2985  3437 I TZ: client_server_communication: Cmd id = 41, len = 19456
11-30 15:19:34.032  2985  3437 I TZ: client_server_communication: Calling Communicate()
11-30 15:19:34.032  3103  3106 I TZ_CCM_SERVER: BnCCM::onTransact(2) 16
11-30 15:19:34.032  3103  3106 I TZ_CCM_SERVER: COMM
11-30 15:19:34.032  3103  3106 I TZ_CCM_SERVER: ccm_server  392. serviceName = CCM
11-30 15:19:34.034  2985  3437 I TZ: client_server_communication: Client_Server_Close was called
11-30 15:19:34.039  3103  3106 I TZ_CCM_SERVER: BnCCM::onTransact(1) 16
11-30 15:19:34.039  3103  3106 I TZ_CCM_SERVER: CLOSESWCONN
11-30 15:19:34.039  3103  3106 I TZ: mc_tlc_communication: tlc_close() was called
11-30 15:19:34.039  3103  3106 I TZ: mc_tlc_communication: Closing the session
11-30 15:19:34.040  3103  3106 I TZ: mc_tlc_communication: Freeing message buffer
11-30 15:19:34.040  3103  3106 I TZ: mc_tlc_communication: Closing MobiCore device
11-30 15:19:34.040  3103  3106 I TeeDriverClient: driver client closed [hardware/samsung_slsi/exynos7870/mobicore/ClientLib/src/driver_client.cpp:113]
11-30 15:19:34.040  3103  3106 I TZ: mc_tlc_communication: tlc_close() finished
11-30 15:19:34.040  3103  3106 E TZ_CCM_SERVER: *** , ccm_server 801
11-30 15:19:34.040  3103  3106 E TZ_CCM_SERVER: *** , ccm_server 818
11-30 15:19:34.040  2985  3437 I TZ: client_server_communication: Client_Server_Close succeeded
11-30 15:19:34.040  2985  3437 I         : CCM JNI: In ccm_update_lock_status
11-30 15:19:34.040  2985  3437 I TZ_CCM_C_Initialize: : DEBUG_CONTAINER_PROBLEM Enter TZ_CCM_C_Initialize_TLC!
11-30 15:19:34.040  2985  3437 I TZ_CCM_C_Initialize: : pInitArgs 0xb56a2458 has not called C_Init before.
11-30 15:19:34.040  2985  3437 I TZ_CCM_C_Initialize: : &ctx = 0xd11dec24
11-30 15:19:34.040  2985  3437 I TLC_TZ_CCM: : creating new ccm context...
11-30 15:19:34.040  2985  3437 I TLC_TZ_CCM: : initializing ccm context...
11-30 15:19:34.040  2985  3437 I TLC_TZ_CCM: : root = 0, root_strlen = 1
11-30 15:19:34.040  2985  3437 I TLC_TZ_CCM: : process = ffffffff000000000000000000000012, process_strlen = 32
11-30 15:19:34.040  2985  3437 I TZ: client_server_communication: input max_sendmsg_size = 19420
11-30 15:19:34.040  2985  3437 I TZ: client_server_communication: input max_recvmsg_size = 19420
11-30 15:19:34.040  2985  3437 I TZ: client_server_communication: root = 0, root_len = 1
11-30 15:19:34.040  2985  3437 I TZ: client_server_communication: process = ffffffff000000000000000000000012, process_strlen = 32
11-30 15:19:34.040  2985  3437 I TZ: client_server_communication: aligned max_sendmsg_size = 19456
11-30 15:19:34.040  2985  3437 I TZ: client_server_communication: aligned max_recvmsg_size = 19456
11-30 15:19:34.040  2985  3437 I TZ: client_server_communication: Client_Server_Open(CCM)
11-30 15:19:34.040  2985  3437 I TZ: client_server_communication: Client_Server_Open was called
11-30 15:19:34.041  2985  3437 I TZ: client_server_communication: IClientServer::IClientServer()
11-30 15:19:34.041  2985  3437 I TZ: client_server_communication: BpClientServer::BpClientServer()
11-30 15:19:34.041  2985  3437 I TZ: client_server_communication: IClientServer::~IClientServer()
11-30 15:19:34.042  3103 32225 I TZ_CCM_SERVER: BnCCM::onTransact(0) 16
11-30 15:19:34.042  3103 32225 I TZ_CCM_SERVER: OPENSWCONN
11-30 15:19:34.042  3103 32225 I TZ_CCM_SERVER: creating new ccm context...
11-30 15:19:34.042  3103 32225 I TZ_CCM_SERVER: 633 creating new ccm context... CCM
11-30 15:19:34.042  3103 32225 I TZ_CCM_SERVER: initializing ccm context...
11-30 15:19:34.042  3103 32225 I TZ_CCM_SERVER: root = 0, root_strlen = 1
11-30 15:19:34.042  3103 32225 I TZ_CCM_SERVER: process = ffffffff000000000000000000000012, process_strlen = 32
11-30 15:19:34.042  3103 32225 I TZ: mc_tlc_communication: input max_sendmsg_size = 19420
11-30 15:19:34.042  3103 32225 I TZ: mc_tlc_communication: input max_recvmsg_size = 19420
11-30 15:19:34.042  3103 32225 I TZ: mc_tlc_communication: root = 0, root_len = 1
11-30 15:19:34.042  3103 32225 I TZ: mc_tlc_communication: process = ffffffff000000000000000000000012, process_strlen = 32
11-30 15:19:34.042  3103 32225 I TZ: mc_tlc_communication: aligned max_sendmsg_size = 19456
11-30 15:19:34.042  3103 32225 I TZ: mc_tlc_communication: aligned max_recvmsg_size = 19456
11-30 15:19:34.042  3103 32225 I TZ: mc_tlc_communication: device_id = 0x0
11-30 15:19:34.042  3103 32225 I TZ: mc_tlc_communication: tlc_open() was called
11-30 15:19:34.042  3103 32225 I TZ: mc_tlc_communication: Opening MobiCore device
11-30 15:19:34.042  3103 32225 I TeeDriverClient: driver client open [hardware/samsung_slsi/exynos7870/mobicore/ClientLib/src/driver_client.cpp:103]
11-30 15:19:34.042  3103 32225 I TZ: mc_tlc_communication: Allocating message buffer for TCI
11-30 15:19:34.042  3103 32225 I TZ: mc_tlc_communication: Opening the session
11-30 15:19:34.043 26331 26331 D SamsungAccount$: init success
11-30 15:19:34.056 26331 26331 I SEMS:SamsungAccount: [DeviceManager] first Api Level : 23
11-30 15:19:34.059  3103 32225 I TZ: mc_tlc_communication: tlc_open() succeeded
11-30 15:19:34.059  3103 32225 E TZ_CCM_SERVER: *** , ccm_server 739
11-30 15:19:34.059  3103 32225 E TZ_CCM_SERVER: *** , ccm_server 759
11-30 15:19:34.059  2985  3437 I TZ: client_server_communication: OpenSWConn(CCM) is successful
11-30 15:19:34.059  2985  3437 I TZ: client_server_communication: Client_Server_Open succeeded, serverName = CCM
11-30 15:19:34.059  2985  3437 I TZ_CCM_C_Initialize: : ctx = 0xbca26900, comm = 0xce5d1210, sendmsg = 0xb2860840, recvmsg = 0xb2865440
11-30 15:19:34.059  2985  3437 I TZ_init: : TZ_init1: sending initialization request...
11-30 15:19:34.059  2985  3437 I TZ: client_server_communication: Cmd id = 2, len = 19456
11-30 15:19:34.059  2985  3437 I TZ: client_server_communication: Calling Communicate()
11-30 15:19:34.059  3103 32225 I TZ_CCM_SERVER: BnCCM::onTransact(2) 16
11-30 15:19:34.059  3103 32225 I TZ_CCM_SERVER: COMM
11-30 15:19:34.059  3103 32225 I TZ_CCM_SERVER: ccm_server  392. serviceName = CCM
11-30 15:19:34.063 26331 26331 I SEMS:SamsungAccount: [DeviceManager] init START
11-30 15:19:34.066  2985  3437 I TZ_init: : TZ_init: successful initialization
11-30 15:19:34.066  2985  3437 I TLC_TZ_COMMON: key_db_init: : Exercising TZ_DB_INIT1 in TLC
11-30 15:19:34.066  2985  3437 I TZ: client_server_communication: Cmd id = 17, len = 19456
11-30 15:19:34.066  2985  3437 I TZ: client_server_communication: Calling Communicate()
11-30 15:19:34.066  3103 32225 I TZ_CCM_SERVER: BnCCM::onTransact(2) 16
11-30 15:19:34.066  3103 32225 I TZ_CCM_SERVER: COMM
11-30 15:19:34.066  3103 32225 I TZ_CCM_SERVER: ccm_server  392. serviceName = CCM
11-30 15:19:34.068 26331 26331 I SEMS:SamsungAccount: [DeviceManager] init END
11-30 15:19:34.069 26331 26331 I SEMS:SamsungAccount: [ODM] saveOpenData( Support_SamsungPass_Integration, true )
11-30 15:19:34.072  2985  3437 I TZ_COMMON: tlc_key_db_util: : DB Operation suceeded
11-30 15:19:34.072  2985  3437 I TZ: client_server_communication: Cmd id = 47, len = 19456
11-30 15:19:34.072  2985  3437 I TZ: client_server_communication: Calling Communicate()
11-30 15:19:34.072  3103 32225 I TZ_CCM_SERVER: BnCCM::onTransact(2) 16
11-30 15:19:34.072  3103 32225 I TZ_CCM_SERVER: COMM
11-30 15:19:34.072  3103 32225 I TZ_CCM_SERVER: ccm_server  392. serviceName = CCM
11-30 15:19:34.075  2985  3437 I TZ_CCM_C_Finalize: : DEBUG_CONTAINER_PROBLEM Exercising TZ_CCM_C_Finalize_TLC
11-30 15:19:34.075  2985  3437 I TZ: client_server_communication: Cmd id = 41, len = 19456
11-30 15:19:34.075  2985  3437 I TZ: client_server_communication: Calling Communicate()
11-30 15:19:34.075  3103 32225 I TZ_CCM_SERVER: BnCCM::onTransact(2) 16
11-30 15:19:34.075  3103 32225 I TZ_CCM_SERVER: COMM
11-30 15:19:34.075  3103 32225 I TZ_CCM_SERVER: ccm_server  392. serviceName = CCM
11-30 15:19:34.076  2985  3437 I TZ: client_server_communication: Client_Server_Close was called
11-30 15:19:34.077  3103  3106 I TZ_CCM_SERVER: BnCCM::onTransact(1) 16
11-30 15:19:34.077  3103  3106 I TZ_CCM_SERVER: CLOSESWCONN
11-30 15:19:34.077  3103  3106 I TZ: mc_tlc_communication: tlc_close() was called
11-30 15:19:34.077  3103  3106 I TZ: mc_tlc_communication: Closing the session
11-30 15:19:34.078  3103  3106 I TZ: mc_tlc_communication: Freeing message buffer
11-30 15:19:34.078  3103  3106 I TZ: mc_tlc_communication: Closing MobiCore device
11-30 15:19:34.078  3103  3106 I TeeDriverClient: driver client closed [hardware/samsung_slsi/exynos7870/mobicore/ClientLib/src/driver_client.cpp:113]
11-30 15:19:34.078  3103  3106 I TZ: mc_tlc_communication: tlc_close() finished
11-30 15:19:34.078  3103  3106 E TZ_CCM_SERVER: *** , ccm_server 801
11-30 15:19:34.078  3103  3106 E TZ_CCM_SERVER: *** , ccm_server 818
11-30 15:19:34.078  2985  3437 I TZ: client_server_communication: Client_Server_Close succeeded
11-30 15:19:34.078 26331 26331 I SEMS:SamsungAccount: [OpenContentProvider]  URI : content://com.msc.openprovider.openContentProvider/openData
11-30 15:19:34.079 21258 21880 I NearbyDiscovery: FastPairScanner2: isScreenOn=true, scanWithScreenOff=false, isLocationEnabled=false, disableLocationRequirement=false, isDiscoveryScanningEnabled=true [CONTEXT service_id=49 ]
11-30 15:19:34.079 13010 13517 I NearbyDiscovery: FastPairScanner2: isScreenOn=true, scanWithScreenOff=false, isLocationEnabled=false, disableLocationRequirement=false, isDiscoveryScanningEnabled=true [CONTEXT service_id=49 ]
11-30 15:19:34.084 13010 13517 D BluetoothAdapter: STATE_BLE_ON
11-30 15:19:34.085 21258 21880 D BluetoothAdapter: STATE_BLE_ON
11-30 15:19:34.086 13010 13517 D BluetoothAdapter: appoCount is = 0
11-30 15:19:34.087 21258 21880 D BluetoothAdapter: appoCount is = 0
11-30 15:19:34.088 13010 13517 I NearbyDiscovery: FastPairScanner2: eventType=SCREEN_ON, intReq=false, scanning=false, scanAllowed=false, bleEnabled=false, bleScanAvailable=true, lockScanRate=false [CONTEXT service_id=49 ]
11-30 15:19:34.088 21258 21880 I NearbyDiscovery: FastPairScanner2: eventType=SCREEN_ON, intReq=false, scanning=false, scanAllowed=false, bleEnabled=false, bleScanAvailable=true, lockScanRate=false [CONTEXT service_id=49 ]
11-30 15:19:34.092  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] first frame after HWC_2_GLES
11-30 15:19:34.092  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] GLES_2_HWC by high FPS(5)
11-30 15:19:34.097 26238 26238 D ViewRootImpl@d7b8adc[InCallActivity]: MSG_RESIZED_REPORT: frame=Rect(0, 0 - 1080, 1920) ci=Rect(0, 72 - 0, 0) vi=Rect(0, 72 - 0, 0) or=1
11-30 15:19:34.097 26238 26238 D ViewRootImpl@d7b8adc[InCallActivity]: MSG_WINDOW_FOCUS_CHANGED 1
11-30 15:19:34.108 26238 26238 I InCallLog-InCallActivity : perf - onWindowFocusChanged(true)...
11-30 15:19:34.108 26238 26238 V InCall  : VoiceCallButtonFragment - setFirstRowButtonsAllowed: true
11-30 15:19:34.109 26238 26238 V InCall  : VoiceCallButtonFragment - setEndCallButtonAllowed: true
11-30 15:19:34.109 26238 26238 V InCall  : VoiceCallButtonFragment - updateEndCallButton = false(0)
11-30 15:19:34.112 26238 26238 I InCall  : ImsManagerWrapper - getRegistrationInfo[1]
11-30 15:19:34.112 26238 26238 D secImsManager[1]: getRegistrationInfoByServiceType
11-30 15:19:34.113 26238 26238 D InCall  : ImsCommonUtils - isServiceRegistered[mmtel-video]: false(0)
11-30 15:19:34.113 26238 26238 V InCall  : CallButtonChooser$GlobalVoiceCallButtonChooser -  - needToShowSwitchButton: false(2)
11-30 15:19:34.114 26238 26238 V InCall  : CallButtonChooser$GlobalVoiceCallButtonChooser -  - placement: 574
11-30 15:19:34.114 26238 26238 V InCall  : VoiceCallButtonFragment - updateButtonStates...
11-30 15:19:34.116 26238 26238 I InCall  : RecordButtonController -  - [BUTTON_RECORD] enabled state: 1
11-30 15:19:34.117 26238 26238 D InCall  : SoundEffect - isExtraVolOn: call is outgoing or incoming
11-30 15:19:34.117 26238 26238 I InCall  : ExtraVolumeButtonController -  - [BUTTON_EXTRA_VOLUME] enabled state: 1
11-30 15:19:34.118 26238 26238 V InCall  : BluetoothButtonController -  - - bluetoothChecked: false
11-30 15:19:34.118 26238 26238 I InCall  : BluetoothButtonController -  - [BUTTON_BLUETOOTH] enabled state: 1
11-30 15:19:34.119 26238 26238 V InCall  : SpeakerButtonController -  - - speakerChecked: false
11-30 15:19:34.119 26238 26238 I InCall  : SpeakerButtonController -  - [BUTTON_SPEAKER] enabled state: 1
11-30 15:19:34.120 26238 26238 V InCall  : MuteButtonController -  - - isMuted: false
11-30 15:19:34.120 26238 26238 I InCall  : MuteButtonController -  - [BUTTON_MUTE] enabled state: 1
11-30 15:19:34.122 26238 26238 I InCall  : DialpadButtonController -  - [BUTTON_DIALPAD] enabled state: 1
11-30 15:19:34.130  2615  2615 D SurfaceFlinger:   Display[0] configurations (* current):
11-30 15:19:34.130  2615  2615 D SurfaceFlinger:     * 0: 1080x1920, xdpi=403.411011, ydpi=403.040985, refresh=16666666
11-30 15:19:34.130  2615  2615 D SurfaceFlinger:   numHwLayers=4, flags=00000000
11-30 15:19:34.130  2615  2615 D SurfaceFlinger:     type   |  handle  | hint | flag | tr | blnd |   format    |     source crop (l,t,r,b)      |          frame         | name 
11-30 15:19:34.130  2615  2615 D SurfaceFlinger: -----------+----------+------+------+----+------+-------------+--------------------------------+------------------------+------
11-30 15:19:34.130  2615  2615 D SurfaceFlinger:        HWC | f090b540 | 0000 | 0020 | 00 | 0100 | RGBA_8888   |    0.0,    0.0, 1080.0, 1920.0 |    0,    0, 1080, 1920 | com.samsung.android.incallui/com.android.incallui.InCallActivity[26238]#0
11-30 15:19:34.130  2615  2615 D SurfaceFlinger:        HWC | f0c67380 | 0000 | 0000 | 00 | 0105 | RGBA_8888   |    0.0,    0.0, 1080.0,   72.0 |    0,    0, 1080,   72 | StatusBar[3510]#0
11-30 15:19:34.130  2615  2615 D SurfaceFlinger:        HWC | f090b180 | 0000 | 0000 | 00 | 0105 | RGBA_8888   |  900.0,  480.0, 1980.0, 2400.0 |    0,    0, 1080, 1920 | [16134]#0
11-30 15:19:34.130  2615  2615 D SurfaceFlinger:  FB TARGET | f0c66600 | 0000 | 0000 | 00 | 0105 | RGBA_8888   |    0.0,    0.0, 1080.0, 1920.0 |    0,    0, 1080, 1920 | HWC_FRAMEBUFFER_TARGET
11-30 15:19:34.132  2985  3009 D PersonaManagerService: notifyActivityDrawn:u0:com.android.incallui.InCallActivity
11-30 15:19:34.134 26524 26524 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 5004
11-30 15:19:34.134 26238 26238 D InCall  : ScreenControlUtils - showNavigationBar : false
11-30 15:19:34.137 26331 26350 I zygote  : Background concurrent copying GC freed 46832(3MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 1591KB/3MB, paused 2.384ms total 431.195ms
11-30 15:19:34.139 26524 26524 D Proxy   : mdoP is null: 5004
11-30 15:19:34.147 16067 16067 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
11-30 15:19:34.147 16067 16067 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
11-30 15:19:34.155  2985  5090 D SecInCallAdapter: invoke: notifyInCallUIWindowFocus
11-30 15:19:34.166 26524 26524 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:19:34.182  2985  5090 D SecInCallAdapter: notifyInCallUIWindowFocus(true)
11-30 15:19:34.188 26238 26238 I InCall  : InCallActivity -  - perf - onWindowFocusChanged: done
11-30 15:19:34.189  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3226951 RxPkts=4185563 TxBytes=586715533 RxBytes=4500048068 , Foreground uid=1001 pkgName=com.samsung.android.incallui txBytes=0 rxBytes=0
11-30 15:19:34.192 26238 26238 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@b5bb4 nm : com.samsung.android.incallui ic=null
11-30 15:19:34.192 26238 26238 D InputMethodManager: startInputInner - Id : 0
11-30 15:19:34.192 26238 26238 I InputMethodManager: startInputInner - mService.startInputOrWindowGainedFocus
11-30 15:19:34.202  2985  5090 D InputMethodManagerService: startInputOrWindowGainedFocus : windowGainedFocus 
11-30 15:19:34.206  2985  5090 D PersonaManagerService: getKeyguardShowState of user: 150
11-30 15:19:34.208  2985  5090 D InputMethodManagerService: windowGainedFocus: destinationUserId (getCallingUid) = 0
11-30 15:19:34.209  2985  5090 D InputMethodManagerService: windowGainedFocus: currentUserId=0
11-30 15:19:34.209  2985  5090 D InputMethodManagerService: windowGainedFocus: mCurrentFocusedUserId=0
11-30 15:19:34.209  2985  5090 D PersonaManagerService: getKeyguardShowState of user: 150
11-30 15:19:34.209  2985  5090 D InputMethodManagerService: windowGainedFocus : lock - currentUserId = 0 destinationUserId = 0
11-30 15:19:34.209  2985  5090 D InputMethodManagerService: windowGainedFocus : mCurrentFocusedUserId - 0 and mSecureKeypadEnabled - false, userSwitched - false
11-30 15:19:34.209  2985  5090 V InputMethodManagerService: windowGainedFocus : reason=WINDOW_FOCUS_GAIN client=android.os.BinderProxy@80fdb0b inputContext=null missingMethods= attribute=android.view.inputmethod.EditorInfo@b81ff3 nm = com.samsung.android.incallui controlFlags=#104 softInputMode=#20 windowFlags=#81a98180
11-30 15:19:34.209  2985  5090 V InputMethodManagerService: hideCurrentInputLocked : shouldHideSoftInput is false
11-30 15:19:34.209  2985  5090 D InputMethodManagerService: isImeSwitcherDisabledPackage : false
11-30 15:19:34.210  2985  5090 D InputMethodManagerService: mDesktopModeManager null!
11-30 15:19:34.210  2985  5090 D InputMethodManagerService: updateSystemUiLocked 0
11-30 15:19:34.211  8707  8707 D InputTransport: Input channel destroyed: fd=160
11-30 15:19:34.216  2985  5090 V InputMethodManagerService: Creating new session for client ClientState{113d4b0 uid 1001 pid 26238}
11-30 15:19:34.216  2985  5090 D InputTransport: Input channel constructed: fd=386
11-30 15:19:34.216  2985  5090 D InputTransport: Input channel constructed: fd=593
11-30 15:19:34.217  2985  5090 D InputTransport: Input channel destroyed: fd=593
11-30 15:19:34.217  3487  4045 D InputTransport: Input channel constructed: fd=83
11-30 15:19:34.220  2985  5090 D InputMethodManagerService: checkDisplayOfStartInputAndUpdateKeyboard display Id 0last 0
11-30 15:19:34.220  2985  5090 D InputMethodManagerService: setCurrentInputInfo - inputContext : null eidtorInfo : android.view.inputmethod.EditorInfo@b81ff3 missingMethods : 0
11-30 15:19:34.220  2985  5090 D InputTransport: Input channel constructed: fd=593
11-30 15:19:34.220  2985  5090 D InputTransport: Input channel destroyed: fd=593
11-30 15:19:34.221 26238 26257 D InputTransport: Input channel constructed: fd=83
11-30 15:19:34.221  3487  3487 I InputMethodWrapper:  call dispatchStartInputWithToken
11-30 15:19:34.222  3487  3487 I InputMethodService: dispatchStartInputWithToken
11-30 15:19:34.222 26238 26238 I Choreographer: Skipped 104 frames!  The application may be doing too much work on its main thread.
11-30 15:19:34.224  3487  3487 D InputMethodService: checkDisplayOfStartInputAndUpdateKeyboard display Id 0last 0
11-30 15:19:34.224  3487  3487 I SKBD    : SamsungKeypad [IMI] onStartInput - caller pid : 26238, caller uid : 1001
11-30 15:19:34.228 26461 26461 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite
11-30 15:19:34.230 26461 26461 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0
11-30 15:19:34.230 26461 26461 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite
11-30 15:19:34.231 20330 20330 I zygote  : Explicit concurrent copying GC freed 24419(860KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2MB/5MB, paused 228us total 122.554ms
11-30 15:19:34.236 26238 26238 D AbsListView:  in onLayout changed 
11-30 15:19:34.258 26238 26238 I InCall  : InCallPresenter$3 -  - msg.what = 1002
11-30 15:19:34.258 26238 26238 I InCall  : InCallPresenter -  - onCallListChange: start
11-30 15:19:34.261 26238 26238 D InCall  : InCallPresenter -  - perf - startOrFinishUi startINCOMING -> INCOMING
11-30 15:19:34.262 26238 26238 V BikeModeUtils: isBikeMode: false
11-30 15:19:34.262 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:19:34.262 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:19:34.262 26238 26238 D BikeModeController: bike mode newStateINCOMING
11-30 15:19:34.262 26238 26238 D InCall  : InCallPresenter -  - alreadyOutgoing: false
11-30 15:19:34.262 26238 26238 I InCall  : InCallPresenter -  - Phone switching state: INCOMING -> INCOMING
11-30 15:19:34.263 26238 26238 D InCall  : ScreenControlUtils - showNavigationBar : false
11-30 15:19:34.264 26238 26238 D InCall  : InCallUtils - isEcholocateEnabled name = UI
11-30 15:19:34.264 26238 26238 D InCall  : InCallUtils - isEcholocateEnabled enabled = false
11-30 15:19:34.264 26238 26238 I InCall  : InCallPresenter -  - CallState change: IDLE -> INCOMING
11-30 15:19:34.271 26238 26238 D SALogging: getScreenId = 110
11-30 15:19:34.274 25488 25785 D Volley  : [43883] dob.a: HTTP response for request=<[ ] https://play-fe.googleapis.com/fdfe/autoUpdate?nocache_qos=lt 0x4be64f9b NORMAL 1> [lifetime=7881], [size=105743], [rc=200], [retryCount=0]
11-30 15:19:34.296 26524 26524 I FaceService: [FaceService] onBind() called 
11-30 15:19:34.299 26238 26238 D SamsungAnalytics111040: [DLCBinder] send register Request
11-30 15:19:34.301 26238 26238 D SamsungAnalytics111040: [DLCBinder] already send register request
11-30 15:19:34.301 26238 26238 D SALogging: getScreenId = 110
11-30 15:19:34.303 26238 26238 D SamsungAnalytics111040: [DLCBinder] already send register request
11-30 15:19:34.304 26238 26238 D SamsungAnalytics111040: [DLCBinder] already send register request
11-30 15:19:34.304 26238 26238 I InCall  : InCallPresenter -  - CallType change: -1 -> 0
11-30 15:19:34.304 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:34.304 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:34.304 26238 26238 I InCall  : InCallPresenter -  - Call type is changed.
11-30 15:19:34.306 26461 26461 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 294 native methods...
11-30 15:19:34.309 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:34.309 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:34.309 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:34.309 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:34.310 26238 26238 I InCall  : BaseFragmentManager - CallCardFragmentManager:VOICE
11-30 15:19:34.310 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:34.310 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:34.310 26238 26238 D InCall  : CallCardPresenter -  - shouldRefreshPrimaryInfo - false
11-30 15:19:34.311 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:34.311 26238 26238 V InCall  : VoiceCallCardFragment - setCallState INCOMING
11-30 15:19:34.318  2985  3615 D TelecomUtils: isAdditionalPrivilegedDialer: com.samsung.android.incallui
11-30 15:19:34.321  2985  3615 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xc1a7bb80, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:34.322  2985  3615 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xc1a7bb80, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:34.330 26238 26238 D InCallUtilsMultiSIM: SimNumeric = 51010
11-30 15:19:34.330 26238 26238 D InCall  : InCallUIConfig - getSimOperatorNumeric: 51010
11-30 15:19:34.330 26238 26238 D InCall  : InCallUtils - isHdIconNotSupportUsim simOperator :51010
11-30 15:19:34.330 26238 26238 D InCall  : InCallUtils - getCallAudioCodec getId :Call_0 / codeType :1
11-30 15:19:34.330 26238 26238 D InCall  : InCallUtils - isShowHDVoiceIcon opStyleForHDIcon:XID_HD isPSDomain : false isWBMode : false ShowHDVoice : false
11-30 15:19:34.330 26238 26238 D InCall  : InCallUtils - getIconType() preferHDIcon: false icon type : 0
11-30 15:19:34.331 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:34.331 26238 26238 I InCall  : InCallUISystemDB - isSetupWizardComplete: 1
11-30 15:19:34.331 26238 26238 I InCall  : CallCardFragment - showMenu: false
11-30 15:19:34.331 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:19:34.332 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:19:34.332 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:19:34.332 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:34.332 26238 26238 I InCall  : CallButtonFragmentManager -  - getInCallState INCOMING
11-30 15:19:34.332 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:34.332 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:34.332 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:34.332 26238 26238 D InCall  : RcsShareUI - needToDisplayCallPlusFragment
11-30 15:19:34.332 26238 26238 D InCall  : CallButtonFragmentManager - requestedMode: VOICE
11-30 15:19:34.332 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:34.332 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:34.333 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:19:34.333 26238 26238 D InCall  : StatusBarNotifier - updateInCallNotification(allowFullScreenIntent = false)...
11-30 15:19:34.333 26238 26238 D InCall  : StatusBarNotifier - isOutgoingWithoutIncallUi = false
11-30 15:19:34.333 26238 26238 D InCall  : ContactInfoCache - perf - startContactInfoSearchForRedialCall [Call_0, INCOMING, domain:1, Audio Only, NO_REQUEST, isholded:false, children:[], parent:null, conferenceable:[], FRONT]
11-30 15:19:34.333 26238 26238 D InCall  : ContactInfoCache - skip startContactInfoSearchForRedialCall - querystarted
11-30 15:19:34.333 26238 26238 D InCall  : StatusBarNotifier - updateFgCallState mFgCallState :4
11-30 15:19:34.333 26238 26404 D InCall  : StatusBarNotifier - buildAndSendNotification start - allowFullScreenIntent false
11-30 15:19:34.334 26238 26404 V BikeModeUtils: isBikeCall: false
11-30 15:19:34.334 26238 26404 D InCall  : CallTypeUtils - isSrvccConference : false
11-30 15:19:34.334 26238 26404 I InCall  : InCallUISystemDB - isDaydreamConnected property : 
11-30 15:19:34.334 26238 26404 D InCall  : StatusBarNotifier - getIconToDisplay : isShowingInCallUi = true, isDaydreamConnected = false
11-30 15:19:34.334 26238 26404 D InCall  : InCallUtils - isHideCallerInfo false
11-30 15:19:34.334 26238 26404 D InCall  : InCallUtils - isHideCallerInfo false
11-30 15:19:34.336 26238 26404 I InCall  : InCallUISystemDB - isDaydreamConnected property : 
11-30 15:19:34.342 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:19:34.343 26238 26404 V BikeModeUtils: isBikeCall: false
11-30 15:19:34.344 26238 26238 D BikeModeAudioManager: isRingtonePlaying = false
11-30 15:19:34.346 26238 26238 D InCall  : AnimationCenter - onStateChange: [INVALID] -> [INCOMING]
11-30 15:19:34.347 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:34.347 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:34.347 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:34.348 26238 26404 V BikeModeUtils: isBikeCall: false
11-30 15:19:34.348 26238 26404 D InCallUtilsMultiSIM: SimNumeric = 51010
11-30 15:19:34.348 26238 26404 D InCall  : InCallUIConfig - getSimOperatorNumeric: 51010
11-30 15:19:34.348 26238 26404 D InCall  : InCallUtils - isHdIconNotSupportUsim simOperator :51010
11-30 15:19:34.348 26238 26404 D InCall  : InCallUtils - getCallAudioCodec getId :Call_0 / codeType :1
11-30 15:19:34.349 26238 26404 D InCall  : InCallUtils - isShowHDVoiceIcon opStyleForHDIcon:XID_HD isPSDomain : false isWBMode : false ShowHDVoice : false
11-30 15:19:34.349 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:19:34.349 26238 26238 D InCall  : CallList - isIncomingMissedCall : false
11-30 15:19:34.349 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:19:34.349 26238 26238 V InCall  : ColoredBackgroundElement -  - updateBackgroundState: show gradientAnimationView
11-30 15:19:34.349 26238 26238 V InCall  : CallCardFragment - getPivot: 540, 691
11-30 15:19:34.349 26238 26238 V InCall  : ColoredBackgroundElement -  - updateFeatheredCircle: radius[335] color[#AB715B]
11-30 15:19:34.350 26238 26238 I InCall  : CallButtonPresenter - do not update ui visibility when receive incoming state again
11-30 15:19:34.350 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:34.350 26238 26238 V BikeModeUtils: isBikeMode: false
11-30 15:19:34.350 26238 26238 V InCall  : VoiceCallButtonFragment - setEnabled: disable buttons
11-30 15:19:34.352 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:34.352 26238 26238 I InCall  : RTTUtil - shouldShowRttAnswerFragment: false
11-30 15:19:34.352 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:19:34.352 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:19:34.353 26238 26238 V BikeModeUtils: isBikeMode: false
11-30 15:19:34.353 26238 26356 V InCall  : ColoredBackgroundElement$2 -  - updateFeatheredCircle: start makeFeatheredCircle
11-30 15:19:34.356 26238 26404 D InCall  : InCallUtils - getIconType() preferHDIcon: false icon type : 0
11-30 15:19:34.358 26238 26404 I InCall  : SecMiniController - updateName name : [76c17238848705dd5b7360ccd13c24ceed8fdbe1]
11-30 15:19:34.361 26238 26238 I InCall  : InCallPresenter -  - onCallListChange mOldCallState: 4 end
11-30 15:19:34.362 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:34.362 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:19:34.366 26238 26404 V BikeModeUtils: isBikeCall: false
11-30 15:19:34.368 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:34.368 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:19:34.369 26238 26238 I InCall  : InCallActivity$7 -  - perf - TURN_ON_SCREEN_FOR_NEW_INCOMING
11-30 15:19:34.370 26238 26404 V BikeModeUtils: isBikeCall: false
11-30 15:19:34.370 26238 26404 D InCallUtilsMultiSIM: SimNumeric = 51010
11-30 15:19:34.370 26238 26404 D InCall  : InCallUIConfig - getSimOperatorNumeric: 51010
11-30 15:19:34.370 26238 26404 D InCall  : InCallUtils - isHdIconNotSupportUsim simOperator :51010
11-30 15:19:34.371 26238 26404 D InCall  : InCallUtils - getCallAudioCodec getId :Call_0 / codeType :1
11-30 15:19:34.371 26238 26404 D InCall  : InCallUtils - isShowHDVoiceIcon opStyleForHDIcon:XID_HD isPSDomain : false isWBMode : false ShowHDVoice : false
11-30 15:19:34.371 26238 26404 D InCall  : InCallUtils - getIconType() preferHDIcon: false icon type : 0
11-30 15:19:34.373 26238 26356 V InCall  : ColoredBackgroundElement$2 -  - updateFeatheredCircle: end makeFeatheredCircle
11-30 15:19:34.373 26238 26238 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@1e71238 nm : com.samsung.android.incallui ic=null
11-30 15:19:34.373 26238 26238 D InputMethodManager: startInputInner - Id : 0
11-30 15:19:34.375 26238 26404 D InCall  : StatusBarNotifier - Notifying IN_CALL_NOTIFICATION: Notification(channel=null pri=2 contentView=com.samsung.android.incallui/0x7f0400fa vibrate=null sound=null defaults=0x0 flags=0x2 color=0x00000000 category=call number=0 vis=PRIVATE publicVersion=Notification(channel=null pri=0 contentView=com.samsung.android.incallui/0x7f0400fb vibrate=null sound=null defaults=0x0 flags=0x10 color=0x00000000 number=0 vis=PUBLIC semFlags=0x0 semPriority=0 semMissedCount=0) semFlags=0x0 semPriority=10 semMissedCount=0)
11-30 15:19:34.375 26238 26404 D InCall  : StatusBarNotifier - check fullScreenIntent: null
11-30 15:19:34.375 26238 26404 D InCall  : StatusBarNotifier - Displaying notification for 2
11-30 15:19:34.376 26238 26404 D InCall  : StatusBarNotifier - notify user: 0
11-30 15:19:34.383 26461 26461 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
11-30 15:19:34.384 26238 26238 D ScrollView:  onsize change changed 
11-30 15:19:34.388  2985  4489 D Noti_WTF: custom notification is detected - 1638260374336 : 1638260374336 : 0 : null
11-30 15:19:34.389  2985  4489 D Noti_WTF: custom notification is detected - 1638260374360 : 1638260374374 : 0 : null
11-30 15:19:34.391  2985  4489 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.samsung.android.incallui,userId = 0
11-30 15:19:34.391  2985  4489 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:34.391  2985  4489 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.samsung.android.incallui,userId = 0
11-30 15:19:34.391  2985  4489 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:34.394 26238 26404 D ReflectUtil: notifyAsUser is called
11-30 15:19:34.394 26238 26404 D InCall  : StatusBarNotifier - buildAndSendNotification end 
11-30 15:19:34.403 26461 26461 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL
11-30 15:19:34.443 16033 17222 I NearbyDiscovery: FastPairScanner2: isScreenOn=true, scanWithScreenOff=false, isLocationEnabled=false, disableLocationRequirement=false, isDiscoveryScanningEnabled=true [CONTEXT service_id=49 ]
11-30 15:19:34.445 16033 17222 D BluetoothAdapter: STATE_BLE_ON
11-30 15:19:34.445 16033 17222 D BluetoothAdapter: appoCount is = 0
11-30 15:19:34.446 16033 17222 I NearbyDiscovery: FastPairScanner2: eventType=SCREEN_ON, intReq=false, scanning=false, scanAllowed=false, bleEnabled=false, bleScanAvailable=true, lockScanRate=false [CONTEXT service_id=49 ]
11-30 15:19:34.481 15154 25918 I Finsky:background: [43286] gef.X(3): Broadcasting <534:RUNNING:84%[84%]>.
11-30 15:19:34.483  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:34.483  2985  5081 I chatty  : uid=1000(system) Binder:2985_13 identical 1 line
11-30 15:19:34.483  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:34.484 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.android.chrome:com.android.chrome reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 2, 192
11-30 15:19:34.484  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:34.488  2985  5081 I chatty  : uid=1000(system) Binder:2985_13 identical 10 lines
11-30 15:19:34.488  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:34.488 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:34.490 26331 26331 I SEMS:SamsungAccount: [OpenContentProvider] update openData : true
11-30 15:19:34.490  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:34.490  2985  4271 I chatty  : uid=1000(system) Binder:2985_10 identical 1 line
11-30 15:19:34.490  2985  4271 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:34.491 16067 25616 D ConnectivityManager: requestNetwork; CallingUid : 10018, CallingPid : 16067
11-30 15:19:34.491  2985  4489 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:34.491  2985  4489 I chatty  : uid=1000(system) Binder:2985_12 identical 1 line
11-30 15:19:34.491  2985  4489 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:34.493 26331 26331 I SEMS:SamsungAccount: [AccountManagerUtil] isHaveSA() - true
11-30 15:19:34.493 26331 26331 I SEMS:SamsungAccount: [DeviceManager] setSupportPhoneNumberId? true
11-30 15:19:34.493 26331 26331 I SEMS:SamsungAccount: [SamsungService] PUSH_STATE_CHECK registerId = not empty
11-30 15:19:34.493 26331 26331 I SEMS:SamsungAccount: [StateCheckUtil] getLogPushRegistrationResult result = REGISTRATION_SUCCESS
11-30 15:19:34.493 26331 26331 I SEMS:SamsungAccount: [SamsungService] PUSH_STATE_CHECK resultState = REGISTRATION_SUCCESS
11-30 15:19:34.493 26331 26331 I SEMS:SamsungAccount: [SamsungService] check push token updates
11-30 15:19:34.493 26331 26331 I SEMS:SamsungAccount: [PushUtil] checkTokenUpdates
11-30 15:19:34.493 26331 26331 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SEMS][PushLog][2][SmpManager] Instance created
11-30 15:19:34.493  2985  4489 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:34.493 26331 26331 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SEMS][PushLog][2][SmpManager] init
11-30 15:19:34.493  2985  4489 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:34.495  2985  4489 I chatty  : uid=1000(system) Binder:2985_12 identical 3 lines
11-30 15:19:34.495  2985  4489 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:34.503  2985  4271 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:34.503  2985  4271 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:34.503  2985  4271 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:34.504  2985  4271 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:34.507 26331 26331 D SmpLog  : init
11-30 15:19:34.509  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:34.509  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:34.509  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:34.509  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:34.509  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:34.509  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:34.509  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=5238}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:34.510  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=5238}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:34.510  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=5238}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:34.510  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:34.510  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:34.510  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:34.510  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:34.510  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:34.510  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:34.510  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:34.510  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:34.510  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:34.510  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:34.510  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:34.510  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:34.613 26331 26331 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SEMS][PushLog][2][SmpManager] getToken: exist token true
11-30 15:19:34.613 26331 26331 I SEMS:SamsungAccount: [PushUtil] SmpManager.getToken typeType = fcm
11-30 15:19:34.613 26331 26331 I SEMS:SamsungAccount: [AccountManagerUtil] enable all visibility
11-30 15:19:34.646 26331 26554 D SmpLog  : Test mode: false, v:3.0.3, com.samsung.android.mobileservice
11-30 15:19:34.678 26331 26496 D DclDataManager: Enter DCL profile init from policy database.
11-30 15:19:34.703 25488 25785 I zygote  : Deoptimizing java.lang.String why.k(java.lang.String, java.lang.Object[]) due to JIT inline cache
11-30 15:19:34.703 25488 25785 I Finsky  : [43883] kni.f(8): Item cache initialized.
11-30 15:19:34.767 25488 25785 I zygote  : Deoptimizing void afbi.U(java.lang.Iterable, java.util.List) due to JIT inline cache
11-30 15:19:34.886  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.091756 0.081403 9.659407 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:34.886  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:34.892 26331 26496 D DclDataManager:   - Service : [DCL2:200/1000]
11-30 15:19:34.892 26331 26496 D DclDataManager:     - Policy: [P60:0/10000]
11-30 15:19:34.901 26331 26496 D DclProfileBuilder: Profile Information
11-30 15:19:34.901 26331 26496 D DclProfileBuilder:   - Module ID [200], Submodule ID [1000], App ID [], Interval [0], Start [0], End [0]
11-30 15:19:34.901 26331 26496 D DclProfileBuilder:     - Control Data [1:10000/60]
11-30 15:19:34.907 26331 26496 D DclDataManager:   - Service : [DCL2:200/2000]
11-30 15:19:34.907 26331 26496 D DclDataManager:     - Policy: [P60:0/10000]
11-30 15:19:34.908 26331 26496 D DclProfileBuilder: Profile Information
11-30 15:19:34.909 26331 26496 D DclProfileBuilder:   - Module ID [200], Submodule ID [2000], App ID [], Interval [0], Start [0], End [0]
11-30 15:19:34.909 26331 26496 D DclProfileBuilder:     - Control Data [1:10000/60]
11-30 15:19:34.914 26331 26496 D DclDataManager:   - Service : [DCL2:200/3000]
11-30 15:19:34.914 26331 26496 D DclDataManager:     - Policy: [P60:0/10000]
11-30 15:19:34.916 26331 26496 D DclProfileBuilder: Profile Information
11-30 15:19:34.916 26331 26496 D DclProfileBuilder:   - Module ID [200], Submodule ID [3000], App ID [], Interval [0], Start [0], End [0]
11-30 15:19:34.916 26331 26496 D DclProfileBuilder:     - Control Data [1:10000/60]
11-30 15:19:34.922 26331 26496 D DclDataManager:   - Service : [DCL2:200/4000]
11-30 15:19:34.922 26331 26496 D DclDataManager:     - Policy: [P60:0/10000]
11-30 15:19:34.923 26331 26496 D DclProfileBuilder: Profile Information
11-30 15:19:34.923 26331 26496 D DclProfileBuilder:   - Module ID [200], Submodule ID [4000], App ID [], Interval [0], Start [0], End [0]
11-30 15:19:34.923 26331 26496 D DclProfileBuilder:     - Control Data [1:10000/60]
11-30 15:19:34.928 26331 26399 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.samsung.android.mobileservice/shared_prefs/com.google.android.gms.measurement.prefs.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 1, <32: 0, <64: 0, <128: 0, <256: 0, <512: 1, <1024: 0, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:19:34.929 26331 26496 D DclDataManager:   - Service : [DCL2:200/5000]
11-30 15:19:34.929 26331 26496 D DclDataManager:     - Policy: [P60:0/10000]
11-30 15:19:34.930 26331 26496 D DclProfileBuilder: Profile Information
11-30 15:19:34.931 26331 26496 D DclProfileBuilder:   - Module ID [200], Submodule ID [5000], App ID [], Interval [0], Start [0], End [0]
11-30 15:19:34.931 26331 26496 D DclProfileBuilder:     - Control Data [1:10000/60]
11-30 15:19:34.934 26331 26496 D DCL-2.0.01-HIGH_Policy: setProfileList enter
11-30 15:19:34.934 26331 26496 D DCL-2.0.01_ProfileDatabaseHelper: deleteProfile enter
11-30 15:19:35.002 26331 26331 I SEMS:SamsungAccount: [DbManagerV2] getEmailID
11-30 15:19:35.002  2985  2985 D TelecomUtils: notifyInCallUIWindowFocus hasfocus(true)
11-30 15:19:35.002 26331 26331 I SEMS:SamsungAccount: [DbManagerV2] getDataV02ForItems
11-30 15:19:35.003 26331 26496 D DCL-2.0.01_ProfileDatabaseHelper: deleteProfileData enter
11-30 15:19:35.003 26331 26331 I SEMS:SamsungAccount: [SSP] query invoked
11-30 15:19:35.015 14965 25582 I Finsky  : [43458] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:35.017 26331 26331 I SEMS:SamsungAccount: [AESCryptoBase] AESCrypto creator !!
11-30 15:19:35.019  2985  2985 D MotionRecognitionService:   mReceiver.onReceive : ACTION_SCREEN_ON
11-30 15:19:35.027  2985  3128 E MotionRecognitionService:  Cancel reactive alert mode 
11-30 15:19:35.033  2985  3128 D MotionRecognitionService: disableAccINT 
11-30 15:19:35.033  2985  3128 D MotionRecognitionService: AccINT is already disabled. 
11-30 15:19:35.033  2985  3128 E MotionRecognitionService:  handler : SCREEN_ON end
11-30 15:19:35.073 26524 26524 I FaceController: [FaceService] release engines before initialize 
11-30 15:19:35.075 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.076 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.076 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.076 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.077 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.077 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.077 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.077 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.078 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.078 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.078 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.078 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.078 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.078 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.079 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.079 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.079 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.079 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.079 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.079 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.080 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.080 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.080 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.080 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.080 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.080 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.080 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.080 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.080 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.081 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.081 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.081 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.081 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.081 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.081 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.081 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.082 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.082 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.082 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.082 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.082 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.082 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.082 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.083 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.083 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.083 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.083 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.083 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.083 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.083 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.084 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.084 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.084 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.085 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.085 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.086 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.086 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.086 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.087 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.087 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.087 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.087 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.087 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.087 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.088 16067 25616 I qtaguid : Untagging socket 340 failed errno=-22
11-30 15:19:35.088 16067 25616 W NetworkManagementSocketTagger: untagSocket(340) failed with errno -22
11-30 15:19:35.113 26524 26524 I SemFaceRecognition: create new instance
11-30 15:19:35.115 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:19:35.116 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:19:35.177  2706  2706 W keystore: ENTER remove operation from uid 10211
11-30 15:19:35.180 26331 26331 I SEMS:SamsungAccount: [AccountManagerUtil] isHaveSA() - true
11-30 15:19:35.183 26331 26331 I SEMS:SamsungAccount: [StateCheckUtil] == networkStateCheck == true
11-30 15:19:35.184 26331 26331 I SEMS:SamsungAccount: [DirServerUtil] Need to retry to update marketing receive value = true
11-30 15:19:35.186 26331 26331 I SEMS:SamsungAccount: [DirServerUtil] same time
11-30 15:19:35.190  2985  5081 D PackageManager: setEnabledSetting : userId = 0 packageName = com.samsung.android.mobileservice cmp = com.samsung.android.samsungaccount.authentication.runestone.SplashActivity newState = 1 callingPackage = 10211/com.samsung.android.mobileservice
11-30 15:19:35.192 26331 26496 D DCL-2.0.01_ProfileDatabaseHelper: deleteProfileData exit : true
11-30 15:19:35.192 26331 26496 D DCL-2.0.01_ProfileDatabaseHelper: deleteProfileInterval enter
11-30 15:19:35.194 26331 26496 D DCL-2.0.01_ProfileDatabaseHelper: deleteProfileInterval exit : true
11-30 15:19:35.197 26331 26331 I SEMS:SamsungAccount: [SamsungService] Start Check SA EF Mapping
11-30 15:19:35.223 26331 26562 I SEMS:SamsungAccount: [ConsentWorkManager] startWorkerAfterCheckCondition
11-30 15:19:35.233  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3227194 RxPkts=4185974 TxBytes=586730502 RxBytes=4500568428 , Foreground uid=1001 pkgName=com.samsung.android.incallui txBytes=0 rxBytes=0
11-30 15:19:35.239 26331 26562 I SEMS:SamsungAccount: [ConsentWorkManager] checkWorkerIsRunning
11-30 15:19:35.239 26331 26331 D SamsungAnalytics201007: [Validation] dma pkg:520901000
11-30 15:19:35.243 26331 26331 D SamsungAnalytics201007: cf feature is supported
11-30 15:19:35.262  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:35.263  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:19:35.263  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:35.263  2985  2985 D AudioService: isEnabled
11-30 15:19:35.267 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:35.267 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:19:35.268 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:35.268 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:19:35.272  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:35.290  2985  2985 I chatty  : uid=1000 system_server identical 7 lines
11-30 15:19:35.290  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:35.290  2985  2985 D AudioService: isEnabled
11-30 15:19:35.294 26524 26524 I SAIV_FACE: File : /data/user/0/com.samsung.faceservice/face/face_data
11-30 15:19:35.302  4604 21401 D Noti_WTF: custom notification is detected - 1638260374336 : 1638260374336 : 0 : null
11-30 15:19:35.303  4604 21401 D Noti_WTF: custom notification is detected - 1638260374360 : 1638260374374 : 0 : null
11-30 15:19:35.307 18545 18557 D Noti_WTF: custom notification is detected - 1638260374336 : 1638260374336 : 0 : null
11-30 15:19:35.308 18545 18557 D Noti_WTF: custom notification is detected - 1638260374360 : 1638260374374 : 0 : null
11-30 15:19:35.310 19185 25660 D Noti_WTF: custom notification is detected - 1638260374336 : 1638260374336 : 0 : null
11-30 15:19:35.310 18545 18545 I NotificationService: Catched notification: MyNotification{id=null, received=Tue Nov 30 15:19:35 GMT+07:00 2021, removed=null, pack='com.samsung.android.incallui', title='Info Pelanggan', text='Incoming call', trash=false, lastOccurred=Tue Nov 30 15:19:35 GMT+07:00 2021, appName='Phone', notificationType=NOTIFICATION, myIcon=MyIcon{pack='com.samsung.android.incallui', created=Tue Nov 30 15:19:35 GMT+07:00 2021, lastUpdated=Tue Nov 30 15:19:35 GMT+07:00 2021}}
11-30 15:19:35.311 19185 25660 D Noti_WTF: custom notification is detected - 1638260374360 : 1638260374374 : 0 : null
11-30 15:19:35.311  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:35.312  3510  7791 D Noti_WTF: custom notification is detected - 1638260374336 : 1638260374336 : 0 : null
11-30 15:19:35.312 18545 18545 D WhatsappImageHandler: whatsapp monitoring is enabled: true
11-30 15:19:35.312 18545 18545 D WhatsappAudioHandler: whatsapp monitoring is enabled: true
11-30 15:19:35.313 18545 18545 D WhatsappVideoHandler: whatsapp monitoring is enabled: true
11-30 15:19:35.315  3510  7791 D Noti_WTF: custom notification is detected - 1638260374360 : 1638260374374 : 0 : null
11-30 15:19:35.319 21820 22144 D Noti_WTF: custom notification is detected - 1638260374336 : 1638260374336 : 0 : null
11-30 15:19:35.320 21820 22144 D Noti_WTF: custom notification is detected - 1638260374360 : 1638260374374 : 0 : null
11-30 15:19:35.344 13746 13746 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.mobstore.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:19:35.353  2985  5081 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:19:35.354  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:35.360  2985  3615 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:19:35.378  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:35.382  2985  5081 D PersonaManagerService: securefolder Secure Folder
11-30 15:19:35.386 26359 26451 E PhenotypeFlagCommitter: Retrieving snapshot for com.google.android.apps.hangouts failed
11-30 15:19:35.386 26359 26451 E PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:19:35.386 26359 26451 E PhenotypeFlagCommitter: 	at ifp.a(PG:20)
11-30 15:19:35.386 26359 26451 E PhenotypeFlagCommitter: 	at idf.a(PG:14)
11-30 15:19:35.386 26359 26451 E PhenotypeFlagCommitter: 	at idf.a(PG:4)
11-30 15:19:35.386 26359 26451 E PhenotypeFlagCommitter: 	at dkq.a(PG:3)
11-30 15:19:35.386 26359 26451 E PhenotypeFlagCommitter: 	at dkr.a(PG:9)
11-30 15:19:35.386 26359 26451 E PhenotypeFlagCommitter: 	at bua.run(PG:34)
11-30 15:19:35.386 26359 26451 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:35.386 26359 26451 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:35.386 26359 26451 E PhenotypeFlagCommitter: 	at bug.run(PG:3)
11-30 15:19:35.386 26359 26451 E PhenotypeFlagCommitter: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:35.386 26359 26450 E PhenotypeFlagCommitter: Retrieving snapshot for com.google.android.apps.hangouts failed
11-30 15:19:35.386 26359 26450 E PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:19:35.386 26359 26450 E PhenotypeFlagCommitter: 	at ifp.a(PG:20)
11-30 15:19:35.386 26359 26450 E PhenotypeFlagCommitter: 	at idf.a(PG:14)
11-30 15:19:35.386 26359 26450 E PhenotypeFlagCommitter: 	at idf.a(PG:4)
11-30 15:19:35.386 26359 26450 E PhenotypeFlagCommitter: 	at dkq.a(PG:3)
11-30 15:19:35.386 26359 26450 E PhenotypeFlagCommitter: 	at dkr.a(PG:9)
11-30 15:19:35.386 26359 26450 E PhenotypeFlagCommitter: 	at bua.run(PG:34)
11-30 15:19:35.386 26359 26450 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:35.386 26359 26450 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:35.386 26359 26450 E PhenotypeFlagCommitter: 	at bug.run(PG:3)
11-30 15:19:35.386 26359 26450 E PhenotypeFlagCommitter: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:35.387 26359 26447 E PhenotypeFlagCommitter: Retrieving snapshot for com.google.android.apps.hangouts failed
11-30 15:19:35.387 26359 26447 E PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:19:35.387 26359 26447 E PhenotypeFlagCommitter: 	at ifp.a(PG:20)
11-30 15:19:35.387 26359 26447 E PhenotypeFlagCommitter: 	at idf.a(PG:14)
11-30 15:19:35.387 26359 26447 E PhenotypeFlagCommitter: 	at idf.a(PG:4)
11-30 15:19:35.387 26359 26447 E PhenotypeFlagCommitter: 	at dkq.a(PG:3)
11-30 15:19:35.387 26359 26447 E PhenotypeFlagCommitter: 	at dkr.a(PG:9)
11-30 15:19:35.387 26359 26447 E PhenotypeFlagCommitter: 	at bua.run(PG:34)
11-30 15:19:35.387 26359 26447 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:35.387 26359 26447 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:35.387 26359 26447 E PhenotypeFlagCommitter: 	at bug.run(PG:3)
11-30 15:19:35.387 26359 26447 E PhenotypeFlagCommitter: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:35.387 26359 26442 E PhenotypeFlagCommitter: Retrieving snapshot for com.google.android.apps.hangouts failed
11-30 15:19:35.387 26359 26442 E PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:19:35.387 26359 26442 E PhenotypeFlagCommitter: 	at ifp.a(PG:20)
11-30 15:19:35.387 26359 26442 E PhenotypeFlagCommitter: 	at idf.a(PG:14)
11-30 15:19:35.387 26359 26442 E PhenotypeFlagCommitter: 	at idf.a(PG:4)
11-30 15:19:35.387 26359 26442 E PhenotypeFlagCommitter: 	at dkq.a(PG:3)
11-30 15:19:35.387 26359 26442 E PhenotypeFlagCommitter: 	at dkr.a(PG:9)
11-30 15:19:35.387 26359 26442 E PhenotypeFlagCommitter: 	at bua.run(PG:34)
11-30 15:19:35.387 26359 26442 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:35.387 26359 26442 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:35.387 26359 26442 E PhenotypeFlagCommitter: 	at bug.run(PG:3)
11-30 15:19:35.387 26359 26442 E PhenotypeFlagCommitter: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:35.387 26359 26440 E PhenotypeFlagCommitter: Retrieving snapshot for com.google.android.apps.hangouts failed
11-30 15:19:35.387 26359 26440 E PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:19:35.387 26359 26440 E PhenotypeFlagCommitter: 	at ifp.a(PG:20)
11-30 15:19:35.387 26359 26440 E PhenotypeFlagCommitter: 	at idf.a(PG:14)
11-30 15:19:35.387 26359 26440 E PhenotypeFlagCommitter: 	at idf.a(PG:4)
11-30 15:19:35.387 26359 26440 E PhenotypeFlagCommitter: 	at dkq.a(PG:3)
11-30 15:19:35.387 26359 26440 E PhenotypeFlagCommitter: 	at dkr.a(PG:9)
11-30 15:19:35.387 26359 26440 E PhenotypeFlagCommitter: 	at bua.run(PG:34)
11-30 15:19:35.387 26359 26440 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:35.387 26359 26440 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:35.387 26359 26440 E PhenotypeFlagCommitter: 	at bug.run(PG:3)
11-30 15:19:35.387 26359 26440 E PhenotypeFlagCommitter: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:35.388 26359 26449 E PhenotypeFlagCommitter: Retrieving snapshot for com.google.android.apps.hangouts failed
11-30 15:19:35.388 26359 26449 E PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:19:35.388 26359 26449 E PhenotypeFlagCommitter: 	at ifp.a(PG:20)
11-30 15:19:35.388 26359 26449 E PhenotypeFlagCommitter: 	at idf.a(PG:14)
11-30 15:19:35.388 26359 26449 E PhenotypeFlagCommitter: 	at idf.a(PG:4)
11-30 15:19:35.388 26359 26449 E PhenotypeFlagCommitter: 	at dkq.a(PG:3)
11-30 15:19:35.388 26359 26449 E PhenotypeFlagCommitter: 	at dkr.a(PG:9)
11-30 15:19:35.388 26359 26449 E PhenotypeFlagCommitter: 	at bua.run(PG:34)
11-30 15:19:35.388 26359 26449 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:35.388 26359 26449 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:35.388 26359 26449 E PhenotypeFlagCommitter: 	at bug.run(PG:3)
11-30 15:19:35.388 26359 26449 E PhenotypeFlagCommitter: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:35.388 26359 26446 E PhenotypeFlagCommitter: Retrieving snapshot for com.google.android.apps.hangouts failed
11-30 15:19:35.388 26359 26446 E PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:19:35.388 26359 26446 E PhenotypeFlagCommitter: 	at ifp.a(PG:20)
11-30 15:19:35.388 26359 26446 E PhenotypeFlagCommitter: 	at idf.a(PG:14)
11-30 15:19:35.388 26359 26446 E PhenotypeFlagCommitter: 	at idf.a(PG:4)
11-30 15:19:35.388 26359 26446 E PhenotypeFlagCommitter: 	at dkq.a(PG:3)
11-30 15:19:35.388 26359 26446 E PhenotypeFlagCommitter: 	at dkr.a(PG:9)
11-30 15:19:35.388 26359 26446 E PhenotypeFlagCommitter: 	at bua.run(PG:34)
11-30 15:19:35.388 26359 26446 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:35.388 26359 26446 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:35.388 26359 26446 E PhenotypeFlagCommitter: 	at bug.run(PG:3)
11-30 15:19:35.388 26359 26446 E PhenotypeFlagCommitter: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:35.388 26359 26448 E PhenotypeFlagCommitter: Retrieving snapshot for com.google.android.apps.hangouts failed
11-30 15:19:35.388 26359 26448 E PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:19:35.388 26359 26448 E PhenotypeFlagCommitter: 	at ifp.a(PG:20)
11-30 15:19:35.388 26359 26448 E PhenotypeFlagCommitter: 	at idf.a(PG:14)
11-30 15:19:35.388 26359 26448 E PhenotypeFlagCommitter: 	at idf.a(PG:4)
11-30 15:19:35.388 26359 26448 E PhenotypeFlagCommitter: 	at dkq.a(PG:3)
11-30 15:19:35.388 26359 26448 E PhenotypeFlagCommitter: 	at dkr.a(PG:9)
11-30 15:19:35.388 26359 26448 E PhenotypeFlagCommitter: 	at bua.run(PG:34)
11-30 15:19:35.388 26359 26448 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:35.388 26359 26448 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:35.388 26359 26448 E PhenotypeFlagCommitter: 	at bug.run(PG:3)
11-30 15:19:35.388 26359 26448 E PhenotypeFlagCommitter: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:35.388 26359 26452 E PhenotypeFlagCommitter: Retrieving snapshot for com.google.android.apps.hangouts failed
11-30 15:19:35.388 26359 26452 E PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:19:35.388 26359 26452 E PhenotypeFlagCommitter: 	at ifp.a(PG:20)
11-30 15:19:35.388 26359 26452 E PhenotypeFlagCommitter: 	at idf.a(PG:14)
11-30 15:19:35.388 26359 26452 E PhenotypeFlagCommitter: 	at idf.a(PG:4)
11-30 15:19:35.388 26359 26452 E PhenotypeFlagCommitter: 	at dkq.a(PG:3)
11-30 15:19:35.388 26359 26452 E PhenotypeFlagCommitter: 	at dkr.a(PG:9)
11-30 15:19:35.388 26359 26452 E PhenotypeFlagCommitter: 	at bua.run(PG:34)
11-30 15:19:35.388 26359 26452 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:35.388 26359 26452 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:35.388 26359 26452 E PhenotypeFlagCommitter: 	at bug.run(PG:3)
11-30 15:19:35.388 26359 26452 E PhenotypeFlagCommitter: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:35.390 26524 26524 I [SCE_3] : [SmartCropping v3.0] native version is 2017-12-07-01
11-30 15:19:35.390  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:35.390 26524 26524 I [SCE_3] : [SmartCropping v2.0] DB path is /system/saiv/smartcropping_2.0/db
11-30 15:19:35.393 18545 18545 I NotificationReceiver: found similar notification: MyNotification{id=47881, received=Tue Nov 30 15:19:30 GMT+07:00 2021, removed=null, pack='com.samsung.android.incallui', title='Info Pelanggan', text='Incoming call', trash=false, lastOccurred=Tue Nov 30 15:19:30 GMT+07:00 2021, appName='Phone', notificationType=NOTIFICATION, myIcon=MyIcon{pack='com.samsung.android.incallui', created=Wed Jun 30 16:23:34 GMT+07:00 2021, lastUpdated=Wed Jun 30 16:23:34 GMT+07:00 2021}}
11-30 15:19:35.394 18545 18545 I NotificationReceiver: needed delay: 60000, currently elapsed: 5004, notification NOT ALOWED !
11-30 15:19:35.394 18545 18545 I NotificationReceiver: received notification is too similar, exiting...
11-30 15:19:35.394  2985  5081 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:19:35.401  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:35.402  2606  2606 D WifiHAL : Setting APF program, halHandle = 0xef5111a0
11-30 15:19:35.402 26524 26524 I [SCE_3] : smart_cropping in srcb_Smartcrop_Init() : -236563328 & its size is 4
11-30 15:19:35.402 26524 26524 I [SCE_3] : SmartCropper Handle after srcb_Smartcrop_Init() : -236563328 & its size is 4
11-30 15:19:35.402 26524 26524 I [SCE_3] : long bytes num: 4
11-30 15:19:35.402 26524 26524 I [SCE_3] : jlong bytes num: 8
11-30 15:19:35.402  2606  2606 I WifiHAL : 
11-30 15:19:35.402  2606  2606 I WifiHAL : createRequest: APF set program request
11-30 15:19:35.404 26524 26524 I [SCE_3] : filepathname: /system/saiv/smartcropping_2.0/db/.
11-30 15:19:35.404 26524 26524 I [SCE_3] : filepathname: /system/saiv/smartcropping_2.0/db/..
11-30 15:19:35.404 26524 26524 I [SCE_3] : filepathname: /system/saiv/smartcropping_2.0/db/smartcrop_saliency_deploy.prototxt
11-30 15:19:35.404 26524 26524 I [SCE_3] : o_f_d loading start
11-30 15:19:35.407  2606  2606 I WifiHAL : Done!
11-30 15:19:35.409 26524 26524 I [SCE_3] : o_f_d loading success
11-30 15:19:35.409 26524 26524 I [SCE_3] : filepathname: /system/saiv/smartcropping_2.0/db/smartcrop_saliency_train
11-30 15:19:35.409 26524 26524 I [SCE_3] : o_f_t loading start
11-30 15:19:35.409  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:35.419 26331 26331 D SamsungAnalytics201007: do not send setting < 7days
11-30 15:19:35.429  2985  5081 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:19:35.429  2985  5081 D PersonaManagerService: securefolder Secure Folder
11-30 15:19:35.437  2985  4271 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:19:35.497 13746 13746 E SQLiteLog: (10) POSIX Error : 11 SQLite Error : 3850
11-30 15:19:35.497 13746 13746 E SQLiteLog: (10) LOCK : Getting lock (4) failed due to (11). The current owner is (6077).
11-30 15:19:35.517 26524 26524 I [SCE_3] : o_f_t loading success
11-30 15:19:35.518 26524 26524 I [SCE_3] : DB file count : 2
11-30 15:19:35.592 26359 26443 E PhenotypeFlagCommitter: Retrieving snapshot for com.google.android.apps.hangouts failed
11-30 15:19:35.592 26359 26443 E PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:19:35.592 26359 26443 E PhenotypeFlagCommitter: 	at ifp.a(PG:20)
11-30 15:19:35.592 26359 26443 E PhenotypeFlagCommitter: 	at idf.a(PG:14)
11-30 15:19:35.592 26359 26443 E PhenotypeFlagCommitter: 	at idf.a(PG:4)
11-30 15:19:35.592 26359 26443 E PhenotypeFlagCommitter: 	at dkq.a(PG:3)
11-30 15:19:35.592 26359 26443 E PhenotypeFlagCommitter: 	at dkr.a(PG:9)
11-30 15:19:35.592 26359 26443 E PhenotypeFlagCommitter: 	at bua.run(PG:34)
11-30 15:19:35.592 26359 26443 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:35.592 26359 26443 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:35.592 26359 26443 E PhenotypeFlagCommitter: 	at bug.run(PG:3)
11-30 15:19:35.592 26359 26443 E PhenotypeFlagCommitter: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:35.628 26524 26524 I [SCE_3] : native init exit
11-30 15:19:35.628 26524 26524 I [SCE_3] : SmartCropper Handle is -236563328
11-30 15:19:35.628 26524 26524 I [SCE_3] : SmartCropper Handle is -236563328 & its size is 4
11-30 15:19:35.628 26524 26524 I [SCE_3] : address(jlong): -29680663556784124
11-30 15:19:35.692 26524 26524 I SAIV_FACE: SAIV_HPRFACE_GAE_VERSION : 20170310
11-30 15:19:35.701 20330 20330 I zygote  : Explicit concurrent copying GC freed 233(51KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2MB/5MB, paused 243us total 91.392ms
11-30 15:19:35.702 16433 16521 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:19:35.712  2985  5090 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:19:35.807 26524 26524 I SAIV_FACE: DMC LMD ENGINE INIT 1.0.08 [Option-0/Profile-0]
11-30 15:19:35.826 26524 26524 I SAIV_FACE: DMC LMD ENGINE : ret 4096
11-30 15:19:35.881 26331 26496 D DCL-2.0.01_ProfileDatabaseHelper: deleteProfile exit : true
11-30 15:19:35.881 26331 26496 D DCL-2.0.01_Database: deleteProfile : true
11-30 15:19:35.881 26331 26496 D DCL-2.0.01-CTS_Policy: device hash id=[63]
11-30 15:19:35.881 26331 26496 D DCL-2.0.01_ProfileDatabaseHelper: insertProfileList enter
11-30 15:19:35.881   559   734 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:19:35.893   559   559 I ServiceManager: [#CMH#] Bound to Package  com.samsung.faceservice
11-30 15:19:35.900 26331 26331 D SamsungAnalytics201007: [Tracker] Tracker start:2.01.007DLC
11-30 15:19:35.902 26331 26331 D SamsungAnalytics201007: newThread on Executor
11-30 15:19:35.903 26331 26496 D DCL-2.0.01_ProfileDatabaseHelper: insertProfileInterval enter
11-30 15:19:35.905 26331 26496 D DCL-2.0.01_ProfileDatabaseHelper: insertProfileInterval exit
11-30 15:19:35.911 26331 26496 D DCL-2.0.01_ProfileDatabaseHelper: insertProfileInterval enter
11-30 15:19:35.911 26331 26496 D DCL-2.0.01_ProfileDatabaseHelper: insertProfileInterval exit
11-30 15:19:35.912 26331 26496 D DCL-2.0.01_ProfileDatabaseHelper: insertProfileInterval enter
11-30 15:19:35.913 26331 26496 D DCL-2.0.01_ProfileDatabaseHelper: insertProfileInterval exit
11-30 15:19:35.913 26331 26496 D DCL-2.0.01_ProfileDatabaseHelper: insertProfileInterval enter
11-30 15:19:35.913 26331 26496 D DCL-2.0.01_ProfileDatabaseHelper: insertProfileInterval exit
11-30 15:19:35.913 26331 26496 D DCL-2.0.01_ProfileDatabaseHelper: insertProfileInterval enter
11-30 15:19:35.913 26331 26496 D DCL-2.0.01_ProfileDatabaseHelper: insertProfileInterval exit
11-30 15:19:35.930  2985 26508 I BarTender:BatteryStatsDumper: writing to daily db completed
11-30 15:19:35.933   559   559 I ServiceManager: [#CMH#] Bound to Package  com.samsung.faceservice
11-30 15:19:35.933   559   559 I chatty  : uid=5004(oem_5004) com.samsung.cmh:CMH identical 3 lines
11-30 15:19:35.933   559   559 I ServiceManager: [#CMH#] Bound to Package  com.samsung.faceservice
11-30 15:19:35.946 26331 26331 I SEMS:SamsungAccount: [SamsungAccount] initBixby()
11-30 15:19:35.950  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.029507 0.100556 9.588778 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:35.950  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:35.961 26331 26331 I SEMS:SamsungAccount: [SamsungAccount] initBixby2()
11-30 15:19:35.961 26331 26331 I CapsuleProvider_1.0.9: releasing initialize wait lock.
11-30 15:19:36.018 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:19:36.018 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:19:36.023 26331 26331 I SEMS:SamsungAccount: [ContactJobService] start job scheduler
11-30 15:19:36.031 26331 26562 I SEMS:SamsungAccount: [AccountManagerUtil] isHaveSA() - true
11-30 15:19:36.031 26331 26562 I SEMS:SamsungAccount: [ConsentWorkManager] startWorkerAfterCheckCondition, isRunning : true, isSignOut : false
11-30 15:19:36.032 26359 26444 E PhenotypeFlagCommitter: Retrieving snapshot for com.google.android.apps.hangouts failed
11-30 15:19:36.032 26359 26444 E PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task
11-30 15:19:36.032 26359 26444 E PhenotypeFlagCommitter: 	at ifp.a(PG:20)
11-30 15:19:36.032 26359 26444 E PhenotypeFlagCommitter: 	at idf.a(PG:14)
11-30 15:19:36.032 26359 26444 E PhenotypeFlagCommitter: 	at idf.a(PG:4)
11-30 15:19:36.032 26359 26444 E PhenotypeFlagCommitter: 	at dkq.a(PG:3)
11-30 15:19:36.032 26359 26444 E PhenotypeFlagCommitter: 	at dkr.a(PG:9)
11-30 15:19:36.032 26359 26444 E PhenotypeFlagCommitter: 	at bua.run(PG:34)
11-30 15:19:36.032 26359 26444 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:36.032 26359 26444 E PhenotypeFlagCommitter: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:36.032 26359 26444 E PhenotypeFlagCommitter: 	at bug.run(PG:3)
11-30 15:19:36.032 26359 26444 E PhenotypeFlagCommitter: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:36.047  3510  3529 I zygote  : Background concurrent copying GC freed 425110(19MB) AllocSpace objects, 0(0B) LOS objects, 50% free, 20MB/41MB, paused 3.225ms total 648.985ms
11-30 15:19:36.052 26461 26461 I axuq    : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API.
11-30 15:19:36.100 26331 26331 I SEMS:SamsungAccount: [ContactJobService] profile uri registered..!
11-30 15:19:36.105 26331 26331 I SEMS:SamsungAccount: [ContactJobService] schedule success
11-30 15:19:36.106 26331 26331 I SEMS:SamsungAccount: [PushUtil] registerPushListener
11-30 15:19:36.106 26331 26331 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SEMS][PushLog][2][SmpManager] registerMessageCallbackForSA
11-30 15:19:36.106 26331 26331 I SEMS:SamsungAccount: [PushUtil] registerPushTokenListener
11-30 15:19:36.106 26331 26331 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SEMS][PushLog][2][SmpManager] registerTokenCallback
11-30 15:19:36.106 26331 26331 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SEMS][PushLog][2][SmpManager] init
11-30 15:19:36.107 26331 26331 D SmpLog  : init
11-30 15:19:36.108 26331 26331 I SEMS:SamsungAccount: [SamsungAccount] init done
11-30 15:19:36.126  2985 26508 I BarTender:BatteryStatsDumper: writing to weekly db completed
11-30 15:19:36.127  2985 26508 I BarTender:BatteryStatsDumper: refreshstats completed
11-30 15:19:36.127  2985 26508 I BarTender:GATHERERBATTSTATS: set - time:1638260376127
11-30 15:19:36.129  2985 26508 I BarTender:ANALYZERBATTSTATS: Observer from Gatherer - time:1638260376127
11-30 15:19:36.129  2985  3098 I BarTender:ANALYZERBATTSTATS: MSG_TYPE_BARTENDER_CHECK_POWER::
11-30 15:19:36.129  2985  3098 I BarTender:BatteryStatsDBHelper: checkForPowerThreshold called : 1638260376127
11-30 15:19:36.167 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:36.167 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:19:36.168 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:36.168 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:19:36.199 26461 26471 W zygote  : Suspending all threads took: 87.933ms
11-30 15:19:36.208 26461 26579 I GMS_MM_Logger: Started.
11-30 15:19:36.217 26331 26331 D CommonUtils: isSepDevice : This device is SEP Device
11-30 15:19:36.218 26331 26331 D CommonUtils: isMainUser : userId is = 0
11-30 15:19:36.218 26331 26331 D CommonUtils: isMainUser = true
11-30 15:19:36.218 26331 26331 D CommonUtils: isSepDevice : This device is SEP Device
11-30 15:19:36.218 26331 26331 I SEMS:MobileService_10.5.0.000: [2][MobileServiceSocialApplication] init start
11-30 15:19:36.219 26331 26331 I SEMS:RegistrationLog_1.0: [[AuthLog]][2][MobileServiceDeviceAuth] init
11-30 15:19:36.220 26331 26331 I SEMS:DataAdapterLog_1.0: [2][CoreAppsFeature] CoreAppsFeature init start init flag : false, invalidate : false
11-30 15:19:36.223 26331 26331 I SEMS:DataAdapterLog_1.0: [2][CoreAppsFeature] setSupportService  : 0, true
11-30 15:19:36.223 26331 26331 I SEMS:DataAdapterLog_1.0: [2][CoreAppsFeature] setSupportService  : 1, true
11-30 15:19:36.223 26331 26331 I SEMS:DataAdapterLog_1.0: [2][CoreAppsFeature] setSupportService  : 2, true
11-30 15:19:36.223 26331 26331 I SEMS:DataAdapterLog_1.0: [2][CoreAppsFeature] setSupportService  : 3, true
11-30 15:19:36.223 26331 26331 I SEMS:DataAdapterLog_1.0: [2][CoreAppsFeature] setSupportService  : 4, true
11-30 15:19:36.223 26331 26331 I SEMS:DataAdapterLog_1.0: [2][CoreAppsFeature] device check : true, false
11-30 15:19:36.223 26331 26331 I SEMS:DataAdapterLog_1.0: [2][CoreAppsFeature] setSupportService  : 1, false
11-30 15:19:36.223 26331 26331 I SEMS:DataAdapterLog_1.0: [2][CoreAppsFeature] setSupportService  : 3, false
11-30 15:19:36.223 26331 26331 I SEMS:DataAdapterLog_1.0: [2][CoreAppsFeature] setSupportService  : 1, false
11-30 15:19:36.223 26331 26331 I SEMS:DataAdapterLog_1.0: [2][CoreAppsFeature] setSupportService  : 3, false
11-30 15:19:36.223 26331 26331 I SEMS:DataAdapterLog_1.0: [2][CoreAppsFeature] CoreAppsFeature init end
11-30 15:19:36.224 26331 26331 I SEMS:RegistrationLog_1.0: [[AuthLog]][2][MobileServiceDeviceAuth] =====MobileServiceDeviceAuth init=====
11-30 15:19:36.224 26331 26331 I SEMS:RegistrationLog_1.0: [[AuthLog]][2][EnhancedAccountWrapper] =====addAccountPushListener=====
11-30 15:19:36.265 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][EnhancedFeatures] registerFeature : 4com.samsung.android.mobileservice.auth.apis.EnhancedAccount$1@aebf559
11-30 15:19:36.274 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:19:36.275  2985  4489 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:19:36.276  2985  4489 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:36.276  2985  4489 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:36.276  2985  4489 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:36.278 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:19:36.278  2985  4489 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:19:36.279  2985  4489 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:36.279  2985  4489 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:36.279  2985  4489 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:36.280 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:19:36.280 26331 26331 I SEMS:DataAdapterLog_1.0: [2][ConnectivityUtils] is SMS capable? : true
11-30 15:19:36.281 26331 26331 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:19:36.286  2985  4489 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:19:36.287  2985  4489 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:36.287  2985  4489 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:36.287  2985  4489 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:36.288 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:19:36.289  2985  4102 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:19:36.289  2985  4102 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:36.289  2985  4102 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:36.289  2985  4102 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:36.290 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:19:36.291  2985  4102 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:19:36.291  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3227353 RxPkts=4186344 TxBytes=586740603 RxBytes=4501033921 , Foreground uid=1001 pkgName=com.samsung.android.incallui txBytes=0 rxBytes=0
11-30 15:19:36.292  2985  4102 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:36.292  2985  4102 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:36.292  2985  4102 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:36.293 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:19:36.295  2985  4102 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:19:36.296  2985  4102 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:36.296  2985  4102 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:36.296  2985  4102 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:36.297 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:19:36.302  2985  4102 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:19:36.303  2985  4102 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:36.303  2985  4102 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:36.303  2985  4102 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:36.308 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:19:36.308  2985  4489 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:19:36.309  2985  4489 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:36.309  2985  4489 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:36.309  2985  4489 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:36.310 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:19:36.310  2985  4489 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:19:36.311 16033 16043 I zygote  : Background concurrent copying GC freed 240631(12MB) AllocSpace objects, 31(1288KB) LOS objects, 49% free, 12MB/24MB, paused 256us total 317.470ms
11-30 15:19:36.311  2985  4489 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:36.311  2985  4489 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:36.311  2985  4489 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:36.312 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:19:36.312  2985  4102 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:19:36.313  2985  4102 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:36.313  2985  4102 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:36.313  2985  4102 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:36.317 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:19:36.317 26331 26496 D DCL-2.0.01_ProfileDatabaseHelper: insertProfileList exit : true
11-30 15:19:36.317 26331 26496 D DCL-2.0.01_Database: insertProfileList : true
11-30 15:19:36.318 26331 26496 D DCL-2.0.01-HIGH_Policy: setProfileList exit : success
11-30 15:19:36.318 26331 26496 D DclDataManager: Exit DCL profile init from policy database.
11-30 15:19:36.322  2985  4272 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:19:36.322  2985  4272 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:36.322  2985  4272 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:36.322  2985  4272 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:36.323 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:19:36.325  2985  3577 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:19:36.326  2985  3577 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:36.326  2985  3577 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:36.326  2985  3577 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:36.329 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:19:36.330  2985  3578 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:19:36.330  2985  3578 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:36.330  2985  3578 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:36.330  2985  3578 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:36.332 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:19:36.332  2985  3577 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:19:36.333  2985  3577 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:36.333  2985  3577 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:36.333  2985  3577 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:36.334 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:19:36.334  2985  3577 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:19:36.336  2985  3577 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:36.336  2985  3577 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:36.336  2985  3577 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:36.337 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:19:36.339  2985  4102 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:19:36.339  2985  4102 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:36.339  2985  4102 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:36.339  2985  4102 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:36.341 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:19:36.347  2985  4102 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:19:36.347  2985  4102 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:36.347  2985  4102 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:36.347  2985  4102 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:36.349 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:19:36.349  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:19:36.350  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:36.350  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:36.350  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:36.351 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:19:36.352  2985  3577 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:19:36.352  2985  3577 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:36.352  2985  3577 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:36.352  2985  3577 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:36.353 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:19:36.354  2985  3577 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:19:36.354  2985  3577 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:36.354  2985  3577 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:36.354  2985  3577 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:36.355 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:19:36.357  2985  3577 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:19:36.357  2985  3577 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:36.357  2985  3577 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:36.357  2985  3577 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:36.359 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:19:36.361  2985  3577 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:19:36.361  2985  3577 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:36.361  2985  3577 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:36.361  2985  3577 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:36.362 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:19:36.363  2985  3577 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:19:36.364  2985  3577 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:36.364  2985  3577 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:36.364  2985  3577 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:36.366 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:19:36.367  2985  4102 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:19:36.367  2985  4102 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:36.367  2985  4102 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:36.367  2985  4102 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:36.368 25291 25291 I nightwatch-watcher: target process signaled with signum: 9
11-30 15:19:36.368 25291 25291 D nightwatch-watcher: watcher process finished
11-30 15:19:36.370 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:19:36.373  2985  3002 I zygote  : Successfully killed process cgroup uid 10227 pid 24469 in 42ms
11-30 15:19:36.374  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:36.374  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:36.420  2985  3002 I zygote  : Successfully killed process cgroup uid 1000 pid 15682 in 47ms
11-30 15:19:36.421 26331 26331 I SEMS:DataAdapterLog_1.0: [2][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:19:36.422  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:36.422  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:36.424 26331 26331 I SEMS:DataAdapterLog_1.0: [2][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:19:36.424 26331 26331 I SEMS:RegistrationLog_1.0: [[AuthLog]][2][EnhancedAccountWrapper] =====getDuid=====
11-30 15:19:36.434 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:19:36.434 26331 26331 I SEMS:RegistrationLog_1.0: [[AuthLog]][2][MobileServiceDeviceAuth] [Registered]
11-30 15:19:36.434 26331 26331 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:19:36.437 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:19:36.438  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:36.439  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:36.442 26331 26331 I SEMS:DataAdapterLog_1.0: [2][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:19:36.443  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:36.444  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:36.447 26331 26331 I SEMS:DataAdapterLog_1.0: [2][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:19:36.447 26331 26331 I SEMS:RegistrationLog_1.0: [[AuthLog]][2][EnhancedAccountWrapper] =====getDuid=====
11-30 15:19:36.457 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:19:36.457 26331 26331 D SEMS:RegistrationLog_1.0: [[AuthLog]][2][MobileServiceDeviceAuth] [Registered][89271633409736812]
11-30 15:19:36.458 26331 26331 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isSamsungAccountSignedIn : true
11-30 15:19:36.461 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][ConnectivityUtils] is SMS capable? : true
11-30 15:19:36.461 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:19:36.464 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:19:36.466  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:36.466  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:36.470 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:19:36.472  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:36.472  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:36.474  2985  3002 I zygote  : Successfully killed process cgroup uid 10098 pid 25170 in 53ms
11-30 15:19:36.474 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:19:36.477 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:19:36.478 26331 26331 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SSF][2][EasySignUpInterface] isAuth is true
11-30 15:19:36.478 26331 26331 D SEMS:RegistrationLog_1.0: [[AuthLog]][2][EasySignUpPref] putBoolean key : need_to_skip_recovery_auth, value : true
11-30 15:19:36.478 26331 26331 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SEMS][PushLog][2][SmpManager] registerTokenCallback
11-30 15:19:36.478 26331 26331 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SEMS][PushLog][2][SmpManager] registerMessageCallback - 0
11-30 15:19:36.479 26331 26331 I SEMS:RegistrationLog_1.0: [[AuthLog]][2][MobileServiceDeviceAuth] VERSION : 10.8.03.2
11-30 15:19:36.480 26331 26331 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isSamsungAccountSignedIn : true
11-30 15:19:36.480 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:19:36.483 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:19:36.483  2727  5396 E OMXNodeInstance: !!! Observer died. Quickly, do something, ... anything...
11-30 15:19:36.484  2727 27064 E OMXNodeInstance: !!! Observer died. Quickly, do something, ... anything...
11-30 15:19:36.485  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:36.485  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:36.488 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:19:36.493  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:36.493  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:36.494 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:19:36.497 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:19:36.497 26331 26331 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SSF][2][EasySignUpInterface] isAuth is true
11-30 15:19:36.506 26483 26483 I zygote  : Deoptimizing java.lang.Object com.google.common.b.pw.g(java.lang.Object, java.lang.Object[], int, int, java.lang.Object) due to JIT inline cache
11-30 15:19:36.506 15154 25918 I Finsky:background: [43286] gef.X(3): Broadcasting <534:RUNNING:93%[93%]>.
11-30 15:19:36.519  2985  4489 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:36.528  2985  4489 I chatty  : uid=1000(system) Binder:2985_12 identical 4 lines
11-30 15:19:36.528  2985  4489 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:36.537 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EPref] getLong - key : last_heart_beat_time , value : 1638254194769
11-30 15:19:36.537 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EPref] getLong - key : heart_beat_interval , value : 43200000
11-30 15:19:36.544  2985  4489 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:36.569  2985  4489 I chatty  : uid=1000(system) Binder:2985_12 identical 10 lines
11-30 15:19:36.569  2985  4489 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:36.574 26331 26331 I SEMS:RegistrationLog_1.0: [AgreementLog][2][MobileServiceAgreement] init.
11-30 15:19:36.575  2985  4489 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:36.588  2985  4489 I chatty  : uid=1000(system) Binder:2985_12 identical 7 lines
11-30 15:19:36.588  2985  4489 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:36.599 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.android.chrome:com.android.chrome reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 2, 192
11-30 15:19:36.614 26483 26483 I A       : Initialized process com.google.android.googlequicksearchbox
11-30 15:19:36.617 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:36.617 25488 25785 I zygote  : Deoptimizing void acgc.b() due to JIT inline cache
11-30 15:19:36.649 21790 21790 I Finsky:background: [2] kmm.onDestroy(8): IPC-SERVER: Stopping gRPC host service...
11-30 15:19:36.724  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:36.725  2985  2985 I chatty  : uid=1000 system_server identical 1 line
11-30 15:19:36.726  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:36.733  2985  4489 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:36.733  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:36.733  2985  4489 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:36.734  2985  4489 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:36.734  2985  4489 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:36.735  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:36.740  2985  4489 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:19:36.744  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:36.745  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:19:36.745  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:36.745  2985  2985 D AudioService: isEnabled
11-30 15:19:36.758  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:36.764  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:36.767  2985  4489 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:19:36.768  2985  4489 D PersonaManagerService: securefolder Secure Folder
11-30 15:19:36.768  2985  5087 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:19:36.796  2985  4102 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:19:36.843 16067 16067 E SQLiteLog: (10) POSIX Error : 11 SQLite Error : 3850
11-30 15:19:36.843 16067 16067 E SQLiteLog: (10) LOCK : Getting lock (4) failed due to (11). The current owner is (16033).
11-30 15:19:36.845 16067 25616 W AdaptiveDiscoveryWorker: Exiting Adaptive Discovery. Current NetworkInfo is NULL.
11-30 15:19:36.903 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:19:36.903 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:19:36.961 25488 25727 I zygote  : Deoptimizing void j$.util.stream.AbstractPipeline.copyInto(j$.util.stream.Sink, j$.util.Spliterator) due to JIT inline cache
11-30 15:19:36.962 25488 25488 I zygote  : Deoptimizing adco adbb.g(adco, adbk, java.util.concurrent.Executor) due to JIT inline cache
11-30 15:19:37.005  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.054646 0.057461 9.594764 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:37.005  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:37.007 26461 26461 W zygote  : Verification of android.content.ComponentName xxq.startService(android.content.Intent) took 189.341ms
11-30 15:19:37.044 26461 26471 I zygote  : ThreadFlipBegin blocked for 5.338ms
11-30 15:19:37.066 26483 26500 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:19:37.067 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:37.067 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:19:37.072 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:37.073 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:19:37.081 26483 26500 I zygote  : WaitForGcToComplete blocked ProfileSaver on ClassLinker for 14.373ms
11-30 15:19:37.088 25488 25488 I Finsky  : [2] uua.run(166): UCtl: autoUpdateItems with size=33 is fulfilled from responseFuture
11-30 15:19:37.116 14965 25582 I Finsky  : [43458] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:37.131 25488 25488 I zygote  : Deoptimizing java.lang.Object acpd.s(java.lang.Object[], int, int, int) due to JIT same target
11-30 15:19:37.132 25488 25488 I zygote  : Deoptimizing java.lang.Object acpd.t(java.lang.Object, java.lang.Object[], int, int, java.lang.Object) due to JIT same target
11-30 15:19:37.139 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.sec.android.app.myfiles
11-30 15:19:37.176 20330 20330 I zygote  : Explicit concurrent copying GC freed 10820(336KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 2MB/5MB, paused 244us total 62.405ms
11-30 15:19:37.257  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:19:37.258  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:19:37.260  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:19:37.261  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:19:37.261  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:19:37.267 25488 25488 W zygote  : Verification of void hpz.run() took 123.277ms
11-30 15:19:37.279 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.dsi.ant.service.socket
11-30 15:19:37.283 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.samsung.android.app.simplesharing
11-30 15:19:37.288 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.talk
11-30 15:19:37.293 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.tts
11-30 15:19:37.296  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:19:37.296  2985  2985 I MotionRecognitionService: Plugged
11-30 15:19:37.296  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:19:37.296  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:19:37.298 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.apps.photos
11-30 15:19:37.303 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.srin.garut
11-30 15:19:37.307 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.sec.spp.push
11-30 15:19:37.310  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:19:37.310  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:19:37.312 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.samsung.android.email.provider
11-30 15:19:37.315  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:19:37.317 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.facebook.katana
11-30 15:19:37.321 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.samsung.android.lool
11-30 15:19:37.326 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.microsoft.office.onenote
11-30 15:19:37.331 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.microsoft.office.excel
11-30 15:19:37.335 26483 26488 I zygote  : Do partial code cache collection, code=14KB, data=11KB
11-30 15:19:37.336 26483 26488 I zygote  : After code cache collection, code=10KB, data=8KB
11-30 15:19:37.336 26483 26488 I zygote  : Increasing code cache capacity to 128KB
11-30 15:19:37.336 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.apps.docs
11-30 15:19:37.341 26483 26488 I zygote  : Method exceeds compiler instruction limit: 17614 in java.util.Map com.google.android.apps.gsa.shared.logger.b.h.d()
11-30 15:19:37.341 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.samsung.android.sdk.professionalaudio.utility.jammonitor
11-30 15:19:37.344 25488 25726 I zygote  : Deoptimizing java.lang.Object j$.util.stream.AbstractPipeline.evaluate(j$.util.stream.TerminalOp) due to JIT inline cache
11-30 15:19:37.345 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.rsupport.rs.activity.rsupport.aas2
11-30 15:19:37.345 25488 25726 I zygote  : Deoptimizing void j$.util.stream.ReferencePipeline$2$1.accept(java.lang.Object) due to JIT inline cache
11-30 15:19:37.350 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.gms
11-30 15:19:37.355 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.marvin.talkback
11-30 15:19:37.360 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.sec.android.app.sbrowser
11-30 15:19:37.363 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.srin.indramayu
11-30 15:19:37.371 25488 25743 I zygote  : Deoptimizing void afdv.d(java.lang.Object, java.lang.Object, long) due to JIT inline cache
11-30 15:19:37.372  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3227665 RxPkts=4186792 TxBytes=586761495 RxBytes=4501612083 , Foreground uid=1001 pkgName=com.samsung.android.incallui txBytes=0 rxBytes=0
11-30 15:19:37.373 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.samsung.android.voc
11-30 15:19:37.378 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.dsi.ant.plugins.antplus
11-30 15:19:37.380 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.sec.android.app.clockpackage
11-30 15:19:37.385 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.apps.maps
11-30 15:19:37.389 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.microsoft.office.word
11-30 15:19:37.393 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.googlequicksearchbox
11-30 15:19:37.397 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.microsoft.skydrive
11-30 15:19:37.400 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.sec.android.gallery3d
11-30 15:19:37.404 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.android.chrome
11-30 15:19:37.410 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.microsoft.office.powerpoint
11-30 15:19:37.414 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.youtube
11-30 15:19:37.418 25488 25488 I Finsky  : [2] tqq.a(9): UCtl: Capture account null for next update of com.google.android.gm
11-30 15:19:37.425 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.sec.android.app.myfiles
11-30 15:19:37.426 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.dsi.ant.service.socket
11-30 15:19:37.426 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.samsung.android.app.simplesharing
11-30 15:19:37.426 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.talk
11-30 15:19:37.427 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.tts
11-30 15:19:37.427 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.apps.photos
11-30 15:19:37.427 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.srin.garut
11-30 15:19:37.427 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.sec.spp.push
11-30 15:19:37.428 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.samsung.android.email.provider
11-30 15:19:37.428 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.facebook.katana
11-30 15:19:37.428 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.samsung.android.lool
11-30 15:19:37.428 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.microsoft.office.onenote
11-30 15:19:37.429 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.microsoft.office.excel
11-30 15:19:37.429 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.apps.docs
11-30 15:19:37.429 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.samsung.android.sdk.professionalaudio.utility.jammonitor
11-30 15:19:37.429 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.rsupport.rs.activity.rsupport.aas2
11-30 15:19:37.430 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.gms
11-30 15:19:37.430 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.marvin.talkback
11-30 15:19:37.430 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.sec.android.app.sbrowser
11-30 15:19:37.430 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.srin.indramayu
11-30 15:19:37.431 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.samsung.android.voc
11-30 15:19:37.431 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.dsi.ant.plugins.antplus
11-30 15:19:37.431 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.sec.android.app.clockpackage
11-30 15:19:37.431 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.apps.maps
11-30 15:19:37.432 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.microsoft.office.word
11-30 15:19:37.432 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.googlequicksearchbox
11-30 15:19:37.432 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.microsoft.skydrive
11-30 15:19:37.432 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.sec.android.gallery3d
11-30 15:19:37.433 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.android.chrome
11-30 15:19:37.433 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.microsoft.office.powerpoint
11-30 15:19:37.433 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.youtube
11-30 15:19:37.433 25488 25488 W Finsky  : [2] eon.a(4): No everExternallyHosted provided for com.google.android.gm
11-30 15:19:37.513 25488 25488 I Finsky  : [2] utv.c(24): UChk: package com.dsi.ant.service.socket has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:19:37.529 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:19:37.531 26483 26483 I A       : Initializing GMS Compliance Client Library...
11-30 15:19:37.532 26483 26483 I A       : Checking for device compliance...
11-30 15:19:37.533 26483 26483 I A       : Feature is disabled!
11-30 15:19:37.533 26483 26483 I A       : Completed library init.
11-30 15:19:37.551 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:19:37.552 25488 25488 I Finsky  : [2] lha.x(7): # ahoi@3c283d60 not available [restriction=6].
11-30 15:19:37.553 25488 25488 I Finsky  : [2] eon.w(11): AU: Cannot update unavailable app: pkg=com.samsung.android.app.simplesharing,restriction=UNAVAILABLE_UNKNOWN_REASON
11-30 15:19:37.554 25488 25488 I Finsky  : [2] lha.x(7): # ahoi@3c283d60 not available [restriction=6].
11-30 15:19:37.554 25488 25488 I Finsky  : [2] eon.w(11): AU: Cannot update unavailable app: pkg=com.samsung.android.app.simplesharing,restriction=UNAVAILABLE_UNKNOWN_REASON
11-30 15:19:37.557 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:19:37.557 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:19:37.560 25488 25488 I Finsky  : [2] lha.x(7): # ahoi@3c283d60 not available [restriction=6].
11-30 15:19:37.561 25488 25488 I Finsky  : [2] eon.w(11): AU: Cannot update unavailable app: pkg=com.samsung.android.app.simplesharing,restriction=UNAVAILABLE_UNKNOWN_REASON
11-30 15:19:37.563 25488 25488 I Finsky  : [2] utv.c(24): UChk: package com.google.android.talk has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:19:37.574 25488 25488 I Finsky  : [2] utv.c(24): UChk: package com.google.android.apps.photos has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:19:37.576 25488 25488 I Finsky  : [2] utv.c(24): UChk: package com.srin.garut has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:19:37.602 26331 26331 D SEMS:RegistrationLog_1.0: [AgreementLog][2][AgreementPref] getBoolean. key : force_reagree_for_korea_model , value : false
11-30 15:19:37.602 26331 26331 I SEMS:MobileService_10.5.0.000: [BLog][2][MobileServiceBuddy] init
11-30 15:19:37.614 25488 25488 I Finsky  : [2] utv.c(24): UChk: package com.microsoft.office.onenote has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:19:37.616 26331 26331 I SEMS:MobileService_10.5.0.000: [BLog][2][BPref] getBoolean - key: enable_profile_sharing , value: false
11-30 15:19:37.616 26331 26331 I SEMS:MobileService_10.5.0.000: [BLog][2][BPref] getBoolean - key: before_enable_profile_sharing , value: false
11-30 15:19:37.616 26331 26331 I SEMS:MobileService_10.5.0.000: [BLog][2][BPref] getLong - key: sentpush_timestamp , value: 1635116597561
11-30 15:19:37.616 26331 26331 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SEMS][PushLog][2][SmpManager] registerMessageCallback - 9
11-30 15:19:37.616 26331 26331 I SEMS:MobileService_10.5.0.000: [BLog][2][ObserverJobService] Observer scheduled
11-30 15:19:37.625 25488 25488 I Finsky  : [2] utv.c(24): UChk: package com.google.android.apps.docs has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:19:37.627 25488 25488 I Finsky  : [2] lha.x(7): # ahoi@44a1e84c not available [restriction=6].
11-30 15:19:37.627 25488 25488 I Finsky  : [2] eon.w(11): AU: Cannot update unavailable app: pkg=com.samsung.android.sdk.professionalaudio.utility.jammonitor,restriction=UNAVAILABLE_UNKNOWN_REASON
11-30 15:19:37.628 25488 25488 I Finsky  : [2] lha.x(7): # ahoi@44a1e84c not available [restriction=6].
11-30 15:19:37.629 25488 25488 I Finsky  : [2] eon.w(11): AU: Cannot update unavailable app: pkg=com.samsung.android.sdk.professionalaudio.utility.jammonitor,restriction=UNAVAILABLE_UNKNOWN_REASON
11-30 15:19:37.633 25488 25488 I Finsky  : [2] lha.x(7): # ahoi@44a1e84c not available [restriction=6].
11-30 15:19:37.634 25488 25488 I Finsky  : [2] eon.w(11): AU: Cannot update unavailable app: pkg=com.samsung.android.sdk.professionalaudio.utility.jammonitor,restriction=UNAVAILABLE_UNKNOWN_REASON
11-30 15:19:37.635 25488 25488 I Finsky  : [2] utv.c(24): UChk: package com.rsupport.rs.activity.rsupport.aas2 has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:19:37.650 26331 26331 I SEMS:MobileService_10.5.0.000: [BLog][2][ObserverJobService] schedule success
11-30 15:19:37.652 26331 26331 I SEMS:MobileService_10.5.0.000: [BLog][2][PollingJobService] polling job service was already scheduled
11-30 15:19:37.652 26331 26331 I chatty  : uid=10211(com.samsung.android.mobileservice) identical 1 line
11-30 15:19:37.653 26331 26331 I SEMS:MobileService_10.5.0.000: [BLog][2][PollingJobService] polling job service was already scheduled
11-30 15:19:37.653 26331 26331 I SEMS:MobileService_10.5.0.000: [CDMSG_][2][MobileServiceMessage]  ######## init ######## 
11-30 15:19:37.656 26331 26331 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SEMS][PushLog][2][SmpManager] registerMessageCallback - 7
11-30 15:19:37.656 26331 26331 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SEMS][PushLog][2][SmpManager] registerMessageCallback - 8
11-30 15:19:37.656 26331 26331 I SEMS:MobileService_10.5.0.000: [SLog][2][ShareCommonAPI] init
11-30 15:19:37.657 26331 26331 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SEMS][PushLog][2][SmpManager] registerMessageCallback - 12
11-30 15:19:37.657 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][MobileServiceActivity] init
11-30 15:19:37.663 26483 26483 I PhenotypeBackgroundRecv: Skipping com.google.android.libraries.lens.nbu.user#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:37.663 26331 26331 I SEMS:MobileService_10.5.0.000: [ShopLog][2][MobileServiceShop] init.
11-30 15:19:37.663 26331 26331 I SEMS:MobileService_10.5.0.000: [FeedbackLog][2][MobileServiceFeedback] init
11-30 15:19:37.664 26331 26331 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SEMS][PushLog][2][SmpManager] registerMessageCallback - 13
11-30 15:19:37.664 26331 26331 I SEMS:MobileService_10.5.0.000: [CacheLog][2][MobileServiceCache] init
11-30 15:19:37.672 26331 26331 I SEMS:MobileService_10.5.0.000: [CLog][2][CalendarPolicyUtil] updateIsSupportCalendarShare. device type is phone
11-30 15:19:37.672 26331 26331 I SEMS:MobileService_10.5.0.000: [CLog][2][CalendarPolicyUtil] Not supported device
11-30 15:19:37.673 26331 26331 I SEMS:MobileService_10.5.0.000: [2][MobileServiceSocialApplication] init end
11-30 15:19:37.675 26331 26331 D SEMS:GroupUi: [MobileServiceGroupUiApplication][2] init application
11-30 15:19:37.679 26331 26331 D SEMS:GroupUi: [DeviceManager][2] mSdkVersion = 27
11-30 15:19:37.687 26331 26331 D SEMS:GroupUi: [DeviceManager][2] mBuildType = user
11-30 15:19:37.687 26331 26331 D SEMS:GroupUi: [DeviceManager][2] mDevice = on7xelte
11-30 15:19:37.687 26331 26331 D SEMS:GroupUi: [DeviceManager][2] mDisplay = M1AJQ.G610FDXS1CTE2
11-30 15:19:37.687 26331 26331 D SEMS:GroupUi: [DeviceManager][2] mProduct = on7xeltedd
11-30 15:19:37.687 26331 26331 D SEMS:GroupUi: [DeviceManager][2] mBuildId = M1AJQ
11-30 15:19:37.687 26331 26331 D SEMS:GroupUi: [DeviceManager][2] mIsTablet = false
11-30 15:19:37.687 26331 26331 I SEMS:GroupUi: [DeviceManager][2] init START
11-30 15:19:37.693 26331 26331 D SEMS:GroupUi: [DeviceManager][2] mDensity = 3.0
11-30 15:19:37.693 26331 26331 D SEMS:GroupUi: [DeviceManager][2] mDensityDpi = 480
11-30 15:19:37.693 26331 26331 D SEMS:GroupUi: [DeviceManager][2] mWidth = 1080
11-30 15:19:37.693 26331 26331 D SEMS:GroupUi: [DeviceManager][2] mHeight = 1920
11-30 15:19:37.693 26331 26331 D SEMS:GroupUi: [DeviceManager][2] mLocale = en_US
11-30 15:19:37.693 26331 26331 D SEMS:GroupUi: [DeviceManager][2] mMcc = 510
11-30 15:19:37.693 26331 26331 D SEMS:GroupUi: [DeviceManager][2] mMnc = 11
11-30 15:19:37.693 26331 26331 D SEMS:GroupUi: [DeviceManager][2] mScreenLayout = 2
11-30 15:19:37.693 26331 26331 D SEMS:GroupUi: [DeviceManager][2] mHasSetupWizard = true
11-30 15:19:37.693 26331 26331 D SEMS:GroupUi: [DeviceManager][2] mCSCCountryCode = ID
11-30 15:19:37.693 26331 26331 I SEMS:GroupUi: [DeviceManager][2] init END
11-30 15:19:37.694 26331 26331 I SEMS:GroupUi: [BuildInfo][2] Is ship binary? true
11-30 15:19:37.694 26331 26331 I SEMS:GroupUi: [BuildInfo][2] Is Eng binary? false
11-30 15:19:37.694 26331 26331 I SEMS:GroupUi: [BuildInfo][2] Support SEP : true
11-30 15:19:37.694 26331 26331 I SEMS:GroupUi: [BuildInfo][2] SEP Version : 90500
11-30 15:19:37.694 26331 26331 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SEMS][PushLog][2][SmpManager] init
11-30 15:19:37.697 19115 19115 W A       : Received update for unknown package com.google.android.apps.search.niu.user#com.google.android.googlequicksearchbox; known packages [assistant_auto_tng_libraries_device#com.google.android.googlequicksearchbox, assistant_auto_tng_libraries_user#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.verticals.memory#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.user#com.google.android.googlequicksearchbox, com.google.android.libraries.search.audio.device#com.google.android.googlequicksearchbox:com.google.android.googlequicksearchbox:search, com.google.android.apps.search.faceviewer#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.user#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.device#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.user#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.device#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.pronunciationlearning#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.device#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.user#com.google.android.googlequicksearchbox, com.google.android.libraries.assistant.symbiote#com.google.android.googlequicksearchbox, com.google.android.libraries.search.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.uidevice#com.google.android.googlequicksearchbox, com.google.android.apps.search.webglide.user#com.google.android.googlequicksearchbox]
11-30 15:19:37.703 26331 26331 D SmpLog  : init
11-30 15:19:37.708 25488 25488 I Finsky  : [2] utv.c(24): UChk: package com.srin.indramayu has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:19:37.713 25488 25488 I Finsky  : [2] utv.c(24): UChk: package com.samsung.android.voc has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:19:37.723 25488 25488 I Finsky  : [2] lha.x(7): # ahoi@c6596bd not available [restriction=6].
11-30 15:19:37.724 25488 25488 I Finsky  : [2] eon.w(11): AU: Cannot update unavailable app: pkg=com.sec.android.app.clockpackage,restriction=UNAVAILABLE_UNKNOWN_REASON
11-30 15:19:37.724 25488 25488 I Finsky  : [2] lha.x(7): # ahoi@c6596bd not available [restriction=6].
11-30 15:19:37.725 25488 25488 I Finsky  : [2] eon.w(11): AU: Cannot update unavailable app: pkg=com.sec.android.app.clockpackage,restriction=UNAVAILABLE_UNKNOWN_REASON
11-30 15:19:37.729 25488 25488 I Finsky  : [2] lha.x(7): # ahoi@c6596bd not available [restriction=6].
11-30 15:19:37.730 25488 25488 I Finsky  : [2] eon.w(11): AU: Cannot update unavailable app: pkg=com.sec.android.app.clockpackage,restriction=UNAVAILABLE_UNKNOWN_REASON
11-30 15:19:37.732 25488 25488 I Finsky  : [2] utv.c(24): UChk: package com.google.android.apps.maps has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:19:37.744 26483 26483 I PhenotypeBackgroundRecv: Skipping com.google.android.apps.search.niu.user#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:37.753 25488 25488 I Finsky  : [2] utv.c(24): UChk: package com.microsoft.skydrive has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:19:37.766 25488 25488 I Finsky  : [2] utv.c(24): UChk: package com.android.chrome has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:19:37.781 25488 25488 I Finsky  : [2] utv.c(24): UChk: package com.google.android.youtube has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:19:37.783 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateReceiver] local broadcast received. action : com.samsung.android.mobileservice.ACTION_CHECK_REACTIVATION
11-30 15:19:37.784 19115 19115 W A       : Received update for unknown package com.google.android.apps.search.niu.device#com.google.android.googlequicksearchbox; known packages [assistant_auto_tng_libraries_device#com.google.android.googlequicksearchbox, assistant_auto_tng_libraries_user#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.verticals.memory#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.user#com.google.android.googlequicksearchbox, com.google.android.libraries.search.audio.device#com.google.android.googlequicksearchbox:com.google.android.googlequicksearchbox:search, com.google.android.apps.search.faceviewer#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.user#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.device#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.user#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.device#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.pronunciationlearning#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.device#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.user#com.google.android.googlequicksearchbox, com.google.android.libraries.assistant.symbiote#com.google.android.googlequicksearchbox, com.google.android.libraries.search.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.uidevice#com.google.android.googlequicksearchbox, com.google.android.apps.search.webglide.user#com.google.android.googlequicksearchbox]
11-30 15:19:37.786 25488 25488 I Finsky  : [2] utv.c(24): UChk: package com.google.android.gm has available update because at least one of the following constraints met: isAutoDeployInstall=false, canUpdateApp=true.
11-30 15:19:37.788 19115 19115 I A       : Refusing EXCLUSIVE task 21, it is already pending. Try again in 359 seconds.
11-30 15:19:37.789 25488 25488 I Finsky  : [2] fev.a(1): AU2: scheduling auto update v2 with 14 apps
11-30 15:19:37.803 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateReceiver] checkActivatedPackageChanged
11-30 15:19:37.803 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:19:37.807 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:19:37.808 26483 26483 I PhenotypeBackgroundRecv: Skipping com.google.android.apps.search.niu.device#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:37.809  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:37.809  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:37.812 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:19:37.813  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:37.813  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:37.816 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:19:37.820 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:19:37.820 26331 26331 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SSF][2][EasySignUpInterface] isAuth is true
11-30 15:19:37.820 26331 26331 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:19:37.822 19115 19115 W A       : Received update for unknown package com.google.android.libraries.search.googleapp.uidevice#com.google.android.googlequicksearchbox; known packages [assistant_auto_tng_libraries_device#com.google.android.googlequicksearchbox, assistant_auto_tng_libraries_user#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.verticals.memory#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.user#com.google.android.googlequicksearchbox, com.google.android.libraries.search.audio.device#com.google.android.googlequicksearchbox:com.google.android.googlequicksearchbox:search, com.google.android.apps.search.faceviewer#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.user#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.device#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.user#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.device#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.pronunciationlearning#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.device#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.user#com.google.android.googlequicksearchbox, com.google.android.libraries.assistant.symbiote#com.google.android.googlequicksearchbox, com.google.android.libraries.search.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.uidevice#com.google.android.googlequicksearchbox, com.google.android.apps.search.webglide.user#com.google.android.googlequicksearchbox]
11-30 15:19:37.823 26238 26238 D SEMS-4.0.04_SeMobileServiceSession: bindState CommonService: BOUND in setBindState()
11-30 15:19:37.823 26331 26331 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isDaAuthSupportedDevice : true
11-30 15:19:37.825 26331 26331 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isSamsungAccountSignedIn : true
11-30 15:19:37.825 26331 26331 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isDaAuthSupportedDevice ? true, isAccountSignedInAndHasPushToken ? true, isAuth ? true
11-30 15:19:37.825 26331 26331 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isEasySignUpRegistered ? true
11-30 15:19:37.825 26331 26331 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:19:37.828 26331 26331 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isDaAuthSupportedDevice : true
11-30 15:19:37.828 26331 26331 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:19:37.832 19115 19115 I A       : Refusing EXCLUSIVE task 21, it is already pending. Try again in 359 seconds.
11-30 15:19:37.832 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:19:37.832 26238 26238 D SEMS-4.0.04_SeMobileServiceSession: common service connection established!@bb9d6e4
11-30 15:19:37.833 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:19:37.833 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:19:37.834 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: MESSAGE EVT_COMMONSERVICE_CONNECTED
11-30 15:19:37.834 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: check data migration+++
11-30 15:19:37.834 26483 26483 I PhenotypeBackgroundRecv: Skipping com.google.android.libraries.search.googleapp.uidevice#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:37.835 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: check data migration---
11-30 15:19:37.835 26238 26329 D SEMS-4.0.04_SeMobileService: SDK Version Code = 400400000
11-30 15:19:37.836  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:37.837  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:37.842 26331 26331 I SEMS:DataAdapterLog_1.0: [2][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:19:37.844  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:37.844  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:37.848 26331 26331 I SEMS:DataAdapterLog_1.0: [2][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:19:37.848 26331 26331 I SEMS:DataAdapterLog_1.0: [2][NetworkManager] ssf client was null
11-30 15:19:37.850 19115 19115 W A       : Received update for unknown package com.google.android.libraries.mdi.sync#com.google.android.googlequicksearchbox; known packages [assistant_auto_tng_libraries_device#com.google.android.googlequicksearchbox, assistant_auto_tng_libraries_user#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.verticals.memory#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.user#com.google.android.googlequicksearchbox, com.google.android.libraries.search.audio.device#com.google.android.googlequicksearchbox:com.google.android.googlequicksearchbox:search, com.google.android.apps.search.faceviewer#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.user#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.device#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.user#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.device#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.pronunciationlearning#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.device#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.user#com.google.android.googlequicksearchbox, com.google.android.libraries.assistant.symbiote#com.google.android.googlequicksearchbox, com.google.android.libraries.search.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.uidevice#com.google.android.googlequicksearchbox, com.google.android.apps.search.webglide.user#com.google.android.googlequicksearchbox]
11-30 15:19:37.854 26331 26560 D SEMS:SemsCommonService: request versionExchange, SDK version:400400000
11-30 15:19:37.856 26331 26560 D CommonUtils: isSepDevice : This device is SEP Device
11-30 15:19:37.857 19115 19115 I A       : Refusing EXCLUSIVE task 21, it is already pending. Try again in 359 seconds.
11-30 15:19:37.866 26483 26483 I PhenotypeBackgroundRecv: Skipping com.google.android.libraries.mdi.sync#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:37.867 26331 26601 D ForceUpdatePolicyReceiver: DB query forceupdate state:0,revision:54572
11-30 15:19:37.867 26331 26601 D ForceUpdatePolicyReceiver: forceupdate policy is not updated
11-30 15:19:37.868 26331 26601 D CommonUtils: isSepDevice : This device is SEP Device
11-30 15:19:37.868 26331 26560 D ForceUpdateStateReader: SEMS has been updated.
11-30 15:19:37.868 26331 26560 D SEMS:SemsCommonService: force update is not needed
11-30 15:19:37.868 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][ServerUtil] 36cdf643e6119cb2506a911fc80add5e
11-30 15:19:37.868 26331 26601 I SEMS:DataAdapterLog_1.0: [43962][DeviceUtils] isSamsungAccountSignedIn : true
11-30 15:19:37.869 26331 26331 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isShipBinary :true
11-30 15:19:37.877 26331 26560 D SEMS:PreferenceUtils: getLatestVersionInGalaxyApps() : 1080400001
11-30 15:19:37.879 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:19:37.880 26331 26560 D ForceUpdateStateReader: SEMS has been updated.
11-30 15:19:37.883 26331 26560 D ForceUpdateStateReader: SEMS has been updated.
11-30 15:19:37.884 26331 26560 I SEMS:MSFramework_10.5.0.000: [43947][ServiceStateUtil] Current UserHandle is = 0
11-30 15:19:37.884 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:19:37.886 26331 26560 D ForceUpdateStateReader: SEMS has been updated.
11-30 15:19:37.887 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: sems version:1080300002
11-30 15:19:37.887 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: requested service:ProfileService[1], status: 0
11-30 15:19:37.887 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: requested service:SocialService[1], status: 0
11-30 15:19:37.887 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: requested service:AuthService[1], status: 0
11-30 15:19:37.887 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: bindState CommonService: BOUND in getBindState()
11-30 15:19:37.889 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:19:37.895 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:19:37.895 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:19:37.896 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: bindState CommonService: UNBOUND in setBindState()
11-30 15:19:37.898 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:19:37.899  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:37.900  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:37.902 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:19:37.903  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:37.903  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:37.903 26331 26601 D SEMS:PreferenceUtils: getForceUpdateLastCheckTime() : 1638194469762
11-30 15:19:37.903 26331 26601 D SEMS:ForceUpdater: not passed a day since check update
11-30 15:19:37.905 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:19:37.910 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: mobile service is ready to serivce.null
11-30 15:19:37.911 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: MESSAGE CMD_CONNECT_REQUESTED_SERIVCES
11-30 15:19:37.911 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: connectInternal [ProfileService, SocialService, AuthService]null
11-30 15:19:37.911 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: bind AuthServiceConnection
11-30 15:19:37.911 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: bindState AuthService: BINDING in setBindState()
11-30 15:19:37.913 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:19:37.914 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:19:37.916 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:19:37.918  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:37.918  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:37.921 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:19:37.922  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:37.922  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:37.924 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:19:37.925 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: bind ProfileServiceConnection
11-30 15:19:37.926 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: bindState ProfileService: BINDING in setBindState()
11-30 15:19:37.929 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: bind SocialServiceConnection
11-30 15:19:37.930 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: bindState SocialService: BINDING in setBindState()
11-30 15:19:37.937 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:19:37.937 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:19:37.941 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:19:37.941 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: requestBindServices.size() 3
11-30 15:19:37.943  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:37.943  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:37.948 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:19:37.950 25488 25488 D AndroidRuntime: Shutting down VM
11-30 15:19:37.951  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:37.951  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:37.954 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:19:37.961 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:19:37.962 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:19:37.965 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:19:37.966 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:37.966 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:19:37.967  3470 27634 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:37.967  3470 27634 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:37.969 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:19:37.970  3470 27634 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:37.971  3470 27634 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:37.975 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:37.975 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:19:37.976 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:19:37.981 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:19:37.981 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:19:37.982 25488 25488 E AndroidRuntime: FATAL EXCEPTION: main
11-30 15:19:37.982 25488 25488 E AndroidRuntime: Process: com.android.vending, PID: 25488
11-30 15:19:37.982 25488 25488 E AndroidRuntime: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at $Proxy35.getProfileOwnerName(Unknown Source)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at hgo.i(PG:5)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at hgo.l(PG:2)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at hgo.c(PG:1)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at fev.a(PG:83)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at utv.d(PG:8)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at utu.c(PG:4)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at utu.a(PG:3)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at ute.hR(PG:8)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at uus.u(PG:2)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at fxs.run(PG:4)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at hij.f(Unknown Source:0)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at uus.f(PG:24)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at hij.h(Unknown Source:7)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at hij.hR(Unknown Source:6)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at hhw.u(Unknown Source:21)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at upl.run(PG:8)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 15:19:37.982 25488 25488 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 15:19:37.984 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:19:37.985  3470 27634 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:37.985  3470 27634 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:37.988 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:19:37.989  3470 27634 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:37.989  3470 27634 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:37.992 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:19:37.993 25488 25488 W System.err: java.lang.SecurityException: Neither user 10227 nor current process has android.permission.MANAGE_USERS.
11-30 15:19:37.993 25488 25488 W System.err: 	at android.os.Parcel.readException(Parcel.java:2029)
11-30 15:19:37.993 25488 25488 W System.err: 	at android.os.Parcel.readException(Parcel.java:1975)
11-30 15:19:37.993 25488 25488 W System.err: 	at android.app.admin.IDevicePolicyManager$Stub$Proxy.getProfileOwnerName(IDevicePolicyManager.java:6849)
11-30 15:19:37.993 25488 25488 W System.err: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:19:37.993 25488 25488 W System.err: 	at com.lbe.doubleagent.ac.invoke(BinderHook.java:93)
11-30 15:19:37.993 25488 25488 W System.err: 	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
11-30 15:19:37.993 25488 25488 W System.err: 	at $Proxy35.getProfileOwnerName(Unknown Source)
11-30 15:19:37.993 25488 25488 W System.err: 	at android.app.admin.DevicePolicyManager.getProfileOwnerNameAsUser(DevicePolicyManager.java:6256)
11-30 15:19:37.993 25488 25488 W System.err: 	at hgo.i(PG:5)
11-30 15:19:37.993 25488 25488 W System.err: 	at hgo.l(PG:2)
11-30 15:19:37.993 25488 25488 W System.err: 	at hgo.c(PG:1)
11-30 15:19:37.993 25488 25488 W System.err: 	at fev.a(PG:83)
11-30 15:19:37.993 25488 25488 W System.err: 	at utv.d(PG:8)
11-30 15:19:37.993 25488 25488 W System.err: 	at utu.c(PG:4)
11-30 15:19:37.993 25488 25488 W System.err: 	at utu.a(PG:3)
11-30 15:19:37.993 25488 25488 W System.err: 	at ute.hR(PG:8)
11-30 15:19:37.993 25488 25488 W System.err: 	at hhw.u(Unknown Source:21)
11-30 15:19:37.993 25488 25488 W System.err: 	at uus.u(PG:2)
11-30 15:19:37.993 25488 25488 W System.err: 	at fxs.run(PG:4)
11-30 15:19:37.993 25488 25488 W System.err: 	at hij.f(Unknown Source:0)
11-30 15:19:37.993 25488 25488 W System.err: 	at uus.f(PG:24)
11-30 15:19:37.993 25488 25488 W System.err: 	at hij.h(Unknown Source:7)
11-30 15:19:37.993 25488 25488 W System.err: 	at hij.hR(Unknown Source:6)
11-30 15:19:37.993 25488 25488 W System.err: 	at hhw.u(Unknown Source:21)
11-30 15:19:37.993 25488 25488 W System.err: 	at upl.run(PG:8)
11-30 15:19:37.993 25488 25488 W System.err: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 15:19:37.993 25488 25488 W System.err: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 15:19:37.993 25488 25488 W System.err: 	at android.os.Looper.loop(Looper.java:164)
11-30 15:19:37.993 25488 25488 W System.err: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 15:19:37.993 25488 25488 W System.err: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:19:37.993 25488 25488 W System.err: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 15:19:37.993 25488 25488 W System.err: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 15:19:37.997 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:19:37.998 26331 26331 I SEMS:DataAdapterLog_1.0: [2][NetworkManager] SSF initialization is done.
11-30 15:19:37.998 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] refreshCachedMap
11-30 15:19:38.003 26331 26331 D SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateProvider] query URI = content://com.samsung.android.mobileservice.social.activate/query
11-30 15:19:38.024 25488 25488 W System.err: uncaughtException thread id=2 sysTid=25488 >>> main <<<, check64BitHelper: false
11-30 15:19:38.044 26331 26331 E SEMS:DataAdapterLog_1.0: [2][PackageUtils] getLongAppVersionCode. android.content.pm.PackageManager$NameNotFoundException: com.samsung.android.app.social
11-30 15:19:38.045  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.049857 0.059855 9.658210 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:38.045  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:38.045 26331 26331 E SEMS:DataAdapterLog_1.0: [2][PackageUtils] getLongAppVersionCode. android.content.pm.PackageManager$NameNotFoundException: com.samsung.android.homemode
11-30 15:19:38.045 26331 26331 E SEMS:DataAdapterLog_1.0: [2][PackageUtils] getLongAppVersionCode. android.content.pm.PackageManager$NameNotFoundException: com.samsung.fhub
11-30 15:19:38.046 26331 26331 E SEMS:DataAdapterLog_1.0: [2][PackageUtils] getLongAppVersionCode. android.content.pm.PackageManager$NameNotFoundException: com.samsung.android.app.reminder
11-30 15:19:38.046 26331 26331 E SEMS:DataAdapterLog_1.0: [2][PackageUtils] getLongAppVersionCode. android.content.pm.PackageManager$NameNotFoundException: com.sec.mhs.smarttethering
11-30 15:19:38.113  6077  6077 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService PairActivityUserId=150 }
11-30 15:19:38.121 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivationListTask] Get activation list : size = 8, curVesion: 1080300002
11-30 15:19:38.133 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] insertDB:Sems
11-30 15:19:38.133 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] insertActivateTarget
11-30 15:19:38.134 26331 26331 E SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] invalid insert condition - info : com.samsung.android.mobileservice.registration.activate.data.ActivateInfo@b304318, context : com.samsung.android.mobileservice.MobileServiceApplication@fc7c61a, or already stored
11-30 15:19:38.134 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] requestActivate:Sems
11-30 15:19:38.134 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : true
11-30 15:19:38.134 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] already activated : Sems
11-30 15:19:38.134 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] detected invalid condition, do not request activate
11-30 15:19:38.134 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : false
11-30 15:19:38.134 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] removeFromMap
11-30 15:19:38.134 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] insertDB:Gallery
11-30 15:19:38.134 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] insertActivateTarget
11-30 15:19:38.134 26331 26331 E SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] invalid insert condition - info : com.samsung.android.mobileservice.registration.activate.data.ActivateInfo@48e1171, context : com.samsung.android.mobileservice.MobileServiceApplication@fc7c61a, or already stored
11-30 15:19:38.134 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] requestActivate:Gallery
11-30 15:19:38.134 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : true
11-30 15:19:38.135 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] already activated : Gallery
11-30 15:19:38.135 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] detected invalid condition, do not request activate
11-30 15:19:38.135 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : false
11-30 15:19:38.135 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] removeFromMap
11-30 15:19:38.135 25488 25488 I zygote  : System.exit called, status: 0
11-30 15:19:38.135 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] insertDB:DailyBoard
11-30 15:19:38.135 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] insertActivateTarget
11-30 15:19:38.135 25488 25488 I AndroidRuntime: VM exiting with result code 0, cleanup skipped.
11-30 15:19:38.135 26331 26331 E SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] invalid insert condition - info : com.samsung.android.mobileservice.registration.activate.data.ActivateInfo@8340b56, context : com.samsung.android.mobileservice.MobileServiceApplication@fc7c61a, or already stored
11-30 15:19:38.135 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] requestActivate:DailyBoard
11-30 15:19:38.135 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : true
11-30 15:19:38.135 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] checkPackageNotInstalled
11-30 15:19:38.136 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] package is not installed in this device : DailyBoard
11-30 15:19:38.136 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] checkPackageInstalled() is false: DailyBoard
11-30 15:19:38.136 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] detected invalid condition, do not request activate
11-30 15:19:38.136 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : false
11-30 15:19:38.136 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] removeFromMap
11-30 15:19:38.136 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] insertDB:SocialApp
11-30 15:19:38.136 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] insertActivateTarget
11-30 15:19:38.136 26331 26331 E SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] invalid insert condition - info : com.samsung.android.mobileservice.registration.activate.data.ActivateInfo@42137d7, context : com.samsung.android.mobileservice.MobileServiceApplication@fc7c61a, or already stored
11-30 15:19:38.136 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] requestActivate:SocialApp
11-30 15:19:38.136 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : true
11-30 15:19:38.136 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] checkPackageNotInstalled
11-30 15:19:38.137 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] package is not installed in this device : SocialApp
11-30 15:19:38.137 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] checkPackageInstalled() is false: SocialApp
11-30 15:19:38.137 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] detected invalid condition, do not request activate
11-30 15:19:38.137 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : false
11-30 15:19:38.137 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] removeFromMap
11-30 15:19:38.137 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] insertDB:Reminder
11-30 15:19:38.137 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] insertActivateTarget
11-30 15:19:38.137 26331 26331 E SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] invalid insert condition - info : com.samsung.android.mobileservice.registration.activate.data.ActivateInfo@87278c4, context : com.samsung.android.mobileservice.MobileServiceApplication@fc7c61a, or already stored
11-30 15:19:38.137 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] requestActivate:Reminder
11-30 15:19:38.137 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : true
11-30 15:19:38.137 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] checkPackageNotInstalled
11-30 15:19:38.138 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] package is not installed in this device : Reminder
11-30 15:19:38.138 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] checkPackageInstalled() is false: Reminder
11-30 15:19:38.138 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] detected invalid condition, do not request activate
11-30 15:19:38.138 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : false
11-30 15:19:38.138 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] removeFromMap
11-30 15:19:38.138 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] insertDB:Note
11-30 15:19:38.138 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] insertActivateTarget
11-30 15:19:38.138 26331 26331 E SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] invalid insert condition - info : com.samsung.android.mobileservice.registration.activate.data.ActivateInfo@52153ad, context : com.samsung.android.mobileservice.MobileServiceApplication@fc7c61a, or already stored
11-30 15:19:38.138 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] requestActivate:Note
11-30 15:19:38.138 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : true
11-30 15:19:38.139 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] already activated : Note
11-30 15:19:38.139 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] detected invalid condition, do not request activate
11-30 15:19:38.139 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : false
11-30 15:19:38.139 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] removeFromMap
11-30 15:19:38.139 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] insertDB:SmartTethering
11-30 15:19:38.139 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] insertActivateTarget
11-30 15:19:38.139 26331 26331 E SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] invalid insert condition - info : com.samsung.android.mobileservice.registration.activate.data.ActivateInfo@b7d86e2, context : com.samsung.android.mobileservice.MobileServiceApplication@fc7c61a, or already stored
11-30 15:19:38.139 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] requestActivate:SmartTethering
11-30 15:19:38.139 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : true
11-30 15:19:38.139 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] checkPackageNotInstalled
11-30 15:19:38.140 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] package is not installed in this device : SmartTethering
11-30 15:19:38.140 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] checkPackageInstalled() is false: SmartTethering
11-30 15:19:38.140 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] detected invalid condition, do not request activate
11-30 15:19:38.140 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : false
11-30 15:19:38.140 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] removeFromMap
11-30 15:19:38.140 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] insertDB:FamilyHub
11-30 15:19:38.140 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] insertActivateTarget
11-30 15:19:38.140 26331 26331 E SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateDBHandler] invalid insert condition - info : com.samsung.android.mobileservice.registration.activate.data.ActivateInfo@8577a73, context : com.samsung.android.mobileservice.MobileServiceApplication@fc7c61a, or already stored
11-30 15:19:38.140 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][InitialActivationListTask] requestActivate:FamilyHub
11-30 15:19:38.140 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : true
11-30 15:19:38.140 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] checkPackageNotInstalled
11-30 15:19:38.140 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] package is not installed in this device : FamilyHub
11-30 15:19:38.141 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] checkPackageInstalled() is false: FamilyHub
11-30 15:19:38.141 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] detected invalid condition, do not request activate
11-30 15:19:38.141 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] setRunningStatus : false
11-30 15:19:38.141 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][RequestActivateTask] removeFromMap
11-30 15:19:38.145  2985  2994 I zygote  : Background concurrent copying GC freed 508625(21MB) AllocSpace objects, 70(5MB) LOS objects, 26% free, 67MB/91MB, paused 165.026ms total 1.528s
11-30 15:19:38.194 21258 21258 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.gmscompliance.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService }
11-30 15:19:38.196  2985  3002 I zygote  : Successfully killed process cgroup uid 10227 pid 25488 in 5ms
11-30 15:19:38.284 13010 13265 E WakeLock: IntentOp:com.google.android.gms/.chimera.GmsIntentOperationService ** IS FORCE-RELEASED ON TIMEOUT **
11-30 15:19:38.414  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3227946 RxPkts=4187212 TxBytes=586778439 RxBytes=4502126210 , Foreground uid=1001 pkgName=com.samsung.android.incallui txBytes=0 rxBytes=0
11-30 15:19:38.416 19185 19185 W System.err: java.lang.IllegalArgumentException: Service not registered: com.lbe.doubleagent.service.proxy.JobProxy$a@b2d6bf8
11-30 15:19:38.423 19185 19185 W System.err: 	at android.app.LoadedApk.forgetServiceDispatcher(LoadedApk.java:1526)
11-30 15:19:38.423 19185 19185 W System.err: 	at android.app.ContextImpl.unbindService(ContextImpl.java:1717)
11-30 15:19:38.423 19185 19185 W System.err: 	at android.content.ContextWrapper.unbindService(ContextWrapper.java:722)
11-30 15:19:38.423 19185 19185 W System.err: 	at android.content.ContextWrapper.unbindService(ContextWrapper.java:722)
11-30 15:19:38.423 19185 19185 W System.err: 	at com.lbe.doubleagent.service.proxy.JobProxy.a(JobProxy.java:228)
11-30 15:19:38.423 19185 19185 W System.err: 	at com.lbe.doubleagent.service.proxy.JobProxy.a(JobProxy.java:33)
11-30 15:19:38.423 19185 19185 W System.err: 	at com.lbe.doubleagent.service.proxy.JobProxy$a.b(JobProxy.java:144)
11-30 15:19:38.423 19185 19185 W System.err: 	at com.lbe.doubleagent.service.proxy.JobProxy$a.onServiceDisconnected(JobProxy.java:95)
11-30 15:19:38.423 19185 19185 W System.err: 	at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:1710)
11-30 15:19:38.423 19185 19185 W System.err: 	at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1725)
11-30 15:19:38.423 19185 19185 W System.err: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 15:19:38.423 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][DisableUnusedActivationTask] start
11-30 15:19:38.423 19185 19185 W System.err: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 15:19:38.423 19185 19185 W System.err: 	at android.os.Looper.loop(Looper.java:164)
11-30 15:19:38.423 19185 19185 W System.err: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 15:19:38.423 19185 19185 W System.err: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:19:38.423 19185 19185 W System.err: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 15:19:38.423 19185 19185 W System.err: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 15:19:38.424 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivationListTask] Get activation list : size = 8, curVesion: 1080300002
11-30 15:19:38.425 26331 26331 I SEMS:DataAdapterLog_1.0: [NetworkCommon][SEMS][PolicyLog][2][SyncPolicyTask] syncPolicy
11-30 15:19:38.426 26331 26331 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isSamsungAccountSignedIn : true
11-30 15:19:38.426 26331 26331 I SEMS:DataAdapterLog_1.0: [NetworkCommon][SEMS][PolicyLog][2][SyncPolicyTask] updatePolicyDB
11-30 15:19:38.433 19185 19185 W System.err: java.lang.IllegalArgumentException: Service not registered: com.lbe.doubleagent.service.proxy.JobProxy$a@db7e75b
11-30 15:19:38.434 19185 19185 W System.err: 	at android.app.LoadedApk.forgetServiceDispatcher(LoadedApk.java:1526)
11-30 15:19:38.434 19185 19185 W System.err: 	at android.app.ContextImpl.unbindService(ContextImpl.java:1717)
11-30 15:19:38.434 19185 19185 W System.err: 	at android.content.ContextWrapper.unbindService(ContextWrapper.java:722)
11-30 15:19:38.434 19185 19185 W System.err: 	at android.content.ContextWrapper.unbindService(ContextWrapper.java:722)
11-30 15:19:38.434 19185 19185 W System.err: 	at com.lbe.doubleagent.service.proxy.JobProxy.a(JobProxy.java:228)
11-30 15:19:38.434 19185 19185 W System.err: 	at com.lbe.doubleagent.service.proxy.JobProxy.a(JobProxy.java:33)
11-30 15:19:38.434 19185 19185 W System.err: 	at com.lbe.doubleagent.service.proxy.JobProxy$a.b(JobProxy.java:144)
11-30 15:19:38.434 19185 19185 W System.err: 	at com.lbe.doubleagent.service.proxy.JobProxy$a.onServiceDisconnected(JobProxy.java:95)
11-30 15:19:38.434 19185 19185 W System.err: 	at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:1710)
11-30 15:19:38.434 19185 19185 W System.err: 	at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1725)
11-30 15:19:38.434 19185 19185 W System.err: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 15:19:38.434 19185 19185 W System.err: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 15:19:38.434 19185 19185 W System.err: 	at android.os.Looper.loop(Looper.java:164)
11-30 15:19:38.434 19185 19185 W System.err: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 15:19:38.434 19185 19185 W System.err: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:19:38.434 19185 19185 W System.err: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 15:19:38.434 19185 19185 W System.err: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 15:19:38.456  2985  2992 V MediaPlayer-JNI: native_finalize
11-30 15:19:38.456  2985  2992 V MediaPlayer-JNI: release
11-30 15:19:38.456  2985  2992 V MediaPlayer-JNI: native_finalize
11-30 15:19:38.456  2985  2992 V MediaPlayer-JNI: release
11-30 15:19:38.460 26331 26331 I SEMS:DataAdapterLog_1.0: [NetworkCommon][SEMS][PolicyLog][2][StoredPollingData] syncedTime: 1638191403715, needSync : false
11-30 15:19:38.460 26331 26331 I SEMS:DataAdapterLog_1.0: [NetworkCommon][SEMS][PolicyLog][2][SyncPolicyTask] requestSync : no need sync
11-30 15:19:38.460 26331 26331 I SEMS:DataAdapterLog_1.0: [NetworkCommon][SEMS][PolicyLog][2][SyncPolicyTask] finish sync policy callback
11-30 15:19:38.471 26331 26331 I SEMS:SamsungAccount: [SamsungService] Check SA EF Mapping
11-30 15:19:38.471 26331 26331 I SEMS:SamsungAccount: [ODM] isRequireEmailVerify
11-30 15:19:38.471 26331 26331 I SEMS:SamsungAccount: [ODM] getTncCursor
11-30 15:19:38.471 26331 26331 I SEMS:SamsungAccount: [OpenContentProvider]  URI : content://com.msc.openprovider.openContentProvider/tncRequest
11-30 15:19:38.472 26331 26331 I SEMS:SamsungAccount: [AccountManagerUtil] isHaveSA() - true
11-30 15:19:38.492 15154 25918 I Finsky:background: [43286] gef.X(3): Broadcasting <534:RUNNING:98%[98%]>.
11-30 15:19:38.495 26331 26331 I SEMS:SamsungAccount: [ODM] isRequireNameValid
11-30 15:19:38.495 26331 26331 I SEMS:SamsungAccount: [ODM] getTncCursor
11-30 15:19:38.495 26331 26331 I SEMS:SamsungAccount: [OpenContentProvider]  URI : content://com.msc.openprovider.openContentProvider/tncRequest
11-30 15:19:38.496 26331 26331 I SEMS:SamsungAccount: [AccountManagerUtil] isHaveSA() - true
11-30 15:19:38.497 26331 26331 I SEMS:SamsungAccount: [DbManagerV2] getMccFromDB
11-30 15:19:38.497 26331 26331 I SEMS:SamsungAccount: [DbManagerV2] getDataV02ForItems
11-30 15:19:38.498 26331 26331 I SEMS:SamsungAccount: [SSP] query invoked
11-30 15:19:38.499  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:38.501  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 4 lines
11-30 15:19:38.501  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:38.502 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.android.chrome:com.android.chrome reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 2, 192
11-30 15:19:38.506 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:38.509  2706  2706 W keystore: ENTER remove operation from uid 10211
11-30 15:19:38.511 14965 25582 I Finsky  : [43458] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=DOWNLOADING
11-30 15:19:38.523  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:38.531  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 19 lines
11-30 15:19:38.531  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:38.538  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:38.538  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:38.538  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:38.538  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:38.676 20330 20330 I zygote  : Explicit concurrent copying GC freed 42(32KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 2MB/5MB, paused 180us total 60.054ms
11-30 15:19:38.708 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:19:38.725 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:19:38.866 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:38.866 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:19:38.877 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:38.878 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:19:38.903 10091 10091 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService }
11-30 15:19:38.947   559   732 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:19:39.038  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:39.038  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:19:39.038  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:39.038  2985  2985 D AudioService: isEnabled
11-30 15:19:39.046  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:39.053  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:39.057  2985  5090 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:19:39.062  2985  5090 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:19:39.083 26331 26331 I zygote  : Deoptimizing java.lang.Object org.simpleframework.xml.core.CacheLabel.getEmpty(org.simpleframework.xml.core.Context) due to JIT inline cache
11-30 15:19:39.085 26331 26331 I SEMS:SamsungAccount: Not Skip Name Validation by accountMCC
11-30 15:19:39.085  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.071405 0.081403 9.622296 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:39.085  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:39.086 26331 26331 I SEMS:SamsungAccount: [ODM] mIsRequireEmailorNameVerification : false
11-30 15:19:39.086 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:19:39.089 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:19:39.089  6077  6077 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:19:39.091  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:39.091  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:39.093 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:19:39.095  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:39.095  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:39.098 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:19:39.101 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:19:39.101 26331 26331 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SSF][2][EasySignUpInterface] isAuth is true
11-30 15:19:39.101 26331 26331 I SEMS:SamsungAccount: [DbManagerV2] getUserID
11-30 15:19:39.101 26331 26331 I SEMS:SamsungAccount: [DbManagerV2] getDataV02ForItems
11-30 15:19:39.101 26331 26331 I SEMS:SamsungAccount: [SSP] query invoked
11-30 15:19:39.111  2706  2706 W keystore: ENTER remove operation from uid 10211
11-30 15:19:39.115 26331 26331 I SEMS:SamsungAccount: [SamsungService] result : false
11-30 15:19:39.115 26331 26331 I SEMS:SamsungAccount: [SamsungService] No need to call EF Mapping API
11-30 15:19:39.115 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityReceiver] onReceive
11-30 15:19:39.117 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityProgressTaskManager] notify
11-30 15:19:39.132 26331 26331 I SEMS:SamsungAccount: [SamsungAccount] isInitCompleted = true
11-30 15:19:39.135 26331 26331 I SEMS:SamsungAccount: [TPMU]  strSIMState     :SIM_STATE_READY
11-30 15:19:39.137 26331 26331 I SEMS:SamsungAccount: [TPMU] getMccFromUsim : 510
11-30 15:19:39.137 26331 26331 I SEMS:SamsungAccount: getMccForGalaxyJpn step1 PURE MCC : 510
11-30 15:19:39.137 26331 26331 I SEMS:SamsungAccount: [LocalBusinessException] REF_JPN : true
11-30 15:19:39.157  2985  3645 D LocationManagerService: request from uid 15010018 is now foreground
11-30 15:19:39.157  2985  3645 D LocationManagerService: request from uid 15010018 is now foreground
11-30 15:19:39.169  6077  6077 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.herrevad.services.LightweightNetworkQualityAndroidService.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:19:39.169  6077  6077 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.herrevad.services.LightweightNetworkQualityAndroidService.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:19:39.176 26331 26340 I zygote  : Do partial code cache collection, code=31KB, data=21KB
11-30 15:19:39.176 26331 26340 I zygote  : After code cache collection, code=28KB, data=20KB
11-30 15:19:39.176 26331 26340 I zygote  : Increasing code cache capacity to 128KB
11-30 15:19:39.205  6077  6077 I Herrevad: [2] zkt.a: updateListenState
11-30 15:19:39.234 15154 25918 I Finsky:background: [43286] gef.X(3): Broadcasting <534:SUCCEEDED>.
11-30 15:19:39.274  2985  4102 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:39.275  2985  4102 I chatty  : uid=1000(system) Binder:2985_F identical 4 lines
11-30 15:19:39.275  2985  4102 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:39.280  2985  5090 D PersonaManagerService: securefolder Secure Folder
11-30 15:19:39.295  2985  4102 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:39.297  2985  4102 I chatty  : uid=1000(system) Binder:2985_F identical 4 lines
11-30 15:19:39.297  2985  4102 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:39.297  2985  3826 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:19:39.297  2985  4102 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:39.303  2985  4102 I chatty  : uid=1000(system) Binder:2985_F identical 13 lines
11-30 15:19:39.303  2985  4102 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:39.306  2985  4102 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:39.306  2985  4102 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:39.307  2985  4102 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:19:39.307  2985  4102 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:39.329 19115 26521 W TimedProcessReaper: Scheduling killing of process to refresh configuration
11-30 15:19:39.332 19115 19115 I A       : Refusing EXCLUSIVE task 21, it is already pending. Try again in 358 seconds.
11-30 15:19:39.336 26483 26483 I PhenotypeBackgroundRecv: Skipping com.google.android.apps.gsa.pcp.device#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:39.419 26331 26331 I SEMS:SamsungAccount: [SAIDL] OnCreate Service
11-30 15:19:39.425  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:39.425  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:19:39.425  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:39.426  2985  2985 D AudioService: isEnabled
11-30 15:19:39.433  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:39.439  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:19:39.442  2985  4102 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:19:39.442  2985  4102 D PersonaManagerService: securefolder Secure Folder
11-30 15:19:39.442  2985  3826 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:19:39.448 26331 26331 I SEMS:SamsungAccount: [AIDLMobileServicePlaceBinder] [InAIDL] AIDLMobileServicePlaceBinder START
11-30 15:19:39.449 26331 26331 I SEMS:SamsungAccount: [SAIDL] OnBind
11-30 15:19:39.449 26331 26331 I SEMS:SamsungAccount: [SAIDL] [AUTH] Service binded
11-30 15:19:39.450 26331 26331 I SEMS:SamsungAccount: [SAIDL] OnBind
11-30 15:19:39.450 26331 26331 I SEMS:SamsungAccount: [SAIDL] [PROFILE] Service binded
11-30 15:19:39.450 26238 26238 D SEMS-4.0.04_SeMobileServiceSession: bindState AuthService: BOUND in setBindState()
11-30 15:19:39.450 26238 26238 D SEMS-4.0.04_SeMobileServiceSession: AuthApi service connection established!@453c74e
11-30 15:19:39.450 26238 26238 D SEMS-4.0.04_SeMobileServiceSession: ConnectionManager does not have AuthService
11-30 15:19:39.450 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: MESSAGE EVT_REQUESTED_SERVICE_CONNECTED
11-30 15:19:39.451 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: add AuthService in connectionManager
11-30 15:19:39.451 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: ProfileService is not connected yet.
11-30 15:19:39.451 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: SocialService is not connected yet.
11-30 15:19:39.451 26238 26238 D SEMS-4.0.04_SeMobileServiceSession: bindState ProfileService: BOUND in setBindState()
11-30 15:19:39.451 26238 26238 D SEMS-4.0.04_SeMobileServiceSession: ProfileApi service connection established!@2b9d06f
11-30 15:19:39.451 26238 26238 D SEMS-4.0.04_SeMobileServiceSession: ConnectionManager does not have ProfileService
11-30 15:19:39.451 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: MESSAGE EVT_REQUESTED_SERVICE_CONNECTED
11-30 15:19:39.451 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: add ProfileService in connectionManager
11-30 15:19:39.451 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: SocialService is not connected yet.
11-30 15:19:39.454  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228079 RxPkts=4187433 TxBytes=586786766 RxBytes=4502405978 , Foreground uid=1001 pkgName=com.samsung.android.incallui txBytes=0 rxBytes=0
11-30 15:19:39.463 26331 26331 I SEMS:MobileService_10.5.0.000: [BLog][2][MobileServiceSocialService] onCreate()
11-30 15:19:39.464 26331 26331 I SEMS:MobileService_10.5.0.000: [BLog][2][MobileServiceSocialService] onBind()
11-30 15:19:39.479 26238 26238 D SEMS-4.0.04_SeMobileServiceSession: bindState SocialService: BOUND in setBindState()
11-30 15:19:39.480 26238 26238 D SEMS-4.0.04_SeMobileServiceSession: SocialApi service connection established!@b79c17c
11-30 15:19:39.480 26238 26238 D SEMS-4.0.04_SeMobileServiceSession: ConnectionManager does not have SocialService
11-30 15:19:39.480 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: MESSAGE EVT_REQUESTED_SERVICE_CONNECTED
11-30 15:19:39.480 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: add SocialService in connectionManager
11-30 15:19:39.480 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: All reqeusted services are connected.
11-30 15:19:39.480 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: MESSAGE EVT_ALL_REQUESTED_SERVICE_CONNECTED
11-30 15:19:39.480 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: MESSAGE EVT_CONNECT_COMPLETE
11-30 15:19:39.482 26238 26238 I InCall  : SemsManager - connect - onSuccess
11-30 15:19:39.482 26238 26238 I InCall  : SemsManager - notifySessionConnected
11-30 15:19:39.484 26238 26238 I InCall  : Agifflow-EFController - updateGeoDescriptionAsync: 188
11-30 15:19:39.484 26238 26238 I InCall  : SemsManager - removeListener
11-30 15:19:39.487 26238 26396 D SEMS-4.0.04_SeMobileServiceSession: All reqeusted services are connected.
11-30 15:19:39.487 26238 26396 D SEMS-4.0.04_Social: SocialApi @7d0ba77
11-30 15:19:39.487 26238 26396 D SEMS-4.0.04_SeMobileServiceSession: All reqeusted services are connected.
11-30 15:19:39.487 26238 26396 D SEMS-4.0.04_SeMobileServiceSession: mAuthService = com.samsung.android.sdk.mobileservice.a.g$a$a@db35a05
11-30 15:19:39.487 26238 26396 D SEMS-4.0.04_SeMobileServiceSession: mAuthService = com.samsung.android.sdk.mobileservice.a.g$a$a@db35a05
11-30 15:19:39.488 26331 26357 I SEMS:SamsungAccount: [AIDLMobileServiceAuthBinder] [InAIDL] getAuthInfoCached
11-30 15:19:39.489 26331 26357 I SEMS:SamsungAccount: [AccountManagerUtil] isHaveSA() - true
11-30 15:19:39.489 26331 26357 I SEMS:SamsungAccount: [AIDLMobileServiceAuthBinder] [InAIDL] isSamsungAccountSignedIn : true
11-30 15:19:39.489 26331 26357 I SEMS:SamsungAccount: [CallingPackageUtil] isCalledFromRelay start
11-30 15:19:39.491 26331 26357 I SEMS:SamsungAccount: [CallingPackageUtil] NOT called from relay
11-30 15:19:39.492  2985  4102 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:19:39.494 26331 26357 I SEMS:SamsungAccount: [CallingPackageUtil] getClientIdFromMetaData : android.incallui.
11-30 15:19:39.500 26331 26357 I SEMS:SamsungAccount: [SignatureCheckUtil] runCheckSignature on Ses Sdk
11-30 15:19:39.500 26331 26357 I SEMS:SamsungAccount: [SignatureCheckUtil] runCheckSignature : 27
11-30 15:19:39.537 19115 25537 W TimedProcessReaper: Scheduling killing of process to refresh configuration
11-30 15:19:39.541 19115 19115 I A       : Refusing EXCLUSIVE task 21, it is already pending. Try again in 357 seconds.
11-30 15:19:39.547 26483 26483 I PhenotypeBackgroundRecv: Skipping com.google.android.apps.search.assistant.device#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:39.562 19115 19115 W A       : Received update for unknown package com.google.android.libraries.search.audio.device; known packages [assistant_auto_tng_libraries_device#com.google.android.googlequicksearchbox, assistant_auto_tng_libraries_user#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.verticals.memory#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.user#com.google.android.googlequicksearchbox, com.google.android.libraries.search.audio.device#com.google.android.googlequicksearchbox:com.google.android.googlequicksearchbox:search, com.google.android.apps.search.faceviewer#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.user#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.device#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.user#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.device#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.pronunciationlearning#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.device#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.user#com.google.android.googlequicksearchbox, com.google.android.libraries.assistant.symbiote#com.google.android.googlequicksearchbox, com.google.android.libraries.search.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.uidevice#com.google.android.googlequicksearchbox, com.google.android.apps.search.webglide.user#com.google.android.googlequicksearchbox]
11-30 15:19:39.565 19115 19115 I A       : Refusing EXCLUSIVE task 21, it is already pending. Try again in 357 seconds.
11-30 15:19:39.570 26483 26483 I PhenotypeBackgroundRecv: Skipping com.google.android.libraries.search.audio.device which doesn't use ProcessStable flags.
11-30 15:19:39.578 19115 19115 W A       : Received update for unknown package com.google.android.libraries.assistant.ampactions#com.google.android.googlequicksearchbox; known packages [assistant_auto_tng_libraries_device#com.google.android.googlequicksearchbox, assistant_auto_tng_libraries_user#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.verticals.memory#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.user#com.google.android.googlequicksearchbox, com.google.android.libraries.search.audio.device#com.google.android.googlequicksearchbox:com.google.android.googlequicksearchbox:search, com.google.android.apps.search.faceviewer#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.user#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.device#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.user#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.device#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.pronunciationlearning#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.device#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.user#com.google.android.googlequicksearchbox, com.google.android.libraries.assistant.symbiote#com.google.android.googlequicksearchbox, com.google.android.libraries.search.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.uidevice#com.google.android.googlequicksearchbox, com.google.android.apps.search.webglide.user#com.google.android.googlequicksearchbox]
11-30 15:19:39.581 19115 19115 I A       : Refusing EXCLUSIVE task 21, it is already pending. Try again in 357 seconds.
11-30 15:19:39.586 26483 26483 I PhenotypeBackgroundRecv: Skipping com.google.android.libraries.assistant.ampactions#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:39.589 26331 26357 I SEMS:SamsungAccount: [SignatureCache] getSignatureCacheFile : Success / 1278844
11-30 15:19:39.589 26331 26357 I SEMS:SamsungAccount: [SignatureCheckUtil] isSignatureMatchedFromFullList - Use cached signature
11-30 15:19:39.611 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:19:39.623 19115 26521 W TimedProcessReaper: Scheduling killing of process to refresh configuration
11-30 15:19:39.626 19115 19115 I A       : Refusing EXCLUSIVE task 21, it is already pending. Try again in 357 seconds.
11-30 15:19:39.627 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:19:39.631 26483 26483 I PhenotypeBackgroundRecv: Skipping com.google.android.libraries.search.device#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:39.638 19115 19115 W A       : Received update for unknown package com.google.android.apps.search.proactive_widgets_startup.device#com.google.android.googlequicksearchbox; known packages [assistant_auto_tng_libraries_device#com.google.android.googlequicksearchbox, assistant_auto_tng_libraries_user#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.verticals.memory#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.user#com.google.android.googlequicksearchbox, com.google.android.libraries.search.audio.device#com.google.android.googlequicksearchbox:com.google.android.googlequicksearchbox:search, com.google.android.apps.search.faceviewer#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.user#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.device#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.user#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.device#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.pronunciationlearning#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.device#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.user#com.google.android.googlequicksearchbox, com.google.android.libraries.assistant.symbiote#com.google.android.googlequicksearchbox, com.google.android.libraries.search.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.uidevice#com.google.android.googlequicksearchbox, com.google.android.apps.search.webglide.user#com.google.android.googlequicksearchbox]
11-30 15:19:39.641 19115 19115 I A       : Refusing EXCLUSIVE task 21, it is already pending. Try again in 357 seconds.
11-30 15:19:39.646 26483 26483 I PhenotypeBackgroundRecv: Skipping com.google.android.apps.search.proactive_widgets_startup.device#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:39.660 26331 26350 I zygote  : Background concurrent copying GC freed 27399(1720KB) AllocSpace objects, 6(9MB) LOS objects, 50% free, 6MB/13MB, paused 6.960ms total 47.773ms
11-30 15:19:39.733 26331 26357 I SEMS:SamsungAccount: ================ checkSignatureValidation ================================================
11-30 15:19:39.740 26331 26357 I SEMS:SamsungAccount: [AccountResponse] isSHA2Matched : android.incallui. / fromSesSdk : true
11-30 15:19:39.741 26331 26357 I SEMS:SamsungAccount: [AccountResponse] isSHA2Matched - matched
11-30 15:19:39.741 26331 26357 I SEMS:SamsungAccount: [AccountResponse] checkSignatureValidation - true, android.incallui.
11-30 15:19:39.741 26331 26357 I SEMS:SamsungAccount: [SignatureCheckUtil] isSignatureMatchedFromFullList(with cache) - matched
11-30 15:19:39.741 26331 26357 I SEMS:SamsungAccount: [AIDLMobileServiceAuthBinder] [InAIDL] This is the access of the allowed application(Final)
11-30 15:19:39.743 26331 26620 I SEMS:SamsungAccount: [AccountManagerUtil] isHaveSA() - true
11-30 15:19:39.743 26331 26620 I SEMS:SamsungAccount: [DbManagerV2] getEmailID
11-30 15:19:39.743 26331 26620 I SEMS:SamsungAccount: [DbManagerV2] getDataV02ForItems
11-30 15:19:39.743 26331 26620 I SEMS:SamsungAccount: [SSP] query invoked
11-30 15:19:39.750  2706  2706 W keystore: ENTER remove operation from uid 10211
11-30 15:19:39.760 26331 26620 I SEMS:SamsungAccount: [DeviceRegistrationManager] PhoneType : 1
11-30 15:19:39.765 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:39.765 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:19:39.766 26331 26620 I SEMS:SamsungAccount: [DbManagerV2] getMccFromDB - Cache
11-30 15:19:39.768 26331 26620 I SEMS:SamsungAccount: [UserManagerUtil] Current UserHandle is = 0
11-30 15:19:39.768 26331 26620 I SEMS:SamsungAccount: [ODM] isRequireEmailVerify
11-30 15:19:39.768 26331 26620 I SEMS:SamsungAccount: [ODM] getTncCursor
11-30 15:19:39.769 26331 26620 I SEMS:SamsungAccount: [OpenContentProvider]  URI : content://com.msc.openprovider.openContentProvider/tncRequest
11-30 15:19:39.769 26331 26620 I SEMS:SamsungAccount: [AccountManagerUtil] isHaveSA() - true
11-30 15:19:39.772 26331 26620 I SEMS:SamsungAccount: [ODM] isRequireNameValid
11-30 15:19:39.772 26331 26620 I SEMS:SamsungAccount: [ODM] getTncCursor
11-30 15:19:39.772 26331 26620 I SEMS:SamsungAccount: [OpenContentProvider]  URI : content://com.msc.openprovider.openContentProvider/tncRequest
11-30 15:19:39.773 26331 26620 I SEMS:SamsungAccount: [AccountManagerUtil] isHaveSA() - true
11-30 15:19:39.774 26331 26620 I SEMS:SamsungAccount: [DbManagerV2] getMccFromDB - Cache
11-30 15:19:39.774 26331 26620 I SEMS:SamsungAccount: Not Skip Name Validation by accountMCC
11-30 15:19:39.775 26331 26620 I SEMS:SamsungAccount: [DbManagerV2] getUserID
11-30 15:19:39.776 26331 26620 I SEMS:SamsungAccount: [DbManagerV2] getDataV02ForItems
11-30 15:19:39.776 26331 26620 I SEMS:SamsungAccount: [SSP] query invoked
11-30 15:19:39.779 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:39.780 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:19:39.783  2706  2706 W keystore: ENTER remove operation from uid 10211
11-30 15:19:39.784 26331 26620 I SEMS:SamsungAccount: [DbManagerV2] getMccFromDB - Cache
11-30 15:19:39.784 26331 26620 I SEMS:SamsungAccount: [SSP] query invoked
11-30 15:19:39.790  2706  2706 W keystore: ENTER remove operation from uid 10211
11-30 15:19:39.792 26331 26620 I SEMS:SamsungAccount: [DbManagerV2] getDataState : VALID
11-30 15:19:39.792 26331 26357 I SEMS:SamsungAccount: [AIDLMobileServiceAuthBinder] [InAIDL] getAuthInfoCached returning...
11-30 15:19:39.793 26238 26396 D SEMS-4.0.04_SeMobileServiceSession: mAuthService = com.samsung.android.sdk.mobileservice.a.g$a$a@db35a05
11-30 15:19:39.793 26331 26357 I SEMS:SamsungAccount: [AIDLMobileServiceAuthBinder] [InAIDL] getDeviceAuthInfoCached
11-30 15:19:39.795 26331 26357 I SEMS:SamsungAccount: [AccountManagerUtil] isHaveSA() - true
11-30 15:19:39.795 26331 26357 I SEMS:SamsungAccount: [AIDLMobileServiceAuthBinder] [InAIDL] isSamsungAccountSignedIn : true
11-30 15:19:39.795 26331 26357 I SEMS:SamsungAccount: [CallingPackageUtil] isCalledFromRelay start
11-30 15:19:39.797 26331 26357 I SEMS:SamsungAccount: [CallingPackageUtil] NOT called from relay
11-30 15:19:39.798 26331 26357 I SEMS:SamsungAccount: [AIDLMobileServiceAuthBinder] [InAIDL] isAllowedApplication(Cached) : android.incallui.
11-30 15:19:39.798 26331 26357 I SEMS:SamsungAccount: [AIDLMobileServiceAuthBinder] [InAIDL] This is the access of the allowed application(Final)
11-30 15:19:39.798 26331 26357 I SEMS:MSFramework_10.5.0.000: [43923][DeviceUtils] isMultiSimDevice : true
11-30 15:19:39.802 26331 26357 I SEMS:MSFramework_10.5.0.000: [ELog][43923][EasySignUpDBHandler] query end
11-30 15:19:39.804  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:39.805  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:39.808 26331 26357 I SEMS:MSFramework_10.5.0.000: [43923][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:19:39.809  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:39.810  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:39.813 26331 26357 I SEMS:MSFramework_10.5.0.000: [43923][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:19:39.817 26331 26357 I SEMS:MSFramework_10.5.0.000: [ELog][43923][EasySignUpDBHandler] query end
11-30 15:19:39.817 26331 26357 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SSF][43923][EasySignUpInterface] isAuth is true
11-30 15:19:39.896 26331 26622 I SEMS:MSFramework_10.5.0.000: [43965][DeviceUtils] isMultiSimDevice : true
11-30 15:19:39.900 26331 26622 I SEMS:MSFramework_10.5.0.000: [ELog][43965][EasySignUpDBHandler] query end
11-30 15:19:39.901  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:39.901  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:39.903 26331 26622 I SEMS:MSFramework_10.5.0.000: [43965][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:19:39.904  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:39.904  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:39.906 26331 26622 I SEMS:MSFramework_10.5.0.000: [43965][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:19:39.910 26331 26622 I SEMS:MSFramework_10.5.0.000: [ELog][43965][EasySignUpDBHandler] query end
11-30 15:19:39.913 26331 26622 I SEMS:MSFramework_10.5.0.000: [ELog][43965][EasySignUpDBHandler] query end
11-30 15:19:39.914 26331 26357 I SEMS:SamsungAccount: [AIDLMobileServiceAuthBinder] [InAIDL] getDeviceAuthInfoCached returning...
11-30 15:19:39.914 26238 26396 D SEMS-4.0.04_SeMobileServiceSession: getAuthorized:3
11-30 15:19:39.914 26238 26396 D SEMS-4.0.04_SeMobileServiceSession: mSocialService = com.samsung.android.sdk.mobileservice.c.a$a$a@fa90a5a
11-30 15:19:39.915 26331 26357 I SEMS:DataAdapterLog_1.0: [43923][DeviceUtils] isMultiSimDevice : true
11-30 15:19:39.916 26331 26357 I SEMS:RegistrationLog_1.0: [[ActivateLog]][43923][MobileServiceActivate] isActivated
11-30 15:19:39.917 26331 26357 D SEMS:RegistrationLog_1.0: [[ActivateLog]][43923][MobileServiceActivate] isActivated : null
11-30 15:19:39.917 26331 26357 I SEMS:RegistrationLog_1.0: [[ActivateLog]][43923][MobileServiceActivate] isActivated : Sems:true
11-30 15:19:39.917 26331 26357 E SEMS:MobileService_10.5.0.000: [BLog][43923][BuddyPrecondition] checkActivate : true / isPSActivated : false
11-30 15:19:39.917 26331 26357 E SEMS:MobileService_10.5.0.000: [BLog][43923][BuddyPrecondition] fail CONDITION_SERVICE_ON
11-30 15:19:39.917 26331 26357 I SEMS:MobileService_10.5.0.000: [BLog][43923][MobileServiceBuddy] isServiceActivated condition error
11-30 15:19:39.917 26238 26396 D SEMS-4.0.04_Social: isServiceActivated serviceId=[0] false @7d0ba77
11-30 15:19:39.917 26238 26396 I InCall  : Agifflow-AgifFlowUtils - getServiceStatus is 0
11-30 15:19:39.917 26238 26396 I InCall  : Agifflow-CoreAppsManager - tryDeregister
11-30 15:19:39.956 19115 25537 W TimedProcessReaper: Scheduling killing of process to refresh configuration
11-30 15:19:39.959 19115 19115 I A       : Refusing EXCLUSIVE task 21, it is already pending. Try again in 357 seconds.
11-30 15:19:39.963 26483 26483 I PhenotypeBackgroundRecv: Skipping com.google.android.libraries.search.googleapp.user#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:40.015 19115 26521 W TimedProcessReaper: Scheduling killing of process to refresh configuration
11-30 15:19:40.018 19115 19115 I A       : Refusing EXCLUSIVE task 21, it is already pending. Try again in 357 seconds.
11-30 15:19:40.018 16033 14928 W CursorWindow: Window is full: requested allocation 84 bytes, free space 18 bytes, window size 2097152 bytes
11-30 15:19:40.022 26483 26483 I PhenotypeBackgroundRecv: Skipping com.google.android.libraries.search.googleapp.device#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:40.030 19115 19115 W A       : Received update for unknown package com.google.android.gms.icing.mdd#com.google.android.googlequicksearchbox; known packages [assistant_auto_tng_libraries_device#com.google.android.googlequicksearchbox, assistant_auto_tng_libraries_user#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.verticals.memory#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.user#com.google.android.googlequicksearchbox, com.google.android.libraries.search.audio.device#com.google.android.googlequicksearchbox:com.google.android.googlequicksearchbox:search, com.google.android.apps.search.faceviewer#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.user#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.device#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.user#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.device#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.pronunciationlearning#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.device#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.user#com.google.android.googlequicksearchbox, com.google.android.libraries.assistant.symbiote#com.google.android.googlequicksearchbox, com.google.android.libraries.search.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.uidevice#com.google.android.googlequicksearchbox, com.google.android.apps.search.webglide.user#com.google.android.googlequicksearchbox]
11-30 15:19:40.033 19115 19115 I A       : Refusing EXCLUSIVE task 21, it is already pending. Try again in 357 seconds.
11-30 15:19:40.037 26483 26483 I PhenotypeBackgroundRecv: Skipping com.google.android.gms.icing.mdd#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:40.045 19115 19115 W A       : Received update for unknown package com.google.vr.c9#com.google.android.googlequicksearchbox; known packages [assistant_auto_tng_libraries_device#com.google.android.googlequicksearchbox, assistant_auto_tng_libraries_user#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.verticals.memory#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.user#com.google.android.googlequicksearchbox, com.google.android.libraries.search.audio.device#com.google.android.googlequicksearchbox:com.google.android.googlequicksearchbox:search, com.google.android.apps.search.faceviewer#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.user#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.device#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.user#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.device#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.pronunciationlearning#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.device#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.user#com.google.android.googlequicksearchbox, com.google.android.libraries.assistant.symbiote#com.google.android.googlequicksearchbox, com.google.android.libraries.search.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.uidevice#com.google.android.googlequicksearchbox, com.google.android.apps.search.webglide.user#com.google.android.googlequicksearchbox]
11-30 15:19:40.048 19115 19115 I A       : Refusing EXCLUSIVE task 21, it is already pending. Try again in 357 seconds.
11-30 15:19:40.053 26483 26483 I PhenotypeBackgroundRecv: Skipping com.google.vr.c9#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:40.060 19115 19115 W A       : Received update for unknown package com.google.android.libraries.search.googleapp.uiuser#com.google.android.googlequicksearchbox; known packages [assistant_auto_tng_libraries_device#com.google.android.googlequicksearchbox, assistant_auto_tng_libraries_user#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.verticals.memory#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.user#com.google.android.googlequicksearchbox, com.google.android.libraries.search.audio.device#com.google.android.googlequicksearchbox:com.google.android.googlequicksearchbox:search, com.google.android.apps.search.faceviewer#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.user#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.device#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.user#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.device#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.pronunciationlearning#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.device#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.user#com.google.android.googlequicksearchbox, com.google.android.libraries.assistant.symbiote#com.google.android.googlequicksearchbox, com.google.android.libraries.search.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.uidevice#com.google.android.googlequicksearchbox, com.google.android.apps.search.webglide.user#com.google.android.googlequicksearchbox]
11-30 15:19:40.063 19115 19115 I A       : Refusing EXCLUSIVE task 21, it is already pending. Try again in 357 seconds.
11-30 15:19:40.069 26483 26483 I PhenotypeBackgroundRecv: Skipping com.google.android.libraries.search.googleapp.uiuser#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:19:40.096 19115 25537 W TimedProcessReaper: Scheduling killing of process to refresh configuration
11-30 15:19:40.099 19115 19115 I A       : Refusing EXCLUSIVE task 21, it is already pending. Try again in 357 seconds.
11-30 15:19:40.104 26483 26483 I PhenotypeBackgroundRecv: Skipping com.google.android.libraries.search.audio.device#com.google.android.googlequicksearchbox:com.google.android.googlequicksearchbox:search which doesn't use ProcessStable flags.
11-30 15:19:40.108  2985  4102 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.apps.photos user:0
11-30 15:19:40.108  2985  4102 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:19:40.109  2985  4102 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.apps.photos user:0
11-30 15:19:40.109  2985  4102 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:19:40.125  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.090559 0.045490 9.727641 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:40.125  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:40.133 26623 26623 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:19:40.137 26623 26623 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:40.139 26623 26623 I SELinux : SELinux: seapp_context_lookup: seinfo=apm, level=s0:c512,c768, pkgname=com.google.android.apps.photos 
11-30 15:19:40.182 20330 20330 I zygote  : Explicit concurrent copying GC freed 23(32KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 2MB/5MB, paused 185us total 61.576ms
11-30 15:19:40.187  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10146 ,Container id: 0
11-30 15:19:40.187  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10146 ,Container id: 0
11-30 15:19:40.187  2985  3826 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:40.193  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10146 ,Container id: 0
11-30 15:19:40.193  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10146 ,Container id: 0
11-30 15:19:40.194  2985  3826 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:40.201 26623 26623 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:40.233 26623 26623 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10146
11-30 15:19:40.235 26623 26623 D Proxy   : mdoP is null: 10146
11-30 15:19:40.367 26623 26623 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2124, previously 2561
11-30 15:19:40.367 26623 26623 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1647, previously 1654
11-30 15:19:40.368 26623 26623 W ResourceType: ResTable_typeSpec entry count inconsistent: given 293, previously 1912
11-30 15:19:40.369  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:19:40.369  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:19:40.369  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:19:40.495  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228079 RxPkts=4187433 TxBytes=586786766 RxBytes=4502405978 , Foreground uid=1001 pkgName=com.samsung.android.incallui txBytes=0 rxBytes=0
11-30 15:19:40.500  3510  3660 D Tile.WifiTile: handleUpdateState enabled  = true
11-30 15:19:40.513 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:19:40.530 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:19:40.665 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:40.665 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:19:40.682 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:40.682 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:19:40.759 26623 26640 W ResourceType: For resource 0x7f1403dd, entry index(989) is beyond type entryCount(293)
11-30 15:19:40.760 26623 26640 W ResourceType: For resource 0x7f140256, entry index(598) is beyond type entryCount(293)
11-30 15:19:40.760 26623 26640 W ResourceType: For resource 0x7f140265, entry index(613) is beyond type entryCount(293)
11-30 15:19:40.780 26623 26640 W ResourceType: For resource 0x7f140344, entry index(836) is beyond type entryCount(293)
11-30 15:19:40.780 26623 26640 I chatty  : uid=10146(com.google.android.apps.photos) identical 1 line
11-30 15:19:40.782 26623 26640 W ResourceType: For resource 0x7f140344, entry index(836) is beyond type entryCount(293)
11-30 15:19:40.785 26623 26640 W ResourceType: For resource 0x7f140526, entry index(1318) is beyond type entryCount(293)
11-30 15:19:40.786 26623 26640 W ResourceType: For resource 0x7f140526, entry index(1318) is beyond type entryCount(293)
11-30 15:19:40.786 26623 26640 W ResourceType: For resource 0x7f140527, entry index(1319) is beyond type entryCount(293)
11-30 15:19:40.786 26623 26640 W ResourceType: For resource 0x7f140529, entry index(1321) is beyond type entryCount(293)
11-30 15:19:40.786 26623 26640 W ResourceType: For resource 0x7f140528, entry index(1320) is beyond type entryCount(293)
11-30 15:19:40.786 26623 26640 W ResourceType: For resource 0x7f1404ad, entry index(1197) is beyond type entryCount(293)
11-30 15:19:40.786 26623 26640 W ResourceType: For resource 0x7f140568, entry index(1384) is beyond type entryCount(293)
11-30 15:19:40.786 26623 26640 W ResourceType: For resource 0x7f14052b, entry index(1323) is beyond type entryCount(293)
11-30 15:19:40.786 26623 26640 W ResourceType: For resource 0x7f14052d, entry index(1325) is beyond type entryCount(293)
11-30 15:19:40.786 26623 26640 W ResourceType: For resource 0x7f1404ad, entry index(1197) is beyond type entryCount(293)
11-30 15:19:40.786 26623 26640 W ResourceType: For resource 0x7f14055b, entry index(1371) is beyond type entryCount(293)
11-30 15:19:40.786 26623 26640 W ResourceType: For resource 0x7f14052e, entry index(1326) is beyond type entryCount(293)
11-30 15:19:40.786 26623 26640 W ResourceType: For resource 0x7f1404b3, entry index(1203) is beyond type entryCount(293)
11-30 15:19:40.786 26623 26640 W ResourceType: For resource 0x7f14052f, entry index(1327) is beyond type entryCount(293)
11-30 15:19:40.786 26623 26640 W ResourceType: For resource 0x7f140533, entry index(1331) is beyond type entryCount(293)
11-30 15:19:40.786 26623 26640 I chatty  : uid=10146(com.google.android.apps.photos) identical 2 lines
11-30 15:19:40.786 26623 26640 W ResourceType: For resource 0x7f140533, entry index(1331) is beyond type entryCount(293)
11-30 15:19:40.786 26623 26640 W ResourceType: For resource 0x7f140536, entry index(1334) is beyond type entryCount(293)
11-30 15:19:40.786 26623 26640 W ResourceType: For resource 0x7f1404b2, entry index(1202) is beyond type entryCount(293)
11-30 15:19:40.786 26623 26640 W ResourceType: For resource 0x7f140558, entry index(1368) is beyond type entryCount(293)
11-30 15:19:40.786 26623 26640 W ResourceType: For resource 0x7f14053d, entry index(1341) is beyond type entryCount(293)
11-30 15:19:40.786 26623 26640 W ResourceType: For resource 0x7f14053e, entry index(1342) is beyond type entryCount(293)
11-30 15:19:40.786 26623 26640 W ResourceType: For resource 0x7f140555, entry index(1365) is beyond type entryCount(293)
11-30 15:19:40.786 26623 26640 W ResourceType: For resource 0x7f140556, entry index(1366) is beyond type entryCount(293)
11-30 15:19:40.786 26623 26640 W ResourceType: For resource 0x7f1403de, entry index(990) is beyond type entryCount(293)
11-30 15:19:40.786 26623 26640 W ResourceType: For resource 0x7f14055a, entry index(1370) is beyond type entryCount(293)
11-30 15:19:40.786 26623 26640 W ResourceType: For resource 0x7f140562, entry index(1378) is beyond type entryCount(293)
11-30 15:19:40.786 26623 26640 W ResourceType: For resource 0x7f140564, entry index(1380) is beyond type entryCount(293)
11-30 15:19:40.786 26623 26640 W ResourceType: For resource 0x7f14053c, entry index(1340) is beyond type entryCount(293)
11-30 15:19:40.787 26623 26640 W ResourceType: For resource 0x7f14053a, entry index(1338) is beyond type entryCount(293)
11-30 15:19:40.787 26623 26640 W ResourceType: For resource 0x7f140336, entry index(822) is beyond type entryCount(293)
11-30 15:19:40.787 26623 26640 W ResourceType: For resource 0x7f14031f, entry index(799) is beyond type entryCount(293)
11-30 15:19:40.787 26623 26640 W ResourceType: For resource 0x7f140336, entry index(822) is beyond type entryCount(293)
11-30 15:19:40.787 26623 26640 W ResourceType: For resource 0x7f140349, entry index(841) is beyond type entryCount(293)
11-30 15:19:40.787 26623 26640 W ResourceType: For resource 0x7f140332, entry index(818) is beyond type entryCount(293)
11-30 15:19:40.787 26623 26640 W ResourceType: For resource 0x7f140333, entry index(819) is beyond type entryCount(293)
11-30 15:19:40.787 26623 26640 W ResourceType: For resource 0x7f14056d, entry index(1389) is beyond type entryCount(293)
11-30 15:19:40.787 26623 26640 W ResourceType: For resource 0x7f14056c, entry index(1388) is beyond type entryCount(293)
11-30 15:19:40.811 26623 26640 W ResourceType: For resource 0x7f140344, entry index(836) is beyond type entryCount(293)
11-30 15:19:40.813 26623 26640 W ResourceType: For resource 0x7f140344, entry index(836) is beyond type entryCount(293)
11-30 15:19:40.885  2985  3826 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.gm user:0
11-30 15:19:40.885  2985  3826 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:19:40.885  2985  3826 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.gm user:0
11-30 15:19:40.885  2985  3826 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:19:40.899 26654 26654 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:19:40.902 26654 26654 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:40.903 26654 26654 I SELinux : SELinux: seapp_context_lookup: seinfo=apm, level=s0:c512,c768, pkgname=com.google.android.gm 
11-30 15:19:40.926  2985  4102 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10114 ,Container id: 0
11-30 15:19:40.926  2985  4102 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10114 ,Container id: 0
11-30 15:19:40.926  2985  4102 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:40.933  2985  4102 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10114 ,Container id: 0
11-30 15:19:40.933  2985  4102 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10114 ,Container id: 0
11-30 15:19:40.933  2985  4102 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:40.939 26654 26654 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:40.969 26654 26654 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10114
11-30 15:19:40.969 26654 26654 D Proxy   : mdoP is null: 10114
11-30 15:19:41.136 26654 26654 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:19:41.136 26654 26654 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1195, previously 2540
11-30 15:19:41.140 26654 26654 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:19:41.142 26654 26654 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2546, previously 2540
11-30 15:19:41.144 26654 26654 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1442, previously 4566
11-30 15:19:41.144 26654 26654 W ResourceType: ResTable_typeSpec entry count inconsistent: given 383, previously 2136
11-30 15:19:41.165  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.063026 0.056264 9.702502 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:41.165  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:41.377  2985  3645 D LocationManagerService: request from uid 15010018 is now background)
11-30 15:19:41.377  2985  3645 D LocationManagerService: request from uid 15010018 is now background)
11-30 15:19:41.384  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:41.384  2985  2985 I chatty  : uid=1000 system_server identical 1 line
11-30 15:19:41.384  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:19:41.400  2985  4102 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:19:41.416 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:19:41.417 16033 14928 W CursorWindow: Window is full: requested allocation 84 bytes, free space 38 bytes, window size 2097152 bytes
11-30 15:19:41.425 15154 25918 I Finsky:background: [43286] hrq.f(2): DownloadService is getting stopped.
11-30 15:19:41.432 15154 15154 I Finsky:background: [2] DownloadService.onDestroy(5): DownloadService is getting destroyed.
11-30 15:19:41.432 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:19:41.536  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228079 RxPkts=4187433 TxBytes=586786766 RxBytes=4502405978 , Foreground uid=1001 pkgName=com.samsung.android.incallui txBytes=0 rxBytes=0
11-30 15:19:41.564 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:41.565 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:19:41.583 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:41.583 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:19:41.685 20330 20330 I zygote  : Explicit concurrent copying GC freed 23(32KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 2MB/5MB, paused 189us total 64.814ms
11-30 15:19:41.809 26654 26654 W ResourceType: For resource 0x7f13071b, entry index(1819) is beyond type entryCount(1442)
11-30 15:19:41.810 26654 26654 W ResourceType: For resource 0x7f13071a, entry index(1818) is beyond type entryCount(1442)
11-30 15:19:41.810 26654 26654 W ResourceType: For resource 0x7f13062f, entry index(1583) is beyond type entryCount(1442)
11-30 15:19:41.818 26654 26684 I org.webrtc.Logging: CrashStartupListener: Checking conference crashes for 8 account(s).
11-30 15:19:41.821 26654 26654 W ResourceType: For resource 0x7f1306a1, entry index(1697) is beyond type entryCount(1442)
11-30 15:19:41.822 26654 26654 W ResourceType: For resource 0x7f130721, entry index(1825) is beyond type entryCount(1442)
11-30 15:19:41.823 26654 26654 W ResourceType: For resource 0x7f130c89, entry index(3209) is beyond type entryCount(1442)
11-30 15:19:41.838 26654 26696 D StrictMode: StrictMode policy violation: android.os.StrictMode$StrictModeDiskReadViolation: policy=65599 violation=2
11-30 15:19:41.838 26654 26696 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1440)
11-30 15:19:41.838 26654 26696 D StrictMode: 	at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:251)
11-30 15:19:41.838 26654 26696 D StrictMode: 	at java.io.File.exists(File.java:807)
11-30 15:19:41.838 26654 26696 D StrictMode: 	at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:611)
11-30 15:19:41.838 26654 26696 D StrictMode: 	at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:602)
11-30 15:19:41.838 26654 26696 D StrictMode: 	at android.app.ContextImpl.getPreferencesDir(ContextImpl.java:558)
11-30 15:19:41.838 26654 26696 D StrictMode: 	at android.app.ContextImpl.getSharedPreferencesPath(ContextImpl.java:766)
11-30 15:19:41.838 26654 26696 D StrictMode: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:397)
11-30 15:19:41.838 26654 26696 D StrictMode: 	at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:178)
11-30 15:19:41.838 26654 26696 D StrictMode: 	at exz.<init>(PG:2)
11-30 15:19:41.838 26654 26696 D StrictMode: 	at exa.<init>(Unknown Source:12)
11-30 15:19:41.838 26654 26696 D StrictMode: 	at pov.<init>(Unknown Source:8)
11-30 15:19:41.838 26654 26696 D StrictMode: 	at pov.a(PG:2)
11-30 15:19:41.838 26654 26696 D StrictMode: 	at pom.apply(Unknown Source:10)
11-30 15:19:41.838 26654 26696 D StrictMode: 	at j$.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1650)
11-30 15:19:41.838 26654 26696 D StrictMode: 	at j$.util.Map$$Dispatch.computeIfAbsent(Unknown Source:6)
11-30 15:19:41.838 26654 26696 D StrictMode: 	at pon.a(PG:1)
11-30 15:19:41.838 26654 26696 D StrictMode: 	at pon.c(PG:2)
11-30 15:19:41.838 26654 26696 D StrictMode: 	at aaxe.a(PG:2)
11-30 15:19:41.838 26654 26696 D StrictMode: 	at aaxe.g(PG:2)
11-30 15:19:41.838 26654 26696 D StrictMode: 	at abdr.a(Unknown Source:2)
11-30 15:19:41.838 26654 26696 D StrictMode: 	at una.a(Unknown Source:24)
11-30 15:19:41.838 26654 26696 D StrictMode: 	at bckn.a(PG:2)
11-30 15:19:41.838 26654 26696 D StrictMode: 	at bgng.e(Unknown Source:2)
11-30 15:19:41.838 26654 26696 D StrictMode: 	at bgnh.run(PG:9)
11-30 15:19:41.838 26654 26696 D StrictMode: 	at bbma.run(PG:1)
11-30 15:19:41.838 26654 26696 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:41.838 26654 26696 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:41.838 26654 26696 D StrictMode: 	at bbkk.run(Unknown Source:38)
11-30 15:19:41.838 26654 26696 D StrictMode: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:41.840 26654 26696 D StrictMode: StrictMode policy violation: android.os.StrictMode$StrictModeDiskReadViolation: policy=65599 violation=2
11-30 15:19:41.840 26654 26696 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1440)
11-30 15:19:41.840 26654 26696 D StrictMode: 	at android.app.SharedPreferencesImpl.awaitLoadedLocked(SharedPreferencesImpl.java:234)
11-30 15:19:41.840 26654 26696 D StrictMode: 	at android.app.SharedPreferencesImpl.edit(SharedPreferencesImpl.java:315)
11-30 15:19:41.840 26654 26696 D StrictMode: 	at exz.<init>(PG:2)
11-30 15:19:41.840 26654 26696 D StrictMode: 	at exa.<init>(Unknown Source:12)
11-30 15:19:41.840 26654 26696 D StrictMode: 	at pov.<init>(Unknown Source:8)
11-30 15:19:41.840 26654 26696 D StrictMode: 	at pov.a(PG:2)
11-30 15:19:41.840 26654 26696 D StrictMode: 	at pom.apply(Unknown Source:10)
11-30 15:19:41.840 26654 26696 D StrictMode: 	at j$.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1650)
11-30 15:19:41.840 26654 26696 D StrictMode: 	at j$.util.Map$$Dispatch.computeIfAbsent(Unknown Source:6)
11-30 15:19:41.840 26654 26696 D StrictMode: 	at pon.a(PG:1)
11-30 15:19:41.840 26654 26696 D StrictMode: 	at pon.c(PG:2)
11-30 15:19:41.840 26654 26696 D StrictMode: 	at aaxe.a(PG:2)
11-30 15:19:41.840 26654 26696 D StrictMode: 	at aaxe.g(PG:2)
11-30 15:19:41.840 26654 26696 D StrictMode: 	at abdr.a(Unknown Source:2)
11-30 15:19:41.840 26654 26696 D StrictMode: 	at una.a(Unknown Source:24)
11-30 15:19:41.840 26654 26696 D StrictMode: 	at bckn.a(PG:2)
11-30 15:19:41.840 26654 26696 D StrictMode: 	at bgng.e(Unknown Source:2)
11-30 15:19:41.840 26654 26696 D StrictMode: 	at bgnh.run(PG:9)
11-30 15:19:41.840 26654 26696 D StrictMode: 	at bbma.run(PG:1)
11-30 15:19:41.840 26654 26696 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:41.840 26654 26696 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:41.840 26654 26696 D StrictMode: 	at bbkk.run(Unknown Source:38)
11-30 15:19:41.840 26654 26696 D StrictMode: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:41.861 26654 26693 D StrictMode: StrictMode policy violation: android.os.StrictMode$StrictModeDiskReadViolation: policy=65599 violation=2
11-30 15:19:41.861 26654 26693 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1440)
11-30 15:19:41.861 26654 26693 D StrictMode: 	at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:251)
11-30 15:19:41.861 26654 26693 D StrictMode: 	at java.io.File.exists(File.java:807)
11-30 15:19:41.861 26654 26693 D StrictMode: 	at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:611)
11-30 15:19:41.861 26654 26693 D StrictMode: 	at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:602)
11-30 15:19:41.861 26654 26693 D StrictMode: 	at android.app.ContextImpl.getPreferencesDir(ContextImpl.java:558)
11-30 15:19:41.861 26654 26693 D StrictMode: 	at android.app.ContextImpl.getSharedPreferencesPath(ContextImpl.java:766)
11-30 15:19:41.861 26654 26693 D StrictMode: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:397)
11-30 15:19:41.861 26654 26693 D StrictMode: 	at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:178)
11-30 15:19:41.861 26654 26693 D StrictMode: 	at exz.<init>(PG:2)
11-30 15:19:41.861 26654 26693 D StrictMode: 	at exa.<init>(Unknown Source:12)
11-30 15:19:41.861 26654 26693 D StrictMode: 	at pov.<init>(Unknown Source:8)
11-30 15:19:41.861 26654 26693 D StrictMode: 	at pov.a(PG:2)
11-30 15:19:41.861 26654 26693 D StrictMode: 	at pom.apply(Unknown Source:10)
11-30 15:19:41.861 26654 26693 D StrictMode: 	at j$.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1650)
11-30 15:19:41.861 26654 26693 D StrictMode: 	at j$.util.Map$$Dispatch.computeIfAbsent(Unknown Source:6)
11-30 15:19:41.861 26654 26693 D StrictMode: 	at pon.a(PG:1)
11-30 15:19:41.861 26654 26693 D StrictMode: 	at pon.c(PG:2)
11-30 15:19:41.861 26654 26693 D StrictMode: 	at aaxe.a(PG:2)
11-30 15:19:41.861 26654 26693 D StrictMode: 	at aaxe.g(PG:2)
11-30 15:19:41.861 26654 26693 D StrictMode: 	at abdr.a(Unknown Source:2)
11-30 15:19:41.861 26654 26693 D StrictMode: 	at una.a(Unknown Source:24)
11-30 15:19:41.861 26654 26693 D StrictMode: 	at bckn.a(PG:2)
11-30 15:19:41.861 26654 26693 D StrictMode: 	at bgng.e(Unknown Source:2)
11-30 15:19:41.861 26654 26693 D StrictMode: 	at bgnh.run(PG:9)
11-30 15:19:41.861 26654 26693 D StrictMode: 	at bbma.run(PG:1)
11-30 15:19:41.861 26654 26693 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:41.861 26654 26693 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:41.861 26654 26693 D StrictMode: 	at bbkk.run(Unknown Source:38)
11-30 15:19:41.861 26654 26693 D StrictMode: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:41.864 26654 26693 D StrictMode: StrictMode policy violation: android.os.StrictMode$StrictModeDiskReadViolation: policy=65599 violation=2
11-30 15:19:41.864 26654 26693 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1440)
11-30 15:19:41.864 26654 26693 D StrictMode: 	at android.app.SharedPreferencesImpl.awaitLoadedLocked(SharedPreferencesImpl.java:234)
11-30 15:19:41.864 26654 26693 D StrictMode: 	at android.app.SharedPreferencesImpl.edit(SharedPreferencesImpl.java:315)
11-30 15:19:41.864 26654 26693 D StrictMode: 	at exz.<init>(PG:2)
11-30 15:19:41.864 26654 26693 D StrictMode: 	at exa.<init>(Unknown Source:12)
11-30 15:19:41.864 26654 26693 D StrictMode: 	at pov.<init>(Unknown Source:8)
11-30 15:19:41.864 26654 26693 D StrictMode: 	at pov.a(PG:2)
11-30 15:19:41.864 26654 26693 D StrictMode: 	at pom.apply(Unknown Source:10)
11-30 15:19:41.864 26654 26693 D StrictMode: 	at j$.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1650)
11-30 15:19:41.864 26654 26693 D StrictMode: 	at j$.util.Map$$Dispatch.computeIfAbsent(Unknown Source:6)
11-30 15:19:41.864 26654 26693 D StrictMode: 	at pon.a(PG:1)
11-30 15:19:41.864 26654 26693 D StrictMode: 	at pon.c(PG:2)
11-30 15:19:41.864 26654 26693 D StrictMode: 	at aaxe.a(PG:2)
11-30 15:19:41.864 26654 26693 D StrictMode: 	at aaxe.g(PG:2)
11-30 15:19:41.864 26654 26693 D StrictMode: 	at abdr.a(Unknown Source:2)
11-30 15:19:41.864 26654 26693 D StrictMode: 	at una.a(Unknown Source:24)
11-30 15:19:41.864 26654 26693 D StrictMode: 	at bckn.a(PG:2)
11-30 15:19:41.864 26654 26693 D StrictMode: 	at bgng.e(Unknown Source:2)
11-30 15:19:41.864 26654 26693 D StrictMode: 	at bgnh.run(PG:9)
11-30 15:19:41.864 26654 26693 D StrictMode: 	at bbma.run(PG:1)
11-30 15:19:41.864 26654 26693 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:41.864 26654 26693 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:41.864 26654 26693 D StrictMode: 	at bbkk.run(Unknown Source:38)
11-30 15:19:41.864 26654 26693 D StrictMode: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:41.871 26654 26705 W zygote  : Unsupported class loader
11-30 15:19:41.876 26654 26694 D StrictMode: StrictMode policy violation: android.os.StrictMode$StrictModeDiskReadViolation: policy=65599 violation=2
11-30 15:19:41.876 26654 26694 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1440)
11-30 15:19:41.876 26654 26694 D StrictMode: 	at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:251)
11-30 15:19:41.876 26654 26694 D StrictMode: 	at java.io.File.exists(File.java:807)
11-30 15:19:41.876 26654 26694 D StrictMode: 	at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:611)
11-30 15:19:41.876 26654 26694 D StrictMode: 	at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:602)
11-30 15:19:41.876 26654 26694 D StrictMode: 	at android.app.ContextImpl.getPreferencesDir(ContextImpl.java:558)
11-30 15:19:41.876 26654 26694 D StrictMode: 	at android.app.ContextImpl.getSharedPreferencesPath(ContextImpl.java:766)
11-30 15:19:41.876 26654 26694 D StrictMode: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:397)
11-30 15:19:41.876 26654 26694 D StrictMode: 	at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:178)
11-30 15:19:41.876 26654 26694 D StrictMode: 	at exz.<init>(PG:2)
11-30 15:19:41.876 26654 26694 D StrictMode: 	at exa.<init>(Unknown Source:12)
11-30 15:19:41.876 26654 26694 D StrictMode: 	at pov.<init>(Unknown Source:8)
11-30 15:19:41.876 26654 26694 D StrictMode: 	at pov.a(PG:2)
11-30 15:19:41.876 26654 26694 D StrictMode: 	at pom.apply(Unknown Source:10)
11-30 15:19:41.876 26654 26694 D StrictMode: 	at j$.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1650)
11-30 15:19:41.876 26654 26694 D StrictMode: 	at j$.util.Map$$Dispatch.computeIfAbsent(Unknown Source:6)
11-30 15:19:41.876 26654 26694 D StrictMode: 	at pon.a(PG:1)
11-30 15:19:41.876 26654 26694 D StrictMode: 	at pon.c(PG:2)
11-30 15:19:41.876 26654 26694 D StrictMode: 	at aaxe.a(PG:2)
11-30 15:19:41.876 26654 26694 D StrictMode: 	at aaxe.g(PG:2)
11-30 15:19:41.876 26654 26694 D StrictMode: 	at abdr.a(Unknown Source:2)
11-30 15:19:41.876 26654 26694 D StrictMode: 	at una.a(Unknown Source:24)
11-30 15:19:41.876 26654 26694 D StrictMode: 	at bckn.a(PG:2)
11-30 15:19:41.876 26654 26694 D StrictMode: 	at bgng.e(Unknown Source:2)
11-30 15:19:41.876 26654 26694 D StrictMode: 	at bgnh.run(PG:9)
11-30 15:19:41.876 26654 26694 D StrictMode: 	at bbma.run(PG:1)
11-30 15:19:41.876 26654 26694 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:41.876 26654 26694 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:41.876 26654 26694 D StrictMode: 	at bbkk.run(Unknown Source:38)
11-30 15:19:41.876 26654 26694 D StrictMode: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:41.879 26654 26694 D StrictMode: StrictMode policy violation: android.os.StrictMode$StrictModeDiskReadViolation: policy=65599 violation=2
11-30 15:19:41.879 26654 26694 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1440)
11-30 15:19:41.879 26654 26694 D StrictMode: 	at android.app.SharedPreferencesImpl.awaitLoadedLocked(SharedPreferencesImpl.java:234)
11-30 15:19:41.879 26654 26694 D StrictMode: 	at android.app.SharedPreferencesImpl.edit(SharedPreferencesImpl.java:315)
11-30 15:19:41.879 26654 26694 D StrictMode: 	at exz.<init>(PG:2)
11-30 15:19:41.879 26654 26694 D StrictMode: 	at exa.<init>(Unknown Source:12)
11-30 15:19:41.879 26654 26694 D StrictMode: 	at pov.<init>(Unknown Source:8)
11-30 15:19:41.879 26654 26694 D StrictMode: 	at pov.a(PG:2)
11-30 15:19:41.879 26654 26694 D StrictMode: 	at pom.apply(Unknown Source:10)
11-30 15:19:41.879 26654 26694 D StrictMode: 	at j$.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1650)
11-30 15:19:41.879 26654 26694 D StrictMode: 	at j$.util.Map$$Dispatch.computeIfAbsent(Unknown Source:6)
11-30 15:19:41.879 26654 26694 D StrictMode: 	at pon.a(PG:1)
11-30 15:19:41.879 26654 26694 D StrictMode: 	at pon.c(PG:2)
11-30 15:19:41.879 26654 26694 D StrictMode: 	at aaxe.a(PG:2)
11-30 15:19:41.879 26654 26694 D StrictMode: 	at aaxe.g(PG:2)
11-30 15:19:41.879 26654 26694 D StrictMode: 	at abdr.a(Unknown Source:2)
11-30 15:19:41.879 26654 26694 D StrictMode: 	at una.a(Unknown Source:24)
11-30 15:19:41.879 26654 26694 D StrictMode: 	at bckn.a(PG:2)
11-30 15:19:41.879 26654 26694 D StrictMode: 	at bgng.e(Unknown Source:2)
11-30 15:19:41.879 26654 26694 D StrictMode: 	at bgnh.run(PG:9)
11-30 15:19:41.879 26654 26694 D StrictMode: 	at bbma.run(PG:1)
11-30 15:19:41.879 26654 26694 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:41.879 26654 26694 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:41.879 26654 26694 D StrictMode: 	at bbkk.run(Unknown Source:38)
11-30 15:19:41.879 26654 26694 D StrictMode: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:41.887 26654 26705 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:19:41.893 26654 26692 D StrictMode: StrictMode policy violation: android.os.StrictMode$StrictModeDiskReadViolation: policy=65599 violation=2
11-30 15:19:41.893 26654 26692 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1440)
11-30 15:19:41.893 26654 26692 D StrictMode: 	at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:251)
11-30 15:19:41.893 26654 26692 D StrictMode: 	at java.io.File.exists(File.java:807)
11-30 15:19:41.893 26654 26692 D StrictMode: 	at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:611)
11-30 15:19:41.893 26654 26692 D StrictMode: 	at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:602)
11-30 15:19:41.893 26654 26692 D StrictMode: 	at android.app.ContextImpl.getPreferencesDir(ContextImpl.java:558)
11-30 15:19:41.893 26654 26692 D StrictMode: 	at android.app.ContextImpl.getSharedPreferencesPath(ContextImpl.java:766)
11-30 15:19:41.893 26654 26692 D StrictMode: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:397)
11-30 15:19:41.893 26654 26692 D StrictMode: 	at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:178)
11-30 15:19:41.893 26654 26692 D StrictMode: 	at exz.<init>(PG:2)
11-30 15:19:41.893 26654 26692 D StrictMode: 	at exa.<init>(Unknown Source:12)
11-30 15:19:41.893 26654 26692 D StrictMode: 	at pov.<init>(Unknown Source:8)
11-30 15:19:41.893 26654 26692 D StrictMode: 	at pov.a(PG:2)
11-30 15:19:41.893 26654 26692 D StrictMode: 	at pom.apply(Unknown Source:10)
11-30 15:19:41.893 26654 26692 D StrictMode: 	at j$.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1650)
11-30 15:19:41.893 26654 26692 D StrictMode: 	at j$.util.Map$$Dispatch.computeIfAbsent(Unknown Source:6)
11-30 15:19:41.893 26654 26692 D StrictMode: 	at pon.a(PG:1)
11-30 15:19:41.893 26654 26692 D StrictMode: 	at pon.c(PG:2)
11-30 15:19:41.893 26654 26692 D StrictMode: 	at aaxe.a(PG:2)
11-30 15:19:41.893 26654 26692 D StrictMode: 	at aaxe.g(PG:2)
11-30 15:19:41.893 26654 26692 D StrictMode: 	at abdr.a(Unknown Source:2)
11-30 15:19:41.893 26654 26692 D StrictMode: 	at una.a(Unknown Source:24)
11-30 15:19:41.893 26654 26692 D StrictMode: 	at bckn.a(PG:2)
11-30 15:19:41.893 26654 26692 D StrictMode: 	at bgng.e(Unknown Source:2)
11-30 15:19:41.893 26654 26692 D StrictMode: 	at bgnh.run(PG:9)
11-30 15:19:41.893 26654 26692 D StrictMode: 	at bbma.run(PG:1)
11-30 15:19:41.893 26654 26692 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:41.893 26654 26692 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:41.893 26654 26692 D StrictMode: 	at bbkk.run(Unknown Source:38)
11-30 15:19:41.893 26654 26692 D StrictMode: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:41.896 26654 26692 D StrictMode: StrictMode policy violation: android.os.StrictMode$StrictModeDiskReadViolation: policy=65599 violation=2
11-30 15:19:41.896 26654 26692 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1440)
11-30 15:19:41.896 26654 26692 D StrictMode: 	at android.app.SharedPreferencesImpl.awaitLoadedLocked(SharedPreferencesImpl.java:234)
11-30 15:19:41.896 26654 26692 D StrictMode: 	at android.app.SharedPreferencesImpl.edit(SharedPreferencesImpl.java:315)
11-30 15:19:41.896 26654 26692 D StrictMode: 	at exz.<init>(PG:2)
11-30 15:19:41.896 26654 26692 D StrictMode: 	at exa.<init>(Unknown Source:12)
11-30 15:19:41.896 26654 26692 D StrictMode: 	at pov.<init>(Unknown Source:8)
11-30 15:19:41.896 26654 26692 D StrictMode: 	at pov.a(PG:2)
11-30 15:19:41.896 26654 26692 D StrictMode: 	at pom.apply(Unknown Source:10)
11-30 15:19:41.896 26654 26692 D StrictMode: 	at j$.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1650)
11-30 15:19:41.896 26654 26692 D StrictMode: 	at j$.util.Map$$Dispatch.computeIfAbsent(Unknown Source:6)
11-30 15:19:41.896 26654 26692 D StrictMode: 	at pon.a(PG:1)
11-30 15:19:41.896 26654 26692 D StrictMode: 	at pon.c(PG:2)
11-30 15:19:41.896 26654 26692 D StrictMode: 	at aaxe.a(PG:2)
11-30 15:19:41.896 26654 26692 D StrictMode: 	at aaxe.g(PG:2)
11-30 15:19:41.896 26654 26692 D StrictMode: 	at abdr.a(Unknown Source:2)
11-30 15:19:41.896 26654 26692 D StrictMode: 	at una.a(Unknown Source:24)
11-30 15:19:41.896 26654 26692 D StrictMode: 	at bckn.a(PG:2)
11-30 15:19:41.896 26654 26692 D StrictMode: 	at bgng.e(Unknown Source:2)
11-30 15:19:41.896 26654 26692 D StrictMode: 	at bgnh.run(PG:9)
11-30 15:19:41.896 26654 26692 D StrictMode: 	at bbma.run(PG:1)
11-30 15:19:41.896 26654 26692 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:41.896 26654 26692 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:41.896 26654 26692 D StrictMode: 	at bbkk.run(Unknown Source:38)
11-30 15:19:41.896 26654 26692 D StrictMode: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:41.906 26654 26697 D StrictMode: StrictMode policy violation: android.os.StrictMode$StrictModeDiskReadViolation: policy=65599 violation=2
11-30 15:19:41.906 26654 26697 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1440)
11-30 15:19:41.906 26654 26697 D StrictMode: 	at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:251)
11-30 15:19:41.906 26654 26697 D StrictMode: 	at java.io.File.exists(File.java:807)
11-30 15:19:41.906 26654 26697 D StrictMode: 	at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:611)
11-30 15:19:41.906 26654 26697 D StrictMode: 	at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:602)
11-30 15:19:41.906 26654 26697 D StrictMode: 	at android.app.ContextImpl.getPreferencesDir(ContextImpl.java:558)
11-30 15:19:41.906 26654 26697 D StrictMode: 	at android.app.ContextImpl.getSharedPreferencesPath(ContextImpl.java:766)
11-30 15:19:41.906 26654 26697 D StrictMode: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:397)
11-30 15:19:41.906 26654 26697 D StrictMode: 	at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:178)
11-30 15:19:41.906 26654 26697 D StrictMode: 	at exz.<init>(PG:2)
11-30 15:19:41.906 26654 26697 D StrictMode: 	at exa.<init>(Unknown Source:12)
11-30 15:19:41.906 26654 26697 D StrictMode: 	at pov.<init>(Unknown Source:8)
11-30 15:19:41.906 26654 26697 D StrictMode: 	at pov.a(PG:2)
11-30 15:19:41.906 26654 26697 D StrictMode: 	at pom.apply(Unknown Source:10)
11-30 15:19:41.906 26654 26697 D StrictMode: 	at j$.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1650)
11-30 15:19:41.906 26654 26697 D StrictMode: 	at j$.util.Map$$Dispatch.computeIfAbsent(Unknown Source:6)
11-30 15:19:41.906 26654 26697 D StrictMode: 	at pon.a(PG:1)
11-30 15:19:41.906 26654 26697 D StrictMode: 	at pon.c(PG:2)
11-30 15:19:41.906 26654 26697 D StrictMode: 	at aaxe.a(PG:2)
11-30 15:19:41.906 26654 26697 D StrictMode: 	at aaxe.g(PG:2)
11-30 15:19:41.906 26654 26697 D StrictMode: 	at abdr.a(Unknown Source:2)
11-30 15:19:41.906 26654 26697 D StrictMode: 	at una.a(Unknown Source:24)
11-30 15:19:41.906 26654 26697 D StrictMode: 	at bckn.a(PG:2)
11-30 15:19:41.906 26654 26697 D StrictMode: 	at bgng.e(Unknown Source:2)
11-30 15:19:41.906 26654 26697 D StrictMode: 	at bgnh.run(PG:9)
11-30 15:19:41.906 26654 26697 D StrictMode: 	at bbma.run(PG:1)
11-30 15:19:41.906 26654 26697 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:41.906 26654 26697 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:41.906 26654 26697 D StrictMode: 	at bbkk.run(Unknown Source:38)
11-30 15:19:41.906 26654 26697 D StrictMode: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:41.909 26654 26697 D StrictMode: StrictMode policy violation: android.os.StrictMode$StrictModeDiskReadViolation: policy=65599 violation=2
11-30 15:19:41.909 26654 26697 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1440)
11-30 15:19:41.909 26654 26697 D StrictMode: 	at android.app.SharedPreferencesImpl.awaitLoadedLocked(SharedPreferencesImpl.java:234)
11-30 15:19:41.909 26654 26697 D StrictMode: 	at android.app.SharedPreferencesImpl.edit(SharedPreferencesImpl.java:315)
11-30 15:19:41.909 26654 26697 D StrictMode: 	at exz.<init>(PG:2)
11-30 15:19:41.909 26654 26697 D StrictMode: 	at exa.<init>(Unknown Source:12)
11-30 15:19:41.909 26654 26697 D StrictMode: 	at pov.<init>(Unknown Source:8)
11-30 15:19:41.909 26654 26697 D StrictMode: 	at pov.a(PG:2)
11-30 15:19:41.909 26654 26697 D StrictMode: 	at pom.apply(Unknown Source:10)
11-30 15:19:41.909 26654 26697 D StrictMode: 	at j$.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1650)
11-30 15:19:41.909 26654 26697 D StrictMode: 	at j$.util.Map$$Dispatch.computeIfAbsent(Unknown Source:6)
11-30 15:19:41.909 26654 26697 D StrictMode: 	at pon.a(PG:1)
11-30 15:19:41.909 26654 26697 D StrictMode: 	at pon.c(PG:2)
11-30 15:19:41.909 26654 26697 D StrictMode: 	at aaxe.a(PG:2)
11-30 15:19:41.909 26654 26697 D StrictMode: 	at aaxe.g(PG:2)
11-30 15:19:41.909 26654 26697 D StrictMode: 	at abdr.a(Unknown Source:2)
11-30 15:19:41.909 26654 26697 D StrictMode: 	at una.a(Unknown Source:24)
11-30 15:19:41.909 26654 26697 D StrictMode: 	at bckn.a(PG:2)
11-30 15:19:41.909 26654 26697 D StrictMode: 	at bgng.e(Unknown Source:2)
11-30 15:19:41.909 26654 26697 D StrictMode: 	at bgnh.run(PG:9)
11-30 15:19:41.909 26654 26697 D StrictMode: 	at bbma.run(PG:1)
11-30 15:19:41.909 26654 26697 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:41.909 26654 26697 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:41.909 26654 26697 D StrictMode: 	at bbkk.run(Unknown Source:38)
11-30 15:19:41.909 26654 26697 D StrictMode: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:41.911 26654 26698 W ResourceType: For resource 0x7f130a4b, entry index(2635) is beyond type entryCount(1442)
11-30 15:19:41.948 26654 26698 W ResourceType: For resource 0x7f130a4b, entry index(2635) is beyond type entryCount(1442)
11-30 15:19:41.991 16033 14928 W CursorWindow: Window is full: requested allocation 84 bytes, free space 6 bytes, window size 2097152 bytes
11-30 15:19:42.009 26654 26695 D StrictMode: StrictMode policy violation: android.os.StrictMode$StrictModeDiskReadViolation: policy=65599 violation=2
11-30 15:19:42.009 26654 26695 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1440)
11-30 15:19:42.009 26654 26695 D StrictMode: 	at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:251)
11-30 15:19:42.009 26654 26695 D StrictMode: 	at java.io.File.exists(File.java:807)
11-30 15:19:42.009 26654 26695 D StrictMode: 	at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:611)
11-30 15:19:42.009 26654 26695 D StrictMode: 	at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:602)
11-30 15:19:42.009 26654 26695 D StrictMode: 	at android.app.ContextImpl.getPreferencesDir(ContextImpl.java:558)
11-30 15:19:42.009 26654 26695 D StrictMode: 	at android.app.ContextImpl.getSharedPreferencesPath(ContextImpl.java:766)
11-30 15:19:42.009 26654 26695 D StrictMode: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:397)
11-30 15:19:42.009 26654 26695 D StrictMode: 	at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:178)
11-30 15:19:42.009 26654 26695 D StrictMode: 	at exz.<init>(PG:2)
11-30 15:19:42.009 26654 26695 D StrictMode: 	at exa.<init>(Unknown Source:12)
11-30 15:19:42.009 26654 26695 D StrictMode: 	at pov.<init>(Unknown Source:8)
11-30 15:19:42.009 26654 26695 D StrictMode: 	at pov.a(PG:2)
11-30 15:19:42.009 26654 26695 D StrictMode: 	at pom.apply(Unknown Source:10)
11-30 15:19:42.009 26654 26695 D StrictMode: 	at j$.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1650)
11-30 15:19:42.009 26654 26695 D StrictMode: 	at j$.util.Map$$Dispatch.computeIfAbsent(Unknown Source:6)
11-30 15:19:42.009 26654 26695 D StrictMode: 	at pon.a(PG:1)
11-30 15:19:42.009 26654 26695 D StrictMode: 	at pon.c(PG:2)
11-30 15:19:42.009 26654 26695 D StrictMode: 	at aaxe.a(PG:2)
11-30 15:19:42.009 26654 26695 D StrictMode: 	at aaxe.g(PG:2)
11-30 15:19:42.009 26654 26695 D StrictMode: 	at abdr.a(Unknown Source:2)
11-30 15:19:42.009 26654 26695 D StrictMode: 	at una.a(Unknown Source:24)
11-30 15:19:42.009 26654 26695 D StrictMode: 	at bckn.a(PG:2)
11-30 15:19:42.009 26654 26695 D StrictMode: 	at bgng.e(Unknown Source:2)
11-30 15:19:42.009 26654 26695 D StrictMode: 	at bgnh.run(PG:9)
11-30 15:19:42.009 26654 26695 D StrictMode: 	at bbma.run(PG:1)
11-30 15:19:42.009 26654 26695 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:42.009 26654 26695 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:42.009 26654 26695 D StrictMode: 	at bbkk.run(Unknown Source:38)
11-30 15:19:42.009 26654 26695 D StrictMode: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:42.012 26654 26695 D StrictMode: StrictMode policy violation: android.os.StrictMode$StrictModeDiskReadViolation: policy=65599 violation=2
11-30 15:19:42.012 26654 26695 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1440)
11-30 15:19:42.012 26654 26695 D StrictMode: 	at android.app.SharedPreferencesImpl.awaitLoadedLocked(SharedPreferencesImpl.java:234)
11-30 15:19:42.012 26654 26695 D StrictMode: 	at android.app.SharedPreferencesImpl.edit(SharedPreferencesImpl.java:315)
11-30 15:19:42.012 26654 26695 D StrictMode: 	at exz.<init>(PG:2)
11-30 15:19:42.012 26654 26695 D StrictMode: 	at exa.<init>(Unknown Source:12)
11-30 15:19:42.012 26654 26695 D StrictMode: 	at pov.<init>(Unknown Source:8)
11-30 15:19:42.012 26654 26695 D StrictMode: 	at pov.a(PG:2)
11-30 15:19:42.012 26654 26695 D StrictMode: 	at pom.apply(Unknown Source:10)
11-30 15:19:42.012 26654 26695 D StrictMode: 	at j$.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1650)
11-30 15:19:42.012 26654 26695 D StrictMode: 	at j$.util.Map$$Dispatch.computeIfAbsent(Unknown Source:6)
11-30 15:19:42.012 26654 26695 D StrictMode: 	at pon.a(PG:1)
11-30 15:19:42.012 26654 26695 D StrictMode: 	at pon.c(PG:2)
11-30 15:19:42.012 26654 26695 D StrictMode: 	at aaxe.a(PG:2)
11-30 15:19:42.012 26654 26695 D StrictMode: 	at aaxe.g(PG:2)
11-30 15:19:42.012 26654 26695 D StrictMode: 	at abdr.a(Unknown Source:2)
11-30 15:19:42.012 26654 26695 D StrictMode: 	at una.a(Unknown Source:24)
11-30 15:19:42.012 26654 26695 D StrictMode: 	at bckn.a(PG:2)
11-30 15:19:42.012 26654 26695 D StrictMode: 	at bgng.e(Unknown Source:2)
11-30 15:19:42.012 26654 26695 D StrictMode: 	at bgnh.run(PG:9)
11-30 15:19:42.012 26654 26695 D StrictMode: 	at bbma.run(PG:1)
11-30 15:19:42.012 26654 26695 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:42.012 26654 26695 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:42.012 26654 26695 D StrictMode: 	at bbkk.run(Unknown Source:38)
11-30 15:19:42.012 26654 26695 D StrictMode: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:42.043 26654 26694 D StrictMode: StrictMode policy violation: android.os.StrictMode$StrictModeDiskReadViolation: policy=65599 violation=2
11-30 15:19:42.043 26654 26694 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1440)
11-30 15:19:42.043 26654 26694 D StrictMode: 	at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:251)
11-30 15:19:42.043 26654 26694 D StrictMode: 	at java.io.File.exists(File.java:807)
11-30 15:19:42.043 26654 26694 D StrictMode: 	at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:611)
11-30 15:19:42.043 26654 26694 D StrictMode: 	at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:602)
11-30 15:19:42.043 26654 26694 D StrictMode: 	at android.app.ContextImpl.getPreferencesDir(ContextImpl.java:558)
11-30 15:19:42.043 26654 26694 D StrictMode: 	at android.app.ContextImpl.getSharedPreferencesPath(ContextImpl.java:766)
11-30 15:19:42.043 26654 26694 D StrictMode: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:397)
11-30 15:19:42.043 26654 26694 D StrictMode: 	at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:178)
11-30 15:19:42.043 26654 26694 D StrictMode: 	at exz.<init>(PG:2)
11-30 15:19:42.043 26654 26694 D StrictMode: 	at exa.<init>(Unknown Source:12)
11-30 15:19:42.043 26654 26694 D StrictMode: 	at pov.<init>(Unknown Source:8)
11-30 15:19:42.043 26654 26694 D StrictMode: 	at pov.a(PG:2)
11-30 15:19:42.043 26654 26694 D StrictMode: 	at pom.apply(Unknown Source:10)
11-30 15:19:42.043 26654 26694 D StrictMode: 	at j$.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1678)
11-30 15:19:42.043 26654 26694 D StrictMode: 	at j$.util.Map$$Dispatch.computeIfAbsent(Unknown Source:6)
11-30 15:19:42.043 26654 26694 D StrictMode: 	at pon.a(PG:1)
11-30 15:19:42.043 26654 26694 D StrictMode: 	at pon.c(PG:2)
11-30 15:19:42.043 26654 26694 D StrictMode: 	at aaxe.a(PG:2)
11-30 15:19:42.043 26654 26694 D StrictMode: 	at aaxe.g(PG:2)
11-30 15:19:42.043 26654 26694 D StrictMode: 	at abdr.a(Unknown Source:2)
11-30 15:19:42.043 26654 26694 D StrictMode: 	at una.a(Unknown Source:24)
11-30 15:19:42.043 26654 26694 D StrictMode: 	at bckn.a(PG:2)
11-30 15:19:42.043 26654 26694 D StrictMode: 	at bgng.e(Unknown Source:2)
11-30 15:19:42.043 26654 26694 D StrictMode: 	at bgnh.run(PG:9)
11-30 15:19:42.043 26654 26694 D StrictMode: 	at bbma.run(PG:1)
11-30 15:19:42.043 26654 26694 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:42.043 26654 26694 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:42.043 26654 26694 D StrictMode: 	at bbkk.run(Unknown Source:38)
11-30 15:19:42.043 26654 26694 D StrictMode: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:42.045 26654 26694 D StrictMode: StrictMode policy violation: android.os.StrictMode$StrictModeDiskReadViolation: policy=65599 violation=2
11-30 15:19:42.045 26654 26694 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1440)
11-30 15:19:42.045 26654 26694 D StrictMode: 	at android.app.SharedPreferencesImpl.awaitLoadedLocked(SharedPreferencesImpl.java:234)
11-30 15:19:42.045 26654 26694 D StrictMode: 	at android.app.SharedPreferencesImpl.edit(SharedPreferencesImpl.java:315)
11-30 15:19:42.045 26654 26694 D StrictMode: 	at exz.<init>(PG:2)
11-30 15:19:42.045 26654 26694 D StrictMode: 	at exa.<init>(Unknown Source:12)
11-30 15:19:42.045 26654 26694 D StrictMode: 	at pov.<init>(Unknown Source:8)
11-30 15:19:42.045 26654 26694 D StrictMode: 	at pov.a(PG:2)
11-30 15:19:42.045 26654 26694 D StrictMode: 	at pom.apply(Unknown Source:10)
11-30 15:19:42.045 26654 26694 D StrictMode: 	at j$.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1678)
11-30 15:19:42.045 26654 26694 D StrictMode: 	at j$.util.Map$$Dispatch.computeIfAbsent(Unknown Source:6)
11-30 15:19:42.045 26654 26694 D StrictMode: 	at pon.a(PG:1)
11-30 15:19:42.045 26654 26694 D StrictMode: 	at pon.c(PG:2)
11-30 15:19:42.045 26654 26694 D StrictMode: 	at aaxe.a(PG:2)
11-30 15:19:42.045 26654 26694 D StrictMode: 	at aaxe.g(PG:2)
11-30 15:19:42.045 26654 26694 D StrictMode: 	at abdr.a(Unknown Source:2)
11-30 15:19:42.045 26654 26694 D StrictMode: 	at una.a(Unknown Source:24)
11-30 15:19:42.045 26654 26694 D StrictMode: 	at bckn.a(PG:2)
11-30 15:19:42.045 26654 26694 D StrictMode: 	at bgng.e(Unknown Source:2)
11-30 15:19:42.045 26654 26694 D StrictMode: 	at bgnh.run(PG:9)
11-30 15:19:42.045 26654 26694 D StrictMode: 	at bbma.run(PG:1)
11-30 15:19:42.045 26654 26694 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:42.045 26654 26694 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:42.045 26654 26694 D StrictMode: 	at bbkk.run(Unknown Source:38)
11-30 15:19:42.045 26654 26694 D StrictMode: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:42.054 26654 26705 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:19:42.108 26654 26705 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:19:42.121 26654 26705 W DynamiteModule: Local module descriptor class for com.google.android.gms.crash not found.
11-30 15:19:42.141 26654 26654 W avht    : FirebaseCrash1p.isCrashCollectionEnabled threw an exception
11-30 15:19:42.141 26654 26654 W avht    : java.lang.IllegalStateException: FirebaseCrash1p not initialized. Call FirebaseCrash1p.initFirebase() first.
11-30 15:19:42.141 26654 26654 W avht    : 	at zhe.b(Unknown Source:4)
11-30 15:19:42.141 26654 26654 W avht    : 	at zhe.a(Unknown Source:0)
11-30 15:19:42.141 26654 26654 W avht    : 	at avht.<init>(PG:2)
11-30 15:19:42.141 26654 26654 W avht    : 	at nuw.aN(PG:3)
11-30 15:19:42.141 26654 26654 W avht    : 	at nuw.ja(PG:1)
11-30 15:19:42.141 26654 26654 W avht    : 	at nuw.bH(PG:1)
11-30 15:19:42.141 26654 26654 W avht    : 	at nuw.cf(PG:2)
11-30 15:19:42.141 26654 26654 W avht    : 	at nuw.jF(PG:5)
11-30 15:19:42.141 26654 26654 W avht    : 	at nuw.cG(PG:2)
11-30 15:19:42.141 26654 26654 W avht    : 	at nuw.cK(PG:9)
11-30 15:19:42.141 26654 26654 W avht    : 	at nuw.cL(Unknown Source:2)
11-30 15:19:42.141 26654 26654 W avht    : 	at nuo.b(PG:17)
11-30 15:19:42.141 26654 26654 W avht    : 	at nbd.a(PG:2)
11-30 15:19:42.141 26654 26654 W avht    : 	at aarp.a(Unknown Source:25)
11-30 15:19:42.141 26654 26654 W avht    : 	at nuy.onCreate(PG:158)
11-30 15:19:42.141 26654 26654 W avht    : 	at nvn.onCreate(Unknown Source:10)
11-30 15:19:42.141 26654 26654 W avht    : 	at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1127)
11-30 15:19:42.141 26654 26654 W avht    : 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6097)
11-30 15:19:42.141 26654 26654 W avht    : 	at android.app.ActivityThread.-wrap1(Unknown Source:0)
11-30 15:19:42.141 26654 26654 W avht    : 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1791)
11-30 15:19:42.141 26654 26654 W avht    : 	at android.os.Handler.dispatchMessage(Handler.java:106)
11-30 15:19:42.141 26654 26654 W avht    : 	at android.os.Looper.loop(Looper.java:164)
11-30 15:19:42.141 26654 26654 W avht    : 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 15:19:42.141 26654 26654 W avht    : 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:19:42.141 26654 26654 W avht    : 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 15:19:42.141 26654 26654 W avht    : 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 15:19:42.157 26654 26705 W zygote  : Unsupported class loader
11-30 15:19:42.161 26654 26729 W ResourceType: For resource 0x7f130c97, entry index(3223) is beyond type entryCount(1442)
11-30 15:19:42.164 26654 26729 W ResourceType: For resource 0x7f130c16, entry index(3094) is beyond type entryCount(1442)
11-30 15:19:42.164 26654 26729 W ResourceType: For resource 0x7f130c9a, entry index(3226) is beyond type entryCount(1442)
11-30 15:19:42.164 26654 26729 W ResourceType: For resource 0x7f130c97, entry index(3223) is beyond type entryCount(1442)
11-30 15:19:42.164 26654 26729 W ResourceType: For resource 0x7f130c99, entry index(3225) is beyond type entryCount(1442)
11-30 15:19:42.164 26654 26729 W ResourceType: For resource 0x7f130c9a, entry index(3226) is beyond type entryCount(1442)
11-30 15:19:42.165 26654 26729 W ResourceType: For resource 0x7f130824, entry index(2084) is beyond type entryCount(1442)
11-30 15:19:42.165 26654 26729 W ResourceType: For resource 0x7f130c99, entry index(3225) is beyond type entryCount(1442)
11-30 15:19:42.165 26654 26729 W ResourceType: For resource 0x7f130c97, entry index(3223) is beyond type entryCount(1442)
11-30 15:19:42.165 26654 26729 W ResourceType: For resource 0x7f130c99, entry index(3225) is beyond type entryCount(1442)
11-30 15:19:42.166 26654 26729 W ResourceType: For resource 0x7f130858, entry index(2136) is beyond type entryCount(1442)
11-30 15:19:42.166 26654 26729 W ResourceType: For resource 0x7f13085a, entry index(2138) is beyond type entryCount(1442)
11-30 15:19:42.166 26654 26729 W ResourceType: For resource 0x7f1305f3, entry index(1523) is beyond type entryCount(1442)
11-30 15:19:42.166 26654 26729 W ResourceType: For resource 0x7f130c97, entry index(3223) is beyond type entryCount(1442)
11-30 15:19:42.166 26654 26729 W ResourceType: For resource 0x7f130c97, entry index(3223) is beyond type entryCount(1442)
11-30 15:19:42.167 26654 26729 W ResourceType: For resource 0x7f1306ed, entry index(1773) is beyond type entryCount(1442)
11-30 15:19:42.167 26654 26729 W ResourceType: For resource 0x7f1305f3, entry index(1523) is beyond type entryCount(1442)
11-30 15:19:42.172 26654 26705 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:19:42.189 26654 26654 I zygote  : Rejecting re-init on previously-failed class java.lang.Class<baj>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/webkit/WebViewRenderProcessClient;
11-30 15:19:42.189 26654 26654 I zygote  :   at java.lang.String hej.a(android.content.Context) (PG:1)
11-30 15:19:42.189 26654 26654 I zygote  :   at biji evs.A(biji) (PG:7)
11-30 15:19:42.189 26654 26654 I zygote  :   at void evs.v(java.lang.String, adfi, biji, java.lang.String) (PG:5)
11-30 15:19:42.189 26654 26654 I zygote  :   at void evs.u(java.lang.String, adfi, biji) (PG:-1)
11-30 15:19:42.189 26654 26654 I zygote  :   at void evs.g(java.lang.String) (PG:-1)
11-30 15:19:42.189 26654 26654 I zygote  :   at void nuy.onCreate() (PG:165)
11-30 15:19:42.189 26654 26654 I zygote  :   at void nvn.onCreate() (PG:-1)
11-30 15:19:42.189 26654 26654 I zygote  :   at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1127)
11-30 15:19:42.189 26654 26654 I zygote  :   at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBindData) (ActivityThread.java:6097)
11-30 15:19:42.189 26654 26654 I zygote  :   at void android.app.ActivityThread.-wrap1(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:-1)
11-30 15:19:42.189 26654 26654 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1791)
11-30 15:19:42.189 26654 26654 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
11-30 15:19:42.189 26654 26654 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:19:42.189 26654 26654 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:19:42.189 26654 26654 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:19:42.189 26654 26654 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:19:42.189 26654 26654 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:19:42.189 26654 26654 I zygote  : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.webkit.WebViewRenderProcessClient" on path: DexPathList[[zip file "/data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/base.apk", zip file "/data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/split_config.armeabi_v7a.apk", zip file "/data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/split_config.en.apk", zip file "/data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/split_config.in.apk", zip file "/data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/split_config.xxhdpi.apk"],nativeLibraryDirectories=[/data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/lib/arm, /data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/base.apk!/lib/armeabi-v7a, /data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/split_config.armeabi_v7a.apk!/lib/armeabi-v7a, /data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/split_config.en.apk!/lib/armeabi-v7a, /data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/split_config.in
11-30 15:19:42.189 26654 26654 I zygote  :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
11-30 15:19:42.189 26654 26654 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
11-30 15:19:42.189 26654 26654 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-30 15:19:42.189 26654 26654 I zygote  :   at java.lang.String hej.a(android.content.Context) (PG:1)
11-30 15:19:42.189 26654 26654 I zygote  :   at biji evs.A(biji) (PG:7)
11-30 15:19:42.189 26654 26654 I zygote  :   at void evs.v(java.lang.String, adfi, biji, java.lang.String) (PG:5)
11-30 15:19:42.189 26654 26654 I zygote  :   at void evs.u(java.lang.String, adfi, biji) (PG:-1)
11-30 15:19:42.189 26654 26654 I zygote  :   at void evs.g(java.lang.String) (PG:-1)
11-30 15:19:42.189 26654 26654 I zygote  :   at void nuy.onCreate() (PG:165)
11-30 15:19:42.189 26654 26654 I zygote  :   at void nvn.onCreate() (PG:-1)
11-30 15:19:42.189 26654 26654 I zygote  :   at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1127)
11-30 15:19:42.189 26654 26654 I zygote  :   at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBindData) (ActivityThread.java:6097)
11-30 15:19:42.189 26654 26654 I zygote  :   at void android.app.ActivityThread.-wrap1(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:-1)
11-30 15:19:42.189 26654 26654 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1791)
11-30 15:19:42.190 26654 26654 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
11-30 15:19:42.190 26654 26654 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:19:42.190 26654 26654 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:19:42.190 26654 26654 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:19:42.190 26654 26654 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:19:42.190 26654 26654 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:19:42.190 26654 26654 I zygote  : 
11-30 15:19:42.191 26654 26654 I zygote  : Rejecting re-init on previously-failed class java.lang.Class<baj>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/webkit/WebViewRenderProcessClient;
11-30 15:19:42.191 26654 26654 I zygote  :   at java.lang.String hej.a(android.content.Context) (PG:1)
11-30 15:19:42.191 26654 26654 I zygote  :   at biji evs.A(biji) (PG:7)
11-30 15:19:42.191 26654 26654 I zygote  :   at void evs.v(java.lang.String, adfi, biji, java.lang.String) (PG:5)
11-30 15:19:42.191 26654 26654 I zygote  :   at void evs.u(java.lang.String, adfi, biji) (PG:-1)
11-30 15:19:42.191 26654 26654 I zygote  :   at void evs.g(java.lang.String) (PG:-1)
11-30 15:19:42.191 26654 26654 I zygote  :   at void nuy.onCreate() (PG:165)
11-30 15:19:42.191 26654 26654 I zygote  :   at void nvn.onCreate() (PG:-1)
11-30 15:19:42.191 26654 26654 I zygote  :   at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1127)
11-30 15:19:42.191 26654 26654 I zygote  :   at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBindData) (ActivityThread.java:6097)
11-30 15:19:42.191 26654 26654 I zygote  :   at void android.app.ActivityThread.-wrap1(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:-1)
11-30 15:19:42.191 26654 26654 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1791)
11-30 15:19:42.191 26654 26654 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
11-30 15:19:42.191 26654 26654 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:19:42.191 26654 26654 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:19:42.191 26654 26654 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:19:42.191 26654 26654 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:19:42.191 26654 26654 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:19:42.191 26654 26654 I zygote  : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.webkit.WebViewRenderProcessClient" on path: DexPathList[[zip file "/data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/base.apk", zip file "/data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/split_config.armeabi_v7a.apk", zip file "/data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/split_config.en.apk", zip file "/data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/split_config.in.apk", zip file "/data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/split_config.xxhdpi.apk"],nativeLibraryDirectories=[/data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/lib/arm, /data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/base.apk!/lib/armeabi-v7a, /data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/split_config.armeabi_v7a.apk!/lib/armeabi-v7a, /data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/split_config.en.apk!/lib/armeabi-v7a, /data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/split_config.in
11-30 15:19:42.191 26654 26654 I zygote  :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
11-30 15:19:42.191 26654 26654 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
11-30 15:19:42.191 26654 26654 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-30 15:19:42.191 26654 26654 I zygote  :   at java.lang.String hej.a(android.content.Context) (PG:1)
11-30 15:19:42.191 26654 26654 I zygote  :   at biji evs.A(biji) (PG:7)
11-30 15:19:42.191 26654 26654 I zygote  :   at void evs.v(java.lang.String, adfi, biji, java.lang.String) (PG:5)
11-30 15:19:42.191 26654 26654 I zygote  :   at void evs.u(java.lang.String, adfi, biji) (PG:-1)
11-30 15:19:42.191 26654 26654 I zygote  :   at void evs.g(java.lang.String) (PG:-1)
11-30 15:19:42.191 26654 26654 I zygote  :   at void nuy.onCreate() (PG:165)
11-30 15:19:42.191 26654 26654 I zygote  :   at void nvn.onCreate() (PG:-1)
11-30 15:19:42.191 26654 26654 I zygote  :   at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1127)
11-30 15:19:42.191 26654 26654 I zygote  :   at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBindData) (ActivityThread.java:6097)
11-30 15:19:42.191 26654 26654 I zygote  :   at void android.app.ActivityThread.-wrap1(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:-1)
11-30 15:19:42.191 26654 26654 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1791)
11-30 15:19:42.191 26654 26654 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
11-30 15:19:42.191 26654 26654 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:19:42.191 26654 26654 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:19:42.191 26654 26654 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:19:42.191 26654 26654 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:19:42.191 26654 26654 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:19:42.191 26654 26654 I zygote  : 
11-30 15:19:42.192 26654 26654 I zygote  : Rejecting re-init on previously-failed class java.lang.Class<baj>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/webkit/WebViewRenderProcessClient;
11-30 15:19:42.192 26654 26654 I zygote  :   at java.lang.String hej.a(android.content.Context) (PG:1)
11-30 15:19:42.192 26654 26654 I zygote  :   at biji evs.A(biji) (PG:7)
11-30 15:19:42.192 26654 26654 I zygote  :   at void evs.v(java.lang.String, adfi, biji, java.lang.String) (PG:5)
11-30 15:19:42.192 26654 26654 I zygote  :   at void evs.u(java.lang.String, adfi, biji) (PG:-1)
11-30 15:19:42.192 26654 26654 I zygote  :   at void evs.g(java.lang.String) (PG:-1)
11-30 15:19:42.192 26654 26654 I zygote  :   at void nuy.onCreate() (PG:165)
11-30 15:19:42.192 26654 26654 I zygote  :   at void nvn.onCreate() (PG:-1)
11-30 15:19:42.192 26654 26654 I zygote  :   at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1127)
11-30 15:19:42.192 26654 26654 I zygote  :   at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBindData) (ActivityThread.java:6097)
11-30 15:19:42.192 26654 26654 I zygote  :   at void android.app.ActivityThread.-wrap1(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:-1)
11-30 15:19:42.192 26654 26654 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1791)
11-30 15:19:42.192 26654 26654 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
11-30 15:19:42.192 26654 26654 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:19:42.192 26654 26654 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:19:42.192 26654 26654 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:19:42.192 26654 26654 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:19:42.192 26654 26654 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:19:42.192 26654 26654 I zygote  : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.webkit.WebViewRenderProcessClient" on path: DexPathList[[zip file "/data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/base.apk", zip file "/data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/split_config.armeabi_v7a.apk", zip file "/data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/split_config.en.apk", zip file "/data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/split_config.in.apk", zip file "/data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/split_config.xxhdpi.apk"],nativeLibraryDirectories=[/data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/lib/arm, /data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/base.apk!/lib/armeabi-v7a, /data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/split_config.armeabi_v7a.apk!/lib/armeabi-v7a, /data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/split_config.en.apk!/lib/armeabi-v7a, /data/app/com.google.android.gm-EFBNt13BQeGJQaHKEQG67Q==/split_config.in
11-30 15:19:42.192 26654 26654 I zygote  :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
11-30 15:19:42.192 26654 26654 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
11-30 15:19:42.192 26654 26654 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-30 15:19:42.192 26654 26654 I zygote  :   at java.lang.String hej.a(android.content.Context) (PG:1)
11-30 15:19:42.192 26654 26654 I zygote  :   at biji evs.A(biji) (PG:7)
11-30 15:19:42.192 26654 26654 I zygote  :   at void evs.v(java.lang.String, adfi, biji, java.lang.String) (PG:5)
11-30 15:19:42.192 26654 26654 I zygote  :   at void evs.u(java.lang.String, adfi, biji) (PG:-1)
11-30 15:19:42.192 26654 26654 I zygote  :   at void evs.g(java.lang.String) (PG:-1)
11-30 15:19:42.192 26654 26654 I zygote  :   at void nuy.onCreate() (PG:165)
11-30 15:19:42.192 26654 26654 I zygote  :   at void nvn.onCreate() (PG:-1)
11-30 15:19:42.192 26654 26654 I zygote  :   at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1127)
11-30 15:19:42.192 26654 26654 I zygote  :   at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBindData) (ActivityThread.java:6097)
11-30 15:19:42.192 26654 26654 I zygote  :   at void android.app.ActivityThread.-wrap1(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:-1)
11-30 15:19:42.192 26654 26654 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1791)
11-30 15:19:42.192 26654 26654 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
11-30 15:19:42.192 26654 26654 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:19:42.192 26654 26654 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:19:42.192 26654 26654 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:19:42.192 26654 26654 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:19:42.192 26654 26654 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:19:42.192 26654 26654 I zygote  : 
11-30 15:19:42.205  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.052252 0.079009 9.694122 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:42.205  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:42.227 26654 26705 I FirebaseCrashApiImpl: FirebaseCrashApiImpl created by ClassLoader bg[DexPathList[[zip file "/data/user_de/0/com.google.android.gms/app_chimera/m/000002dd/DynamiteModulesC.apk"],nativeLibraryDirectories=[/data/user_de/0/com.google.android.gms/app_chimera/m/000002dd/n/armeabi-v7a, /data/user_de/0/com.google.android.gms/app_chimera/m/000002dd/n/armeabi, /system/lib, /system/vendor/lib]]]
11-30 15:19:42.243 26654 26654 W hxr     : [TikTok] ConfigurationUpdatedReceiver: Received update for unknown package com.google.android.gm; known packages [com.google.android.libraries.communications.conference.device#com.google.android.gm, com.google.android.libraries.communications.conference.user#com.google.android.gm]
11-30 15:19:42.249 16067 16079 I PeopleChimeraService: onService. callbacks = xvt@cf2e7bf, request = com.google.android.gms.common.internal.GetServiceRequest@2c30e8c
11-30 15:19:42.253 26654 26706 I DynamiteModule: Considering local module com.google.android.gms.flags:3 and remote module com.google.android.gms.flags:3
11-30 15:19:42.253 26654 26706 I DynamiteModule: Selected local version of com.google.android.gms.flags
11-30 15:19:42.258 26654 26654 W hxr     : [TikTok] ConfigurationUpdatedReceiver: Received update for unknown package com.google.android.libraries.communications.conference.device; known packages [com.google.android.libraries.communications.conference.device#com.google.android.gm, com.google.android.libraries.communications.conference.user#com.google.android.gm]
11-30 15:19:42.270 26654 26706 W DynamiteModule: Local module descriptor class for com.google.android.gms.crash not found.
11-30 15:19:42.283 26654 26654 W hxr     : [TikTok] ConfigurationUpdatedReceiver: Received update for unknown package com.google.android.libraries.communications.conference.user; known packages [com.google.android.libraries.communications.conference.device#com.google.android.gm, com.google.android.libraries.communications.conference.user#com.google.android.gm]
11-30 15:19:42.287 26654 26690 E ErrorLoggingExecutor: Uncaught exception from runnable
11-30 15:19:42.287 26654 26690 E ErrorLoggingExecutor: java.lang.IllegalStateException: Cannot add a runnable after runnables have already been flushed.
11-30 15:19:42.287 26654 26690 E ErrorLoggingExecutor: 	at bfbj.n(Unknown Source:9)
11-30 15:19:42.287 26654 26690 E ErrorLoggingExecutor: 	at nbc.b(Unknown Source:89)
11-30 15:19:42.287 26654 26690 E ErrorLoggingExecutor: 	at bgpr.run(PG:6)
11-30 15:19:42.287 26654 26690 E ErrorLoggingExecutor: 	at bbma.run(PG:1)
11-30 15:19:42.287 26654 26690 E ErrorLoggingExecutor: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:42.287 26654 26690 E ErrorLoggingExecutor: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:42.287 26654 26690 E ErrorLoggingExecutor: 	at bbkk.run(Unknown Source:38)
11-30 15:19:42.287 26654 26690 E ErrorLoggingExecutor: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:42.287 26654 26690 E ErrorLoggingExecutor: Uncaught exception from runnable
11-30 15:19:42.287 26654 26690 E ErrorLoggingExecutor: java.lang.IllegalStateException: Cannot add a runnable after runnables have already been flushed.
11-30 15:19:42.287 26654 26690 E ErrorLoggingExecutor: 	at bfbj.n(Unknown Source:9)
11-30 15:19:42.287 26654 26690 E ErrorLoggingExecutor: 	at nbc.b(Unknown Source:89)
11-30 15:19:42.287 26654 26690 E ErrorLoggingExecutor: 	at bgpr.run(PG:6)
11-30 15:19:42.287 26654 26690 E ErrorLoggingExecutor: 	at bbma.run(PG:1)
11-30 15:19:42.287 26654 26690 E ErrorLoggingExecutor: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:42.287 26654 26690 E ErrorLoggingExecutor: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:42.287 26654 26690 E ErrorLoggingExecutor: 	at bbkk.run(Unknown Source:38)
11-30 15:19:42.287 26654 26690 E ErrorLoggingExecutor: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:42.301 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:19:42.308 26654 26654 W hxr     : [TikTok] ConfigurationUpdatedReceiver: Received update for unknown package com.google.android.libraries.communications.conference.device#com.google.android.gm_Hub; known packages [com.google.android.libraries.communications.conference.device#com.google.android.gm, com.google.android.libraries.communications.conference.user#com.google.android.gm]
11-30 15:19:42.318 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:19:42.359 26654 26692 D StrictMode: StrictMode policy violation: android.os.StrictMode$StrictModeDiskReadViolation: policy=4259903 violation=2
11-30 15:19:42.359 26654 26692 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1440)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at android.app.SharedPreferencesImpl.hasFileChangedUnexpectedly(SharedPreferencesImpl.java:206)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at android.app.SharedPreferencesImpl.startReloadIfChangedUnexpectedly(SharedPreferencesImpl.java:182)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:440)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:401)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:178)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:178)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.settings.a.b(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.settings.a.n(:com.google.android.gms@214218018@21.42.18 (040308-410302452):6)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.settings.a.f(:com.google.android.gms@214218018@21.42.18 (040308-410302452):14)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.internal.c.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.internal.c.ht(:com.google.android.gms@214218018@21.42.18 (040308-410302452):14)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at dlt.onTransact(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at android.os.Binder.transact(Binder.java:635)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at dqp.onTransact(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at android.os.Binder.transact(Binder.java:635)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at xyg.onTransact(:com.google.android.gms@214218018@21.42.18 (040308-410302452):17)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at android.os.Binder.execTransact(Binder.java:705)
11-30 15:19:42.359 26654 26692 D StrictMode: # via Binder call with stack:
11-30 15:19:42.359 26654 26692 D StrictMode: android.os.StrictMode$LogStackTrace
11-30 15:19:42.359 26654 26692 D StrictMode: 	at android.os.StrictMode.readAndHandleBinderCallViolations(StrictMode.java:2139)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at android.os.Parcel.readExceptionCode(Parcel.java:2003)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at android.os.Parcel.readException(Parcel.java:1972)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at hxs.t(PG:2)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at qqr.b(PG:22)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at dlx.run(Unknown Source:4)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at bbma.run(PG:1)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at bbkk.run(Unknown Source:38)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:42.359 26654 26692 D StrictMode: StrictMode policy violation: android.os.StrictMode$StrictModeDiskReadViolation: policy=4259903 violation=2
11-30 15:19:42.359 26654 26692 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1440)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at libcore.io.BlockGuardOs.stat(BlockGuardOs.java:324)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at android.system.Os.stat(Os.java:551)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at android.app.SharedPreferencesImpl.hasFileChangedUnexpectedly(SharedPreferencesImpl.java:207)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at android.app.SharedPreferencesImpl.startReloadIfChangedUnexpectedly(SharedPreferencesImpl.java:182)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:440)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:401)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:178)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:178)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.settings.a.b(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.settings.a.n(:com.google.android.gms@214218018@21.42.18 (040308-410302452):6)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.settings.a.f(:com.google.android.gms@214218018@21.42.18 (040308-410302452):14)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.internal.c.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.internal.c.ht(:com.google.android.gms@214218018@21.42.18 (040308-410302452):14)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at dlt.onTransact(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at android.os.Binder.transact(Binder.java:635)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at dqp.onTransact(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at android.os.Binder.transact(Binder.java:635)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at xyg.onTransact(:com.google.android.gms@214218018@21.42.18 (040308-410302452):17)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at android.os.Binder.execTransact(Binder.java:705)
11-30 15:19:42.359 26654 26692 D StrictMode: # via Binder call with stack:
11-30 15:19:42.359 26654 26692 D StrictMode: android.os.StrictMode$LogStackTrace
11-30 15:19:42.359 26654 26692 D StrictMode: 	at android.os.StrictMode.readAndHandleBinderCallViolations(StrictMode.java:2139)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at android.os.Parcel.readExceptionCode(Parcel.java:2003)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at android.os.Parcel.readException(Parcel.java:1972)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at hxs.t(PG:2)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at qqr.b(PG:22)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at dlx.run(Unknown Source:4)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at bbma.run(PG:1)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at bbkk.run(Unknown Source:38)
11-30 15:19:42.359 26654 26692 D StrictMode: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:42.360 26654 26692 D StrictMode: StrictMode policy violation: android.os.StrictMode$StrictModeDiskReadViolation: policy=4259903 violation=2
11-30 15:19:42.360 26654 26692 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1440)
11-30 15:19:42.360 26654 26692 D StrictMode: 	at android.app.SharedPreferencesImpl.hasFileChangedUnexpectedly(SharedPreferencesImpl.java:206)
11-30 15:19:42.360 26654 26692 D StrictMode: 	at android.app.SharedPreferencesImpl.startReloadIfChangedUnexpectedly(SharedPreferencesImpl.java:182)
11-30 15:19:42.360 26654 26692 D StrictMode: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:440)
11-30 15:19:42.360 26654 26692 D StrictMode: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:401)
11-30 15:19:42.360 26654 26692 D StrictMode: 	at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:178)
11-30 15:19:42.360 26654 26692 D StrictMode: 	at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:178)
11-30 15:19:42.360 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.settings.a.b(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:19:42.360 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.settings.a.h(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:19:42.360 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.settings.a.f(:com.google.android.gms@214218018@21.42.18 (040308-410302452):14)
11-30 15:19:42.360 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.internal.c.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:19:42.360 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.internal.c.ht(:com.google.android.gms@214218018@21.42.18 (040308-410302452):14)
11-30 15:19:42.360 26654 26692 D StrictMode: 	at dlt.onTransact(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:19:42.360 26654 26692 D StrictMode: 	at android.os.Binder.transact(Binder.java:635)
11-30 15:19:42.360 26654 26692 D StrictMode: 	at dqp.onTransact(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:42.360 26654 26692 D StrictMode: 	at android.os.Binder.transact(Binder.java:635)
11-30 15:19:42.360 26654 26692 D StrictMode: 	at xyg.onTransact(:com.google.android.gms@214218018@21.42.18 (040308-410302452):17)
11-30 15:19:42.360 26654 26692 D StrictMode: 	at android.os.Binder.execTransact(Binder.java:705)
11-30 15:19:42.360 26654 26692 D StrictMode: # via Binder call with stack:
11-30 15:19:42.360 26654 26692 D StrictMode: android.os.StrictMode$LogStackTrace
11-30 15:19:42.360 26654 26692 D StrictMode: 	at android.os.StrictMode.readAndHandleBinderCallViolations(StrictMode.java:2139)
11-30 15:19:42.360 26654 26692 D StrictMode: 	at android.os.Parcel.readExceptionCode(Parcel.java:2003)
11-30 15:19:42.360 26654 26692 D StrictMode: 	at android.os.Parcel.readException(Parcel.java:1972)
11-30 15:19:42.360 26654 26692 D StrictMode: 	at hxs.t(PG:2)
11-30 15:19:42.360 26654 26692 D StrictMode: 	at qqr.b(PG:22)
11-30 15:19:42.360 26654 26692 D StrictMode: 	at dlx.run(Unknown Source:4)
11-30 15:19:42.360 26654 26692 D StrictMode: 	at bbma.run(PG:1)
11-30 15:19:42.360 26654 26692 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:42.360 26654 26692 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:42.360 26654 26692 D StrictMode: 	at bbkk.run(Unknown Source:38)
11-30 15:19:42.360 26654 26692 D StrictMode: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:42.362 26654 26654 W hxr     : [TikTok] ConfigurationUpdatedReceiver: Received update for unknown package com.google.android.libraries.communications.conference.user#com.google.android.gm_Hub; known packages [com.google.android.libraries.communications.conference.device#com.google.android.gm, com.google.android.libraries.communications.conference.user#com.google.android.gm]
11-30 15:19:42.363 26654 26692 D StrictMode: StrictMode policy violation: android.os.StrictMode$StrictModeDiskReadViolation: policy=4259903 violation=2
11-30 15:19:42.363 26654 26692 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1440)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at android.app.SharedPreferencesImpl.hasFileChangedUnexpectedly(SharedPreferencesImpl.java:206)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at android.app.SharedPreferencesImpl.startReloadIfChangedUnexpectedly(SharedPreferencesImpl.java:182)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:440)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:401)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:178)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:178)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.settings.a.b(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.settings.a.m(:com.google.android.gms@214218018@21.42.18 (040308-410302452):1)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.settings.a.o(:com.google.android.gms@214218018@21.42.18 (040308-410302452):1)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.internal.c.n(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.internal.c.ht(:com.google.android.gms@214218018@21.42.18 (040308-410302452):13)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at dlt.onTransact(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at android.os.Binder.transact(Binder.java:635)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at dqp.onTransact(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at android.os.Binder.transact(Binder.java:635)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at xyg.onTransact(:com.google.android.gms@214218018@21.42.18 (040308-410302452):17)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at android.os.Binder.execTransact(Binder.java:705)
11-30 15:19:42.363 26654 26692 D StrictMode: # via Binder call with stack:
11-30 15:19:42.363 26654 26692 D StrictMode: android.os.StrictMode$LogStackTrace
11-30 15:19:42.363 26654 26692 D StrictMode: 	at android.os.StrictMode.readAndHandleBinderCallViolations(StrictMode.java:2139)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at android.os.Parcel.readExceptionCode(Parcel.java:2003)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at android.os.Parcel.readException(Parcel.java:1972)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at hxs.t(PG:2)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at qqr.b(PG:24)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at dlx.run(Unknown Source:4)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at bbma.run(PG:1)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at bbkk.run(Unknown Source:38)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:42.363 26654 26692 D StrictMode: StrictMode policy violation: android.os.StrictMode$StrictModeDiskReadViolation: policy=4259903 violation=2
11-30 15:19:42.363 26654 26692 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1440)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at libcore.io.BlockGuardOs.stat(BlockGuardOs.java:324)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at android.system.Os.stat(Os.java:551)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at android.app.SharedPreferencesImpl.hasFileChangedUnexpectedly(SharedPreferencesImpl.java:207)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at android.app.SharedPreferencesImpl.startReloadIfChangedUnexpectedly(SharedPreferencesImpl.java:182)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:440)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:401)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:178)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:178)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.settings.a.b(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.settings.a.m(:com.google.android.gms@214218018@21.42.18 (040308-410302452):1)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.settings.a.o(:com.google.android.gms@214218018@21.42.18 (040308-410302452):1)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.internal.c.n(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.internal.c.ht(:com.google.android.gms@214218018@21.42.18 (040308-410302452):13)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at dlt.onTransact(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at android.os.Binder.transact(Binder.java:635)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at dqp.onTransact(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at android.os.Binder.transact(Binder.java:635)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at xyg.onTransact(:com.google.android.gms@214218018@21.42.18 (040308-410302452):17)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at android.os.Binder.execTransact(Binder.java:705)
11-30 15:19:42.363 26654 26692 D StrictMode: # via Binder call with stack:
11-30 15:19:42.363 26654 26692 D StrictMode: android.os.StrictMode$LogStackTrace
11-30 15:19:42.363 26654 26692 D StrictMode: 	at android.os.StrictMode.readAndHandleBinderCallViolations(StrictMode.java:2139)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at android.os.Parcel.readExceptionCode(Parcel.java:2003)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at android.os.Parcel.readException(Parcel.java:1972)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at hxs.t(PG:2)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at qqr.b(PG:24)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at dlx.run(Unknown Source:4)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at bbma.run(PG:1)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at bbkk.run(Unknown Source:38)
11-30 15:19:42.363 26654 26692 D StrictMode: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:42.364 26654 26692 D StrictMode: StrictMode policy violation: android.os.StrictMode$StrictModeDiskReadViolation: policy=4259903 violation=2
11-30 15:19:42.364 26654 26692 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1440)
11-30 15:19:42.364 26654 26692 D StrictMode: 	at android.app.SharedPreferencesImpl.hasFileChangedUnexpectedly(SharedPreferencesImpl.java:206)
11-30 15:19:42.364 26654 26692 D StrictMode: 	at android.app.SharedPreferencesImpl.startReloadIfChangedUnexpectedly(SharedPreferencesImpl.java:182)
11-30 15:19:42.364 26654 26692 D StrictMode: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:440)
11-30 15:19:42.364 26654 26692 D StrictMode: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:401)
11-30 15:19:42.364 26654 26692 D StrictMode: 	at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:178)
11-30 15:19:42.364 26654 26692 D StrictMode: 	at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:178)
11-30 15:19:42.364 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.settings.a.b(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:19:42.364 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.settings.a.m(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:42.364 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.settings.a.o(:com.google.android.gms@214218018@21.42.18 (040308-410302452):1)
11-30 15:19:42.364 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.internal.c.n(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:19:42.364 26654 26692 D StrictMode: 	at com.google.android.gms.ads.identifier.internal.c.ht(:com.google.android.gms@214218018@21.42.18 (040308-410302452):13)
11-30 15:19:42.364 26654 26692 D StrictMode: 	at dlt.onTransact(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:19:42.364 26654 26692 D StrictMode: 	at android.os.Binder.transact(Binder.java:635)
11-30 15:19:42.364 26654 26692 D StrictMode: 	at dqp.onTransact(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:19:42.364 26654 26692 D StrictMode: 	at android.os.Binder.transact(Binder.java:635)
11-30 15:19:42.364 26654 26692 D StrictMode: 	at xyg.onTransact(:com.google.android.gms@214218018@21.42.18 (040308-410302452):17)
11-30 15:19:42.364 26654 26692 D StrictMode: 	at android.os.Binder.execTransact(Binder.java:705)
11-30 15:19:42.364 26654 26692 D StrictMode: # via Binder call with stack:
11-30 15:19:42.364 26654 26692 D StrictMode: android.os.StrictMode$LogStackTrace
11-30 15:19:42.364 26654 26692 D StrictMode: 	at android.os.StrictMode.readAndHandleBinderCallViolations(StrictMode.java:2139)
11-30 15:19:42.364 26654 26692 D StrictMode: 	at android.os.Parcel.readExceptionCode(Parcel.java:2003)
11-30 15:19:42.364 26654 26692 D StrictMode: 	at android.os.Parcel.readException(Parcel.java:1972)
11-30 15:19:42.364 26654 26692 D StrictMode: 	at hxs.t(PG:2)
11-30 15:19:42.364 26654 26692 D StrictMode: 	at qqr.b(PG:24)
11-30 15:19:42.364 26654 26692 D StrictMode: 	at dlx.run(Unknown Source:4)
11-30 15:19:42.364 26654 26692 D StrictMode: 	at bbma.run(PG:1)
11-30 15:19:42.364 26654 26692 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:42.364 26654 26692 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:42.364 26654 26692 D StrictMode: 	at bbkk.run(Unknown Source:38)
11-30 15:19:42.364 26654 26692 D StrictMode: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:42.397 26654 26706 I FirebaseCrashApiImpl: FirebaseCrash reporting API initialized
11-30 15:19:42.398 26654 26706 W FirebaseCrashAnalytics: Unable to log event, missing Google Analytics for Firebase library
11-30 15:19:42.428 26654 26693 W aasj    : Toggling Chat components on.
11-30 15:19:42.430  2985  5081 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.gm cmp = com.google.android.apps.dynamite.features.hub.navigation.PeopleActivity newState = 1 callingPackage = 10114/com.google.android.gm
11-30 15:19:42.464 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:42.464 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:19:42.481 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:42.482 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:19:42.488 16033 19173 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:19:42.488 16033 19173 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1195, previously 2540
11-30 15:19:42.489 16033 19173 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:19:42.489 16033 19173 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2546, previously 2540
11-30 15:19:42.489 16033 19173 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1442, previously 4566
11-30 15:19:42.489 16033 19173 W ResourceType: ResTable_typeSpec entry count inconsistent: given 383, previously 2136
11-30 15:19:42.499 26654 26693 D StrictMode: StrictMode policy violation: android.os.StrictMode$StrictModeDiskReadViolation: policy=4259903 violation=2
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1440)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.database.sqlite.SQLiteConnection.applyBlockGuardPolicy(SQLiteConnection.java:1373)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.database.sqlite.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:1049)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.database.sqlite.SQLiteSession.executeForCursorWindow(SQLiteSession.java:836)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.database.sqlite.SQLiteQuery.fillWindow(SQLiteQuery.java:62)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java:152)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.database.sqlite.SQLiteCursor.getCount(SQLiteCursor.java:141)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.database.AbstractCursor.moveToPosition(AbstractCursor.java:220)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.database.AbstractCursor.moveToFirst(AbstractCursor.java:259)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at com.android.server.enterprise.storage.EdmStorageProviderBase.getValues(EdmStorageProviderBase.java:389)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at com.android.server.enterprise.storage.EdmStorageProviderBase.getValuesList(EdmStorageProviderBase.java:1062)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at com.android.server.enterprise.storage.EdmStorageProvider.getValuesList(EdmStorageProvider.java:300)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at com.android.server.enterprise.application.ApplicationPolicy.getApplicationStateEnabledAsUser(ApplicationPolicy.java:3707)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at com.android.server.enterprise.application.ApplicationPolicy.getApplicationStateEnabledAsUser(ApplicationPolicy.java:3659)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at com.android.server.pm.PackageManagerService.setEnabledSetting(PackageManagerService.java:28404)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at com.android.server.pm.PackageManagerService.setComponentEnabledSetting(PackageManagerService.java:28384)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.content.pm.IPackageManager$Stub.onTransact(IPackageManager.java:1818)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at com.android.server.pm.PackageManagerService.onTransact(PackageManagerService.java:5412)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.os.Binder.execTransact(Binder.java:705)
11-30 15:19:42.499 26654 26693 D StrictMode: # via Binder call with stack:
11-30 15:19:42.499 26654 26693 D StrictMode: android.os.StrictMode$LogStackTrace
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.os.StrictMode.readAndHandleBinderCallViolations(StrictMode.java:2139)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.os.Parcel.readExceptionCode(Parcel.java:2003)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.os.Parcel.readException(Parcel.java:1972)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.content.pm.IPackageManager$Stub$Proxy.setComponentEnabledSetting(IPackageManager.java:5794)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.app.ApplicationPackageManager.setComponentEnabledSetting(ApplicationPackageManager.java:2940)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at aasd.a(Unknown Source:8)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at aasd.b(Unknown Source:16)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at aash.a(Unknown Source:73)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at bean.a(Unknown Source:14)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at bgnf.e(Unknown Source:2)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at bgnh.run(PG:9)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at bbma.run(PG:1)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at bbkk.run(Unknown Source:38)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:42.499 26654 26693 D StrictMode: StrictMode policy violation: android.os.StrictMode$StrictModeDiskReadViolation: policy=4259903 violation=2
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1440)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.database.sqlite.SQLiteConnection.applyBlockGuardPolicy(SQLiteConnection.java:1373)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.database.sqlite.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:1049)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.database.sqlite.SQLiteSession.executeForCursorWindow(SQLiteSession.java:836)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.database.sqlite.SQLiteQuery.fillWindow(SQLiteQuery.java:62)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java:152)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.database.sqlite.SQLiteCursor.getCount(SQLiteCursor.java:141)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.database.AbstractCursor.moveToPosition(AbstractCursor.java:220)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.database.AbstractCursor.moveToFirst(AbstractCursor.java:259)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at com.android.server.enterprise.storage.EdmStorageProviderBase.getValues(EdmStorageProviderBase.java:389)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at com.android.server.enterprise.storage.EdmStorageProviderBase.getValuesList(EdmStorageProviderBase.java:1062)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at com.android.server.enterprise.storage.EdmStorageProvider.getValuesList(EdmStorageProvider.java:300)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at com.android.server.enterprise.application.ApplicationPolicy.getApplicationComponentState(ApplicationPolicy.java:3117)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at com.android.server.pm.PackageManagerService.setEnabledSetting(PackageManagerService.java:28412)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at com.android.server.pm.PackageManagerService.setComponentEnabledSetting(PackageManagerService.java:28384)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.content.pm.IPackageManager$Stub.onTransact(IPackageManager.java:1818)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at com.android.server.pm.PackageManagerService.onTransact(PackageManagerService.java:5412)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.os.Binder.execTransact(Binder.java:705)
11-30 15:19:42.499 26654 26693 D StrictMode: # via Binder call with stack:
11-30 15:19:42.499 26654 26693 D StrictMode: android.os.StrictMode$LogStackTrace
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.os.StrictMode.readAndHandleBinderCallViolations(StrictMode.java:2139)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.os.Parcel.readExceptionCode(Parcel.java:2003)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.os.Parcel.readException(Parcel.java:1972)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.content.pm.IPackageManager$Stub$Proxy.setComponentEnabledSetting(IPackageManager.java:5794)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at android.app.ApplicationPackageManager.setComponentEnabledSetting(ApplicationPackageManager.java:2940)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at aasd.a(Unknown Source:8)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at aasd.b(Unknown Source:16)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at aash.a(Unknown Source:73)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at bean.a(Unknown Source:14)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at bgnf.e(Unknown Source:2)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at bgnh.run(PG:9)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at bbma.run(PG:1)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at bbkk.run(Unknown Source:38)
11-30 15:19:42.499 26654 26693 D StrictMode: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:42.499  2985  5081 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.gm cmp = com.google.android.apps.dynamite.features.hub.navigation.RoomsActivity newState = 1 callingPackage = 10114/com.google.android.gm
11-30 15:19:42.505  2985  3578 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.gm cmp = com.google.android.apps.dynamite.notifications.services.NotificationBackgroundSyncJobService newState = 1 callingPackage = 10114/com.google.android.gm
11-30 15:19:42.510  2985  3578 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.gm cmp = com.google.android.apps.dynamite.services.notification.NotificationService newState = 1 callingPackage = 10114/com.google.android.gm
11-30 15:19:42.515 26654 26693 W aasj    : Toggling Meet components on.
11-30 15:19:42.515  2985  3578 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.gm cmp = com.google.android.libraries.communications.conference.ui.callui.CallActivity newState = 1 callingPackage = 10114/com.google.android.gm
11-30 15:19:42.520 26654 26693 D StrictMode: StrictMode policy violation: android.os.StrictMode$StrictModeDiskReadViolation: policy=4259903 violation=2
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1440)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.database.sqlite.SQLiteConnection.applyBlockGuardPolicy(SQLiteConnection.java:1373)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.database.sqlite.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:1049)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.database.sqlite.SQLiteSession.executeForCursorWindow(SQLiteSession.java:836)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.database.sqlite.SQLiteQuery.fillWindow(SQLiteQuery.java:62)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java:152)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.database.sqlite.SQLiteCursor.getCount(SQLiteCursor.java:141)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.database.AbstractCursor.moveToPosition(AbstractCursor.java:220)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.database.AbstractCursor.moveToFirst(AbstractCursor.java:259)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at com.android.server.enterprise.storage.EdmStorageProviderBase.getValues(EdmStorageProviderBase.java:389)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at com.android.server.enterprise.storage.EdmStorageProviderBase.getValuesList(EdmStorageProviderBase.java:1062)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at com.android.server.enterprise.storage.EdmStorageProvider.getValuesList(EdmStorageProvider.java:300)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at com.android.server.enterprise.application.ApplicationPolicy.getApplicationStateEnabledAsUser(ApplicationPolicy.java:3707)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at com.android.server.enterprise.application.ApplicationPolicy.getApplicationStateEnabledAsUser(ApplicationPolicy.java:3659)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at com.android.server.pm.PackageManagerService.setEnabledSetting(PackageManagerService.java:28404)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at com.android.server.pm.PackageManagerService.setComponentEnabledSetting(PackageManagerService.java:28384)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.content.pm.IPackageManager$Stub.onTransact(IPackageManager.java:1818)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at com.android.server.pm.PackageManagerService.onTransact(PackageManagerService.java:5412)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.os.Binder.execTransact(Binder.java:705)
11-30 15:19:42.520 26654 26693 D StrictMode: # via Binder call with stack:
11-30 15:19:42.520 26654 26693 D StrictMode: android.os.StrictMode$LogStackTrace
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.os.StrictMode.readAndHandleBinderCallViolations(StrictMode.java:2139)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.os.Parcel.readExceptionCode(Parcel.java:2003)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.os.Parcel.readException(Parcel.java:1972)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.content.pm.IPackageManager$Stub$Proxy.setComponentEnabledSetting(IPackageManager.java:5794)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.app.ApplicationPackageManager.setComponentEnabledSetting(ApplicationPackageManager.java:2940)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at aasd.a(Unknown Source:8)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at aasd.b(Unknown Source:16)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at aash.a(Unknown Source:103)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at bean.a(Unknown Source:14)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at bgnf.e(Unknown Source:2)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at bgnh.run(PG:9)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at bbma.run(PG:1)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at bbkk.run(Unknown Source:38)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:42.520 26654 26693 D StrictMode: StrictMode policy violation: android.os.StrictMode$StrictModeDiskReadViolation: policy=4259903 violation=2
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1440)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.database.sqlite.SQLiteConnection.applyBlockGuardPolicy(SQLiteConnection.java:1373)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.database.sqlite.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:1049)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.database.sqlite.SQLiteSession.executeForCursorWindow(SQLiteSession.java:836)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.database.sqlite.SQLiteQuery.fillWindow(SQLiteQuery.java:62)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java:152)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.database.sqlite.SQLiteCursor.getCount(SQLiteCursor.java:141)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.database.AbstractCursor.moveToPosition(AbstractCursor.java:220)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.database.AbstractCursor.moveToFirst(AbstractCursor.java:259)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at com.android.server.enterprise.storage.EdmStorageProviderBase.getValues(EdmStorageProviderBase.java:389)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at com.android.server.enterprise.storage.EdmStorageProviderBase.getValuesList(EdmStorageProviderBase.java:1062)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at com.android.server.enterprise.storage.EdmStorageProvider.getValuesList(EdmStorageProvider.java:300)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at com.android.server.enterprise.application.ApplicationPolicy.getApplicationComponentState(ApplicationPolicy.java:3117)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at com.android.server.pm.PackageManagerService.setEnabledSetting(PackageManagerService.java:28412)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at com.android.server.pm.PackageManagerService.setComponentEnabledSetting(PackageManagerService.java:28384)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.content.pm.IPackageManager$Stub.onTransact(IPackageManager.java:1818)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at com.android.server.pm.PackageManagerService.onTransact(PackageManagerService.java:5412)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.os.Binder.execTransact(Binder.java:705)
11-30 15:19:42.520 26654 26693 D StrictMode: # via Binder call with stack:
11-30 15:19:42.520 26654 26693 D StrictMode: android.os.StrictMode$LogStackTrace
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.os.StrictMode.readAndHandleBinderCallViolations(StrictMode.java:2139)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.os.Parcel.readExceptionCode(Parcel.java:2003)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.os.Parcel.readException(Parcel.java:1972)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.content.pm.IPackageManager$Stub$Proxy.setComponentEnabledSetting(IPackageManager.java:5794)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at android.app.ApplicationPackageManager.setComponentEnabledSetting(ApplicationPackageManager.java:2940)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at aasd.a(Unknown Source:8)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at aasd.b(Unknown Source:16)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at aash.a(Unknown Source:103)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at bean.a(Unknown Source:14)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at bgnf.e(Unknown Source:2)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at bgnh.run(PG:9)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at bbma.run(PG:1)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at bbkk.run(Unknown Source:38)
11-30 15:19:42.520 26654 26693 D StrictMode: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:42.521  2985  5095 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.gm cmp = com.google.android.libraries.communications.conference.ui.callui.chat.ChatActivity newState = 1 callingPackage = 10114/com.google.android.gm
11-30 15:19:42.525  2985  3578 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.gm cmp = com.google.android.libraries.communications.conference.ui.greenroom.GreenroomActivity newState = 1 callingPackage = 10114/com.google.android.gm
11-30 15:19:42.531  2985  5081 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.gm cmp = com.google.android.libraries.communications.conference.ui.home.HomeActivity newState = 1 callingPackage = 10114/com.google.android.gm
11-30 15:19:42.537  2985  3578 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.gm cmp = com.google.android.libraries.communications.conference.ui.intents.ConferenceUrlHandlerActivity newState = 1 callingPackage = 10114/com.google.android.gm
11-30 15:19:42.542  2985  5081 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.gm cmp = com.google.android.libraries.communications.conference.ui.intents.ConferenceGatewayActivity newState = 1 callingPackage = 10114/com.google.android.gm
11-30 15:19:42.547  2985  3578 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.gm cmp = com.google.android.libraries.communications.conference.ui.settings.SettingsActivity newState = 1 callingPackage = 10114/com.google.android.gm
11-30 15:19:42.574 26654 26737 E asje    : Sync subscriptions not available
11-30 15:19:42.578  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228079 RxPkts=4187433 TxBytes=586786766 RxBytes=4502405978 , Foreground uid=1001 pkgName=com.samsung.android.incallui txBytes=0 rxBytes=0
11-30 15:19:42.618 26654 26654 W hxr     : [TikTok] ConfigurationUpdatedReceiver: Received update for unknown package com.google.android.libraries.surveys#com.google.android.gm; known packages [com.google.android.libraries.communications.conference.device#com.google.android.gm, com.google.android.libraries.communications.conference.user#com.google.android.gm]
11-30 15:19:42.634 26654 26738 W zygote  : Unsupported class loader
11-30 15:19:42.653 26654 26738 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:19:42.717 26654 26747 D ConnectivityManager: requestNetwork; CallingUid : 10114, CallingPid : 26654
11-30 15:19:42.718 16033 16043 I zygote  : Background concurrent copying GC freed 224949(10MB) AllocSpace objects, 32(1372KB) LOS objects, 50% free, 13MB/26MB, paused 242us total 182.318ms
11-30 15:19:42.728  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:42.728  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:42.729  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:42.729  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:42.729  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:42.729  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:42.729  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=5238}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:42.729  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=5238}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:42.729  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=5238}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:42.729  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:42.729  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:42.729  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:42.729  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:42.729  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:42.729  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:42.729  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:42.729  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:42.729  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:42.729  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:42.729  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:42.730  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:42.742 26654 26738 I cr_CronetLibraryLoader: Cronet version: 94.0.4606.80, arch: armv8l
11-30 15:19:42.782  2985  5095 D ActivityManager: The following uid has registered to recieve broadcast for proxy related updates 10114
11-30 15:19:42.792  2985  2985 D KnoxVpnEngineService: Vpn Receiver : com.samsung.android.knox.intent.action.VPN_PROXY_BROADCAST_INTERNAL
11-30 15:19:42.792  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:19:43.114  2985  3578 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.googlequicksearchbox cmp = com.google.android.apps.gsa.deeplink.DeeplinkActivityEntrypoint newState = 0 callingPackage = 10078/com.google.android.googlequicksearchbox
11-30 15:19:43.130 19115 19233 I FedAssExpListener: Successfully processed experiments changed.
11-30 15:19:43.131 19115 19252 I ModelDownloadListener: Schdedule model download
11-30 15:19:43.136 26654 26664 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@6e192f0)
11-30 15:19:43.148 19115 19115 I BgTaskExecutorImpl: Starting EXCLUSIVE background task UPDATE_HOTWORD_MODELS.
11-30 15:19:43.160 19115 19253 I A       : NGA disabled due to not being eligible.
11-30 15:19:43.189 20330 20330 I zygote  : Explicit concurrent copying GC freed 23(32KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 2MB/5MB, paused 241us total 65.302ms
11-30 15:19:43.204 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:19:43.221 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:19:43.237 19115 26521 I ModelDownloadController: requestHotwordModelUpdate modelType-2 modelLocale-en-US
11-30 15:19:43.242 19115 26521 I ModelDownloadController: #maybeDownloadHotwordModelWithMDD with locale: en-US, modelType: 2.
11-30 15:19:43.245  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.078588 0.058658 9.758766 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:43.245  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:43.286 26654 26654 W hxr     : [TikTok] ConfigurationUpdatedReceiver: Received update for unknown package com.google.android.libraries.onegoogle#com.google.android.gm; known packages [com.google.android.libraries.communications.conference.device#com.google.android.gm, com.google.android.libraries.communications.conference.user#com.google.android.gm]
11-30 15:19:43.309 26654 26654 W hxr     : [TikTok] ConfigurationUpdatedReceiver: Received update for unknown package com.google.android.libraries.user.peoplesheet#com.google.android.gm; known packages [com.google.android.libraries.communications.conference.device#com.google.android.gm, com.google.android.libraries.communications.conference.user#com.google.android.gm]
11-30 15:19:43.315  2985  5082 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.marvin.talkback user:0
11-30 15:19:43.315  2985  5082 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:19:43.315  2985  5082 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.marvin.talkback user:0
11-30 15:19:43.315  2985  5082 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:19:43.316 16067  8952 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=32
11-30 15:19:43.318 16067 12914 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=33
11-30 15:19:43.345 26760 26760 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:19:43.349 26760 26760 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:43.350 26760 26760 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.google.android.marvin.talkback 
11-30 15:19:43.365 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:43.365 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:19:43.381 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:43.381 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:19:43.489  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10155 ,Container id: 0
11-30 15:19:43.490  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10155 ,Container id: 0
11-30 15:19:43.490  2985  5095 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:43.497  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10155 ,Container id: 0
11-30 15:19:43.497  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10155 ,Container id: 0
11-30 15:19:43.497  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:43.502 19115 19278 I ModelDownloadController: Hotword models associated with downloaded MDD filegroups: [hotword_model_en-US_okhey], pending groups: []
11-30 15:19:43.506 26760 26760 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:43.507 19115 26521 I ModelDownloadController: Skipping MDD query because model was already downloaded for locale
11-30 15:19:43.509 19115 19264 W SearchServiceCore: Abort, client detached.
11-30 15:19:43.509 19115 19264 W SearchServiceCore: Abort, client detached.
11-30 15:19:43.534 26760 26760 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10155
11-30 15:19:43.535 26760 26760 D Proxy   : mdoP is null: 10155
11-30 15:19:43.535 16067 25616 I GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=12803 trafficStatsUid=-1
11-30 15:19:43.627  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228081 RxPkts=4187435 TxBytes=586786870 RxBytes=4502406138 , Foreground uid=1001 pkgName=com.samsung.android.incallui txBytes=0 rxBytes=0
11-30 15:19:43.628  3510  3660 D Tile.WifiTile: handleUpdateState enabled  = true
11-30 15:19:43.717 16067  8952 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=30
11-30 15:19:43.754 16067 25616 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:19:43.760 16067 25616 I GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=12803 trafficStatsUid=-1
11-30 15:19:43.792 16067 25616 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:19:43.798 16067 25616 I GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=12803 trafficStatsUid=-1
11-30 15:19:43.829 16067 25616 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:19:43.836  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.mlp user:0
11-30 15:19:43.836  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:19:43.836  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.mlp user:0
11-30 15:19:43.836  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:19:43.878 26778 26778 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:19:43.880 26778 26778 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:43.882 26778 26778 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.mlp 
11-30 15:19:43.961  2985  5090 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.talk cmp = com.google.android.apps.hangouts.phone.ShareIntentSmsOnlyActivity newState = 2 callingPackage = 10133/com.google.android.talk
11-30 15:19:44.036  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:44.036  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:44.036  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:44.040  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:44.040  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:44.045  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:44.045  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:44.049  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:44.050  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:44.054  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:44.054  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:44.054  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:44.058  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:44.058  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:44.061  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:44.061  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:44.064  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:19:44.065  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:44.069 26778 26778 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:44.092 26778 26778 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 5004
11-30 15:19:44.092 26778 26778 D Proxy   : mdoP is null: 5004
11-30 15:19:44.106 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:19:44.123 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:19:44.192 19115 26548 W GmsClient: mServiceBroker is null, client disconnected
11-30 15:19:44.195 19115 19264 W SearchServiceCore: Abort, client detached.
11-30 15:19:44.195 19115 26759 I BgTaskExecutorImpl: Starting EXCLUSIVE background task FETCH_CONFIGS_FROM_PHENOTYPE.
11-30 15:19:44.229 26778 26778 I LPService: [#MLP#] onBind 
11-30 15:19:44.240 26778 26778 I LPServiceController: [#MLP#] Creating controller instance first time. 
11-30 15:19:44.245 26654 26794 W DynamiteModule: Local module descriptor class for com.google.android.gms.providerinstaller.dynamite not found.
11-30 15:19:44.251 26654 26794 W ProviderInstaller: Failed to load providerinstaller module: No acceptable module found. Local version is 0 and remote version is 0.
11-30 15:19:44.265 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:44.265 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:19:44.266 26654 26794 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:19:44.282 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:44.282 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:19:44.285  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.065420 0.074220 9.667787 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:44.285  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:44.292 26654 26794 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:19:44.332 26654 26794 W ProviderInstaller: Failed to report request stats: com.google.android.gms.common.security.ProviderInstallerImpl.reportRequestStats [class android.content.Context, long]
11-30 15:19:44.367 26483 26483 V ClearcutMetricXmitter: Transmission is done.
11-30 15:19:44.392 26760 26760 D PhenotypeContext: Application doesn't implement PhenotypeApplication interface, falling back to globally set context. See go/phenotype-flag#process-stable-init for more info.
11-30 15:19:44.460 26778 26778 I DatabaseHelper: [#MLP#] Creating tables  
11-30 15:19:44.540 26778 26778 I DatabaseHelper: [#MLP#] Creating tables  
11-30 15:19:44.673  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228081 RxPkts=4187435 TxBytes=586786870 RxBytes=4502406138 , Foreground uid=1001 pkgName=com.samsung.android.incallui txBytes=0 rxBytes=0
11-30 15:19:44.674  3510  3660 D Tile.WifiTile: handleUpdateState enabled  = true
11-30 15:19:44.687 20330 20330 I zygote  : Explicit concurrent copying GC freed 23(32KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 2MB/5MB, paused 190us total 63.323ms
11-30 15:19:44.724 26778 26778 I PreferenceCounter: [#MLP#] Clearing all counters  
11-30 15:19:44.725 26778 26778 I PreferenceCounter: [#MLP#] Loading preference counters from store  
11-30 15:19:44.725 26778 26778 I PreferenceCounter: [#MLP#] loading counter for attribute type  Media 
11-30 15:19:44.741 26778 26778 I PreferenceCounter: [#MLP#] loading counter for attribute type  Face 
11-30 15:19:44.747 26778 26778 I PreferenceCounter: [#MLP#] loading counter for attribute type  Location 
11-30 15:19:44.752 26778 26778 I PreferenceCounter: [#MLP#] loading counter for attribute type  Scene 
11-30 15:19:44.758 26778 26778 I PreferenceCounter: [#MLP#] loading counter for attribute type  CliqueNodes 
11-30 15:19:44.763 26778 26778 I ByteUniqueIdGenerator: [#MLP#] Loading data from attribute store  
11-30 15:19:44.763 26778 26778 I AttributeStore: [#MLP#] Loading attributes for  Media 
11-30 15:19:44.775 26654 26794 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 294 native methods...
11-30 15:19:44.852 26654 26794 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
11-30 15:19:44.877 26654 26794 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL
11-30 15:19:45.009 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:19:45.014 16033 19173 W CursorWindow: Window is full: requested allocation 84 bytes, free space 18 bytes, window size 2097152 bytes
11-30 15:19:45.025 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:19:45.157 26760 26799 I PhenotypeBackgroundRecv: Successfully stored update snapshot for com.google.android.libraries.performance.primes#com.google.android.marvin.talkback
11-30 15:19:45.161 26760 26799 I PhenotypeBackgroundRecv: Successfully stored update snapshot for com.google.android.libraries.consentverifier#com.google.android.marvin.talkback
11-30 15:19:45.165 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:45.165 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:19:45.169  2985  5095 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.play.games user:0
11-30 15:19:45.169  2985  5095 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:19:45.169  2985  5095 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.play.games user:0
11-30 15:19:45.169  2985  5095 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:19:45.181 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:45.181 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:19:45.182 26801 26801 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:19:45.184 26801 26801 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:45.185 26801 26801 I SELinux : SELinux: seapp_context_lookup: seinfo=apm, level=s0:c512,c768, pkgname=com.google.android.play.games 
11-30 15:19:45.280  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10182 ,Container id: 0
11-30 15:19:45.280  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10182 ,Container id: 0
11-30 15:19:45.281  2985  5090 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:45.285  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10182 ,Container id: 0
11-30 15:19:45.285  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10182 ,Container id: 0
11-30 15:19:45.285  2985  5090 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:45.289 26801 26801 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:45.312 26801 26801 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10182
11-30 15:19:45.313 26801 26801 D Proxy   : mdoP is null: 10182
11-30 15:19:45.325  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.084573 0.041899 9.734824 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:45.325  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:45.549 26801 26801 I GAv4-SVC: Google Analytics 210.7.90 is starting up.
11-30 15:19:45.599 16033 16033 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.instantapps.START pkg=com.google.android.gms }
11-30 15:19:45.599 16033 16033 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.instantapps.START pkg=com.google.android.gms }
11-30 15:19:45.682 26778 26783 I zygote  : Do partial code cache collection, code=30KB, data=21KB
11-30 15:19:45.682 26778 26783 I zygote  : After code cache collection, code=26KB, data=19KB
11-30 15:19:45.682 26778 26783 I zygote  : Increasing code cache capacity to 128KB
11-30 15:19:45.706 16033 19173 W CursorWindow: Window is full: requested allocation 84 bytes, free space 38 bytes, window size 2097152 bytes
11-30 15:19:45.731  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228081 RxPkts=4187435 TxBytes=586786870 RxBytes=4502406138 , Foreground uid=1001 pkgName=com.samsung.android.incallui txBytes=0 rxBytes=0
11-30 15:19:45.733 16067 16067 I m.eza   : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API.
11-30 15:19:45.754 16067 16067 I zygote  : Deoptimizing android.os.IBinder put.onBind(android.content.Intent) due to JIT inline cache
11-30 15:19:45.831 26801 26823 W DynamiteModule: Local module descriptor class for com.google.android.gms.measurement.dynamite not found.
11-30 15:19:45.837 26801 26823 W zygote  : Unsupported class loader
11-30 15:19:45.841 26801 26823 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:19:45.864 26801 26823 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:19:45.865 26801 26823 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:19:45.910 26801 26823 W zygote  : Unsupported class loader
11-30 15:19:45.911 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:19:45.928 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:19:45.930 26801 26823 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:19:45.955 26801 26823 W DynamiteModule: Local module descriptor class for com.google.android.gms.measurement.dynamite not found.
11-30 15:19:45.990 16033 16043 I zygote  : Background concurrent copying GC freed 204868(9MB) AllocSpace objects, 38(2MB) LOS objects, 49% free, 13MB/27MB, paused 193us total 173.623ms
11-30 15:19:46.031 26778 26778 I GraphDatabase: [#MLP#] max UniqueId generated for type  Media is 35524 
11-30 15:19:46.032 26778 26778 I AttributeStore: [#MLP#] Loading attributes for  Face 
11-30 15:19:46.041 16067 16079 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found.
11-30 15:19:46.053 16067 16079 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:6
11-30 15:19:46.053 16067 16079 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 6
11-30 15:19:46.057 16067 16079 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:19:46.057 16067 16079 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:19:46.065 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:46.065 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:19:46.073 16067 16079 W zygote  : Unsupported class loader
11-30 15:19:46.075 26778 26778 I GraphDatabase: [#MLP#] max UniqueId generated for type  Face is 35233 
11-30 15:19:46.075 26778 26778 I AttributeStore: [#MLP#] Loading attributes for  Location 
11-30 15:19:46.080 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:46.080 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:19:46.083 26778 26778 I GraphDatabase: [#MLP#] max UniqueId generated for type  Location is 4 
11-30 15:19:46.083 26778 26778 I AttributeStore: [#MLP#] Loading attributes for  Scene 
11-30 15:19:46.087 16067 16079 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:19:46.088 26778 26778 I GraphDatabase: [#MLP#] max UniqueId generated for type  Scene is 98 
11-30 15:19:46.089 26778 26778 I ByteUniqueIdGenerator: [#MLP#] Not a part of graph  
11-30 15:19:46.089 26778 26778 I ByteUniqueIdGenerator: [#MLP#] Not a part of graph  
11-30 15:19:46.089 26778 26778 I AttributeStore: [#MLP#] Loading attributes for  Age 
11-30 15:19:46.090 26778 26778 I ByteUniqueIdGenerator: [#MLP#] No need to process for type  Age 
11-30 15:19:46.090 26778 26778 I ByteUniqueIdGenerator: [#MLP#] Not a part of graph  
11-30 15:19:46.090 26778 26778 I AttributeStore: [#MLP#] Loading attributes for  Story 
11-30 15:19:46.090 26778 26778 I DatabaseHelper: [#MLP#] not a valid table  
11-30 15:19:46.090 16067 16079 I zygote  : Deoptimizing android.content.res.Resources dsg.c() due to JIT inline cache
11-30 15:19:46.091 26778 26778 I ByteUniqueIdGenerator: [#MLP#] No need to process for type  Story 
11-30 15:19:46.091 26778 26778 I AttributeStore: [#MLP#] Loading attributes for  Transaction 
11-30 15:19:46.092 26778 26778 I ByteUniqueIdGenerator: [#MLP#] No need to process for type  Transaction 
11-30 15:19:46.092 26778 26778 I AttributeStore: [#MLP#] Loading attributes for  ShoppingCategory 
11-30 15:19:46.094 26778 26778 I ByteUniqueIdGenerator: [#MLP#] No need to process for type  ShoppingCategory 
11-30 15:19:46.094 26778 26778 I AttributeStore: [#MLP#] Loading attributes for  Brand 
11-30 15:19:46.096 26778 26778 I ByteUniqueIdGenerator: [#MLP#] No need to process for type  Brand 
11-30 15:19:46.096 26778 26778 I AttributeStore: [#MLP#] Loading attributes for  Color 
11-30 15:19:46.096 26778 26778 I DatabaseHelper: [#MLP#] not a valid table  
11-30 15:19:46.096 26778 26778 I ByteUniqueIdGenerator: [#MLP#] No need to process for type  Color 
11-30 15:19:46.096 26778 26778 I AttributeStore: [#MLP#] Loading attributes for  Parent 
11-30 15:19:46.098 26778 26778 I ByteUniqueIdGenerator: [#MLP#] No need to process for type  Parent 
11-30 15:19:46.098 26778 26778 I AttributeStore: [#MLP#] Loading attributes for  Status 
11-30 15:19:46.102 26778 26778 I ByteUniqueIdGenerator: [#MLP#] No need to process for type  Status 
11-30 15:19:46.102 16067 16079 I zygote  : Deoptimizing bhnd bhnd.k(java.util.Map) due to JIT inline cache
11-30 15:19:46.102 26778 26778 I ByteUniqueIdGenerator: [#MLP#] Not a part of graph  
11-30 15:19:46.105 26778 26778 I PreferenceDBManager: [#MLP#] creating table  PreferencesStoreTable 
11-30 15:19:46.114 26654 26669 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:19:46.120 26778 26778 I PreferenceDBManager: [#MLP#] creating table  PreferencesStoreTable 
11-30 15:19:46.155 26778 26778 I chatty  : uid=5004(oem_5004) com.samsung.mlp identical 6 lines
11-30 15:19:46.160 26778 26778 I PreferenceDBManager: [#MLP#] creating table  PreferencesStoreTable 
11-30 15:19:46.166 26778 26778 I PreferenceDBManager: [#MLP#] creating table  StoryPreferenceTable 
11-30 15:19:46.187 16067 16079 I zygote  : Deoptimizing java.lang.Object m.qa.getOrDefault(java.lang.Object, java.lang.Object) due to JIT inline cache
11-30 15:19:46.189 26654 26669 I zygote  : WaitForGcToComplete blocked ProfileSaver on ClassLinker for 75.402ms
11-30 15:19:46.199 20330 20330 I zygote  : Explicit concurrent copying GC freed 23(32KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 2MB/5MB, paused 206us total 72.212ms
11-30 15:19:46.230 26801 26826 I FA      : App measurement initialized, version: 45018
11-30 15:19:46.230 26801 26826 I FA      : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
11-30 15:19:46.231 26801 26826 I FA      : To enable faster debug mode event logging run:
11-30 15:19:46.231 26801 26826 I FA      :   adb shell setprop debug.firebase.analytics.app com.google.android.play.games
11-30 15:19:46.253 26801 26826 I zygote  : Deoptimizing java.lang.Object hv.b(java.lang.Object) due to JIT inline cache
11-30 15:19:46.269 16033 19173 W CursorWindow: Window is full: requested allocation 84 bytes, free space 6 bytes, window size 2097152 bytes
11-30 15:19:46.303 16067 16079 I zygote  : Deoptimizing int m.qa.f(java.lang.Object) due to JIT inline cache
11-30 15:19:46.365  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.003170 0.111330 9.739613 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:46.365  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:46.577 26801 26826 I zygote  : Deoptimizing java.lang.Object hv.b(java.lang.Object) due to JIT inline cache
11-30 15:19:46.703  2985  3578 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.play.games cmp = com.google.android.apps.play.games.features.gamefolder.appdrawer.GameFolderAppDrawerActivity newState = 0 callingPackage = 10182/com.google.android.play.games
11-30 15:19:46.751  2985  3578 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.play.games cmp = com.google.android.apps.play.games.features.gamefolder.appdrawer.GameFolderAppDrawerActivity newState = 0 callingPackage = 10182/com.google.android.play.games
11-30 15:19:46.767  2985  5082 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.apps.docs user:0
11-30 15:19:46.767  2985  5082 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:19:46.767  2985  5082 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.apps.docs user:0
11-30 15:19:46.767  2985  5082 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:19:46.773  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228081 RxPkts=4187435 TxBytes=586786870 RxBytes=4502406138 , Foreground uid=1001 pkgName=com.samsung.android.incallui txBytes=0 rxBytes=0
11-30 15:19:46.781 26841 26841 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:19:46.782 26841 26841 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:46.783 26841 26841 I SELinux : SELinux: seapp_context_lookup: seinfo=apm, level=s0:c512,c768, pkgname=com.google.android.apps.docs 
11-30 15:19:46.808  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10112 ,Container id: 0
11-30 15:19:46.808  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10112 ,Container id: 0
11-30 15:19:46.809  2985  3578 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:46.813 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:19:46.814  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10112 ,Container id: 0
11-30 15:19:46.814  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10112 ,Container id: 0
11-30 15:19:46.814  2985  3578 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:46.820 26841 26841 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:46.830 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:19:46.845 26841 26841 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10112
11-30 15:19:46.846 26841 26841 D Proxy   : mdoP is null: 10112
11-30 15:19:46.855 26778 26778 I ResourceFetcher: [#MLP#] Fetching key  prefDBVersion db version with -1
11-30 15:19:46.858 26778 26778 I PreferenceDBManager: [#MLP#] Preference db upgrade from version  4 to version 4 
11-30 15:19:46.864   559   559 I ServiceManager: [#CMH#] Bound to Package  com.samsung.mlp
11-30 15:19:46.865   559   559 I ServiceManager: [#CMH#] Bound to Package  com.samsung.mlp
11-30 15:19:46.865 26778 26778 I LPService: [#MLP#] Sending response message to CMH 
11-30 15:19:46.865 26778 26778 I LPServiceController: [#MLP#] Sending response for  31 with status 0
11-30 15:19:46.865 26778 26778 I LPService: [#MLP#] Sending response message to CMH 
11-30 15:19:46.866 26778 26778 I LPServiceController: [#MLP#] Sending response for  31 with status 0
11-30 15:19:46.965 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:46.965 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:19:46.982 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:46.982 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:19:47.028  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:19:47.029  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:19:47.037  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:19:47.039  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:19:47.039  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:19:47.039  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:19:47.040  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:19:47.040  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:19:47.048  2985  2985 I MotionRecognitionService: Plugged
11-30 15:19:47.048  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:19:47.048  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:19:47.050 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:19:47.057 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:19:47.064  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:19:47.067 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:19:47.067 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:19:47.142  2985  3578 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.googlequicksearchbox cmp = com.google.android.apps.gsa.deeplink.DeeplinkActivityEntrypoint newState = 0 callingPackage = 10078/com.google.android.googlequicksearchbox
11-30 15:19:47.146 19115 19233 I ModelDownloadListener: Schdedule model download
11-30 15:19:47.146 19115 19220 I FedAssExpListener: Successfully processed experiments changed.
11-30 15:19:47.159 19115 19115 I BgTaskExecutorImpl: Starting EXCLUSIVE background task UPDATE_HOTWORD_MODELS.
11-30 15:19:47.164 19115 19253 I A       : NGA disabled due to not being eligible.
11-30 15:19:47.168 19115 26759 I ModelDownloadController: requestHotwordModelUpdate modelType-2 modelLocale-en-US
11-30 15:19:47.169 19115 26759 I ModelDownloadController: #maybeDownloadHotwordModelWithMDD with locale: en-US, modelType: 2.
11-30 15:19:47.405  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.084573 0.089783 9.600749 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:47.405  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:47.476 16067 12914 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=32
11-30 15:19:47.479 16067  8952 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=33
11-30 15:19:47.498 16067 25616 I GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=12803 trafficStatsUid=-1
11-30 15:19:47.683 16067 25616 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:19:47.689 16067 25616 I GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=12803 trafficStatsUid=-1
11-30 15:19:47.690 20330 20330 I zygote  : Explicit concurrent copying GC freed 23(32KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 2MB/5MB, paused 171us total 61.163ms
11-30 15:19:47.691 19115 19264 W SearchServiceCore: Abort, client detached.
11-30 15:19:47.691 19115 19264 I chatty  : uid=10078(com.google.android.googlequicksearchbox) identical 1 line
11-30 15:19:47.692 19115 19264 W SearchServiceCore: Abort, client detached.
11-30 15:19:47.716 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:19:47.727 19115 19274 I ModelDownloadController: Hotword models associated with downloaded MDD filegroups: [hotword_model_en-US_okhey], pending groups: []
11-30 15:19:47.728 19115 26759 I ModelDownloadController: Skipping MDD query because model was already downloaded for locale
11-30 15:19:47.732 16067 25616 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:19:47.733 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:19:47.822  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228081 RxPkts=4187435 TxBytes=586786870 RxBytes=4502406138 , Foreground uid=1001 pkgName=com.samsung.android.incallui txBytes=0 rxBytes=0
11-30 15:19:47.864 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:47.865 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:19:47.882 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:47.882 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:19:48.060  2985  5095 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.drive.filepicker.GetMetadataActivity newState = 1 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.078  2985  3578 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.parallel.space.lite user:0
11-30 15:19:48.078  2985  3578 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:19:48.078  2985  3578 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.parallel.space.lite user:0
11-30 15:19:48.078  2985  3578 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:19:48.203 26886 26886 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:19:48.206 26886 26886 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:48.208 26886 26886 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.parallel.space.lite 
11-30 15:19:48.221 26841 26893 W FieldDefinition: [CelloPrewarmer-1] Ignoring isIndexed constraint as field also has uniqueness constraint (on just this field, and therefore SQLite will have to create an index on that. For field: bjo$a@53e1cda
11-30 15:19:48.235  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:19:48.235  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:19:48.236  2985  5090 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:48.245  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:19:48.245  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:19:48.245  2985  3578 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:48.253 26886 26886 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:48.364 26886 26886 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10227
11-30 15:19:48.365 26886 26886 D Proxy   : mdoP is null: 10227
11-30 15:19:48.434  2985  5094 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.youtube user:0
11-30 15:19:48.434  2985  5094 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:19:48.434  2985  5094 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.youtube user:0
11-30 15:19:48.434  2985  5094 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:19:48.434 26841 26893 W zygote  : Class ilg failed lock verification and will run slower.
11-30 15:19:48.434 26841 26893 W zygote  : Common causes for lock verification issues are non-optimized dex code
11-30 15:19:48.434 26841 26893 W zygote  : and incorrect proguard optimizations.
11-30 15:19:48.445  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.089362 0.069432 9.619903 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:48.445  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:48.450 26930 26930 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:19:48.452 26930 26930 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:48.453 26930 26930 I SELinux : SELinux: seapp_context_lookup: seinfo=apm, level=s0:c512,c768, pkgname=com.google.android.youtube 
11-30 15:19:48.465  2985  5082 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.sync.syncadapter.DocsSyncAdapterService newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.476 26841 26853 W GmsIpProtection: [Binder:26841_2] Error changing state for com.google.android.apps.docs.sync.syncadapter.DocsSyncAdapterService
11-30 15:19:48.479  2985  5082 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.storagebackend.LegacyStorageBackendContentProvider newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.481 26841 26908 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found.
11-30 15:19:48.486  2985  5082 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.storagebackend.StorageBackendContentProvider newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.486  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10161 ,Container id: 0
11-30 15:19:48.487  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10161 ,Container id: 0
11-30 15:19:48.487  2985  3826 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:48.490  2985  4271 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.notification.guns.GcmBroadcastReceiver newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.491 26841 26908 W zygote  : Unsupported class loader
11-30 15:19:48.493  2985  4271 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.drive.directsharing.ChooserTargetService newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.494 26841 26908 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:19:48.494  2985  5102 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10161 ,Container id: 0
11-30 15:19:48.494  2985  5102 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10161 ,Container id: 0
11-30 15:19:48.494  2985  5102 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:48.498  2985  4271 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.common.shareitem.UploadMenuActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.507 26930 26930 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:48.508  2985  4271 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.viewer.PdfViewerActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.524  2985  4271 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.viewer.ProjectorActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.528  2985  5094 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.drive.filepicker.GetMetadataActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.534 26841 26908 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:19:48.535 26841 26908 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:19:48.538  2985  5094 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.drive.capture.DocScannerActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.539 26930 26930 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10161
11-30 15:19:48.540 26930 26930 D Proxy   : mdoP is null: 10161
11-30 15:19:48.542  2985  5094 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.shortcut.ScanToDriveActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.546  2985  5102 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.androidshortcuts.ScanToDriveActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.558  2985  5102 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.androidshortcuts.CreateShortcutActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.563  2985  4271 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.androidshortcuts.CreateDocumentScanShortcutActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.563 26886 26886 W System.err: my process name com.parallel.space.lite
11-30 15:19:48.565 26841 26908 W zygote  : Unsupported class loader
11-30 15:19:48.569 26841 26908 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:19:48.572  2985  4271 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.common.androidshortcuts.ScanToDriveActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.586  2985  4271 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.common.androidshortcuts.CreateShortcutActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.602 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:19:48.618 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:19:48.644 26930 26930 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:19:48.646 26930 26930 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:19:48.649 26930 26930 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2711, previously 2714
11-30 15:19:48.651 26930 26930 W ResourceType: ResTable_typeSpec entry count inconsistent: given 312, previously 1787
11-30 15:19:48.656  2985  4271 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.common.androidshortcuts.CreateDocumentScanShortcutActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.668  2985  4271 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.drive.widget.WidgetConfigureActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.675  2985  5102 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.drive.widget.CakemixAppWidgetProvider newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.681  2985  5090 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.shared.documentcreation.WidgetDocumentCreatorActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.686 26841 26853 W GmsIpProtection: [Binder:26841_2] Error changing state for com.google.android.apps.docs.editors.shared.documentcreation.WidgetDocumentCreatorActivity
11-30 15:19:48.688  2985  3826 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.shared.documentcreation.ExternalDocumentCreatorActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.692 26841 26853 W GmsIpProtection: [Binder:26841_2] Error changing state for com.google.android.apps.docs.editors.shared.documentcreation.ExternalDocumentCreatorActivity
11-30 15:19:48.699  2985  3826 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.shared.widgets.NewDocumentWidgetActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.703 26841 26853 W GmsIpProtection: [Binder:26841_2] Error changing state for com.google.android.apps.docs.editors.shared.widgets.NewDocumentWidgetActivity
11-30 15:19:48.704  2985  3826 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.shared.export.FileContentProvider newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.709 26841 26853 W GmsIpProtection: [Binder:26841_2] Error changing state for com.google.android.apps.docs.editors.shared.export.FileContentProvider
11-30 15:19:48.710  2985  5095 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.shared.copypaste.AndroidClipboardContentProvider newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.714 26841 26853 W GmsIpProtection: [Binder:26841_2] Error changing state for com.google.android.apps.docs.editors.shared.copypaste.AndroidClipboardContentProvider
11-30 15:19:48.715  2985  5095 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.shared.copypaste.AndroidImageContentProvider newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.719 26841 26853 W GmsIpProtection: [Binder:26841_2] Error changing state for com.google.android.apps.docs.editors.shared.copypaste.AndroidImageContentProvider
11-30 15:19:48.720  2985  5095 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.shared.inserttool.clipboard.InsertToolClipboardContentProvider newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.724 26841 26853 W GmsIpProtection: [Binder:26841_2] Error changing state for com.google.android.apps.docs.editors.shared.inserttool.clipboard.InsertToolClipboardContentProvider
11-30 15:19:48.725  2985  5092 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.shared.inserttool.clipboard.InsertToolImageContentProvider newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.729 26841 26853 W GmsIpProtection: [Binder:26841_2] Error changing state for com.google.android.apps.docs.editors.shared.inserttool.clipboard.InsertToolImageContentProvider
11-30 15:19:48.729  2985  5102 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.kix.conversion.KixOnlineImportActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.732 26841 26853 W GmsIpProtection: [Binder:26841_2] Error changing state for com.google.android.apps.docs.editors.kix.conversion.KixOnlineImportActivity
11-30 15:19:48.733  2985  5102 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.ritz.conversion.RitzOnlineImportActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.764 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:48.764 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:19:48.782 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:48.782 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:19:48.827 26841 26853 W GmsIpProtection: [Binder:26841_2] Error changing state for com.google.android.apps.docs.editors.ritz.conversion.RitzOnlineImportActivity
11-30 15:19:48.828  2985  5094 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.punch.conversion.PunchOnlineImportActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:48.839 26841 26853 W GmsIpProtection: [Binder:26841_2] Error changing state for com.google.android.apps.docs.editors.punch.conversion.PunchOnlineImportActivity
11-30 15:19:48.867  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228081 RxPkts=4187435 TxBytes=586786870 RxBytes=4502406138 , Foreground uid=1001 pkgName=com.samsung.android.incallui txBytes=0 rxBytes=0
11-30 15:19:48.895 26841 26908 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
11-30 15:19:48.915 26841 26884 E NotificationAccessor: Cannot delete notification channel. Channel not found.
11-30 15:19:48.922 26841 26884 I chatty  : uid=10112(com.google.android.apps.docs) identical 17 lines
11-30 15:19:48.922 26841 26884 E NotificationAccessor: Cannot delete notification channel. Channel not found.
11-30 15:19:48.950  2985  3826 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.libraries.notifications.entrypoints.gcm.GcmBroadcastReceiver newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:19:49.160 26778 26793 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:19:49.166 26778 26793 I zygote  : WaitForGcToComplete blocked ProfileSaver on AddRemoveAppImageSpace for 5.681ms
11-30 15:19:49.190 20330 20330 I zygote  : Explicit concurrent copying GC freed 23(32KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 2MB/5MB, paused 185us total 61.282ms
11-30 15:19:49.485  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.067814 0.063446 9.610326 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:49.485  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:49.504 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:19:49.521 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:19:49.552 26886 26972 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:19:49.553 26886 26972 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:19:49.664 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:49.664 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:19:49.682 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:49.682 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:19:49.769 26886 26978 W DynamiteModule: Local module descriptor class for com.google.android.gms.measurement.dynamite not found.
11-30 15:19:49.799 26886 26973 D NetworkSecurityConfig: No Network Security Config specified, using platform default
11-30 15:19:49.834 26841 26979 W DynamiteModule: Local module descriptor class for com.google.android.gms.providerinstaller.dynamite not found.
11-30 15:19:49.839  2985  5102 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.facebook.katana user:0
11-30 15:19:49.839  2985  5102 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:19:49.839  2985  5102 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.facebook.katana user:0
11-30 15:19:49.839  2985  5102 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:19:49.852 26985 26985 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:19:49.854 26985 26985 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:49.855 26985 26985 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.facebook.katana 
11-30 15:19:49.860 26841 26979 W ProviderInstaller: Failed to load providerinstaller module: No acceptable module found. Local version is 0 and remote version is 0.
11-30 15:19:49.866   559   732 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:19:49.868 26886 26886 W System.err: 109896fce92890c7f17cb75f1f5a69bd7e2e993b
11-30 15:19:49.869 26886 26972 W zygote  : Unsupported class loader
11-30 15:19:49.873 26886 26972 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:19:49.904 26841 26979 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:19:49.919 26841 26979 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:19:49.928  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10098 ,Container id: 0
11-30 15:19:49.932  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10098 ,Container id: 0
11-30 15:19:49.935  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:49.942  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10098 ,Container id: 0
11-30 15:19:49.943  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10098 ,Container id: 0
11-30 15:19:49.943  2985  5094 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:49.950 26985 26985 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:49.955  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228081 RxPkts=4187435 TxBytes=586786870 RxBytes=4502406138 , Foreground uid=1001 pkgName=com.samsung.android.incallui txBytes=0 rxBytes=0
11-30 15:19:49.976 26886 26972 W zygote  : Unsupported class loader
11-30 15:19:50.006 26985 26985 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10098
11-30 15:19:50.007 26985 26985 D Proxy   : mdoP is null: 10098
11-30 15:19:50.009 26886 26972 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:19:50.052 26841 26979 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:19:50.086 26841 26979 I zygote  : WaitForGcToComplete blocked ClassLinker on ClassLinker for 34.186ms
11-30 15:19:50.097 26886 26978 W zygote  : Unsupported class loader
11-30 15:19:50.132 26886 26973 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:19:50.133 26886 26973 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:19:50.150 26886 26978 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:19:50.172 26886 26978 W DynamiteModule: Local module descriptor class for com.google.android.gms.measurement.dynamite not found.
11-30 15:19:50.174  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:19:50.267 26841 26841 W zygote  : Verification of void upq.A(dzd) took 130.607ms
11-30 15:19:50.406 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:19:50.423 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:19:50.459 26985 26985 W CrashLoopRemedyLog: unable to delete remedy log, instaCrash: false
11-30 15:19:50.460 26985 26985 W CrashLoopRemedyLog: unable to delete remedy log, instaCrash: true
11-30 15:19:50.461 26886 27009 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:19:50.462 26886 27009 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:19:50.463  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:19:50.470  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:19:50.475  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:19:50.475  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:19:50.504 26985 26985 W ErrorReportingAppInit: Errorreporting: Lacrima
11-30 15:19:50.525  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.078588 0.079009 9.604341 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:50.525  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:50.545   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:19:50.546 16433 16509 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:19:50.548   559   636 I PolicyManager: [#CMH#] onReceive action = EVENT_SIOP
11-30 15:19:50.549   559   636 I PolicyManager: [#CMH#] SIOP level is high = 3
11-30 15:19:50.549   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:19:50.549 16433 16509 I PolicyManager: [#CMH#] onReceive action = EVENT_SIOP
11-30 15:19:50.549 16433 16509 I PolicyManager: [#CMH#] SIOP level is high = 3
11-30 15:19:50.549 16433 16509 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:19:50.553 26985 26985 W lacrima : FbErrorReportingConfig.earlyInit
11-30 15:19:50.564 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:50.564 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:19:50.568  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:19:50.568  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:19:50.569  2985  5095 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:50.577 26886 26886 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:19:50.579 26886 26886 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:19:50.581 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:50.582 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:19:50.592 26886 26886 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:19:50.603  2985  7619 I SensorService: createSensorEventConnection package name f.l
11-30 15:19:50.636  2985  7619 D SensorService: Calling batch handle==3 flags=0 rate=200000000 timeout== 0
11-30 15:19:50.649 26841 26841 W zygote  : Verification of uom upq.n(android.content.Context, uoc) took 111.712ms
11-30 15:19:50.649  2605  2605 I Sensors : ProximitySensor:enable: handle 3, en 1, old_en 0
11-30 15:19:50.654  2985  2994 I zygote  : Background concurrent copying GC freed 606266(23MB) AllocSpace objects, 48(2MB) LOS objects, 22% free, 82MB/106MB, paused 3.379ms total 1.061s
11-30 15:19:50.695 26841 26979 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 294 native methods...
11-30 15:19:50.715  2985  7619 D SensorManager: registerListener :: 3, STK3013 Proximity, 200000, 0,  
11-30 15:19:50.715  2605  2605 I Sensors : ProximitySensor:readEvents: value 8(cm)
11-30 15:19:50.716  2985  2985 D SensorManager: Proximity, val = 8.0  [far]
11-30 15:19:50.716  2985  2985 D SensorService: Calling activate off 3
11-30 15:19:50.717  2605  3073 I Sensors : ProximitySensor:enable: handle 3, en 0, old_en 1
11-30 15:19:50.717  2985  2985 D SensorManager: unregisterListener ::   
11-30 15:19:50.739 20330 20330 I zygote  : Explicit concurrent copying GC freed 68(48KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 2MB/5MB, paused 246us total 84.068ms
11-30 15:19:50.782 26841 26979 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL
11-30 15:19:50.784 26886 26886 I zygote  : WaitForGcToComplete blocked ClassLinker on ClassLinker for 192.101ms
11-30 15:19:50.827  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:19:50.844  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:19:50.916 26886 26886 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:213806100
11-30 15:19:50.924  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:19:50.928 26886 26886 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 213806100
11-30 15:19:50.938 26886 26886 D DynamitePackage: Instantiated singleton DynamitePackage.
11-30 15:19:50.938 26886 26886 D DynamitePackage: Instantiating com.google.android.gms.ads.ChimeraMobileAdsSettingManagerCreatorImpl
11-30 15:19:51.018  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:19:51.028  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228108 RxPkts=4187457 TxBytes=586789849 RxBytes=4502416802 , Foreground uid=1001 pkgName=com.samsung.android.incallui txBytes=0 rxBytes=0
11-30 15:19:51.041  3510  3660 D Tile.WifiTile: handleUpdateState enabled  = true
11-30 15:19:51.054 26985 26985 W AppStateLoggerNative: AppStateLoggerNative.initializeNativeCrashReporting not called.
11-30 15:19:51.063 26985 26985 W lacrima : Start JavaAppDeathCrashDetector... X.0b1
11-30 15:19:51.063 26886 27025 I Ads     : App measurement initialized, version: 45018
11-30 15:19:51.063 26886 27025 I Ads     : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
11-30 15:19:51.069  2680  2680 E audit   : type=1400 audit(1638260391.036:39857): avc:  denied  { read } for  pid=26985 comm="facebook.katana" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:51.069  2680  2680 E audit   : type=1300 audit(1638260391.036:39857): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=e8f6bb20 a2=20000 a3=0 items=0 ppid=2693 pid=26985 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="facebook.katana" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:51.069  2680  2680 E audit   : type=1327 audit(1638260391.036:39857): proctitle="com.facebook.katana"
11-30 15:19:51.072 26985 26985 W lacrima : Send pending reports
11-30 15:19:51.094  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10112 ,Container id: 0
11-30 15:19:51.095  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10112 ,Container id: 0
11-30 15:19:51.095  2985  4271 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:51.101 26886 26886 D ConnectivityManager: requestNetwork; CallingUid : 10227, CallingPid : 26886
11-30 15:19:51.120 26985 26985 W Unnonodex: Using legacy splash
11-30 15:19:51.120 26985 26985 W Unnonodex: Legacy app components are blocked
11-30 15:19:51.134  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:51.135  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:51.135  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:51.135  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:51.135  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:51.135  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:51.135  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=5238}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:51.135  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=5238}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:51.135  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=5238}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:51.135  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:51.135  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:51.135  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:51.135  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:51.135  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:51.135  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:51.136 26886 26886 I Ads     : Updating ad debug logging enablement.
11-30 15:19:51.140  2985  3171 D WIFI_UT : got request NetworkRequest [ TRACK_DEFAULT id=5240, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:19:51.140  2985  3453 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=5240, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:19:51.140  2985  3171 D WIFI_UT :   my score=2147483647, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:19:51.140  2985  3453 D Ethernet:   my score=-1, my filter=[ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps]
11-30 15:19:51.140  2985  3171 D WIFI_UT : evalRequest
11-30 15:19:51.140  2985  3453 D Ethernet: evalRequest
11-30 15:19:51.140  2985  3171 D WIFI_UT :   needNetworkFor
11-30 15:19:51.140  2985  3453 D Ethernet:   done
11-30 15:19:51.141  2985  3219 D WIFI_P2P: got request NetworkRequest [ TRACK_DEFAULT id=5240, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:19:51.141  2985  3219 D WIFI_P2P:   my score=60, my filter=[ Transports: WIFI Capabilities: WIFI_P2P&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:19:51.141  2985  3219 D WIFI_P2P: evalRequest
11-30 15:19:51.141  2985  3219 D WIFI_P2P:   done
11-30 15:19:51.143  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:51.143  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:51.143  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:51.144  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:51.144  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:51.144  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:51.144  2985  3171 D WIFI    : got request NetworkRequest [ TRACK_DEFAULT id=5240, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:19:51.144  2985  3171 D WIFI    :   my score=60, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:19:51.144  2985  3171 D WIFI    : evalRequest
11-30 15:19:51.144  2985  3171 D WIFI    :   needNetworkFor
11-30 15:19:51.144  3470  3470 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=5240, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:19:51.145  3470  3470 D PhoneSwitcherNetworkRequstListener:   my score=101, my filter=[ Transports: CELLULAR Capabilities: MMS&SUPL&DUN&FOTA&IMS&CBS&IA&RCS&XCAP&EIMS&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&ENT1&FOC Specifier: <android.net.MatchAllNetworkSpecifier@0>]
11-30 15:19:51.145  3470  3470 D PhoneSwitcherNetworkRequstListener: evalRequest
11-30 15:19:51.145  3470  3470 D PhoneSwitcherNetworkRequstListener:   needNetworkFor
11-30 15:19:51.161 26985 27095 W AppInitScheduler|Run: Running InitSharedLibraries [*]
11-30 15:19:51.162 26985 27096 W AppInitScheduler|Run: Running InitMultiProcessTracker
11-30 15:19:51.167 26985 27097 W AppInitScheduler|Run: Running InitNonSdkApiUsageReporting
11-30 15:19:51.168 26985 27098 W AppInitScheduler|Run: Running InitQuickOrder
11-30 15:19:51.168 26985 27097 W AppInitScheduler|Run:   Finished InitNonSdkApiUsageReporting in 0ms
11-30 15:19:51.168 26985 27085 W OnProcessInitInvoker: Ignored missing AppInit dependency: 64:InitFRay
11-30 15:19:51.168 26985 27098 W AppInitScheduler|Run:   Finished InitQuickOrder in 0ms
11-30 15:19:51.184 26985 27096 W AppInitScheduler|Run:   Finished InitMultiProcessTracker in 21ms
11-30 15:19:51.185 26985 27103 W FileBasedMultiProcessTracker: <default>: Initializing FileBasedMultiProcessTracking using /data/user/0/com.facebook.katana/app_multiprocess_tracking
11-30 15:19:51.186 26985 27103 W FileBasedMultiProcessTracker: <default>: Creating file to track 26985
11-30 15:19:51.216 26841 26983 I zygote  : IncrementDisableThreadFlip blocked for 55.555ms
11-30 15:19:51.225 26985 26985 W AppStateLoggerNative: AppStateLoggerNative.initializeNativeCrashReporting not called.
11-30 15:19:51.255 26841 26979 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001007', key: 'RPC_STORE_TARGET'
11-30 15:19:51.255 26841 26979 E Notifications: pwl: HTTP Error Code: 401
11-30 15:19:51.255 26841 26979 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:19:51.255 26841 26979 E Notifications: 	at pzy.a(PG:17)
11-30 15:19:51.255 26841 26979 E Notifications: 	at pzw.a(PG:2)
11-30 15:19:51.255 26841 26979 E Notifications: 	at psd.a(PG:11)
11-30 15:19:51.255 26841 26979 E Notifications: 	at pub.b(PG:3)
11-30 15:19:51.255 26841 26979 E Notifications: 	at pty.e(PG:6)
11-30 15:19:51.255 26841 26979 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:19:51.255 26841 26979 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:51.255 26841 26979 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:51.255 26841 26979 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:51.255 26841 27048 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001004', key: 'RPC_STORE_TARGET'
11-30 15:19:51.255 26841 27048 E Notifications: pwl: HTTP Error Code: 401
11-30 15:19:51.255 26841 27048 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:19:51.255 26841 27048 E Notifications: 	at pzy.a(PG:17)
11-30 15:19:51.255 26841 27048 E Notifications: 	at pzw.a(PG:2)
11-30 15:19:51.255 26841 27048 E Notifications: 	at psd.a(PG:11)
11-30 15:19:51.255 26841 27048 E Notifications: 	at pub.b(PG:3)
11-30 15:19:51.255 26841 27048 E Notifications: 	at pty.e(PG:6)
11-30 15:19:51.255 26841 27048 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:19:51.255 26841 27048 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:51.255 26841 27048 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:51.255 26841 27048 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:51.258 26886 27106 W ConnectionStatusConfig: Dynamic lookup for intent failed for action: com.google.android.gms.leibniz.events.service.START
11-30 15:19:51.264 26985 27095 W AppInitScheduler|Run:   Finished InitSharedLibraries in 103ms
11-30 15:19:51.266 26985 27117 W AppInitScheduler|Run: Running FixArtDebugging [*]
11-30 15:19:51.266 26985 27117 W AppInitScheduler|Run:   Finished FixArtDebugging in 0ms
11-30 15:19:51.266 26985 27116 W AppInitScheduler|Run: Running LoadLibDexLoad [*]
11-30 15:19:51.267 26985 27118 W AppInitScheduler|Run: Running GeneratePerfStats [*]
11-30 15:19:51.267 26985 27097 W AppInitScheduler|Run: Running InitClassFailureStapler
11-30 15:19:51.268 26985 27097 W AppInitScheduler|Run:   Finished InitClassFailureStapler in 0ms
11-30 15:19:51.268 26985 27097 W AppInitScheduler|Run: Running InitCrashLoopMitigation
11-30 15:19:51.269 26985 27119 W AppInitScheduler|Run: Running EnableExtraTracing
11-30 15:19:51.269 26985 27119 W AppInitScheduler|Run:   Finished EnableExtraTracing in 0ms
11-30 15:19:51.269 26985 27120 W AppInitScheduler|Run: Running LoadLibColdStart
11-30 15:19:51.270 26985 27096 W AppInitScheduler|Run: Running InitOxygenCrashReporter
11-30 15:19:51.270 26886 27106 W GmsClient: unable to connect to service: com.google.android.gms.leibniz.events.service.START on com.google.android.gms
11-30 15:19:51.271 26985 27096 W AppInitScheduler|Run:   Finished InitOxygenCrashReporter in 1ms
11-30 15:19:51.274  2680  2680 E audit   : type=1400 audit(1638260391.256:39858): avc:  denied  { read } for  pid=27118 comm="AppInit7" name="vmstat" dev="proc" ino=4026534951 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:51.274  2680  2680 E audit   : type=1300 audit(1638260391.256:39858): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=e9103d30 a2=20000 a3=0 items=0 ppid=2693 pid=27118 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit7" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:51.274  2680  2680 E audit   : type=1327 audit(1638260391.256:39858): proctitle="com.facebook.katana"
11-30 15:19:51.299  2985  2985 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.sm.devicesecurity user:0
11-30 15:19:51.299  2985  2985 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:19:51.299  2985  2985 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.sm.devicesecurity user:0
11-30 15:19:51.299  2985  2985 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:19:51.309 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:19:51.316 27127 27127 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:19:51.319 27127 27127 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:51.320 27127 27127 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.android.sm.devicesecurity 
11-30 15:19:51.326 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:19:51.381 26985 27118 W AppInitScheduler|Run:   Finished GeneratePerfStats in 114ms
11-30 15:19:51.385 26841 27047 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001002', key: 'RPC_STORE_TARGET'
11-30 15:19:51.385 26841 27047 E Notifications: pwl: HTTP Error Code: 401
11-30 15:19:51.385 26841 27047 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:19:51.385 26841 27047 E Notifications: 	at pzy.a(PG:17)
11-30 15:19:51.385 26841 27047 E Notifications: 	at pzw.a(PG:2)
11-30 15:19:51.385 26841 27047 E Notifications: 	at psd.a(PG:11)
11-30 15:19:51.385 26841 27047 E Notifications: 	at pub.b(PG:3)
11-30 15:19:51.385 26841 27047 E Notifications: 	at pty.e(PG:6)
11-30 15:19:51.385 26841 27047 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:19:51.385 26841 27047 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:51.385 26841 27047 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:51.385 26841 27047 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:51.395 26985 27142 W FileBasedMultiProcessTracker: <default>: Observed removed PID: 25170
11-30 15:19:51.399 26985 27103 W FileBasedMultiProcessTracker: <default>: FileBasedMultiProcessTracker ready!
11-30 15:19:51.408 26930 27053 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:19:51.437 26930 27104 D StrictMode: StrictMode policy violation: android.os.StrictMode$StrictModeNetworkViolation: policy=65588 violation=4
11-30 15:19:51.437 26930 27104 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onNetwork(StrictMode.java:1456)
11-30 15:19:51.437 26930 27104 D StrictMode: 	at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:102)
11-30 15:19:51.437 26930 27104 D StrictMode: 	at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:90)
11-30 15:19:51.437 26930 27104 D StrictMode: 	at java.net.InetAddress.getByName(InetAddress.java:743)
11-30 15:19:51.437 26930 27104 D StrictMode: 	at xmg.a(PG:4)
11-30 15:19:51.437 26930 27104 D StrictMode: 	at dlr.run(Unknown Source:6)
11-30 15:19:51.437 26930 27104 D StrictMode: 	at xtl.run(PG:6)
11-30 15:19:51.437 26930 27104 D StrictMode: 	at rpe.run(PG:5)
11-30 15:19:51.437 26930 27104 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:51.437 26930 27104 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:51.437 26930 27104 D StrictMode: 	at rop.run(Unknown Source:2)
11-30 15:19:51.437 26930 27104 D StrictMode: 	at rog.run(Unknown Source:2)
11-30 15:19:51.437 26930 27104 D StrictMode: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:51.439  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:19:51.463 26841 27137 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001006', key: 'RPC_STORE_TARGET'
11-30 15:19:51.463 26841 27137 E Notifications: pwl: HTTP Error Code: 401
11-30 15:19:51.463 26841 27137 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:19:51.463 26841 27137 E Notifications: 	at pzy.a(PG:17)
11-30 15:19:51.463 26841 27137 E Notifications: 	at pzw.a(PG:2)
11-30 15:19:51.463 26841 27137 E Notifications: 	at psd.a(PG:11)
11-30 15:19:51.463 26841 27137 E Notifications: 	at pub.b(PG:3)
11-30 15:19:51.463 26841 27137 E Notifications: 	at pty.e(PG:6)
11-30 15:19:51.463 26841 27137 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:19:51.463 26841 27137 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:51.463 26841 27137 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:51.463 26841 27137 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:51.465 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:51.465 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:19:51.481 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:51.482 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:19:51.489 26930 27125 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:19:51.491 26930 27125 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:19:51.528 26985 27116 W AppInitScheduler|Run:   Finished LoadLibDexLoad in 262ms
11-30 15:19:51.529 26985 27119 W AppInitScheduler|Run: Running InitDitto [*]
11-30 15:19:51.529 26985 27116 W AppInitScheduler|Run: Running InitClassTracing
11-30 15:19:51.530 26985 27117 W AppInitScheduler|Run: Running DisableRuntimeVerification [*]
11-30 15:19:51.531 26985 27098 W AppInitScheduler|Run: Running InitLacrimaEarlyNative
11-30 15:19:51.531 26985 27095 W AppInitScheduler|Run: Running InitTerminateHandler
11-30 15:19:51.531 26985 27096 W AppInitScheduler|Run: Running LoadVoltronModules
11-30 15:19:51.532 26985 27095 W AppInitScheduler|Run:   Finished InitTerminateHandler in 1ms
11-30 15:19:51.532 26985 27095 W AppInitScheduler|Run: Running PreConnect
11-30 15:19:51.534 26985 27097 W dalvik-internals: sigaction64 not found, falling back
11-30 15:19:51.534 26985 27097 W dalvik-internals: sigaction succeeded
11-30 15:19:51.537 26985 27117 W Verifier: Could not disable runtime verification
11-30 15:19:51.537 26985 27117 W AppInitScheduler|Run:   Finished DisableRuntimeVerification in 7ms
11-30 15:19:51.538 26985 27116 W AppInitScheduler|Run:   Finished InitClassTracing in 10ms
11-30 15:19:51.539 26985 27118 W AppInitScheduler|Run: Running InitDeadCodeDetection
11-30 15:19:51.539 26985 27118 W AppInitScheduler|Run:   Finished InitDeadCodeDetection in 0ms
11-30 15:19:51.539 26985 27116 W AppInitScheduler|Run: Running InitMemoryTracer
11-30 15:19:51.540 26985 27116 W AppInitScheduler|Run:   Finished InitMemoryTracer in 0ms
11-30 15:19:51.545  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:19:51.550 26841 27005 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001003', key: 'RPC_STORE_TARGET'
11-30 15:19:51.550 26841 27005 E Notifications: pwl: HTTP Error Code: 401
11-30 15:19:51.550 26841 27005 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:19:51.550 26841 27005 E Notifications: 	at pzy.a(PG:17)
11-30 15:19:51.550 26841 27005 E Notifications: 	at pzw.a(PG:2)
11-30 15:19:51.550 26841 27005 E Notifications: 	at psd.a(PG:11)
11-30 15:19:51.550 26841 27005 E Notifications: 	at pub.b(PG:3)
11-30 15:19:51.550 26841 27005 E Notifications: 	at pty.e(PG:6)
11-30 15:19:51.550 26841 27005 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:19:51.550 26841 27005 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:51.550 26841 27005 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:51.550 26841 27005 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:51.565  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.061828 0.090980 9.580399 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:51.565  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:51.569  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5012 ,Container id: 0
11-30 15:19:51.569  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5012 ,Container id: 0
11-30 15:19:51.569  2985  4271 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:51.578  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5012 ,Container id: 0
11-30 15:19:51.578  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5012 ,Container id: 0
11-30 15:19:51.578  2985  5094 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:51.592 27127 27127 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:51.729 26886 26886 I WebViewFactory: Loading com.android.chrome version 95.0.4638.74 (code 463807420)
11-30 15:19:51.911  2985  5095 D API test: getContainerInfo: value is 150,1359085664
11-30 15:19:51.924 26841 26855 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:19:51.965 26985 27097 I zygote  : Waiting for a blocking GC Debugger
11-30 15:19:51.973 26985 27119 W Ditto   : Ditto initialized, state = DittoState{build id=332957690;in QE=false;enable ditto=false;patch name=;override=none;crash mitigation detected=false;extra config=0;sequential number=1;deadCodePluginNumBuckets=100;threadIdPluginNumBuckets=100}; identifier = null
11-30 15:19:51.974 26985 27119 W AppInitScheduler|Run:   Finished InitDitto in 445ms
11-30 15:19:51.975 26985 27118 W AppInitScheduler|Run: Running LoadDexes [*]
11-30 15:19:51.982  2985  5094 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.google.android.youtube, uid = 10161
11-30 15:19:51.990 27127 27127 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 5012
11-30 15:19:51.991  2985  5094 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:51.992  2985  5094 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:51.992  2985  5094 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:51.992 27127 27127 D Proxy   : mdoP is null: 5012
11-30 15:19:51.998 26985 27095 W AppInitScheduler|Run:   Finished PreConnect in 466ms
11-30 15:19:51.999 26985 27098 V appstatelogger2: Registered App State Logger stream with Breakpad
11-30 15:19:52.014 26985 27097 I zygote  : WaitForGcToComplete blocked Debugger on ClassLinker for 48.811ms
11-30 15:19:52.020 26985 27098 D appstatelogger2: Successfully distracted _ZN3art7Runtime31GetPreAllocatedOutOfMemoryErrorEv
11-30 15:19:52.022 26985 27097 W dalvik-internals: ignoring failure to find _ZN3art12FaultManager35EnsureArtActionInFrontOfSignalChainEv: could not hook _ZN3art12FaultManager35EnsureArtActionInFrontOfSignalChainEv
11-30 15:19:52.023 26985 27097 V dalvik-internals: hooked signal using trap ()
11-30 15:19:52.025 26985 27097 V dalvik-internals: hooked sysv_signal using trap ()
11-30 15:19:52.025 26985 27097 V dalvik-internals: hooked bsd_signal using trap ()
11-30 15:19:52.025 26985 27097 V dalvik-internals: hooked sigaction using trap ()
11-30 15:19:52.025 26985 27097 I dalvik-internals: integrateWithCrashLog crashlog: /data/user/0/com.facebook.katana/crash_log, insta_crashlog: /data/user/0/com.facebook.katana/insta_crash_log
11-30 15:19:52.026 26985 27097 I dalvik-internals: installed sigmux crash handler for crash log
11-30 15:19:52.026 26985 27097 W AppInitScheduler|Run:   Finished InitCrashLoopMitigation in 757ms
11-30 15:19:52.027 26985 27098 D appstatelogger2: Tracking self-SIGKILLs for all of FADv2 rather than just FADv1
11-30 15:19:52.035 26985 27118 W DexLibLoader: disabling background optimization
11-30 15:19:52.047 26985 27096 E VoltronModuleManager: Unable to load installed module dittomodule
11-30 15:19:52.047 26985 27096 E VoltronModuleManager: X.0QB: Module: dittomodule not found in path: /data/data/com.facebook.katana/modules/dittomodule_1ee614fd41e2be9cb5f8fbba6783cc0dcf5b6777f5cdf528426cb5fbcbec0788/download.zip
11-30 15:19:52.047 26985 27096 E VoltronModuleManager: 	at X.0ZN.A05(:81)
11-30 15:19:52.047 26985 27096 E VoltronModuleManager: 	at X.0ZN.A04(:1)
11-30 15:19:52.047 26985 27096 E VoltronModuleManager: 	at X.0XN.BpQ(:4394)
11-30 15:19:52.047 26985 27096 E VoltronModuleManager: 	at X.0XV.run(:93)
11-30 15:19:52.047 26985 27096 E VoltronModuleManager: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:52.047 26985 27096 E VoltronModuleManager: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:52.047 26985 27096 E VoltronModuleManager: 	at X.0XS.run(:8)
11-30 15:19:52.047 26985 27096 E VoltronModuleManager: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:52.047 26985 27118 W DexLibLoader: Loading /data/user/0/com.facebook.katana/dex with compressed oreo startup logic
11-30 15:19:52.047 26985 27096 E VoltronAppInit: Error loading installed modules
11-30 15:19:52.047 26985 27096 E VoltronAppInit: X.0QB: Module: dittomodule not found in path: /data/data/com.facebook.katana/modules/dittomodule_1ee614fd41e2be9cb5f8fbba6783cc0dcf5b6777f5cdf528426cb5fbcbec0788/download.zip
11-30 15:19:52.047 26985 27096 E VoltronAppInit: 	at X.0ZN.A05(:81)
11-30 15:19:52.047 26985 27096 E VoltronAppInit: 	at X.0ZN.A04(:1)
11-30 15:19:52.047 26985 27096 E VoltronAppInit: 	at X.0XN.BpQ(:4394)
11-30 15:19:52.047 26985 27096 E VoltronAppInit: 	at X.0XV.run(:93)
11-30 15:19:52.047 26985 27096 E VoltronAppInit: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:19:52.047 26985 27096 E VoltronAppInit: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:19:52.047 26985 27096 E VoltronAppInit: 	at X.0XS.run(:8)
11-30 15:19:52.047 26985 27096 E VoltronAppInit: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:19:52.051 26985 27096 W AppInitScheduler|Run:   Finished LoadVoltronModules in 519ms
11-30 15:19:52.085 26985 27118 V dalvik-internals: Hooking function _ZN3art11annotations16GetLineNumFromPCEPKNS_7DexFileEPNS_9ArtMethodEj
11-30 15:19:52.085 26985 27118 V dalvik-internals: hooked _ZN3art11annotations16GetLineNumFromPCEPKNS_7DexFileEPNS_9ArtMethodEj using jump ()
11-30 15:19:52.103  2985  4271 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.google.android.youtube, uid = 10161
11-30 15:19:52.103  2985  4271 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:52.103  2985  4271 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:52.103  2985  4271 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:52.107  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228173 RxPkts=4187524 TxBytes=586811227 RxBytes=4502439610 , Foreground uid=1001 pkgName=com.samsung.android.incallui txBytes=0 rxBytes=0
11-30 15:19:52.119 26985 27098 W lacrima : Start AnrAppDeathDetector... X.0OQ
11-30 15:19:52.137 26930 27164 D ConnectivityManager: requestNetwork; CallingUid : 10161, CallingPid : 26930
11-30 15:19:52.143  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:52.144  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:52.144  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:52.144  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:52.144  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:52.144  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:52.144  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=5238}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:52.144  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=5238}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:52.144  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=5238}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:52.144  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:52.144  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:52.144  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:52.144  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:52.144  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:52.144  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:52.145  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:52.145  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:52.145  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:52.145  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:52.145  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:52.145  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:19:52.183 26985 27098 W AppInitScheduler|Run:   Finished InitLacrimaEarlyNative in 653ms
11-30 15:19:52.184 26985 27098 W AppInitScheduler|Run: Running InitDittoBreakpadIntegration
11-30 15:19:52.184 26985 27098 W AppInitScheduler|Run:   Finished InitDittoBreakpadIntegration in 1ms
11-30 15:19:52.204 26985 27118 I zygote  : Waiting for a blocking GC AddRemoveAppImageSpace
11-30 15:19:52.211 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:19:52.219 26985 27118 I zygote  : WaitForGcToComplete blocked AddRemoveAppImageSpace on Debugger for 14.927ms
11-30 15:19:52.228 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:19:52.230  2985  4271 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.google.android.youtube, uid = 10161
11-30 15:19:52.230  2985  4271 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:52.230  2985  4271 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:52.230  2985  4271 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:52.245 26930 27053 I zygote  : Rejecting re-init on previously-failed class java.lang.Class<dhk>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/content/pm/PackageManager$OnChecksumsReadyListener;
11-30 15:19:52.246 26930 27053 I zygote  :   at java.util.List dfr.h(dgf, android.content.Context, amxb, dau) (PG:5)
11-30 15:19:52.246 26930 27053 I zygote  :   at java.util.List dfs.h(dgf, android.content.Context, amxb, dau) (PG:4)
11-30 15:19:52.246 26930 27053 I zygote  :   at void dfr.i(dgf, android.content.Context, amxb, dau) (PG:1)
11-30 15:19:52.246 26930 27053 I zygote  :   at amxb dfr.e(android.content.Context, dau) (PG:8)
11-30 15:19:52.246 26930 27053 I zygote  :   at java.lang.String dfp.d(android.content.Context, java.lang.String, int, byte[]) (PG:9)
11-30 15:19:52.246 26930 27053 I zygote  :   at java.lang.String dfp.c(android.content.Context, byte[]) (PG:3)
11-30 15:19:52.246 26930 27053 I zygote  :   at java.lang.String pka.f(qla, byte[]) (PG:2)
11-30 15:19:52.246 26930 27053 I zygote  :   at java.lang.String pkd.a(android.content.Context, byte[]) (PG:2)
11-30 15:19:52.246 26930 27053 I zygote  :   at java.lang.String vua.i(pkd, byte[]) (PG:1)
11-30 15:19:52.246 26930 27053 I zygote  :   at java.lang.String vua.b() (PG:3)
11-30 15:19:52.246 26930 27053 I zygote  :   at java.lang.String vui.b() (PG:12)
11-30 15:19:52.246 26930 27053 I zygote  :   at void vui.f() (PG:2)
11-30 15:19:52.246 26930 27053 I zygote  :   at void drm.run() ((null):4)
11-30 15:19:52.246 26930 27053 I zygote  :   at void xtl.run() (PG:6)
11-30 15:19:52.246 26930 27053 I zygote  :   at java.lang.Object java.util.concurrent.Executors$RunnableAdapter.call() (Executors.java:457)
11-30 15:19:52.246 26930 27053 I zygote  :   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
11-30 15:19:52.246 26930 27053 I zygote  :   at void java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run() (ScheduledThreadPoolExecutor.java:301)
11-30 15:19:52.246 26930 27053 I zygote  :   at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1162)
11-30 15:19:52.246 26930 27053 I zygote  :   at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:636)
11-30 15:19:52.246 26930 27053 I zygote  :   at void xhy.run() (PG:12)
11-30 15:19:52.246 26930 27053 I zygote  :   at void java.lang.Thread.run() (Thread.java:764)
11-30 15:19:52.246 26930 27053 I zygote  : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.content.pm.PackageManager$OnChecksumsReadyListener" on path: DexPathList[[zip file "/data/app/com.google.android.youtube-afj1_wzmhQnEA9mv3dYt0g==/base.apk", zip file "/data/app/com.google.android.youtube-afj1_wzmhQnEA9mv3dYt0g==/split_config.armeabi_v7a.apk", zip file "/data/app/com.google.android.youtube-afj1_wzmhQnEA9mv3dYt0g==/split_config.en.apk", zip file "/data/app/com.google.android.youtube-afj1_wzmhQnEA9mv3dYt0g==/split_config.in.apk", zip file "/data/app/com.google.android.youtube-afj1_wzmhQnEA9mv3dYt0g==/split_config.xxhdpi.apk"],nativeLibraryDirectories=[/data/app/com.google.android.youtube-afj1_wzmhQnEA9mv3dYt0g==/lib/arm, /data/app/com.google.android.youtube-afj1_wzmhQnEA9mv3dYt0g==/base.apk!/lib/armeabi-v7a, /data/app/com.google.android.youtube-afj1_wzmhQnEA9mv3dYt0g==/split_config.armeabi_v7a.apk!/lib/armeabi-v7a, /data/app/com.google.android.youtube-afj1_wzmhQnEA9mv3dYt0g==/split_config.en.apk!/lib/armeabi-v7a, /data/app/
11-30 15:19:52.246 26930 27053 I zygote  :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
11-30 15:19:52.246 26930 27053 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
11-30 15:19:52.246 26930 27053 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-30 15:19:52.246 26930 27053 I zygote  :   at java.util.List dfr.h(dgf, android.content.Context, amxb, dau) (PG:5)
11-30 15:19:52.246 26930 27053 I zygote  :   at java.util.List dfs.h(dgf, android.content.Context, amxb, dau) (PG:4)
11-30 15:19:52.246 26930 27053 I zygote  :   at void dfr.i(dgf, android.content.Context, amxb, dau) (PG:1)
11-30 15:19:52.246 26930 27053 I zygote  :   at amxb dfr.e(android.content.Context, dau) (PG:8)
11-30 15:19:52.246 26930 27053 I zygote  :   at java.lang.String dfp.d(android.content.Context, java.lang.String, int, byte[]) (PG:9)
11-30 15:19:52.246 26930 27053 I zygote  :   at java.lang.String dfp.c(android.content.Context, byte[]) (PG:3)
11-30 15:19:52.246 26930 27053 I zygote  :   at java.lang.String pka.f(qla, byte[]) (PG:2)
11-30 15:19:52.246 26930 27053 I zygote  :   at java.lang.String pkd.a(android.content.Context, byte[]) (PG:2)
11-30 15:19:52.246 26930 27053 I zygote  :   at java.lang.String vua.i(pkd, byte[]) (PG:1)
11-30 15:19:52.246 26930 27053 I zygote  :   at java.lang.String vua.b() (PG:3)
11-30 15:19:52.246 26930 27053 I zygote  :   at java.lang.String vui.b() (PG:12)
11-30 15:19:52.246 26930 27053 I zygote  :   at void vui.f() (PG:2)
11-30 15:19:52.246 26930 27053 I zygote  :   at void drm.run() ((null):4)
11-30 15:19:52.246 26930 27053 I zygote  :   at void xtl.run() (PG:6)
11-30 15:19:52.247 26930 27053 I zygote  :   at java.lang.Object java.util.concurrent.Executors$RunnableAdapter.call() (Executors.java:457)
11-30 15:19:52.247 26930 27053 I zygote  :   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
11-30 15:19:52.247 26930 27053 I zygote  :   at void java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run() (ScheduledThreadPoolExecutor.java:301)
11-30 15:19:52.247 26930 27053 I zygote  :   at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1162)
11-30 15:19:52.247 26930 27053 I zygote  :   at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:636)
11-30 15:19:52.247 26930 27053 I zygote  :   at void xhy.run() (PG:12)
11-30 15:19:52.247 26930 27053 I zygote  :   at void java.lang.Thread.run() (Thread.java:764)
11-30 15:19:52.247 26930 27053 I zygote  : 
11-30 15:19:52.248 20330 20330 I zygote  : Explicit concurrent copying GC freed 25(32KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2MB/5MB, paused 362us total 88.678ms
11-30 15:19:52.248 26930 27053 I zygote  : Rejecting re-init on previously-failed class java.lang.Class<dhk>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/content/pm/PackageManager$OnChecksumsReadyListener;
11-30 15:19:52.248 26930 27053 I zygote  :   at java.util.List dfr.h(dgf, android.content.Context, amxb, dau) (PG:5)
11-30 15:19:52.248 26930 27053 I zygote  :   at java.util.List dfs.h(dgf, android.content.Context, amxb, dau) (PG:4)
11-30 15:19:52.248 26930 27053 I zygote  :   at void dfr.i(dgf, android.content.Context, amxb, dau) (PG:1)
11-30 15:19:52.248 26930 27053 I zygote  :   at amxb dfr.e(android.content.Context, dau) (PG:8)
11-30 15:19:52.248 26930 27053 I zygote  :   at java.lang.String dfp.d(android.content.Context, java.lang.String, int, byte[]) (PG:9)
11-30 15:19:52.248 26930 27053 I zygote  :   at java.lang.String dfp.c(android.content.Context, byte[]) (PG:3)
11-30 15:19:52.248 26930 27053 I zygote  :   at java.lang.String pka.f(qla, byte[]) (PG:2)
11-30 15:19:52.248 26930 27053 I zygote  :   at java.lang.String pkd.a(android.content.Context, byte[]) (PG:2)
11-30 15:19:52.248 26930 27053 I zygote  :   at java.lang.String vua.i(pkd, byte[]) (PG:1)
11-30 15:19:52.248 26930 27053 I zygote  :   at java.lang.String vua.b() (PG:3)
11-30 15:19:52.248 26930 27053 I zygote  :   at java.lang.String vui.b() (PG:12)
11-30 15:19:52.248 26930 27053 I zygote  :   at void vui.f() (PG:2)
11-30 15:19:52.248 26930 27053 I zygote  :   at void drm.run() ((null):4)
11-30 15:19:52.248 26930 27053 I zygote  :   at void xtl.run() (PG:6)
11-30 15:19:52.248 26930 27053 I zygote  :   at java.lang.Object java.util.concurrent.Executors$RunnableAdapter.call() (Executors.java:457)
11-30 15:19:52.248 26930 27053 I zygote  :   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
11-30 15:19:52.248 26930 27053 I zygote  :   at void java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run() (ScheduledThreadPoolExecutor.java:301)
11-30 15:19:52.248 26930 27053 I zygote  :   at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1162)
11-30 15:19:52.248 26930 27053 I zygote  :   at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:636)
11-30 15:19:52.248 26930 27053 I zygote  :   at void xhy.run() (PG:12)
11-30 15:19:52.248 26930 27053 I zygote  :   at void java.lang.Thread.run() (Thread.java:764)
11-30 15:19:52.248 26930 27053 I zygote  : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.content.pm.PackageManager$OnChecksumsReadyListener" on path: DexPathList[[zip file "/data/app/com.google.android.youtube-afj1_wzmhQnEA9mv3dYt0g==/base.apk", zip file "/data/app/com.google.android.youtube-afj1_wzmhQnEA9mv3dYt0g==/split_config.armeabi_v7a.apk", zip file "/data/app/com.google.android.youtube-afj1_wzmhQnEA9mv3dYt0g==/split_config.en.apk", zip file "/data/app/com.google.android.youtube-afj1_wzmhQnEA9mv3dYt0g==/split_config.in.apk", zip file "/data/app/com.google.android.youtube-afj1_wzmhQnEA9mv3dYt0g==/split_config.xxhdpi.apk"],nativeLibraryDirectories=[/data/app/com.google.android.youtube-afj1_wzmhQnEA9mv3dYt0g==/lib/arm, /data/app/com.google.android.youtube-afj1_wzmhQnEA9mv3dYt0g==/base.apk!/lib/armeabi-v7a, /data/app/com.google.android.youtube-afj1_wzmhQnEA9mv3dYt0g==/split_config.armeabi_v7a.apk!/lib/armeabi-v7a, /data/app/com.google.android.youtube-afj1_wzmhQnEA9mv3dYt0g==/split_config.en.apk!/lib/armeabi-v7a, /data/app/
11-30 15:19:52.248 26930 27053 I zygote  :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
11-30 15:19:52.248 26930 27053 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
11-30 15:19:52.248 26930 27053 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-30 15:19:52.248 26930 27053 I zygote  :   at java.util.List dfr.h(dgf, android.content.Context, amxb, dau) (PG:5)
11-30 15:19:52.248 26930 27053 I zygote  :   at java.util.List dfs.h(dgf, android.content.Context, amxb, dau) (PG:4)
11-30 15:19:52.248 26930 27053 I zygote  :   at void dfr.i(dgf, android.content.Context, amxb, dau) (PG:1)
11-30 15:19:52.248 26930 27053 I zygote  :   at amxb dfr.e(android.content.Context, dau) (PG:8)
11-30 15:19:52.248 26930 27053 I zygote  :   at java.lang.String dfp.d(android.content.Context, java.lang.String, int, byte[]) (PG:9)
11-30 15:19:52.248 26930 27053 I zygote  :   at java.lang.String dfp.c(android.content.Context, byte[]) (PG:3)
11-30 15:19:52.248 26930 27053 I zygote  :   at java.lang.String pka.f(qla, byte[]) (PG:2)
11-30 15:19:52.248 26930 27053 I zygote  :   at java.lang.String pkd.a(android.content.Context, byte[]) (PG:2)
11-30 15:19:52.248 26930 27053 I zygote  :   at java.lang.String vua.i(pkd, byte[]) (PG:1)
11-30 15:19:52.248 26930 27053 I zygote  :   at java.lang.String vua.b() (PG:3)
11-30 15:19:52.248 26930 27053 I zygote  :   at java.lang.String vui.b() (PG:12)
11-30 15:19:52.248 26930 27053 I zygote  :   at void vui.f() (PG:2)
11-30 15:19:52.248 26930 27053 I zygote  :   at void drm.run() ((null):4)
11-30 15:19:52.248 26930 27053 I zygote  :   at void xtl.run() (PG:6)
11-30 15:19:52.248 26930 27053 I zygote  :   at java.lang.Object java.util.concurrent.Executors$RunnableAdapter.call() (Executors.java:457)
11-30 15:19:52.248 26930 27053 I zygote  :   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
11-30 15:19:52.248 26930 27053 I zygote  :   at void java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run() (ScheduledThreadPoolExecutor.java:301)
11-30 15:19:52.248 26930 27053 I zygote  :   at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1162)
11-30 15:19:52.248 26930 27053 I zygote  :   at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:636)
11-30 15:19:52.248 26930 27053 I zygote  :   at void xhy.run() (PG:12)
11-30 15:19:52.248 26930 27053 I zygote  :   at void java.lang.Thread.run() (Thread.java:764)
11-30 15:19:52.248 26930 27053 I zygote  : 
11-30 15:19:52.249 26930 27053 I zygote  : Rejecting re-init on previously-failed class java.lang.Class<dhk>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/content/pm/PackageManager$OnChecksumsReadyListener;
11-30 15:19:52.249 26930 27053 I zygote  :   at java.util.List dfr.h(dgf, android.content.Context, amxb, dau) (PG:5)
11-30 15:19:52.249 26930 27053 I zygote  :   at java.util.List dfs.h(dgf, android.content.Context, amxb, dau) (PG:4)
11-30 15:19:52.249 26930 27053 I zygote  :   at void dfr.i(dgf, android.content.Context, amxb, dau) (PG:1)
11-30 15:19:52.249 26930 27053 I zygote  :   at amxb dfr.e(android.content.Context, dau) (PG:8)
11-30 15:19:52.249 26930 27053 I zygote  :   at java.lang.String dfp.d(android.content.Context, java.lang.String, int, byte[]) (PG:9)
11-30 15:19:52.249 26930 27053 I zygote  :   at java.lang.String dfp.c(android.content.Context, byte[]) (PG:3)
11-30 15:19:52.250 26930 27053 I zygote  :   at java.lang.String pka.f(qla, byte[]) (PG:2)
11-30 15:19:52.250 26930 27053 I zygote  :   at java.lang.String pkd.a(android.content.Context, byte[]) (PG:2)
11-30 15:19:52.250 26930 27053 I zygote  :   at java.lang.String vua.i(pkd, byte[]) (PG:1)
11-30 15:19:52.250 26930 27053 I zygote  :   at java.lang.String vua.b() (PG:3)
11-30 15:19:52.250 26930 27053 I zygote  :   at java.lang.String vui.b() (PG:12)
11-30 15:19:52.250 26930 27053 I zygote  :   at void vui.f() (PG:2)
11-30 15:19:52.250 26930 27053 I zygote  :   at void drm.run() ((null):4)
11-30 15:19:52.250 26930 27053 I zygote  :   at void xtl.run() (PG:6)
11-30 15:19:52.250 26930 27053 I zygote  :   at java.lang.Object java.util.concurrent.Executors$RunnableAdapter.call() (Executors.java:457)
11-30 15:19:52.250 26930 27053 I zygote  :   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
11-30 15:19:52.250 26930 27053 I zygote  :   at void java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run() (ScheduledThreadPoolExecutor.java:301)
11-30 15:19:52.250 26930 27053 I zygote  :   at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1162)
11-30 15:19:52.250 26930 27053 I zygote  :   at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:636)
11-30 15:19:52.250 26930 27053 I zygote  :   at void xhy.run() (PG:12)
11-30 15:19:52.250 26930 27053 I zygote  :   at void java.lang.Thread.run() (Thread.java:764)
11-30 15:19:52.250 26930 27053 I zygote  : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.content.pm.PackageManager$OnChecksumsReadyListener" on path: DexPathList[[zip file "/data/app/com.google.android.youtube-afj1_wzmhQnEA9mv3dYt0g==/base.apk", zip file "/data/app/com.google.android.youtube-afj1_wzmhQnEA9mv3dYt0g==/split_config.armeabi_v7a.apk", zip file "/data/app/com.google.android.youtube-afj1_wzmhQnEA9mv3dYt0g==/split_config.en.apk", zip file "/data/app/com.google.android.youtube-afj1_wzmhQnEA9mv3dYt0g==/split_config.in.apk", zip file "/data/app/com.google.android.youtube-afj1_wzmhQnEA9mv3dYt0g==/split_config.xxhdpi.apk"],nativeLibraryDirectories=[/data/app/com.google.android.youtube-afj1_wzmhQnEA9mv3dYt0g==/lib/arm, /data/app/com.google.android.youtube-afj1_wzmhQnEA9mv3dYt0g==/base.apk!/lib/armeabi-v7a, /data/app/com.google.android.youtube-afj1_wzmhQnEA9mv3dYt0g==/split_config.armeabi_v7a.apk!/lib/armeabi-v7a, /data/app/com.google.android.youtube-afj1_wzmhQnEA9mv3dYt0g==/split_config.en.apk!/lib/armeabi-v7a, /data/app/
11-30 15:19:52.250 26930 27053 I zygote  :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
11-30 15:19:52.250 26930 27053 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
11-30 15:19:52.250 26930 27053 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-30 15:19:52.250 26930 27053 I zygote  :   at java.util.List dfr.h(dgf, android.content.Context, amxb, dau) (PG:5)
11-30 15:19:52.250 26930 27053 I zygote  :   at java.util.List dfs.h(dgf, android.content.Context, amxb, dau) (PG:4)
11-30 15:19:52.250 26930 27053 I zygote  :   at void dfr.i(dgf, android.content.Context, amxb, dau) (PG:1)
11-30 15:19:52.250 26930 27053 I zygote  :   at amxb dfr.e(android.content.Context, dau) (PG:8)
11-30 15:19:52.250 26930 27053 I zygote  :   at java.lang.String dfp.d(android.content.Context, java.lang.String, int, byte[]) (PG:9)
11-30 15:19:52.250 26930 27053 I zygote  :   at java.lang.String dfp.c(android.content.Context, byte[]) (PG:3)
11-30 15:19:52.250 26930 27053 I zygote  :   at java.lang.String pka.f(qla, byte[]) (PG:2)
11-30 15:19:52.250 26930 27053 I zygote  :   at java.lang.String pkd.a(android.content.Context, byte[]) (PG:2)
11-30 15:19:52.250 26930 27053 I zygote  :   at java.lang.String vua.i(pkd, byte[]) (PG:1)
11-30 15:19:52.250 26930 27053 I zygote  :   at java.lang.String vua.b() (PG:3)
11-30 15:19:52.250 26930 27053 I zygote  :   at java.lang.String vui.b() (PG:12)
11-30 15:19:52.250 26930 27053 I zygote  :   at void vui.f() (PG:2)
11-30 15:19:52.250 26930 27053 I zygote  :   at void drm.run() ((null):4)
11-30 15:19:52.250 26930 27053 I zygote  :   at void xtl.run() (PG:6)
11-30 15:19:52.250 26930 27053 I zygote  :   at java.lang.Object java.util.concurrent.Executors$RunnableAdapter.call() (Executors.java:457)
11-30 15:19:52.250 26930 27053 I zygote  :   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
11-30 15:19:52.250 26930 27053 I zygote  :   at void java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run() (ScheduledThreadPoolExecutor.java:301)
11-30 15:19:52.250 26930 27053 I zygote  :   at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1162)
11-30 15:19:52.250 26930 27053 I zygote  :   at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:636)
11-30 15:19:52.250 26930 27053 I zygote  :   at void xhy.run() (PG:12)
11-30 15:19:52.250 26930 27053 I zygote  :   at void java.lang.Thread.run() (Thread.java:764)
11-30 15:19:52.250 26930 27053 I zygote  : 
11-30 15:19:52.279  2985  5092 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.google.android.youtube, uid = 10161
11-30 15:19:52.279  2985  5092 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:52.280  2985  5092 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:52.280  2985  5092 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:52.282 26886 26886 I cr_WVCFactoryProvider: Loaded version=95.0.4638.74 minSdkVersion=24 isBundle=true multiprocess=true packageId=2
11-30 15:19:52.283  2985  5092 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.google.android.youtube, uid = 10161
11-30 15:19:52.283  2985  5092 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:52.283  2985  5092 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:52.283  2985  5092 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:52.346  2985  5094 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.google.android.youtube, uid = 10161
11-30 15:19:52.347  2985  5094 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:19:52.347  2985  5094 D WifiPermissionsUtil: Denied: no location permission
11-30 15:19:52.347  2985  5094 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:19:52.365 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:52.365 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:19:52.381 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:52.381 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:19:52.405 26985 27120 W AppInitScheduler|Run:   Finished LoadLibColdStart in 1136ms
11-30 15:19:52.406 26985 27120 W AppInitScheduler|Run: Running FixAndroidBugs
11-30 15:19:52.406 26985 27116 W AppInitScheduler|Run: Running InitJit
11-30 15:19:52.406 26985 27119 W AppInitScheduler|Run: Running InitLyra
11-30 15:19:52.406 26985 27119 W AppInitScheduler|Run:   Finished InitLyra in 0ms
11-30 15:19:52.530 26985 27116 W AppInitScheduler|Run:   Finished InitJit in 122ms
11-30 15:19:52.536  2985  4271 D ActivityManager: The following uid has registered to recieve broadcast for proxy related updates 10161
11-30 15:19:52.605  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.091756 0.056264 9.578004 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:52.605  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:52.774  2985  2985 D KnoxVpnEngineService: Vpn Receiver : com.samsung.android.knox.intent.action.VPN_PROXY_BROADCAST_INTERNAL
11-30 15:19:52.774  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:19:52.814  2985  5092 D ActivityManager: The following uid has registered to recieve broadcast for proxy related updates 10161
11-30 15:19:52.817  2985  2985 D KnoxVpnEngineService: Vpn Receiver : com.samsung.android.knox.intent.action.VPN_PROXY_BROADCAST_INTERNAL
11-30 15:19:52.817  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:19:52.833 26841 26855 I zygote  : WaitForGcToComplete blocked ProfileSaver on ClassLinker for 909.909ms
11-30 15:19:52.884 26841 26851 I zygote  : WaitForGcToComplete blocked CollectorTransition on ProfileSaver for 27.417ms
11-30 15:19:52.889 26985 27198 D PgoUtils: Trying to int PGO tools for art (Apply String init map fix: 0)
11-30 15:19:52.890 26985 27120 W AppInitScheduler|Run:   Finished FixAndroidBugs in 483ms
11-30 15:19:52.924 26985 27198 D SUSPEND_RESUME: Flag: base add: /suspendResumeVerifyV3_810_VV4 flag: PGO use: /suspendResumeVerifyV3_810_VV4_PGO
11-30 15:19:52.931 26985 27198 D MuseumVerifier: Attempting verification for SuspendResume with flag file: /data/user/0/com.facebook.katana/app_pgoutils/suspendResumeVerifyV3_810_VV4_PGO
11-30 15:19:52.933 26985 27198 D MuseumVerifier: Parsed error [prior result: failure] for SuspendResume : Failed runtime->preinitialization_transaction_ == nullptr
11-30 15:19:52.934 26985 27198 D MuseumVerifier: Previously failed verification of SuspendResume, not trying again. Previous error: Failed runtime->preinitialization_transaction_ == nullptr
11-30 15:19:52.934 26985 27198 W SUSPEND_RESUME: Failed to verify SuspendResume with error: Previously failed verification of SuspendResume, not trying again. Previous error: Failed runtime->preinitialization_transaction_ == nullptr
11-30 15:19:52.934 26985 27198 D SUSPEND_RESUME: isSuspendResumeSupported: 0
11-30 15:19:52.934 26985 27198 D PgoUtils: Art Pgo supported on platform: 0 suspend and resume supported: 0
11-30 15:19:52.934 26985 27198 D PgoUtils: PGO Utils was not successfully inited [pgoutils: 0]
11-30 15:19:53.107 26886 26886 I cr_LibraryLoader: Successfully loaded native library
11-30 15:19:53.114 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:19:53.119 26985 27118 W AppInitScheduler|Run:   Finished LoadDexes in 1144ms
11-30 15:19:53.119 26985 27118 W AppInitScheduler|Run: Running AddDittoInfoToReliabilityLogging
11-30 15:19:53.119 26985 27097 W AppInitScheduler|Run: Running CreateApplicationImpl [*]
11-30 15:19:53.120 26985 27096 W AppInitScheduler|Run: Running AddMainDexStoreInfoToReliabilityLogging
11-30 15:19:53.120 26985 27117 W AppInitScheduler|Run: Running ConfigureJitAfterDexesLoad
11-30 15:19:53.120 26985 27118 W AppInitScheduler|Run:   Finished AddDittoInfoToReliabilityLogging in 0ms
11-30 15:19:53.120 26985 27118 W AppInitScheduler|Run: Running FreeApkZipToReduceMemoryUsage
11-30 15:19:53.120 26985 27098 W AppInitScheduler|Run: Running MprotectCode
11-30 15:19:53.123 26985 27118 W AppInitScheduler|Run:   Finished FreeApkZipToReduceMemoryUsage in 4ms
11-30 15:19:53.124 26985 27098 W AppInitScheduler|Run:   Finished MprotectCode in 3ms
11-30 15:19:53.125 26985 27116 W AppInitScheduler|Run: Running MlockCode
11-30 15:19:53.125 26985 27198 D JitUtils: Trying to int jit tools for art
11-30 15:19:53.126  2680  2680 E audit   : type=1400 audit(1638260393.106:39859): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/framework/arm/boot.oat" dev="dm-0" ino=278 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.126  2680  2680 E audit   : type=1300 audit(1638260393.106:39859): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=71c03000 a1=1000 a2=7 a3=71c03000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.126  2680  2680 E audit   : type=1327 audit(1638260393.106:39859): proctitle="com.facebook.katana"
11-30 15:19:53.126  2680  2680 E audit   : type=1400 audit(1638260393.106:39860): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/framework/arm/boot-core-libart.oat" dev="dm-0" ino=188 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.126  2680  2680 E audit   : type=1300 audit(1638260393.106:39860): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=71ed9000 a1=1000 a2=7 a3=71ed9000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.126  2680  2680 E audit   : type=1327 audit(1638260393.106:39860): proctitle="com.facebook.katana"
11-30 15:19:53.126  2680  2680 E audit   : type=1400 audit(1638260393.106:39861): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/framework/arm/boot-conscrypt.oat" dev="dm-0" ino=673 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.126  2680  2680 E audit   : type=1300 audit(1638260393.106:39861): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=71f42000 a1=1000 a2=7 a3=71f42000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.126  2680  2680 E audit   : type=1327 audit(1638260393.106:39861): proctitle="com.facebook.katana"
11-30 15:19:53.126  2680  2680 E audit   : type=1400 audit(1638260393.116:39862): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/framework/arm/boot-okhttp.oat" dev="dm-0" ino=405 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.127  2680  2680 E audit   : type=1300 audit(1638260393.116:39862): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=71fe5000 a1=1000 a2=7 a3=71fe5000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.127  2680  2680 E audit   : type=1327 audit(1638260393.116:39862): proctitle="com.facebook.katana"
11-30 15:19:53.127  2680  2680 E audit   : type=1400 audit(1638260393.116:39863): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/framework/arm/boot-bouncycastle.oat" dev="dm-0" ino=284 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.127  2680  2680 E audit   : type=1300 audit(1638260393.116:39863): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=7204a000 a1=1000 a2=7 a3=7204a000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.127  2680  2680 E audit   : type=1327 audit(1638260393.116:39863): proctitle="com.facebook.katana"
11-30 15:19:53.127  2680  2680 E audit   : type=1400 audit(1638260393.116:39864): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/framework/arm/boot-apache-xml.oat" dev="dm-0" ino=262 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.127  2680  2680 E audit   : type=1300 audit(1638260393.116:39864): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=72054000 a1=1000 a2=7 a3=72054000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.127  2680  2680 E audit   : type=1327 audit(1638260393.116:39864): proctitle="com.facebook.katana"
11-30 15:19:53.127  2680  2680 E audit   : type=1400 audit(1638260393.116:39865): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/framework/arm/boot-legacy-test.oat" dev="dm-0" ino=2362 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.127  2680  2680 E audit   : type=1300 audit(1638260393.116:39865): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=7205d000 a1=1000 a2=7 a3=7205d000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.127  2680  2680 E audit   : type=1327 audit(1638260393.116:39865): proctitle="com.facebook.katana"
11-30 15:19:53.127  2680  2680 E audit   : type=1400 audit(1638260393.116:39866): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/framework/arm/boot-ext.oat" dev="dm-0" ino=313 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.127  2680  2680 E audit   : type=1300 audit(1638260393.116:39866): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=72098000 a1=1000 a2=7 a3=72098000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.127  2680  2680 E audit   : type=1327 audit(1638260393.116:39866): proctitle="com.facebook.katana"
11-30 15:19:53.128  2680  2680 E audit   : type=1400 audit(1638260393.116:39867): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/framework/arm/boot-framework.oat" dev="dm-0" ino=87 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.128  2680  2680 E audit   : type=1300 audit(1638260393.116:39867): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73651000 a1=1000 a2=7 a3=73651000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.128  2680  2680 E audit   : type=1327 audit(1638260393.116:39867): proctitle="com.facebook.katana"
11-30 15:19:53.128  2680  2680 E audit   : type=1400 audit(1638260393.116:39868): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/framework/arm/boot-telephony-common.oat" dev="dm-0" ino=98 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.128  2680  2680 E audit   : type=1300 audit(1638260393.116:39868): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73a43000 a1=1000 a2=7 a3=73a43000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.128  2680  2680 E audit   : type=1327 audit(1638260393.116:39868): proctitle="com.facebook.katana"
11-30 15:19:53.128  2680  2680 E audit   : type=1400 audit(1638260393.116:39869): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/framework/arm/boot-voip-common.oat" dev="dm-0" ino=784 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.128  2680  2680 E audit   : type=1300 audit(1638260393.116:39869): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73a59000 a1=1000 a2=7 a3=73a59000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.128  2680  2680 E audit   : type=1327 audit(1638260393.116:39869): proctitle="com.facebook.katana"
11-30 15:19:53.128  2680  2680 E audit   : type=1400 audit(1638260393.116:39870): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/framework/arm/boot-ims-common.oat" dev="dm-0" ino=856 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.128  2680  2680 E audit   : type=1300 audit(1638260393.116:39870): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73a72000 a1=1000 a2=7 a3=73a72000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.128  2680  2680 E audit   : type=1327 audit(1638260393.116:39870): proctitle="com.facebook.katana"
11-30 15:19:53.129  2680  2680 E audit   : type=1400 audit(1638260393.116:39871): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/framework/arm/boot-org.apache.http.legacy.boot.oat" dev="dm-0" ino=353 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.129  2680  2680 E audit   : type=1300 audit(1638260393.116:39871): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b16000 a1=1000 a2=7 a3=73b16000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.129  2680  2680 E audit   : type=1327 audit(1638260393.116:39871): proctitle="com.facebook.katana"
11-30 15:19:53.129  2680  2680 E audit   : type=1400 audit(1638260393.116:39872): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/framework/arm/boot-smartbondingservice.oat" dev="dm-0" ino=81 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.129  2680  2680 E audit   : type=1300 audit(1638260393.116:39872): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b1d000 a1=1000 a2=7 a3=73b1d000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.129  2680  2680 E audit   : type=1327 audit(1638260393.116:39872): proctitle="com.facebook.katana"
11-30 15:19:53.129  2680  2680 E audit   : type=1400 audit(1638260393.116:39873): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/framework/arm/boot-sprengine.oat" dev="dm-0" ino=947 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.129  2680  2680 E audit   : type=1300 audit(1638260393.116:39873): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b24000 a1=1000 a2=7 a3=73b24000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.129  2680  2680 E audit   : type=1327 audit(1638260393.116:39873): proctitle="com.facebook.katana"
11-30 15:19:53.129  2680  2680 E audit   : type=1400 audit(1638260393.116:39874): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/framework/arm/boot-android.hidl.base-V1.0-java.oat" dev="dm-0" ino=83 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.129 26985 27116 W AppInitScheduler|Run:   Finished MlockCode in 4ms
11-30 15:19:53.129  2680  2680 E audit   : type=1300 audit(1638260393.116:39874): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b2b000 a1=1000 a2=7 a3=73b2b000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.129  2680  2680 E audit   : type=1327 audit(1638260393.116:39874): proctitle="com.facebook.katana"
11-30 15:19:53.129  2680  2680 E audit   : type=1400 audit(1638260393.116:39875): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/framework/arm/boot-android.hidl.manager-V1.0-java.oat" dev="dm-0" ino=2191 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.129  2680  2680 E audit   : type=1300 audit(1638260393.116:39875): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b36000 a1=1000 a2=7 a3=73b36000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.129  2680  2680 E audit   : type=1327 audit(1638260393.116:39875): proctitle="com.facebook.katana"
11-30 15:19:53.129  2680  2680 E audit   : type=1400 audit(1638260393.116:39876): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/framework/arm/boot-timakeystore.oat" dev="dm-0" ino=753 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.129  2680  2680 E audit   : type=1300 audit(1638260393.116:39876): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b3e000 a1=1000 a2=7 a3=73b3e000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.129  2680  2680 E audit   : type=1327 audit(1638260393.116:39876): proctitle="com.facebook.katana"
11-30 15:19:53.130  2680  2680 E audit   : type=1400 audit(1638260393.116:39877): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/framework/arm/boot-fipstimakeystore.oat" dev="dm-0" ino=933 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.130  2680  2680 E audit   : type=1300 audit(1638260393.116:39877): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b45000 a1=1000 a2=7 a3=73b45000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.130  2680  2680 E audit   : type=1327 audit(1638260393.116:39877): proctitle="com.facebook.katana"
11-30 15:19:53.130  2680  2680 E audit   : type=1400 audit(1638260393.116:39878): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/framework/arm/boot-ucmopensslenginehelper.oat" dev="dm-0" ino=2481 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.130  2680  2680 E audit   : type=1300 audit(1638260393.116:39878): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b4c000 a1=1000 a2=7 a3=73b4c000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.130  2680  2680 E audit   : type=1327 audit(1638260393.116:39878): proctitle="com.facebook.katana"
11-30 15:19:53.130  2680  2680 E audit   : type=1400 audit(1638260393.116:39879): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/framework/arm/boot-SemAudioThumbnail.oat" dev="dm-0" ino=1166 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.130  2680  2680 E audit   : type=1300 audit(1638260393.116:39879): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b53000 a1=1000 a2=7 a3=73b53000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.130  2680  2680 E audit   : type=1327 audit(1638260393.116:39879): proctitle="com.facebook.katana"
11-30 15:19:53.130  2680  2680 E audit   : type=1400 audit(1638260393.116:39880): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/framework/arm/boot-knoxsdk.oat" dev="dm-0" ino=214 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.130  2680  2680 E audit   : type=1300 audit(1638260393.116:39880): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b5d000 a1=1000 a2=7 a3=73b5d000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.130  2680  2680 E audit   : type=1327 audit(1638260393.116:39880): proctitle="com.facebook.katana"
11-30 15:19:53.130  2680  2680 E audit   : type=1400 audit(1638260393.116:39881): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/framework/arm/boot-sec_edm.oat" dev="dm-0" ino=248 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.130  2680  2680 E audit   : type=1300 audit(1638260393.116:39881): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b65000 a1=1000 a2=7 a3=73b65000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.130  2680  2680 E audit   : type=1327 audit(1638260393.116:39881): proctitle="com.facebook.katana"
11-30 15:19:53.130 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:19:53.130  2680  2680 E audit   : type=1400 audit(1638260393.116:39882): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/framework/arm/boot-sagearpolicymanager.oat" dev="dm-0" ino=1483 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.130  2680  2680 E audit   : type=1300 audit(1638260393.116:39882): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b6c000 a1=1000 a2=7 a3=73b6c000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.131  2680  2680 E audit   : type=1327 audit(1638260393.116:39882): proctitle="com.facebook.katana"
11-30 15:19:53.131  2680  2680 E audit   : type=1400 audit(1638260393.116:39883): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/framework/arm/boot-knoxanalyticssdk.oat" dev="dm-0" ino=2199 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.131  2680  2680 E audit   : type=1300 audit(1638260393.116:39883): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b73000 a1=1000 a2=7 a3=73b73000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.131  2680  2680 E audit   : type=1327 audit(1638260393.116:39883): proctitle="com.facebook.katana"
11-30 15:19:53.131  2680  2680 E audit   : type=1400 audit(1638260393.116:39884): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/framework/arm/boot-sec_sdp_sdk.oat" dev="dm-0" ino=937 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.131  2680  2680 E audit   : type=1300 audit(1638260393.116:39884): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b7a000 a1=1000 a2=7 a3=73b7a000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.131  2680  2680 E audit   : type=1327 audit(1638260393.116:39884): proctitle="com.facebook.katana"
11-30 15:19:53.131  2680  2680 E audit   : type=1400 audit(1638260393.116:39885): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/framework/arm/boot-sec_sdp_hidden_sdk.oat" dev="dm-0" ino=1428 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.131  2680  2680 E audit   : type=1300 audit(1638260393.116:39885): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b81000 a1=1000 a2=7 a3=73b81000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.131  2680  2680 E audit   : type=1327 audit(1638260393.116:39885): proctitle="com.facebook.katana"
11-30 15:19:53.131  2680  2680 E audit   : type=1400 audit(1638260393.116:39886): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/framework/arm/boot-knoxvpnuidtag.oat" dev="dm-0" ino=1546 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.131  2680  2680 E audit   : type=1300 audit(1638260393.116:39886): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b88000 a1=1000 a2=7 a3=73b88000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.131  2680  2680 E audit   : type=1327 audit(1638260393.116:39886): proctitle="com.facebook.katana"
11-30 15:19:53.132  2680  2680 E audit   : type=1400 audit(1638260393.116:39887): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/framework/arm/boot-knoxguard.oat" dev="dm-0" ino=2207 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.132  2680  2680 E audit   : type=1300 audit(1638260393.116:39887): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=73b8f000 a1=1000 a2=7 a3=73b8f000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.132  2680  2680 E audit   : type=1327 audit(1638260393.116:39887): proctitle="com.facebook.katana"
11-30 15:19:53.132  2680  2680 E audit   : type=1400 audit(1638260393.116:39888): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path=2F6465762F6173686D656D2F64616C76696B2D2F646174612F646174612F636F6D2E66616365626F6F6B2E6B6174616E612F6465782F6F61742F61726D2F7A2D633235646338313637343366333536636463623932323962636538383036623530353931306562652E6172745F32363938355F3237313138202864656C6574656429 dev="tmpfs" ino=38343930 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:untrusted_app_tmpfs:s0:c512,c768 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.132  2680  2680 E audit   : type=1300 audit(1638260393.116:39888): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=77b90000 a1=425000 a2=7 a3=77b90000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.132  2680  2680 E audit   : type=1327 audit(1638260393.116:39888): proctitle="com.facebook.katana"
11-30 15:19:53.132  2680  2680 E audit   : type=1400 audit(1638260393.116:39889): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path=2F6465762F6173686D656D2F64616C76696B2D2F646174612F646174612F636F6D2E66616365626F6F6B2E6B6174616E612F6465782F6F61742F61726D2F7A2D633235646338313637343366333536636463623932323962636538383036623530353931306562652E6172745F32363938355F3237313138202864656C6574656429 dev="tmpfs" ino=38343930 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:untrusted_app_tmpfs:s0:c512,c768 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.132  2680  2680 E audit   : type=1300 audit(1638260393.116:39889): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=77fb5000 a1=63000 a2=4 a3=77fb5000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.132  2680  2680 E audit   : type=1327 audit(1638260393.116:39889): proctitle="com.facebook.katana"
11-30 15:19:53.132  2680  2680 E audit   : type=1400 audit(1638260393.116:39890): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path=2F6465762F6173686D656D2F64616C76696B2D2F646174612F646174612F636F6D2E66616365626F6F6B2E6B6174616E612F6465782F6F61742F61726D2F7A2D633235646338313637343366333536636463623932323962636538383036623530353931306562652E6172745F32363938355F3237313138202864656C6574656429 dev="tmpfs" ino=38343930 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:untrusted_app_tmpfs:s0:c512,c768 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.133  2680  2680 E audit   : type=1300 audit(1638260393.116:39890): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=78018000 a1=12000 a2=7 a3=78018000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.133  2680  2680 E audit   : type=1327 audit(1638260393.116:39890): proctitle="com.facebook.katana"
11-30 15:19:53.139 26985 27198 D ART_JIT : verifyArtJitCalls with jit Enabled [force verify: 0] malloc arena pool: 0 Jit sampling weights: 0 mmap race fix: 1 Test Method initialize (Landroid/content/Context;ZLjava/util/List;IZZZZZZ)Z[flag name: /ArtJitEnabledMMapFix_S2V13_AV810_VV4] test methods: [ ( n: testCompileMethod, s: (I)Z )( n: loadInnerNewApiClass, s: (Ljava/lang/String;[Ldalvik/system/DexFile;I)Ljava/lang/Class; ) ]
11-30 15:19:53.139 26886 26886 I cr_CachingUmaRecorder: Flushed 8 samples from 8 histograms.
11-30 15:19:53.160  2985  5102 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.SettingsReceiver user:0
11-30 15:19:53.160  2985  5102 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:19:53.160  2985  5102 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.SettingsReceiver user:0
11-30 15:19:53.160  2985  5102 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:19:53.160  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228173 RxPkts=4187524 TxBytes=586811227 RxBytes=4502439610 , Foreground uid=1001 pkgName=com.samsung.android.incallui txBytes=0 rxBytes=0
11-30 15:19:53.162  3510  3660 D Tile.WifiTile: handleUpdateState enabled  = true
11-30 15:19:53.170  2680  2680 E audit   : type=1400 audit(1638260393.156:39891): avc:  denied  { execmod } for  pid=27211 comm=4173796E635461736B202332 path="/system/lib/libsoundextractor.so" dev="dm-0" ino=1333 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:53.171  2680  2680 E audit   : type=1300 audit(1638260393.156:39891): arch=40000028 syscall=125 per=8 success=no exit=-13 a0=e71cf000 a1=1000 a2=5 a3=e71cf000 items=0 ppid=2693 pid=27211 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm=4173796E635461736B202332 exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:53.171  2680  2680 E audit   : type=1327 audit(1638260393.156:39891): proctitle="com.facebook.katana"
11-30 15:19:53.181  2985  3002 I zygote  : Successfully killed process cgroup uid 10002 pid 25823 in 34ms
11-30 15:19:53.181  2985  3002 I zygote  : Successfully killed process cgroup uid 10227 pid 24244 in 0ms
11-30 15:19:53.186 27212 27212 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:19:53.193 26985 27198 D MuseumVerifier: Attempting verification for Art Jit with flag file: /data/user/0/com.facebook.katana/app_jitutils/ArtJitEnabledMMapFix_S2V13_AV810_VV4
11-30 15:19:53.195 26985 27198 D MuseumVerifier: Parsed error [prior result: failure] for Art Jit : Failed bool alreadyHasMethodCompiled = testJitCodeCache->ContainsMethod(jitTestCompileMethod)
11-30 15:19:53.195 26985 27198 D MuseumVerifier: Previously failed verification of Art Jit, not trying again. Previous error: Failed bool alreadyHasMethodCompiled = testJitCodeCache->ContainsMethod(jitTestCompileMethod)
11-30 15:19:53.195 26985 27198 D JitUtils: Art Jit supported on platform[verify malloc arena pool 0 mmap race fix: 1 UI Tid[0]: 0]: 0 suspend and resume supported: 0
11-30 15:19:53.196 26985 27198 D JitUtils: Jit Utils was not successfully inited [jitutils: 0] [Can enable malloc pool: 0] Current jit state: Enabled
11-30 15:19:53.207 26985 27205 V AospBugFixOpts: set AOSP bug fix jboolean EnableAospBugFixes: bugFixOpt -> enable = 0. Given 0
11-30 15:19:53.265 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:53.265 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:19:53.282 26985 26992 I zygote  : Do partial code cache collection, code=21KB, data=25KB
11-30 15:19:53.283 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:53.283 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:19:53.383  2985  3002 I zygote  : Successfully killed process cgroup uid 15010002 pid 25857 in 21ms
11-30 15:19:53.427 27212 27212 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:53.428 27212 27212 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.samsung.android.SettingsReceiver 
11-30 15:19:53.432 26985 27117 W AppInitScheduler|Run:   Finished ConfigureJitAfterDexesLoad in 312ms
11-30 15:19:53.465 26886 26931 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:19:53.466 26886 27218 W ResourceType: Failure getting entry for 0x7f140812 (t=19 e=2066) (error -2147483647)
11-30 15:19:53.472  2985  5082 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:19:53.473  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:19:53.474 27212 27212 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:53.475  2985  5082 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.parallel.space.lite user:0
11-30 15:19:53.475  2985  5082 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:19:53.475  2985  5082 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.parallel.space.lite user:0
11-30 15:19:53.475  2985  5082 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:19:53.609 26886 26931 I zygote  : WaitForGcToComplete blocked ProfileSaver on ClassLinker for 144.727ms
11-30 15:19:53.621 26930 26948 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:19:53.646 26930 26948 I zygote  : WaitForGcToComplete blocked ProfileSaver on ClassLinker for 24.788ms
11-30 15:19:53.659 26930 26943 I zygote  : WaitForGcToComplete blocked CollectorTransition on ProfileSaver for 8.415ms
11-30 15:19:53.665  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.054646 0.080206 9.573215 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:53.665  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:53.702 27235 27235 E /system/bin/webview_zygote32: Failed to make and chown /acct/uid_99497: Permission denied
11-30 15:19:53.702 27235 27235 E Zygote  : createProcessGroup(99497, 0) failed: Permission denied
11-30 15:19:53.703 27235 27235 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:webview_zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:53.705 27235 27235 I SELinux : SELinux: seapp_context_lookup: seinfo=chrome, level=s0:c512,c768, pkgname=com.android.chrome:sandboxed_process0 
11-30 15:19:53.742  2985  3002 I zygote  : Successfully killed process cgroup uid 10018 pid 26044 in 29ms
11-30 15:19:53.752 20330 20330 I zygote  : Explicit concurrent copying GC freed 23(32KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2MB/5MB, paused 217us total 90.978ms
11-30 15:19:53.753 27212 27212 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 1000
11-30 15:19:53.753  2985  3002 I zygote  : Successfully killed process cgroup uid 15010018 pid 26022 in 10ms
11-30 15:19:53.754 27212 27212 D Proxy   : mdoP is null: 1000
11-30 15:19:53.777 27212 27212 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:19:53.813  2697 21290 V APM_AudioPolicyManager: listAudioPorts() role 0 type 0 num_ports 0 ports 0xf2199478
11-30 15:19:53.816 26985 26992 I zygote  : After code cache collection, code=21KB, data=25KB
11-30 15:19:53.816 26985 26992 I zygote  : Increasing code cache capacity to 128KB
11-30 15:19:53.816  2697 21290 V APM_AudioPolicyManager: listAudioPorts() got 0 ports needed 8
11-30 15:19:53.818 26985 27096 W AppInitScheduler|Run:   Finished AddMainDexStoreInfoToReliabilityLogging in 698ms
11-30 15:19:53.819  2697 21290 V APM_AudioPolicyManager: listAudioPorts() role 0 type 0 num_ports 8 ports 0xefc77000
11-30 15:19:53.819  2697 21290 V APM_AudioPolicyManager: listAudioPorts() got 8 ports needed 8
11-30 15:19:53.822 26985 26992 I zygote  : Do partial code cache collection, code=21KB, data=32KB
11-30 15:19:53.841  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.storyservice user:150
11-30 15:19:53.861 26985 26992 I zygote  : After code cache collection, code=21KB, data=32KB
11-30 15:19:53.861 26985 26992 I zygote  : Increasing code cache capacity to 256KB
11-30 15:19:53.861 26985 26992 I zygote  : Compiler allocated 16MB to compile boolean X.07k.A0A(android.os.StrictMode$ThreadPolicy, java.lang.String, java.lang.String, java.lang.String, int)
11-30 15:19:53.887 26985 27097 W AppInitScheduler|Run:   Finished CreateApplicationImpl in 767ms
11-30 15:19:53.923  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:19:53.923  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.storyservice user:150
11-30 15:19:53.925  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:19:53.944 27248 27248 I Zygote  : Unshare entire /
11-30 15:19:53.948  2985  3826 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.messaging user:0
11-30 15:19:53.948  2985  3826 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:19:53.948  2985  3826 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.messaging user:0
11-30 15:19:53.948  2985  3826 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:19:53.962 27248 27248 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:19:53.962 27264 27264 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:19:53.963 27248 27248 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:19:53.963 27248 27248 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:19:53.963 27248 27248 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:19:53.963 27248 27248 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:19:53.963 27248 27248 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:19:53.963 27248 27248 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:19:53.964 27248 27248 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:19:53.964 27248 27248 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:19:53.965 27264 27264 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:53.966 27264 27264 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.android.messaging 
11-30 15:19:53.983 27248 27248 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:53.984 27248 27248 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c662,c768, pkgname=com.samsung.storyservice 
11-30 15:19:53.997  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10035 ,Container id: 0
11-30 15:19:53.998  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10035 ,Container id: 0
11-30 15:19:53.998  2985  3578 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:54.002 26985 27092 W ComponentDiscovery: Class com.google.firebase.dynamicloading.DynamicLoadingRegistrar is not an found.
11-30 15:19:54.004  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10035 ,Container id: 0
11-30 15:19:54.004  2985  3578 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10035 ,Container id: 0
11-30 15:19:54.005  2985  3578 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:54.008 26985 27119 W AppInitScheduler|Run: Running FbSharedPreferenceInitializerAsync
11-30 15:19:54.008 26985 27095 W AppInitScheduler|Run: Running FixieLimitNativeStackSize
11-30 15:19:54.008 26985 27120 W AppInitScheduler|Run: Running FbSharedPreferenceInitializer [*]
11-30 15:19:54.008 26985 27118 W AppInitScheduler|Run: Running GatekeeperStoreInitializer [*]
11-30 15:19:54.008 26985 27098 W AppInitScheduler|Run: Running MobileConfigSessionlessInit [*]
11-30 15:19:54.008 26985 27117 W AppInitScheduler|Run: Running StartupQPLInit
11-30 15:19:54.009 26985 27119 W AppInitScheduler|Run:   Finished FbSharedPreferenceInitializerAsync in 1ms
11-30 15:19:54.009 26985 27119 W AppInitScheduler|Run: Running EagerInitTigonLibs
11-30 15:19:54.009 26985 27096 W AppInitScheduler|Run: Running StaticGraphServiceFactoryInitializerFastPath
11-30 15:19:54.009 26985 27097 W AppInitScheduler|Run: Running InitHelium [*]
11-30 15:19:54.009 26985 27116 W AppInitScheduler|Run: Running MobileConfigInit [*]
11-30 15:19:54.012 27264 27264 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:54.016 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:19:54.017  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15005004 ,Container id: 150
11-30 15:19:54.018  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15005004 ,Container id: 150
11-30 15:19:54.018  2985  3826 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:19:54.018  2985  3826 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:54.021  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15005004 ,Container id: 150
11-30 15:19:54.021  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15005004 ,Container id: 150
11-30 15:19:54.021  2985  3826 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:19:54.021  2985  3826 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:19:54.024 27248 27248 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:54.030 26985 27119 V tigonliger: tigonliger/JNI_OnLoad called
11-30 15:19:54.033 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:19:54.042 26985 27097 W AppInitScheduler|Run:   Finished InitHelium in 34ms
11-30 15:19:54.043 26985 27097 W AppInitScheduler|Run: Running MaybeTraceColdStart [*]
11-30 15:19:54.047 27264 27264 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10035
11-30 15:19:54.048 27264 27264 D Proxy   : mdoP is null: 10035
11-30 15:19:54.056 27248 27248 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15005004
11-30 15:19:54.057 27248 27248 D Proxy   : mdoP is null: 15005004
11-30 15:19:54.062 26985 27118 W AppInitScheduler|Run:   Finished GatekeeperStoreInitializer in 54ms
11-30 15:19:54.062 26985 27118 W AppInitScheduler|Run: Running PrecreateUuids
11-30 15:19:54.062 26985 27118 W AppInitScheduler|Run:   Finished PrecreateUuids in 1ms
11-30 15:19:54.063 26985 27118 W AppInitScheduler|Run: Running AddProcessNameToErrorReport
11-30 15:19:54.063 26985 27118 W AppInitScheduler|Run:   Finished AddProcessNameToErrorReport in 0ms
11-30 15:19:54.063 26985 27118 W AppInitScheduler|Run: Running AsyncStartLooperMonitor
11-30 15:19:54.064 26985 27119 W AppInitScheduler|Run:   Finished EagerInitTigonLibs in 55ms
11-30 15:19:54.064 26985 27119 W AppInitScheduler|Run: Running ConfigureComponentsIfIsRunningEndToEndTest
11-30 15:19:54.065 26985 27119 W AppInitScheduler|Run:   Finished ConfigureComponentsIfIsRunningEndToEndTest in 1ms
11-30 15:19:54.065 26985 27119 W AppInitScheduler|Run: Running DalvikInternalsOnColdStartEnd
11-30 15:19:54.065 26985 27119 W AppInitScheduler|Run:   Finished DalvikInternalsOnColdStartEnd in 1ms
11-30 15:19:54.066 26985 27119 W AppInitScheduler|Run: Running EarliestPossibleColdStartClassPreloadStarter
11-30 15:19:54.071 26985 27095 W AppInitScheduler|Run:   Finished FixieLimitNativeStackSize in 63ms
11-30 15:19:54.071 26985 27095 W AppInitScheduler|Run: Running EnableGcPolicy
11-30 15:19:54.073 26985 27118 W AppInitScheduler|Run:   Finished AsyncStartLooperMonitor in 9ms
11-30 15:19:54.073 26985 27118 W AppInitScheduler|Run: Running FixieNoSync
11-30 15:19:54.084 26985 27118 W Fixie/NoSyncFixer: Enable NoSync
11-30 15:19:54.089 26985 27095 W AppInitScheduler|Run:   Finished EnableGcPolicy in 17ms
11-30 15:19:54.089 26985 27095 W AppInitScheduler|Run: Running HandleAppComponentsForPreTosBuild
11-30 15:19:54.103 26985 27095 W AppInitScheduler|Run:   Finished HandleAppComponentsForPreTosBuild in 15ms
11-30 15:19:54.104 26985 27095 W AppInitScheduler|Run: Running INeedInitForEventBusRegister
11-30 15:19:54.122 26985 27096 W AppInitScheduler|Run:   Finished StaticGraphServiceFactoryInitializerFastPath in 113ms
11-30 15:19:54.122 26985 27096 W AppInitScheduler|Run: Running INeedInitForGatekeepersListenerRegister
11-30 15:19:54.130 26985 27096 W AppInitScheduler|Run:   Finished INeedInitForGatekeepersListenerRegister in 7ms
11-30 15:19:54.130 26985 27096 W AppInitScheduler|Run: Running INeedInitForSharedPrefsListenerRegister
11-30 15:19:54.140 26985 27118 D DistractUtil: Function fsync hooked with result=0
11-30 15:19:54.141 26985 27118 D DistractUtil: Function fdatasync hooked with result=0
11-30 15:19:54.141 26985 27118 D DistractUtil: Function msync hooked with result=0
11-30 15:19:54.142 26985 27118 D DistractUtil: Function sync hooked with result=0
11-30 15:19:54.147 26985 27118 W AppInitScheduler|Run:   Finished FixieNoSync in 74ms
11-30 15:19:54.148 26985 27118 W AppInitScheduler|Run: Running InitAppChoreographer
11-30 15:19:54.153 26985 27095 W AppInitScheduler|Run:   Finished INeedInitForEventBusRegister in 49ms
11-30 15:19:54.153 26985 27095 W AppInitScheduler|Run: Running InitAppModuleFallbackLoader
11-30 15:19:54.154 26985 27119 W AppInitScheduler|Run:   Finished EarliestPossibleColdStartClassPreloadStarter in 88ms
11-30 15:19:54.155 26985 27119 W AppInitScheduler|Run: Running InitFury
11-30 15:19:54.158 26985 27118 W AppInitScheduler|Run:   Finished InitAppChoreographer in 10ms
11-30 15:19:54.158 26985 27118 W AppInitScheduler|Run: Running InitGrimsey
11-30 15:19:54.159 26985 27118 W AppInitScheduler|Run:   Finished InitGrimsey in 1ms
11-30 15:19:54.159 26985 27095 W AppInitScheduler|Run:   Finished InitAppModuleFallbackLoader in 5ms
11-30 15:19:54.159 26985 27118 W AppInitScheduler|Run: Running InitLacrimaLaterInit
11-30 15:19:54.159 26985 27095 W AppInitScheduler|Run: Running InitLogging
11-30 15:19:54.160 26985 27118 W lacrima : FbErrorReportingConfig.laterInit
11-30 15:19:54.165 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:54.165 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:19:54.169 26985 27119 W AppInitScheduler|Run:   Finished InitFury in 14ms
11-30 15:19:54.170 26985 27119 W AppInitScheduler|Run: Running InitMallocHooks
11-30 15:19:54.172 26985 27119 W AppInitScheduler|Run:   Finished InitMallocHooks in 1ms
11-30 15:19:54.173 26985 27119 W AppInitScheduler|Run: Running InitMemoryDumpHandler
11-30 15:19:54.183 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:54.183 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:19:54.187 26985 27119 W AppInitScheduler|Run:   Finished InitMemoryDumpHandler in 14ms
11-30 15:19:54.187 26985 27119 W AppInitScheduler|Run: Running InitSurfaces
11-30 15:19:54.189 26985 27095 W fb4a.AppInitScheduler|Run:   Finished InitLogging in 30ms
11-30 15:19:54.190 26985 27095 W fb4a.AppInitScheduler|Run: Running InitSystrace
11-30 15:19:54.191 26985 27119 W fb4a.AppInitScheduler|Run:   Finished InitSurfaces in 3ms
11-30 15:19:54.191 26985 27119 W fb4a.AppInitScheduler|Run: Running JemallocSetRetainInitializer
11-30 15:19:54.192 26985 27119 W fb4a.AppInitScheduler|Run:   Finished JemallocSetRetainInitializer in 0ms
11-30 15:19:54.192 26985 27119 W fb4a.AppInitScheduler|Run: Running LazyCustomErrorDataInitializer
11-30 15:19:54.197 26985 27095 W fb4a.AppInitScheduler|Run:   Finished InitSystrace in 7ms
11-30 15:19:54.198 26985 27095 W fb4a.AppInitScheduler|Run: Running LimitJemallocRetainSize
11-30 15:19:54.198 26985 27095 W fb4a.AppInitScheduler|Run:   Finished LimitJemallocRetainSize in 0ms
11-30 15:19:54.199 26985 27095 W fb4a.AppInitScheduler|Run: Running NotifyAppStateManagerOnCreateComplete
11-30 15:19:54.203 27248 27248 I StoryServiceApplication: [#CMH#] StoryService started with context  com.samsung.storyservice.StoryServiceApplication@7f0c684
11-30 15:19:54.208 26985 27095 W fb4a.AppInitScheduler|Run:   Finished NotifyAppStateManagerOnCreateComplete in 9ms
11-30 15:19:54.210 26985 27095 W fb4a.AppInitScheduler|Run: Running RegisterFrameRateTraceListener
11-30 15:19:54.211  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228173 RxPkts=4187524 TxBytes=586811227 RxBytes=4502439610 , Foreground uid=1001 pkgName=com.samsung.android.incallui txBytes=0 rxBytes=0
11-30 15:19:54.211 26985 27119 W fb4a.AppInitScheduler|Run:   Finished LazyCustomErrorDataInitializer in 20ms
11-30 15:19:54.212 26985 27119 W fb4a.AppInitScheduler|Run: Running RegisterMainLooperTracer
11-30 15:19:54.224 26985 27095 W fb4a.AppInitScheduler|Run:   Finished RegisterFrameRateTraceListener in 14ms
11-30 15:19:54.225 26985 27119 W fb4a.AppInitScheduler|Run:   Finished RegisterMainLooperTracer in 13ms
11-30 15:19:54.225 26985 27095 W fb4a.AppInitScheduler|Run: Running ReleaseDeferredBroadcastReceiver
11-30 15:19:54.225 26985 27119 W fb4a.AppInitScheduler|Run: Running ReplaceDalvikBuffer
11-30 15:19:54.225 26985 27119 W fb4a.AppInitScheduler|Run:   Finished ReplaceDalvikBuffer in 1ms
11-30 15:19:54.226 26985 27119 W fb4a.AppInitScheduler|Run: Running SetupDynaBuilds
11-30 15:19:54.226 26985 27119 W fb4a.AppInitScheduler|Run:   Finished SetupDynaBuilds in 0ms
11-30 15:19:54.227 26985 27119 W fb4a.AppInitScheduler|Run: Running SetupSmartGc
11-30 15:19:54.227 26985 27119 W fb4a.AppInitScheduler|Run:   Finished SetupSmartGc in 0ms
11-30 15:19:54.227 26985 27118 W fb4a.lacrima: Start AnrDetector... com.facebook.acra.anr.multisignal.MultiSignalANRDetector
11-30 15:19:54.227 26985 27119 W fb4a.AppInitScheduler|Run: Running StatefulPeerManagerImpl
11-30 15:19:54.227 26985 27118 W fb4a.MultiSignalANRDetectorLacrima: Starting
11-30 15:19:54.227 26985 27118 W fb4a.ProcessAnrErrorMonitor: startMonitoring with delay: 0
11-30 15:19:54.228 26985 27095 W fb4a.AppInitScheduler|Run:   Finished ReleaseDeferredBroadcastReceiver in 4ms
11-30 15:19:54.229 26985 27095 W fb4a.AppInitScheduler|Run: Running TraceCurrentThreadMetadata
11-30 15:19:54.229 26985 27095 W fb4a.AppInitScheduler|Run:   Finished TraceCurrentThreadMetadata in 0ms
11-30 15:19:54.229 26985 27095 W fb4a.AppInitScheduler|Run: Running TransientNetworkTraceEarlyInit
11-30 15:19:54.235 26985 27095 W fb4a.AppInitScheduler|Run:   Finished TransientNetworkTraceEarlyInit in 5ms
11-30 15:19:54.243 26985 27097 W fb4a.AppInitScheduler|Run:   Finished MaybeTraceColdStart in 200ms
11-30 15:19:54.243 26985 27095 W fb4a.AppInitScheduler|Run: Running RunPerfMarkers [*]
11-30 15:19:54.243 26985 27097 W fb4a.AppInitScheduler|Run: Running BlackBoxOnInitTrigger
11-30 15:19:54.249 27248 27248 D SamsungAnalytics111040: cf feature is supported
11-30 15:19:54.252 26985 27097 W Profilo/TraceControl: START PROFILO_TRACEID: AmpSMTN8LKd
11-30 15:19:54.267 26985 27095 W fb4a.AppInitScheduler|Run:   Finished RunPerfMarkers in 25ms
11-30 15:19:54.279 26985 27096 W fb4a.AppInitScheduler|Run:   Finished INeedInitForSharedPrefsListenerRegister in 149ms
11-30 15:19:54.279 26985 27098 W fb4a.AppInitScheduler|Run:   Finished MobileConfigSessionlessInit in 271ms
11-30 15:19:54.280 26985 27095 W fb4a.AppInitScheduler|Run: Running DownloadedFbResources
11-30 15:19:54.361 27235 27235 D TimaKeyStoreProvider: TimaKeyStore is not enabled: cannot add TimaSignature Service and generateKeyPair Service
11-30 15:19:54.361 27235 27235 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:54.380 26985 27097 W fb4a.AppInitScheduler|Run:   Finished BlackBoxOnInitTrigger in 137ms
11-30 15:19:54.393  6077  6077 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.herrevad.services.LightweightNetworkQualityAndroidService.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:19:54.396 26985 27118 W fb4a.NightwatchConfig: saveExitStatus true, useMmap true, monitorResources true, tickInfo 0, detectLmkd false, needNightWatch true
11-30 15:19:54.403 26985 27118 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordDataInNightWatch (JI)I with native method: recordDataInNightWatch (0xc83f4a75). try use crit jni: no try use fast jni: no Used crit: no Used fast: no Used norm: yes crit jni supported: yes fast jni supported: no config is fast: no config is crit: no
11-30 15:19:54.403 26985 27118 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordTickInNightWatch (JJJJ)I with native method: recordTickInNightWatch (0xc83f4a53). try use crit jni: no try use fast jni: no Used crit: no Used fast: no Used norm: yes crit jni supported: yes fast jni supported: no config is fast: no config is crit: no
11-30 15:19:54.403 26985 27118 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nSaveResourceData ()Z with native method: saveResourceData (0xc83f4a45). try use crit jni: no try use fast jni: no Used crit: no Used fast: no Used norm: yes crit jni supported: yes fast jni supported: no config is fast: no config is crit: no
11-30 15:19:54.403 26985 27118 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordDataInNightWatch (JI)I with native method: recordDataInNightWatch (0xc83f4a75)
11-30 15:19:54.403 26985 27118 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordDataInNightWatch (JI)I with native method: recordDataInNightWatch (0xc83f4a75)
11-30 15:19:54.403 26985 27118 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordTickInNightWatch (JJJJ)I with native method: recordTickInNightWatch (0xc83f4a53)
11-30 15:19:54.403 26985 27118 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordTickInNightWatch (JJJJ)I with native method: recordTickInNightWatch (0xc83f4a53)
11-30 15:19:54.403 26985 27118 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nSaveResourceData ()Z with native method: saveResourceData (0xc83f4a45)
11-30 15:19:54.403 26985 27118 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nSaveResourceData ()Z with native method: saveResourceData (0xc83f4a45)
11-30 15:19:54.404 26985 27118 D Nightwatch: Starting NightWatch. Using fast [yes] or critical [yes] native methods
11-30 15:19:54.404 26985 27118 D Nightwatch: NightWatch using: Binary path: /data/app/com.facebook.katana-hlhloCXBs7KJkxJrHzAmBw==/lib/arm/libwatcher_binary.so log path: /data/data/com.facebook.katana/app_errorreporting/sess__000014370-1638260390504-f99cdc6d-edab-1bc1-f227-d5a991bc2b50/nightwatch.txt
11-30 15:19:54.404 26985 27118 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordDataInNightWatch (IIJI)I with native method: recordDataInNightWatch (0xc83f4a75). try use crit jni: yes try use fast jni: no Used crit: yes Used fast: no Used norm: no crit jni supported: yes fast jni supported: no config is fast: no config is crit: yes
11-30 15:19:54.404 26985 27118 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordTickInNightWatch (IIJJJJ)I with native method: recordTickInNightWatch (0xc83f4a53). try use crit jni: yes try use fast jni: no Used crit: yes Used fast: no Used norm: no crit jni supported: yes fast jni supported: no config is fast: no config is crit: yes
11-30 15:19:54.404 26985 27118 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/NightwatchOreo.nSaveResourceData (II)Z with native method: saveResourceData (0xc83f4a45). try use crit jni: yes try use fast jni: no Used crit: yes Used fast: no Used norm: no crit jni supported: yes fast jni supported: no config is fast: no config is crit: yes
11-30 15:19:54.404 26985 27118 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordDataInNightWatch (IIJI)I with native method: recordDataInNightWatch (0xc83f4a75)
11-30 15:19:54.404 26985 27118 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordDataInNightWatch (IIJI)I with native method: recordDataInNightWatch (0xc83f4a75)
11-30 15:19:54.404 26985 27118 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordTickInNightWatch (IIJJJJ)I with native method: recordTickInNightWatch (0xc83f4a53)
11-30 15:19:54.405 26985 27118 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordTickInNightWatch (IIJJJJ)I with native method: recordTickInNightWatch (0xc83f4a53)
11-30 15:19:54.405 26985 27118 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nSaveResourceData (II)Z with native method: saveResourceData (0xc83f4a45)
11-30 15:19:54.405 26985 27118 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nSaveResourceData (II)Z with native method: saveResourceData (0xc83f4a45)
11-30 15:19:54.406 26985 27118 I nightwatch-lib: watcher succeeded mmap /data/data/com.facebook.katana/app_errorreporting/sess__000014370-1638260390504-f99cdc6d-edab-1bc1-f227-d5a991bc2b50/nightwatch.txt.subsecond
11-30 15:19:54.417 26985 27118 I nightwatch-lib: watcher succeeded mmap /data/data/com.facebook.katana/app_errorreporting/sess__000014370-1638260390504-f99cdc6d-edab-1bc1-f227-d5a991bc2b50/nightwatch.txt.second
11-30 15:19:54.419 26985 27303 W fb4a.ProcessAnrErrorMonitor: Starting process monitor checks for process 'com.facebook.katana'
11-30 15:19:54.419 26985 27118 I nightwatch-lib: watcher succeeded mmap /data/data/com.facebook.katana/app_errorreporting/sess__000014370-1638260390504-f99cdc6d-edab-1bc1-f227-d5a991bc2b50/nightwatch.txt
11-30 15:19:54.420 26985 27118 D nightwatch-fd: Attempting to open file /proc/self/oom_adj
11-30 15:19:54.420 26985 27118 E nightwatch-fd: Unable to open /proc/self/oom_adj (mode read) : 13 : Permission denied
11-30 15:19:54.420 26985 27118 D nightwatch-fd: Attempting to open file /proc/self/oom_adj
11-30 15:19:54.420 27264 27264 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:19:54.420 26985 27118 D nightwatch-fd: Opened file /proc/self/oom_adj (79)
11-30 15:19:54.420 26985 27118 D nightwatch-fd: Attempting to open file /proc/self/oom_score_adj
11-30 15:19:54.420 26985 27118 E nightwatch-fd: Unable to open /proc/self/oom_score_adj (mode read) : 13 : Permission denied
11-30 15:19:54.420 26985 27118 D nightwatch-fd: Attempting to open file /proc/self/oom_score_adj
11-30 15:19:54.420 26985 27118 D nightwatch-fd: Opened file /proc/self/oom_score_adj (83)
11-30 15:19:54.423 27248 27248 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:19:54.423 27248 27248 I SALogger_Utils: [#CMH#] After SA logging initialization completed  
11-30 15:19:54.425 26985 27303 W fb4a.MultiSignalANRDetectorLacrima: Started monitoring
11-30 15:19:54.429 26985 27118 I nightwatch-target: created thread to monitor process resources
11-30 15:19:54.430 26985 27308 D nightwatch-fd: Attempting to open file /proc/self/oom_score
11-30 15:19:54.430 26985 27308 D nightwatch-fd: Opened file /proc/self/oom_score (85)
11-30 15:19:54.430 26985 27308 I nightwatch-target: monitor resources interval 20 ms
11-30 15:19:54.431 26985 27308 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:19:54.431  2680  2680 E audit   : type=1400 audit(1638260394.416:39896): avc:  denied  { read } for  pid=27308 comm="AppInit7" name="file-nr" dev="proc" ino=38340939 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:54.431 26985 27308 E nightwatch-target: sysmeminfo parse failed
11-30 15:19:54.431  2680  2680 E audit   : type=1300 audit(1638260394.416:39896): arch=40000028 syscall=334 per=8 success=no exit=-13 a0=ffffff9c a1=c856013a a2=4 a3=0 items=0 ppid=2693 pid=27308 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit7" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:54.431  2680  2680 E audit   : type=1327 audit(1638260394.416:39896): proctitle="com.facebook.katana"
11-30 15:19:54.432  2680  2680 E audit   : type=1400 audit(1638260394.416:39897): avc:  denied  { read } for  pid=27308 comm="AppInit7" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:54.432  2680  2680 E audit   : type=1300 audit(1638260394.416:39897): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8560334 a2=20000 a3=0 items=0 ppid=2693 pid=27308 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit7" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:54.432  2680  2680 E audit   : type=1327 audit(1638260394.416:39897): proctitle="com.facebook.katana"
11-30 15:19:54.441 26985 27299 W fb4a.SigquitDetectorLacrima: nativeInit
11-30 15:19:54.444 26985 27095 D CACHE_HINTS: Entering madvise file
11-30 15:19:54.447 26985 27095 D CACHE_HINTS: MADVISE_RAND file 0xc7cc1000 4521983 /data/data/com.facebook.katana/app_restricks/layouts.bin
11-30 15:19:54.457  2680  2680 E audit   : type=1400 audit(1638260394.436:39898): avc:  denied  { read } for  pid=27308 comm="AppInit7" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:54.457 26985 27308 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:19:54.457  2680  2680 E audit   : type=1300 audit(1638260394.436:39898): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8560334 a2=20000 a3=0 items=0 ppid=2693 pid=27308 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit7" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:54.457 26985 27308 E nightwatch-target: sysmeminfo parse failed
11-30 15:19:54.457  2680  2680 E audit   : type=1327 audit(1638260394.436:39898): proctitle="com.facebook.katana"
11-30 15:19:54.459 26985 27299 D SigquitDetector: Signal catcher tid: 26993
11-30 15:19:54.459 26985 27299 D SigquitDetector: Initialized [Lacrima]
11-30 15:19:54.464 27264 27264 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:19:54.492 26985 27120 W fb4a.AppInitScheduler|Run:   Finished FbSharedPreferenceInitializer in 484ms
11-30 15:19:54.493 26985 27096 W fb4a.AppInitScheduler|Run: Running StringResourcesDelegate [*]
11-30 15:19:54.493 26985 27098 W fb4a.AppInitScheduler|Run: Running ClientCacheEdgeManagerInitializer
11-30 15:19:54.493 26985 27097 W fb4a.AppInitScheduler|Run: Running ComposerSavedSessionStoreInitializer
11-30 15:19:54.493 26985 27120 W fb4a.AppInitScheduler|Run: Running ErrorReporterSecondaryInit
11-30 15:19:54.495 26985 27097 W fb4a.AppInitScheduler|Run:   Finished ComposerSavedSessionStoreInitializer in 1ms
11-30 15:19:54.496 26985 27097 W fb4a.AppInitScheduler|Run: Running HenosisEventReporter
11-30 15:19:54.509 26985 27098 W fb4a.AppInitScheduler|Run:   Finished ClientCacheEdgeManagerInitializer in 16ms
11-30 15:19:54.510 26985 27098 W fb4a.AppInitScheduler|Run: Running LogController
11-30 15:19:54.514 26985 27120 W fb4a.AppInitScheduler|Run:   Finished ErrorReporterSecondaryInit in 21ms
11-30 15:19:54.515 26985 27120 W fb4a.AppInitScheduler|Run: Running RtcVoltronModulesLoader
11-30 15:19:54.517 27264 27264 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:19:54.527 26985 27120 W fb4a.AppInitScheduler|Run:   Finished RtcVoltronModulesLoader in 11ms
11-30 15:19:54.528 26985 27120 W fb4a.AppInitScheduler|Run: Running WhitehatOverlayInitializer
11-30 15:19:54.529 26985 27098 W fb4a.AppInitScheduler|Run:   Finished LogController in 20ms
11-30 15:19:54.538 26985 27096 W fb4a.FrscLanguagePackLoader: Loading FRSC strings for locale (en)
11-30 15:19:54.546 26985 27120 W fb4a.AppInitScheduler|Run:   Finished WhitehatOverlayInitializer in 18ms
11-30 15:19:54.547 27264 27264 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:19:54.554 26985 27097 W fb4a.AppInitScheduler|Run:   Finished HenosisEventReporter in 58ms
11-30 15:19:54.555 26985 27297 D DistractUtil: Function _ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE hooked with result=0
11-30 15:19:54.556 26985 27297 D SigquitDetector: Hooked methods [Lacrima]
11-30 15:19:54.556 26985 27095 W fb4a.AppInitScheduler|Run:   Finished DownloadedFbResources in 276ms
11-30 15:19:54.569 27264 27264 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:19:54.593 26985 27096 W fb4a.AppInitScheduler|Run:   Finished StringResourcesDelegate in 101ms
11-30 15:19:54.603 27264 27264 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:19:54.621 27264 27264 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:19:54.705  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.118092 0.100556 9.652225 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:54.705  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:54.722 27316 27316 E asset   : setgid: Operation not permitted
11-30 15:19:54.743 26985 27318 I nightwatch-target: waiting on child pid 27320
11-30 15:19:54.746 26985 27117 W fb4a.EndToEndAnalyticsEventListener: WRITE_ANALYTICS_TO_LOGCAT = null, EndToEnd.isRunningEndToEndTest() = false
11-30 15:19:54.766 26985 27119 W fb4a.AppInitScheduler|Run:   Finished StatefulPeerManagerImpl in 538ms
11-30 15:19:54.769 26985 27117 W fb4a.QuickPerformanceLoggerModule: Providing QPL...
11-30 15:19:54.902 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:19:54.919 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:19:54.959 27248 27248 E FeatureClassSet: [#CMH#] Rubin package not supported 
11-30 15:19:54.960 26985 27116 W fb4a.AppInitScheduler|Run:   Finished MobileConfigInit in 950ms
11-30 15:19:54.960 26985 27098 W fb4a.AppInitScheduler|Run: Running EagerInitTigonInterceptors
11-30 15:19:54.960 26985 27120 W fb4a.AppInitScheduler|Run: Running EagerTigonLigerXPlatService
11-30 15:19:54.961 26985 27097 W fb4a.AppInitScheduler|Run: Running WaitForUIDependenciesInitializer [*]
11-30 15:19:54.961 26985 27095 W fb4a.AppInitScheduler|Run: Running AppDataBridge
11-30 15:19:54.961 26985 27096 W fb4a.AppInitScheduler|Run: Running Fb4aReactEagerInitHotMCUnpacker
11-30 15:19:54.962 26985 27119 W fb4a.AppInitScheduler|Run: Running Fb4aUIQREnvironment
11-30 15:19:54.962 26985 27116 W fb4a.AppInitScheduler|Run: Running INeedInitForBroadcastReceiverRegister
11-30 15:19:54.962 26985 27097 W fb4a.AppInitScheduler|Run:   Finished WaitForUIDependenciesInitializer in 1ms
11-30 15:19:54.962 26985 27096 W fb4a.AppInitScheduler|Run:   Finished Fb4aReactEagerInitHotMCUnpacker in 1ms
11-30 15:19:54.963 26985 27096 W fb4a.AppInitScheduler|Run: Running DismissSplashScreens
11-30 15:19:54.963 26985 27097 W fb4a.AppInitScheduler|Run: Running LanguageSwitcher
11-30 15:19:54.965 26985 27096 W fb4a.AppInitScheduler|Run:   Finished DismissSplashScreens in 2ms
11-30 15:19:54.965 26985 27096 W fb4a.AppInitScheduler|Run: Running LocationRequestDetector
11-30 15:19:54.967 26985 27119 W fb4a.AppInitScheduler|Run:   Finished Fb4aUIQREnvironment in 5ms
11-30 15:19:54.967 26985 27119 W fb4a.AppInitScheduler|Run: Running PendingStoryStoreInitializer
11-30 15:19:54.970 26985 27119 W fb4a.AppInitScheduler|Run:   Finished PendingStoryStoreInitializer in 3ms
11-30 15:19:54.970 26985 27119 W fb4a.AppInitScheduler|Run: Running ReplayBroadcastReceivedDuringAppInit
11-30 15:19:54.971 26985 27119 W fb4a.AppInitScheduler|Run:   Finished ReplayBroadcastReceivedDuringAppInit in 0ms
11-30 15:19:54.971 26985 27119 W fb4a.AppInitScheduler|Run: Running ScheduleLowPriWork
11-30 15:19:54.973  2985  3826 D KnoxMUMContainerPolicy: isPackageAllowedToAccessExternalSdcard
11-30 15:19:54.973 26985 27096 W fb4a.AppInitScheduler|Run:   Finished LocationRequestDetector in 9ms
11-30 15:19:54.974 26985 27096 W fb4a.AppInitScheduler|Run: Running VideoComponentWarmup
11-30 15:19:54.979  2985  3826 D KnoxMUMContainerPolicy: isPackageAllowedToAccessExternalSdcard: External sdcard is disabled for User-150
11-30 15:19:54.982 26985 27098 V tigonapi: tigonapi/JNI_OnLoad called
11-30 15:19:54.982 27248 27248 I StoryService: [#CMH#] in Knox mode, Collage disabled 
11-30 15:19:54.982 27248 27248 I StoryService: [#CMH#] PersonEvent feature is disabled 
11-30 15:19:54.983 27248 27248 I StoryService: [#CMH#] In Knox mode, Agif disabled 
11-30 15:19:54.983 27248 27248 I StoryService: [#CMH#] Knox mode, Pet Story Generator Disabled !!! 
11-30 15:19:54.983 27248 27248 I StoryService: [#CMH#] Knox mode, Baby Story Generator Disabled !!! 
11-30 15:19:54.983 27248 27248 I ServiceController: [#CMH#] initialize ContentObserver  
11-30 15:19:54.988 26985 27095 W fb4a.AppStateLoggerCore: Application needs to be registered before setting app state manager bridge
11-30 15:19:54.988 26985 27095 W fb4a.AppInitScheduler|Run:   Finished AppDataBridge in 27ms
11-30 15:19:54.988 26985 27095 W fb4a.AppInitScheduler|Run: Running VideoServiceWarmup
11-30 15:19:55.023 26985 27097 W fb4a.AppInitScheduler|Run:   Finished LanguageSwitcher in 59ms
11-30 15:19:55.024 26985 27097 W fb4a.AppInitScheduler|Run: Running VpvHelperInitializer
11-30 15:19:55.024 26985 27097 W fb4a.AppInitScheduler|Run:   Finished VpvHelperInitializer in 0ms
11-30 15:19:55.026 26985 27120 W fb4a.DefaultNetworkConfig: com.facebook.katana: getShouldCheckCertsInternal: true
11-30 15:19:55.048 26985 27116 W fb4a.AppInitScheduler|Run:   Finished INeedInitForBroadcastReceiverRegister in 86ms
11-30 15:19:55.049 27320 27320 I nightwatch-watcher: I have arisen! pid: 27320
11-30 15:19:55.050 27320 27320 I nightwatch-lib: watcher succeeded mmap /data/data/com.facebook.katana/app_errorreporting/sess__000014370-1638260390504-f99cdc6d-edab-1bc1-f227-d5a991bc2b50/nightwatch.txt
11-30 15:19:55.050 27320 27320 I nightwatch-watcher: attached to tid 27318 in pid 26985, ptrace_ret: 0
11-30 15:19:55.050 27320 27320 D nightwatch-fd: Attempting to open file /proc/26985/oom_adj
11-30 15:19:55.050 27320 27320 D nightwatch-fd: Opened file /proc/26985/oom_adj (8)
11-30 15:19:55.050 27320 27320 D nightwatch-fd: Attempting to open file /proc/26985/oom_score_adj
11-30 15:19:55.050 27320 27320 D nightwatch-fd: Opened file /proc/26985/oom_score_adj (40)
11-30 15:19:55.050 27320 27320 I nightwatch-watcher: target tid 27318 stopped with signal 19. continuing and delivering signal 0
11-30 15:19:55.061 26985 27095 W fb4a.AppInitScheduler|Run:   Finished VideoServiceWarmup in 73ms
11-30 15:19:55.065 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:55.065 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:19:55.072 27248 27248 I StoryServiceApplication: [#CMH#] Story Service is Ready!!  
11-30 15:19:55.074 27248 27248 I StoryService: [StoryService] onBind() 
11-30 15:19:55.078 16433 16433 I ServiceManager: [#CMH#] Bound to Package  com.samsung.storyservice
11-30 15:19:55.083 27248 27248 I ServiceController: [StoryService] Sending response for  31 with status 0
11-30 15:19:55.083 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:55.083 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:19:55.095 26985 27007 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:19:55.199 26985 27094 W fb4a.AppInitScheduler|Run:   Waiting on StartupQPLInit for 1168ms...
11-30 15:19:55.199 26985 27313 W fb4a.FrscLanguagePackLoader: FRSC English strings buffer size - (limit : 705758, capacity : 705758)
11-30 15:19:55.199 26985 27094 W fb4a.AppInitScheduler|Run:   Waiting on InitLacrimaLaterInit for 1018ms...
11-30 15:19:55.241 20330 20330 I zygote  : Explicit concurrent copying GC freed 23(32KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 2MB/5MB, paused 300us total 78.041ms
11-30 15:19:55.292  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228173 RxPkts=4187524 TxBytes=586811227 RxBytes=4502439610 , Foreground uid=1001 pkgName=com.samsung.android.incallui txBytes=0 rxBytes=0
11-30 15:19:55.308 26985 27098 W fb4a.MobileConfigFactoryImpl: SESSIONBASED factory used for SESSIONLESS param
11-30 15:19:55.310 26985 27098 W fb4a.MobileConfigFactoryImpl: SESSIONBASED factory used for SESSIONLESS param
11-30 15:19:55.321 26985 27117 W fb4a.Fixie: Initialize FB4A_OPTIMIZATION_PROVIDER
11-30 15:19:55.346 27235 27235 I cr_SplitCompatApp: Launched version=95.0.4638.74 minSdkVersion=24 isBundle=true processName=com.android.chrome:sandboxed_process0 isIsolated=true
11-30 15:19:55.397 26985 27118 W ApiBlockListExemption: We Succeeded getting the needed hidden api deps on this platform. Can we try to remove hidden APIs: Yes.
11-30 15:19:55.410 27235 27235 W SystemServiceRegistry: No service published for: uimode
11-30 15:19:55.422  2985  5082 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.socialwifi.detection.SocialWifiDetectorActivity newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:19:55.431 27235 27235 V Monotype: fonts.xml take from : /system/etc/
11-30 15:19:55.439 26985 27118 D BinderHooker: Called hook binder
11-30 15:19:55.439 26985 27118 D BinderHooker: Starting init of BinderHooker
11-30 15:19:55.441 26985 27118 D BinderHooker: Binder Hooker was successfully inited [StrongPointer dep is supported] [Parcel dep is supported]
11-30 15:19:55.441 26985 27118 D BinderHooker: Is a binder hook class, seeing if we need to unwrap it.
11-30 15:19:55.441 26985 27118 D BinderHooker: Found a wrapped BinderHook class com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook
11-30 15:19:55.441 26985 27118 D BinderHooker: Attempting to hook binder android.app.ActivityThread$ApplicationThread with binder com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook)
11-30 15:19:55.441 26985 27118 D BinderHooker: Getting IBinder obj for android.app.ActivityThread$ApplicationThread
11-30 15:19:55.441 26985 27118 D BinderHooker: Getting IBinder for android.app.ActivityThread$ApplicationThread 0xd1373740
11-30 15:19:55.441 26985 27118 D BinderHooker: Calling java to create a parcel and write jobj 0xd1373740 to it. 
11-30 15:19:55.441 26985 27118 D BinderHooker: Got Parcel Ptr 0xe9111f18 for java obj 0xd1373740.
11-30 15:19:55.442 26985 27118 D BinderHooker: Call readStrongBinder(0xe9111f18) ret not null? yes sp: f1dc8440.
11-30 15:19:55.442 26985 27118 D BinderHooker: Finished getting IBinder obj for android.app.ActivityThread$ApplicationThread. Got f1dc8440.
11-30 15:19:55.442 26985 27118 D BinderHooker: Taking and locking Strong IBinder ref f1dc8440 for android.app.ActivityThread$ApplicationThread
11-30 15:19:55.442 26985 27118 D BinderHooker: FINISHED taking and locking Strong IBinder ref f1dc8440 for android.app.ActivityThread$ApplicationThread
11-30 15:19:55.442 26985 27118 D BinderHooker: Got binder ptr f1dc8440 for the given val
11-30 15:19:55.442 26985 27118 D BinderHooker: Setting Orig javaBBinder mObjectPtr for android.app.ActivityThread$ApplicationThread because it has not been set before
11-30 15:19:55.442 26985 27118 D BinderHooker: Finished Setting Orig javaBBinder mObjectPtr
11-30 15:19:55.442 26985 27118 D BinderHooker: Setting javaBBinder mObjectPtr 0xf1dc8450 (orig: 0x1c36) for android.app.ActivityThread$ApplicationThread
11-30 15:19:55.442 26985 27118 D BinderHooker: Getting IBinder obj for com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook)
11-30 15:19:55.442 26985 27118 D BinderHooker: Getting IBinder for com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook) 0xd1373744
11-30 15:19:55.442 26985 27118 D BinderHooker: Calling java to create a parcel and write jobj 0xd1373744 to it. 
11-30 15:19:55.442 26985 27118 D BinderHooker: Got Parcel Ptr 0xe9114e90 for java obj 0xd1373744.
11-30 15:19:55.442 26985 27118 D BinderHooker: Call readStrongBinder(0xe9114e90) ret not null? yes sp: c7736580.
11-30 15:19:55.442 26985 27118 D BinderHooker: Finished getting IBinder obj for com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook). Got c7736580.
11-30 15:19:55.442 26985 27118 D BinderHooker: Taking and locking Strong IBinder ref c7736580 for com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook)
11-30 15:19:55.442 26985 27118 D BinderHooker: FINISHED taking and locking Strong IBinder ref c7736580 for com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook)
11-30 15:19:55.442 26985 27118 D BinderHooker: Got binder ptr c7736580 for the given val
11-30 15:19:55.442 26985 27118 D BinderHooker: Setting Orig javaBBinder mObjectPtr for com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook) because it has not been set before
11-30 15:19:55.442 26985 27118 D BinderHooker: Finished Setting Orig javaBBinder mObjectPtr
11-30 15:19:55.442 26985 27118 D BinderHooker: Setting javaBBinder mObjectPtr 0xc7736590 (orig: 0x2336) for com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook)
11-30 15:19:55.442 26985 27118 D BinderHooker: We already have a strong binder ref
11-30 15:19:55.442 26985 27118 D BinderHooker: We already have a strong binder ref
11-30 15:19:55.442 26985 27118 D BinderHooker: Successfully prepared hooking binder and will now perform.  Use Transparent Conv: no 
11-30 15:19:55.442 26985 27118 D BinderHooker: 		Hooked: android.app.ActivityThread$ApplicationThread 
11-30 15:19:55.442 26985 27118 D BinderHooker: 		Hooked with: com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook)
11-30 15:19:55.442 26985 27118 D BinderHooker: Attempting to set binder hook data on the hook object
11-30 15:19:55.443 26985 27118 D BinderHooker: Finished setting binder hook data on the hook object
11-30 15:19:55.443 26985 27118 D BinderHooker: Finished hooking binder. Success: yes 
11-30 15:19:55.443 26985 27118 D BinderHooker: 		Hooked: android.app.ActivityThread$ApplicationThread 
11-30 15:19:55.443 26985 27118 D BinderHooker: 		Hooked with: com.facebook.common.activitythreadhook.IApplicationThreadBinderHookWrapper(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook)
11-30 15:19:55.460 26985 27308 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:19:55.460 26985 27308 E nightwatch-target: sysmeminfo parse failed
11-30 15:19:55.460  2680  2680 E audit   : type=1400 audit(1638260395.446:39899): avc:  denied  { read } for  pid=27308 comm="AppInit7" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:55.460  2680  2680 E audit   : type=1300 audit(1638260395.446:39899): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8560334 a2=20000 a3=0 items=0 ppid=2693 pid=27308 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit7" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:55.460  2680  2680 E audit   : type=1327 audit(1638260395.446:39899): proctitle="com.facebook.katana"
11-30 15:19:55.477 27264 27264 D Mms/DeviceSearchProvider: onCreate
11-30 15:19:55.489 27264 27264 D Mms/MmsApp: [start]    onCreate() consume time = 0.0
11-30 15:19:55.497 27264 27264 D Mms/DbVersion: TP version = 252
11-30 15:19:55.497 27264 27264 E Mms/DbVersion: queryDbVersion,Elapsed time : 1.243807 ms
11-30 15:19:55.497 27264 27264 D Mms/DbVersion: MmsSmsDbVersion = 252
11-30 15:19:55.500 27264 27264 D Mms/CsVersion: CS sdk version = 1
11-30 15:19:55.500 27264 27264 E Mms/CsVersion: queryCsVersion,Elapsed time : 2.973461 ms
11-30 15:19:55.500 27264 27264 D Mms/CsVersion: CsVersion = 1
11-30 15:19:55.503 27264 27346 D Mms/ArtClassLoader: init before art first
11-30 15:19:55.504 27264 27348 D Mms/ArtClassLoader: init before art third
11-30 15:19:55.504  2985  5082 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.youtube cmp = androidx.work.impl.background.systemjob.SystemJobService newState = 1 callingPackage = 10161/com.google.android.youtube
11-30 15:19:55.504 27264 27347 D Mms/ArtClassLoader: init before art second
11-30 15:19:55.531 26985 27119 W fb4a.AppInitScheduler|Run:   Finished ScheduleLowPriWork in 560ms
11-30 15:19:55.709 27264 27348 D Mms/ArtClassLoader: init [DONE] art
11-30 15:19:55.728 27264 27264 D Mms/MmsApp: onCreate() com.samsung.android.messaging
11-30 15:19:55.729 27264 27264 D Mms/MmsApp: setDefaultPreference() China floating Message is enabled : false
11-30 15:19:55.762 26985 27098 V requestattribution: requestattribution/JNI_OnLoad called
11-30 15:19:55.765  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.070208 0.116119 9.704897 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:55.765  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:55.786 27264 27347 D Mms/ArtClassLoader: init [DONE] art
11-30 15:19:55.786 26985 27333 D NetworkSecurityConfig: Using Network Security Config from resource (name removed) debugBuild: false
11-30 15:19:55.804 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:19:55.821 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:19:55.851  3470  3482 D TP/MmsSmsProvider: query, match:2117, calling pid = 27264, accessRestricted = false
11-30 15:19:55.889  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:19:55.941 26985 27007 I zygote  : WaitForGcToComplete blocked ProfileSaver on AddRemoveAppImageSpace for 846.106ms
11-30 15:19:55.964  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:19:55.965 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:55.965 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:19:55.983 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:55.983 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:19:56.003 26985 27117 W fb4a.MobileConfigFactoryImpl: SESSIONLESS factory used for SESSIONBASED param
11-30 15:19:56.101 27235 27235 E Typeface: Error mapping font file /system/fonts/NotoSansKhmer-Regular.ttf
11-30 15:19:56.102 27235 27235 E Typeface: Error mapping font file /system/fonts/NotoSansKhmer-Bold.ttf
11-30 15:19:56.102 27235 27235 E Minikin : Could not get cmap table size!
11-30 15:19:56.103 27235 27235 E Typeface: Unable to load Family: null:und-Khmr
11-30 15:19:56.117 26985 26992 I zygote  : Do full code cache collection, code=85KB, data=52KB
11-30 15:19:56.122 26985 26992 I zygote  : After code cache collection, code=73KB, data=42KB
11-30 15:19:56.124 26930 26943 W zygote  : Suspending all threads took: 14.637ms
11-30 15:19:56.129 27264 27264 D Mms/MmsConfig: [start]    MmsConfig.init() consume time = 639.805192
11-30 15:19:56.131 26985 26992 I zygote  : Do partial code cache collection, code=73KB, data=42KB
11-30 15:19:56.132 26985 26992 I zygote  : After code cache collection, code=73KB, data=42KB
11-30 15:19:56.132 26985 26992 I zygote  : Increasing code cache capacity to 512KB
11-30 15:19:56.147 26985 26992 I zygote  : Method exceeds compiler instruction limit: 19875 in int X.16r.A00(java.lang.String)
11-30 15:19:56.156 26841 26851 W zygote  : Suspending all threads took: 5.437ms
11-30 15:19:56.156 26930 27049 D JavaScriptCore.Version: 250230.2.1
11-30 15:19:56.158 27235 27235 E Typeface: Error mapping font file /system/fonts/DroidSansFallback.ttf
11-30 15:19:56.158 27235 27235 E Minikin : Could not get cmap table size!
11-30 15:19:56.158 27235 27235 E Typeface: Unable to load Family: null:null
11-30 15:19:56.200 26985 27094 W fb4a.AppInitScheduler|Run:   Waiting on StartupQPLInit for 2191ms...
11-30 15:19:56.200 26985 27094 W fb4a.AppInitScheduler|Run:   Waiting on InitLacrimaLaterInit for 2041ms...
11-30 15:19:56.200 26985 27094 W fb4a.AppInitScheduler|Run:   Waiting on VideoComponentWarmup for 1226ms...
11-30 15:19:56.200 26985 27094 W fb4a.AppInitScheduler|Run:   Waiting on EagerTigonLigerXPlatService for 1239ms...
11-30 15:19:56.200 26985 27094 W fb4a.AppInitScheduler|Run:   Waiting on EagerInitTigonInterceptors for 1239ms...
11-30 15:19:56.227 26985 27098 W fb4a.AppInitScheduler|Run:   Finished EagerInitTigonInterceptors in 1267ms
11-30 15:19:56.262 27235 27235 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3L.ttf
11-30 15:19:56.262 27235 27235 E Minikin : Could not get cmap table size!
11-30 15:19:56.262 27235 27235 E Typeface: Unable to load Family: samsung-sans-num3L:null
11-30 15:19:56.262 27235 27235 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3T.ttf
11-30 15:19:56.262 27235 27235 E Minikin : Could not get cmap table size!
11-30 15:19:56.262 27235 27235 E Typeface: Unable to load Family: samsung-sans-num3T:null
11-30 15:19:56.262 27235 27235 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4L.ttf
11-30 15:19:56.263 27235 27235 E Minikin : Could not get cmap table size!
11-30 15:19:56.263 27235 27235 E Typeface: Unable to load Family: samsung-sans-num4L:null
11-30 15:19:56.263 27235 27235 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4T.ttf
11-30 15:19:56.263 27235 27235 E Minikin : Could not get cmap table size!
11-30 15:19:56.263 27235 27235 E Typeface: Unable to load Family: samsung-sans-num4T:null
11-30 15:19:56.263 27235 27235 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num35.ttf
11-30 15:19:56.263 27235 27235 E Minikin : Could not get cmap table size!
11-30 15:19:56.264 27235 27235 E Typeface: Unable to load Family: samsung-sans-num35:null
11-30 15:19:56.264 27235 27235 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num45.ttf
11-30 15:19:56.264 27235 27235 E Minikin : Could not get cmap table size!
11-30 15:19:56.264 27235 27235 E Typeface: Unable to load Family: samsung-sans-num45:null
11-30 15:19:56.264 27235 27235 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3Lv.ttf
11-30 15:19:56.264 27235 27235 E Minikin : Could not get cmap table size!
11-30 15:19:56.264 27235 27235 E Typeface: Unable to load Family: samsung-sans-num3LV:null
11-30 15:19:56.265 27235 27235 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3R.ttf
11-30 15:19:56.265 27235 27235 E Minikin : Could not get cmap table size!
11-30 15:19:56.265 27235 27235 E Typeface: Unable to load Family: samsung-sans-num3R:null
11-30 15:19:56.265 27235 27235 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4Tv.ttf
11-30 15:19:56.265 27235 27235 E Minikin : Could not get cmap table size!
11-30 15:19:56.266 27235 27235 E Typeface: Unable to load Family: samsung-sans-num4Tv:null
11-30 15:19:56.266 27235 27235 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4Lv.ttf
11-30 15:19:56.266 27235 27235 E Minikin : Could not get cmap table size!
11-30 15:19:56.266 27235 27235 E Typeface: Unable to load Family: samsung-sans-num4Lv:null
11-30 15:19:56.275  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:19:56.327 27235 27235 I cr_ChildProcessService: Creating new ChildProcessService pid=27235
11-30 15:19:56.352 27235 27235 E WebViewLibraryLoader: can't load with relro file; address space not reserved
11-30 15:19:56.375  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228191 RxPkts=4187542 TxBytes=586814411 RxBytes=4502443989 , Foreground uid=1001 pkgName=com.samsung.android.incallui txBytes=0 rxBytes=0
11-30 15:19:56.389  3510  3660 D Tile.WifiTile: handleUpdateState enabled  = true
11-30 15:19:56.434 26985 27297 W fb4a.MultiSignalANRDetectorLacrima: Pausing error state checks
11-30 15:19:56.465 26985 27118 W fb4a.AppInitScheduler|Run:   Finished InitLacrimaLaterInit in 2306ms
11-30 15:19:56.478  2680  2680 E audit   : type=1400 audit(1638260396.466:39900): avc:  denied  { read } for  pid=27308 comm="AppInit7" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:56.483 26985 27308 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:19:56.483 26985 27308 E nightwatch-target: sysmeminfo parse failed
11-30 15:19:56.486  2680  2680 E audit   : type=1300 audit(1638260396.466:39900): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8560334 a2=20000 a3=0 items=0 ppid=2693 pid=27308 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit7" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:56.486  2680  2680 E audit   : type=1327 audit(1638260396.466:39900): proctitle="com.facebook.katana"
11-30 15:19:56.593 27264 27264 D Mms/MmsConfig: sPref_EMServiceStatus =false sIsInitializedEMStatus = false
11-30 15:19:56.594 27264 27264 D Mms/MmsConfig: cscRcsFeatures=
11-30 15:19:56.622 27264 27264 D Mms/MmsConfig: getApnTypesAllowedOnDataDisabled()
11-30 15:19:56.622 27264 27264 D Mms/MmsConfig: mainOperator : EUR, subOperator : EUR, country : EUR
11-30 15:19:56.624 27264 27264 D Mms/MmsConfig: Load Resize quality : 80
11-30 15:19:56.634 27264 27264 D Mms/SimStateHelper: isTempSwap() false, sConfigOmcVersion = 0.0
11-30 15:19:56.636 27264 27264 D Mms/MmsConfig: SupportPlayDuringCall = false
11-30 15:19:56.638 27264 27264 D Mms/MmsConfig: enableJansky=
11-30 15:19:56.707 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:19:56.724 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:19:56.729  3470  3482 D TP/MmsSmsProvider: query, match 2117:Elapsed time : 877.750 ms
11-30 15:19:56.762  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:19:56.765 20330 20330 I zygote  : Explicit concurrent copying GC freed 23(32KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2MB/5MB, paused 304us total 100.146ms
11-30 15:19:56.805  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.108515 0.059855 9.678560 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:56.805  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:56.821 27264 27346 D Mms/TelephonyPermission: start operation mode monitor
11-30 15:19:56.821 27264 27346 D Mms/TelephonyPermission: User ID is null set current User Id
11-30 15:19:56.821 27264 27346 D Mms/TelephonyPermission: DefaultSmsApp is com.samsung.android.messaging
11-30 15:19:56.821 27264 27346 D Mms/TelephonyPermission: isDefault true
11-30 15:19:56.825 27264 27346 D Mms/ArtClassLoader: init [DONE] art
11-30 15:19:56.865 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:56.865 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:19:56.883 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:56.883 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:19:56.920 27264 27264 D Mms/MmsConfig: isCustomTheme packageName=China.Samsung.com.WinterSeason
11-30 15:19:56.920 27264 27264 D Mms/MmsConfig: isCustomTheme : true
11-30 15:19:56.920  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:19:56.921  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:19:56.935 27264 27264 D Mms/MmsConfig: [end]    init() consume time = 805.801384
11-30 15:19:56.935 27264 27264 D Mms/MmsApp: setDefaultPreferenceCmas, enalbeCmas=false, readAgain=false, provider=0
11-30 15:19:56.949 26985 27368 W zygote  : Verification of android.text.Spannable X.1or.A02(X.3hk, X.1UY) took 178.970ms
11-30 15:19:56.950  2985  5090 D ActivityManager: The following uid has registered to recieve broadcast for proxy related updates 10227
11-30 15:19:56.962  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:56.983  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:56.986  2985  2985 D KnoxVpnEngineService: Vpn Receiver : com.samsung.android.knox.intent.action.VPN_PROXY_BROADCAST_INTERNAL
11-30 15:19:56.987  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:19:56.995  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:56.996  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:19:57.007 27264 27264 D a_0.2.5 : isBixbySupported:false
11-30 15:19:57.010 27264 27264 D Mms/MmsApp: initMmsApp()
11-30 15:19:57.012 27264 27264 D Mms/Contact: [start]    init() consume time = 77.209115
11-30 15:19:57.016 27264 27264 D Mms/Contact: [end]    init consume time = 4.20777
11-30 15:19:57.030  3470  3482 D TP/MmsSmsProvider: query, match:13, calling pid = 27264, accessRestricted = false
11-30 15:19:57.034  3470  3482 D TP/MmsSmsProvider: query, match 13:Elapsed time : 2.972 ms
11-30 15:19:57.047 27264 27264 D Mms/MmsApp: initWhitePage/Call Protect
11-30 15:19:57.047 27264 27395 D Mms/MessageUtils: initContactImage
11-30 15:19:57.052 27264 27264 D Mms/PackageInfo: com.sgmc.phonenumberlocatorservice is not installed
11-30 15:19:57.052 27264 27264 D Mms/MmsApp: [end]    onCreate() consume time = 36.069346
11-30 15:19:57.056 27264 27264 D Mms/MmsConfig: Precondition, check the model:isGlobalPwsFeatureEnabled : false
11-30 15:19:57.077 27264 27385 D Mms/SmartCallManager: [SmartCall] spam_call_enable:true
11-30 15:19:57.077 27264 27385 D Mms/MmsConfig: [SmartCall]cpsCscString:whitepages,whitepages,off
11-30 15:19:57.083 27127 27163 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:19:57.084 26930 27049 W zygote  : Verification of void kh.<init>() took 156.002ms
11-30 15:19:57.093 27127 27163 I zygote  : WaitForGcToComplete blocked ProfileSaver on AddRemoveAppImageSpace for 10.420ms
11-30 15:19:57.098 26930 27194 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
11-30 15:19:57.103 26985 27120 W fb4a.AppInitScheduler|Run:   Finished EagerTigonLigerXPlatService in 2142ms
11-30 15:19:57.103 26985 27120 W fb4a.AppInitScheduler|Run: Running NetworkEagerInit
11-30 15:19:57.115 26985 27120 W fb4a.AppInitScheduler|Run:   Finished NetworkEagerInit in 11ms
11-30 15:19:57.115 26985 27120 W fb4a.AppInitScheduler|Run: Running ZeroLibraryInitializer
11-30 15:19:57.115 26985 27116 W fb4a.AppInitScheduler|Run: Running GraphServiceEagerInit
11-30 15:19:57.138 27264 27395 D OpenGLRenderer: HWUI GL Pipeline
11-30 15:19:57.155 27264 27395 D Mms/Migration: before migration status :2
11-30 15:19:57.173  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:19:57.177  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:19:57.178  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:19:57.184  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:19:57.193  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:19:57.193  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:19:57.193  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:19:57.195 26930 27049 W zygote  : Verification of android.os.Bundle kh.a(android.media.session.PlaybackState) took 111.007ms
11-30 15:19:57.195 26985 27120 W fb4a.AppInitScheduler|Run:   Finished ZeroLibraryInitializer in 79ms
11-30 15:19:57.197  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:19:57.201 26985 27094 W fb4a.AppInitScheduler|Run:   Waiting on StartupQPLInit for 3192ms...
11-30 15:19:57.201 26985 27094 W fb4a.AppInitScheduler|Run:   Waiting on VideoComponentWarmup for 2227ms...
11-30 15:19:57.203 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:19:57.206 27264 27395 D MMS/CountryDetector: PERMISSION_DENIED
11-30 15:19:57.209 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:19:57.210  2985  2985 I MotionRecognitionService: Plugged
11-30 15:19:57.212  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:19:57.212  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:19:57.227 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:19:57.227 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:19:57.240  2985  2985 D WifiGeofenceManager: BroadcastReceiver: com.sec.android.wifi.GEOFENCE_TRIGGERED
11-30 15:19:57.241  2985  2985 D WifiGeofenceManager: isGeofenceExit : return false
11-30 15:19:57.241  2985  2985 D WifiGeofenceManager: id [15], direction [0], Result [1]
11-30 15:19:57.242  2985  2985 D WifiGeofenceManager: BroadcastReceiver() - configKey : "HP-Setup>97-DeskJet 3700 series"NONE IN. Reduce scan max interval
11-30 15:19:57.242  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:19:57.243  2985  2985 D WifiGeofenceManager: sendBroadcastForInOutRange() - state : 0 getNetworkType() : 3
11-30 15:19:57.243  2985  2985 D WifiGeofenceManager: isGeofenceExit : return false
11-30 15:19:57.245  2985  2985 I AutoWifiController: set Geofence state : 0Exit
11-30 15:19:57.245  2985  2985 E WifiGeofenceManager: setScanInterval interval : 16, maxInterval : 128
11-30 15:19:57.251  2985  2985 D SLocation: PendingIntent onSendFinished id:15
11-30 15:19:57.251  2985  2985 D WifiGeofenceManager: BroadcastReceiver: com.sec.android.wifi.GEOFENCE_TRIGGERED
11-30 15:19:57.251  2985  2985 D WifiGeofenceManager: isGeofenceExit : return false
11-30 15:19:57.251  2985  2985 D WifiGeofenceManager: id [16], direction [0], Result [1]
11-30 15:19:57.251  2985  2985 D WifiGeofenceManager: BroadcastReceiver() - configKey : "Universitas Pelita Bangsa"NONE IN. Reduce scan max interval
11-30 15:19:57.252  2985  2985 D WifiGeofenceManager: sendBroadcastForInOutRange() - state : 0 getNetworkType() : 3
11-30 15:19:57.253  2985  2985 D WifiGeofenceManager: isGeofenceExit : return false
11-30 15:19:57.253  2985  2985 I AutoWifiController: set Geofence state : 0Exit
11-30 15:19:57.253  2985  2985 E WifiGeofenceManager: setScanInterval interval : 16, maxInterval : 128
11-30 15:19:57.258  2985  2985 D SLocation: PendingIntent onSendFinished id:16
11-30 15:19:57.259  2985  2985 D WifiGeofenceManager: BroadcastReceiver: com.sec.android.wifi.GEOFENCE_TRIGGERED
11-30 15:19:57.259  2985  2985 D WifiGeofenceManager: isGeofenceExit : return false
11-30 15:19:57.259  2985  2985 D WifiGeofenceManager: id [19], direction [0], Result [1]
11-30 15:19:57.259  2985  2985 D WifiGeofenceManager: BroadcastReceiver() - configKey : "KANTOR DESA SERANG BERSAHAJA"WPA_PSK IN. Reduce scan max interval
11-30 15:19:57.260  2985  2985 D WifiGeofenceManager: sendBroadcastForInOutRange() - state : 0 getNetworkType() : 3
11-30 15:19:57.260  2985  2985 D WifiGeofenceManager: isGeofenceExit : return false
11-30 15:19:57.261  2985  2985 I AutoWifiController: set Geofence state : 0Exit
11-30 15:19:57.261  2985  2985 E WifiGeofenceManager: setScanInterval interval : 16, maxInterval : 128
11-30 15:19:57.266  2985  2985 D SLocation: PendingIntent onSendFinished id:19
11-30 15:19:57.266  2985  2985 D WifiGeofenceManager: BroadcastReceiver: com.sec.android.wifi.GEOFENCE_TRIGGERED
11-30 15:19:57.266  2985  2985 D WifiGeofenceManager: isGeofenceExit : return false
11-30 15:19:57.266  2985  2985 D WifiGeofenceManager: id [20], direction [0], Result [1]
11-30 15:19:57.266  2985  2985 D WifiGeofenceManager: BroadcastReceiver() - configKey : "Desa Ser@ng Bersahaja"WPA_PSK IN. Reduce scan max interval
11-30 15:19:57.267  2985  2985 D WifiGeofenceManager: sendBroadcastForInOutRange() - state : 0 getNetworkType() : 3
11-30 15:19:57.269 26985 27368 W zygote  : Verification of com.facebook.feedback.comments.plugins.actorprofilepicture.profilepluscontinuitymodeprofile.PPlusContinuityModeProfilePlugin X.1or.A0S(android.content.Context, X.3Kr) took 204.323ms
11-30 15:19:57.269  2985  2985 D WifiGeofenceManager: isGeofenceExit : return false
11-30 15:19:57.269  2985  2985 I AutoWifiController: set Geofence state : 0Exit
11-30 15:19:57.269  2985  2985 E WifiGeofenceManager: setScanInterval interval : 16, maxInterval : 128
11-30 15:19:57.272  2985  2985 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.sec.hearingadjust user:0
11-30 15:19:57.273  2985  2985 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:19:57.273  2985  2985 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.sec.hearingadjust user:0
11-30 15:19:57.273  2985  2985 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:19:57.289 27398 27398 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:19:57.292 27398 27398 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:19:57.293 27398 27398 I SELinux : SELinux: seapp_context_lookup: seinfo=media, level=s0:c512,c768, pkgname=com.sec.hearingadjust 
11-30 15:19:57.301  2985  2985 D SLocation: PendingIntent onSendFinished id:20
11-30 15:19:57.317 27264 27395 D Mms/TelephonyUtils: hasIccCard simSlot = 0, returnValue = true
11-30 15:19:57.318 27264 27395 D Mms/TelephonyUtils: hasIccCard simSlot = 1, returnValue = true
11-30 15:19:57.318 27264 27395 D Mms/TelephonyUtils: initInsertedSimNum = 2 and Sim1 true and Sim2 true
11-30 15:19:57.323 27264 27264 D Mms/MmsApp: onReceive. android.intent.action.ACTION_SUBINFO_RECORD_UPDATED
11-30 15:19:57.325 27264 27264 D Mms/TelephonyUtils: hasIccCard simSlot = 0, returnValue = true
11-30 15:19:57.326 27264 27264 D Mms/TelephonyUtils: hasIccCard simSlot = 1, returnValue = true
11-30 15:19:57.326 27264 27264 D Mms/TelephonyUtils: initInsertedSimNum = 2 and Sim1 true and Sim2 true
11-30 15:19:57.328 27264 27395 D Mms/MessageUtils: setComponentFreeMessage isChecked = false
11-30 15:19:57.329  2985  5090 D PackageManager: setEnabledSetting : userId = 0 packageName = com.samsung.android.messaging cmp = com.android.mms.ui.TransferContent newState = 2 callingPackage = 10035/com.samsung.android.messaging
11-30 15:19:57.330  2985  5090 D PackageManager: setEnabledSetting : userId = 0 packageName = com.samsung.android.messaging cmp = com.android.mms.ui.ComposeMessageMms newState = 1 callingPackage = 10035/com.samsung.android.messaging
11-30 15:19:57.331 27264 27264 D Mms/SmartCallManager: [SmartCall] spam_call_enable:true
11-30 15:19:57.333 27264 27264 D Mms/MmsConfig: Precondition, check the model:isGlobalPwsFeatureEnabled : false
11-30 15:19:57.340  2985  3826 D PackageManager: setEnabledSetting : userId = 0 packageName = com.samsung.android.messaging cmp = com.android.mms.freemessage.EnhancedMessageEsuReceiver newState = 1 callingPackage = 10035/com.samsung.android.messaging
11-30 15:19:57.368 27264 27395 D Mms/Conversation: [start]    init() consume time = 316.161577
11-30 15:19:57.371 26985 26995 W JavaBinder: BinderProxy is being destroyed but the application did not call unlinkToDeath to unlink all of its death recipients beforehand.  Releasing leaked death recipient: X.05K
11-30 15:19:57.375  3470  3482 D TP/MmsSmsProvider: delete, match:1, calling pid = 27264
11-30 15:19:57.376  3470  3482 D TP/MmsSmsProvider: deleteConversation(): threadId=9223372036854775807
11-30 15:19:57.376  3470  3482 V TP/MmsSmsProvider: deleteConversation(): noNeedToDeleteSystemMsgs=false, finalSelection=thread_id = 9223372036854775807
11-30 15:19:57.421  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10161 ,Container id: 0
11-30 15:19:57.421  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10161 ,Container id: 0
11-30 15:19:57.422  2985  5090 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:57.425  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228214 RxPkts=4187571 TxBytes=586819417 RxBytes=4502457862 , Foreground uid=1001 pkgName=com.samsung.android.incallui txBytes=0 rxBytes=0
11-30 15:19:57.431  3470  3482 I TP/MmsSmsProvider: deleteConversation(): Messages selection=(thread_id = 9223372036854775807) AND (box_type = 3) null
11-30 15:19:57.431  3470  3482 D TP/MmsSmsDatabaseHelper: dropTriggersDeleteOnMessages()
11-30 15:19:57.453  3470  3482 D TP/MmsSmsDatabaseHelper: createTriggersDeleteOnMessages()
11-30 15:19:57.462  3470  3482 D TP/MmsSmsDatabaseHelper: dropTriggersDeleteOnPdu()
11-30 15:19:57.468  3470  3482 D TP/MmsSmsDatabaseHelper: dropTriggersDeleteOnMessages()
11-30 15:19:57.475 26985 27368 W zygote  : Verification of java.lang.Object X.1or.A1U(android.content.Context, X.3Kr, java.lang.Object[], int) took 143.294ms
11-30 15:19:57.476  3470  3482 D TP/MmsSmsDatabaseHelper: createTriggersDeleteOnPdu()
11-30 15:19:57.484 26985 27308 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:19:57.484 26985 27308 E nightwatch-target: sysmeminfo parse failed
11-30 15:19:57.484  2680  2680 E audit   : type=1400 audit(1638260397.466:39901): avc:  denied  { read } for  pid=27308 comm="AppInit7" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:57.484  2680  2680 E audit   : type=1300 audit(1638260397.466:39901): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8560334 a2=20000 a3=0 items=0 ppid=2693 pid=27308 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit7" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:57.484  2680  2680 E audit   : type=1327 audit(1638260397.466:39901): proctitle="com.facebook.katana"
11-30 15:19:57.493 26930 27049 W zygote  : Verification of void kh.k(dgf) took 224.982ms
11-30 15:19:57.496  3470  3482 D TP/MmsSmsDatabaseHelper: createTriggersDeleteOnMessages()
11-30 15:19:57.566  3470  3470 V Telephony: GsmConnection: MSG_RINGBACK_TONE
11-30 15:19:57.579  3470  3470 V Telephony: GsmConnection: handleMessage, original connection is not foreground connection, skipping
11-30 15:19:57.609 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:19:57.626 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:19:57.636  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:19:57.636  2719  2795 E IptablesRestoreController: -A fw_standby -m owner --uid-owner 15001001 -j DROP
11-30 15:19:57.636  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:19:57.661  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:19:57.661  2719  2795 E IptablesRestoreController: -A fw_standby -m owner --uid-owner 15001001 -j DROP
11-30 15:19:57.661  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:19:57.661  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:19:57.678 26654 27369 I FirebaseCrash: Sending crashes
11-30 15:19:57.703 26886 26886 E chromium: [ERROR:network_service_instance_impl.cc(179)] Failed to grant sandbox access to network context data for /data/user/0/com.parallel.space.lite/app_webview/Default with result 7: No such file or directory (2)
11-30 15:19:57.723 26985 27117 W fb4a.QuickPerformanceLoggerModule: Provided QPL: 5816581
11-30 15:19:57.723 26985 27117 W fb4a.AppInitScheduler|Run:   Finished StartupQPLInit in 3714ms
11-30 15:19:57.724 26985 27117 W fb4a.AppInitScheduler|Run: Running FunctionalReliabilityRingBufferInitializer
11-30 15:19:57.724 26985 27119 W fb4a.AppInitScheduler|Run: Running CombinedLoggingInit
11-30 15:19:57.724 26985 27098 W fb4a.AppInitScheduler|Run: Running ProfiloBridgeFactoryImpl
11-30 15:19:57.724 26985 27097 W fb4a.AppInitScheduler|Run: Running StartupInfraPreloader
11-30 15:19:57.724 26985 27095 W fb4a.AppInitScheduler|Run: Running ZOptLoggingInitializer
11-30 15:19:57.724 26985 27120 W fb4a.AppInitScheduler|Run: Running StartupQPLReplayer
11-30 15:19:57.724 26985 27118 W fb4a.AppInitScheduler|Run: Running ReliabilityUserPerceptibleScopeToQPL
11-30 15:19:57.724 26985 27119 W fb4a.AppInitScheduler|Run:   Finished CombinedLoggingInit in 1ms
11-30 15:19:57.725 26985 27118 W fb4a.AppInitScheduler|Run:   Finished ReliabilityUserPerceptibleScopeToQPL in 1ms
11-30 15:19:57.725 26985 27095 W fb4a.AppInitScheduler|Run:   Finished ZOptLoggingInitializer in 1ms
11-30 15:19:57.725 26985 27097 W fb4a.AppInitScheduler|Run:   Finished StartupInfraPreloader in 1ms
11-30 15:19:57.725 26985 27117 W fb4a.AppInitScheduler|Run:   Finished FunctionalReliabilityRingBufferInitializer in 2ms
11-30 15:19:57.728 26985 27120 W fb4a.AppInitScheduler|Run:   Finished StartupQPLReplayer in 4ms
11-30 15:19:57.761  3470  3470 V Telephony: GsmConnection: MSG_RINGBACK_TONE
11-30 15:19:57.761  3470  3470 V Telephony: GsmConnection: handleMessage, original connection is not foreground connection, skipping
11-30 15:19:57.766 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:57.766 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:19:57.772  3470  3642 I System.out: Broadcasting: Intent { act=com.samsung.intent.action.BIG_DATA_INFO (has extras) }
11-30 15:19:57.778  3470  3642 I System.out: Broadcasting: Intent { act=com.samsung.intent.action.CALL_DROP (has extras) }
11-30 15:19:57.783 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:57.783 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:19:57.802 26985 27368 W zygote  : Verification of java.lang.Object X.1or.A1q(android.content.Context, X.3Kr, java.lang.Object[], int) took 118.121ms
11-30 15:19:57.845  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.136049 0.086191 9.550470 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:57.845  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:57.889  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10026 ,Container id: 0
11-30 15:19:57.889  2985  4271 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10026 ,Container id: 0
11-30 15:19:57.889  2985  4271 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:57.898  2985  5082 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10026 ,Container id: 0
11-30 15:19:57.899  2985  5082 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10026 ,Container id: 0
11-30 15:19:57.899  2985  5082 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:19:57.901 26985 27098 W fb4a.AppInitScheduler|Run:   Finished ProfiloBridgeFactoryImpl in 177ms
11-30 15:19:57.912 27398 27398 D ActivityThread: Added TimaKeyStore provider
11-30 15:19:57.935 26985 27368 W zygote  : Verification of java.lang.Object X.1or.A1u(android.content.Context, X.3Kr, java.lang.Object[], int) took 122.694ms
11-30 15:19:58.040 26985 27116 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 26985 / 10098 / 27116
11-30 15:19:58.077 26985 27096 W fb4a.MobileConfigFactoryImpl: Invalid param type used for config: 612, param: 237
11-30 15:19:58.085 16433 16520 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:19:58.122 26985 26992 I zygote  : Method exceeds compiler instruction limit: 19490 in long X.14z.A01(long)
11-30 15:19:58.132  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.PACKAGE_CHANGED
11-30 15:19:58.133  3510  3510 D MetadataParser: onPackageUpdated() key = com.google.android.apps.docs
11-30 15:19:58.139   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:19:58.145  2985  3298 D UcmService: onReceive android.intent.action.PACKAGE_CHANGED
11-30 15:19:58.145  2985  3298 D UcmService: Package update in userId-0 and uid-10112
11-30 15:19:58.158  3470  3482 D TP/MmsSmsProvider: delete URI_CONVERSATIONS_MESSAGES affectedRows=0 isIntegrated=false
11-30 15:19:58.159  3470  3482 V TP/MmsSmsDatabaseHelper: updateThread(): threadId=9223372036854775807, isCheckThreadValidation=true, needImUpdate=1
11-30 15:19:58.182   559   636 I ControllerEventHandler: [#CMH#] onPackageChanged()  null
11-30 15:19:58.182   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:19:58.202 26985 27094 W fb4a.AppInitScheduler|Run:   Waiting on GraphServiceEagerInit for 1086ms...
11-30 15:19:58.202 26985 27094 W fb4a.AppInitScheduler|Run:   Waiting on VideoComponentWarmup for 3228ms...
11-30 15:19:58.247  2985  3117 D InputReader: externalDisplayId 0 W 1080 H 1920
11-30 15:19:58.247  2985  3117 I InputReader: Reconfiguring input devices.  changes=0x00000010
11-30 15:19:58.268 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityReceiver] onReceive
11-30 15:19:58.277 20330 20330 I zygote  : Explicit concurrent copying GC freed 23(32KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2MB/5MB, paused 344us total 108.368ms
11-30 15:19:58.403 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityReceiver] resetSupportHashContentActivity
11-30 15:19:58.472 26985 27116 W zygote  : Verification of com.fasterxml.jackson.databind.node.ObjectNode X.1jv.A02(android.telephony.CellInfo, long) took 282.571ms
11-30 15:19:58.494 26985 27308 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:19:58.494 26985 27308 E nightwatch-target: sysmeminfo parse failed
11-30 15:19:58.494  2680  2680 E audit   : type=1400 audit(1638260398.476:39904): avc:  denied  { read } for  pid=27308 comm="AppInit7" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:58.494  2680  2680 E audit   : type=1300 audit(1638260398.476:39904): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8560334 a2=20000 a3=0 items=0 ppid=2693 pid=27308 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit7" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:58.494  2680  2680 E audit   : type=1327 audit(1638260398.476:39904): proctitle="com.facebook.katana"
11-30 15:19:58.512 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:19:58.528 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:19:58.666 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:58.667 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:19:58.683 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:58.684 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:19:58.850 26985 27368 W zygote  : Verification of java.lang.Object X.1or.A1v(android.content.Context, X.3Kr, java.lang.Object[], int) took 914.683ms
11-30 15:19:58.879 26985 27096 W fb4a.AppInitScheduler|Run:   Finished VideoComponentWarmup in 3906ms
11-30 15:19:58.967 26985 27368 W zygote  : Verification of java.lang.Object X.1or.A1w(android.content.Context, X.3Kr, java.lang.Object[], int) took 117.169ms
11-30 15:19:59.146 26930 27099 W YouTube : Invalid playback type; streaming data is not playable
11-30 15:19:59.197 26930 27099 W YouTube : Invalid playback type; streaming data is not playable
11-30 15:19:59.202 26985 27094 W fb4a.AppInitScheduler|Run:   Waiting on GraphServiceEagerInit for 2087ms...
11-30 15:19:59.205 26930 27099 W YouTube : Invalid playback type; streaming data is not playable
11-30 15:19:59.349 26930 27099 I chatty  : uid=10161(com.google.android.youtube) identical 1 line
11-30 15:19:59.380 26930 27099 W YouTube : Invalid playback type; streaming data is not playable
11-30 15:19:59.414 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:19:59.431 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:19:59.503 26985 27308 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:19:59.503 26985 27308 E nightwatch-target: sysmeminfo parse failed
11-30 15:19:59.503  2680  2680 E audit   : type=1400 audit(1638260399.486:39905): avc:  denied  { read } for  pid=27308 comm="AppInit7" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:19:59.503  2680  2680 E audit   : type=1300 audit(1638260399.486:39905): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8560334 a2=20000 a3=0 items=0 ppid=2693 pid=27308 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit7" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:19:59.503  2680  2680 E audit   : type=1327 audit(1638260399.486:39905): proctitle="com.facebook.katana"
11-30 15:19:59.515 26930 27099 W YouTube : Invalid playback type; streaming data is not playable
11-30 15:19:59.566 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:59.566 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:19:59.584 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:19:59.584 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:19:59.621  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.084573 0.052672 9.641450 0.000000 0.000000 0.000000 8 51 20
11-30 15:19:59.621  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:19:59.635  3470  3949 E ImsAdaptorImpl2: setSSACInfo : ImsAdaptorImpl.
11-30 15:19:59.637 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.app.spage
11-30 15:19:59.638 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.bixby.agent
11-30 15:19:59.640  1956  1997 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.facebook.services/shared_prefs/audit.xml: [<1: 0, <2: 0, <4: 6, <8: 13, <16: 36, <32: 44, <64: 19, <128: 10, <256: 3, <512: 2, <1024: 4, <2048: 4, <4096: 3, <8192: 0, <16384: 0, >=16384: 1]
11-30 15:19:59.641 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.bixby.plmsync
11-30 15:19:59.642 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.homemode
11-30 15:19:59.642 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.visionintelligence
11-30 15:19:59.643 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.app.social
11-30 15:19:59.643 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.app.reminder
11-30 15:19:59.646 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.sec.mhs.smarttethering
11-30 15:19:59.647 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.dialer
11-30 15:19:59.647 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.fhub
11-30 15:19:59.649 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.app.highlightplayer
11-30 15:19:59.776  3775  4202 D SsacManager: updateSSACInfo[1] : Voice(-1:0) Video(-1:0)
11-30 15:19:59.776  3775  4202 D SsacManager: Voice Call updateSSACInfo[1] : f[100], t[0]
11-30 15:19:59.777  3775  4202 D SsacManager: Video Call updateSSACInfo[1] : f[100], t[0]
11-30 15:19:59.826  3470  3642 I System.out: Broadcasting: Intent { act=com.sec.intent.action.SARDEVICE_CP flg=0x10000000 (has extras) }
11-30 15:19:59.830  2985  3002 I zygote  : Successfully killed process cgroup uid 15010117 pid 26109 in 22ms
11-30 15:19:59.846  2985  3002 I zygote  : Successfully killed process cgroup uid 15010078 pid 25975 in 15ms
11-30 15:19:59.854  3470  3642 I System.out: Broadcasting: Intent { act=com.sec.android.LTE_CA_PARAMETER flg=0x10000000 (has extras) }
11-30 15:19:59.874  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228233 RxPkts=4187585 TxBytes=586824050 RxBytes=4502466928 , Foreground uid=1001 pkgName=com.samsung.android.incallui txBytes=0 rxBytes=0
11-30 15:19:59.912  2985  3024 I PhoneAccountRegistrar: SimCallManager queried, returning: null
11-30 15:19:59.914 26985 27116 W fb4a.AppInitScheduler|Run:   Finished GraphServiceEagerInit in 2798ms
11-30 15:19:59.914 26985 27116 W fb4a.AppInitScheduler|Run: All work finished.
11-30 15:19:59.963 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.app.spage
11-30 15:19:59.963  2605  3073 I Sensors : AccelerometerSensor:readAccEvents: events dropped (mEnabled=1)
11-30 15:19:59.964  2605  3073 I Sensors : AccelerometerSensor:readAccEvents: events dropped (mEnabled=1)
11-30 15:19:59.965 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.bixby.agent
11-30 15:19:59.966 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.bixby.plmsync
11-30 15:19:59.967 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.homemode
11-30 15:19:59.968 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.visionintelligence
11-30 15:19:59.968 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.app.social
11-30 15:19:59.968 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.app.reminder
11-30 15:19:59.971 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.sec.mhs.smarttethering
11-30 15:19:59.972 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.dialer
11-30 15:19:59.972  2985  4271 D AudioService: isEnabled
11-30 15:19:59.972 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.fhub
11-30 15:19:59.973 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.app.highlightplayer
11-30 15:19:59.997 20330 20330 I zygote  : Explicit concurrent copying GC freed 14(32KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2MB/5MB, paused 193us total 70.122ms
11-30 15:20:00.099 27398 27398 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10026
11-30 15:20:00.107 27398 27398 D Proxy   : mdoP is null: 10026
11-30 15:20:00.192  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:20:00.201  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:20:00.219 26886 27004 W System.err: java.util.concurrent.TimeoutException
11-30 15:20:00.257 26886 27004 W System.err: 	at com.android.volley.toolbox.RequestFuture.doGet(RequestFuture.java:124)
11-30 15:20:00.257 26886 27004 W System.err: 	at com.android.volley.toolbox.RequestFuture.get(RequestFuture.java:100)
11-30 15:20:00.257 26886 27004 W System.err: 	at com.lbe.parallel.fc$1.run(ApiClient.java:430)
11-30 15:20:00.257 26886 27004 W System.err: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:20:00.273  2985  4489 I PhoneAccountRegistrar: SimCallManager queried, returning: null
11-30 15:20:00.299  3470  3482 V TP/MmsSmsDatabaseHelper: updateThreadView(): sUpgradeVersion = 0, db.getVersion() = 252
11-30 15:20:00.308 27398 27398 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:20:00.310  3470  3482 V TP/MmsSmsDatabaseHelper: updateImThreadMessageType threadId = 9223372036854775807
11-30 15:20:00.312  3470  3482 V TP/MmsSmsDatabaseHelper: updateThread(): end, affectedRows = 0
11-30 15:20:00.312  3470  3482 D TP/MmsSmsProvider: delete URI_CONVERSATIONS_MESSAGES affectedRows=0
11-30 15:20:00.312  3470  3482 D TP/MmsSmsProvider: delete(): match=1, threadId=9223372036854775807, elapsed=2936.601 ms
11-30 15:20:00.317 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:20:00.333 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:20:00.343  3775  3775 D SessionModule: call state is changed.0
11-30 15:20:00.345  3775  4091 D ImsIconManager<1>: call state is changed to [0]
11-30 15:20:00.347  3775  4111 D VolteServiceModule: onCallStateChanged: state 0
11-30 15:20:00.357  3775  4111 D RegiMgrBase: updateTelephonyCallStatus: 0
11-30 15:20:00.358  3775  4091 D RegiMgrBase: handleMessage: TELEPHONY_CALL_STATUS_CHANGED
11-30 15:20:00.358  3775  4091 D RegiMgrBase<1>: onTelephonyCallStatusChanged: 0
11-30 15:20:00.363  3775  4111 D ConfigModule<1>: updateTelephonyCallStatus: 0
11-30 15:20:00.372  3775  4091 D ConfigModule<1>: message: 15
11-30 15:20:00.372  3775  4091 D ConfigModule<1>: onTelephonyCallStatusChanged: 0
11-30 15:20:00.372  3775  4091 D RegiMgrBase: handleMessage: DO_PENDING_UPDATE_REGISTRATION
11-30 15:20:00.372  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:20:00.372  3775  4091 D RegiMgrBase: handleMessage: TRY_REGISTER
11-30 15:20:00.372  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1195, previously 2540
11-30 15:20:00.372  3775  4091 D RegiMgrBase<1>: tryRegister:
11-30 15:20:00.372  3775  4091 D RegiMgrBase<1>: pendingHasEmergencyTask:
11-30 15:20:00.388  3775  4091 D RegiMgrBase<0>: RegisterTask(s): Nothing!
11-30 15:20:00.388  3775  4091 D RegiMgrBase<1>: RegisterTask(s): Telkomsel VoLTE (IDLE)
11-30 15:20:00.388  3775  4091 D RegiMgrBase<1>: isRcsforEur:
11-30 15:20:00.388  3775  4091 D RegiMgrBase<1>: checkEmergencyTask:
11-30 15:20:00.389  3775  4091 D RegiMgrBase<1>: isReadyToDualRegister : true - Non DSDS_DI
11-30 15:20:00.420  3775  4091 D RegiMgrBase<1>: tryRegister(task) id: 269, name: Telkomsel VoLTE
11-30 15:20:00.426  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:20:00.434  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2546, previously 2540
11-30 15:20:00.435  3470  3482 D TP/MmsSmsProvider: need read changed broadcast:false
11-30 15:20:00.436  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1442, previously 4566
11-30 15:20:00.436  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 383, previously 2136
11-30 15:20:00.442  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:00.442  3775  4091 D ImsUtil : getAirplaneModeStatus: false
11-30 15:20:00.443  2985  2985 W ResourceType: For resource 0x7f130c16, entry index(3094) is beyond type entryCount(1442)
11-30 15:20:00.443  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:20:00.443  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:20:00.445  3775  4091 D ImsProfile: isRttSupportByCallApp : false ttyType : 1
11-30 15:20:00.445  3775  4091 D RegiMgrBase<1>: getHigherPriorityRegiedTask:
11-30 15:20:00.445  3775  4091 D Mno     : fromName: Telkomsel_ID
11-30 15:20:00.445  3775  4091 D Mno     : fromName: found mno : Telkomsel_ID, ID
11-30 15:20:00.446  2985  2985 W ResourceType: For resource 0x7f1305f2, entry index(1522) is beyond type entryCount(1442)
11-30 15:20:00.446  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:20:00.446  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:20:00.448  3775  4091 D PdnController<1>: isNetworkAvailable: 
11-30 15:20:00.449  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:00.449  3775  4091 D ImsUtil : getAirplaneModeStatus: false
11-30 15:20:00.449  3775  4091 D RegiMgrBase<1>: findBestNetwork: UMTS
11-30 15:20:00.449  3775  4091 D RegiMgrBase<1>: getTelephonyCallStatus:
11-30 15:20:00.456  2985  2985 W ResourceType: For resource 0x7f130824, entry index(2084) is beyond type entryCount(1442)
11-30 15:20:00.456  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:20:00.456  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:20:00.466 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:00.466 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:20:00.485 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:00.485 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:20:00.519 26985 27308 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:20:00.519  2680  2680 E audit   : type=1400 audit(1638260400.506:39906): avc:  denied  { read } for  pid=27308 comm="AppInit7" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:20:00.519 26985 27308 E nightwatch-target: sysmeminfo parse failed
11-30 15:20:00.519  2680  2680 E audit   : type=1300 audit(1638260400.506:39906): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8560334 a2=20000 a3=0 items=0 ppid=2693 pid=27308 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit7" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:20:00.519  2680  2680 E audit   : type=1327 audit(1638260400.506:39906): proctitle="com.facebook.katana"
11-30 15:20:00.529  3775  4091 D RegiGvnSea: isReadyToRegister: Not LTE area
11-30 15:20:00.529  3775  4091 D RegiMgrBase: tryRegister: isReadyToRegister = false
11-30 15:20:00.529  3775  4091 E #IMSREGI: NOT_TRIGGERED : DATA_RAT_IS_NOT_LTE(1, Telkomsel VoLTE) 
11-30 15:20:00.770  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:20:00.770  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:20:00.770  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:20:00.801 26985 27357 D cloudgaminginterceptor: request intercepted: url=http://portal.fb.com/mobile/status.php
11-30 15:20:00.801 26985 27357 D relenginterceptor: RELENG rewrite skipped, config is disabled.
11-30 15:20:00.801 26985 27357 D defcontigonrelayernative: DefconTigonDelayer starting
11-30 15:20:00.801 26985 27357 D defcontigonrelayernative: DefconTigonDelayer skipped, config is disabled.
11-30 15:20:00.805  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.091756 0.059855 9.661801 0.000000 0.000000 0.000000 8 51 20
11-30 15:20:00.805  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:20:00.817  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:20:00.861 26930 27060 W AudioCapabilities: Unsupported mime audio/x-ima
11-30 15:20:00.868 26930 27060 W AudioCapabilities: Unsupported mime audio/mpeg-L1
11-30 15:20:00.868 26930 27060 W AudioCapabilities: Unsupported mime audio/mpeg-L2
11-30 15:20:00.872 26930 27060 W AudioCapabilities: Unsupported mime audio/x-ms-wma
11-30 15:20:01.019 26930 27060 W VideoCapabilities: Unsupported mime video/mp43
11-30 15:20:01.026 26930 27060 W VideoCapabilities: Unrecognized profile/level 1/32 for video/mp4v-es
11-30 15:20:01.026 26930 27060 W VideoCapabilities: Unrecognized profile/level 32768/2 for video/mp4v-es
11-30 15:20:01.026 26930 27060 W VideoCapabilities: Unrecognized profile/level 32768/64 for video/mp4v-es
11-30 15:20:01.029 26930 27060 W VideoCapabilities: Unsupported mime video/wvc1
11-30 15:20:01.030  3510  3660 D NetworkController.MobileSignalController(1/3): onCallStateChanged: state=0
11-30 15:20:01.030  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 3
11-30 15:20:01.032 26930 27060 W VideoCapabilities: Unsupported mime video/wvc1
11-30 15:20:01.045 26930 27060 W VideoCapabilities: Unsupported mime video/x-ms-wmv7
11-30 15:20:01.047 26930 27060 W VideoCapabilities: Unsupported mime video/x-ms-wmv8
11-30 15:20:01.065 26930 27060 I VideoCapabilities: Unsupported profile 4 for video/mp4v-es
11-30 15:20:01.182  3510  3510 E SignalClusterView: setSlotFocusVisible : subId 3 visible false
11-30 15:20:01.183  3510  3510 E SignalClusterView: setSlotFocusVisible : subId 3 visible false
11-30 15:20:01.202 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:20:01.236 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:20:01.247  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2002, previously 2011
11-30 15:20:01.247  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2773, previously 2855
11-30 15:20:01.248  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 193, previously 1221
11-30 15:20:01.366 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:01.366 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:20:01.384 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:01.385 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:20:01.388 26886 27068 E Ads     : Fail to get isAdIdFakeForDebugLogging
11-30 15:20:01.388 26886 27068 E Ads     : java.io.IOException: java.util.concurrent.TimeoutException: Timed out waiting for the service connection
11-30 15:20:01.388 26886 27068 E Ads     : 	at com.google.android.gms.ads.identifier.d.d(:com.google.android.gms.policy_ads_fdr_dynamite@213806100@213806100000.397311113.397311113:20)
11-30 15:20:01.388 26886 27068 E Ads     : 	at com.google.android.gms.ads.internal.util.c.a(:com.google.android.gms.policy_ads_fdr_dynamite@213806100@213806100000.397311113.397311113:3)
11-30 15:20:01.388 26886 27068 E Ads     : 	at com.google.android.gms.ads.internal.util.a.run(:com.google.android.gms.policy_ads_fdr_dynamite@213806100@213806100000.397311113.397311113:0)
11-30 15:20:01.388 26886 27068 E Ads     : 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457)
11-30 15:20:01.388 26886 27068 E Ads     : 	at bhz.a(:com.google.android.gms.policy_ads_fdr_dynamite@213806100@213806100000.397311113.397311113:0)
11-30 15:20:01.388 26886 27068 E Ads     : 	at bhl.run(:com.google.android.gms.policy_ads_fdr_dynamite@213806100@213806100000.397311113.397311113:3)
11-30 15:20:01.388 26886 27068 E Ads     : 	at bia.run(:com.google.android.gms.policy_ads_fdr_dynamite@213806100@213806100000.397311113.397311113:0)
11-30 15:20:01.388 26886 27068 E Ads     : 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:20:01.388 26886 27068 E Ads     : 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:20:01.388 26886 27068 E Ads     : 	at java.lang.Thread.run(Thread.java:764)
11-30 15:20:01.388 26886 27068 E Ads     : Caused by: java.util.concurrent.TimeoutException: Timed out waiting for the service connection
11-30 15:20:01.388 26886 27068 E Ads     : 	at com.google.android.gms.ads.identifier.d.d(:com.google.android.gms.policy_ads_fdr_dynamite@213806100@213806100000.397311113.397311113:19)
11-30 15:20:01.388 26886 27068 E Ads     : 	... 9 more
11-30 15:20:01.388 26886 27068 W Ads     : Update ad debug logging enablement as false
11-30 15:20:01.506 20330 20330 I zygote  : Explicit concurrent copying GC freed 23(32KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2MB/5MB, paused 207us total 74.574ms
11-30 15:20:01.527 26985 27308 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:20:01.527 26985 27308 E nightwatch-target: sysmeminfo parse failed
11-30 15:20:01.527  2680  2680 E audit   : type=1400 audit(1638260401.516:39907): avc:  denied  { read } for  pid=27308 comm="AppInit7" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:20:01.527  2680  2680 E audit   : type=1300 audit(1638260401.516:39907): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8560334 a2=20000 a3=0 items=0 ppid=2693 pid=27308 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit7" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:20:01.527  2680  2680 E audit   : type=1327 audit(1638260401.516:39907): proctitle="com.facebook.katana"
11-30 15:20:01.594  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 98, previously 597
11-30 15:20:01.594  2985  2985 W ResourceType: Found multiple library tables, ignoring...
11-30 15:20:01.594  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 6282, previously 6446
11-30 15:20:01.597  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 198, previously 1867
11-30 15:20:01.597  2985  2985 W ResourceType: Found multiple library tables, ignoring...
11-30 15:20:01.608  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f080279
11-30 15:20:01.608  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f13050b
11-30 15:20:01.608  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f13050b
11-30 15:20:01.610  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f080275
11-30 15:20:01.610  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f130509
11-30 15:20:01.610  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f130509
11-30 15:20:01.610  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f080277
11-30 15:20:01.610  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f13050a
11-30 15:20:01.610  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f13050a
11-30 15:20:01.845  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.108515 0.050278 9.617508 0.000000 0.000000 0.000000 8 51 20
11-30 15:20:01.845  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:20:01.917  2985  2985 D PackageManager: Shame on you for calling the hidden API queryBroadcastReceivers(). Shame!
11-30 15:20:01.929  2985  2985 V ApplicationPolicy: refresh widget status with providers for user 0
11-30 15:20:01.938 26930 27099 W YouTube : Invalid playback type; streaming data is not playable
11-30 15:20:01.951 26930 27099 I chatty  : uid=10161(com.google.android.youtube) identical 1 line
11-30 15:20:01.969 26930 27099 W YouTube : Invalid playback type; streaming data is not playable
11-30 15:20:01.976  2985  2985 W ResourceType: For resource 0x7f130fe2, entry index(4066) is beyond type entryCount(1442)
11-30 15:20:01.987  2985  2985 W ResourceType: For resource 0x7f130fe3, entry index(4067) is beyond type entryCount(1442)
11-30 15:20:01.994 26930 27099 W YouTube : Invalid playback type; streaming data is not playable
11-30 15:20:02.105 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:20:02.121 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:20:02.266 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:02.266 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:20:02.284 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:02.284 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:20:02.535 26985 27308 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:20:02.535 26985 27308 E nightwatch-target: sysmeminfo parse failed
11-30 15:20:02.535  2680  2680 E audit   : type=1400 audit(1638260402.516:39908): avc:  denied  { read } for  pid=27308 comm="AppInit7" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:20:02.535  2680  2680 E audit   : type=1300 audit(1638260402.516:39908): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8560334 a2=20000 a3=0 items=0 ppid=2693 pid=27308 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit7" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:20:02.535  2680  2680 E audit   : type=1327 audit(1638260402.516:39908): proctitle="com.facebook.katana"
11-30 15:20:02.748 26985 27373 I CameraManagerGlobal: Connecting to camera service
11-30 15:20:02.748  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:20:02.748  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:20:02.795 26985 27373 D VendorTagDescriptor: addVendorDescriptor: vendor tag id 3854507339 added
11-30 15:20:02.880  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:20:02.885  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.102530 0.075417 9.651027 0.000000 0.000000 0.000000 8 51 20
11-30 15:20:02.885  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:20:02.902  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:20:02.933  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2711, previously 2714
11-30 15:20:02.947  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 312, previously 1787
11-30 15:20:03.007 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:20:03.007 20330 20330 I zygote  : Explicit concurrent copying GC freed 23(32KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2MB/5MB, paused 304us total 72.522ms
11-30 15:20:03.024 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:20:03.147 26985 27455 I zygote  : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
11-30 15:20:03.164 26985 27368 W zygote  : Verification of java.lang.Object X.1or.A1x(android.content.Context, X.3Kr, java.lang.Object[], int, int) took 4.196s
11-30 15:20:03.166 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:03.167 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:20:03.184 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:03.184 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:20:03.452 26985 27368 W zygote  : Verification of java.lang.Object X.1or.A1z(X.3Kr, java.lang.Object[], int) took 283.509ms
11-30 15:20:03.543 26985 27308 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:20:03.543  2680  2680 E audit   : type=1400 audit(1638260403.526:39909): avc:  denied  { read } for  pid=27308 comm="AppInit7" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:20:03.543 26985 27308 E nightwatch-target: sysmeminfo parse failed
11-30 15:20:03.543  2680  2680 E audit   : type=1300 audit(1638260403.526:39909): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c8560334 a2=20000 a3=0 items=0 ppid=2693 pid=27308 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="AppInit7" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:20:03.543  2680  2680 E audit   : type=1327 audit(1638260403.526:39909): proctitle="com.facebook.katana"
11-30 15:20:03.648 26985 27368 W zygote  : Verification of java.lang.Object X.1or.A22(X.3Kr, java.lang.Object[], int) took 166.710ms
11-30 15:20:03.910 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:20:03.925  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.114501 0.092177 9.576807 0.000000 0.000000 0.000000 8 51 20
11-30 15:20:03.925  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:20:03.926 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:20:04.066 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:04.066 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:20:04.084 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:04.084 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:20:04.156  2697 21290 V APM_AudioPolicyManager: listAudioPorts() role 0 type 0 num_ports 0 ports 0xf2199478
11-30 15:20:04.156  2697 21290 V APM_AudioPolicyManager: listAudioPorts() got 0 ports needed 8
11-30 15:20:04.156  2697 21290 V APM_AudioPolicyManager: listAudioPorts() role 0 type 0 num_ports 8 ports 0xefc77000
11-30 15:20:04.157  2697 21290 V APM_AudioPolicyManager: listAudioPorts() got 8 ports needed 8
11-30 15:20:04.205  2985  4272 E IPCThreadState: binder thread pool (31 threads) starved for 804 ms
11-30 15:20:04.205  2985  3137 D AudioService: isEnabled
11-30 15:20:04.208  2985  3137 D AudioService: isEnabled
11-30 15:20:04.287  3470  3949 E ImsAdaptorImpl2: setSSACInfo : ImsAdaptorImpl.
11-30 15:20:04.288  3775  3786 D SsacManager: updateSSACInfo[1] : Voice(-1:0) Video(-1:0)
11-30 15:20:04.289  3775  3786 D SsacManager: Voice Call updateSSACInfo[1] : f[100], t[0]
11-30 15:20:04.289  3775  3786 D SsacManager: Video Call updateSSACInfo[1] : f[100], t[0]
11-30 15:20:04.293  3470  3642 I System.out: Broadcasting: Intent { act=com.sec.android.LTE_CA_PARAMETER flg=0x10000000 (has extras) }
11-30 15:20:04.300  2985  4271 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.communicationservice user:0
11-30 15:20:04.301  2985  4271 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:20:04.302  2985  4271 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.communicationservice user:0
11-30 15:20:04.302  2985  4271 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:20:04.450  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:20:04.488 27398 27409 W zygote  : Suspending all threads took: 108.546ms
11-30 15:20:04.512 27475 27475 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:20:04.529 27475 27475 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:20:04.531 27475 27475 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.android.communicationservice 
11-30 15:20:04.571 20330 20330 I zygote  : Explicit concurrent copying GC freed 22(32KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2MB/5MB, paused 214us total 78.292ms
11-30 15:20:04.607 16033 16033 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.instantapps.START pkg=com.google.android.gms }
11-30 15:20:04.637  2985  4102 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.socialwifi.detection.SocialWifiDetectorActivity newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:20:04.645  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228233 RxPkts=4187585 TxBytes=586826181 RxBytes=4502471627 , Foreground uid=1001 pkgName=com.samsung.android.incallui txBytes=0 rxBytes=0
11-30 15:20:04.659 27264 27395 D Mms/Conversation: [CONVCHANNEL] deleteConversation, syncThreadWithTP 9223372036854775807
11-30 15:20:04.708  2985  2985 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:04.715  2985  2985 I PersonaManagerService::Proxy: newPackage is com.google.android.apps.docs
11-30 15:20:04.729 26886 26886 D ConnectivityManager: requestNetwork; CallingUid : 10227, CallingPid : 26886
11-30 15:20:04.737 19115 19264 I WorkerManager: dispose()
11-30 15:20:04.741  3510  3660 D Tile.WifiTile: handleUpdateState enabled  = true
11-30 15:20:04.747  2985  2985 D RCPManagerService: PackageReceiver onReceive()
11-30 15:20:04.750 19115 19264 W A       : Task z[notify global states on preference changed] was queued for 1467ms before starting on executor EventBus
11-30 15:20:04.767  2985  5081 D AudioService: isEnabled
11-30 15:20:04.812 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:20:04.822  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 0: now com.samsung.android.contacts
11-30 15:20:04.829 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:20:04.835  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 150: now null
11-30 15:20:04.843  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:04.843  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:04.843  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:04.843  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:04.843  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:04.843  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:04.844  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=5238}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:04.844  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=5238}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:04.844  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=5238}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:04.844  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:04.844  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:04.844  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:04.844  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:04.844  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:04.844  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:04.844  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:04.844  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:04.844  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:04.844  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:04.844  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:04.844  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:04.885 26930 27441 W zygote  : Unsupported class loader
11-30 15:20:04.903 26841 27208 W CelloCake: [CELLO_TASK_RUNNER_MONITORf1b2ec50-0] [Account=f1b2ec50] 2 tasks running slow
11-30 15:20:04.918 26930 27441 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:20:04.924  3470  3844 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd0066340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:04.925  3470  3844 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd0066340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:04.947 27264 27264 D Mms:transaction: roaming -> false (slotId = 0)
11-30 15:20:04.947 27264 27264 D Mms:transaction: [NotificationTransaction] getAutoDownloadState simSlot : 0
11-30 15:20:04.965  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.085770 0.098162 9.763555 0.000000 0.000000 0.000000 8 51 20
11-30 15:20:04.965  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:20:04.966 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:04.967 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1
11-30 15:20:04.971 27264 27264 D Mms:transaction: isIgnoreNationalRoaming() = false
11-30 15:20:04.971 27264 27264 D Mms:transaction: auto download without roaming -> false
11-30 15:20:04.972 26841 27208 W CelloCake: [CELLO_TASK_RUNNER_MONITORf1b2ec50-0] [Account=f1b2ec50:Task=181366296]Slow task still running after 12s. fetchRootStableId(request=# com.google.apps.drive.dataservice.GetStableIdRequest@4b1bec5a){account=f1b2ec50, submitTimeMs=458696472, startTimeMs=458696472, waitTimeMs=0, not completed, timedOut}
11-30 15:20:04.972 26841 27208 W CelloCake: [CELLO_TASK_RUNNER_MONITORf1b2ec50-0] [Account=f1b2ec50:Task=208494705]Slow task still running after 12s. getObserverManager(){account=f1b2ec50, submitTimeMs=458696534, not started, timedOut}
11-30 15:20:04.973  3470  3844 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd0066340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:04.973  3470  3844 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd0066340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:04.974 27264 27264 D Mms:transaction: roaming -> false (slotId = 1)
11-30 15:20:04.974 27264 27264 D Mms:transaction: [NotificationTransaction] getAutoDownloadState simSlot : 1
11-30 15:20:04.974 27264 27264 D Mms:transaction: isIgnoreNationalRoaming() = false
11-30 15:20:04.975 27264 27264 D Mms:transaction: auto download without roaming slot2 -> false
11-30 15:20:04.975 27264 27264 D Mms:transaction: mAutoDownload ------> false
11-30 15:20:04.984 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:04.984 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2
11-30 15:20:05.015 27264 27264 D Mms:transaction: mAutoDownloadSlot2 ------> false
11-30 15:20:05.015 27264 27264 D Mms:transaction: DownloadManager.init() done
11-30 15:20:05.015 27264 27264 D Mms/MmsApp: getImsManager create a ImsManager
11-30 15:20:05.019  2985  2985 D InputManager: received SARDEVICE_CP, callAction = off deviceID = 1 cableConnection = 0 option = NONE slot = 1 mSARState0
11-30 15:20:05.019  4604  4604 D LauncherAppWidgetHost: onProvidersChanged
11-30 15:20:05.035  2985  2985 D InputManager: not found sec_touchkey sar_enable file
11-30 15:20:05.035  2985  2985 D InputManager: enableDeviceForBackOff deviceID:0 deviceValue:0 mIsValidIntentForWifi:false
11-30 15:20:05.036  4604  4977 D WidgetLoader: start loading
11-30 15:20:05.048  2985  2985 D MotionRecognitionService:   mReceiver.onReceive :CALL_ACTION_CHANGED : SARDEVICE_CP, callAction = off deviceID = 1 slot = 1
11-30 15:20:05.048  2985  2985 W MotionRecognitionService: SAR_GRIP off
11-30 15:20:05.050  2985  2985 D MotionRecognitionService: disableGripSensor : Enabled false  slot 0 (false)
11-30 15:20:05.050  2985  2985 D MotionRecognitionService: mSarGripSlot is 0
11-30 15:20:05.051  3470  3844 I System.out: Broadcast completed: result=0
11-30 15:20:05.051  3470 27634 I System.out: Broadcast completed: result=0
11-30 15:20:05.065 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.PHONE_STATE
11-30 15:20:05.088 26930 27441 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:20:05.089 21839 21839 D PowerPlanningReceiver: handlePhoneStateChanged: RINGING
11-30 15:20:05.094 26930 27441 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:20:05.104  2985  4272 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10161 ,Container id: 0
11-30 15:20:05.105  2985  4272 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10161 ,Container id: 0
11-30 15:20:05.105  2985  4272 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:05.105 21839 21839 D PowerPlanningReceiver: getHandler: Handler (com.samsung.android.app.powerplanning.service.PowerPlanningService$12) {c120f8f}
11-30 15:20:05.108 21839 21839 D PowerPlanningService: handleMessage: 302
11-30 15:20:05.116  3470  3470 D CarrierSvcBindHelper: No carrier app for: 0
11-30 15:20:05.118  3470  3470 D CarrierSvcBindHelper: No carrier app for: 1
11-30 15:20:05.139  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5002 ,Container id: 0
11-30 15:20:05.140  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5002 ,Container id: 0
11-30 15:20:05.140  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:05.143  4604  4977 D LauncherAWProviderInfo: GSA replace initialLayout. 
11-30 15:20:05.145  3470  3949 E ImsAdaptorImpl2: setSSACInfo : ImsAdaptorImpl.
11-30 15:20:05.148  3775  3786 D SsacManager: updateSSACInfo[1] : Voice(-1:0) Video(-1:0)
11-30 15:20:05.148  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5002 ,Container id: 0
11-30 15:20:05.148  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5002 ,Container id: 0
11-30 15:20:05.148  3775  3786 D SsacManager: Voice Call updateSSACInfo[1] : f[100], t[0]
11-30 15:20:05.148  3775  3786 D SsacManager: Video Call updateSSACInfo[1] : f[100], t[0]
11-30 15:20:05.148  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:05.153 27475 27475 D ActivityThread: Added TimaKeyStore provider
11-30 15:20:05.157 21839 21839 D PowerPlanningService: handleMessage: 308
11-30 15:20:05.159 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.PHONE_STATE
11-30 15:20:05.159 21839 21839 D PowerPlanningReceiver: handlePhoneStateChanged: RINGING
11-30 15:20:05.160 21839 21839 D PowerPlanningReceiver: getHandler: Handler (com.samsung.android.app.powerplanning.service.PowerPlanningService$12) {c120f8f}
11-30 15:20:05.160 21839 21839 D PowerPlanningService: handleMessage: 302
11-30 15:20:05.162 21839 21839 D PowerPlanningService: handleMessage: 308
11-30 15:20:05.163  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:org.telegram.messenger user:0
11-30 15:20:05.163  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:20:05.163  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:org.telegram.messenger user:0
11-30 15:20:05.163  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:20:05.180 27489 27489 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:20:05.183 27489 27489 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:20:05.184 27489 27489 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=org.telegram.messenger 
11-30 15:20:05.186  3470  3470 D Telephony: PstnCallNotifier: DISCONNECT
11-30 15:20:05.209  3470  3470 D Telephony: PstnCallNotifier: stopSignalInfoTone: Stopping SignalInfo tone player
11-30 15:20:05.257 27264 27264 D secImsManager[0]: Register Receiver for Restart
11-30 15:20:05.284  3470 27491 D Telephony: PstnCallNotifier: SignalInfoTonePlayer.run(toneId = 98)...
11-30 15:20:05.292  2697 21290 V APM_AudioPolicyManager: getOutput() device 1, stream 0, samplingRate 0, format 0, channelMask 3, flags 0
11-30 15:20:05.292  2697 21290 V APM_AudioPolicyManager: Set VoIP and Direct output flags for PCM format
11-30 15:20:05.293  2697 21290 V APM_AudioPolicyManager: selectOutput() commonFlags for output 13, 0000
11-30 15:20:05.293  3470  3949 E ImsAdaptorImpl2: setSSACInfo : ImsAdaptorImpl.
11-30 15:20:05.293  2697 21290 V APM_AudioPolicyManager: selectOutput() commonFlags for output 21, 0000
11-30 15:20:05.296  3775  3786 D SsacManager: updateSSACInfo[1] : Voice(-1:0) Video(-1:0)
11-30 15:20:05.296  3775  3786 D SsacManager: Voice Call updateSSACInfo[1] : f[100], t[0]
11-30 15:20:05.296  3775  3786 D SsacManager: Video Call updateSSACInfo[1] : f[100], t[0]
11-30 15:20:05.305  3470  3470 D Telephony: PstnCallNotifier: updatePhoneState : stopCallHoldTone
11-30 15:20:05.330 16067 16067 I zygote  : Deoptimizing boolean put.onUnbind(android.content.Intent) due to JIT inline cache
11-30 15:20:05.338  2985  2995 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.youtube cmp = androidx.work.impl.background.systemalarm.RescheduleReceiver newState = 1 callingPackage = 10161/com.google.android.youtube
11-30 15:20:05.339  3470  3470 D Telephony: TelephonyConnectionUtils: Not stopping call hold tone
11-30 15:20:05.340  3470 27491 D AudioTrack: createTrack_l() remove fast or raw flag of voip calls, stream=0, flags=100004
11-30 15:20:05.342  2697 21290 V APM_AudioPolicyManager: getOutputForAttr() usage=2, content=1, tag= flags=00000000 session 5393 selectedDeviceId 0
11-30 15:20:05.342  2697 21290 V APM_AudioPolicyManager: getOutputForAttr() device 0x1, samplingRate 48000, format 1, channelMask 1, flags 100008
11-30 15:20:05.342  2697 21290 V APM_AudioPolicyManager: Set VoIP and Direct output flags for PCM format
11-30 15:20:05.342  2697 21290 V APM_AudioPolicyManager: selectOutput() commonFlags for output 13, 0000
11-30 15:20:05.342  2697 21290 V APM_AudioPolicyManager: selectOutput() commonFlags for output 21, 0000
11-30 15:20:05.342  2697 21290 V APM_AudioPolicyManager:   getOutputForAttr() returns output 13 selectedDeviceId 1
11-30 15:20:05.346  3470  3470 D Telephony: GsmConnection: updateState
11-30 15:20:05.349  3470  3470 D PhoneUtils: isEncryptionMode : false
11-30 15:20:05.349  3470  3470 V Telephony: GsmConnection: TC@1_1 : Update state from INCOMING to DISCONNECTED for ...
11-30 15:20:05.349  3470  3470 V Telephony: GsmConnection: isOutgoingCSVideoCall : false - Ringbacktone Played : false
11-30 15:20:05.350  3470  3470 D Telephony: GsmConnection:  TelephonyConnection call.3rdParty set to 0 
11-30 15:20:05.365  2697 21290 I AudioFlinger: track setMixerOutFormat 1
11-30 15:20:05.366  3470 27491 I AudioTrack: FastTrack denied resize maxNoti fc 1924, new 960, enable throttle
11-30 15:20:05.366  3470 27491 D AudioTrack: Client defaulted notificationFrames to 960 for frameCount 3848
11-30 15:20:05.367  3470 27491 D Telephony: PstnCallNotifier: CallNotifier: mSignalInfoToneGenerator created when toneplay
11-30 15:20:05.368  3510  3617 D KeyguardUpdateMonitor: received broadcast android.intent.action.TIME_TICK
11-30 15:20:05.395  3470  3470 D DisconnectCauseUtil: toTelecomDisconnectCauseCode() - telephonyDisconnectCause : INCOMING_MISSED
11-30 15:20:05.395  3470  3470 D DisconnectCauseUtil: toTelecomDisconnectCauseLabel() - telephonyDisconnectCause : INCOMING_MISSED
11-30 15:20:05.397 27264 27264 D Mms/MmsApp: getImsManager onConnected()
11-30 15:20:05.400  3470  3470 V Telephony: GsmConnection: onStateChanged, state: DISCONNECTED
11-30 15:20:05.401  3470  3470 V Telephony: GsmConnection: isValidRingingCall, ringing call is not in ringing state
11-30 15:20:05.406 27264 27264 D Mms/MmsConfig: Precondition, check the model:isGlobalPwsFeatureEnabled : false
11-30 15:20:05.411  4604  4977 D WidgetLoader: enter wait
11-30 15:20:05.414  3470  3470 V Telephony: TelephonyConferenceController$1: onStateChange triggered in Conf Controller state = 6
11-30 15:20:05.414  3470  3470 D Telephony: TelephonyConferenceController: Recalculate conference calls
11-30 15:20:05.415  3470  3470 D Telephony: TelephonyConferenceController: not enough connections to be a conference!
11-30 15:20:05.415  3470  3470 V Telephony: TelephonyConferenceController: recalculateConferenceable : 1
11-30 15:20:05.415  3470  3470 D Telephony: TelephonyConferenceController: recalc -TC@1_1 : 6
11-30 15:20:05.415  3470  3470 V Telephony: TelephonyConferenceController: active: 0, holding: 0
11-30 15:20:05.415  3470  3470 D Telephony: TelephonyConferenceController: Recalculate conference calls
11-30 15:20:05.415  3470  3470 D Telephony: TelephonyConferenceController: not enough connections to be a conference!
11-30 15:20:05.416  3470  3470 V Telephony: TelephonyConferenceController: recalculateConferenceable : 1
11-30 15:20:05.416  3470  3470 D Telephony: TelephonyConferenceController: recalc -TC@1_1 : 6
11-30 15:20:05.416  3470  3470 V Telephony: TelephonyConferenceController: active: 0, holding: 0
11-30 15:20:05.419 27264 27264 D Mms:transaction: Service state changed: Bundle[mParcelledData.dataSize=1956]
11-30 15:20:05.421  3470  3470 V Telephony: GsmConnection: close
11-30 15:20:05.428 27264 27264 D Mms/MethodReflector: newFromBundle is called
11-30 15:20:05.428 27264 27264 D Mms:transaction: roaming ------> false, mSimSlot = 0
11-30 15:20:05.431  2985  2995 D ConnectionServiceWrapper: ConnectionService -> Telecom[com.android.phone/com.android.services.telephony.TelephonyConnectionService]: setStatusHints TC@1_1 null
11-30 15:20:05.434  3470  3844 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd0066340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:05.435  3470  3844 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd0066340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:05.437  2985  2995 D Call    : setStatusHints - do not update to avoid duplication of updateCall
11-30 15:20:05.439  2985  2995 D ConnectionServiceWrapper: ConnectionService -> Telecom[com.android.phone/com.android.services.telephony.TelephonyConnectionService]: setDisconnected TC@1_1 DisconnectCause [ Code: (MISSED) Label: () Description: () Reason: (INCOMING_MISSED) Tone: (-1) ]
11-30 15:20:05.443  3510  3510 D KeyguardServiceBoxContainer: refreshTime() 1
11-30 15:20:05.446 27264 27264 D Mms:transaction: roaming -> false (slotId = 0)
11-30 15:20:05.446 27264 27264 D Mms:transaction: [NotificationTransaction] getAutoDownloadState simSlot : 0
11-30 15:20:05.446 27264 27264 D Mms:transaction: isIgnoreNationalRoaming() = false
11-30 15:20:05.446 27264 27264 D Mms:transaction: auto download without roaming -> false
11-30 15:20:05.446 27264 27264 D Mms:transaction: mAutoDownload ------> false
11-30 15:20:05.447 27264 27264 D Mms/SimStateChangedReceiver: ACTION_SIM_STATE_CHANGED
11-30 15:20:05.447 27264 27264 D Mms/SimStateChangedReceiver: mSimStateReceiver(): simStatus = LOADED
11-30 15:20:05.457  2985  2995 D Adapter : disconnect call DisconnectCause [ Code: (MISSED) Label: () Description: () Reason: (INCOMING_MISSED) Tone: (-1) ] [TC@1, RINGING, com.android.phone/com.android.services.telephony.TelephonyConnectionService, 1*8, A, childs(0), has_parent(false), unknown, unknown [Capabilities: CAPABILITY_HOLD CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO CAPABILITY_SPEED_UP_MT_AUDIO CAPABILITY_CONTROL_WAITINGCALL] [Properties:]]
11-30 15:20:05.458  2985  2995 D TelecomAnalytics: setting disconnectCause for call TC@1 to DisconnectCause [ Code: (MISSED) Label: () Description: () Reason: (INCOMING_MISSED) Tone: (-1) ]
11-30 15:20:05.459 27264 27264 D Mms/TelephonyUtils: getMultiSimCardCapability : 0, 0
11-30 15:20:05.460  2985  2995 I Telecom : CallsManager : setCallState RINGING -> DISCONNECTED, call: [TC@1, RINGING, com.android.phone/com.android.services.telephony.TelephonyConnectionService, 1*8, A, childs(0), has_parent(false), unknown, unknown [Capabilities: CAPABILITY_HOLD CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO CAPABILITY_SPEED_UP_MT_AUDIO CAPABILITY_CONTROL_WAITINGCALL] [Properties:]]
11-30 15:20:05.461  2985  2995 V Call    : setState RINGING -> DISCONNECTED
11-30 15:20:05.461  2985  2995 D Call    : isRespondViaSmsCapable is no RINGING : 7
11-30 15:20:05.462  2985  2995 D Call    : maybeLoadCannedSmsResponses: doing nothing
11-30 15:20:05.462  2985  2995 D TelecomAnalytics: setting endTime for call TC@1 to 1638260405462
11-30 15:20:05.462  3470  3844 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd0066340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:05.463  3470  3844 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd0066340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:05.468 27264 27264 D Mms/TelephonyUtils: getMultiSimCardCapability slot1 : 1
11-30 15:20:05.469 27264 27264 D Mms/TelephonyUtils: simSlot0 avail = false
11-30 15:20:05.469  3470  3470 D Telephony: TelephonyConferenceController: Recalculate conference calls
11-30 15:20:05.469  3470  3470 D Telephony: TelephonyConferenceController: not enough connections to be a conference!
11-30 15:20:05.469  3470  3470 V Telephony: TelephonyConferenceController: recalculateConferenceable : 0
11-30 15:20:05.470  3470  3470 V Telephony: TelephonyConferenceController: active: 0, holding: 0
11-30 15:20:05.471  3470  3844 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd0066340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:05.471  3470  3470 V Telephony: GsmConnection: isValidRingingCall, phone is null
11-30 15:20:05.471  3470  3844 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd0066340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:05.471  3470  3470 D Telephony: GsmConnection: updateConnectionCapabilities forceUpdate = false
11-30 15:20:05.472  3470  3470 W SecCapabilitiesBuilder: connection is null
11-30 15:20:05.473 27264 27264 D Mms/TelephonyUtils: getMultiSimCardCapability slot2 : 1
11-30 15:20:05.474  2985  2995 V CallsManager: canAddCall mCalls.size : 1
11-30 15:20:05.475  3470  3470 D Telephony: TelephonyConnectionUtils: isAvailableAddUser - false
11-30 15:20:05.475  2985  2995 I CallsManager: isRinging()...false
11-30 15:20:05.475  3470  3470 D Telephony: TelephonyConnectionUtils: isAvailableManagerConference - false
11-30 15:20:05.475  2985  2995 I CallsManager: updatePhoneState: 0
11-30 15:20:05.475  2985  2995 I Telecom : CallsManager : onCallStateChanged
11-30 15:20:05.475  3470  3470 D Telephony: GsmConnection: updateConnectionCapabilities forceUpdate = false
11-30 15:20:05.475  3470  3470 W SecCapabilitiesBuilder: connection is null
11-30 15:20:05.475  2985  2995 V CallsManager: canAddCall mCalls.size : 1
11-30 15:20:05.476  3470  3470 D Telephony: TelephonyConnectionUtils: isAvailableAddUser - false
11-30 15:20:05.476  3470  3470 D Telephony: TelephonyConnectionUtils: isAvailableManagerConference - false
11-30 15:20:05.476  2985  2995 I Telecom : CallsManager : Notify com.android.server.telecom.InCallController@6b9024
11-30 15:20:05.476  2985  2995 V InCallController: onCallStateChanged: [TC@1, DISCONNECTED, com.android.phone/com.android.services.telephony.TelephonyConnectionService, 1*8, A, childs(0), has_parent(false), unknown, unknown [Capabilities: CAPABILITY_HOLD CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO CAPABILITY_SPEED_UP_MT_AUDIO CAPABILITY_CONTROL_WAITINGCALL] [Properties:]]
11-30 15:20:05.476  2985  2995 D Telecom :  InCallController : updateCall, call.getState() [7]  getPreviousState() [0]
11-30 15:20:05.477  2985  2995 I InCallController: Sending updateCall [TC@1, DISCONNECTED, com.android.phone/com.android.services.telephony.TelephonyConnectionService, 1*8, A, childs(0), has_parent(false), unknown, unknown [Capabilities: CAPABILITY_HOLD CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO CAPABILITY_SPEED_UP_MT_AUDIO CAPABILITY_CONTROL_WAITINGCALL] [Properties:]]
11-30 15:20:05.477  2985  2995 D Call    : isRespondViaSmsCapable is no RINGING : 7
11-30 15:20:05.478 27264 27264 D Mms/TelephonyUtils: isSRoamingVirtualSim() simSlot = 1 softSimState = default isVirtualSim = false
11-30 15:20:05.478 27264 27264 D Mms/TelephonyUtils: simSlot1 avail = true
11-30 15:20:05.478 27264 27264 D Mms/TelephonyUtils: getMultiSimCardCapability = 2
11-30 15:20:05.478 27264 27264 D Mms/SimStateChangedReceiver: mSimStateReceiver() LOADED simCap : 2
11-30 15:20:05.479  2985  2995 I InCallController: updateCall, callId[TC@1], state[7], areExtrasEqual[true]
11-30 15:20:05.480  3470  3844 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd0066340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:05.480  3470  3844 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd0066340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:05.491 27264 27264 D Mms/TelephonyUtils: getSubId from simSlot 1, return Value = 3
11-30 15:20:05.494  2985  2995 I InCallController: updateCall to InCallUI done / SecCallExtra :0[ForwardingPresentation,]1[IsEpdgW2L,false]2[Type,0]3[IsWifiCall,false]4[HDIcon,0]5[TelecomCallId,TC@1]6[audio_codec,AMR-NB]7[Domain,1]8[IsEpdgCall,false]9[ForwardingNumber,]10[IsVolteConference,false]11[IsMultiparty,false]
11-30 15:20:05.494  2985  2995 I InCallController: Components updated: [ComponentInfo{com.samsung.android.incallui/com.android.incallui.InCallServiceImpl}]
11-30 15:20:05.495  2985  2995 D TelecomUtilsAudio: initializeSpeakerState -1
11-30 15:20:05.495  2985  2995 D TelecomUtils: checkAndUpdateForAudio
11-30 15:20:05.495  2985  2995 D TelecomUtils: checkAndUpdateForAudio oldDomain:1 newDomain:1
11-30 15:20:05.495  2985  2995 D TelecomUtils: checkAndUpdateForAudio oldCallType:0 newCallType:0
11-30 15:20:05.495  2985  2995 I Telecom : CallsManager : Notify com.android.server.telecom.InCallWakeLockController@38f878d
11-30 15:20:05.496  2985  2995 I TelecomWakeLock: Releasing WakeLock with id: 26
11-30 15:20:05.496  2985  2995 I InCallWakeLockController: Releasing full wake lock
11-30 15:20:05.496  2985  2995 I Telecom : CallsManager : Notify com.android.server.telecom.StatusBarNotifier@377dd42
11-30 15:20:05.496  2985  2995 I Telecom : CallsManager : Notify com.android.server.telecom.calllog.SecCallLogManager@27f8153
11-30 15:20:05.498  2985  2995 D BikeModeUtils: sendBikeModeBroadcast - isBikeMode : false
11-30 15:20:05.499  2985  2995 I SecCallLogManager: onCallStateChanged: type : 3  disconnectcause : 5
11-30 15:20:05.504 26930 27441 W zygote  : Unsupported class loader
11-30 15:20:05.511  2985  2995 D SecCallLogManager: logNumber set to: 1*8
11-30 15:20:05.511  2985  2995 I SecCallLogManager: Country cache is null. Detecting Country and Setting Cache...
11-30 15:20:05.517  2985  3825 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10635 ,Container id: 0
11-30 15:20:05.518  2985  3825 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10635 ,Container id: 0
11-30 15:20:05.518  2985  3825 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:05.523  2985  3825 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10635 ,Container id: 0
11-30 15:20:05.524  2985  3825 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10635 ,Container id: 0
11-30 15:20:05.524  2985  3825 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:05.525 26930 27441 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:20:05.528 27489 27489 D ActivityThread: Added TimaKeyStore provider
11-30 15:20:05.562  3470  3470 D ImsAdaptorImpl2: onCallStateChanged: state 0
11-30 15:20:05.571 27264 27264 I Mms/TelephonyUtils: getSmsc pref_key_manage_smsc_address_sim2:+6281100
11-30 15:20:05.582  3470  3844 I System.out: Broadcast completed: result=0
11-30 15:20:05.606  3470  3470 D PhoneStateListenerBase: onCallStateChanged - subId : 3 / state : 0
11-30 15:20:05.606  3470  3470 D PhoneStateListenerBase: onCallStateChanged - subId : 3 / state : 0
11-30 15:20:05.607  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 13 99 -13 -200 -13 -200 -1 24 -87 -9 140 2 0 2147483647 0x4 P gsm|lte level=4
11-30 15:20:05.607  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 3
11-30 15:20:05.611  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 3 99 -3 -200 -3 -200 -1 4 -107 -16 -10 2 0 2147483647 0x4 P gsm|lte level=4
11-30 15:20:05.611  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 3
11-30 15:20:05.614  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 3 99 -3 -200 -3 -200 -1 99 -107 -16 -10 2 0 2147483647 0x3 P gsm|lte level=3
11-30 15:20:05.614  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 3
11-30 15:20:05.638  3470  3470 V Telephony: GsmConnection: MSG_PRECISE_CALL_STATE_CHANGED
11-30 15:20:05.638  3470  3470 D ImsResolver: maybeAddedImsService, packageName: com.google.android.apps.docs
11-30 15:20:05.640  2985  2995 W Binder  : Outgoing transactions from this process must be FLAG_ONEWAY
11-30 15:20:05.640  2985  2995 W Binder  : java.lang.Throwable
11-30 15:20:05.640  2985  2995 W Binder  : 	at android.os.BinderProxy.transact(Binder.java:769)
11-30 15:20:05.640  2985  2995 W Binder  : 	at android.content.ContentProviderProxy.query(ContentProviderNative.java:416)
11-30 15:20:05.640  2985  2995 W Binder  : 	at android.content.ContentResolver.query(ContentResolver.java:760)
11-30 15:20:05.640  2985  2995 W Binder  : 	at android.content.ContentResolver.query(ContentResolver.java:710)
11-30 15:20:05.640  2985  2995 W Binder  : 	at android.content.ContentResolver.query(ContentResolver.java:668)
11-30 15:20:05.640  2985  2995 W Binder  : 	at com.android.server.telecom.calllog.CallPlusManager.queryForCraneAvailability(CallPlusManager.java:202)
11-30 15:20:05.640  2985  2995 W Binder  : 	at com.android.server.telecom.calllog.CallPlusManager.executeComposerAuthTask(CallPlusManager.java:194)
11-30 15:20:05.640  2985  2995 W Binder  : 	at com.android.server.telecom.calllog.SecCallLogManager.logCall(SecCallLogManager.java:411)
11-30 15:20:05.640  2985  2995 W Binder  : 	at com.android.server.telecom.calllog.SecCallLogManager.logCall(SecCallLogManager.java:372)
11-30 15:20:05.640  2985  2995 W Binder  : 	at com.android.server.telecom.calllog.SecCallLogManager.logCall(SecCallLogManager.java:310)
11-30 15:20:05.640  2985  2995 W Binder  : 	at com.android.server.telecom.calllog.SecCallLogManager.logCall(SecCallLogManager.java:305)
11-30 15:20:05.640  2985  2995 W Binder  : 	at com.android.server.telecom.calllog.SecCallLogManager.onCallStateChanged(SecCallLogManager.java:285)
11-30 15:20:05.640  2985  2995 W Binder  : 	at com.android.server.telecom.CallsManager.setCallState(CallsManager.java:2960)
11-30 15:20:05.640  2985  2995 W Binder  : 	at com.android.server.telecom.CallsManager.markCallAsDisconnected(CallsManager.java:2409)
11-30 15:20:05.640  2985  2995 W Binder  : 	at com.android.server.telecom.ConnectionServiceWrapper$Adapter.setDisconnected(ConnectionServiceWrapper.java:217)
11-30 15:20:05.640  2985  2995 W Binder  : 	at com.android.internal.telecom.IConnectionServiceAdapter$Stub.onTransact(IConnectionServiceAdapter.java:160)
11-30 15:20:05.640  2985  2995 W Binder  : 	at android.os.Binder.execTransact(Binder.java:705)
11-30 15:20:05.648  3470 27507 D CallNotifier: SignalInfoTonePlayer.run(toneId = 98)...
11-30 15:20:05.648  2697 21290 V APM_AudioPolicyManager: getOutput() device 1, stream 0, samplingRate 0, format 0, channelMask 3, flags 0
11-30 15:20:05.648  2697 21290 V APM_AudioPolicyManager: Set VoIP and Direct output flags for PCM format
11-30 15:20:05.648  2697 21290 V APM_AudioPolicyManager: selectOutput() commonFlags for output 13, 0000
11-30 15:20:05.648  2697 21290 V APM_AudioPolicyManager: selectOutput() commonFlags for output 21, 0000
11-30 15:20:05.658  3470 27507 D AudioTrack: createTrack_l() remove fast or raw flag of voip calls, stream=0, flags=100004
11-30 15:20:05.658  2697 21290 V APM_AudioPolicyManager: getOutputForAttr() usage=2, content=1, tag= flags=00000000 session 5401 selectedDeviceId 0
11-30 15:20:05.658  2697 21290 V APM_AudioPolicyManager: getOutputForAttr() device 0x1, samplingRate 48000, format 1, channelMask 1, flags 100008
11-30 15:20:05.658  2697 21290 V APM_AudioPolicyManager: Set VoIP and Direct output flags for PCM format
11-30 15:20:05.658  2697 21290 V APM_AudioPolicyManager: selectOutput() commonFlags for output 13, 0000
11-30 15:20:05.658  2697 21290 V APM_AudioPolicyManager: selectOutput() commonFlags for output 21, 0000
11-30 15:20:05.658  2697 21290 V APM_AudioPolicyManager:   getOutputForAttr() returns output 13 selectedDeviceId 1
11-30 15:20:05.659  2697 21290 I AudioFlinger: track setMixerOutFormat 1
11-30 15:20:05.659  3470 27507 I AudioTrack: FastTrack denied resize maxNoti fc 1924, new 960, enable throttle
11-30 15:20:05.659  3470 27507 D AudioTrack: Client defaulted notificationFrames to 960 for frameCount 3848
11-30 15:20:05.659  3470 27507 D CallNotifier: CallNotifier: mSignalInfoToneGenerator created when toneplay
11-30 15:20:05.670  3775  3786 D ConfigProvider: query uri:xxxxx
11-30 15:20:05.671  3510  3660 D NetworkController.MobileSignalController(1/3): onServiceStateChanged voiceState=0 dataState=0
11-30 15:20:05.672  3775  4111 D ImsPhoneStateManager<1>: onServiceStateChanged E
11-30 15:20:05.672  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:20:05.672  3775  4091 D ImsPhoneStateManager<1>: onServiceStateChanged E
11-30 15:20:05.672  3775  4111 D ImsPhoneStateManager<1>: onServiceStateChanged X
11-30 15:20:05.672  3775  4091 D ImsPhoneStateManager<1>: onServiceStateChanged X
11-30 15:20:05.672  3775  4111 D VolteServiceModule: onServiceStateChanged({mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=14(LTE), mRilDataRadioTechnology=14(LTE), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=2, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=IN_SERVICE, MobileVoiceRat=LTE, MobileData=IN_SERVICE, MobileDataRoamingType=home, MobileDataRat=LTE PsOnly=false FemtocellInd=0, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0})
11-30 15:20:05.672  3775  4091 D PdnController<1>: onServiceStateChanged({mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=14(LTE), mRilDataRadioTechnology=14(LTE), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=2, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=IN_SERVICE, MobileVoiceRat=LTE, MobileData=IN_SERVICE, MobileDataRoamingType=home, MobileDataRat=LTE PsOnly=false FemtocellInd=0, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0})
11-30 15:20:05.672  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:05.672  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:05.673  3775  4091 D PdnController: Default Phone Id = :1
11-30 15:20:05.674  3775  4091 D PdnController: No Mobile Data Connected = :
11-30 15:20:05.674  3775  4091 D PdnController<1>: Prev Mobile Connected=: falsenew MobileConnected=:false
11-30 15:20:05.674  3775  4091 D PdnController<1>: notifyDataConnectionState
11-30 15:20:05.674  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:05.674  3775  4091 D PdnController<1>: initialize PendedEPDGWeakSignal flag
11-30 15:20:05.674  3775  4091 D PdnController<1>: setPendedEPDGWeakSignal
11-30 15:20:05.674  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:05.674  3775  4091 I chatty  : uid=1000(system) ImsServiceStub identical 1 line
11-30 15:20:05.674  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:05.674  3775  4091 D PdnController<1>: mDataNetworkType: 3, mDataRegState:0
11-30 15:20:05.674  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:05.675  3775  4091 I chatty  : uid=1000(system) ImsServiceStub identical 1 line
11-30 15:20:05.675  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:05.675  3775  4091 D PdnController: isWifiConnected: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:20:05.675  3775  4091 D PdnController<1>: notifyingDataConnectionStateChanged:
11-30 15:20:05.676  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:05.677  3775  4091 D VolteServiceModule: onDataConnectionStateChanged(): networkType [LTE]isWifiConnected [true], phoneId [1]
11-30 15:20:05.677  3775  4091 D PdnController<1>: notifyingDataConnectionStateChanged:
11-30 15:20:05.677  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:05.677  3775  4091 D RegiMgrBase<1>: onDataConnectionStateChanged(): networkType [LTE], isWifiConnected [true]
11-30 15:20:05.678  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:05.678  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:05.678  3775  4091 D PdnController<1>: notifySnapshotState: snapshotState=0 old=0
11-30 15:20:05.678  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:05.678  3775  4091 D ImsPhoneStateManager<1>: onServiceStateChanged E
11-30 15:20:05.678  3775  4091 D ImsPhoneStateManager<1>: onServiceStateChanged X
11-30 15:20:05.678  3775  4091 D GeolocationController: onServiceStateChanged({mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=14(LTE), mRilDataRadioTechnology=14(LTE), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=2, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=IN_SERVICE, MobileVoiceRat=LTE, MobileData=IN_SERVICE, MobileDataRoamingType=home, MobileDataRat=LTE PsOnly=false FemtocellInd=0, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0})
11-30 15:20:05.678  3775  4091 D GeolocationController: onServiceStateChanged : {mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=14(LTE), mRilDataRadioTechnology=14(LTE), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=2, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=IN_SERVICE, MobileVoiceRat=LTE, MobileData=IN_SERVICE, MobileDataRoamingType=home, MobileDataRat=LTE PsOnly=false FemtocellInd=0, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0}
11-30 15:20:05.679  3775  3786 D ImsUtil : getSimSlotFromUri: content://com.samsung.rcs.autoconfigurationprovider/root/application/1/services/composerauth
11-30 15:20:05.680  3775  4091 D GeolocationController: onServiceStateChanged[1] : mCountryIso = id, iso = id
11-30 15:20:05.680  3775  4091 D ImsPhoneStateManager<1>: onServiceStateChanged E
11-30 15:20:05.680  3775  4091 D ImsPhoneStateManager<1>: onServiceStateChanged X
11-30 15:20:05.681  3775  4091 D ImsIconManager<1>: onServiceStateChanged({mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=14(LTE), mRilDataRadioTechnology=14(LTE), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=2, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=IN_SERVICE, MobileVoiceRat=LTE, MobileData=IN_SERVICE, MobileDataRoamingType=home, MobileDataRat=LTE PsOnly=false FemtocellInd=0, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0})
11-30 15:20:05.681  3775  4091 D ImsIconManager<1>: setCurrentNetworkType:13
11-30 15:20:05.681  3775  4091 D ImsIconManager<1>: setCurrentServiceState:0
11-30 15:20:05.681  3775  4091 D ImsIconManager<1>: setCurrentRoamingState:false
11-30 15:20:05.682  3775  4091 D PdnController: isSuspended [false] networktype [13]
11-30 15:20:05.682  3775  4091 D ImsIconManager<1>: updateRegistrationIcon on RAT change
11-30 15:20:05.682  3775  4091 D ImsUtil : getSimSlotFromUri: content://com.sec.ims.settings/global#simslot1
11-30 15:20:05.682  3775  4091 D ImsUtil : Valid simslot:1. get it from Uri
11-30 15:20:05.682  3775  4091 D ImsSettingsProvider<1>: query:
11-30 15:20:05.682 27264 27264 D Mms:transaction: Service state changed: Bundle[mParcelledData.dataSize=1956]
11-30 15:20:05.683 27264 27264 D Mms/MethodReflector: newFromBundle is called
11-30 15:20:05.683 27264 27264 D Mms:transaction: roaming ------> false, mSimSlot = 0
11-30 15:20:05.685  3470 27634 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:05.685  3470 27634 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:05.687 27264 27264 D Mms:transaction: roaming -> false (slotId = 0)
11-30 15:20:05.687 27264 27264 D Mms:transaction: [NotificationTransaction] getAutoDownloadState simSlot : 0
11-30 15:20:05.687 27264 27264 D Mms:transaction: isIgnoreNationalRoaming() = false
11-30 15:20:05.687 27264 27264 D Mms:transaction: auto download without roaming -> false
11-30 15:20:05.687 27264 27264 D Mms:transaction: mAutoDownload ------> false
11-30 15:20:05.688  3775  4091 D ImsSettingsProvider: Query(3775, imsservice) : Uri[content://com.sec.ims.settings/global#simslot1], pro : [show_vowifi_regi_icon]
11-30 15:20:05.688  3775  3786 D ImsUtil : fragment is null. get simSlot from priority policy.
11-30 15:20:05.696  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228242 RxPkts=4187593 TxBytes=586826181 RxBytes=4502471627 , Foreground uid=1001 pkgName=com.samsung.android.incallui txBytes=0 rxBytes=0
11-30 15:20:05.697  3775  4091 D GlobalSettingsRepoBase<1>: query:
11-30 15:20:05.699  3775  4091 D ImsUtil : getSimSlotFromUri: content://com.sec.ims.settings/global#simslot1
11-30 15:20:05.699  3775  4091 D ImsUtil : Valid simslot:1. get it from Uri
11-30 15:20:05.699  3775  4091 D ImsSettingsProvider<1>: query:
11-30 15:20:05.703  3775  4091 D ImsSettingsProvider: Query(3775, imsservice) : Uri[content://com.sec.ims.settings/global#simslot1], pro : [show_volte_regi_icon]
11-30 15:20:05.703  3775  4091 D GlobalSettingsRepoBase<1>: query:
11-30 15:20:05.703  3775  4091 D ImsUtil : getSimSlotFromUri: content://com.sec.ims.settings/global#simslot1
11-30 15:20:05.703  3775  4091 D ImsUtil : Valid simslot:1. get it from Uri
11-30 15:20:05.703  3775  4091 D ImsSettingsProvider<1>: query:
11-30 15:20:05.706 26238 26238 I InCallLog-Telecom-Call_0 : TelecomCallCallback - onStateChanged, newState=7, Call [id: TC@1, state: DISCONNECTED, details: [pa: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}, hdl: [****], caps: [Capabilities: CAPABILITY_HOLD CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO CAPABILITY_CONTROL_WAITINGCALL], props: [Properties:]]]
11-30 15:20:05.707  3775  4091 D ImsSettingsProvider: Query(3775, imsservice) : Uri[content://com.sec.ims.settings/global#simslot1], pro : [remove_icon_nosvc]
11-30 15:20:05.708  3775  4091 D GlobalSettingsRepoBase<1>: query:
11-30 15:20:05.708  3775  4091 D ImsUtil : getSimSlotFromUri: content://com.sec.ims.settings/global#simslot1
11-30 15:20:05.708  3775  4091 D ImsUtil : Valid simslot:1. get it from Uri
11-30 15:20:05.708  3775  4091 D ImsSettingsProvider<1>: query:
11-30 15:20:05.712  3775  4091 D ImsSettingsProvider: Query(3775, imsservice) : Uri[content://com.sec.ims.settings/global#simslot1], pro : [vowifi_operator_label]
11-30 15:20:05.712  3775  4091 D GlobalSettingsRepoBase<1>: query:
11-30 15:20:05.712  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:05.712  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:05.712  3775  4091 D ImsIconManager<1>: Volte/RCS RegistrationIcon: turned off.
11-30 15:20:05.712  3775  4091 D RegiMgrBase<1>: getRegistrationInfoByPhoneId: not exist matched info
11-30 15:20:05.713  3775  4091 D ImsIconManager<1>: updateRegistrationIcon: VoLTE [show: false, regi: false] VoWiFi [show: true, regi: false] RCS [show: false, regi: false] (SUSPENDED: false)
11-30 15:20:05.716 26238 26238 D InCall  : Call -  - updateFromTelecomCall: Call [id: TC@1, state: DISCONNECTED, details: [pa: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}, hdl: [****], caps: [Capabilities: CAPABILITY_HOLD CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO CAPABILITY_CONTROL_WAITINGCALL], props: [Properties:]]]
11-30 15:20:05.717  3775  4091 D SimManager: getRilSimOperator: ETC
11-30 15:20:05.717  3775  4091 D ImsIconManager<1>: needShowNoCTCVoLTEIcon: false
11-30 15:20:05.718  3775  4091 D RegiMgrBase: handleMessage: NETWORK_TYPE
11-30 15:20:05.722  3775  4091 D RegiMgrBase<1>: onNetworkChanged:
11-30 15:20:05.722  3775  4091 D RegiMgrBase<1>: updatePani:
11-30 15:20:05.722  3775  4091 D ImsUtil : getSubId:
11-30 15:20:05.723  3775  4091 D PaniGenerator<1>: generate: subId - 3
11-30 15:20:05.725  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:05.725  3775  4091 D ImsUtil : getSubId:
11-30 15:20:05.726  3775  4091 D PaniGenerator<1>: generate: network=13, fallbackPlmn=51010, subId=3
11-30 15:20:05.726  3775  4091 D ImsUtil : getSubId:
11-30 15:20:05.727  3775  3786 D TelephonyAdapter: Init TelephonyAdapter phoneId: 1
11-30 15:20:05.727  3775  3786 D ImsUtil : getSubId:
11-30 15:20:05.727  3775  4091 D PaniGenerator<1>: getPsPlmn: subId = 3
11-30 15:20:05.728  3775  3786 D TelephonyAdapter: getIdentityByPhoneId : phoneId: 1 subId:3
11-30 15:20:05.730  3775  4091 D PaniGenerator: getDataPlmn returns null
11-30 15:20:05.731  3775  4091 D PaniGenerator: generate: change to NW PLMN(51010)
11-30 15:20:05.732  3775  4091 D ImsUtil : getSubId:
11-30 15:20:05.736  3775  4091 D ImsUtil : getSubId:
11-30 15:20:05.740  3775  4091 D PaniGenerator: setLkcForLastPani: No Last PANI header for Telkomsel VoLTE
11-30 15:20:05.740  3775  4091 D RegiMgrBase<1>: updateRat:
11-30 15:20:05.740  3775  4091 D RegiMgrBase<1>: notifyNetworkEvent:
11-30 15:20:05.740  3775  4091 D RegiMgrBase<1>: buildNetworkEvent:
11-30 15:20:05.740  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:05.740  3775  4091 I chatty  : uid=1000(system) ImsServiceStub identical 9 lines
11-30 15:20:05.740  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:05.741  3775  4091 D RegiMgrBase<1>: onNetworkEventChanged:Changed Event: Network type(3=>13)
11-30 15:20:05.747  3775  4091 D RegiMgrBase<1>: onNetworkEventChanged: nTask= 1 nRegisteredTask= 0 bExistRetryTimer= false bHaveRegisteringTask= false
11-30 15:20:05.748  3775  4091 D SimManager<1>: hasIsim: [true]
11-30 15:20:05.750  3775  4091 E TelephonyManagerWrapper: use backup impi : null
11-30 15:20:05.751  3775  4091 E TelephonyManagerWrapper: use backup domain : null
11-30 15:20:05.752  3775  4091 D SimDataAdaptorBase: getImpuFromList:
11-30 15:20:05.754  3775  4091 E ImsUri  : parse: illegal Uri - 
11-30 15:20:05.754  3775  4091 I chatty  : uid=1000(system) ImsServiceStub identical 1 line
11-30 15:20:05.754  3775  4091 E ImsUri  : parse: illegal Uri - 
11-30 15:20:05.754  3775  4091 E SimManager<1>: isIsimDataValid: IMPU_INVALID
11-30 15:20:05.754  3775  4091 E SimManager: isIsimDataValid: IMPI_NOT_EXIST
11-30 15:20:05.754  3775  4091 E SimManager: isIsimDataValid: HOME_DOMAIN_NOT_EXIST
11-30 15:20:05.754  3775  4091 D SimManager: [templog] mSimState:2, mIsimLoaded:true, hasIsim():false
11-30 15:20:05.754  3775  4091 D RegiMgrBase<1>: onNetworkEventChanged: tryRegister
11-30 15:20:05.754  3775  4091 D RegiMgrBase<1>: tryRegister:
11-30 15:20:05.754  3775  4091 D RegiMgrBase<1>: pendingHasEmergencyTask:
11-30 15:20:05.764  3775  4091 D RegiMgrBase<0>: RegisterTask(s): Nothing!
11-30 15:20:05.764  3775  4091 D RegiMgrBase<1>: RegisterTask(s): Telkomsel VoLTE (IDLE)
11-30 15:20:05.764  3775  4091 D RegiMgrBase<1>: isRcsforEur:
11-30 15:20:05.764  3775  4091 D RegiMgrBase<1>: checkEmergencyTask:
11-30 15:20:05.764  3775  4091 D RegiMgrBase<1>: isReadyToDualRegister : true - Non DSDS_DI
11-30 15:20:05.764  3775  4091 D RegiMgrBase<1>: tryRegister(task) id: 269, name: Telkomsel VoLTE
11-30 15:20:05.786  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:05.787  3775  4091 D ImsUtil : getAirplaneModeStatus: false
11-30 15:20:05.788  3775  4091 D ImsProfile: isRttSupportByCallApp : false ttyType : 1
11-30 15:20:05.789  3775  4091 D RegiMgrBase<1>: getHigherPriorityRegiedTask:
11-30 15:20:05.789  3775  4091 D Mno     : fromName: Telkomsel_ID
11-30 15:20:05.789  3775  4091 D Mno     : fromName: found mno : Telkomsel_ID, ID
11-30 15:20:05.789  3775  4091 D PdnController<1>: isNetworkAvailable: 
11-30 15:20:05.790  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:05.790  3775  4091 D ImsUtil : getAirplaneModeStatus: false
11-30 15:20:05.790  3775  4091 D RegiMgrBase<1>: findBestNetwork: LTE
11-30 15:20:05.790  3775  4091 D RegiMgrBase<1>: getTelephonyCallStatus:
11-30 15:20:05.795  3775  4091 D ImsUtil : getSimSlotFromUri: content://com.sec.ims.settings/userconfig#simslot1
11-30 15:20:05.795  3775  4091 D ImsUtil : Valid simslot:1. get it from Uri
11-30 15:20:05.795  3775  4091 D ImsSettingsProvider<1>: query:
11-30 15:20:05.798  3510  3510 E SignalClusterView: setSlotFocusVisible : subId 3 visible false
11-30 15:20:05.798  3510  3510 E SignalClusterView: setSlotFocusVisible : subId 3 visible false
11-30 15:20:05.800  3775  4091 D ImsSettingsProvider: Query(3775, imsservice) : Uri[content://com.sec.ims.settings/userconfig#simslot1], pro : [rcs_roaming_pref]
11-30 15:20:05.800  3775  4091 D UserConfigStorage: query()
11-30 15:20:05.801  3775  4091 D ConfigModule<1>: isWaitAutoConfig:
11-30 15:20:05.801  3775  4091 D ConfigModule<1>: isRcsEnabledFromSetting:
11-30 15:20:05.801  3775  4091 D ImsUtil : getSimSlotFromUri: content://com.sec.ims.settings/imsswitch#simslot1
11-30 15:20:05.801  3775  4091 D ImsUtil : Valid simslot:1. get it from Uri
11-30 15:20:05.801  3775  4091 D ImsSettingsProvider<1>: query:
11-30 15:20:05.805  3775  4091 D ImsSettingsProvider: Query(3775, imsservice) : Uri[content://com.sec.ims.settings/imsswitch#simslot1], pro : [rcs]
11-30 15:20:05.806  3775  4091 D DeviceConfigManager[1]: queryImsSwitch: name rcs
11-30 15:20:05.814  3775  4091 D DmConfigHelper: isServiceEnabled: rcs 0
11-30 15:20:05.814  3775  4091 D RegiMgrBase<1>: task Telkomsel VoLTE isWaitAutoconfig: false
11-30 15:20:05.814  3775  4091 D ConfigModule<1>: isWaitAutoConfig:
11-30 15:20:05.814  3775  4091 D ConfigModule<1>: isRcsEnabledFromSetting:
11-30 15:20:05.815  3775  4091 D ImsUtil : getSimSlotFromUri: content://com.sec.ims.settings/imsswitch#simslot1
11-30 15:20:05.815  3775  4091 D ImsUtil : Valid simslot:1. get it from Uri
11-30 15:20:05.815  3775  4091 D ImsSettingsProvider<1>: query:
11-30 15:20:05.820  3775  4091 D ImsSettingsProvider: Query(3775, imsservice) : Uri[content://com.sec.ims.settings/imsswitch#simslot1], pro : [rcs]
11-30 15:20:05.820  3775  4091 D DeviceConfigManager[1]: queryImsSwitch: name rcs
11-30 15:20:05.820  3775  4091 D DmConfigHelper: isServiceEnabled: rcs 0
11-30 15:20:05.827  3510  3510 E SignalClusterView: setSlotFocusVisible : subId 3 visible false
11-30 15:20:05.827  3510  3510 E SignalClusterView: setSlotFocusVisible : subId 3 visible false
11-30 15:20:05.827  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.SERVICE_STATE
11-30 15:20:05.828  3510  3510 V KeyguardUpdateMonitor: action android.intent.action.SERVICE_STATE serviceState={mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=14(LTE), mRilDataRadioTechnology=14(LTE), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=2, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=IN_SERVICE, MobileVoiceRat=LTE, MobileData=IN_SERVICE, MobileDataRoamingType=home, MobileDataRat=LTE PsOnly=false FemtocellInd=0, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0} subId=3
11-30 15:20:05.830  3775  4091 D ConfigModule<1>: isRcsEnabledFromSetting:
11-30 15:20:05.830  3775  4091 D ImsUtil : getSimSlotFromUri: content://com.sec.ims.settings/imsswitch#simslot1
11-30 15:20:05.830  3775  4091 D ImsUtil : Valid simslot:1. get it from Uri
11-30 15:20:05.830  3775  4091 D ImsSettingsProvider<1>: query:
11-30 15:20:05.834  3775  4091 D ImsSettingsProvider: Query(3775, imsservice) : Uri[content://com.sec.ims.settings/imsswitch#simslot1], pro : [rcs]
11-30 15:20:05.835  3775  4091 D DeviceConfigManager[1]: queryImsSwitch: name rcs
11-30 15:20:05.835  3775  4091 D DmConfigHelper: isServiceEnabled: rcs 0
11-30 15:20:05.835  3775  4091 D Mno     : fromName: Telkomsel_ID
11-30 15:20:05.835  3775  4091 D Mno     : fromName: found mno : Telkomsel_ID, ID
11-30 15:20:05.836  3775  4091 D PdnController<1>: isNetworkAvailable: 
11-30 15:20:05.837  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:05.837  3775  4091 D ImsUtil : getAirplaneModeStatus: false
11-30 15:20:05.837  3775  4091 D RegiMgrBase<1>: findBestNetwork: LTE
11-30 15:20:05.837  3775  4091 D RegiMgrBase: selectPdnType, rat: 13
11-30 15:20:05.837  3775  4091 D RegiMgrBase: selectPdnType: 11
11-30 15:20:05.837  3775  4091 D RegiMgrBase<1>: isRcsforEur:
11-30 15:20:05.837  3775  4091 D RegiMgrBase<1>: getServiceForNetwork: network 13
11-30 15:20:05.837  3775  4091 D RegiMgrBase<1>: getServiceForNetwork: service {mmtel, smsip, mmtel-video}
11-30 15:20:05.838  3775  4091 D ImsUtil : getSimSlotFromUri: content://com.sec.ims.settings/imsswitch#simslot1
11-30 15:20:05.838  3775  4091 D ImsUtil : Valid simslot:1. get it from Uri
11-30 15:20:05.838  3775  4091 D ImsSettingsProvider<1>: query:
11-30 15:20:05.841  3775  4091 D ImsSettingsProvider: Query(3775, imsservice) : Uri[content://com.sec.ims.settings/imsswitch#simslot1], pro : [ims]
11-30 15:20:05.841  3775  4091 D DeviceConfigManager[1]: queryImsSwitch: name ims
11-30 15:20:05.842  3775  4091 D ImsServiceSwitchBase[1]: isVoLteEnabled: false
11-30 15:20:05.842  3775  4091 D DmConfigHelper: isServiceEnabled: ims 0
11-30 15:20:05.842  3775  4091 D ImsUtil : getSimSlotFromUri: content://com.sec.ims.settings/imsswitch#simslot1
11-30 15:20:05.842  3775  4091 D ImsUtil : Valid simslot:1. get it from Uri
11-30 15:20:05.842  3775  4091 D ImsSettingsProvider<1>: query:
11-30 15:20:05.845  3775  4091 D ImsSettingsProvider: Query(3775, imsservice) : Uri[content://com.sec.ims.settings/imsswitch#simslot1], pro : [volte]
11-30 15:20:05.846  3775  4091 D DeviceConfigManager[1]: queryImsSwitch: name volte
11-30 15:20:05.846  3775  4091 D ImsServiceSwitchBase[1]: isVoLteEnabled: false
11-30 15:20:05.846  3775  4091 D DmConfigHelper: isServiceEnabled: volte 0
11-30 15:20:05.846  3775  4091 D RegiGvnSea: filterEnabledCoreService: IMS is disabled.
11-30 15:20:05.846  3775  4091 D RegiMgrBase<1>: getServiceForNetwork: filtered service []
11-30 15:20:05.846  3775  4091 D RegiMgrBase<1>: no ims service for current rat 13
11-30 15:20:05.848  3510  3510 D KeyguardUpdateMonitor: handleServiceStateChange(subId=3, serviceState={mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=14(LTE), mRilDataRadioTechnology=14(LTE), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=2, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=IN_SERVICE, MobileVoiceRat=LTE, MobileData=IN_SERVICE, MobileDataRoamingType=home, MobileDataRat=LTE PsOnly=false FemtocellInd=0, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0}
11-30 15:20:05.850  3510  3510 D KeyguardClockPage: isNetworkRoamingState false 3
11-30 15:20:05.850  3510  3510 D KeyguardClockPage: onRefreshCarrierInfo(pre, now): false, false
11-30 15:20:05.855  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:05.855  3775  4091 D ImsLogAgent: sendLogs: feature [REGI]
11-30 15:20:05.856  3775  4091 D CoreServiceAdapter: sendHWParamToHQM
11-30 15:20:05.860  3775  4091 E #IMSREGI: NOT_TRIGGERED : MASTER_SWITCHES_OFF(1, Telkomsel VoLTE) 
11-30 15:20:05.860  3775  4091 D ImsUtil : getAirplaneModeStatus: false
11-30 15:20:05.860  3775  4091 D RegiGvnImpl: setSelfActivation : false
11-30 15:20:05.861  3775  4091 D PdnController<1>: stopPdnConnectivity: network 11
11-30 15:20:05.861  3775  4091 E PdnController<1>: requestStopNetwork: callback not found
11-30 15:20:05.861  3775  4091 D PdnController: handleMessage: what 107
11-30 15:20:05.861  3775  4091 D PdnController<1>: requestStopNetwork: network 11
11-30 15:20:05.861  3775  4091 E PdnController<1>: requestStopNetwork: callback not found
11-30 15:20:05.861  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:05.861  3775  4091 D RegiMgrBase: handleMessage: DO_PENDING_UPDATE_REGISTRATION
11-30 15:20:05.865  3510  3510 D CarrierText: updateCarrierText(): subscriptionInfo Size = 2, DefaultText = No network connection
11-30 15:20:05.865  3510  3510 D MultiSimUtils: isReadySimSlot() slotNum : 0
11-30 15:20:05.866  3510  3510 D CarrierText: Handling (subId=5): simState = ABSENT, carrierName = No network connection
11-30 15:20:05.866  3510  3510 D CarrierText: carrierTextForSimState = null
11-30 15:20:05.866  3510  3510 D MultiSimUtils: isReadySimSlot() slotNum : 1
11-30 15:20:05.866  3510  3510 D MultiSimUtils: getSystemPropertySimState() simStateProp : READY
11-30 15:20:05.866  3510  3510 D CarrierText: Handling (subId=3): simState = READY, carrierName = Tsel-PakaiMasker
11-30 15:20:05.866  3510  3510 D CarrierText: carrierTextForSimState = Tsel-PakaiMasker
11-30 15:20:05.866  3510  3510 D CarrierText: SIM ready and in service: subId = 3, ServiceState = {mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=14(LTE), mRilDataRadioTechnology=14(LTE), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=2, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=IN_SERVICE, MobileVoiceRat=LTE, MobileData=IN_SERVICE, MobileDataRoamingType=home, MobileDataRat=LTE PsOnly=false FemtocellInd=0, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0}
11-30 15:20:05.867  3510  3510 D CarrierText: setText : Tsel-PakaiMasker
11-30 15:20:05.867  3510  3510 D CarrierText: updateCarrierText(): subscriptionInfo Size = 2, DefaultText = No network connection
11-30 15:20:05.867  3510  3510 D MultiSimUtils: isReadySimSlot() slotNum : 0
11-30 15:20:05.868  3510  3510 D CarrierText: Handling (subId=5): simState = ABSENT, carrierName = No network connection
11-30 15:20:05.868  3510  3510 D CarrierText: carrierTextForSimState = null
11-30 15:20:05.868  3510  3510 D MultiSimUtils: isReadySimSlot() slotNum : 1
11-30 15:20:05.868  3510  3510 D MultiSimUtils: getSystemPropertySimState() simStateProp : READY
11-30 15:20:05.868  3510  3510 D CarrierText: Handling (subId=3): simState = READY, carrierName = Tsel-PakaiMasker
11-30 15:20:05.868  3510  3510 D CarrierText: carrierTextForSimState = Tsel-PakaiMasker
11-30 15:20:05.868  3510  3510 D CarrierText: SIM ready and in service: subId = 3, ServiceState = {mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=14(LTE), mRilDataRadioTechnology=14(LTE), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=2, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=IN_SERVICE, MobileVoiceRat=LTE, MobileData=IN_SERVICE, MobileDataRoamingType=home, MobileDataRat=LTE PsOnly=false FemtocellInd=0, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0}
11-30 15:20:05.868  3510  3510 D CarrierText: setText : Tsel-PakaiMasker
11-30 15:20:05.869  3510  3510 D CarrierText: updateCarrierText(): subscriptionInfo Size = 2, DefaultText = No network connection
11-30 15:20:05.869  3510  3510 D MultiSimUtils: isReadySimSlot() slotNum : 0
11-30 15:20:05.869  2985  2995 I CallPlusManager: cursorbrand: 1
11-30 15:20:05.869  3510  3510 D CarrierText: Handling (subId=5): simState = ABSENT, carrierName = No network connection
11-30 15:20:05.869  3510  3510 D CarrierText: carrierTextForSimState = null
11-30 15:20:05.870  3510  3510 D MultiSimUtils: isReadySimSlot() slotNum : 1
11-30 15:20:05.870  3510  3510 D MultiSimUtils: getSystemPropertySimState() simStateProp : READY
11-30 15:20:05.870  3510  3510 D CarrierText: Handling (subId=3): simState = READY, carrierName = Tsel-PakaiMasker
11-30 15:20:05.870  3510  3510 D CarrierText: carrierTextForSimState = Tsel-PakaiMasker
11-30 15:20:05.870  2985  2995 E CursorWindow: Failed to read row 0, column 0 from a CursorWindow which has 1 rows, 0 columns.
11-30 15:20:05.870  3510  3510 D CarrierText: SIM ready and in service: subId = 3, ServiceState = {mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=14(LTE), mRilDataRadioTechnology=14(LTE), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=2, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=IN_SERVICE, MobileVoiceRat=LTE, MobileData=IN_SERVICE, MobileDataRoamingType=home, MobileDataRat=LTE PsOnly=false FemtocellInd=0, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0}
11-30 15:20:05.870  3510  3510 D CarrierText: setText : Tsel-PakaiMasker
11-30 15:20:05.871  3510  3660 D Tile.WifiTile: handleUpdateState enabled  = true
11-30 15:20:05.872  2985  2995 I CallPlusManager: AutoConfiguration Exceptionjava.lang.IllegalStateException: Couldn't read row 0, col 0 from CursorWindow.  Make sure the Cursor is initialized correctly before accessing data from it.
11-30 15:20:05.873  2985  2995 I CallPlusManager: isCraneAvailable: false
11-30 15:20:05.881  2985  2995 I TelecomFeature: getSkipLogNumberFromCscFeature csc - 
11-30 15:20:05.886  2985  2995 D SecCallLogManager: getCustomMemo number in contact
11-30 15:20:05.941  2985  2995 D SecCallLogManager: Logging Calllog entry: com.android.internal.telephony.CallerInfo@862116 { name non-null, phoneNumber non-null }, 1*8,1, 3, 1638260360912, 0
11-30 15:20:05.942  2985  2995 D TelecomUtils: getCallAudioCodec codeType :1
11-30 15:20:05.942  2985  2995 I AddExtraCallArgs: hasHighDefAudio - callAudioCodec : 1
11-30 15:20:05.942  2985  2995 I AddExtraCallArgs: getDatabaseUri - uri : content://logs/call
11-30 15:20:05.946  2985  2995 D TelecomUtils: isRoamingArea : current_plmn is 
11-30 15:20:05.946  2985  2995 D TelecomUtils: isRoamingArea : DefaultIMEI
11-30 15:20:05.949  2985  2995 D TelecomUtils: simCountryIso: ID, networkCountryIso : ID
11-30 15:20:05.956  2985  2995 I SecCallLogManager: logCallAsync - userId : 0
11-30 15:20:05.957  2985  2995 I SecCallLogManager: logCallAsync - dbUri : [****]
11-30 15:20:06.005  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GetMotionScenarioId 1.095347 0.094571 9.623494 0.000000 0.000000 0.000000 8 51 20
11-30 15:20:06.005  2985  3075 D MotionEngine: [@@@ Motion Engine @@@] GnStuckMode 0 
11-30 15:20:06.025  3470  3470 D ServiceStateProvider: subId=3
11-30 15:20:06.027  2985  2995 D SecCallLogManager: Shouldn't have calllog entries for user150
11-30 15:20:06.027  2985  2995 I Telecom : CallsManager : Notify com.android.server.telecom.PhoneStateBroadcaster@4c61af2
11-30 15:20:06.028  2985  2985 I SecPhoneStateListener: phoneState = 0
11-30 15:20:06.028  2985  2985 I SecPhoneStateListener: secInCallController = com.android.server.telecom.secutils.SecInCallController@8152f4e / secInCallController.isConnected() = true
11-30 15:20:06.029  2985  2985 D SecStatusBarHelper: enableNotificationAlerts = true
11-30 15:20:06.029  2985  2985 D SecStatusBarHelper: updateStatusBar: state = 0x0
11-30 15:20:06.038  3775  3775 D CapabilityDiscModule: onCallStateChanged: 0
11-30 15:20:06.039  2985  2995 I PhoneStateBroadcaster: Broadcasted state change: 0
11-30 15:20:06.039  2985  2995 I Telecom : CallsManager : Notify com.android.server.telecom.CallAudioManager@dbb6543
11-30 15:20:06.039  2985  2995 D CallAudioManager: Call state changed for TC@TC@1: RINGING -> DISCONNECTED
11-30 15:20:06.040  3775  4091 D PdnController<1>: onCellLocationChanged:
11-30 15:20:06.040  3775  4091 D VolteServiceModule: onCellLocationChanged, phoneId: 1
11-30 15:20:06.040  3510  3660 D NetworkController.MobileSignalController(1/3): onCellLocationChanged
11-30 15:20:06.040  3775  4091 D RegiMgrBase: handleMessage: CELL_LOCATION_CHANGED
11-30 15:20:06.040  3775  4091 D RegiMgrBase<1>: updatePani:
11-30 15:20:06.040  3775  4091 D ImsUtil : getSubId:
11-30 15:20:06.040  2985  3900 I CallAudioRouteStateMachine: Message received: UPDATE_SYSTEM_AUDIO_ROUTE=1201, arg1=0
11-30 15:20:06.041  3775  4091 D PaniGenerator<1>: generate: subId - 3
11-30 15:20:06.041  2985  3900 I CallAudioRouteStateMachine: setSystemAudioState: changing from [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER] to [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER]
11-30 15:20:06.041  2985  3900 I Telecom : CallsManager : onAudioStateChanged, audioState: [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER] --> [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER]
11-30 15:20:06.041  2985  3900 I InCallController: Calling onAudioStateChanged, audioState: [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER] -> [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER]
11-30 15:20:06.042  3470  3482 D TP/MmsSmsProvider: query, match:0, calling pid = 27264, accessRestricted = false
11-30 15:20:06.043  2985  3678 D SLocation: onCellLocationChanged 3 / 1
11-30 15:20:06.047  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:06.048  3775  4091 D ImsUtil : getSubId:
11-30 15:20:06.048  2985  3678 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 2985 / 1000 / 3678
11-30 15:20:06.048  3775  4091 D PaniGenerator<1>: generate: network=13, fallbackPlmn=51010, subId=3
11-30 15:20:06.049  3775  4091 D ImsUtil : getSubId:
11-30 15:20:06.049  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 8 99 -8 -200 -8 -200 -1 14 -97 -10 10 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:20:06.049  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:20:06.050  3470  3949 E ImsAdaptorImpl2: setSSACInfo : ImsAdaptorImpl.
11-30 15:20:06.050  3775  3786 D SsacManager: updateSSACInfo[1] : Voice(-1:0) Video(-1:0)
11-30 15:20:06.050  3775  3786 D SsacManager: Voice Call updateSSACInfo[1] : f[100], t[0]
11-30 15:20:06.050  3775  3786 D SsacManager: Video Call updateSSACInfo[1] : f[100], t[0]
11-30 15:20:06.051  3775  4091 D PaniGenerator<1>: getPsPlmn: subId = 3
11-30 15:20:06.054  3775  4091 D PaniGenerator: getDataPlmn returns null
11-30 15:20:06.057  3775  4091 D PaniGenerator: generate: change to NW PLMN(51010)
11-30 15:20:06.058  3775  4091 D ImsUtil : getSubId:
11-30 15:20:06.059  3470  3470 D PhoneApp: onServiceStateChanged prevRoaming : false, roaming : false
11-30 15:20:06.059  3470  3470 D PhoneApp: onServiceStateChanged backupEnableValue : 1, mSmartCallEnabled : 1
11-30 15:20:06.059  3470  3470 D PhoneApp: onServiceStateChanged-S:{mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=14(LTE), mRilDataRadioTechnology=14(LTE), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=2, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=IN_SERVICE, MobileVoiceRat=LTE, MobileData=IN_SERVICE, MobileDataRoamingType=home, MobileDataRat=LTE PsOnly=false FemtocellInd=0, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0}
11-30 15:20:06.059  2985  4272 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10161 ,Container id: 0
11-30 15:20:06.059  3470  3470 D PhoneStateListenerBase: onServiceStateChanged - subId : 3 / ServiceState : {mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=14(LTE), mRilDataRadioTechnology=14(LTE), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=2, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=IN_SERVICE, MobileVoiceRat=LTE, MobileData=IN_SERVICE, MobileDataRoamingType=home, MobileDataRat=LTE PsOnly=false FemtocellInd=0, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0}
11-30 15:20:06.060  2985  4272 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10161 ,Container id: 0
11-30 15:20:06.060  2985  4272 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:06.062  3775  4091 D ImsUtil : getSubId:
11-30 15:20:06.065  3775  4091 D PaniGenerator: setLkcForLastPani: No Last PANI header for Telkomsel VoLTE
11-30 15:20:06.065  3775  4091 D RegiMgrBase<1>: notifyNetworkEvent:
11-30 15:20:06.065  3775  4091 D RegiMgrBase<1>: buildNetworkEvent:
11-30 15:20:06.065  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:06.065  3775  4091 I chatty  : uid=1000(system) ImsServiceStub identical 9 lines
11-30 15:20:06.065  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:06.065  3775  4091 D RegiMgrBase: handleMessage: PLANI_IN_TIME_CHANGED
11-30 15:20:06.068  3470  3470 I NetworkNotificationUI2: onServiceStateChanged: {mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=14(LTE), mRilDataRadioTechnology=14(LTE), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=2, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=IN_SERVICE, MobileVoiceRat=LTE, MobileData=IN_SERVICE, MobileDataRoamingType=home, MobileDataRat=LTE PsOnly=false FemtocellInd=0, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0}
11-30 15:20:06.070  3470  3470 D NetworkNotificationUI2: onServiceStateChanged-S:{mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=14(LTE), mRilDataRadioTechnology=14(LTE), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=2, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=IN_SERVICE, MobileVoiceRat=LTE, MobileData=IN_SERVICE, MobileDataRoamingType=home, MobileDataRat=LTE PsOnly=false FemtocellInd=0, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0}
11-30 15:20:06.073  3670  3726 D EventHandler_FLP: EventHandler, PHONE_STATE_CHANGED phoneState = IDLE
11-30 15:20:06.075  3470  3470 D ReflectUtil: getPhoneId is called
11-30 15:20:06.075  3470  3470 D NetworkNotificationUI2: Because network mode was changed into automatic, selected network name should be removed : phoneId = 1
11-30 15:20:06.077  2985  2995 D DtmfLocalTonePlayer: Posting delete.
11-30 15:20:06.078  2985  2995 I SecCallLogManager: onForegroundCallChanged
11-30 15:20:06.078  2985  2995 D SecCallLogManager: onForegroundCallChanged [TC@1, DISCONNECTED, com.android.phone/com.android.services.telephony.TelephonyConnectionService, 1*8, A, childs(0), has_parent(false), unknown, unknown [Capabilities: CAPABILITY_HOLD CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO CAPABILITY_SPEED_UP_MT_AUDIO CAPABILITY_CONTROL_WAITINGCALL] [Properties:]]
11-30 15:20:06.078  2985  2995 D CallAudioManager: onCallLeavingState - 4
11-30 15:20:06.078  2985  2995 D FlashNoti: -stopNotiFlash: light=false screen=false
11-30 15:20:06.079  2985  2995 I Telecom : CallsManager : Notify com.android.server.telecom.ui.MissedCallNotifierImpl@676b7c0
11-30 15:20:06.079  2985  3901 I CallAudioModeStateMachine: Message received: NO_MORE_RINGING_CALLS.
11-30 15:20:06.079  2985  2995 D MissedCallNotifierImpl: onCallStateChanged - oldState 4 newState 7
11-30 15:20:06.079  2985  3901 I CallAudioModeStateMachine: RingingFocusState msg : 1002
11-30 15:20:06.079  2985  2995 I Telecom : CallsManager : Notify com.android.server.telecom.HeadsetMediaButton@b08ecf9
11-30 15:20:06.079  2985  2995 I Telecom : CallsManager : Notify com.android.server.telecom.ProximitySensorManager@c96f43e
11-30 15:20:06.079  2985  3901 D TelecomUtilsAudio: getAudioMode : mode = 2
11-30 15:20:06.079  2985  2995 I Telecom : CallsManager : Notify com.android.server.telecom.respondviasms.SecRespondViaSmsManager@a5129f
11-30 15:20:06.079  2985  2995 I Telecom : CallsManager : Notify com.android.server.telecom.secutils.SecCallsManagerListener@7ef8fec
11-30 15:20:06.079  2985  3901 D SecAsyncRingtonePlayer: Unable to stop ringtone
11-30 15:20:06.079  2985  3901 D AsyncHeadsetRingtonePlayer: Posting stop.
11-30 15:20:06.079  2985  3901 D AsyncHeadsetRingtonePlayer: Message 2 skipped because there is no handler.
11-30 15:20:06.079  2985  2995 I SecCallsManagerListener: onCallStateChanged RINGING -> DISCONNECTED, call: [TC@1, DISCONNECTED, com.android.phone/com.android.services.telephony.TelephonyConnectionService, 1*8, A, childs(0), has_parent(false), unknown, unknown [Capabilities: CAPABILITY_HOLD CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO CAPABILITY_SPEED_UP_MT_AUDIO CAPABILITY_CONTROL_WAITINGCALL] [Properties:]]
11-30 15:20:06.079  2985  3901 I Telecom : -stop flash.handler...
11-30 15:20:06.079  2985  2995 D SecCallsManagerListener: do not wakeUpScreen
11-30 15:20:06.079  2985  3901 D FlashNoti: -stopNotiFlash: light=false screen=false
11-30 15:20:06.080  2985  3901 V CallMotionMgr: unregisterCallMotion()
11-30 15:20:06.080  2985  3901 I CallMotion: stopMotionCatch
11-30 15:20:06.080  2985  2995 I MinuteMinder: stopMinuteMinderAlarm:..
11-30 15:20:06.080  2985  2995 D SecCallsManagerListener: startCallVibration settingIsOn : 0
11-30 15:20:06.081  3487  3487 I SKBD    : avn SKBD onCallStateChanged : 0
11-30 15:20:06.084  2985  3901 D MotionRecognitionManager: unregisterListener 0
11-30 15:20:06.087  3470  3470 D ReflectUtil: getSubId is called
11-30 15:20:06.088  2985  2995 D CallBargeIn: updateBargeInState
11-30 15:20:06.088  2985  2995 I Telecom : CallsManager : Notify com.android.server.telecom.secutils.SecPhoneStateListener@b625fb5
11-30 15:20:06.088  2985  2995 I SecPhoneStateListener: onCallStateChanged newState:7
11-30 15:20:06.089  2985  2995 D SecPhoneStateListener: mPhoneState = IDLE
11-30 15:20:06.089  2985  2995 D FileWriteThread: FileWriteThread : threadType = 0
11-30 15:20:06.101  3470  3470 I PhoneProxy: saveNetworkOperatorInformation: subId-3  /  / 
11-30 15:20:06.103  3470  3482 V TP/MmsSmsProvider: getSimpleConversations entered.
11-30 15:20:06.103  3470  3470 D ImsAdaptorImpl2: onServiceStateChanged(): data regstate 0, network type 13
11-30 15:20:06.105  3470  3470 D PhoneApp: PhoneAppBroadcastReceiver onReceive android.intent.action.SERVICE_STATE
11-30 15:20:06.106 20330 20330 I zygote  : Explicit concurrent copying GC freed 23(32KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2MB/5MB, paused 224us total 75.961ms
11-30 15:20:06.107  3470  3482 D TP/MmsSmsProvider: query, match 0:Elapsed time : 64.831 ms
11-30 15:20:06.130  3470  3470 D PhoneApp: handleServiceStateChanged : simSlot : 1
11-30 15:20:06.131  3470  3470 D NetworkUIGlobals: PhoneAppBroadcastReceiver onReceive android.intent.action.SERVICE_STATE
11-30 15:20:06.131  3470  3470 I PhoneProxy: getSubId: 5
11-30 15:20:06.132  3470  3470 D ReflectUtil: getPhoneId is called
11-30 15:20:06.132  3470  3470 I NetworkProxy: getPhoneCount : 2
11-30 15:20:06.132  3470  3470 I NetworkProxy: isValidPhoneId : true
11-30 15:20:06.133  3470  3470 D NetworkUIGlobals: handleServiceStateChanged : simSlot : 1
11-30 15:20:06.133  3470  3470 D ReflectUtil: newFromBundle is called
11-30 15:20:06.134  3470  3470 D NetworkUIGlobals: handleServiceStateChanged State 0
11-30 15:20:06.135  3470  3470 D ReflectUtil: getSubId is called
11-30 15:20:06.135  3470  3470 D NotificationMgr2: updateNetworkSelection - serviceState:0, subId: 3
11-30 15:20:06.135  3470  3470 D PhoneMultiSimUtils: getPhoneBySubId: subId =3
11-30 15:20:06.136  3470  3470 D ReflectUtil: getPhoneId is called
11-30 15:20:06.136  3470  3470 I NetworkProxy: getPhoneCount : 2
11-30 15:20:06.136  3470  3470 I NetworkProxy: isValidPhoneId : true
11-30 15:20:06.136  3470  3470 D NotificationMgr2: updateNetworkSelection - phonetype is GSM or support GLOBAL_NETWORK_CDMA_GSM_ENABLE
11-30 15:20:06.136 26930 27028 W zygote  : Verification of java.util.List tfn.c() took 112.498ms
11-30 15:20:06.138  3470  3470 I NetworkProxy: getSimState : 5
11-30 15:20:06.139  3470  3470 D ReflectUtil: getPhoneId is called
11-30 15:20:06.140  3470  3470 D ReflectUtil: getSimState is called
11-30 15:20:06.140  3470  3470 I NetworkProxy: getSimState : 5 /  slot :1
11-30 15:20:06.141  3470  3470 D ReflectUtil: getPhoneId is called
11-30 15:20:06.141  3470  3470 D NotificationMgr2: updateNetworkSelection()...serviceState = 0 networkSelection:  subId: 3 SimState:5
11-30 15:20:06.142  3470  3470 D ReflectUtil: getPhoneId is called
11-30 15:20:06.145  3470  3470 D ReflectUtil: getPhoneId is called
11-30 15:20:06.145  3470  3470 D NotificationMgr2: cancelNetworkSelection() - subId:3
11-30 15:20:06.146  3470  3470 D ReflectUtil: getPhoneId is called
11-30 15:20:06.171  3470  3470 D TelephonyProvider: query: match = 12
11-30 15:20:06.172  3470  3470 D TelephonyProvider: subIdString = 3 subId = 3
11-30 15:20:06.224  2985  5093 V EnterpriseBillingPolicyInternal:  ebpInternal - com.android.server.enterprise.billing.EnterpriseBillingPolicyInternal@9256d1
11-30 15:20:06.224  2985  5093 V EnterpriseBillingPolicyInternal: isEnterpriseAPNInternal - Start: internet 510 10
11-30 15:20:06.224  2985  5093 V EnterpriseBillingEngine: isEnterpriseAPN - Start: internet 510 10
11-30 15:20:06.227  2985  5093 V EnterpriseBillingPolicyStorage: getCurrentActiveProfiles - start - 
11-30 15:20:06.229  2985  3825 D AudioService: isEnabled
11-30 15:20:06.231  2985  2995 D FileWriteThread: FileWriteThread : threadType = 4
11-30 15:20:06.231  2985 27519 I CallsManager: isInCall()...false
11-30 15:20:06.232  2985 27519 D FileWriteThread: writeSleepCheckingFile false false
11-30 15:20:06.232  2985  2995 D FileWriteThread: FileWriteThread : threadType = 1
11-30 15:20:06.232  2985  2995 I Telecom : CallsManager : Notify com.android.server.telecom.operator.usa.TelecomExtensionManager@d0a164a
11-30 15:20:06.233  2985  2995 I Telecom : CallsManager : Notify com.android.server.telecom.operator.usa.InternetPermissionPopup@75239bb
11-30 15:20:06.233  2985 27521 D FileWriteThread: writeHardKeyResetFile : not exist file
11-30 15:20:06.233  2985 27521 W FileWriteThread: IOException : java.io.IOException: No such file or directory
11-30 15:20:06.233  2985  2995 D InternetPermissionPopup: call : [TC@1, DISCONNECTED, com.android.phone/com.android.services.telephony.TelephonyConnectionService, 1*8, A, childs(0), has_parent(false), unknown, unknown [Capabilities: CAPABILITY_HOLD CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO CAPABILITY_SPEED_UP_MT_AUDIO CAPABILITY_CONTROL_WAITINGCALL] [Properties:]], oldState : 4, newState : 7
11-30 15:20:06.233  2985  2995 I Telecom : CallsManager : Notify com.android.server.telecom.logging.AppLoggingUsageStateWatcher@d3bbed8
11-30 15:20:06.233  2985 27522 I CallsManager: isInCall()...false
11-30 15:20:06.233  2985  2995 I Telecom : CallsManager : Notify com.android.server.telecom.secutils.DataDuringCall@9a64231
11-30 15:20:06.233  2985 27522 D FileWriteThread: Unknown,LTE : voice_call = 48
11-30 15:20:06.233  2985  2995 D DataDuringCall: onCallStateChanged() -newState:7
11-30 15:20:06.234  2985  2995 I Telecom : CallsManager : Notify com.android.server.telecom.ui.IncomingCallNotifier@6db4d16
11-30 15:20:06.236  2985  5093 V EnterpriseBillingPolicyStorage: getCurrentActiveProfiles - end - null
11-30 15:20:06.237  2985  5093 V EnterpriseBillingEngine: isEnterpriseAPN - End: false
11-30 15:20:06.237  2985  5093 V EnterpriseBillingPolicyInternal: isEnterpriseAPN - End: false
11-30 15:20:06.238  3470  3470 D TelephonyProvider: query: match = 12
11-30 15:20:06.238  3470  3470 D TelephonyProvider: subIdString = 3 subId = 3
11-30 15:20:06.243  2985  5093 D AudioService: isEnabled
11-30 15:20:06.244  2985  5093 D AudioService: isEnabled
11-30 15:20:06.244  3510  3510 D PowerUI : mPhoneStateListener onCallStateChanged(): state= 0 mIsShutdownTaskDelayed = false
11-30 15:20:06.245  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.PHONE_STATE
11-30 15:20:06.247  2985  3825 D AudioService: isEnabled
11-30 15:20:06.251  2985  3825 V EnterpriseBillingPolicyInternal:  ebpInternal - com.android.server.enterprise.billing.EnterpriseBillingPolicyInternal@9256d1
11-30 15:20:06.251  2985  3825 V EnterpriseBillingPolicyInternal: isEnterpriseAPNInternal - Start: internet 510 10
11-30 15:20:06.251  2985  3825 V EnterpriseBillingEngine: isEnterpriseAPN - Start: internet 510 10
11-30 15:20:06.251  2985  3825 V EnterpriseBillingPolicyStorage: getCurrentActiveProfiles - start - 
11-30 15:20:06.252  2985  3825 V EnterpriseBillingPolicyStorage: getCurrentActiveProfiles - end - null
11-30 15:20:06.252  2985  3825 V EnterpriseBillingEngine: isEnterpriseAPN - End: false
11-30 15:20:06.252  2985  3825 V EnterpriseBillingPolicyInternal: isEnterpriseAPN - End: false
11-30 15:20:06.254  3510  3660 D NetworkController.MobileSignalController(1/3): onDataActivity: direction=0
11-30 15:20:06.259 27264 27395 D Mms/Conversation: [end]    init consume time = 8890.312262
11-30 15:20:06.260  2985  2995 I IncomingCallNotifier: updateIncomingCall: foundIncomingcall = null
11-30 15:20:06.260  2985  2995 I Telecom : CallsManager : Notify com.android.server.telecom.BluetoothPhoneServiceImpl$2@1e0b697
11-30 15:20:06.261  3510  3660 D NetworkController.MobileSignalController(1/3): onCellLocationChanged
11-30 15:20:06.261  3775  4091 D PdnController<1>: onCellLocationChanged:
11-30 15:20:06.261  3775  4091 D VolteServiceModule: onCellLocationChanged, phoneId: 1
11-30 15:20:06.261  3775  4091 D RegiMgrBase: handleMessage: CELL_LOCATION_CHANGED
11-30 15:20:06.261  3775  4091 D RegiMgrBase<1>: updatePani:
11-30 15:20:06.261  3775  4091 D ImsUtil : getSubId:
11-30 15:20:06.262  3775  4091 D PaniGenerator<1>: generate: subId - 3
11-30 15:20:06.263  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:06.263  3775  4091 D ImsUtil : getSubId:
11-30 15:20:06.264  3775  4091 D PaniGenerator<1>: generate: network=13, fallbackPlmn=51010, subId=3
11-30 15:20:06.264  3775  4091 D ImsUtil : getSubId:
11-30 15:20:06.265  3775  4091 D PaniGenerator<1>: getPsPlmn: subId = 3
11-30 15:20:06.267  3775  4091 D PaniGenerator: getDataPlmn returns null
11-30 15:20:06.268  3775  4091 D PaniGenerator: generate: change to NW PLMN(51010)
11-30 15:20:06.268  3775  4091 D ImsUtil : getSubId:
11-30 15:20:06.269 27264 27395 D Mms/DbVersion: add COLUMN_SECRET_MESSAGE
11-30 15:20:06.270 27264 27395 E Mms/DbVersion: createMessagesProjection,Elapsed time : 2.215115 ms
11-30 15:20:06.270  2985  2995 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd1b28900, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:06.270  2985  2995 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd1b28900, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:06.271  3775  4091 D ImsUtil : getSubId:
11-30 15:20:06.272  2985  2995 D TelecomUtils: getSubIdForPhoneAccount : 3
11-30 15:20:06.272  2985  3678 D SLocation: cellList : 1
11-30 15:20:06.273  2985  2995 D TelecomUtils: getPhoneTypeFromCall : PhoneType = 1
11-30 15:20:06.273  2985  2995 D BluetoothPhoneService: getCurrentCallPhoneType, Phonetype : 1 (1)
11-30 15:20:06.273  2985  2995 D BluetoothPhoneService: isCdmaCall : false
11-30 15:20:06.273  2985  2995 I BluetoothPhoneService: updateHeadsetWithCallState : false
11-30 15:20:06.274  3775  4091 D PaniGenerator: setLkcForLastPani: No Last PANI header for Telkomsel VoLTE
11-30 15:20:06.274  3775  4091 D RegiMgrBase<1>: notifyNetworkEvent:
11-30 15:20:06.274  3775  4091 D RegiMgrBase<1>: buildNetworkEvent:
11-30 15:20:06.274  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:06.274  3775  4091 I chatty  : uid=1000(system) ImsServiceStub identical 9 lines
11-30 15:20:06.274  3775  4091 D PdnController<1>: getNetworkState:
11-30 15:20:06.274  3775  4091 D RegiMgrBase: handleMessage: PLANI_IN_TIME_CHANGED
11-30 15:20:06.275  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:20:06.275  2985  3825 D ConnectionServiceWrapper: ConnectionService -> Telecom[com.android.phone/com.android.services.telephony.TelephonyConnectionService]: removeCall TC@1_1
11-30 15:20:06.275  2985  3825 D Adapter : MSG_REMOVE_CALL, call.getExtras() : Bundle[{call_type=0, radiotech=null, call_domain=1, call_isMpty=false, connection_id=TC@1_1, SecCallExtra={ForwardingPresentation=null, IsEpdgW2L=false, Type=0, IsWifiCall=false, HDIcon=0, TelecomCallId=TC@1, audio_codec=AMR-NB, Domain=1, IsEpdgCall=false, ForwardingNumber=null, IsVolteConference=false, IsMultiparty=false}, android.telecom.extra.CALL_TECHNOLOGY_TYPE=1, audio_codec=AMR-NB}]
11-30 15:20:06.276  2985  3825 D ConnectionServiceWrapper: createConnection - phoneTypeChanged : 0 / call : [TC@1, DISCONNECTED, com.android.phone/com.android.services.telephony.TelephonyConnectionService, 1*8, A, childs(0), has_parent(false), unknown, unknown [Capabilities: CAPABILITY_HOLD CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO CAPABILITY_SPEED_UP_MT_AUDIO CAPABILITY_CONTROL_WAITINGCALL] [Properties:]]
11-30 15:20:06.276  2985  3825 V CallsManager: removeCall([TC@1, DISCONNECTED, com.android.phone/com.android.services.telephony.TelephonyConnectionService, 1*8, A, childs(0), has_parent(false), unknown, unknown [Capabilities: CAPABILITY_HOLD CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO CAPABILITY_SPEED_UP_MT_AUDIO CAPABILITY_CONTROL_WAITINGCALL] [Properties:]])
11-30 15:20:06.276  2985  3825 V ConnectionServiceWrapper: Call count decrement 0, com.android.phone/com.android.services.telephony.TelephonyConnectionService
11-30 15:20:06.277  2985  3825 I ConnectionServiceWrapper: Service unbound ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, from unbind.
11-30 15:20:06.277  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:20:06.280  2985  3678 I chatty  : uid=1000(system) SLocationeServi identical 2 lines
11-30 15:20:06.281  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:20:06.282  2985  3825 V ConnectionServiceWrapper: Removing Connection Service Adapter.
11-30 15:20:06.282  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:20:06.282  2985  3825 D ConnectionServiceWrapper: Telecom -> ConnectionService[com.android.phone/com.android.services.telephony.TelephonyConnectionService]: removeConnectionServiceAdapter com.android.server.telecom.ConnectionServiceWrapper$Adapter@e8b483e
11-30 15:20:06.282 27264 27395 D Mms/MessagingNotificationLight: [start]    init() consume time = 23.542308
11-30 15:20:06.283  2985  3825 D SecConnectionServiceWrapper: unbind()
11-30 15:20:06.283  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:20:06.289  2985  3678 I chatty  : uid=1000(system) SLocationeServi identical 4 lines
11-30 15:20:06.290  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:20:06.291  2985  3825 V CallsManager: canAddCall mCalls.size : 0
11-30 15:20:06.291  2985  3825 I InCallController: onCallRemoved: [TC@1, DISCONNECTED, null, 1*8, A, childs(0), has_parent(false), unknown, unknown [Capabilities: CAPABILITY_HOLD CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO CAPABILITY_SPEED_UP_MT_AUDIO CAPABILITY_CONTROL_WAITINGCALL] [Properties:]]
11-30 15:20:06.291  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:20:06.291  3470  3482 D TP/MmsSmsProvider: query, match:4000, calling pid = 27264, accessRestricted = false
11-30 15:20:06.293  2985  3825 D CallAudioManager: Call removed with id TC@TC@1 in state DISCONNECTED
11-30 15:20:06.293  2985  3825 D CallAudioManager: onCallLeavingState - 7
11-30 15:20:06.293  2985  3825 I ProximitySensorManager: All calls removed, resetting proximity sensor to default state
11-30 15:20:06.293  2985  3825 I TelecomWakeLock: WakeLock already released with id: 32
11-30 15:20:06.293  2985  3825 D SecCallsManagerListener: onCallRemoved : [TC@1, DISCONNECTED, null, 1*8, A, childs(0), has_parent(false), unknown, unknown [Capabilities: CAPABILITY_HOLD CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO CAPABILITY_SPEED_UP_MT_AUDIO CAPABILITY_CONTROL_WAITINGCALL] [Properties:]]
11-30 15:20:06.294  2985  3825 I SecCallsManagerListener: redialEmergencyCallForMTK FEATURE_MULTISIM_CHIP_TYPE is... false
11-30 15:20:06.294  2985  3825 I TelecomUtils: getVideoState -1
11-30 15:20:06.294  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:20:06.294  2985  3825 I TelecomExtensionManager: onCallRemoved call.size : 0 VideoState: -1 RingingCall : null
11-30 15:20:06.294  2985  3825 I TelecomExtensionManager: remove DsdsDiHangupNotiDialog
11-30 15:20:06.294  2985  3825 I TelecomUtils: removeDsdsDiHangupNotiDialog 
11-30 15:20:06.294  2985  3825 D TelecomDialogActivity: showDsdsDiHangupNotiDialog is null 
11-30 15:20:06.294  2985  3825 D AppLoggingUsageStateWatcher: unregisterUsageStatsWatcher
11-30 15:20:06.295  2985  3678 W SLocation: handleEvent ENTER : currentDirection 0
11-30 15:20:06.295  2985  3678 D SLocation: geofence id (15) detected : 1
11-30 15:20:06.298 27264 27395 D Mms/MessagingNotificationLight: [end]    init consume time = 15.326346
11-30 15:20:06.298  3470  3482 D TP/MmsSmsProvider: query, match 4000:Elapsed time : 6.817 ms
11-30 15:20:06.299  2985  3678 W SLocation: handleEvent EXIT : currentDirection 0
11-30 15:20:06.299  2985  3678 D SLocation: geofence id (16) detected : 2
11-30 15:20:06.300  2985  3825 D DataDuringCallDDSChange: restoreDefaultDataSubId() - mPrevDataSubId:-1, mDefaultDataSubscriptionChanged:false
11-30 15:20:06.300  2985  3825 I IncomingCallNotifier: updateIncomingCall: foundIncomingcall = null
11-30 15:20:06.301  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:20:06.303 27264 27395 D Mms/SpamFilter: [start]    SpamFilter fill() begin consume time = 5.157346
11-30 15:20:06.303  2985  3678 W SLocation: handleEvent EXIT : currentDirection 0
11-30 15:20:06.303  2985  3678 D SLocation: geofence id (19) detected : 2
11-30 15:20:06.306  2985  3825 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xbe8609c0, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:06.306  2985  3825 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xbe8609c0, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:06.306  2985  3678 W SLocation: handleEvent EXIT : currentDirection 0
11-30 15:20:06.306  2985  3678 D SLocation: geofence id (20) detected : 2
11-30 15:20:06.307  2985  3825 D TelecomUtils: getSubIdForPhoneAccount : 3
11-30 15:20:06.309  2985  3825 D TelecomUtils: getPhoneTypeFromCall : PhoneType = 1
11-30 15:20:06.309  2985  3825 D BluetoothPhoneService: getCurrentCallPhoneType, Phonetype : 1 (1)
11-30 15:20:06.309  2985  3825 D BluetoothPhoneService: isCdmaCall : false
11-30 15:20:06.309  2985  3825 I BluetoothPhoneService: updateHeadsetWithCallState : false
11-30 15:20:06.309  2985  3825 I CallsManager: isRinging()...false
11-30 15:20:06.309  2985  3825 I CallsManager: updatePhoneState: 0
11-30 15:20:06.309  2985  3825 D CallsManager: restoreDefaultVoiceSubId() - mPrevSubId:-1, mDefaultSubscriptionChanged:false
11-30 15:20:06.310  2985  3678 D SLocation: onCellLocationChanged 3 / 1
11-30 15:20:06.311  2985  3678 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 2985 / 1000 / 3678
11-30 15:20:06.312  2985  3825 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xbe861280, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:06.312  2985  3825 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xbe861280, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:06.313  2985  3825 D TelecomUtils: getSubIdForPhoneAccount : 3
11-30 15:20:06.313  2985  3678 D SLocation: cellList : 1
11-30 15:20:06.313  2985  3825 D CallsManager: restoreDefaultVoiceSubId : -1
11-30 15:20:06.315  2985 27515 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xa812f450, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:06.315  2985 27515 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xa812f450, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:06.315  2985  2985 D         : Auto Redial Delay to make it happen after call is disconnected
11-30 15:20:06.316  2985 27515 D TelecomUtils: getSubIdForPhoneAccount : 3
11-30 15:20:06.316  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:20:06.317  2985 27515 D SecCallLogManager: putSimInfoValue - subId : 3 / phoneId : 1
11-30 15:20:06.317  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:20:06.317  2615 26435 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] HWC_2_GLES by low FPS(0)
11-30 15:20:06.317  2985 27515 D TelecomFeature: mSimConfig = dsds
11-30 15:20:06.318  2985  2985 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xff967a40, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:06.319  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:20:06.319  2985  2985 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xff967a40, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:06.319  2985  2985 D TelecomUtils: getSubIdForPhoneAccount : 3
11-30 15:20:06.320  2985 27515 D TelecomFeature: flag = false
11-30 15:20:06.321  2985 27515 I SmartSpamManager: getSmartCallInfo : null
11-30 15:20:06.321  2985  2985 D AutoRedial: shouldMakeAutoRedial - isAutoRedialMode : false
11-30 15:20:06.321  2985 27515 I TelecomSystemDB: isEmergencyMode: false
11-30 15:20:06.321  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:20:06.321  2985 27515 I TelecomSystemDB: isUltraPowerSavingMode: false
11-30 15:20:06.322  3470 27634 D TP/MmsSmsProvider: query, match:400, calling pid = 27264, accessRestricted = false
11-30 15:20:06.322  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:20:06.323  2985  3678 I chatty  : uid=1000(system) SLocationeServi identical 1 line
11-30 15:20:06.324  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:20:06.324  2985 27515 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.smartcallprovider user:0
11-30 15:20:06.324  2985 27515 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:20:06.324  2985 27515 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.smartcallprovider user:0
11-30 15:20:06.324  2985 27515 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:20:06.325  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:20:06.329  2985  3678 I chatty  : uid=1000(system) SLocationeServi identical 5 lines
11-30 15:20:06.330  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:20:06.331  2985  3678 W SLocation: handleEvent ENTER : currentDirection 1
11-30 15:20:06.332  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:20:06.334  2985  3678 I chatty  : uid=1000(system) SLocationeServi identical 2 lines
11-30 15:20:06.335  2985  3678 W SLocation: handleEvent EXIT : currentDirection 2
11-30 15:20:06.351 27528 27528 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:20:06.352 27528 27528 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:20:06.353  2985  3901 D MotionRecognitionManager: @ member 0 =  
11-30 15:20:06.353 27528 27528 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.android.smartcallprovider 
11-30 15:20:06.355  2985  2985 D MediaSessionService: Global priority session is updated, active=false
11-30 15:20:06.365  2985  3002 I zygote  : Successfully killed process cgroup uid 15010078 pid 25912 in 76ms
11-30 15:20:06.365  2985  3002 I zygote  : Successfully killed process cgroup uid 15010078 pid 26060 in 0ms
11-30 15:20:06.371 26886 27524 I zygote  : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
11-30 15:20:06.380  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10138 ,Container id: 0
11-30 15:20:06.380  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10138 ,Container id: 0
11-30 15:20:06.380  2985  5090 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:06.385  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10138 ,Container id: 0
11-30 15:20:06.385  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10138 ,Container id: 0
11-30 15:20:06.385  2985  5090 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:06.387  2985  3901 D MotionRecognitionService:  open api 0
11-30 15:20:06.387  2985  3901 D MotionRecognitionService:   .unregisterCallback : 0, client= 
11-30 15:20:06.387  2985  3901 D MotionRecognitionService: Acc/Gyro will be disabled by motion sensor  = 1
11-30 15:20:06.387  2985  3901 D MotionRecognitionService: Acc/Gyro will be disabled by motion sensor  = 2
11-30 15:20:06.388  3510  3680 D vol.MediaSessions: updateRemoteControllerH null
11-30 15:20:06.390 27528 27528 D ActivityThread: Added TimaKeyStore provider
11-30 15:20:06.400 26238 26238 I InCallLog-Call_0 : setState: INCOMING -> DISCONNECTED
11-30 15:20:06.403 26238 26238 I InCallLog-Call_0 : updateFromTelecomCall - changed, [Capabilities: CAPABILITY_HOLD CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO CAPABILITY_CONTROL_WAITINGCALL]
11-30 15:20:06.403 16033 27498 I Fitness : OnPackageChangedOperation got intent: Intent { act=android.intent.action.PACKAGE_CHANGED dat=package:com.google.android.apps.docs flg=0x45000010 pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) } [CONTEXT service_id=17 ]
11-30 15:20:06.413  3510  3680 D vol.MediaSessions: onActiveSessionsUpdatedH n=0
11-30 15:20:06.419  3510  3680 D vol.MediaSessions: Removing Phone sentRemote=false
11-30 15:20:06.419  3510  3680 D vol.MediaSessions: onActiveSessionsUpdatedH n=0
11-30 15:20:06.449  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] first frame after HWC_2_GLES
11-30 15:20:06.449  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] GLES_2_HWC by high FPS(5)
11-30 15:20:06.463  2985  3901 D SensorService: Calling activate off 1601008243
11-30 15:20:06.463  2605  2605 I Sensors : AccelerometerSensor:setDelayAcc: handle 0, delay 66667000 ns, old_delay 20000000 ns
11-30 15:20:06.465  2985  3901 D SensorManager: unregisterListener ::   
11-30 15:20:06.465  2985  3901 D MotionRecognitionService:   .finalizeMotionEngine
11-30 15:20:06.465  2985  3901 I MotionRecognitionManager:   .unregisterListener : / listener count = 1->0,  
11-30 15:20:06.492 26238 26238 I InCall  : CallList - getDelayForDisconnect: no delay for missed/rejected incoming calls
11-30 15:20:06.493 26238 26238 I InCall  : CallList - onDisconnect: [Call_0, DISCONNECTED, domain:1, Audio Only, NO_REQUEST, isholded:false, children:[], parent:null, conferenceable:[], FRONT]
11-30 15:20:06.495 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:06.498 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:20:06.498 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:20:06.498 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:20:06.501 26238 26238 I IncomingCallImageHandle: enableArrowAnimation: enable = true
11-30 15:20:06.501 26238 26238 I IncomingCallImageHandle: updateHandle: NORMAL
11-30 15:20:06.501 26238 26238 I IncomingCallImageHandle: removeArrowMsg
11-30 15:20:06.504 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...1 onAnimationEnd
11-30 15:20:06.504 26238 26238 I IncomingCallImageHandle: enableArrowAnimation: enable = true
11-30 15:20:06.504 26238 26238 I IncomingCallImageHandle: updateHandle: NORMAL
11-30 15:20:06.504 26238 26238 I IncomingCallImageHandle: removeArrowMsg
11-30 15:20:06.504 26238 26238 I IncomingCallImageHandle: animateForArrowContainer...2 onAnimationEnd
11-30 15:20:06.508 26238 26238 I InCall  : RTTUtil - shouldShowRttAnswerFragment: false
11-30 15:20:06.509 26238 26238 I IncomingCallImageHandle: enableArrowAnimation: enable = false
11-30 15:20:06.509 26238 26238 I IncomingCallImageHandle: removeArrowMsg
11-30 15:20:06.509 26238 26238 I IncomingCallImageHandle: enableArrowAnimation: enable = false
11-30 15:20:06.509 26238 26238 I IncomingCallImageHandle: removeArrowMsg
11-30 15:20:06.509 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:06.509 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:20:06.509 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:20:06.509 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:20:06.509 26238 26238 I IncomingCallImageHandle: enableArrowAnimation: enable = true
11-30 15:20:06.510 26238 26238 I IncomingCallImageHandle: updateHandle: NORMAL
11-30 15:20:06.510 26238 26238 I IncomingCallImageHandle: removeArrowMsg
11-30 15:20:06.510 26238 26238 I IncomingCallImageHandle: enableArrowAnimation: enable = true
11-30 15:20:06.510 26238 26238 I IncomingCallImageHandle: updateHandle: NORMAL
11-30 15:20:06.510 26238 26238 I IncomingCallImageHandle: removeArrowMsg
11-30 15:20:06.510 26238 26238 I InCall  : RTTUtil - shouldShowRttAnswerFragment: false
11-30 15:20:06.510 26238 26238 I IncomingCallImageHandle: enableArrowAnimation: enable = false
11-30 15:20:06.510 26238 26238 I IncomingCallImageHandle: removeArrowMsg
11-30 15:20:06.510 26238 26238 I IncomingCallImageHandle: enableArrowAnimation: enable = false
11-30 15:20:06.510 26238 26238 I IncomingCallImageHandle: removeArrowMsg
11-30 15:20:06.510 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:06.511 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:20:06.511 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:20:06.511 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:20:06.511 26238 26238 I IncomingCallImageHandle: enableArrowAnimation: enable = true
11-30 15:20:06.511 26238 26238 I IncomingCallImageHandle: updateHandle: NORMAL
11-30 15:20:06.511 26238 26238 I IncomingCallImageHandle: removeArrowMsg
11-30 15:20:06.511 26238 26238 I IncomingCallImageHandle: enableArrowAnimation: enable = true
11-30 15:20:06.511 26238 26238 I IncomingCallImageHandle: updateHandle: NORMAL
11-30 15:20:06.511 26238 26238 I IncomingCallImageHandle: removeArrowMsg
11-30 15:20:06.511 26238 26238 I InCall  : RTTUtil - shouldShowRttAnswerFragment: false
11-30 15:20:06.511 26238 26238 I IncomingCallImageHandle: enableArrowAnimation: enable = false
11-30 15:20:06.511 26238 26238 I IncomingCallImageHandle: removeArrowMsg
11-30 15:20:06.511 26238 26238 I IncomingCallImageHandle: enableArrowAnimation: enable = false
11-30 15:20:06.511 26238 26238 I IncomingCallImageHandle: removeArrowMsg
11-30 15:20:06.514 26238 26238 I InCallLog-FLOW-AnswerPresenter : onDisconnect, reserved answer : -1, Audio Only
11-30 15:20:06.514 26238 26238 V InCall  : InCallPresenter -  - InCallPresenter : onDisconnect
11-30 15:20:06.516 26238 26238 I InCall  : InCallPresenter -  - InCallPresenter CRANE FEATURE: false
11-30 15:20:06.524 26238 26238 I InCall  : InCallUISystemDB - getTtyNotification, show : 0
11-30 15:20:06.532 26238 26238 I InCall  : InCallPresenter -  - onCallListChange: start
11-30 15:20:06.532 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:06.538 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:20:06.539 26238 26238 I InCall  : InCallUISystemDB - isOtaStarted : false
11-30 15:20:06.539 26238 26238 I InCall  : InCallUISystemDB - isSetupWizardComplete: 1
11-30 15:20:06.553 26238 26238 I InCall  : InCallUISystemDB - currentLauncher : com.sec.android.app.launcher
11-30 15:20:06.562 26238 26238 D InCall  : InCallPresenter -  - perf - startOrFinishUi startINCOMING -> INCALL
11-30 15:20:06.563 26238 26238 V BikeModeUtils: isBikeMode: false
11-30 15:20:06.563 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:20:06.563 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:06.563 26238 26238 D BikeModeController: bike mode newStateINCALL
11-30 15:20:06.563 26238 26238 D InCall  : InCallPresenter -  - alreadyOutgoing: false
11-30 15:20:06.609  2985  3901 D CallMotion: Unregister Intent.SEM_ACTION_PALM_DOWN Receiver
11-30 15:20:06.610  2985  2985 I Telecom : Ringer : handleMessage 45
11-30 15:20:06.610  2985  3901 I Ringer  : setIsRinging true -> false
11-30 15:20:06.610  2985  3901 I CallAudioModeStateMachine: Abandoning audio focus: now UNFOCUSED init:true
11-30 15:20:06.610  2985  2985 D CustomVibration: - stopVibration isVibrating is null 
11-30 15:20:06.610  2985  3901 I Telecom : CallAudioModeStateMachine : setAudioParametersForMode : MODE_RINGTONE -> MODE_NORMAL
11-30 15:20:06.610  2985  3901 I Telecom : CallAudioModeStateMachine : init Audio Parameters: 
11-30 15:20:06.610  2985  3901 I Telecom : CallAudioModeStateMachine : no offParam for CALL_STATUS_CS_VOICE_CP_VIDEO_CALL_OFF
11-30 15:20:06.610  2985  3901 I Telecom : CallAudioModeStateMachine : setAudioParam CALL_STATUS_CS_VOICE_CP_VIDEO_CALL_OFF
11-30 15:20:06.618  2985  5086 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.youtube cmp = androidx.work.impl.background.systemalarm.RescheduleReceiver newState = 1 callingPackage = 10161/com.google.android.youtube
11-30 15:20:06.618 26238 26238 D InCall  : InCallPresenter -  - isFirstPendingOutgoing = false, isEmergencyPendingOutgoing = false, showCallUi = false, mainUiNotVisible = false
11-30 15:20:06.618 26238 26238 D InCall  : InCallPresenter -  - After checking for exception cases, showCallUi = false, mainUiNotVisible = false
11-30 15:20:06.619 26238 26238 D InCall  : InCallPresenter -  - perf - startOrFinishUi end
11-30 15:20:06.619 26238 26238 I InCall  : InCallPresenter -  - Phone switching state: INCOMING -> INCALL
11-30 15:20:06.621  2697 21290 V APM_AudioPolicyManager: setAudioPolicyConfig: CallState=1
11-30 15:20:06.624  2594  5147 D audio_hw_primary: adev_set_parameters: enter: kvpairs: CallState=1
11-30 15:20:06.624  2594  5147 D audio_hw_primary: CallState val=0x1 
11-30 15:20:06.630  2697 21290 V MultiRecordManager: setParameters(): io 0, keyvalue CallState=1, calling pid 2985
11-30 15:20:06.630  2985  3901 I Telecom : SystemPropertiesManager set call.3rdParty 0
11-30 15:20:06.638  2719  2795 D CommandListener: bwctrlcmd: argc=3 bandwidth addniceapps ...
11-30 15:20:06.642 26238 26238 D InCall  : ScreenControlUtils - showNavigationBar : true
11-30 15:20:06.642 26238 26238 D InCall  : InCallUtils - isEcholocateEnabled name = UI
11-30 15:20:06.642 26238 26238 D InCall  : InCallUtils - isEcholocateEnabled enabled = false
11-30 15:20:06.642 26238 26238 I InCall  : InCallPresenter -  - CallState change: INCOMING -> DISCONNECTED
11-30 15:20:06.642 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:20:06.643 26238 26238 D InCall  : CallList - isIncomingMissedCall : true
11-30 15:20:06.643 26238 26238 I InCall  : InCallPresenter -  - maybeShowErrorDialogOnDisconnect
11-30 15:20:06.643 26238 26238 I InCall  : InCallPresenter -  - getDescription : 
11-30 15:20:06.643 26238 26238 I InCall  : InCallPresenter -  - getCode : 5, getReason : INCOMING_MISSED
11-30 15:20:06.643 26238 26238 I InCall  : InCallActivity -  - maybeShowErrorDialogOnDisconnect
11-30 15:20:06.644  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:20:06.644  2719  2795 E IptablesRestoreController: -I bw_happy_box -m owner --uid-owner 10138 --jump RETURN
11-30 15:20:06.644  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:20:06.654  2985  3901 V AudioService: setModeInt(mode=0, pid=2985, caller=com.android.server.telecom)
11-30 15:20:06.661 16033 27526 I Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_CHANGED [CONTEXT service_id=17 ]
11-30 15:20:06.663  2985  3901 I AudioService: setModeInt() called setPhoneState
11-30 15:20:06.663 26886 27524 D libGLESv2: STS_GLApi : DTS, ODTC are not allowed for Package : com.parallel.space.lite
11-30 15:20:06.663  2697 21290 V APM_AudioPolicyManager: updateSetCaptureState() mode = 0
11-30 15:20:06.663  2697 21290 V APM_AudioPolicyManager: updateSetCaptureState() false
11-30 15:20:06.666  2594  5147 I audio_hw_primary: adev_set_mode() mode 0
11-30 15:20:06.667  2594  5147 I audio_hw_primary: Entering other mode state, call_active=0, mode=0
11-30 15:20:06.667  2594  5147 D audio_hw_primary: ### Send stop PCM clock IPC
11-30 15:20:06.669  2594  5147 D audio_hw_primary: select_mode WAKEUP_ON
11-30 15:20:06.669  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:20:06.669  2719  2795 E IptablesRestoreController: -I bw_happy_box -m owner --uid-owner 10138 --jump RETURN
11-30 15:20:06.669  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:20:06.669  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:20:06.669  2697 21290 I APM_AudioPolicyManager: setPhoneState() state 0
11-30 15:20:06.669  2697 21290 V APM::AudioPolicyEngine: setPhoneState() state 0
11-30 15:20:06.669  2697 21290 I APM_AudioPolicyManager: setPhoneState() teardownOffload
11-30 15:20:06.669  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:20:06.670  2697 21290 V APM_AudioPolicyManager: setOutputDevice() device 0000 delayMs 0
11-30 15:20:06.670  2697 21290 V APM_AudioPolicyManager: setOutputDevice() prevDevice 0x0006
11-30 15:20:06.670  2697 21290 V APM_AudioPolicyManager: setOutputDevice() changing device
11-30 15:20:06.670  2697 21290 V APM_AudioPolicyManager: checkAndSetVolume() cannot set stream 6 volume with force use = 0 for comm
11-30 15:20:06.670  2697 21290 V APM_AudioPolicyManager: computeVolume : camera shutter sound volume 1.000000
11-30 15:20:06.670  2697 21290 E APM_AudioPolicyManager: computeVolume: invalid stream type(15) or invalid index (0) return 0.1f
11-30 15:20:06.675  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:20:06.675  2719  2795 E IptablesRestoreController: -D fw_standby_uid -m owner --uid-owner 10138 -j DROP
11-30 15:20:06.675  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:20:06.680 26238 26238 D SamsungAnalytics111040: [DLCBinder] already send register request
11-30 15:20:06.681 26238 26238 D SamsungAnalytics111040: [DLCBinder] already send register request
11-30 15:20:06.681 26238 26238 I InCall  : InCallPresenter -  - CallType change: 0 -> 0
11-30 15:20:06.681 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:20:06.681 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:20:06.681 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:20:06.681 26238 26238 D InCall  : CallList - isIncomingMissedCall : true
11-30 15:20:06.682 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:06.682 26238 26238 D InCall  : CallCardPresenter -  - shouldRefreshPrimaryInfo - false
11-30 15:20:06.688  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:20:06.688  2719  2795 E IptablesRestoreController: -D fw_standby_uid -m owner --uid-owner 10138 -j DROP
11-30 15:20:06.688  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:20:06.688  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:20:06.693  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
11-30 15:20:06.693 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:06.694  2697 21290 V APM_AudioPolicyManager: ### active stream : 0
11-30 15:20:06.694  2985  3901 D AudioService: active stream is 0x0
11-30 15:20:06.695  2697 21290 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 2, device 00000002, index 0
11-30 15:20:06.696  2697 21290 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 8, device 00000002, index 0
11-30 15:20:06.697 26238 26238 V InCall  : VoiceCallCardFragment - setCallState DISCONNECTED
11-30 15:20:06.697  2985  3901 I AudioService: setRingerModeInt is called by pid: 2985, uid=1000, Mode= 0
11-30 15:20:06.698  2697 21290 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 8, device 00000001, index 0
11-30 15:20:06.698  2697 21290 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 8, device 00000002, index 0
11-30 15:20:06.698  2697 21290 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 8, device 00000004, index 0
11-30 15:20:06.698  2985  3901 V CallAudioModeStateMachine: abandoning audio focus
11-30 15:20:06.698 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:06.698  2697 21290 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 8, device 00000008, index 0
11-30 15:20:06.698  2985  3901 I MediaFocusControl: abandonAudioFocus() from uid/pid 1000/2985 clientId=AudioFocus_For_Phone_Ring_And_Calls
11-30 15:20:06.698 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:20:06.698 26238 26238 D InCall  : CallList - isIncomingMissedCall : true
11-30 15:20:06.698  2985  3901 D MediaFocusControl: abandonAudioFocus, clientId = AudioFocus_For_Phone_Ring_And_Calls
11-30 15:20:06.698  2697 21290 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 8, device 00000010, index 0
11-30 15:20:06.698  2985  3901 D AudioService: GetAppDevice, uid=1000
11-30 15:20:06.698  2985  3901 D MediaFocusControl: selectFocusStack, uid = 1000, appDevice = 0, device = 2
11-30 15:20:06.698  2697 21290 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 8, device 00000020, index 0
11-30 15:20:06.698  2697 21290 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 8, device 40000000, index 0
11-30 15:20:06.699  2697 21290 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 10, device 00000001, index 1
11-30 15:20:06.699  2697 21290 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 10, device 00000002, index 1
11-30 15:20:06.699  2697 21290 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 10, device 00000004, index 6
11-30 15:20:06.699  2697 21290 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 10, device 00000008, index 4
11-30 15:20:06.699  2697 21290 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 10, device 00000020, index 9
11-30 15:20:06.699  2697 28481 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 10, device 00000080, index 8
11-30 15:20:06.699  2697 28481 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 10, device 00008000, index 15
11-30 15:20:06.699  2697 28481 V APM_AudioPolicyManager: setStreamVolumeIndex() stream 10, device 40000000, index 7
11-30 15:20:06.700  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice;audioservice
11-30 15:20:06.700  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:20:06.700  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:20:06.700  2985  5086 D TelecomUtils: isAdditionalPrivilegedDialer: com.samsung.android.incallui
11-30 15:20:06.702  2985  5086 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0x9f98ab80, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:06.702  7864  7864 D AudioManager: dispatching onAudioFocusChange(1) to android.media.AudioManager$9e6de2forg.chromium.content.browser.AudioFocusDelegate$fda3594
11-30 15:20:06.702  2985  5086 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0x9f98ab80, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:06.702  2985  3901 I CallAudioModeStateMachine: Abandoning audio focus: now UNFOCUSED finish
11-30 15:20:06.702  2985  3900 I CallAudioRouteStateMachine: Message received: SWITCH_FOCUS=4001, arg1=1
11-30 15:20:06.703  2985  3900 I Telecom : SecBluetoothManager : mBluetoothHeadset is null
11-30 15:20:06.704  2594  5147 W DeviceHAL: Device 0xf2a08a00 get_mic_mute: Function not implemented
11-30 15:20:06.704  2594  5147 W DeviceHAL: Device 0xf2a2ab40 get_mic_mute: Function not implemented
11-30 15:20:06.705 13010 27500 I Fitness : OnPackageChangedOperation got intent: Intent { act=android.intent.action.PACKAGE_CHANGED dat=package:com.google.android.apps.docs flg=0x45000010 pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) } [CONTEXT service_id=17 ]
11-30 15:20:06.708 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:06.708 26238 26238 I InCall  : InCallUISystemDB - isSetupWizardComplete: 1
11-30 15:20:06.708 26238 26238 I InCall  : CallCardFragment - showMenu: false
11-30 15:20:06.708 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:20:06.708 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:20:06.708 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:20:06.708 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:06.709 26238 26238 I InCall  : CallButtonFragmentManager -  - getInCallState INCALL
11-30 15:20:06.709 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:20:06.709 26238 26238 D InCall  : CallList - isIncomingMissedCall : true
11-30 15:20:06.709 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:06.709 26238 26238 D InCall  : StatusBarNotifier - updateInCallNotification(allowFullScreenIntent = false)...
11-30 15:20:06.709 26238 26238 D InCall  : StatusBarNotifier - isOutgoingWithoutIncallUi = false
11-30 15:20:06.718  2615 26435 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] HWC_2_GLES by low FPS(0)
11-30 15:20:06.728 26238 26238 D Noti_WTF: custom notification is detected - 1638260374336 : 1638260374336 : 0 : null
11-30 15:20:06.737 26238 26238 D Noti_WTF: custom notification is detected - 1638260374360 : 1638260374374 : 0 : null
11-30 15:20:06.747  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228255 RxPkts=4187603 TxBytes=586829156 RxBytes=4502478788 , Foreground uid=1001 pkgName=com.samsung.android.incallui txBytes=0 rxBytes=0
11-30 15:20:06.748 26238 26238 D InCall  : StatusBarNotifier - cancel user: 0
11-30 15:20:06.749 26238 26238 D ReflectUtil: cancelAsUser is called
11-30 15:20:06.762 26238 26238 D InCall  : StatusBarNotifier - updateFgCallState mFgCallState :0
11-30 15:20:06.763  3510  3510 I MultiSimMgrUtils: Check Call SIM1 : 0, SIM2 : 0
11-30 15:20:06.765 26238 26238 I InCall  : SECVT:FLOW - VideoCallManager - setPrimaryCall : disconnect,  [Call_0, DISCONNECTED, domain:1, Audio Only, NO_REQUEST, isholded:false, children:[], parent:null, conferenceable:[], FRONT] CallDetails{HD:false, ModifyState:NONE,  VideoDetails { VideoContext{DISCONNECTED, DimensionType=QCIF, Peer= {480 X 640} , Preview= {176 X 144} , SecVideoState=NONE, VideoSession=false, ConferecedVideoRx=false, ReadyVideoProvider=false}  CVO=true, Quality=default, PauseState=NONE }  , Multipartyfalse, EarlyMedia:false}
11-30 15:20:06.767 26238 26238 I InCall  : SECVT:VIDEO - VideoPauseController - Destroy PrimaryCallContext
11-30 15:20:06.768 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:06.768 26238 26238 D BikeModeAudioManager: isRingtonePlaying = false
11-30 15:20:06.769 26238 26238 D InCall  : AnimationCenter - onStateChange: [INCOMING] -> [DISCONNECTED]
11-30 15:20:06.769 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:20:06.769 26238 26238 D InCall  : CallList - isIncomingMissedCall : true
11-30 15:20:06.769 26238 26238 D InCall  : AnimationCenter - - incoming call is missed
11-30 15:20:06.769 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:20:06.770 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:20:06.770 26238 26238 D InCall  : CallList - isIncomingMissedCall : true
11-30 15:20:06.770 26238 26238 V InCall  : ColoredBackgroundElement -  - updateBackgroundState: skip
11-30 15:20:06.771 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:20:06.771 26238 26238 D InCall  : CallList - isIncomingMissedCall : true
11-30 15:20:06.771 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:06.772 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:20:06.772 26238 26238 D InCall  : CallList - isIncomingMissedCall : true
11-30 15:20:06.772 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:06.773 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:20:06.773  3510  3510 D StatusBar: disable<E i a!s B H R c s q >
11-30 15:20:06.774 26238 26238 V BikeModeUtils: isBikeMode: false
11-30 15:20:06.774 26238 26238 I InCall  : InCallActivity -  - setStatusBar = true
11-30 15:20:06.775 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:06.775 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:20:06.776 26238 26238 D BikeModeController: setStatusBar...
11-30 15:20:06.782  3510  3510 D StatusBar: heads up is enabled
11-30 15:20:06.782  3510  3510 D CollapsedStatusBarFragment: disable<E i a!s B H R c s q >
11-30 15:20:06.784  3510  3510 D KeyguardUpdateMonitor: handlePhoneStateChanged(IDLE)
11-30 15:20:06.795  3510  3510 D KeyguardFingerPrint: shouldListenForFingerprint ( isFingerprintEnabled = true , mKeyguardIsVisible = false , mDeviceInteractive = true , mBouncer = false , mGoingToSleep = false , mSwitchingUser = false , mFingerprintWakingUp = false , mKeyguardUnlocking = false , mKeyguardShowing = true , mKeyguardOccluded = true
11-30 15:20:06.797 18545 18545 I NotificationService: Notification Removed
11-30 15:20:06.799  3510  3510 E KeyguardFingerPrint: updateFingerprintListeningState#mFingerprintRunningState=0 shouldListenForFingerprint=true
11-30 15:20:06.799  3510  3510 E KeyguardFingerPrint: startListeningForFingerprint()
11-30 15:20:06.806 26238 26238 I InCall  : InCallPresenter -  - onCallListChange mOldCallState: 10 end
11-30 15:20:06.807 26238 26238 D InCall  : InCallUtils - setMergeAfterAnswer - merge : false
11-30 15:20:06.807 26238 26238 D InCall  : SoundEffect - turnOnExtraVol: false
11-30 15:20:06.807  2697 21290 V APM_AudioPolicyManager: setAudioPolicyConfig: extraVolume=false
11-30 15:20:06.808  2697 21290 D PermissionCache: checking android.permission.MODIFY_AUDIO_SETTINGS for uid=1001 => granted (280 us)
11-30 15:20:06.808  2594  5147 D audio_hw_primary: adev_set_parameters: enter: kvpairs: extraVolume=false
11-30 15:20:06.809  2697 21290 V MultiRecordManager: setParameters(): io 0, keyvalue extraVolume=false, calling pid 26238
11-30 15:20:06.809 26238 26238 W AppLogging: call is not started
11-30 15:20:06.811 26238 26238 I InCall  : SECVT:FULLSCREEN - setFullScreen FullScreenMode is unavailable
11-30 15:20:06.811 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:06.811 26238 26238 D BikeModeAudioManager: Stop Ringtone called
11-30 15:20:06.811 26238 26238 I PhoneVoiceRecorderManager: onDisconnect()
11-30 15:20:06.811 26238 26238 I PhoneVoiceRecorderManager: putManualRecordStarted(), put isStarted: false, id: Call_0
11-30 15:20:06.812 26238 26238 I InCallLog-Telecom-Call_0 : TelecomCallCallback - onDetailsChanged, canUpdate : true
11-30 15:20:06.812 26238 26238 D InCall  : Call -  - updateFromTelecomCall: Call [id: TC@1, state: DISCONNECTED, details: [pa: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}, hdl: [****], caps: [Capabilities: CAPABILITY_HOLD CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO CAPABILITY_CONTROL_WAITINGCALL], props: [Properties:]]]
11-30 15:20:06.816  2985  5086 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:06.816  2985  5086 I FingerprintService: Active Biometrics : true
11-30 15:20:06.817 26238 26238 I InCall  : CallUpdateUtil -  - Call needToUpdateDirectly: send BLOCK_UPDATE_WITHIN_TOO_SHORT_TIME
11-30 15:20:06.817 26238 26238 I InCall  : CallUpdateUtil -  - Call notifyUpdateCallback
11-30 15:20:06.818 26238 26238 I InCall  : CallList - getDelayForDisconnect: no delay for missed/rejected incoming calls
11-30 15:20:06.818  2985  3024 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.youtube cmp = androidx.work.impl.background.systemalarm.RescheduleReceiver newState = 1 callingPackage = 10161/com.google.android.youtube
11-30 15:20:06.819  2985  5086 I FingerprintService: authenticate: groupId=0 from pid=3510
11-30 15:20:06.819 26238 26238 I InCall  : CallList - onUpdate - [Call_0, DISCONNECTED, domain:1, Audio Only, NO_REQUEST, isholded:false, children:[], parent:null, conferenceable:[], FRONT]
11-30 15:20:06.819  2985  5086 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:06.819  2985  5086 I FingerprintService: Active Biometrics : true
11-30 15:20:06.819 26238 26238 I InCall  : CallSContextMotion - stopFlatMotionListening
11-30 15:20:06.820 26238 26238 I InCall  : InCallPresenter -  - onCallListChange: start
11-30 15:20:06.820 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:06.820 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:20:06.820 26238 26238 I InCall  : InCallUISystemDB - isOtaStarted : false
11-30 15:20:06.820 26238 26238 I InCall  : InCallUISystemDB - isSetupWizardComplete: 1
11-30 15:20:06.824 26238 26238 I InCall  : InCallUISystemDB - currentLauncher : com.sec.android.app.launcher
11-30 15:20:06.825 26238 26238 D InCall  : InCallPresenter -  - perf - startOrFinishUi startINCALL -> INCALL
11-30 15:20:06.825 26238 26238 V BikeModeUtils: isBikeMode: false
11-30 15:20:06.826 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:20:06.826 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:06.826 26238 26238 D BikeModeController: bike mode newStateINCALL
11-30 15:20:06.826 26238 26238 D InCall  : InCallPresenter -  - alreadyOutgoing: false
11-30 15:20:06.826 26238 26238 I InCall  : InCallPresenter -  - Phone switching state: INCALL -> INCALL
11-30 15:20:06.826 26238 26238 D InCall  : ScreenControlUtils - showNavigationBar : true
11-30 15:20:06.827 26238 26238 D InCall  : InCallUtils - isEcholocateEnabled name = UI
11-30 15:20:06.827 26238 26238 D InCall  : InCallUtils - isEcholocateEnabled enabled = false
11-30 15:20:06.828 26238 26238 I InCall  : InCallPresenter -  - CallState change: DISCONNECTED -> DISCONNECTED
11-30 15:20:06.828 26238 26238 I InCall  : InCallPresenter -  - CallType change: 0 -> 0
11-30 15:20:06.828 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:20:06.828 26238 26238 D InCall  : CallList - isIncomingMissedCall : true
11-30 15:20:06.829 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:06.830 26238 26238 D InCall  : CallCardPresenter -  - shouldRefreshPrimaryInfo - false
11-30 15:20:06.830  3510  3510 D PlaybackStateMonitor_LOCK: onActiveSessionsChanged() controllers: Size: 0
11-30 15:20:06.830  3510  3510 D PlaybackStateMonitor_LOCK: updateController: , current controller = 
11-30 15:20:06.830  3510  3510 D MusicController_LOCK: onSessionEnabled() enabled = true, mEnabled = false, lastSession = , activeSession = null
11-30 15:20:06.832 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:06.832  2740  2740 I vendor.samsung.hardware.biometrics.fingerprint@2.1-service: getAuthenticatorId()
11-30 15:20:06.832 26238 26238 V InCall  : VoiceCallCardFragment - setCallState DISCONNECTED
11-30 15:20:06.834 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:06.834 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:20:06.834 26238 26238 D InCall  : CallList - isIncomingMissedCall : true
11-30 15:20:06.836  2740  2740 D bauth_service: BAuthService, 371
11-30 15:20:06.836  2740  2740 D bauth_FPBAuthService: thread id : 3, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:06.836  2740  2740 D bauth_service: BAuthService, 390
11-30 15:20:06.836  2985  5086 D TelecomUtils: isAdditionalPrivilegedDialer: com.samsung.android.incallui
11-30 15:20:06.836  2985  2985 W FingerprintService: updateActiveGroup[getAuthenticatorId] FP_FINISH (16ms)
11-30 15:20:06.837  2985  5086 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0x9f98ab80, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:06.837  2985  5086 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0x9f98ab80, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:06.838  2985  2985 D FingerprintService: ClientMonitor: 10000000000000000000000000010111
11-30 15:20:06.838  3510  3510 D StatusBar: disable<e!i a s B H R c s q >
11-30 15:20:06.839  3510  3510 D CollapsedStatusBarFragment: disable<e!i a s B H R c s q >
11-30 15:20:06.839  2740  2740 I vendor.samsung.hardware.biometrics.fingerprint@2.1-service: authenticate(sid=0, gid=0)
11-30 15:20:06.839  2740  2740 D bauth_service: BAuthService, 324
11-30 15:20:06.839  2740  2740 D bauth_service: BAuthService, 54
11-30 15:20:06.840  2740 27565 D bauth_FPBAuthService: wci 99 99
11-30 15:20:06.840  2740 27565 D bauth_FPBAuthService: FPBAuthService, 654
11-30 15:20:06.840  2740 27565 E (FPLOG) : 2.0.36.0 DeviceSetClock 1
11-30 15:20:06.845 26238 26238 D InCallUtilsMultiSIM: SimNumeric = 51010
11-30 15:20:06.845 26238 26238 D InCall  : InCallUIConfig - getSimOperatorNumeric: 51010
11-30 15:20:06.845 26238 26238 D InCall  : InCallUtils - isHdIconNotSupportUsim simOperator :51010
11-30 15:20:06.846 26238 26238 D InCall  : InCallUtils - getCallAudioCodec getId :Call_0 / codeType :1
11-30 15:20:06.846 26238 26238 D InCall  : InCallUtils - isShowHDVoiceIcon opStyleForHDIcon:XID_HD isPSDomain : false isWBMode : false ShowHDVoice : false
11-30 15:20:06.846 26238 26238 D InCall  : InCallUtils - getIconType() preferHDIcon: false icon type : 0
11-30 15:20:06.847 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:06.848 26238 26238 I InCall  : InCallUISystemDB - isSetupWizardComplete: 1
11-30 15:20:06.848 26238 26238 I InCall  : CallCardFragment - showMenu: false
11-30 15:20:06.848 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:20:06.848 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:20:06.848 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:20:06.849 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:06.849 26238 26238 I InCall  : CallButtonFragmentManager -  - getInCallState INCALL
11-30 15:20:06.849 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:20:06.849 26238 26238 D InCall  : CallList - isIncomingMissedCall : true
11-30 15:20:06.849 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:06.849 26238 26238 D InCall  : StatusBarNotifier - updateInCallNotification(allowFullScreenIntent = false)...
11-30 15:20:06.849  2740  2740 D bauth_Worker: Worker, 48
11-30 15:20:06.849 26238 26238 D InCall  : StatusBarNotifier - isOutgoingWithoutIncallUi = false
11-30 15:20:06.850  2740  2740 D bauth_FPBAuthService: thread id : 3, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:06.850  2740  2740 D bauth_service: BAuthService, 365
11-30 15:20:06.850  2985  2985 W FingerprintService: startAuthentication FP_FINISH (11ms) RESULT: 0
11-30 15:20:06.851 26238 26238 D InCall  : StatusBarNotifier - updateFgCallState mFgCallState :0
11-30 15:20:06.852  2740 27565 D bauth_FPDLBAuthSensorControl: FPDLBAuthSensorControl, 202
11-30 15:20:06.852  2740 27565 D bauth_FPBAuthService: FPBAuthService, 671
11-30 15:20:06.852  2740 27565 D bauth_FPBAuthService: FPBAuthService, 3464
11-30 15:20:06.853 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:06.853 26238 26238 D BikeModeAudioManager: isRingtonePlaying = false
11-30 15:20:06.853 26238 26238 D InCall  : AnimationCenter - onStateChange: [DISCONNECTED] -> [DISCONNECTED]
11-30 15:20:06.853 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:20:06.853 26238 26238 D InCall  : CallList - isIncomingMissedCall : true
11-30 15:20:06.853 26238 26238 D InCall  : AnimationCenter - - incoming call is missed
11-30 15:20:06.854 26238 26238 D InCall  : CallList - isIncomingAnsweredElsewhere : false
11-30 15:20:06.854 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:20:06.854 26238 26238 D InCall  : CallList - isIncomingMissedCall : true
11-30 15:20:06.854 26238 26238 V InCall  : ColoredBackgroundElement -  - updateBackgroundState: skip
11-30 15:20:06.855 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:20:06.855 26238 26238 D InCall  : CallList - isIncomingMissedCall : true
11-30 15:20:06.855  2740 27565 I TLC_BAUTH: Call FUNC ID 0x3 , 3;477
11-30 15:20:06.855  2740 27565 I tlc_communication: tlc_open() called;82
11-30 15:20:06.855  2740 27565 I tlc_communication: Opening MobiCore device;86
11-30 15:20:06.855 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:06.856 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:20:06.856 26238 26238 D InCall  : CallList - isIncomingMissedCall : true
11-30 15:20:06.857  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] first frame after HWC_2_GLES
11-30 15:20:06.857  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] GLES_2_HWC by high FPS(5)
11-30 15:20:06.857 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:06.857 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:20:06.857  2740 27565 I TeeDriverClient: driver client open [hardware/samsung_slsi/exynos7870/mobicore/ClientLib/src/driver_client.cpp:103]
11-30 15:20:06.857  2740 27565 I tlc_communication: Allocating WSM for TCI;100
11-30 15:20:06.857  2740 27565 I tlc_communication: Opening the session;116
11-30 15:20:06.858 26238 26238 V BikeModeUtils: isBikeMode: false
11-30 15:20:06.858 26238 26238 I InCall  : InCallActivity -  - setStatusBar = true
11-30 15:20:06.861 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:06.862 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:20:06.862 26238 26238 D BikeModeController: setStatusBar...
11-30 15:20:06.864 26238 26238 I InCall  : InCallPresenter -  - onCallListChange mOldCallState: 10 end
11-30 15:20:06.864 26238 26238 I PhoneVoiceRecorderManager: onRecorderStateChange()
11-30 15:20:06.865 26238 26238 I PhoneVoiceRecorderManager: isAutoRecordTarget(), return false, isAutoRecordOn()
11-30 15:20:06.865 26238 26238 D PhoneVoiceRecorderManager: onRecorderStateChanged(), mRecordedCall : [Call_0, DISCONNECTED, domain:1, Audio Only, NO_REQUEST, isholded:false, children:[], parent:null, conferenceable:[], FRONT]
11-30 15:20:06.865 26238 26238 D PhoneVoiceRecorderManager: onRecorderStateChanged(), call : [Call_0, DISCONNECTED, domain:1, Audio Only, NO_REQUEST, isholded:false, children:[], parent:null, conferenceable:[], FRONT]
11-30 15:20:06.869 26238 26238 I InCall  : VoiceCallCardFragment - arrangePrimaryLayout: DISCONNECTED
11-30 15:20:06.877 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:20:06.877 26238 26238 I InCall  : VoiceCallCardFragment - updateBelowMarginAgifTray needToShowAgifFragment: false
11-30 15:20:06.877 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:20:06.877 26238 26238 D InCall  : CallList - isIncomingMissedCall : true
11-30 15:20:06.877 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:20:06.877 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:20:06.877 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:20:06.881 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:06.881 26238 26238 D InCall  : StatusBarNotifier - updateInCallNotification(allowFullScreenIntent = false)...
11-30 15:20:06.881 26238 26238 D InCall  : StatusBarNotifier - isOutgoingWithoutIncallUi = false
11-30 15:20:06.885 26238 26238 I InCall  : CallUpdateUtil -  - InCallPresenter needToUpdateDirectly: send BLOCK_UPDATE_WITHIN_TOO_SHORT_TIME
11-30 15:20:06.885 26238 26238 I InCall  : CallUpdateUtil -  - InCallPresenter notifyUpdateCallback
11-30 15:20:06.887 26238 26238 V InCall  : VoiceCallButtonFragment - setFirstRowButtonsAllowed: true
11-30 15:20:06.887 26238 26238 V InCall  : VoiceCallButtonFragment - setEndCallButtonAllowed: true
11-30 15:20:06.887 26238 26238 V InCall  : VoiceCallButtonFragment - updateEndCallButton = false(0)
11-30 15:20:06.889 26238 26256 I zygote  : Background concurrent copying GC freed 215626(6MB) AllocSpace objects, 9(1284KB) LOS objects, 49% free, 2MB/5MB, paused 227us total 180.448ms
11-30 15:20:06.899 26238 26238 I InCall  : ImsManagerWrapper - getRegistrationInfo[1]
11-30 15:20:06.899 26238 26238 D secImsManager[1]: getRegistrationInfoByServiceType
11-30 15:20:06.901 26238 26238 D InCall  : ImsCommonUtils - isServiceRegistered[mmtel-video]: false(0)
11-30 15:20:06.901 26238 26238 V InCall  : CallButtonChooser$GlobalVoiceCallButtonChooser -  - needToShowSwitchButton: false(2)
11-30 15:20:06.901 26238 26238 V InCall  : CallButtonChooser$GlobalVoiceCallButtonChooser -  - placement: 574
11-30 15:20:06.902 26238 26238 V InCall  : VoiceCallButtonFragment - updateButtonStates...
11-30 15:20:06.909 26238 26238 I InCall  : RecordButtonController -  - [BUTTON_RECORD] enabled state: 1
11-30 15:20:06.914 26238 26238 D InCall  : SoundEffect - isExtraVolOn: alive call is not exist
11-30 15:20:06.914 26238 26238 I InCall  : ExtraVolumeButtonController -  - [BUTTON_EXTRA_VOLUME] enabled state: 1
11-30 15:20:06.916 26238 26238 V InCall  : BluetoothButtonController -  - - bluetoothChecked: false
11-30 15:20:06.916 26238 26238 I InCall  : BluetoothButtonController -  - [BUTTON_BLUETOOTH] enabled state: 1
11-30 15:20:06.919 26238 26238 V InCall  : SpeakerButtonController -  - - speakerChecked: false
11-30 15:20:06.919 26238 26238 I InCall  : SpeakerButtonController -  - [BUTTON_SPEAKER] enabled state: 1
11-30 15:20:06.923 26238 26238 V InCall  : MuteButtonController -  - - isMuted: false
11-30 15:20:06.923 26238 26238 I InCall  : MuteButtonController -  - [BUTTON_MUTE] enabled state: 1
11-30 15:20:06.926 26238 26238 I InCall  : DialpadButtonController -  - [BUTTON_DIALPAD] enabled state: 1
11-30 15:20:06.927 26238 26238 D InCallUtilsMultiSIM: perf - isSimSubscriptionPhoneAccountHandle: start
11-30 15:20:06.929  2985  5087 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0x9f88e320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:06.929  2985  5087 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0x9f88e320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:06.930 26238 26238 D InCallUtilsMultiSIM: perf - isSimSubscriptionPhoneAccountHandle: end
11-30 15:20:06.930 26238 26238 D InCallUtilsMultiSIM: perf - getSubId: start
11-30 15:20:06.931  2985  5087 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0x9f88e320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:06.932  2985  5087 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0x9f88e320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:06.933 26238 26238 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xff966ca0, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:06.934 26238 26238 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xff966ca0, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:06.935 26238 26238 D InCallUtilsMultiSIM: perf - getSubId: 3
11-30 15:20:06.938  2740 27565 I tlc_communication: tlc_open() successed;136
11-30 15:20:06.938  2740 27565 I TLC_BAUTH: Check TCI buffer;538
11-30 15:20:06.943  2740 27565 I TLC_BAUTH: Call FP cmd 0x11;327
11-30 15:20:06.943  2740 27565 I tlc_communication: Send Trustlet TCI Message;214
11-30 15:20:06.943  2740 27565 I tlc_communication: mcNotify is completed;224
11-30 15:20:06.943  2740 27565 I tlc_communication: mcWaitNotification is completed;237
11-30 15:20:06.943  2740 27565 I TLC_BAUTH: Check the Trustlet return code is completed;362
11-30 15:20:06.943  2740 27565 I TLC_BAUTH: ion alloc dm;649
11-30 15:20:06.943  2740 27565 I TLC_BAUTH: Call FP cmd 0x12;379
11-30 15:20:06.943  2740 27565 I tlc_communication: Send Trustlet TCI Message;214
11-30 15:20:06.944  2740 27565 I tlc_communication: mcNotify is completed;224
11-30 15:20:06.944  2740 27565 I tlc_communication: mcWaitNotification is completed;237
11-30 15:20:06.944  2740 27565 I TLC_BAUTH: Check the Trustlet return code is completed;406
11-30 15:20:06.944  2740 27565 I TLC_BAUTH: FUNC ID 0x3 is completed;678
11-30 15:20:06.944  2740 27565 D bauth_FPBAuthService: FPBAuthService, 706
11-30 15:20:06.944  2740 27565 D bauth_FPBAuthService: FPBAuthService, 718
11-30 15:20:06.944  2740 27565 D bauth_FPBAuthService: FPBAuthService, 3483
11-30 15:20:06.945 26238 26238 D InCallUtilsWrapper: isVoiceMailNumber subId: 3, isVoiceMailNumber:false
11-30 15:20:06.946 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:06.946 26238 26238 I InCall  : InCallUISystemDB - isSetupWizardComplete: 1
11-30 15:20:06.946 26238 26238 I InCall  : CallCardFragment - showMenu: false
11-30 15:20:06.947 26238 26238 D InCallUtilsMultiSIM: SimNumeric = 51010
11-30 15:20:06.947 26238 26238 D InCall  : InCallUIConfig - getSimOperatorNumeric: 51010
11-30 15:20:06.947 26238 26238 D InCall  : InCallUtils - isHdIconNotSupportUsim simOperator :51010
11-30 15:20:06.947 26238 26238 D InCall  : InCallUtils - getCallAudioCodec getId :Call_0 / codeType :1
11-30 15:20:06.947 26238 26238 D InCall  : InCallUtils - isShowHDVoiceIcon opStyleForHDIcon:XID_HD isPSDomain : false isWBMode : false ShowHDVoice : false
11-30 15:20:06.947 26238 26238 D InCall  : InCallUtils - getIconType() preferHDIcon: false icon type : 0
11-30 15:20:06.948 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:06.948 26238 26238 V InCall  : VoiceCallCardFragment - setCallState DISCONNECTED
11-30 15:20:06.948 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:06.949 26238 26238 D InCall  : CallList - isIncomingRejectedCall : false
11-30 15:20:06.949 26238 26238 D InCall  : CallList - isIncomingMissedCall : true
11-30 15:20:06.949  2740 27565 I TLC_BAUTH: Call FP cmd 0x1;846
11-30 15:20:06.949  2740 27565 I tlc_communication: Send Trustlet TCI Message;214
11-30 15:20:06.949  2740 27565 I tlc_communication: mcNotify is completed;224
11-30 15:20:06.951  2985  3024 D TelecomUtils: isAdditionalPrivilegedDialer: com.samsung.android.incallui
11-30 15:20:06.951  2985  3024 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xce931b80, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:06.952  2985  3024 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xce931b80, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:06.956  2740 27565 I tlc_communication: mcWaitNotification is completed;237
11-30 15:20:06.956  2740 27565 I TLC_BAUTH: Check the Trustlet return code is completed;903
11-30 15:20:06.956  2740 27565 D bauth_FPBAuthService: check_opcode status = 0, opcode = 9, func_ret_val = 0, function_status = 0, timeout = 10
11-30 15:20:06.956 26238 26238 I InCallLog-Telecom-Call_0 : TelecomCallCallback - onCallDestroyed,, Call [id: TC@1, state: DISCONNECTED, details: [pa: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}, hdl: [****], caps: [Capabilities: CAPABILITY_HOLD CAPABILITY_SUPPORT_HOLD CAPABILITY_MUTE CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO CAPABILITY_CONTROL_WAITINGCALL], props: [Properties:]]]
11-30 15:20:06.957 26238 26238 I InCall  : CallList - getDelayForDisconnect: no delay for missed/rejected incoming calls
11-30 15:20:06.957 26238 26238 W InCall  : CallList -  - Removing call not previously disconnected Call_0
11-30 15:20:06.957 26238 26238 I Choreographer: Skipped 78 frames!  The application may be doing too much work on its main thread.
11-30 15:20:06.966  2740 27565 D bauth_FPBAuthService: FPBAuthService, 1879
11-30 15:20:06.988  2740 27565 D bauth_FPBAuthService: FPBAuthService, 1932
11-30 15:20:06.988  2740 27565 I TLC_BAUTH: Call FP cmd 0x1;846
11-30 15:20:06.988  2740 27565 I tlc_communication: Send Trustlet TCI Message;214
11-30 15:20:06.988  2740 27565 I tlc_communication: mcNotify is completed;224
11-30 15:20:07.000  2985  3001 D WindowManager: set systemUiVisibility : systemUiFlags= 0x618 fullscreenStackSysUiFlags= 0x0 dockedVisibility= 0x0
11-30 15:20:07.003  3510  3510 D StatusBar: disable<e i a s b!h!R c s q >
11-30 15:20:07.003  3510  3510 D CollapsedStatusBarFragment: disable<e i a s b!h!R c s q >
11-30 15:20:07.004  2985  3456 E LightsService: Light requested not available on this device. 2
11-30 15:20:07.007  2985  4102 D WindowManager: adjustSystemUiVisibilityLw : vis= 0x618  displayId:0
11-30 15:20:07.007 26238 26238 D ViewRootImpl@d7b8adc[InCallActivity]: Relayout returned: old=[0,0][1080,1920] new=[0,0][1080,1920] result=0x1 surface={valid=true 3501715456} changed=false
11-30 15:20:07.014  2740 27565 I tlc_communication: mcWaitNotification is completed;237
11-30 15:20:07.014  2740 27565 I TLC_BAUTH: Check the Trustlet return code is completed;903
11-30 15:20:07.014  2740 27565 D bauth_FPBAuthService: check_opcode status = 0, opcode = 41, func_ret_val = 0, function_status = 0, timeout = 0
11-30 15:20:07.014  2740 27565 D bauth_FPBAuthService: FPBAuthService, 1950
11-30 15:20:07.014  2740 27565 D bauth_FPDLBAuthSensorControl: FPDLBAuthSensorControl, 498
11-30 15:20:07.014  2740 27565 E (FPLOG) : DeviceEEPROMEnable start tz 1
11-30 15:20:07.014  2740 27565 E (FPLOG) : DeviceEEPROMEnable end
11-30 15:20:07.014  2740 27565 I TLC_BAUTH: Call FP cmd 0x1;846
11-30 15:20:07.014  2740 27565 I tlc_communication: Send Trustlet TCI Message;214
11-30 15:20:07.014  2740 27565 I tlc_communication: mcNotify is completed;224
11-30 15:20:07.023  2740 27565 I tlc_communication: mcWaitNotification is completed;237
11-30 15:20:07.023  2740 27565 I TLC_BAUTH: Check the Trustlet return code is completed;903
11-30 15:20:07.023  2740 27565 D bauth_FPBAuthService: check_opcode status = 0, opcode = 9, func_ret_val = 0, function_status = 0, timeout = 10
11-30 15:20:07.024  2740 27565 D bauth_FPBAuthService: FPBAuthService, 1879
11-30 15:20:07.026 26238 26238 D InCall  : VoiceCallCardFragment - setCallCardPriority 1st(154), 2nd(65), 3rd(0), 4th(0), photoHeight(0), agifImageHeight(0)
11-30 15:20:07.026 26238 26238 D InCall  : VoiceCallCardFragment - setCallCardPriority belowButtonHeight(0.0), primaryCallCardContainerMain(987.0), remainArea(987.0)
11-30 15:20:07.026 26238 26238 I InCall  : AgifCallServiceUtils - needToShowAgifFragment: Not Available cause-0
11-30 15:20:07.028 26238 26238 I InCallLog-Call_0 : setState: DISCONNECTED -> IDLE
11-30 15:20:07.028 26238 26238 D InCall  : CallList - updateCallInMap remove call.getId in mCallById : Call_0
11-30 15:20:07.029 26238 26238 I InCall  : CallSContextMotion - stopFlatMotionListening
11-30 15:20:07.029 26238 26238 I InCall  : InCallPresenter -  - onCallListChange: start
11-30 15:20:07.029 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:07.029 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:20:07.029 26238 26238 I InCall  : InCallUISystemDB - isOtaStarted : false
11-30 15:20:07.029 26238 26238 I InCall  : InCallUISystemDB - isSetupWizardComplete: 1
11-30 15:20:07.033 26238 26238 I InCall  : InCallUISystemDB - currentLauncher : com.sec.android.app.launcher
11-30 15:20:07.034 26238 26238 D InCall  : InCallPresenter -  - perf - startOrFinishUi startINCALL -> NO_CALLS
11-30 15:20:07.034 26238 26238 V BikeModeUtils: isBikeMode: false
11-30 15:20:07.035 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:20:07.035 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:07.035 26238 26238 D BikeModeController: bike mode newStateNO_CALLS
11-30 15:20:07.035 26238 26238 D InCall  : InCallPresenter -  - alreadyOutgoing: false
11-30 15:20:07.042 26238 26238 D InCall  : InCallPresenter -  - isFirstPendingOutgoing = false, isEmergencyPendingOutgoing = false, showCallUi = false, mainUiNotVisible = false
11-30 15:20:07.042 26238 26238 D InCall  : InCallPresenter -  - After checking for exception cases, showCallUi = false, mainUiNotVisible = false
11-30 15:20:07.042 26238 26238 I InCall  : InCallPresenter -  - Hide in call UI: true
11-30 15:20:07.042 26238 26238 D InCall  : ContactInfoCache - clearCache
11-30 15:20:07.045  2740 27565 D bauth_FPBAuthService: FPBAuthService, 1932
11-30 15:20:07.045  2740 27565 I TLC_BAUTH: Call FP cmd 0x1;846
11-30 15:20:07.045  2740 27565 I tlc_communication: Send Trustlet TCI Message;214
11-30 15:20:07.045  2740 27565 I tlc_communication: mcNotify is completed;224
11-30 15:20:07.045 13010 27500 I Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_CHANGED [CONTEXT service_id=17 ]
11-30 15:20:07.046 26238 26238 I InCall  : InCallActivity -  - finish(). Dialog showing: false
11-30 15:20:07.047 26238 26238 V BikeModeUtils: setIsBMOutCallHandled: 1
11-30 15:20:07.069  2740 27565 I tlc_communication: mcWaitNotification is completed;237
11-30 15:20:07.069  2740 27565 I TLC_BAUTH: Check the Trustlet return code is completed;903
11-30 15:20:07.069  2740 27565 D bauth_FPBAuthService: check_opcode status = 0, opcode = 42, func_ret_val = 0, function_status = 0, timeout = 0
11-30 15:20:07.069  2740 27565 D bauth_FPDLBAuthSensorControl: FPDLBAuthSensorControl, 498
11-30 15:20:07.069  2740 27565 E (FPLOG) : DeviceEEPROMEnable start tz 0
11-30 15:20:07.069  2740 27565 E (FPLOG) : DeviceEEPROMEnable end
11-30 15:20:07.069  2740 27565 I TLC_BAUTH: Call FP cmd 0x1;846
11-30 15:20:07.069  2740 27565 I tlc_communication: Send Trustlet TCI Message;214
11-30 15:20:07.070  2740 27565 I tlc_communication: mcNotify is completed;224
11-30 15:20:07.076 27264 27395 D Mms/SpamFilter: [end]    SpamFilter fill() finished consume time = 773.553769
11-30 15:20:07.085 26238 26238 I InCall  : InCallPresenter -  - attemptCleanup? false
11-30 15:20:07.085 26238 26238 V BikeModeUtils: isBikeMode: false
11-30 15:20:07.085 26238 26238 I InCall  : InCallPresenter -  - isBikeMode? false
11-30 15:20:07.085 26238 26238 D InCall  : InCallUtils - setMergeAfterAnswer - merge : false
11-30 15:20:07.085 26238 26238 D InCall  : InCallPresenter -  - perf - startOrFinishUi end
11-30 15:20:07.085 26238 26238 I InCall  : InCallPresenter -  - Phone switching state: INCALL -> NO_CALLS
11-30 15:20:07.085 26238 26238 D InCall  : ScreenControlUtils - showNavigationBar : true
11-30 15:20:07.085 26238 26238 D InCall  : InCallUtils - isEcholocateEnabled name = UI
11-30 15:20:07.086 26238 26238 D InCall  : InCallUtils - isEcholocateEnabled enabled = false
11-30 15:20:07.086 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:07.087 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:07.087 26238 26238 V InCall  : VoiceCallCardFragment - setCallState IDLE
11-30 15:20:07.088 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:07.088 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:07.088 26238 26238 I InCall  : InCallUISystemDB - isSetupWizardComplete: 1
11-30 15:20:07.088 26238 26238 I InCall  : CallCardFragment - showMenu: false
11-30 15:20:07.089 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:20:07.089 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:20:07.089 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:20:07.089 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:07.089 26238 26238 D InCall  : StatusBarNotifier - updateInCallNotification(allowFullScreenIntent = false)...
11-30 15:20:07.089 26238 26238 D InCall  : StatusBarNotifier - isOutgoingWithoutIncallUi = false
11-30 15:20:07.090 26238 26238 D InCall  : StatusBarNotifier - updateFgCallState mFgCallState :0
11-30 15:20:07.091 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:07.091 26238 26238 D BikeModeAudioManager: isRingtonePlaying = false
11-30 15:20:07.091 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:07.091 26238 26238 V BikeModeUtils: isBikeMode: false
11-30 15:20:07.092 26238 26238 V InCall  : VoiceCallButtonFragment - setEnabled: disable buttons
11-30 15:20:07.092 26238 26238 I InCall  : InCallPresenter -  - onCallListChange mOldCallState: 2 end
11-30 15:20:07.093 26238 26238 I PhoneVoiceRecorderManager: onRecorderStateChange()
11-30 15:20:07.093 26238 26238 I PhoneVoiceRecorderManager: isAutoRecordTarget(), return false, isAutoRecordOn()
11-30 15:20:07.093 26238 26238 D PhoneVoiceRecorderManager: onRecorderStateChanged(), mRecordedCall : null
11-30 15:20:07.093 26238 26238 V InCall  : VoiceCallButtonFragment - onDestroyView
11-30 15:20:07.099  3470 27634 D TP/MmsSmsProvider: query, match:0, calling pid = 27264, accessRestricted = false
11-30 15:20:07.099  3470 27634 V TP/MmsSmsProvider: getSimpleConversations entered.
11-30 15:20:07.102  3470 27634 D TP/MmsSmsProvider: query, match 0:Elapsed time : 3.368 ms
11-30 15:20:07.104  2740 27565 I tlc_communication: mcWaitNotification is completed;237
11-30 15:20:07.104  2740 27565 I TLC_BAUTH: Check the Trustlet return code is completed;903
11-30 15:20:07.104  2740 27565 D bauth_FPBAuthService: check_opcode status = 0, opcode = 0, func_ret_val = 0, function_status = 0, timeout = 0
11-30 15:20:07.123 26238 26238 I IncomingCallImageHandle: enableArrowAnimation: enable = false
11-30 15:20:07.123 26238 26238 I IncomingCallImageHandle: enableArrowAnimation: enable = false
11-30 15:20:07.131  2740 27565 D bauth_FPBAuthService: FPBAuthService, 880
11-30 15:20:07.134  2740 27565 D bauth_FPBAuthService: FPBAuthService, 3542
11-30 15:20:07.134  2740 27565 D (FPLOG) : efprc : cc 
11-30 15:20:07.134  2740 27565 D bauth_FPDLBAuthSensorControl: FPDLBAuthSensorControl, 620
11-30 15:20:07.134  2740 27565 D bauth_FPBAuthService: FPBAuthService, 3565
11-30 15:20:07.146  2740 27565 D bauth_FPBAuthServiceStorage: FPBAuthServiceStorage, 560
11-30 15:20:07.147  2740 27565 D bauth_FPBAuthService: FPBAuthService, 3632
11-30 15:20:07.149 26238 26238 I InCall  : CallSContextMotion - stopFlatMotionListening
11-30 15:20:07.149 26238 26238 I InCall  : InCallPresenter -  - onCallListChange: start
11-30 15:20:07.150 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:07.150 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:20:07.150 26238 26238 I InCall  : InCallUISystemDB - isOtaStarted : false
11-30 15:20:07.150 26238 26238 I InCall  : InCallUISystemDB - isSetupWizardComplete: 1
11-30 15:20:07.153  2740 27565 I TLC_BAUTH: Call FP cmd 0xc (49);1563
11-30 15:20:07.154  2740 27565 I TLC_BAUTH: Skip cmd : 0xc, opcode : 49;1588
11-30 15:20:07.154  2740 27565 I TLC_BAUTH: Call FP cmd 0x5;1128
11-30 15:20:07.154  2740 27565 I tlc_communication: Send Trustlet TCI Message;214
11-30 15:20:07.154  2740 27565 I tlc_communication: mcNotify is completed;224
11-30 15:20:07.154 26238 26238 I InCall  : InCallUISystemDB - currentLauncher : com.sec.android.app.launcher
11-30 15:20:07.155 26238 26238 D InCall  : InCallPresenter -  - perf - startOrFinishUi startNO_CALLS -> NO_CALLS
11-30 15:20:07.156 26238 26238 V BikeModeUtils: isBikeMode: false
11-30 15:20:07.156 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:20:07.156 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:07.156 26238 26238 D BikeModeController: bike mode newStateNO_CALLS
11-30 15:20:07.156 26238 26238 D InCall  : InCallPresenter -  - alreadyOutgoing: false
11-30 15:20:07.156 26238 26238 I InCall  : InCallPresenter -  - Phone switching state: NO_CALLS -> NO_CALLS
11-30 15:20:07.156 26238 26238 D InCall  : ScreenControlUtils - showNavigationBar : true
11-30 15:20:07.157 26238 26238 D InCall  : InCallUtils - isEcholocateEnabled name = UI
11-30 15:20:07.157 26238 26238 D InCall  : InCallUtils - isEcholocateEnabled enabled = false
11-30 15:20:07.157 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:07.158 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:07.158 26238 26238 V InCall  : VoiceCallCardFragment - setCallState IDLE
11-30 15:20:07.159 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:07.159 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:07.159 26238 26238 I InCall  : InCallUISystemDB - isSetupWizardComplete: 1
11-30 15:20:07.159 26238 26238 I InCall  : CallCardFragment - showMenu: false
11-30 15:20:07.160 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:20:07.160 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:20:07.160 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:20:07.160 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:07.160 26238 26238 D InCall  : StatusBarNotifier - updateInCallNotification(allowFullScreenIntent = false)...
11-30 15:20:07.160 26238 26238 D InCall  : StatusBarNotifier - isOutgoingWithoutIncallUi = false
11-30 15:20:07.161 26238 26238 D InCall  : StatusBarNotifier - updateFgCallState mFgCallState :0
11-30 15:20:07.162 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:07.162 26930 27028 W zygote  : Verification of void tfn.d(go, tbe) took 1.025s
11-30 15:20:07.162 26238 26238 D BikeModeAudioManager: isRingtonePlaying = false
11-30 15:20:07.162 26238 26238 I InCall  : InCallPresenter -  - onCallListChange mOldCallState: 2 end
11-30 15:20:07.162 26238 26238 I PhoneVoiceRecorderManager: onRecorderStateChange()
11-30 15:20:07.163 26238 26238 I PhoneVoiceRecorderManager: isAutoRecordTarget(), return false, isAutoRecordOn()
11-30 15:20:07.163 26238 26238 D PhoneVoiceRecorderManager: onRecorderStateChanged(), mRecordedCall : null
11-30 15:20:07.163 26238 26238 I InCall  : CallSContextMotion - stopFlatMotionListening
11-30 15:20:07.164 26238 26238 I InCall  : InCallPresenter -  - onCallListChange: start
11-30 15:20:07.164 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:07.164 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:20:07.164 26238 26238 I InCall  : InCallUISystemDB - isOtaStarted : false
11-30 15:20:07.165 26238 26238 I InCall  : InCallUISystemDB - isSetupWizardComplete: 1
11-30 15:20:07.169 26238 26238 I InCall  : InCallUISystemDB - currentLauncher : com.sec.android.app.launcher
11-30 15:20:07.170 26238 26238 D InCall  : InCallPresenter -  - perf - startOrFinishUi startNO_CALLS -> NO_CALLS
11-30 15:20:07.170 26238 26238 V BikeModeUtils: isBikeMode: false
11-30 15:20:07.170 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:20:07.170 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:07.170 26238 26238 D BikeModeController: bike mode newStateNO_CALLS
11-30 15:20:07.170 26238 26238 D InCall  : InCallPresenter -  - alreadyOutgoing: false
11-30 15:20:07.171 26238 26238 I InCall  : InCallPresenter -  - Phone switching state: NO_CALLS -> NO_CALLS
11-30 15:20:07.171 26238 26238 D InCall  : ScreenControlUtils - showNavigationBar : true
11-30 15:20:07.171 26238 26238 D InCall  : InCallUtils - isEcholocateEnabled name = UI
11-30 15:20:07.171 26238 26238 D InCall  : InCallUtils - isEcholocateEnabled enabled = false
11-30 15:20:07.171 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:07.172 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:07.172 26238 26238 V InCall  : VoiceCallCardFragment - setCallState IDLE
11-30 15:20:07.173 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:07.175 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:07.175 26238 26238 I InCall  : InCallUISystemDB - isSetupWizardComplete: 1
11-30 15:20:07.175 26238 26238 I InCall  : CallCardFragment - showMenu: false
11-30 15:20:07.175 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:20:07.176 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:20:07.176 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:20:07.176 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:07.176 26238 26238 D InCall  : StatusBarNotifier - updateInCallNotification(allowFullScreenIntent = false)...
11-30 15:20:07.176 26238 26238 D InCall  : StatusBarNotifier - isOutgoingWithoutIncallUi = false
11-30 15:20:07.177 26238 26238 D InCall  : StatusBarNotifier - updateFgCallState mFgCallState :0
11-30 15:20:07.178 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:07.178 26238 26238 D BikeModeAudioManager: isRingtonePlaying = false
11-30 15:20:07.178 26238 26238 I InCall  : InCallPresenter -  - onCallListChange mOldCallState: 2 end
11-30 15:20:07.178 26238 26238 I PhoneVoiceRecorderManager: onRecorderStateChange()
11-30 15:20:07.179 26238 26238 I PhoneVoiceRecorderManager: isAutoRecordTarget(), return false, isAutoRecordOn()
11-30 15:20:07.179 26238 26238 D PhoneVoiceRecorderManager: onRecorderStateChanged(), mRecordedCall : null
11-30 15:20:07.191  2740 27565 I tlc_communication: mcWaitNotification is completed;237
11-30 15:20:07.191  2740 27565 I TLC_BAUTH: Check the Trustlet return code is completed;1212
11-30 15:20:07.191  2740 27565 D bauth_FPBAuthService: FPBAuthService, 3677
11-30 15:20:07.191  2740 27565 D bauth_FPBAuthService: check_opcode status = 2, opcode = 0, func_ret_val = 0, function_status = 0, timeout = 0
11-30 15:20:07.191  2740 27565 D bauth_FPBAuthService: FPBAuthService, 1360
11-30 15:20:07.191  2740 27565 D bauth_FPBAuthService: fpop : 100020
11-30 15:20:07.191  2740 27565 D vendor.samsung.hardware.biometrics.fingerprint@2.1-service: onAcquired(6, 10001)
11-30 15:20:07.191  2740 27565 D bauth_FPBAuthUserInfo: FPBAuthUserInfo, 177
11-30 15:20:07.191  2740 27565 D bauth_FPBAuthService: FPBAuthService, 3735
11-30 15:20:07.191  2740 27565 I TLC_BAUTH: Call FP cmd 0x6;1227
11-30 15:20:07.192  2740 27565 I tlc_communication: Send Trustlet TCI Message;214
11-30 15:20:07.192  2740 27565 I tlc_communication: mcNotify is completed;224
11-30 15:20:07.192  2985  2985 I FingerprintService: handleAcquired : acquiredInfo=6, vendor=10001
11-30 15:20:07.197  2740 27565 I tlc_communication: mcWaitNotification is completed;237
11-30 15:20:07.197  2740 27565 I TLC_BAUTH: Check the Trustlet return code is completed;1293
11-30 15:20:07.197  2740 27565 D bauth_FPBAuthService: check_opcode status = 2, opcode = 9, func_ret_val = 0, function_status = 1, timeout = 1000
11-30 15:20:07.197  2740 27565 D bauth_FPBAuthService: FPBAuthService, 1879
11-30 15:20:07.202 26238 26250 I zygote  : Do partial code cache collection, code=115KB, data=100KB
11-30 15:20:07.202 26238 26250 I zygote  : After code cache collection, code=115KB, data=100KB
11-30 15:20:07.202 26238 26250 I zygote  : Increasing code cache capacity to 512KB
11-30 15:20:07.207  3510  3510 I FingerprintManager: handleMessage = 101, 6, 10001
11-30 15:20:07.220  2594  4028 D audio_hw_primary: ### onUnsolPcmClkStateSlot2 : Clock - disable, wb_amr - -1
11-30 15:20:07.235 27528 27528 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10138
11-30 15:20:07.235 27475 27475 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 5002
11-30 15:20:07.235 27489 27489 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10635
11-30 15:20:07.236 27528 27528 D Proxy   : mdoP is null: 10138
11-30 15:20:07.236 27475 27475 D Proxy   : mdoP is null: 5002
11-30 15:20:07.236  2985  3826 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.sec.android.provider.badge user:0
11-30 15:20:07.236  2985  3826 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:20:07.236  2985  3826 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.sec.android.provider.badge user:0
11-30 15:20:07.236  2985  3826 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:20:07.237 27489 27489 D Proxy   : mdoP is null: 10635
11-30 15:20:07.249  2985  3577 D SecContentProvider: query(), uri = 17 selection = isSettingsChangesAllowed
11-30 15:20:07.251 26886 27025 I zygote  : Deoptimizing java.lang.Object hv.b(java.lang.Object) due to JIT inline cache
11-30 15:20:07.260 27566 27566 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:20:07.263 27566 27566 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:20:07.264 27566 27566 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.sec.android.provider.badge 
11-30 15:20:07.273  3510  3510 D KeyguardFingerPrint: onAuthenticationAcquired( 10001  )
11-30 15:20:07.273  3510  3510 D KeyguardFingerPrint: handleFingerprintAcquired( 10001  )
11-30 15:20:07.275 27489 27489 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:20:07.292 27489 27489 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:20:07.349 27235 27365 I cr_LibraryLoader: Successfully loaded native library
11-30 15:20:07.356 27235 27365 I cr_CachingUmaRecorder: Flushed 2 samples from 2 histograms.
11-30 15:20:07.373 27475 27475 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:20:07.383 27475 27475 I chatty  : uid=5002(msgcom) identical 1 line
11-30 15:20:07.393 27475 27475 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:20:07.433 26238 26238 I InCallLog-InCallActivity : perf - onPause()... enter
11-30 15:20:07.434 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:07.435 26238 26238 D InCall  : StatusBarNotifier - updateInCallNotification(allowFullScreenIntent = false)...
11-30 15:20:07.435 26238 26238 D InCall  : StatusBarNotifier - isOutgoingWithoutIncallUi = false
11-30 15:20:07.451 26238 26238 V BikeModeUtils: isBikeCallAnswered: false
11-30 15:20:07.451 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:07.451 26238 26238 I InCall  : InCallUISystemDB - canUseProximitySensor : true
11-30 15:20:07.453 26238 26238 V InCall  : ProximitySensor -  - screenonImmediately: false
11-30 15:20:07.455  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:20:07.455  2985  2985 I MotionRecognitionService: Plugged
11-30 15:20:07.455  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:20:07.455  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:20:07.457  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:20:07.459  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:20:07.462  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:20:07.462  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:20:07.462  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:20:07.463 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:20:07.481 26238 26238 I InCall  : ProximitySensor -  - ProximitySensor{keybrd=0, dpad=0, offhook=0, ui=0, aud=EARPIECE}
11-30 15:20:07.482 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:20:07.482 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:20:07.482 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:20:07.482 26238 26238 D InCall  : ProximitySensor -  - Turning off proximity sensor
11-30 15:20:07.482 26238 26238 I InCall  : ProximitySensor -  - Proximity wake lock already released
11-30 15:20:07.482  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:20:07.482 26238 26238 I InCall  : SECVT:FLOW - VideoCallManager - onActivityStateChanged, AliveCall Id=NULL, RESUMED -> PAUSED
11-30 15:20:07.482  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:20:07.482 26238 26238 I InCall  : InCallPresenter -  - UI Destroyed
11-30 15:20:07.483 26238 26238 I InCall  : InCallPresenter -  - onCallListChange: start
11-30 15:20:07.483 26238 26238 D InCall  : InCallPresenter -  - perf - startOrFinishUi startNO_CALLS -> NO_CALLS
11-30 15:20:07.483 26238 26238 V BikeModeUtils: isBikeMode: false
11-30 15:20:07.483 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:20:07.483 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:07.483 26238 26238 D BikeModeController: bike mode newStateNO_CALLS
11-30 15:20:07.484 26238 26238 D InCall  : InCallPresenter -  - alreadyOutgoing: false
11-30 15:20:07.484 26238 26238 I InCall  : InCallPresenter -  - Phone switching state: NO_CALLS -> NO_CALLS
11-30 15:20:07.484 26238 26238 D InCall  : ScreenControlUtils - showNavigationBar : Activity is null.
11-30 15:20:07.484 26238 26238 D InCall  : InCallUtils - isEcholocateEnabled name = UI
11-30 15:20:07.484 26238 26238 D InCall  : InCallUtils - isEcholocateEnabled enabled = false
11-30 15:20:07.485 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:07.487 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:07.487 26238 26238 V InCall  : VoiceCallCardFragment - setCallState IDLE
11-30 15:20:07.487 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:20:07.487 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:07.490 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:07.490 26238 26238 I InCall  : InCallUISystemDB - isSetupWizardComplete: 1
11-30 15:20:07.491 26238 26238 I InCall  : CallCardFragment - showMenu: false
11-30 15:20:07.491 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:20:07.491 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:20:07.491 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:20:07.491 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:20:07.491 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:20:07.491 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:07.492 26238 26238 D InCall  : StatusBarNotifier - updateInCallNotification(allowFullScreenIntent = false)...
11-30 15:20:07.492 26238 26238 D InCall  : StatusBarNotifier - isOutgoingWithoutIncallUi = false
11-30 15:20:07.494 26238 26238 D InCall  : StatusBarNotifier - updateFgCallState mFgCallState :0
11-30 15:20:07.494 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:07.494 26238 26238 D BikeModeAudioManager: isRingtonePlaying = false
11-30 15:20:07.495 26238 26238 I InCall  : InCallPresenter -  - onCallListChange mOldCallState: 2 end
11-30 15:20:07.495 26238 26238 I InCall  : InCallPresenter -  - attemptCleanup? false
11-30 15:20:07.495 26238 26238 V BikeModeUtils: isBikeMode: false
11-30 15:20:07.495 26238 26238 I InCall  : InCallPresenter -  - isBikeMode? false
11-30 15:20:07.496 26238 26238 D InCall  : InCallUtils - setMergeAfterAnswer - merge : false
11-30 15:20:07.496 26238 26238 I InCall  : SECVT:FLOW - VideoCallManager - onActivityStateChanged, AliveCall Id=NULL, PAUSED -> NONE
11-30 15:20:07.496 26238 26238 V BikeModeUtils: isBikeCall: false
11-30 15:20:07.496 26238 26238 I InCall  : SECVT:VIDEO - VideoPauseController - onUiShowing : false canUpdate : false
11-30 15:20:07.496 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:07.496 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:20:07.496 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:07.497 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:20:07.497 26238 26238 I InCall  : InCallActivity -  - setStatusBar = true
11-30 15:20:07.498 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:07.498 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:20:07.498 26238 26238 D BikeModeController: setStatusBar...
11-30 15:20:07.499 26238 26238 I InCallLog-InCallActivity : perf - onPause()... exit, unsetActivity, enable home key
11-30 15:20:07.510  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:20:07.570  2985  3615 D PersonaManagerService: Current focused persona service handled id set to : 0
11-30 15:20:07.575  2985  3615 D InputDispatcher: Focused application set to: xxxx
11-30 15:20:07.586  2985  3615 D InputDispatcher: Focus left window: 26238 0
11-30 15:20:07.608 20330 20330 I zygote  : Explicit concurrent copying GC freed 23(32KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2MB/5MB, paused 219us total 76.717ms
11-30 15:20:07.621  8707  8707 D ViewRootImpl@83077c[ScreenActivity]: Relayout returned: old=[0,0][1080,1920] new=[0,0][1080,1920] result=0x1 surface={valid=false 0} changed=false
11-30 15:20:07.636 27528 27528 I [SmartCall]: SmartCallProvideronCreate
11-30 15:20:07.637 27528 27528 D Feature : makeFeatureForCp - update : true
11-30 15:20:07.646 27528 27528 I [SmartCall]: SmartCallProvider - 3.0.07//5207176 - onCreate - info :  - 3.0.07//5207176 -  / signature : 5207176/26670725/open-release/SmartCallProvider-301100-3.0.07
11-30 15:20:07.674 27475 27475 D CS/CommunicationServiceApp: init() called
11-30 15:20:07.700  2985  3577 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10002 ,Container id: 0
11-30 15:20:07.700  2985  3577 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10002 ,Container id: 0
11-30 15:20:07.700  2985  3577 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:07.707  2985  3577 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10002 ,Container id: 0
11-30 15:20:07.707  2985  3577 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10002 ,Container id: 0
11-30 15:20:07.707  2985  3577 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:07.713 27566 27566 D ActivityThread: Added TimaKeyStore provider
11-30 15:20:07.754  2985  3615 V KeyguardServiceDelegate: setOccluded(false) animate=false
11-30 15:20:07.759  3510  7791 D KeyguardViewMediator: setOccluded false
11-30 15:20:07.763 26985 27517 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:20:07.768  2615  2615 V Surface : sf_framedrop debug : 0x4f4c, game : false, logging : 0
11-30 15:20:07.769 26985 27517 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:20:07.769 27489 27489 I MultiDex: VM with version 2.1.0 has multidex support
11-30 15:20:07.770 27489 27489 I MultiDex: Installing application
11-30 15:20:07.770 27489 27489 I MultiDex: VM has multidex support, MultiDex support library is disabled.
11-30 15:20:07.823 26238 26238 I Choreographer: Skipped 38 frames!  The application may be doing too much work on its main thread.
11-30 15:20:07.824 26238 26238 D ViewRootImpl@d7b8adc[InCallActivity]: MSG_WINDOW_FOCUS_CHANGED 0
11-30 15:20:07.825 26238 26238 I InCallLog-InCallActivity : perf - onWindowFocusChanged(false)...
11-30 15:20:07.825 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:20:07.825 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:20:07.825 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:20:07.825 26238 26238 D InCall  : InCallActivity -  - showGreenBar = false
11-30 15:20:07.827  2985  3009 D PointerController: mLocked.displayWidth 1080, mLocked.displayHeight 1920
11-30 15:20:07.828 26841 27208 W CelloCake: [CELLO_TASK_RUNNER_MONITORf1b2ec50-0] [Account=f1b2ec50] 2 tasks running slow
11-30 15:20:07.828 26841 27208 W CelloCake: [CELLO_TASK_RUNNER_MONITORf1b2ec50-0] [Account=f1b2ec50:Task=181366296]Slow task still running after 15s. fetchRootStableId(request=# com.google.apps.drive.dataservice.GetStableIdRequest@4b1bec5a){account=f1b2ec50, submitTimeMs=458696472, startTimeMs=458696472, waitTimeMs=0, not completed, timedOut}
11-30 15:20:07.828 26841 27208 W CelloCake: [CELLO_TASK_RUNNER_MONITORf1b2ec50-0] [Account=f1b2ec50:Task=208494705]Slow task still running after 14s. getObserverManager(){account=f1b2ec50, submitTimeMs=458696534, not started, timedOut}
11-30 15:20:07.829  2985  3009 D InputManager-JNI: setVirtualDisplayViewports: return because there is no change
11-30 15:20:07.831  3919  3919 I SemPersonaManager: SecureFolder personaId = 150
11-30 15:20:07.837  2985  4102 D SecInCallAdapter: invoke: notifyInCallUIWindowFocus
11-30 15:20:07.838  2985  4102 D SecInCallAdapter: notifyInCallUIWindowFocus(false)
11-30 15:20:07.846  2985  2985 D TelecomUtils: notifyInCallUIWindowFocus hasfocus(false)
11-30 15:20:07.847 26238 26238 I InCall  : InCallActivity -  - perf - onWindowFocusChanged: done
11-30 15:20:07.850  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:07.850  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:07.850  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:07.858 26238 26400 D OpenGLRenderer: eglDestroySurface = 0xe910bcd8, 0xd0b7f000
11-30 15:20:07.873 26238 26238 D ViewRootImpl@d7b8adc[InCallActivity]: Relayout returned: old=[0,0][1080,1920] new=[0,0][1080,1920] result=0x5 surface={valid=false 0} changed=true
11-30 15:20:07.889 26841 27209 W CelloCake: [CELLO_TASK_RUNNER_MONITORf1b2ec50-0] [Account=f1b2ec50] 2 tasks running slow
11-30 15:20:07.898 27489 27489 I FirebaseApp: Device unlocked: initializing all Firebase APIs for app [DEFAULT]
11-30 15:20:07.931  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228255 RxPkts=4187603 TxBytes=586829156 RxBytes=4502478788 , Foreground uid=10237 pkgName=net.cashpop.id txBytes=11715135 rxBytes=138116813
11-30 15:20:07.933  2985  3002 I zygote  : Successfully killed process cgroup uid 10077 pid 26195 in 82ms
11-30 15:20:07.933  2985  3002 I zygote  : Successfully killed process cgroup uid 15010040 pid 24292 in 0ms
11-30 15:20:07.933  2985  3002 I zygote  : Successfully killed process cgroup uid 15010155 pid 26156 in 0ms
11-30 15:20:07.935  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = android,userId = 0
11-30 15:20:07.947  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:20:07.949  3510  3510 D KeyguardWallpaperController: mShowing=true, mOccluded=false, mFadingAway=false, match_parent=false
11-30 15:20:07.953  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = android,userId = 0
11-30 15:20:07.953  2985  5083 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:07.953  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:20:07.953  3919  3919 D KNOXCORE::LockSecureFolderTask: started: 150
11-30 15:20:07.953  3919  3919 D KNOXCORE::LockSecureFolderTask: ResumedActivity userId0[net.cashpop.id/.activity.ScreenActivity]
11-30 15:20:07.954  3510  3510 D StatusBar: setBarState: SHD -> KGRD
11-30 15:20:07.954  3510  3510 I FalsingLog: setStatusBarState	from=SHD to=KGRD
11-30 15:20:07.954  3510  3510 V FalsingLog: shouldBeActive	enabled=1 mScreenOn=1 mState=KGRD
11-30 15:20:07.954  3510  3510 V FalsingLog: shouldBeActive	enabled=1 mScreenOn=1 mState=KGRD
11-30 15:20:07.954  3510  3510 I FalsingLog: onSessionStart	classifierEnabled=true
11-30 15:20:07.962  2985  5083 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:20:07.962  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = true
11-30 15:20:07.970  2985  5084 I SensorService: createSensorEventConnection package name com.android.systemui.classifier.FalsingManager
11-30 15:20:07.971  2615  2615 D SurfaceFlinger:   Display[0] configurations (* current):
11-30 15:20:07.971  2615  2615 D SurfaceFlinger:     * 0: 1080x1920, xdpi=403.411011, ydpi=403.040985, refresh=16666666
11-30 15:20:07.971  2615  2615 D SurfaceFlinger:   numHwLayers=3, flags=00000000
11-30 15:20:07.971  2615  2615 D SurfaceFlinger:     type   |  handle  | hint | flag | tr | blnd |   format    |     source crop (l,t,r,b)      |          frame         | name 
11-30 15:20:07.971  2615  2615 D SurfaceFlinger: -----------+----------+------+------+----+------+-------------+--------------------------------+------------------------+------
11-30 15:20:07.971  2615  2615 D SurfaceFlinger:        HWC | f0c67f80 | 0000 | 0000 | 00 | 0105 | RGBA_8888   |    0.0,    0.0, 1080.0,   72.0 |    0,    0, 1080,   72 | StatusBar[3510]#0
11-30 15:20:07.971  2615  2615 D SurfaceFlinger:        HWC | f090b180 | 0000 | 0000 | 00 | 0105 | RGBA_8888   |  900.0,  480.0, 1980.0, 2400.0 |    0,    0, 1080, 1920 | [16134]#0
11-30 15:20:07.971  2615  2615 D SurfaceFlinger:  FB TARGET | f0c66600 | 0000 | 0000 | 00 | 0105 | RGBA_8888   |    0.0,    0.0, 1080.0, 1920.0 |    0,    0, 1080, 1920 | HWC_FRAMEBUFFER_TARGET
11-30 15:20:07.974  2985  4489 D SensorService: Calling batch handle==3 flags=0 rate=20000000 timeout== 0
11-30 15:20:07.975 26238 26238 I InCallLog-InCallActivity : perf - onStop()... enter
11-30 15:20:07.975 26238 26238 I InCall  : SECVT:FLOW - onActivityStopped - ignored this state
11-30 15:20:07.976 26238 26238 D InCall  : InCallActivity -  - addFlagTurnOnScreen: false
11-30 15:20:07.976 26238 26238 D InCall  : AccessoryEventHandler -  - initializeCover
11-30 15:20:07.976 26238 26238 D InCall  : AccessoryEventHandler -  - mIsCoverSupported = false
11-30 15:20:07.976 26238 26238 D InCall  : AccessoryEventHandler -  - isCoverClosed = false
11-30 15:20:07.976 26238 26238 D InCall  : InCallActivity -  - showGreenBar = false
11-30 15:20:07.977 26238 26238 I InCall  : InCallActivity -  - setStatusBar = true
11-30 15:20:07.978  2605  2605 I Sensors : ProximitySensor:enable: handle 3, en 1, old_en 0
11-30 15:20:07.980 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:07.981 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:20:07.981 26238 26238 D BikeModeController: setStatusBar...
11-30 15:20:07.981 26238 26238 I InCallLog-InCallActivity : perf - onStop()... exit, not clearActivity
11-30 15:20:07.981 26238 26238 I InCall  : VoiceCallCardFragment - onDestroyView start : VoiceCallCardFragment{789481f #1 id=0x7f11026e}
11-30 15:20:07.981  3510  3510 D MultiSIMPreferredSlotBar: onQsClosed
11-30 15:20:07.982 26238 26238 I InCall  : VoiceCallCardFragment - onDestroyView end
11-30 15:20:07.984  3510  3510 D PanelView: setVisibility : 0
11-30 15:20:08.000 26238 26238 I InCall  : VoiceCallCardFragment - onDestroy start : VoiceCallCardFragment{789481f #1 id=0x7f11026e}
11-30 15:20:08.001 26238 26238 I InCall  : Agifflow-CoreAppsManager - removeListener
11-30 15:20:08.001 26238 26238 I InCall  : VoiceCallCardFragment - onDestroy end
11-30 15:20:08.001 26238 26238 I InCallLog-InCallActivity : perf - onDestroy()... enter, this = com.android.incallui.InCallActivity@e99230a
11-30 15:20:08.002 26238 26238 V BikeModeUtils: setBikeModeOn: false
11-30 15:20:08.003 26238 26238 V BikeModeUtils: setBikeModeOutgoingCall: false
11-30 15:20:08.005 26238 26238 I InCall  : InCallContentViewListener - removeListener
11-30 15:20:08.005 26238 26238 I InCall  : InCallPresenter -  - No InCallActivity currently set, no need to unset.
11-30 15:20:08.006 26238 26238 I InCall  : SECVT:FLOW - onActivityDestroyed - ignored this state
11-30 15:20:08.006 26238 26238 I InCall  : SECVT:WINDOW - VideoCallMetrics - notifyVideoMetricsChange,  VideoMetrics{NULL}
11-30 15:20:08.006 26238 26238 I InCall  : InCallActivity -  - setStatusBar = true
11-30 15:20:08.025  2615  3860 I SurfaceFlinger: id=7124 Removed com.samsung.android.incallui/com.android.incallui.InCallActivity[26238]#0 (3/5)
11-30 15:20:08.028 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:08.028 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:20:08.028 26238 26238 D BikeModeController: setStatusBar...
11-30 15:20:08.028 26238 26238 I InCall  : CallSContextMotion - stopPutDownListening
11-30 15:20:08.028 26238 26238 I GradientAnimationView0: stopStreamAnimation
11-30 15:20:08.028 26238 26238 D GradientAnimationView0: tearDown
11-30 15:20:08.029 26238 26238 D InCall  : InCallActivity -  - addFlagTurnOnScreen: true
11-30 15:20:08.029 26238 26238 I InCall  : BaseFragmentManager - removeFragment: activity is finishing or destroyed
11-30 15:20:08.029 26238 26238 I chatty  : uid=1001(radio) identical 1 line
11-30 15:20:08.029 26238 26238 I InCall  : BaseFragmentManager - removeFragment: activity is finishing or destroyed
11-30 15:20:08.029  2615  3860 I SurfaceFlinger: id=7124 Removed com.samsung.android.incallui/com.android.incallui.InCallActivity[26238]#0 (-2/5)
11-30 15:20:08.029 26238 26238 I InCall  : BaseFragmentManager - removeFragment: activity is finishing or destroyed
11-30 15:20:08.029 26238 26238 I chatty  : uid=1001(radio) identical 2 lines
11-30 15:20:08.029 26238 26238 I InCall  : BaseFragmentManager - removeFragment: activity is finishing or destroyed
11-30 15:20:08.029 26238 26238 I InCall  : SECVT:BASE - VideoCallFragmentManager - onDestroy
11-30 15:20:08.034  3510  3640 D SensorManager: registerListener :: 3, STK3013 Proximity, 20000, 0,  
11-30 15:20:08.037  2615  2615 I Layer   : id=7124 onRemoved com.samsung.android.incallui/com.android.incallui.InCallActivity[26238]#0 
11-30 15:20:08.037 26238 26238 I InCallLog-InCallActivity : perf - onDestroy()... exit
11-30 15:20:08.038  2605  2605 I Sensors : ProximitySensor:readEvents: value 8(cm)
11-30 15:20:08.058  2985  2996 D LSOService: isConfigured(LOCKSCREEN_ANY_FEATURE) - false
11-30 15:20:08.062 26238 26238 D ViewRootImpl@d7b8adc[InCallActivity]: dispatchDetachedFromWindow
11-30 15:20:08.062 26238 26238 D InputEventReceiver: channel '3751aa6 com.samsung.android.incallui/com.android.incallui.InCallActivity (client)' ~ Disposing input event receiver.
11-30 15:20:08.062 26238 26238 D InputEventReceiver: channel '3751aa6 com.samsung.android.incallui/com.android.incallui.InCallActivity (client)' ~NativeInputEventReceiver.
11-30 15:20:08.072  2985  5094 D SecContentProvider: query(), uri = 17 selection = isSettingsChangesAllowed
11-30 15:20:08.089  3510  3510 D StatusBar/KeyguardBottomAreaView: updateCameraVisibility isCameraDisabled=false
11-30 15:20:08.100  3510  3510 V PreviewInflater: switching default camera action
11-30 15:20:08.110  2985  3615 D InputTransport: Input channel destroyed: fd=398
11-30 15:20:08.112 26238 26238 D InputTransport: Input channel destroyed: fd=59
11-30 15:20:08.112 26930 27514 I FA      : App measurement initialized, version: 45018
11-30 15:20:08.112 26930 27514 I FA      : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
11-30 15:20:08.113 26930 27514 I FA      : To enable faster debug mode event logging run:
11-30 15:20:08.113 26930 27514 I FA      :   adb shell setprop debug.firebase.analytics.app com.google.android.youtube
11-30 15:20:08.117  3510  3510 D KeyguardCircleAffordanceView: setPreviewView: mRight=true,preview=android.widget.AbsoluteLayout{58ef3a2 V.E...... ......ID 0,0-0,0}
11-30 15:20:08.119  2985  3615 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:20:08.119  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = true
11-30 15:20:08.124  2985  4489 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:20:08.125  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = true
11-30 15:20:08.134 27566 27566 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10002
11-30 15:20:08.135 27566 27566 D Proxy   : mdoP is null: 10002
11-30 15:20:08.163 27475 27475 D CS/Config: sMessagePackageName = com.samsung.android.messaging
11-30 15:20:08.164 27475 27475 D CS/Config: Load Resize quality : 80
11-30 15:20:08.164 27475 27475 D CS/Config: cscRcsFeatures=
11-30 15:20:08.165 27475 27475 D CS/Config: enableJansky=
11-30 15:20:08.175  3470 27634 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:08.176  3470 27634 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:08.209  2740 27565 D bauth_FPBAuthService: FPBAuthService, 1932
11-30 15:20:08.209  2740 27565 D bauth_FPBAuthService: FPBAuthService, 3735
11-30 15:20:08.209  2740 27565 I TLC_BAUTH: Call FP cmd 0x6;1227
11-30 15:20:08.209  2740 27565 I tlc_communication: Send Trustlet TCI Message;214
11-30 15:20:08.209  2740 27565 I tlc_communication: mcNotify is completed;224
11-30 15:20:08.218 26841 27209 W CelloCake: [CELLO_TASK_RUNNER_MONITORf1b2ec50-0] [Account=f1b2ec50:Task=77232791]Slow task still running after 10s. generateResourceIds(request=# com.google.apps.drive.dataservice.GenerateIdsRequest@1aa72dd){account=f1b2ec50, submitTimeMs=458700663, startTimeMs=458700663, waitTimeMs=0, not completed, timedOut}
11-30 15:20:08.219 26841 27209 W CelloCake: [CELLO_TASK_RUNNER_MONITORf1b2ec50-0] [Account=f1b2ec50:Task=250242180]Slow task still running after 11s. getStableId(request=# com.google.apps.drive.dataservice.GetStableIdRequest@4b1bec5a){account=f1b2ec50, submitTimeMs=458700663, startTimeMs=458700664, waitTimeMs=1, not completed, timedOut}
11-30 15:20:08.263  3510  3510 D StatusBar: disable<e i a s b h R c s q >
11-30 15:20:08.263  3510  3510 D CollapsedStatusBarFragment: disable<e I!a S!b h R c s q >
11-30 15:20:08.264  3510  3510 D StatusBar: disable<e i a s b h R c s q >
11-30 15:20:08.264  3510  3510 D CollapsedStatusBarFragment: disable<e I a S b h R c s q >
11-30 15:20:08.264  3510  3510 D WallpaperViewController: mWallpaperView.reset()
11-30 15:20:08.264  3510  3510 D AnalyticUtils: sendScreenViewLog 101
11-30 15:20:08.264  3510  3510 D SamsungAnalytics111040: [QueueManager] queue size over. remove oldest log
11-30 15:20:08.264  3510  3510 D SamsungAnalytics111040: [DLCBinder] already send register request
11-30 15:20:08.266  3510  3510 D KeyguardUpdateMonitor: onKeyguardVisibilityChanged(v=false->true, s=true->true, o=true->false)
11-30 15:20:08.267  2985  4489 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:08.281  3510  3510 D BiometricController: hide toast - onKeyguardVisibilityChanged
11-30 15:20:08.281  3510  3510 D BiometricController: update biometric toast = false, type = 0
11-30 15:20:08.285  3510  3510 D ServiceBoxPageResetTimer: updateTimer() F=false
11-30 15:20:08.285  3510  3510 D KeyguardServiceBoxContainer: refreshTime() 0
11-30 15:20:08.285  3510  3510 D KeyguardClockPage: refreshViews#start
11-30 15:20:08.287  3510  3510 I AOD_CLOCK@AnalogClockView: refresh : true
11-30 15:20:08.292  2985  2985 I         : check and unbind
11-30 15:20:08.297  2740 27565 I tlc_communication: mcWaitNotification is completed;237
11-30 15:20:08.297  2740 27565 I TLC_BAUTH: Check the Trustlet return code is completed;1293
11-30 15:20:08.297  2740 27565 D bauth_FPBAuthService: check_opcode status = 2, opcode = 4, func_ret_val = 0, function_status = 1, timeout = -1
11-30 15:20:08.297  2740 27565 D bauth_FPBAuthService: FPBAuthService, 1406
11-30 15:20:08.297  2740 27565 E (FPLOG) : DeviceEnableInt 1 8 10 1
11-30 15:20:08.297  2740 27565 E (FPLOG) : 2.0.36.0 DeviceSetClock 0
11-30 15:20:08.297  2740 27565 D bauth_FPDLBAuthSensorControl: FPDLBAuthSensorControl, 266
11-30 15:20:08.297  2740 27565 D bauth_FPBAuthService: FPBAuthService, 1423
11-30 15:20:08.297  3510  3510 D KeyguardClockPage: refreshViews#end
11-30 15:20:08.301  2985  2985 D PreBindingService: needToKeepBinding: match not found
11-30 15:20:08.301  2985  2985 I InCallController: disconnect service connection
11-30 15:20:08.301  2985  2985 I EmergencyInCallServiceConnection: Disconnect forced!
11-30 15:20:08.302  3510  3510 D KeyguardOwnerInfoView: updateOwnerInfo(hasCMAS): -1
11-30 15:20:08.303 26238 26238 I InCallLog-Telecom-InCallService : onUnbind
11-30 15:20:08.303 26238 26238 I PhoneVoiceRecorderManager: resetRecordedCallInfo()
11-30 15:20:08.305  3510  3510 D KeyguardOwnerInfoView: updateLayout h=0
11-30 15:20:08.307  2985  2985 D SecInCallController: unbind()
11-30 15:20:08.312  3510  3510 I AOD_CLOCK@AnalogClockView: suspend : mSuspend = true, enable = false
11-30 15:20:08.327  2985  4489 D ActivityManager: post active user change for 0 fullscreen false isHomeActivity() false
11-30 15:20:08.331  3510  3510 D KeyguardFingerPrint: shouldListenForFingerprint ( isFingerprintEnabled = true , mKeyguardIsVisible = true , mDeviceInteractive = true , mBouncer = false , mGoingToSleep = false , mSwitchingUser = false , mFingerprintWakingUp = false , mKeyguardUnlocking = false , mKeyguardShowing = true , mKeyguardOccluded = false
11-30 15:20:08.332  3510  3510 E KeyguardFingerPrint: updateFingerprintListeningState#mFingerprintRunningState=1 shouldListenForFingerprint=true
11-30 15:20:08.332  3510  3510 D KeyguardUpdateMonitor: sendKeyguardStateUpdated(true, false, false)
11-30 15:20:08.335  2985  2996 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:08.337  2985  2996 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:08.340  2985  4489 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:08.343  2985  2996 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:08.344  8707  8707 I Choreographer: Skipped 34 frames!  The application may be doing too much work on its main thread.
11-30 15:20:08.346  2985  4489 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:08.348 26238 26238 I InCall  : SemsManager - clear
11-30 15:20:08.349  2985  4489 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:08.350  3510  3510 D KeyguardViewMediator: adjustStatusBarLocked: mShowing=true mOccluded=false isSecure=true --> flags=0x1200000
11-30 15:20:08.350  3470  3470 D Telephony: PhoneVoiceRecorderService: onUnbind()
11-30 15:20:08.351  3510  3510 D SensorManager: Proximity, val = 8.0  [far]
11-30 15:20:08.352 26238 26238 D SEMS-4.0.04_SeMobileServiceSession: All reqeusted services are connected.
11-30 15:20:08.352 26238 26238 I InCall  : SemsManager - disconnect session
11-30 15:20:08.352 26238 26238 D SEMS-4.0.04_SeMobileServiceSession: disconnect
11-30 15:20:08.354 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: MESSAGE CMD_DISCONNECT
11-30 15:20:08.354 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: disconnect services.
11-30 15:20:08.354 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: bindState CommonService: UNBOUND in getBindState()
11-30 15:20:08.354 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: bindState AuthService: BOUND in getBindState()
11-30 15:20:08.357 27475 27475 D CS/TelephonyUtils: getInsertedSimNum = 2
11-30 15:20:08.358  3510  3510 I Choreographer: Skipped 35 frames!  The application may be doing too much work on its main thread.
11-30 15:20:08.358  3470 27634 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:08.359  3470 27634 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:08.359 27475 27475 D CS/TelephonyUtils: getSubscriptionId, simSlot = 0, result = 5
11-30 15:20:08.360 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: bindState AuthService: UNBOUND in setBindState()
11-30 15:20:08.360 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: unbindService AuthService
11-30 15:20:08.360 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: bindState ProfileService: BOUND in getBindState()
11-30 15:20:08.360 27475 27475 D test    : getGroupIdLevel1 : Method name = getGroupIdLevel1
11-30 15:20:08.365 27475 27475 D CS/MethodReflector: getGroupIdLevel1 is called
11-30 15:20:08.365 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: bindState ProfileService: UNBOUND in setBindState()
11-30 15:20:08.366 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: unbindService ProfileService
11-30 15:20:08.366 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: bindState SocialService: BOUND in getBindState()
11-30 15:20:08.368 27475 27475 D CS/CscParser: getOmcCustomerPath() : mps_nwCode= mps_code=
11-30 15:20:08.368 27475 27475 E CS/CscParser: mps_code.dat does not exist
11-30 15:20:08.368 27475 27475 E CS/CscParser: customer_path =/system/csc/customer.xml
11-30 15:20:08.368 27475 27475 E CS/CscParser: fileName + /system/csc/customer.xml
11-30 15:20:08.371  2985  3001 D WindowManager: set systemUiVisibility : systemUiFlags= 0x608 fullscreenStackSysUiFlags= 0x0 dockedVisibility= 0x0
11-30 15:20:08.371 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: bindState SocialService: UNBOUND in setBindState()
11-30 15:20:08.371 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: unbindService SocialService
11-30 15:20:08.372 26238 26329 D SEMS-4.0.04_SeMobileServiceSession: clear in ServiceConnectionManager
11-30 15:20:08.372 26238 26238 D SEMS-4.0.04_SeMobileServiceSession: disconnect done
11-30 15:20:08.372 26238 26238 I InCall  : InCallPresenter -  - setBoundAndWaitingForOutgoingCall: false
11-30 15:20:08.372 26238 26238 I InCallLog-Telecom-InCallService : tearDown
11-30 15:20:08.372 26238 26238 I InCall  : CallSContextMotion - stopFlatMotionListening
11-30 15:20:08.372 26238 26238 I InCall  : InCallPresenter -  - onCallListChange: start
11-30 15:20:08.373 26238 26238 D InCall  : InCallPresenter -  - perf - startOrFinishUi startNO_CALLS -> NO_CALLS
11-30 15:20:08.373 26238 26238 V BikeModeUtils: isBikeMode: false
11-30 15:20:08.373 26238 26238 V BikeModeUtils: isBikeModeOutgoingCall: false
11-30 15:20:08.373 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:08.373 26238 26238 D BikeModeController: bike mode newStateNO_CALLS
11-30 15:20:08.373 26238 26238 D InCall  : InCallPresenter -  - alreadyOutgoing: false
11-30 15:20:08.373 26238 26238 I InCall  : InCallPresenter -  - Phone switching state: NO_CALLS -> NO_CALLS
11-30 15:20:08.373 26238 26238 D InCall  : ScreenControlUtils - showNavigationBar : Activity is null.
11-30 15:20:08.373 26238 26238 D InCall  : InCallUtils - isEcholocateEnabled name = UI
11-30 15:20:08.373 26238 26238 D InCall  : InCallUtils - isEcholocateEnabled enabled = false
11-30 15:20:08.373  3470  3470 D Telephony: PhoneVoiceRecorderService: onDestroy()
11-30 15:20:08.374 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:08.374 26238 26238 D InCall  : StatusBarNotifier - updateInCallNotification(allowFullScreenIntent = false)...
11-30 15:20:08.374 26238 26238 D InCall  : StatusBarNotifier - isOutgoingWithoutIncallUi = false
11-30 15:20:08.375 26238 26238 D InCall  : StatusBarNotifier - updateFgCallState mFgCallState :0
11-30 15:20:08.375  2985  4489 D InputDispatcher: Focus entered window: 3510 0
11-30 15:20:08.375 26238 26238 V BikeModeUtils: isBikeModeOn: false
11-30 15:20:08.376 26238 26238 D BikeModeAudioManager: isRingtonePlaying = false
11-30 15:20:08.376 26238 26238 I InCall  : InCallPresenter -  - onCallListChange mOldCallState: 2 end
11-30 15:20:08.376 26238 26238 I InCall  : InCallPresenter -  - attemptCleanup? true
11-30 15:20:08.377 26238 26238 V BikeModeUtils: isBikeMode: false
11-30 15:20:08.377 26238 26238 I InCall  : InCallPresenter -  - isBikeMode? false
11-30 15:20:08.377 26238 26238 D InCall  : InCallUtils - setMergeAfterAnswer - merge : false
11-30 15:20:08.377 26238 26238 D InCall  : ContactInfoCache - clearCache
11-30 15:20:08.377 26238 26238 D InCall  : ProximitySensor -  - tearDown
11-30 15:20:08.377 26238 26238 I InCall  : ProximitySensor -  - Proximity wake lock already released
11-30 15:20:08.377 26238 26238 D InCall  : StatusBarNotifier - tearDown
11-30 15:20:08.378 26238 26238 I InCall  : CoreAppsContactManager -  - clearCoreAppsContact()
11-30 15:20:08.378 26238 26238 D InCall  : BluetoothProfileManager -  - closeBluetoothProfileProxy(),  closeProfileProxy
11-30 15:20:08.381 26238 26238 I InCall  : CallSContextMotion - stopPutDownListening
11-30 15:20:08.381  3510  3510 D ViewRootImpl@d8d4a51[StatusBar]: Relayout returned: old=[0,0][1080,72] new=[0,0][1080,1920] result=0x21 surface={valid=true 3450304512} changed=false
11-30 15:20:08.383  3510  3731 D OpenGLRenderer: eglDestroySurface = 0xe9109a78, 0xcda77800
11-30 15:20:08.383 26238 26238 D SALogging: TelecommSALoggingReceiver is successfully unregistered.
11-30 15:20:08.384  3510  3731 D mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, egl_color_buffer_format *, EGLBoolean) returns 0x3000,  [1080x1920]-format:1
11-30 15:20:08.384  3510  3731 D OpenGLRenderer: eglCreateWindowSurface = 0xe9109f78, 0xcda77808
11-30 15:20:08.386 26238 26238 I InCall  : SECVT:BASE - VideoCallManager - clear
11-30 15:20:08.387 26238 26238 D InCall  : InCallNotifier - tearDown
11-30 15:20:08.392  3510  3510 D KeyguardWallpaperController: onLayoutChange() v: com.android.systemui.statusbar.BackDropView{5ed2218 I.E...... ......ID 0,0-1080,1920 #7f0a006b app:id/backdrop}, bottom : 1920, oldBottom : 72
11-30 15:20:08.392  3510  3510 D KeyguardWallpaperController: mShowing=true, mOccluded=false, mFadingAway=false, match_parent=true
11-30 15:20:08.392  3510  3510 D WallpaperViewController: mWallpaperView.onResume()
11-30 15:20:08.394  3510  3510 W StaticLayout: maxLineHeight should not be -1.  maxLines:1 lineCount:1
11-30 15:20:08.395  8707  8707 D ViewRootImpl@83077c[ScreenActivity]: Relayout returned: old=[0,0][1080,1920] new=[0,0][1080,1920] result=0x1 surface={valid=false 0} changed=false
11-30 15:20:08.396  3510  3510 W StaticLayout: maxLineHeight should not be -1.  maxLines:1 lineCount:1
11-30 15:20:08.400  2985  3615 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:20:08.400  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = true
11-30 15:20:08.408  3510  3510 W View    : requestLayout() improperly called by com.android.systemui.slimindicator.SlimIndicatorCarrierText{bf31e32 V.ED..... ..S...ID 0,0-501,72 #7f0a0268 app:id/keyguard_carrier_text} during layout: running second layout pass
11-30 15:20:08.409  3510  3510 I ViewRootImpl@d8d4a51[StatusBar]: requestLayout is already in process
11-30 15:20:08.419 26331 26331 I SEMS:SamsungAccount: [SAIDL] OnDestroy Service
11-30 15:20:08.425 27475 27475 D CS/CscParser: getNetworkName: MCCMNC = 51011  gid1 = 
11-30 15:20:08.425 27475 27475 D CS/CscParser: getOmcCustomerPath() : mps_nwCode= mps_code=
11-30 15:20:08.425 27475 27475 E CS/CscParser: mps_code.dat does not exist
11-30 15:20:08.425 27475 27475 E CS/CscParser: customer_path =/system/csc/customer.xml
11-30 15:20:08.426 27475 27475 E CS/CscParser: fileName + /system/csc/customer.xml
11-30 15:20:08.435 26331 26331 I SEMS:MobileService_10.5.0.000: [BLog][2][MobileServiceSocialService] onDestroy()
11-30 15:20:08.451 27489 27489 I FirebaseInitProvider: FirebaseApp initialization successful
11-30 15:20:08.453  3510  3510 D KeyguardCircleAffordanceView: setPreviewView: mRight=false,color=536870912
11-30 15:20:08.453  3510  3510 D KeyguardCircleAffordanceView: setPreviewView: mRight=false,color=536870912
11-30 15:20:08.453  3510  3510 D KeyguardUpdateMonitor: handleKeyguardStateUpdated(Bundle[{timeStamp=1638260408332, occluded=false, bouncerShowing=false, showing=true}])
11-30 15:20:08.466  3510  3510 D KeyguardUpdateMonitor: handleKeyguardReset
11-30 15:20:08.466  3510  3510 D KeyguardFingerPrint: shouldListenForFingerprint ( isFingerprintEnabled = true , mKeyguardIsVisible = true , mDeviceInteractive = true , mBouncer = false , mGoingToSleep = false , mSwitchingUser = false , mFingerprintWakingUp = false , mKeyguardUnlocking = false , mKeyguardShowing = true , mKeyguardOccluded = false
11-30 15:20:08.468  3510  3510 E KeyguardFingerPrint: updateFingerprintListeningState#mFingerprintRunningState=1 shouldListenForFingerprint=true
11-30 15:20:08.468  3510  3510 D StatusBar: disable<e i a s b H!R c s q >
11-30 15:20:08.468  3510  3510 D CollapsedStatusBarFragment: disable<e I a S b H!R c s q >
11-30 15:20:08.469  3510  3510 D ViewRootImpl@d8d4a51[StatusBar]: MSG_RESIZED: frame=Rect(0, 0 - 1080, 1920) ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=1
11-30 15:20:08.469  3510  3510 D ViewRootImpl@d8d4a51[StatusBar]: MSG_WINDOW_FOCUS_CHANGED 1
11-30 15:20:08.469  2985  4489 D WindowManager: adjustSystemUiVisibilityLw : vis= 0x608  displayId:0
11-30 15:20:08.483 27475 27475 D CS/CscParser: getInstance fileName =/system/csc/customer.xml
11-30 15:20:08.485 27475 27475 D CS/CscParser: getNetworkName: Found matched network name by 51011
11-30 15:20:08.485 27475 27475 D CS/CscParser: getOmcCustomerPath() : mps_nwCode= mps_code=
11-30 15:20:08.486 27475 27475 E CS/CscParser: mps_code.dat does not exist
11-30 15:20:08.486 27475 27475 E CS/CscParser: customer_path =/system/csc/customer.xml
11-30 15:20:08.486 27475 27475 E CS/CscParser: fileName + /system/csc/customer.xml
11-30 15:20:08.496  3510  3660 D Tile.WifiTile: handleUpdateState enabled  = true
11-30 15:20:08.497 27566 27566 D BadgeProvider: onCreate
11-30 15:20:08.498 27566 27566 D BadgeProvider: DatabaseHelper
11-30 15:20:08.516  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:20:08.516  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:20:08.545 27475 27475 D CS/CscParser: getInstance fileName =/system/csc/customer.xml
11-30 15:20:08.549  3470 27634 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:08.549  3470 27634 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:08.554 27475 27475 D CS/TelephonyUtils: getInsertedSimNum = 2
11-30 15:20:08.556  3470 27634 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:08.557  3470 27634 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:08.558 27566 27591 D BadgeProvider: onOpen
11-30 15:20:08.559 27475 27475 D CS/TelephonyUtils: getSubscriptionId, simSlot = 1, result = 3
11-30 15:20:08.560 27475 27475 D test    : getGroupIdLevel1 : Method name = getGroupIdLevel1
11-30 15:20:08.562 27475 27475 D CS/MethodReflector: getGroupIdLevel1 is called
11-30 15:20:08.562 27475 27475 D CS/CscParser: getNetworkName: MCCMNC = 51010  gid1 = ffffff
11-30 15:20:08.562 27475 27475 D CS/CscParser: getOmcCustomerPath() : mps_nwCode= mps_code=
11-30 15:20:08.562 27475 27475 E CS/CscParser: mps_code.dat does not exist
11-30 15:20:08.562 27475 27475 E CS/CscParser: customer_path =/system/csc/customer.xml
11-30 15:20:08.562 27475 27475 E CS/CscParser: fileName + /system/csc/customer.xml
11-30 15:20:08.563 27566 27591 D BadgeProvider: query, [selection] : package=?
11-30 15:20:08.585 27264 27395 D Mms/MessagingNotificationLight: checkBadgeCount unreadCount=782 badgeCount=782
11-30 15:20:08.621 27475 27475 D CS/CscParser: getInstance fileName =/system/csc/customer.xml
11-30 15:20:08.623 27475 27475 D CS/CscParser: getNetworkName: Found matched network name by 51010
11-30 15:20:08.623 27475 27475 D CS/CscParser: getOmcCustomerPath() : mps_nwCode= mps_code=
11-30 15:20:08.624 27475 27475 E CS/CscParser: mps_code.dat does not exist
11-30 15:20:08.624 26238 26282 W zygote  : Checksum mismatch for dex SamsungInCallUI.apk
11-30 15:20:08.624 27475 27475 E CS/CscParser: customer_path =/system/csc/customer.xml
11-30 15:20:08.624 26238 26282 W zygote  : Checksum mismatch for dex SamsungInCallUI.apk
11-30 15:20:08.624  3470 27634 D TP/SmsProvider: query,matched:26, calling pid = 27264
11-30 15:20:08.624 27475 27475 E CS/CscParser: fileName + /system/csc/customer.xml
11-30 15:20:08.628  3470 27634 D TP/SmsProvider: query, match 26:Elapsed time : 4.037 ms
11-30 15:20:08.631  3510 25937 D ShortcutManager: th = 1 is camera package
11-30 15:20:08.653  2985  3002 I zygote  : Successfully killed process cgroup uid 15010124 pid 26233 in 30ms
11-30 15:20:08.653  2985  3002 I zygote  : Successfully killed process cgroup uid 15010018 pid 26209 in 0ms
11-30 15:20:08.681  2985  3002 I zygote  : Successfully killed process cgroup uid 15010115 pid 26269 in 22ms
11-30 15:20:08.681  2985  3002 I zygote  : Successfully killed process cgroup uid 15010018 pid 25877 in 0ms
11-30 15:20:08.708 27264 27395 D Mms/TelephonyPermission: mUserId = 0
11-30 15:20:08.709 27475 27475 D CS/CscParser: getInstance fileName =/system/csc/customer.xml
11-30 15:20:08.710 27475 27475 D CS/Config: updateSmsOverIpSupported: slot1 - false; slot2 - false
11-30 15:20:08.710 27475 27475 D CS/Config: getApnTypesAllowedOnDataDisabled()
11-30 15:20:08.710 27475 27475 D CS/Config: mainOperator : EUR, subOperator : EUR, country : EUR
11-30 15:20:08.710 27475 27475 D CS/Config: loadUserAgentFromCSC(from CscFeature) : cscUa = 
11-30 15:20:08.711 27475 27475 D CS/CscParser: getOmcCustomerPath() : mps_nwCode= mps_code=
11-30 15:20:08.711 27475 27475 E CS/CscParser: mps_code.dat does not exist
11-30 15:20:08.711 27475 27475 E CS/CscParser: customer_path =/system/csc/customer.xml
11-30 15:20:08.711 27475 27475 E CS/CscParser: fileName + /system/csc/customer.xml
11-30 15:20:08.712 27264 27395 D Mms/TelephonyPermission: isDefault true
11-30 15:20:08.712 27475 27475 I zygote  : Deoptimizing void org.apache.harmony.xml.parsers.DocumentBuilderImpl.parse(org.kxml2.io.KXmlParser, org.apache.harmony.xml.dom.DocumentImpl, org.w3c.dom.Node, int) due to JIT inline cache
11-30 15:20:08.744 27475 27475 D CS/CscParser: getInstance fileName =/system/csc/customer.xml
11-30 15:20:08.744 27475 27475 D CS/CscParser: getUaUap : tyep = MessageUserAgent
11-30 15:20:08.746 27475 27475 D CS/CscParser: getNbMMSView : Nb = -1
11-30 15:20:08.746 27475 27475 D CS/CscParser: getOmcCustomerPath() : mps_nwCode= mps_code=
11-30 15:20:08.746 27475 27475 E CS/CscParser: mps_code.dat does not exist
11-30 15:20:08.746 27475 27475 E CS/CscParser: customer_path =/system/csc/customer.xml
11-30 15:20:08.746 27475 27475 E CS/CscParser: fileName + /system/csc/customer.xml
11-30 15:20:08.767 27475 27475 D CS/CscParser: getInstance fileName =/system/csc/customer.xml
11-30 15:20:08.768 27475 27475 D CS/Config: loadUserAgentFromCSC(from Customer) : cscUa = null
11-30 15:20:08.768 27264 27395 D SamsungAnalytics111040: cf feature is supported
11-30 15:20:08.768 27475 27475 D CS/Config: loadUaProfUrlFromCSC(from CscFeature) : cscUapUrl = 
11-30 15:20:08.769 27475 27475 D CS/CscParser: getOmcCustomerPath() : mps_nwCode= mps_code=
11-30 15:20:08.769 27475 27475 E CS/CscParser: mps_code.dat does not exist
11-30 15:20:08.769 27475 27475 E CS/CscParser: customer_path =/system/csc/customer.xml
11-30 15:20:08.770 27475 27475 E CS/CscParser: fileName + /system/csc/customer.xml
11-30 15:20:08.781 27475 27475 D CS/CscParser: getInstance fileName =/system/csc/customer.xml
11-30 15:20:08.781 27475 27475 D CS/CscParser: getUaUap : tyep = MessageUaProfUrl
11-30 15:20:08.781 27475 27475 D CS/CscParser: getNbMMSView : Nb = -1
11-30 15:20:08.781 27475 27475 D CS/CscParser: getOmcCustomerPath() : mps_nwCode= mps_code=
11-30 15:20:08.782 27475 27475 E CS/CscParser: mps_code.dat does not exist
11-30 15:20:08.782 27475 27475 E CS/CscParser: customer_path =/system/csc/customer.xml
11-30 15:20:08.782 27475 27475 E CS/CscParser: fileName + /system/csc/customer.xml
11-30 15:20:08.787 27475 27475 D CS/CscParser: getInstance fileName =/system/csc/customer.xml
11-30 15:20:08.787 27475 27475 D CS/Config: loadUaProfUrlFromCSC(from Customer) : cscUapUrl = null
11-30 15:20:08.788 27475 27475 D CS/MessageUtils: setEsuComponent : com.samsung.android.communicationservice.bearer.em.EnhancedMessageBearerEsuReceiver
11-30 15:20:08.791  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.samsung.android.communicationservice cmp = com.samsung.android.communicationservice.bearer.em.EnhancedMessageBearerEsuReceiver newState = 1 callingPackage = 5002/com.samsung.android.communicationservice
11-30 15:20:08.799 27475 27475 D CS/DbVersion: TP version = 252
11-30 15:20:08.799 27475 27475 D CS/DbVersion: MmsSmsDbVersion = 252
11-30 15:20:08.799 27475 27475 D CS/TelephonyPermission: start operation mode monitor
11-30 15:20:08.800 27475 27475 D CS/TelephonyPermission: Already have a write permission
11-30 15:20:08.804 27475 27475 D CS/SMSBearer: Constructor
11-30 15:20:08.805 27475 27475 D CS/MmsBearer: Constructor
11-30 15:20:08.812  3470 27634 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:08.812  3470 27634 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:08.814 27475 27475 D CS/DownloadManager: roaming -> false (slotId = 0)
11-30 15:20:08.814 27475 27475 D CS/DownloadManager: [NotificationTransaction] getAutoDownloadState simSlot : 0
11-30 15:20:08.814 27475 27475 D CS/DownloadManager: auto download without roaming -> false
11-30 15:20:08.815  3470 27634 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:08.815  3470 27634 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:08.817 27475 27475 D CS/DownloadManager: roaming -> false (slotId = 1)
11-30 15:20:08.817 27475 27475 D CS/DownloadManager: [NotificationTransaction] getAutoDownloadState simSlot : 1
11-30 15:20:08.817 27475 27475 D CS/DownloadManager: auto download without roaming slot2 -> false
11-30 15:20:08.817 27475 27475 D CS/DownloadManager: mAutoDownload ------> false
11-30 15:20:08.817 27475 27475 D CS/DownloadManager: mAutoDownloadSlot2 ------> false
11-30 15:20:08.821 26930 27514 I zygote  : Deoptimizing java.lang.Object hv.b(java.lang.Object) due to JIT inline cache
11-30 15:20:08.850  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:08.850  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:08.850  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:08.906  3470 27634 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:08.907  3470 27634 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:08.911 27475 27475 D CS/CommunicationServiceApp: getImsManager create a ImsManager for simSlot : 1
11-30 15:20:08.912 27475 27475 D secImsManager[1]: Register Receiver for Restart
11-30 15:20:08.918  2985 27515 W Binder  : Outgoing transactions from this process must be FLAG_ONEWAY
11-30 15:20:08.918  2985 27515 W Binder  : java.lang.Throwable
11-30 15:20:08.918  2985 27515 W Binder  : 	at android.os.BinderProxy.transact(Binder.java:769)
11-30 15:20:08.918  2985 27515 W Binder  : 	at android.content.ContentProviderProxy.call(ContentProviderNative.java:649)
11-30 15:20:08.918  2985 27515 W Binder  : 	at android.content.ContentResolver.call(ContentResolver.java:1714)
11-30 15:20:08.918  2985 27515 W Binder  : 	at com.android.server.telecom.calllog.SmartSpamManager.sendPhoneEvent(SmartSpamManager.java:212)
11-30 15:20:08.918  2985 27515 W Binder  : 	at com.android.server.telecom.calllog.SmartSpamManager.putSecSmartCallValues(SmartSpamManager.java:178)
11-30 15:20:08.918  2985 27515 W Binder  : 	at com.android.server.telecom.calllog.SecCallLogManager$LogCallAsyncTask.makeCallLogValues(SecCallLogManager.java:821)
11-30 15:20:08.918  2985 27515 W Binder  : 	at com.android.server.telecom.calllog.SecCallLogManager$LogCallAsyncTask.doInBackground(SecCallLogManager.java:628)
11-30 15:20:08.918  2985 27515 W Binder  : 	at com.android.server.telecom.calllog.SecCallLogManager$LogCallAsyncTask.doInBackground(SecCallLogManager.java:619)
11-30 15:20:08.918  2985 27515 W Binder  : 	at android.os.AsyncTask$2.call(AsyncTask.java:333)
11-30 15:20:08.918  2985 27515 W Binder  : 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
11-30 15:20:08.918  2985 27515 W Binder  : 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:20:08.918  2985 27515 W Binder  : 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:20:08.918  2985 27515 W Binder  : 	at java.lang.Thread.run(Thread.java:764)
11-30 15:20:08.918 27528 27540 I [SmartCall]: SmartCallProvider - 3.0.07//5207176 - call - method : phone_event
11-30 15:20:08.919 27528 27540 I [SmartCall]: SmartCallProvider - 3.0.07//5207176 - phoneEvent - extras : Bundle[mParcelledData.dataSize=412]
11-30 15:20:08.919 27528 27540 I [SmartCall]: [SmartCall] - 3.0.07//5207176 - createSpamCallAPI - whitepages
11-30 15:20:08.920 27475 27475 D CS/CommunicationServiceApp: getImsManager onConnected()
11-30 15:20:08.922 27475 27475 D CS/CommunicationServiceApp: init() end
11-30 15:20:08.923 27475 27633 D CS/TelephonyPermission: User ID is null set current User Id
11-30 15:20:08.924 27475 27475 D CS/ITransactionManagerService: onCreate called
11-30 15:20:08.925 27475 27475 D CS/ITransactionManagerService: onBind called
11-30 15:20:08.933 27264 27264 D Mms/MmsApp: CommunicationService Connected
11-30 15:20:08.942 27264 27264 D Mms/MmsApp: updateAvailableServices()
11-30 15:20:08.943 27264 27264 D Mms/MmsApp: Triggering getAvailableBearers
11-30 15:20:08.943 27264 27264 D Mms/MmsApp: bearers available
11-30 15:20:08.945 27264 27264 D Mms/MmsApp: Triggering getEnabledBearerServices
11-30 15:20:08.945 27264 27264 D Mms/MmsApp: services available
11-30 15:20:08.946 27264 27264 D Mms/MmsConfig: setFreeMessageServiceStatus - setEMServiceStatus, status=false
11-30 15:20:08.946 27264 27264 D Mms/MessageUtils: setComponentFreeMessage isChecked = false
11-30 15:20:08.974  2985  5081 D PackageManager: setEnabledSetting : userId = 0 packageName = com.samsung.android.messaging cmp = com.android.mms.ui.TransferContent newState = 2 callingPackage = 10035/com.samsung.android.messaging
11-30 15:20:08.980  2985  5081 D PackageManager: setEnabledSetting : userId = 0 packageName = com.samsung.android.messaging cmp = com.android.mms.ui.ComposeMessageMms newState = 1 callingPackage = 10035/com.samsung.android.messaging
11-30 15:20:08.983 27264 27264 D Mms/MmsApp: updateAvailableServices() enableEm=false enableEmSimpleShare=false enableEmSticker=false
11-30 15:20:08.985 27475 27633 D CS/TelephonyPermission: DefaultSmsApp is com.samsung.android.messaging
11-30 15:20:08.985 27475 27633 D CS/TelephonyPermission: isDefault true
11-30 15:20:08.987 27264 27264 D Mms/MmsApp: updateAvailableServices() isSupportedFeature() : -1, isAuthEasySignUp() : false, isFreeMessageServiceStatus() : false
11-30 15:20:09.002  3470 27634 D TP/SmsProvider: query,matched:26, calling pid = 27475
11-30 15:20:09.004  3470 27634 D TP/SmsProvider: query, match 26:Elapsed time : 2.093 ms
11-30 15:20:09.015 27475 27633 D CS/TelephonyUtils: getInsertedSimNum = 2
11-30 15:20:09.018  3470 27634 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:09.018  3470 27634 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb186340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:09.019  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228258 RxPkts=4187605 TxBytes=586829312 RxBytes=4502478904 , Foreground uid=10237 pkgName=net.cashpop.id txBytes=11715135 rxBytes=138116813
11-30 15:20:09.031  3470 27634 D TP/MmsSmsProvider: query, match:6, calling pid = 27475, accessRestricted = false
11-30 15:20:09.034  3470 27634 D TP/MmsSmsProvider: query, match 6:Elapsed time : 2.657 ms
11-30 15:20:09.046 27475 27633 I CS/ReservationManager: ReservationManager()
11-30 15:20:09.046 27475 27633 D CS/ReservationManager: setDelayAlarmForInitialize()
11-30 15:20:09.061  2985  2985 D PreBindingService: handleMessage : 1
11-30 15:20:09.062  2985  2985 D PreBindingService: needToKeepBinding: match not found
11-30 15:20:09.106 20330 20330 I zygote  : Explicit concurrent copying GC freed 116(32KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2MB/5MB, paused 281us total 74.176ms
11-30 15:20:09.121  2615 26435 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] HWC_2_GLES by low FPS(0)
11-30 15:20:09.158  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:20:09.284  3510  3510 I Choreographer: Skipped 37 frames!  The application may be doing too much work on its main thread.
11-30 15:20:09.284  3510 27624 D KeyguardUpdateMonitor: broadcast intent= Intent { act=com.samsung.keyguard.KEYGUARD_STATE_UPDATE (has extras) }
11-30 15:20:09.292 27264 27395 D SamsungAnalytics111040: newThread on Executor
11-30 15:20:09.293 27264 27395 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:20:09.296  2985 27515 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.hiya.star user:0
11-30 15:20:09.297  2985 27515 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:20:09.297  2985 27515 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.hiya.star user:0
11-30 15:20:09.297  2985 27515 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:20:09.322  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] first frame after HWC_2_GLES
11-30 15:20:09.322  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] GLES_2_HWC by high FPS(5)
11-30 15:20:09.336  3510  3660 D Tile.WifiTile: handleUpdateState enabled  = true
11-30 15:20:09.466  2985  5081 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:09.470  3510 25937 V PreviewInflater: switching default camera action
11-30 15:20:09.477  3510  3510 D KeyguardCircleAffordanceView: setPreviewView: mRight=true,preview=android.widget.AbsoluteLayout{f71c849 I.E...... ......ID 0,0-0,0}
11-30 15:20:09.534 16033 19173 D BluetoothAdapter: STATE_BLE_ON
11-30 15:20:09.541 16033 19173 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:20:09.620 27644 27644 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:20:09.622 27644 27644 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:20:09.623 27644 27644 I SELinux : SELinux: seapp_context_lookup: seinfo=apm, level=s0:c512,c768, pkgname=com.hiya.star 
11-30 15:20:09.624  2985  2985 D PreBindingService: handleMessage : 1
11-30 15:20:09.733  3510  3529 I zygote  : NativeAlloc concurrent copying GC freed 81723(3MB) AllocSpace objects, 0(0B) LOS objects, 50% free, 19MB/39MB, paused 634.887ms total 1.280s
11-30 15:20:09.777 27528 27540 I [SmartCall]: WPRestClient - 3.0.07//5207176 - sendPhoneEvents - Hiya Service is connected :false
11-30 15:20:09.782  2985  2985 D PreBindingService: needToKeepBinding: match not found
11-30 15:20:09.794  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:20:09.794  2719  2795 E IptablesRestoreController: -A fw_standby_uid -m owner --uid-owner 10138 -j DROP
11-30 15:20:09.794  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:20:09.795 16067  8949 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
11-30 15:20:09.808  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:20:09.808  2719  2795 E IptablesRestoreController: -A fw_standby_uid -m owner --uid-owner 10138 -j DROP
11-30 15:20:09.808  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:20:09.808  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:20:09.822  2615 26435 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] HWC_2_GLES by low FPS(0)
11-30 15:20:09.841  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:20:09.841  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:20:09.843  2985  3826 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:09.848  2985 27515 I CallLog : LogCallAsyncTask doInBackground inserting log
11-30 15:20:09.850  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:09.850  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:09.850  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:09.895 16033 19173 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:20:09.896 16033 19173 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:20:09.929 16033 23954 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.autofill.events.AutofillGcmTaskService started execution. cause:5 exec_start_elapsed_seconds: 458670 [CONTEXT service_id=218 ]
11-30 15:20:09.930 16033 23954 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.autofill.events.AutofillGcmTaskService started execution. cause:5 exec_start_elapsed_seconds: 458672 [CONTEXT service_id=218 ]
11-30 15:20:09.969 18545 18545 D received: android.appwidget.action.APPWIDGET_UPDATE
11-30 15:20:09.987  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.calendar user:0
11-30 15:20:09.987  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:20:09.987  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.calendar user:0
11-30 15:20:09.987  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:20:10.002 27674 27674 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:20:10.004 27674 27674 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:20:10.005 27674 27674 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.android.calendar 
11-30 15:20:10.017  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10220 ,Container id: 0
11-30 15:20:10.017  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10220 ,Container id: 0
11-30 15:20:10.017  2985  5092 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:10.024  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10220 ,Container id: 0
11-30 15:20:10.025  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10220 ,Container id: 0
11-30 15:20:10.025  2985  5092 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:10.031  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10132 ,Container id: 0
11-30 15:20:10.031  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10132 ,Container id: 0
11-30 15:20:10.031  2985  3826 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:10.034 27644 27644 D ActivityThread: Added TimaKeyStore provider
11-30 15:20:10.039  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10132 ,Container id: 0
11-30 15:20:10.040  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10132 ,Container id: 0
11-30 15:20:10.040  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:10.047 27674 27674 D ActivityThread: Added TimaKeyStore provider
11-30 15:20:10.048  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] first frame after HWC_2_GLES
11-30 15:20:10.048  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] GLES_2_HWC by high FPS(5)
11-30 15:20:10.063 27264 27523 E Mms/DbUtils: rebuild done, 6 drafts,Elapsed time : 3784.8066 ms
11-30 15:20:10.070 27644 27644 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10220
11-30 15:20:10.070 27644 27644 D Proxy   : mdoP is null: 10220
11-30 15:20:10.073  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228276 RxPkts=4187619 TxBytes=586831738 RxBytes=4502486326 , Foreground uid=10237 pkgName=net.cashpop.id txBytes=11715135 rxBytes=138116813
11-30 15:20:10.073 27674 27674 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10132
11-30 15:20:10.074 27674 27674 D Proxy   : mdoP is null: 10132
11-30 15:20:10.085 27674 27674 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:20:10.148 16033 16033 I GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=18692 trafficStatsUid=-1
11-30 15:20:10.165  2985  3612 D PackageManager: setEnabledSetting : userId = 0 packageName = com.parallel.space.lite cmp = com.lbe.parallel.ipc.ServiceProvider newState = 1 callingPackage = 10227/com.parallel.space.lite
11-30 15:20:10.323  2615 26435 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] HWC_2_GLES by low FPS(0)
11-30 15:20:10.338  6077  9807 W AutofillGcmTaskChimeraS: No affiliated Task for Tag: CommonUsernamesFetchPeriodic [CONTEXT service_id=177 ]
11-30 15:20:10.345 16033 25597 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.autofill.events.AutofillGcmTaskService finished executing. cause:5 result: 2 elapsed_millis: 43952 uptime_millis: 43952 exec_start_elapsed_seconds: 458670 [CONTEXT service_id=218 ]
11-30 15:20:10.430 26886 27563 W ResourceType: ResTable_typeSpec entry count inconsistent: given 141, previously 169
11-30 15:20:10.546  2985  3826 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.gsf user:150
11-30 15:20:10.550 27674 27674 D BixbyApi_0.2.5: isBixbySupported:false
11-30 15:20:10.565  2985  3826 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:20:10.565  2985  3826 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.gsf user:150
11-30 15:20:10.568  2985  3826 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:20:10.607 20330 20330 I zygote  : Explicit concurrent copying GC freed 23(32KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2MB/5MB, paused 211us total 70.806ms
11-30 15:20:10.618 27674 27674 D SamsungAnalytics111040: cf feature is supported
11-30 15:20:10.624 16033 16033 I zygote  : Deoptimizing bkaw bkfv.bo(bkaw) due to JIT inline cache
11-30 15:20:10.698 16033 16033 I zygote  : Deoptimizing bkaw azhb.a(java.lang.Object) due to JIT inline cache
11-30 15:20:10.711 16033 25837 W AutofillGcmTaskChimeraS: No affiliated Task for Tag: FaviconFetchPeriodic [CONTEXT service_id=177 ]
11-30 15:20:10.752 27712 27712 I Zygote  : Unshare entire /
11-30 15:20:10.755 27644 27644 I CrashlyticsCore: Initializing Crashlytics 2.3.17.dev
11-30 15:20:10.756 27674 27674 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:20:10.759 27674 27674 D SamsungAnalytics111040: newThread on Executor
11-30 15:20:10.764 26886 27563 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:20:10.764 26886 27563 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:20:10.772 27712 27712 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:20:10.773 27712 27712 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:20:10.773 27712 27712 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:20:10.773 27712 27712 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:20:10.773 27712 27712 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:20:10.773 27712 27712 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:20:10.773 27712 27712 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:20:10.774 27712 27712 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:20:10.774 27712 27712 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:20:10.774  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:20:10.792 27712 27712 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:20:10.793 27712 27712 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c662,c768, pkgname=com.google.process.gservices 
11-30 15:20:10.821 27644 27717 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:20:10.822 27644 27717 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:20:10.823  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010018 ,Container id: 150
11-30 15:20:10.823  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010018 ,Container id: 150
11-30 15:20:10.824  2985  5092 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:20:10.824  2985  5092 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:20:10.828 26841 27208 W CelloCake: [CELLO_TASK_RUNNER_MONITORf1b2ec50-0] [Account=f1b2ec50] 2 tasks running slow
11-30 15:20:10.828 26841 27208 W CelloCake: [CELLO_TASK_RUNNER_MONITORf1b2ec50-0] [Account=f1b2ec50:Task=181366296]Slow task still running after 18s. fetchRootStableId(request=# com.google.apps.drive.dataservice.GetStableIdRequest@4b1bec5a){account=f1b2ec50, submitTimeMs=458696472, startTimeMs=458696472, waitTimeMs=0, not completed, timedOut}
11-30 15:20:10.828 26841 27208 W CelloCake: [CELLO_TASK_RUNNER_MONITORf1b2ec50-0] [Account=f1b2ec50:Task=208494705]Slow task still running after 17s. getObserverManager(){account=f1b2ec50, submitTimeMs=458696534, not started, timedOut}
11-30 15:20:10.828  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010018 ,Container id: 150
11-30 15:20:10.828  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010018 ,Container id: 150
11-30 15:20:10.829  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:20:10.829  2985  2996 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:20:10.832 27712 27712 D ActivityThread: Added TimaKeyStore provider
11-30 15:20:10.850  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:10.851  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:10.851  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:10.861 27712 27712 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010018
11-30 15:20:10.861 27712 27712 D Proxy   : mdoP is null: 15010018
11-30 15:20:10.868 16067 22301 I GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=12803 trafficStatsUid=-1
11-30 15:20:10.870  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:20:10.870  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:20:10.870  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:20:10.889 26841 27209 W CelloCake: [CELLO_TASK_RUNNER_MONITORf1b2ec50-0] [Account=f1b2ec50] 2 tasks running slow
11-30 15:20:10.889 26841 27209 W CelloCake: [CELLO_TASK_RUNNER_MONITORf1b2ec50-0] [Account=f1b2ec50:Task=77232791]Slow task still running after 13s. generateResourceIds(request=# com.google.apps.drive.dataservice.GenerateIdsRequest@1aa72dd){account=f1b2ec50, submitTimeMs=458700663, startTimeMs=458700663, waitTimeMs=0, not completed, timedOut}
11-30 15:20:10.889 26841 27209 W CelloCake: [CELLO_TASK_RUNNER_MONITORf1b2ec50-0] [Account=f1b2ec50:Task=250242180]Slow task still running after 13s. getStableId(request=# com.google.apps.drive.dataservice.GetStableIdRequest@4b1bec5a){account=f1b2ec50, submitTimeMs=458700663, startTimeMs=458700664, waitTimeMs=1, not completed, timedOut}
11-30 15:20:10.960 27712 27712 I GservicesProvider: Gservices pushing to system: true; secure/global: true
11-30 15:20:10.989 27644 27693 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
11-30 15:20:10.993 27644 27693 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:20:10.994 27644 27693 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:20:11.010  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:20:11.026  2719 27747 D DnsProxyListener: MILIM cache: 1
11-30 15:20:11.028 27644 27693 E Fabric  : Settings request failed.
11-30 15:20:11.036  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] first frame after HWC_2_GLES
11-30 15:20:11.036  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] GLES_2_HWC by high FPS(5)
11-30 15:20:11.120  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228278 RxPkts=4187621 TxBytes=586831871 RxBytes=4502486508 , Foreground uid=10237 pkgName=net.cashpop.id txBytes=11715135 rxBytes=138116813
11-30 15:20:11.175 27489 27691 D tgnet   : Config(0xd037c020, /data/user/0/org.telegram.messenger/files/tgnet.dat) load, size = 6644, fileSize = 6648
11-30 15:20:11.175 27489 27691 D tgnet   : create new 16584 buffer
11-30 15:20:11.176 27489 27691 D tgnet   : config version = 5
11-30 15:20:11.176 27489 27691 D tgnet   : current dc id = 5, time difference = 0, registered for push = 1
11-30 15:20:11.180 27528 27528 I [SmartCall]: WPRestClient - 3.0.07//5207176 - getClientVersion - Hiya Service is connected :true
11-30 15:20:11.182 27489 27691 D tgnet   : Config(0xd037c200, /data/user/0/org.telegram.messenger/files/dc1conf.dat) load, size = 36, fileSize = 40
11-30 15:20:11.182 27489 27691 D tgnet   : datacenter(0xe7390840) 1 loaded (hasAuthKey = 1, 0xd28294bcea159bb)
11-30 15:20:11.195 16033 27740 I zygote  : Deoptimizing void bkav.run() due to JIT inline cache
11-30 15:20:11.199 27489 27691 D tgnet   : Config(0xd037c2e0, /data/user/0/org.telegram.messenger/files/dc2conf.dat) load, size = 36, fileSize = 40
11-30 15:20:11.199 27489 27691 D tgnet   : datacenter(0xe7390980) 2 loaded (hasAuthKey = 1, 0xbb4e88b592f05f72)
11-30 15:20:11.201 27489 27691 D tgnet   : Config(0xd037c360, /data/user/0/org.telegram.messenger/files/dc3conf.dat) load, size = 36, fileSize = 40
11-30 15:20:11.201 27489 27691 D tgnet   : datacenter(0xe7390ac0) 3 loaded (hasAuthKey = 1, 0x928de5fa7d9dfe40)
11-30 15:20:11.202 27489 27691 D tgnet   : Config(0xd037c440, /data/user/0/org.telegram.messenger/files/dc4conf.dat) load, size = 36, fileSize = 40
11-30 15:20:11.202 27489 27691 D tgnet   : datacenter(0xe7390c00) 4 loaded (hasAuthKey = 1, 0xcafaeb2163e6837e)
11-30 15:20:11.204 27489 27691 D tgnet   : Config(0xd037c4c0, /data/user/0/org.telegram.messenger/files/dc5conf.dat) load, size = 36, fileSize = 40
11-30 15:20:11.204 27489 27691 D tgnet   : datacenter(0xe7390d40) 5 loaded (hasAuthKey = 1, 0xc6bbac3575c7f891)
11-30 15:20:11.324  2615 26435 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] HWC_2_GLES by low FPS(0)
11-30 15:20:11.406 26841 26908 W CelloCake: [io-2] Running after 18512ms in queue: 'getObserverManager()'
11-30 15:20:11.498  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 7 99 -7 -200 -7 -200 -1 12 -99 -12 -20 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:20:11.498  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:20:11.540 27489 27753 D tgnet   : network thread started
11-30 15:20:11.582 27489 27753 D tgnet   : connection(0xe73bc500, account0, dc5, type 8) connecting (91.108.56.150:443)
11-30 15:20:11.584 27489 27753 D tgnet   : connection(0xe73bc500) set current timeout = 30
11-30 15:20:11.586 27489 27753 D tgnet   : connection(0xe73bc500, account0, dc5, type 8) send message (session: 0xe6a7aa10f93a4ea0, seqno: 0, messageid: 0x61a5debb95810800): 24TL_ping_delay_disconnect(0xe9110700)
11-30 15:20:11.587 27489 27753 D tgnet   : create new 1224 buffer
11-30 15:20:11.587 27489 27753 D tgnet   : dc5 valid salt not found
11-30 15:20:11.587 27489 27753 D tgnet   : dc5 send ping to push connection
11-30 15:20:11.587 27489 27753 D tgnet   : connection(0xe73bc500, account0, dc5, type 8) suspend
11-30 15:20:11.587 27489 27753 D tgnet   : connection(0xe73bc500, account0, dc5, type 8) disconnected with reason 0
11-30 15:20:11.587 27489 27753 D tgnet   : connection(0xe73bc500) push connection closed
11-30 15:20:11.587 27489 27753 D tgnet   : connection(0xe73bc500) push connection closed
11-30 15:20:11.587 27489 27753 D tgnet   : push ping timeout
11-30 15:20:11.600 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) connecting (91.108.56.150:443)
11-30 15:20:11.605 27489 27753 D tgnet   : connection(0xe73bcf00) set current timeout = 12
11-30 15:20:11.626 27489 27753 D tgnet   : connection(0xe73bcf00) reset last event time, on connect
11-30 15:20:11.626 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) connected to 91.108.56.150:443
11-30 15:20:11.626 27489 27753 D tgnet   : messageId for token = 50000000, 0x61a5debba0418804
11-30 15:20:11.626 27489 27753 D tgnet   : start write messages to container
11-30 15:20:11.626 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) send message (session: 0xee78d7583211038d, seqno: 0, messageid: 0x61a5debba0418800): 18TL_destroy_session(0xe9109758)
11-30 15:20:11.626 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) send message (session: 0xee78d7583211038d, seqno: 1, messageid: 0x61a5debba0418804): 17TL_help_getConfig(0xd037c5c0)
11-30 15:20:11.626 27489 27753 D tgnet   : dc5 valid salt not found
11-30 15:20:11.650 27489 27753 D tgnet   : Config(0xd037c4c0, /data/user/0/org.telegram.messenger/files/dc5conf.dat) start write config
11-30 15:20:11.653 27489 27691 D tgnet   : create new 4296 buffer
11-30 15:20:11.655 27489 27753 D tgnet   : Config(0xd037c4c0, /data/user/0/org.telegram.messenger/files/dc5conf.dat) fileno = 84
11-30 15:20:11.721 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:11.721 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:11.733 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:20:11.851  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:11.851  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:11.851  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:11.859 27489 27489 I zygote  : Rejecting re-init on previously-failed class java.lang.Class<org.telegram.messenger.NotificationsController$$ExternalSyntheticLambda1>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/graphics/PostProcessor;
11-30 15:20:11.859 27489 27489 I zygote  :   at org.telegram.messenger.NotificationsController org.telegram.messenger.AccountInstance.getNotificationsController() (AccountInstance.java:49)
11-30 15:20:11.859 27489 27489 I zygote  :   at org.telegram.messenger.NotificationsController org.telegram.messenger.BaseController.getNotificationsController() (BaseController.java:40)
11-30 15:20:11.859 27489 27489 I zygote  :   at void org.telegram.messenger.MessagesStorage.lambda$loadUnreadMessages$46(androidx.collection.LongSparseArray, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList) (MessagesStorage.java:3387)
11-30 15:20:11.859 27489 27489 I zygote  :   at void org.telegram.messenger.MessagesStorage.$r8$lambda$k7Pg90l7G9GuDx2Ce0KXLAElDdY(org.telegram.messenger.MessagesStorage, androidx.collection.LongSparseArray, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList) (MessagesStorage.java:-1)
11-30 15:20:11.859 27489 27489 I zygote  :   at void org.telegram.messenger.MessagesStorage$$ExternalSyntheticLambda114.run() ((null):-1)
11-30 15:20:11.859 27489 27489 I zygote  :   at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:790)
11-30 15:20:11.859 27489 27489 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:99)
11-30 15:20:11.859 27489 27489 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:20:11.859 27489 27489 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:20:11.859 27489 27489 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:20:11.859 27489 27489 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:20:11.859 27489 27489 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:20:11.859 27489 27489 I zygote  : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.graphics.PostProcessor" on path: DexPathList[[zip file "/system/framework/com.google.android.maps.jar", zip file "/system/framework/com.sec.android.app.multiwindow.jar", zip file "/data/app/org.telegram.messenger-qSpPRZ2mRYGHzU6Kjb2HHw==/base.apk"],nativeLibraryDirectories=[/data/app/org.telegram.messenger-qSpPRZ2mRYGHzU6Kjb2HHw==/lib/arm, /data/app/org.telegram.messenger-qSpPRZ2mRYGHzU6Kjb2HHw==/base.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
11-30 15:20:11.859 27489 27489 I zygote  :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
11-30 15:20:11.859 27489 27489 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
11-30 15:20:11.859 27489 27489 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-30 15:20:11.859 27489 27489 I zygote  :   at org.telegram.messenger.NotificationsController org.telegram.messenger.AccountInstance.getNotificationsController() (AccountInstance.java:49)
11-30 15:20:11.859 27489 27489 I zygote  :   at org.telegram.messenger.NotificationsController org.telegram.messenger.BaseController.getNotificationsController() (BaseController.java:40)
11-30 15:20:11.859 27489 27489 I zygote  :   at void org.telegram.messenger.MessagesStorage.lambda$loadUnreadMessages$46(androidx.collection.LongSparseArray, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList) (MessagesStorage.java:3387)
11-30 15:20:11.859 27489 27489 I zygote  :   at void org.telegram.messenger.MessagesStorage.$r8$lambda$k7Pg90l7G9GuDx2Ce0KXLAElDdY(org.telegram.messenger.MessagesStorage, androidx.collection.LongSparseArray, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList) (MessagesStorage.java:-1)
11-30 15:20:11.859 27489 27489 I zygote  :   at void org.telegram.messenger.MessagesStorage$$ExternalSyntheticLambda114.run() ((null):-1)
11-30 15:20:11.859 27489 27489 I zygote  :   at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:790)
11-30 15:20:11.859 27489 27489 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:99)
11-30 15:20:11.859 27489 27489 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:20:11.859 27489 27489 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:20:11.859 27489 27489 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:20:11.859 27489 27489 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:20:11.859 27489 27489 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:20:11.859 27489 27489 I zygote  : 
11-30 15:20:11.860 27489 27489 I zygote  : Rejecting re-init on previously-failed class java.lang.Class<org.telegram.messenger.NotificationsController$$ExternalSyntheticLambda1>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/graphics/PostProcessor;
11-30 15:20:11.860 27489 27489 I zygote  :   at org.telegram.messenger.NotificationsController org.telegram.messenger.AccountInstance.getNotificationsController() (AccountInstance.java:49)
11-30 15:20:11.860 27489 27489 I zygote  :   at org.telegram.messenger.NotificationsController org.telegram.messenger.BaseController.getNotificationsController() (BaseController.java:40)
11-30 15:20:11.860 27489 27489 I zygote  :   at void org.telegram.messenger.MessagesStorage.lambda$loadUnreadMessages$46(androidx.collection.LongSparseArray, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList) (MessagesStorage.java:3387)
11-30 15:20:11.860 27489 27489 I zygote  :   at void org.telegram.messenger.MessagesStorage.$r8$lambda$k7Pg90l7G9GuDx2Ce0KXLAElDdY(org.telegram.messenger.MessagesStorage, androidx.collection.LongSparseArray, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList) (MessagesStorage.java:-1)
11-30 15:20:11.860 27489 27489 I zygote  :   at void org.telegram.messenger.MessagesStorage$$ExternalSyntheticLambda114.run() ((null):-1)
11-30 15:20:11.860 27489 27489 I zygote  :   at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:790)
11-30 15:20:11.860 27489 27489 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:99)
11-30 15:20:11.860 27489 27489 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:20:11.860 27489 27489 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:20:11.860 27489 27489 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:20:11.860 27489 27489 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:20:11.860 27489 27489 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:20:11.860 27489 27489 I zygote  : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.graphics.PostProcessor" on path: DexPathList[[zip file "/system/framework/com.google.android.maps.jar", zip file "/system/framework/com.sec.android.app.multiwindow.jar", zip file "/data/app/org.telegram.messenger-qSpPRZ2mRYGHzU6Kjb2HHw==/base.apk"],nativeLibraryDirectories=[/data/app/org.telegram.messenger-qSpPRZ2mRYGHzU6Kjb2HHw==/lib/arm, /data/app/org.telegram.messenger-qSpPRZ2mRYGHzU6Kjb2HHw==/base.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
11-30 15:20:11.860 27489 27489 I zygote  :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
11-30 15:20:11.860 27489 27489 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
11-30 15:20:11.860 27489 27489 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-30 15:20:11.860 27489 27489 I zygote  :   at org.telegram.messenger.NotificationsController org.telegram.messenger.AccountInstance.getNotificationsController() (AccountInstance.java:49)
11-30 15:20:11.860 27489 27489 I zygote  :   at org.telegram.messenger.NotificationsController org.telegram.messenger.BaseController.getNotificationsController() (BaseController.java:40)
11-30 15:20:11.860 27489 27489 I zygote  :   at void org.telegram.messenger.MessagesStorage.lambda$loadUnreadMessages$46(androidx.collection.LongSparseArray, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList) (MessagesStorage.java:3387)
11-30 15:20:11.860 27489 27489 I zygote  :   at void org.telegram.messenger.MessagesStorage.$r8$lambda$k7Pg90l7G9GuDx2Ce0KXLAElDdY(org.telegram.messenger.MessagesStorage, androidx.collection.LongSparseArray, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList) (MessagesStorage.java:-1)
11-30 15:20:11.860 27489 27489 I zygote  :   at void org.telegram.messenger.MessagesStorage$$ExternalSyntheticLambda114.run() ((null):-1)
11-30 15:20:11.860 27489 27489 I zygote  :   at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:790)
11-30 15:20:11.860 27489 27489 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:99)
11-30 15:20:11.860 27489 27489 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:20:11.860 27489 27489 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:20:11.860 27489 27489 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:20:11.860 27489 27489 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:20:11.860 27489 27489 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:20:11.860 27489 27489 I zygote  : 
11-30 15:20:11.863 26841 26875 W DynamiteModule: Local module descriptor class for com.google.android.gms.providerinstaller.dynamite not found.
11-30 15:20:11.872 27489 27489 I zygote  : Rejecting re-init on previously-failed class java.lang.Class<org.telegram.messenger.NotificationsController$$ExternalSyntheticLambda0>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/graphics/ImageDecoder$OnHeaderDecodedListener;
11-30 15:20:11.872 27489 27489 I zygote  :   at org.telegram.messenger.NotificationsController org.telegram.messenger.AccountInstance.getNotificationsController() (AccountInstance.java:49)
11-30 15:20:11.873 27489 27489 I zygote  :   at org.telegram.messenger.NotificationsController org.telegram.messenger.BaseController.getNotificationsController() (BaseController.java:40)
11-30 15:20:11.873 27489 27489 I zygote  :   at void org.telegram.messenger.MessagesStorage.lambda$loadUnreadMessages$46(androidx.collection.LongSparseArray, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList) (MessagesStorage.java:3387)
11-30 15:20:11.873 27489 27489 I zygote  :   at void org.telegram.messenger.MessagesStorage.$r8$lambda$k7Pg90l7G9GuDx2Ce0KXLAElDdY(org.telegram.messenger.MessagesStorage, androidx.collection.LongSparseArray, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList) (MessagesStorage.java:-1)
11-30 15:20:11.873 27489 27489 I zygote  :   at void org.telegram.messenger.MessagesStorage$$ExternalSyntheticLambda114.run() ((null):-1)
11-30 15:20:11.873 27489 27489 I zygote  :   at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:790)
11-30 15:20:11.873 27489 27489 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:99)
11-30 15:20:11.873 27489 27489 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:20:11.873 27489 27489 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:20:11.873 27489 27489 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:20:11.873 27489 27489 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:20:11.873 27489 27489 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:20:11.873 27489 27489 I zygote  : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.graphics.ImageDecoder$OnHeaderDecodedListener" on path: DexPathList[[zip file "/system/framework/com.google.android.maps.jar", zip file "/system/framework/com.sec.android.app.multiwindow.jar", zip file "/data/app/org.telegram.messenger-qSpPRZ2mRYGHzU6Kjb2HHw==/base.apk"],nativeLibraryDirectories=[/data/app/org.telegram.messenger-qSpPRZ2mRYGHzU6Kjb2HHw==/lib/arm, /data/app/org.telegram.messenger-qSpPRZ2mRYGHzU6Kjb2HHw==/base.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
11-30 15:20:11.873 27489 27489 I zygote  :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
11-30 15:20:11.873 27489 27489 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
11-30 15:20:11.873 27489 27489 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-30 15:20:11.873 27489 27489 I zygote  :   at org.telegram.messenger.NotificationsController org.telegram.messenger.AccountInstance.getNotificationsController() (AccountInstance.java:49)
11-30 15:20:11.873 27489 27489 I zygote  :   at org.telegram.messenger.NotificationsController org.telegram.messenger.BaseController.getNotificationsController() (BaseController.java:40)
11-30 15:20:11.873 27489 27489 I zygote  :   at void org.telegram.messenger.MessagesStorage.lambda$loadUnreadMessages$46(androidx.collection.LongSparseArray, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList) (MessagesStorage.java:3387)
11-30 15:20:11.873 27489 27489 I zygote  :   at void org.telegram.messenger.MessagesStorage.$r8$lambda$k7Pg90l7G9GuDx2Ce0KXLAElDdY(org.telegram.messenger.MessagesStorage, androidx.collection.LongSparseArray, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList) (MessagesStorage.java:-1)
11-30 15:20:11.873 27489 27489 I zygote  :   at void org.telegram.messenger.MessagesStorage$$ExternalSyntheticLambda114.run() ((null):-1)
11-30 15:20:11.873 27489 27489 I zygote  :   at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:790)
11-30 15:20:11.873 27489 27489 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:99)
11-30 15:20:11.873 27489 27489 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:20:11.873 27489 27489 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:20:11.873 27489 27489 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:20:11.873 27489 27489 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:20:11.873 27489 27489 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:20:11.873 27489 27489 I zygote  : 
11-30 15:20:11.874 27489 27489 I zygote  : Rejecting re-init on previously-failed class java.lang.Class<org.telegram.messenger.NotificationsController$$ExternalSyntheticLambda0>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/graphics/ImageDecoder$OnHeaderDecodedListener;
11-30 15:20:11.874 27489 27489 I zygote  :   at org.telegram.messenger.NotificationsController org.telegram.messenger.AccountInstance.getNotificationsController() (AccountInstance.java:49)
11-30 15:20:11.874 27489 27489 I zygote  :   at org.telegram.messenger.NotificationsController org.telegram.messenger.BaseController.getNotificationsController() (BaseController.java:40)
11-30 15:20:11.874 27489 27489 I zygote  :   at void org.telegram.messenger.MessagesStorage.lambda$loadUnreadMessages$46(androidx.collection.LongSparseArray, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList) (MessagesStorage.java:3387)
11-30 15:20:11.874 27489 27489 I zygote  :   at void org.telegram.messenger.MessagesStorage.$r8$lambda$k7Pg90l7G9GuDx2Ce0KXLAElDdY(org.telegram.messenger.MessagesStorage, androidx.collection.LongSparseArray, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList) (MessagesStorage.java:-1)
11-30 15:20:11.874 27489 27489 I zygote  :   at void org.telegram.messenger.MessagesStorage$$ExternalSyntheticLambda114.run() ((null):-1)
11-30 15:20:11.874 27489 27489 I zygote  :   at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:790)
11-30 15:20:11.874 27489 27489 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:99)
11-30 15:20:11.874 27489 27489 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:20:11.874 27489 27489 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:20:11.874 27489 27489 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:20:11.874 27489 27489 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:20:11.874 27489 27489 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:20:11.874 27489 27489 I zygote  : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.graphics.ImageDecoder$OnHeaderDecodedListener" on path: DexPathList[[zip file "/system/framework/com.google.android.maps.jar", zip file "/system/framework/com.sec.android.app.multiwindow.jar", zip file "/data/app/org.telegram.messenger-qSpPRZ2mRYGHzU6Kjb2HHw==/base.apk"],nativeLibraryDirectories=[/data/app/org.telegram.messenger-qSpPRZ2mRYGHzU6Kjb2HHw==/lib/arm, /data/app/org.telegram.messenger-qSpPRZ2mRYGHzU6Kjb2HHw==/base.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
11-30 15:20:11.874 27489 27489 I zygote  :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
11-30 15:20:11.874 27489 27489 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
11-30 15:20:11.874 27489 27489 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-30 15:20:11.874 27489 27489 I zygote  :   at org.telegram.messenger.NotificationsController org.telegram.messenger.AccountInstance.getNotificationsController() (AccountInstance.java:49)
11-30 15:20:11.874 27489 27489 I zygote  :   at org.telegram.messenger.NotificationsController org.telegram.messenger.BaseController.getNotificationsController() (BaseController.java:40)
11-30 15:20:11.874 27489 27489 I zygote  :   at void org.telegram.messenger.MessagesStorage.lambda$loadUnreadMessages$46(androidx.collection.LongSparseArray, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList) (MessagesStorage.java:3387)
11-30 15:20:11.874 27489 27489 I zygote  :   at void org.telegram.messenger.MessagesStorage.$r8$lambda$k7Pg90l7G9GuDx2Ce0KXLAElDdY(org.telegram.messenger.MessagesStorage, androidx.collection.LongSparseArray, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList) (MessagesStorage.java:-1)
11-30 15:20:11.874 27489 27489 I zygote  :   at void org.telegram.messenger.MessagesStorage$$ExternalSyntheticLambda114.run() ((null):-1)
11-30 15:20:11.874 27489 27489 I zygote  :   at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:790)
11-30 15:20:11.874 27489 27489 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:99)
11-30 15:20:11.874 27489 27489 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
11-30 15:20:11.874 27489 27489 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000)
11-30 15:20:11.874 27489 27489 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-30 15:20:11.874 27489 27489 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441)
11-30 15:20:11.874 27489 27489 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)
11-30 15:20:11.874 27489 27489 I zygote  : 
11-30 15:20:11.885 26841 26875 W ProviderInstaller: Failed to load providerinstaller module: No acceptable module found. Local version is 0 and remote version is 0.
11-30 15:20:12.041  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] first frame after HWC_2_GLES
11-30 15:20:12.041  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] GLES_2_HWC by high FPS(5)
11-30 15:20:12.118 20330 20330 I zygote  : Explicit concurrent copying GC freed 23(32KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2MB/5MB, paused 209us total 75.431ms
11-30 15:20:12.171  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228397 RxPkts=4187701 TxBytes=586984577 RxBytes=4502493784 , Foreground uid=10237 pkgName=net.cashpop.id txBytes=11715135 rxBytes=138116813
11-30 15:20:12.326  2615 26435 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] HWC_2_GLES by low FPS(0)
11-30 15:20:12.418  2985  2985 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.googlequicksearchbox user:150
11-30 15:20:12.424  2985  2985 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:20:12.424  2985  2985 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.googlequicksearchbox user:150
11-30 15:20:12.427  2985  2985 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:20:12.444 27773 27773 I Zygote  : Unshare entire /
11-30 15:20:12.468 27773 27773 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:20:12.469 27773 27773 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:20:12.469 27773 27773 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:20:12.469 27773 27773 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:20:12.469 27773 27773 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:20:12.469 27773 27773 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:20:12.469 27773 27773 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:20:12.469 27773 27773 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:20:12.470 27773 27773 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:20:12.471 27773 27773 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:20:12.473 27773 27773 I SELinux : SELinux: seapp_context_lookup: seinfo=apm, level=s0:c662,c768, pkgname=com.google.android.googlequicksearchbox:search 
11-30 15:20:12.478  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1075, previously 1574
11-30 15:20:12.478  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1733, previously 1739
11-30 15:20:12.478  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 205, previously 1394
11-30 15:20:12.539  2985  3827 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = org.telegram.messenger,userId = 0
11-30 15:20:12.539  2985  3827 D API test: getContainerInfo: value is 150,1359085664
11-30 15:20:12.541  2985  3827 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = org.telegram.messenger,userId = 0
11-30 15:20:12.541  2985  3827 D API test: getContainerInfo: value is 150,1359085664
11-30 15:20:12.546  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010078 ,Container id: 150
11-30 15:20:12.549  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010078 ,Container id: 150
11-30 15:20:12.549  2985  3826 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:20:12.549  2985  3826 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:20:12.553  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010078 ,Container id: 150
11-30 15:20:12.553  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010078 ,Container id: 150
11-30 15:20:12.553  2985  3826 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:20:12.553  2985  3826 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:20:12.554  2985  3827 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = org.telegram.messenger,userId = 0
11-30 15:20:12.554  2985  3827 D API test: getContainerInfo: value is 150,1359085664
11-30 15:20:12.554  2985  3827 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = org.telegram.messenger,userId = 0
11-30 15:20:12.555  2985  3827 D API test: getContainerInfo: value is 150,1359085664
11-30 15:20:12.556 27773 27773 D ActivityThread: Added TimaKeyStore provider
11-30 15:20:12.566 26985 27367 I mobileconfig: No OTA resource found
11-30 15:20:12.568 26985 27367 I mobileconfig: Using asset manager to stream (unitType: kMobileConfigSessionless) params_map.txt
11-30 15:20:12.595  2985  5081 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:20:12.595  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = true
11-30 15:20:12.616  2985  3827 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = org.telegram.messenger,userId = 0
11-30 15:20:12.616  2985  3827 D API test: getContainerInfo: value is 150,1359085664
11-30 15:20:12.616  2985  3827 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = org.telegram.messenger,userId = 0
11-30 15:20:12.616  2985  3827 D API test: getContainerInfo: value is 150,1359085664
11-30 15:20:12.626  2985  3612 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:20:12.626  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = true
11-30 15:20:12.630 27773 27773 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010078
11-30 15:20:12.631 27773 27773 D Proxy   : mdoP is null: 15010078
11-30 15:20:12.631  2985  5081 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = org.telegram.messenger,userId = 0
11-30 15:20:12.632  2985  5081 D API test: getContainerInfo: value is 150,1359085664
11-30 15:20:12.632  2985  5081 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = org.telegram.messenger,userId = 0
11-30 15:20:12.632  2985  5081 D API test: getContainerInfo: value is 150,1359085664
11-30 15:20:12.654  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] first frame after HWC_2_GLES
11-30 15:20:12.654  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] GLES_2_HWC by high FPS(5)
11-30 15:20:12.685 27566 27591 D BadgeProvider: query, [selection] : package=?
11-30 15:20:12.687 18545 18545 I NotificationService: Catched notification: MyNotification{id=null, received=Tue Nov 30 15:20:12 GMT+07:00 2021, removed=null, pack='org.telegram.messenger', title='Telegram', text='328 new messages from 43 chats', trash=false, lastOccurred=Tue Nov 30 15:20:12 GMT+07:00 2021, appName='Telegram', notificationType=NOTIFICATION, myIcon=MyIcon{pack='org.telegram.messenger', created=Tue Nov 30 15:20:12 GMT+07:00 2021, lastUpdated=Tue Nov 30 15:20:12 GMT+07:00 2021}}
11-30 15:20:12.696 27566 27591 E DatabaseUtils: Writing exception to parcel
11-30 15:20:12.696 27566 27591 E DatabaseUtils: java.lang.SecurityException: Permission Denial: writing com.sec.android.provider.badge.BadgeProvider uri content://com.sec.badge/apps?notify=true from pid=27489, uid=10635 requires com.sec.android.provider.badge.permission.WRITE, or grantUriPermission()
11-30 15:20:12.696 27566 27591 E DatabaseUtils: 	at android.content.ContentProvider.enforceWritePermissionInner(ContentProvider.java:713)
11-30 15:20:12.696 27566 27591 E DatabaseUtils: 	at android.content.ContentProvider$Transport.enforceWritePermission(ContentProvider.java:519)
11-30 15:20:12.696 27566 27591 E DatabaseUtils: 	at android.content.ContentProvider$Transport.update(ContentProvider.java:356)
11-30 15:20:12.696 27566 27591 E DatabaseUtils: 	at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:211)
11-30 15:20:12.696 27566 27591 E DatabaseUtils: 	at android.os.Binder.execTransact(Binder.java:705)
11-30 15:20:12.729 18545 18545 D WhatsappImageHandler: whatsapp monitoring is enabled: true
11-30 15:20:12.730 18545 18545 D WhatsappAudioHandler: whatsapp monitoring is enabled: true
11-30 15:20:12.731 18545 18545 D WhatsappVideoHandler: whatsapp monitoring is enabled: true
11-30 15:20:12.762  2985  5081 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:20:12.762  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = true
11-30 15:20:12.780  2985  5081 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:20:12.780  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = true
11-30 15:20:12.851  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:12.851  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:12.851  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:12.872 26985 27367 I mobileconfig: Params map streaming - readbytes: 344580/344580
11-30 15:20:12.872 26985 27367 I mobileconfig: Successfully parsed (unitType: kMobileConfigSessionless) params_map.txt
11-30 15:20:12.886 26985 27367 I mobileconfig: Read one query hash from asset, it is = 35b322ac95216222e5f9ca979a20b8becb5df8fd10e17bc82917cfdfdf9c93fd
11-30 15:20:12.900  2985  2994 I zygote  : Background concurrent copying GC freed 577388(24MB) AllocSpace objects, 125(15MB) LOS objects, 26% free, 66MB/90MB, paused 417us total 998.032ms
11-30 15:20:12.927  2615 26435 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] HWC_2_GLES by low FPS(0)
11-30 15:20:12.973 26985 27367 I mobileconfig: Initialized MobileConfig - directory: /data/user/0/com.facebook.katana/files, appVersion: 345.0.0.34.118, paramHash: a5d7101843f6084191fe92a020c23059:fd882d983138eed28107f79d71b9f779, readOnly: false bufferPathPostfix: 
11-30 15:20:13.220  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228397 RxPkts=4187701 TxBytes=586984577 RxBytes=4502493784 , Foreground uid=10237 pkgName=net.cashpop.id txBytes=11715135 rxBytes=138116813
11-30 15:20:13.243 26985 27367 W fb4a.3jR: set isBridgeless to false
11-30 15:20:13.314  3510  3510 I Choreographer: Skipped 32 frames!  The application may be doing too much work on its main thread.
11-30 15:20:13.326  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] first frame after HWC_2_GLES
11-30 15:20:13.326  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] GLES_2_HWC by high FPS(5)
11-30 15:20:13.355  2985  3612 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:20:13.355  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = true
11-30 15:20:13.473  3510  3660 D Tile.WifiTile: handleUpdateState enabled  = true
11-30 15:20:13.562  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:20:13.562  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:20:13.612 20330 20330 I zygote  : Explicit concurrent copying GC freed 23(32KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2MB/5MB, paused 210us total 69.106ms
11-30 15:20:13.707 26985 27367 I mobileconfig: No OTA resource found
11-30 15:20:13.707 26985 27367 I mobileconfig: Using asset manager to stream (unitType: kMobileConfigSessionbased) params_map.txt
11-30 15:20:13.797  3510  3510 W StaticLayout: maxLineHeight should not be -1.  maxLines:7 lineCount:7
11-30 15:20:13.797  3510  3510 W StaticLayout: maxLineHeight should not be -1.  maxLines:7 lineCount:7
11-30 15:20:13.802 26985 27367 I mobileconfig: Params map streaming - readbytes: 344580/344580
11-30 15:20:13.802 26985 27367 I mobileconfig: Successfully parsed (unitType: kMobileConfigSessionbased) params_map.txt
11-30 15:20:13.803 26985 27367 I mobileconfig: Read one query hash from asset, it is = 35b322ac95216222e5f9ca979a20b8becb5df8fd10e17bc82917cfdfdf9c93fd
11-30 15:20:13.828 26841 27208 W CelloCake: [CELLO_TASK_RUNNER_MONITORf1b2ec50-0] [Account=f1b2ec50] 2 tasks that were running slow now completed
11-30 15:20:13.828 26841 27208 W CelloCake: [CELLO_TASK_RUNNER_MONITORf1b2ec50-0] [Account=f1b2ec50:Task=181366296]Slow task now completed after 21s. fetchRootStableId(request=# com.google.apps.drive.dataservice.GetStableIdRequest@4b1bec5a){account=f1b2ec50, submitTimeMs=458696472, startTimeMs=458696472, waitTimeMs=0, endTimeMs=458715046, durationMs=18574, succeeded, timedOut}
11-30 15:20:13.828 26841 27208 W CelloCake: [CELLO_TASK_RUNNER_MONITORf1b2ec50-0] [Account=f1b2ec50:Task=208494705]Slow task now completed after 20s. getObserverManager(){account=f1b2ec50, submitTimeMs=458696534, startTimeMs=458715046, waitTimeMs=18512, endTimeMs=458715130, durationMs=18596, succeeded, timedOut}
11-30 15:20:13.842  2985  3612 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:13.845  2985  3826 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:13.851  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:13.851  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:13.851  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:13.852  2985  3826 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:13.855  2985  3826 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:13.889 26841 27209 W CelloCake: [CELLO_TASK_RUNNER_MONITORf1b2ec50-0] [Account=f1b2ec50] 2 tasks that were running slow now completed
11-30 15:20:13.889 26841 27209 W CelloCake: [CELLO_TASK_RUNNER_MONITORf1b2ec50-0] [Account=f1b2ec50:Task=77232791]Slow task now completed after 16s. generateResourceIds(request=# com.google.apps.drive.dataservice.GenerateIdsRequest@1aa72dd){account=f1b2ec50, submitTimeMs=458700663, startTimeMs=458700663, waitTimeMs=0, endTimeMs=458715024, durationMs=14361, succeeded, timedOut}
11-30 15:20:13.889 26841 27209 W CelloCake: [CELLO_TASK_RUNNER_MONITORf1b2ec50-0] [Account=f1b2ec50:Task=250242180]Slow task now completed after 16s. getStableId(request=# com.google.apps.drive.dataservice.GetStableIdRequest@4b1bec5a){account=f1b2ec50, submitTimeMs=458700663, startTimeMs=458700664, waitTimeMs=1, endTimeMs=458715188, durationMs=14525, succeeded, timedOut}
11-30 15:20:14.014 18545 18545 I NotificationReceiver: found similar notification: MyNotification{id=47869, received=Tue Nov 30 14:55:51 GMT+07:00 2021, removed=null, pack='org.telegram.messenger', title='Telegram', text='327 new messages from 43 chats', trash=false, lastOccurred=Tue Nov 30 14:55:51 GMT+07:00 2021, appName='Telegram', notificationType=NOTIFICATION, myIcon=MyIcon{pack='org.telegram.messenger', created=Wed Jun 30 14:10:14 GMT+07:00 2021, lastUpdated=Wed Jun 30 14:10:14 GMT+07:00 2021}}
11-30 15:20:14.020 18545 18545 I DB_HELPER: inserted: MyNotification{id=47882, received=Tue Nov 30 15:20:12 GMT+07:00 2021, removed=null, pack='org.telegram.messenger', title='Telegram', text='328 new messages from 43 chats', trash=false, lastOccurred=Tue Nov 30 15:20:12 GMT+07:00 2021, appName='Telegram', notificationType=NOTIFICATION, myIcon=MyIcon{pack='org.telegram.messenger', created=Tue Nov 30 15:20:12 GMT+07:00 2021, lastUpdated=Tue Nov 30 15:20:12 GMT+07:00 2021}}
11-30 15:20:14.030 18545 18545 I DB      : inserted: MyOccurrence{id=158261, notificationId=47882, occurred=Tue Nov 30 15:20:12 GMT+07:00 2021, text='328 new messages from 43 chats'}
11-30 15:20:14.042 18545 18545 I NotificationService: Catched notification: MyNotification{id=null, received=Tue Nov 30 15:20:14 GMT+07:00 2021, removed=null, pack='org.telegram.messenger', title='Telkomsel Care (14)', text='Photo', trash=false, lastOccurred=Tue Nov 30 15:20:14 GMT+07:00 2021, appName='Telegram', notificationType=NOTIFICATION, myIcon=MyIcon{pack='org.telegram.messenger', created=Tue Nov 30 15:20:14 GMT+07:00 2021, lastUpdated=Tue Nov 30 15:20:14 GMT+07:00 2021}}
11-30 15:20:14.043 18545 18545 D WhatsappImageHandler: whatsapp monitoring is enabled: true
11-30 15:20:14.043 18545 18545 D WhatsappAudioHandler: whatsapp monitoring is enabled: true
11-30 15:20:14.043 18545 18545 D WhatsappVideoHandler: whatsapp monitoring is enabled: true
11-30 15:20:14.048 26985 27367 I mobileconfig: Initialized MobileConfig - directory: /data/user/0/com.facebook.katana/files, appVersion: 345.0.0.34.118, paramHash: a5d7101843f6084191fe92a020c23059:fd882d983138eed28107f79d71b9f779, readOnly: false bufferPathPostfix: 
11-30 15:20:14.048 26985 27367 I mobileconfig: Read RN schema map size: 2669
11-30 15:20:14.104 18545 18545 I DB_HELPER: inserted: MyNotification{id=47883, received=Tue Nov 30 15:20:14 GMT+07:00 2021, removed=null, pack='org.telegram.messenger', title='Telkomsel Care (14)', text='Photo', trash=false, lastOccurred=Tue Nov 30 15:20:14 GMT+07:00 2021, appName='Telegram', notificationType=NOTIFICATION, myIcon=MyIcon{pack='org.telegram.messenger', created=Tue Nov 30 15:20:14 GMT+07:00 2021, lastUpdated=Tue Nov 30 15:20:14 GMT+07:00 2021}}
11-30 15:20:14.110 18545 18545 I DB      : inserted: MyOccurrence{id=158262, notificationId=47883, occurred=Tue Nov 30 15:20:14 GMT+07:00 2021, text='Photo'}
11-30 15:20:14.113 18545 18545 I NotificationService: Catched notification: MyNotification{id=null, received=Tue Nov 30 15:20:14 GMT+07:00 2021, removed=null, pack='org.telegram.messenger', title='TI.18.PB (180): +62 882 11290516', text='Bagi yang belum silahkan ikut sidang di desember dan januari', trash=false, lastOccurred=Tue Nov 30 15:20:14 GMT+07:00 2021, appName='Telegram', notificationType=NOTIFICATION, myIcon=MyIcon{pack='org.telegram.messenger', created=Tue Nov 30 15:20:14 GMT+07:00 2021, lastUpdated=Tue Nov 30 15:20:14 GMT+07:00 2021}}
11-30 15:20:14.114 18545 18545 D WhatsappImageHandler: whatsapp monitoring is enabled: true
11-30 15:20:14.114 18545 18545 D WhatsappAudioHandler: whatsapp monitoring is enabled: true
11-30 15:20:14.114 18545 18545 D WhatsappVideoHandler: whatsapp monitoring is enabled: true
11-30 15:20:14.174  8707  8738 D SharedPreferencesImpl: Time required to fsync /data/user/0/net.cashpop.id/shared_prefs/com.applovin.sdk.preferences.W-B5cbPhTx-__ytrTONGiI4V1e8It1GN_RTc1tIUoHUoDLchl_yRH1xJf4cX5tw5JNhKE_q1GJpUfPAOO7qg9m.xml: [<1: 0, <2: 0, <4: 0, <8: 1, <16: 3, <32: 1, <64: 0, <128: 2, <256: 0, <512: 0, <1024: 1, <2048: 0, <4096: 0, <8192: 1, <16384: 0, >=16384: 0]
11-30 15:20:14.175 18545 18545 I NotificationReceiver: found similar notification: MyNotification{id=47870, received=Tue Nov 30 14:55:51 GMT+07:00 2021, removed=null, pack='org.telegram.messenger', title='TI.18.PB (180): +62 882 11290516', text='Bagi yang belum silahkan ikut sidang di desember dan januari', trash=false, lastOccurred=Tue Nov 30 14:55:51 GMT+07:00 2021, appName='Telegram', notificationType=NOTIFICATION, myIcon=MyIcon{pack='org.telegram.messenger', created=Wed Jun 30 14:10:14 GMT+07:00 2021, lastUpdated=Wed Jun 30 14:10:14 GMT+07:00 2021}}
11-30 15:20:14.180 18545 18545 I DB_HELPER: inserted: MyNotification{id=47884, received=Tue Nov 30 15:20:14 GMT+07:00 2021, removed=null, pack='org.telegram.messenger', title='TI.18.PB (180): +62 882 11290516', text='Bagi yang belum silahkan ikut sidang di desember dan januari', trash=false, lastOccurred=Tue Nov 30 15:20:14 GMT+07:00 2021, appName='Telegram', notificationType=NOTIFICATION, myIcon=MyIcon{pack='org.telegram.messenger', created=Tue Nov 30 15:20:14 GMT+07:00 2021, lastUpdated=Tue Nov 30 15:20:14 GMT+07:00 2021}}
11-30 15:20:14.188 18545 18545 I DB      : inserted: MyOccurrence{id=158263, notificationId=47884, occurred=Tue Nov 30 15:20:14 GMT+07:00 2021, text='Bagi yang belum silahkan ikut sidang di desember dan januari'}
11-30 15:20:14.191 18545 18545 I NotificationService: Catched notification: MyNotification{id=null, received=Tue Nov 30 15:20:14 GMT+07:00 2021, removed=null, pack='org.telegram.messenger', title='LPKN-Supply Chain April 21 (62)', text='🖼 Kelas Online - GRATIS
11-30 15:20:14.191 18545 18545 I NotificationService: REPEAT ORDER dalam Pengadaan Jasa Konsultansi Konstruksi 
11-30 15:20:14.191 18545 18545 I NotificationService: Berdasarkan SE Menteri PUPR
11-30 15:20:14.191 18545 18545 I NotificationService: 
11-30 15:20:14.191 18545 18545 I NotificationService: Waktu
11-30 15:20:14.191 18545 18545 I NotificationService: Sabtu, 27 November 2021 
11-30 15:20:14.191 18545 18545 I NotificationService: 10.00 - 12.00 WIB
11-30 15:20:14.191 18545 18545 I NotificationService: Online via Zoom
11-30 15:20:14.191 18545 18545 I NotificationService: 
11-30 15:20:14.191 18545 18545 I NotificationService: Materi Kegiatan :
11-30 15:20:14.191 18545 18545 I NotificationService: •  Kriteria dan Batasan Repeat Order
11-30 15:20:14.191 18545 18545 I NotificationService: •  Kriteria dan Penilaian Kinerja Penyedia Jasa
11-30 15:20:14.191 18545 18545 I NotificationService: •  Tata Cara Penyelenggaraan Repeat Order
11-30 15:20:14.191 18545 18545 I NotificationService: 
11-30 15:20:14.191 18545 18545 I NotificationService: Narasumber : Dr. Ir. Putut Marhayudi M.M. MBA., IPU., CCMs (Direktur Pengembangan Jasa Konstruksi – Kementerian PUPR)
11-30 15:20:14.191 18545 18545 I NotificationService: 
11-30 15:20:14.191 18545 18545 I NotificationService: Fasilitas GRATIS :
11-30 15:20:14.191 18545 18545 I NotificationService: •  Mengikuti Pelatihan Online
11-30 15:20:14.191 18545 18545 I NotificationService: •  Materi Pelatihan
11-30 15:20:14.191 18545 18545 I NotificationService: •  Peraturan Terkait
11-30 15:20:14.191 18545 18545 I NotificationService: •  Video Rekaman
11-30 15:20:14.191 18545 18545 I NotificationService: •  DoorPrize
11-30 15:20:14.191 18545 18545 I NotificationService: 
11-30 15:20:14.191 18545 18545 I NotificationService: Peserta Terbatas Registrasi : 
11-30 15:20:14.191 18545 18545 I NotificationService: https://bit.ly/RepeatOrderJaskon
11-30 15:20:14.191 18545 18545 I NotificationService: https://bit.ly/RepeatOrderJaskon
11-30 15:20:14.191 18545 18545 I NotificationService: https://bit.ly/RepeatOrderJaskon
11-30 15:20:14.191 18545 18545 I NotificationService: 
11-30 15:20:14.191 18545 18545 I NotificationService: Kegiatan Lainnya Kunjungi www.lpkn.id', trash=false, lastOccurred=Tue Nov 30 15:20:14 GMT+07:00 2021, appName='Telegram', notificationType=NOTIFICATION, myIcon=MyIcon{pack='org.telegram.messenger', created=Tue Nov 30 15:20:14 GMT+07:00 2021, lastUpdated=Tue Nov 30 15:20:14 GMT+07:00 2021}}
11-30 15:20:14.192 18545 18545 D WhatsappImageHandler: whatsapp monitoring is enabled: true
11-30 15:20:14.192 18545 18545 D WhatsappAudioHandler: whatsapp monitoring is enabled: true
11-30 15:20:14.192 18545 18545 D WhatsappVideoHandler: whatsapp monitoring is enabled: true
11-30 15:20:14.228  2615 26435 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] HWC_2_GLES by low FPS(3)
11-30 15:20:14.229  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] GLES_2_HWC by high FPS(5)
11-30 15:20:14.252 18545 18545 I NotificationReceiver: found similar notification: MyNotification{id=47871, received=Tue Nov 30 14:55:51 GMT+07:00 2021, removed=null, pack='org.telegram.messenger', title='LPKN-Supply Chain April 21 (62)', text='🖼 Kelas Online - GRATIS
11-30 15:20:14.252 18545 18545 I NotificationReceiver: REPEAT ORDER dalam Pengadaan Jasa Konsultansi Konstruksi 
11-30 15:20:14.252 18545 18545 I NotificationReceiver: Berdasarkan SE Menteri PUPR
11-30 15:20:14.252 18545 18545 I NotificationReceiver: 
11-30 15:20:14.252 18545 18545 I NotificationReceiver: Waktu
11-30 15:20:14.252 18545 18545 I NotificationReceiver: Sabtu, 27 November 2021 
11-30 15:20:14.252 18545 18545 I NotificationReceiver: 10.00 - 12.00 WIB
11-30 15:20:14.252 18545 18545 I NotificationReceiver: Online via Zoom
11-30 15:20:14.252 18545 18545 I NotificationReceiver: 
11-30 15:20:14.252 18545 18545 I NotificationReceiver: Materi Kegiatan :
11-30 15:20:14.252 18545 18545 I NotificationReceiver: •  Kriteria dan Batasan Repeat Order
11-30 15:20:14.252 18545 18545 I NotificationReceiver: •  Kriteria dan Penilaian Kinerja Penyedia Jasa
11-30 15:20:14.252 18545 18545 I NotificationReceiver: •  Tata Cara Penyelenggaraan Repeat Order
11-30 15:20:14.252 18545 18545 I NotificationReceiver: 
11-30 15:20:14.252 18545 18545 I NotificationReceiver: Narasumber : Dr. Ir. Putut Marhayudi M.M. MBA., IPU., CCMs (Direktur Pengembangan Jasa Konstruksi – Kementerian PUPR)
11-30 15:20:14.252 18545 18545 I NotificationReceiver: 
11-30 15:20:14.252 18545 18545 I NotificationReceiver: Fasilitas GRATIS :
11-30 15:20:14.252 18545 18545 I NotificationReceiver: •  Mengikuti Pelatihan Online
11-30 15:20:14.252 18545 18545 I NotificationReceiver: •  Materi Pelatihan
11-30 15:20:14.252 18545 18545 I NotificationReceiver: •  Peraturan Terkait
11-30 15:20:14.252 18545 18545 I NotificationReceiver: •  Video Rekaman
11-30 15:20:14.252 18545 18545 I NotificationReceiver: •  DoorPrize
11-30 15:20:14.252 18545 18545 I NotificationReceiver: 
11-30 15:20:14.252 18545 18545 I NotificationReceiver: Peserta Terbatas Registrasi : 
11-30 15:20:14.252 18545 18545 I NotificationReceiver: https://bit.ly/RepeatOrderJaskon
11-30 15:20:14.252 18545 18545 I NotificationReceiver: https://bit.ly/RepeatOrderJaskon
11-30 15:20:14.252 18545 18545 I NotificationReceiver: https://bit.ly/RepeatOrderJaskon
11-30 15:20:14.252 18545 18545 I NotificationReceiver: 
11-30 15:20:14.252 18545 18545 I NotificationReceiver: Kegiatan Lainnya Kunjungi www.lpkn.id', trash=false, lastOccurred=Tue Nov 30 14:55:51 GMT+07:00 2021, appName='Telegram', notificationType=NOTIFICATION, myIcon=MyIcon{pack='org.telegram.messenger', created=Wed Jun 30 14:10:14 GMT+07:00 2021, lastUpdated=Wed Jun 30 14:10:14 GMT+07:00 2021}}
11-30 15:20:14.268  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228397 RxPkts=4187701 TxBytes=586984577 RxBytes=4502493784 , Foreground uid=10237 pkgName=net.cashpop.id txBytes=11715135 rxBytes=138116813
11-30 15:20:14.268 18545 18545 I DB_HELPER: inserted: MyNotification{id=47885, received=Tue Nov 30 15:20:14 GMT+07:00 2021, removed=null, pack='org.telegram.messenger', title='LPKN-Supply Chain April 21 (62)', text='🖼 Kelas Online - GRATIS
11-30 15:20:14.268 18545 18545 I DB_HELPER: REPEAT ORDER dalam Pengadaan Jasa Konsultansi Konstruksi 
11-30 15:20:14.268 18545 18545 I DB_HELPER: Berdasarkan SE Menteri PUPR
11-30 15:20:14.268 18545 18545 I DB_HELPER: 
11-30 15:20:14.268 18545 18545 I DB_HELPER: Waktu
11-30 15:20:14.268 18545 18545 I DB_HELPER: Sabtu, 27 November 2021 
11-30 15:20:14.268 18545 18545 I DB_HELPER: 10.00 - 12.00 WIB
11-30 15:20:14.268 18545 18545 I DB_HELPER: Online via Zoom
11-30 15:20:14.268 18545 18545 I DB_HELPER: 
11-30 15:20:14.268 18545 18545 I DB_HELPER: Materi Kegiatan :
11-30 15:20:14.268 18545 18545 I DB_HELPER: •  Kriteria dan Batasan Repeat Order
11-30 15:20:14.268 18545 18545 I DB_HELPER: •  Kriteria dan Penilaian Kinerja Penyedia Jasa
11-30 15:20:14.268 18545 18545 I DB_HELPER: •  Tata Cara Penyelenggaraan Repeat Order
11-30 15:20:14.268 18545 18545 I DB_HELPER: 
11-30 15:20:14.268 18545 18545 I DB_HELPER: Narasumber : Dr. Ir. Putut Marhayudi M.M. MBA., IPU., CCMs (Direktur Pengembangan Jasa Konstruksi – Kementerian PUPR)
11-30 15:20:14.268 18545 18545 I DB_HELPER: 
11-30 15:20:14.268 18545 18545 I DB_HELPER: Fasilitas GRATIS :
11-30 15:20:14.268 18545 18545 I DB_HELPER: •  Mengikuti Pelatihan Online
11-30 15:20:14.268 18545 18545 I DB_HELPER: •  Materi Pelatihan
11-30 15:20:14.268 18545 18545 I DB_HELPER: •  Peraturan Terkait
11-30 15:20:14.268 18545 18545 I DB_HELPER: •  Video Rekaman
11-30 15:20:14.268 18545 18545 I DB_HELPER: •  DoorPrize
11-30 15:20:14.268 18545 18545 I DB_HELPER: 
11-30 15:20:14.268 18545 18545 I DB_HELPER: Peserta Terbatas Registrasi : 
11-30 15:20:14.268 18545 18545 I DB_HELPER: https://bit.ly/RepeatOrderJaskon
11-30 15:20:14.268 18545 18545 I DB_HELPER: https://bit.ly/RepeatOrderJaskon
11-30 15:20:14.268 18545 18545 I DB_HELPER: https://bit.ly/RepeatOrderJaskon
11-30 15:20:14.268 18545 18545 I DB_HELPER: 
11-30 15:20:14.268 18545 18545 I DB_HELPER: Kegiatan Lainnya Kunjungi www.lpkn.id', trash=false, lastOccurred=Tue Nov 30 15:20:14 GMT+07:00 2021, appName='Telegram', notificationType=NOTIFICATION, myIcon=MyIcon{pack='org.telegram.messenger', created=Tue Nov 30 15:20:14 GMT+07:00 2021, lastUpdated=Tue Nov 30 15:20:14 GMT+07:00 2021}}
11-30 15:20:14.287 27773 27773 I MultiDex: VM with version 2.1.0 has multidex support
11-30 15:20:14.287 27773 27773 I MultiDex: install
11-30 15:20:14.287 27773 27773 I MultiDex: VM has multidex support, MultiDex support library is disabled.
11-30 15:20:14.380  2985  2999 I PrintManagerService: onPackageModified com.google.android.apps.docs
11-30 15:20:14.401  4604 21401 D LauncherApps: onPackageChanged 0,com.google.android.apps.docs
11-30 15:20:14.401  4604  4604 D Launcher.Model: onPackageChanged:com.google.android.apps.docs user:UserHandle{0}
11-30 15:20:14.401  4604  4604 D Launcher.Model: isValidStateInKnoxMode:false user:UserHandle{0}
11-30 15:20:14.425  4604  4680 W Launcher.Model: checkFinderState return, operation is not matched
11-30 15:20:14.426  4604  4680 D Launcher.Model: Loader.updatePackage com.google.android.apps.docs
11-30 15:20:14.454  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 0
11-30 15:20:14.455  4604  4680 V LauncherApps: Returning activity for profile UserHandle{0} : ComponentInfo{com.google.android.apps.docs/com.google.android.apps.docs.app.NewMainProxyActivity}
11-30 15:20:14.464  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:20:14.466  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:20:14.471  4604  4680 I ApplicationPackageManager: load=com.google.android.apps.docs, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:20:14.483  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:20:14.486  4604  4680 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:20:14.486  4604  4680 I ApplicationPackageManager: load=com.google.android.apps.docs-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:20:14.489  4604  4680 D LauncherActivityInfo: packageName: com.google.android.apps.docs, supportTheme: true, height: 144, width: 144, density: 640
11-30 15:20:14.491 27773 27773 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:20:14.508 27773 27773 I zygote  : WaitForGcToComplete blocked ClassLinker on ClassLinker for 17.257ms
11-30 15:20:14.529  2615 26435 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] HWC_2_GLES by low FPS(0)
11-30 15:20:14.556  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 0
11-30 15:20:14.557  4604  4680 V LauncherApps: Returning activity for profile UserHandle{0} : ComponentInfo{com.google.android.apps.docs/com.google.android.apps.docs.app.NewMainProxyActivity}
11-30 15:20:14.557  4604  4680 D DataLoader: updatePackage:com.google.android.apps.docs
11-30 15:20:14.567  2985  3826 D LauncherAppsService: is Package Hidden: false
11-30 15:20:14.612  4604  4680 I AppsModel: addOrUpdater
11-30 15:20:14.612  4604  4680 I AppsModel: addOrUpdater cn = ComponentInfo{com.google.android.apps.docs/com.google.android.apps.docs.app.NewMainProxyActivity} , UserHandle{0}
11-30 15:20:14.614  4604  4680 I AppsModel: addOrUpdater update item = IconInfo(title=Drive intent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.google.android.apps.docs/.app.NewMainProxyActivity (has extras) } id=45 type=0 container=39 screen=0 cellX=1 cellY=1 spanX=1 spanY=1 rank=5 hidden=0 dropPos=null user=UserHandle{0})
11-30 15:20:14.614  4604  4680 D AppsCustomAdapter: notifyUpdate : com.android.launcher3.Launcher@46d4052
11-30 15:20:14.615  4604  4680 D AppsDragController: needDeferToBind : true , false
11-30 15:20:14.615  2985  3826 D LauncherAppsService: is Package Hidden: false
11-30 15:20:14.619  4604  4977 D WidgetLoader: start loading
11-30 15:20:14.643 26985 27798 E fb4a.MsysMqttTopicsProvider: subscribing to Mqtt
11-30 15:20:14.674 26985 27798 E fb4a.MsysMqttTopicsProvider: subscribing to Mqtt
11-30 15:20:14.751  4604  4977 D LauncherAWProviderInfo: GSA replace initialLayout. 
11-30 15:20:14.751  4604  4680 D LauncherAWProviderInfo: GSA replace initialLayout. 
11-30 15:20:14.851  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:14.851  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:14.851  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:14.937  4604  4977 D WidgetLoader: enter wait
11-30 15:20:15.044  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] first frame after HWC_2_GLES
11-30 15:20:15.044  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] GLES_2_HWC by high FPS(5)
11-30 15:20:15.122 20330 20330 I zygote  : Explicit concurrent copying GC freed 23(32KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2MB/5MB, paused 217us total 75.158ms
11-30 15:20:15.162 27644 27688 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:20:15.187 26985 27357 W fb4a.AppStateLoggerCore: AppStateLogger is not ready yet (getAppStateErrorLogger)
11-30 15:20:15.314  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228397 RxPkts=4187701 TxBytes=586984577 RxBytes=4502493784 , Foreground uid=10237 pkgName=net.cashpop.id txBytes=11715135 rxBytes=138116813
11-30 15:20:15.329  2615 26435 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] HWC_2_GLES by low FPS(0)
11-30 15:20:15.557 27489 27753 D tgnet   : Config(0xd037c4c0, /data/user/0/org.telegram.messenger/files/dc5conf.dat) config write ok
11-30 15:20:15.557 27489 27753 D tgnet   : connection(0xe73bcf00) set current timeout = 4
11-30 15:20:15.557 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) received message len 4 equal to packet size
11-30 15:20:15.557 27489 27753 W tgnet   : mtproto error = -404
11-30 15:20:15.557 27489 27753 D tgnet   : dc5 account0 clear authKeyTemp
11-30 15:20:15.557 27489 27753 D tgnet   : account0 dc5 handshake: begin, type = 1
11-30 15:20:15.557 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) suspend
11-30 15:20:15.558 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) disconnected with reason 0
11-30 15:20:15.558 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) connecting (91.108.56.150:443)
11-30 15:20:15.566 27674 27725 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.samsung.android.calendar/shared_prefs/SamsungAnalyticsPrefs.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 0, <64: 0, <128: 0, <256: 0, <512: 0, <1024: 0, <2048: 0, <4096: 0, <8192: 1, <16384: 0, >=16384: 0]
11-30 15:20:15.566  8707  8738 D SharedPreferencesImpl: Time required to fsync /data/user/0/net.cashpop.id/shared_prefs/com.google.android.gms.measurement.prefs.xml: [<1: 0, <2: 0, <4: 1, <8: 1, <16: 2, <32: 3, <64: 2, <128: 2, <256: 0, <512: 0, <1024: 0, <2048: 1, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:20:15.566 26359 26412 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.google.android.talk/shared_prefs/latency_preferences.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 0, <64: 0, <128: 0, <256: 0, <512: 0, <1024: 0, <2048: 1, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:20:15.566  8707  8707 D QueuedWork: waited: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 0, <64: 2, <128: 1, <256: 0, <512: 0, <1024: 0, <2048: 0, <4096: 0, <8192: 1, <16384: 0, >=16384: 0]
11-30 15:20:15.566 27489 27753 D tgnet   : connection(0xe73bcf00) set current timeout = 12
11-30 15:20:15.566 16067 22301 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.google.android.gms/shared_prefs/usage_stats_manager_prefs.xml: [<1: 0, <2: 0, <4: 2, <8: 6, <16: 27, <32: 38, <64: 19, <128: 9, <256: 7, <512: 2, <1024: 6, <2048: 5, <4096: 1, <8192: 1, <16384: 0, >=16384: 0]
11-30 15:20:15.567 15069 15089 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.android.providers.contacts/shared_prefs/eventlog.xml: [<1: 0, <2: 5, <4: 389, <8: 671, <16: 865, <32: 608, <64: 218, <128: 84, <256: 29, <512: 23, <1024: 17, <2048: 11, <4096: 8, <8192: 5, <16384: 0, >=16384: 0]
11-30 15:20:15.580 27644 27688 I zygote  : WaitForGcToComplete blocked ProfileSaver on AddRemoveAppImageSpace for 417.978ms
11-30 15:20:15.677 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) reset auth key due to -404 error
11-30 15:20:15.684 27489 27753 D tgnet   : send request 0xe91097f8 - 14TL_api_request
11-30 15:20:15.698  2680  2680 E audit   : type=1400 audit(1638260415.676:39916): avc:  denied  { read } for  pid=27753 comm="Thread-16" name="drivers" dev="proc" ino=4026531852 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_tty_drivers:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:20:15.698  2680  2680 E audit   : type=1300 audit(1638260415.676:39916): arch=40000028 syscall=334 per=8 success=no exit=-13 a0=ffffff9c a1=e73e93e0 a2=4 a3=0 items=0 ppid=2693 pid=27753 auid=4294967295 uid=10635 gid=10635 euid=10635 suid=10635 fsuid=10635 egid=10635 sgid=10635 fsgid=10635 tty=(none) ses=4294967295 comm="Thread-16" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:20:15.698  2680  2680 E audit   : type=1327 audit(1638260415.676:39916): proctitle="org.telegram.messenger"
11-30 15:20:15.725  2680  2680 E audit   : type=1400 audit(1638260415.706:39917): avc:  denied  { read } for  pid=27753 comm="Thread-16" name="u:object_r:serialno_prop:s0" dev="tmpfs" ino=9309 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:serialno_prop:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:20:15.725  2680  2680 E audit   : type=1300 audit(1638260415.706:39917): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cddfec00 a2=a8000 a3=0 items=0 ppid=2693 pid=27753 auid=4294967295 uid=10635 gid=10635 euid=10635 suid=10635 fsuid=10635 egid=10635 sgid=10635 fsgid=10635 tty=(none) ses=4294967295 comm="Thread-16" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:20:15.725  2680  2680 E audit   : type=1327 audit(1638260415.706:39917): proctitle="org.telegram.messenger"
11-30 15:20:15.726 27489 27753 E libc    : Access denied finding property "ro.serialno"
11-30 15:20:15.733 27489 27753 D tgnet   : wrap in layer 14TL_api_request, flags = 2
11-30 15:20:15.733  2680  2680 E audit   : type=1400 audit(1638260415.716:39918): avc:  denied  { read } for  pid=27753 comm="Thread-16" name="devices" dev="proc" ino=4026534867 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:20:15.733 27489 27753 D tgnet   : send request wrapped 0xe9109690 - 15invokeWithLayer
11-30 15:20:15.733  2680  2680 E audit   : type=1300 audit(1638260415.716:39918): arch=40000028 syscall=334 per=8 success=no exit=-13 a0=ffffff9c a1=e73e93e0 a2=4 a3=0 items=0 ppid=2693 pid=27753 auid=4294967295 uid=10635 gid=10635 euid=10635 suid=10635 fsuid=10635 egid=10635 sgid=10635 fsgid=10635 tty=(none) ses=4294967295 comm="Thread-16" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:20:15.733  2680  2680 E audit   : type=1327 audit(1638260415.716:39918): proctitle="org.telegram.messenger"
11-30 15:20:15.733 27489 27753 D tgnet   : move 0xd037c5c0 - 17TL_help_getConfig to requestsQueue because of initConnection
11-30 15:20:15.733 27489 27753 D tgnet   : wrap in layer 17TL_help_getConfig, flags = 2
11-30 15:20:15.733 27489 27753 D tgnet   : send request 0xe9109820 - 14TL_api_request
11-30 15:20:15.733 27489 27753 D tgnet   : wrap in layer 14TL_api_request, flags = 2
11-30 15:20:15.733 27489 27753 D tgnet   : send request wrapped 0xe9109b18 - 15invokeWithLayer
11-30 15:20:15.733 27489 27753 D tgnet   : reset sleep timeout account0
11-30 15:20:15.733 27489 27753 D tgnet   : wrap in layer 25TL_account_registerDevice, flags = 2
11-30 15:20:15.733 27489 27753 D tgnet   : send request 0xe91097a8 - 14TL_api_request
11-30 15:20:15.733 27489 27753 D tgnet   : wrap in layer 14TL_api_request, flags = 2
11-30 15:20:15.733 27489 27753 D tgnet   : send request wrapped 0xe9109bb8 - 15invokeWithLayer
11-30 15:20:15.733 27489 27753 D tgnet   : connection(0xe73bcf00) reset last event time, on connect
11-30 15:20:15.733 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) connected to 91.108.56.150:443
11-30 15:20:15.733 27489 27753 D tgnet   : account0 dc5 handshake: begin, type = 1
11-30 15:20:15.734 27489 27753 D tgnet   : time for push ping
11-30 15:20:15.740  2985  5081 D AudioService: isEnabled
11-30 15:20:15.764 27489 27753 D tgnet   : Config(0xd037c4c0, /data/user/0/org.telegram.messenger/files/dc5conf.dat) start write config
11-30 15:20:15.783 27489 27753 D tgnet   : Config(0xd037c4c0, /data/user/0/org.telegram.messenger/files/dc5conf.dat) fileno = 84
11-30 15:20:15.835  2985  5081 D AudioService: isEnabled
11-30 15:20:15.851  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:15.851  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:15.852  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:15.975 16433 16521 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:20:15.975   559   734 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:20:16.012  6077  6077 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:20:16.012  6077  6077 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:20:16.032  8707  8868 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:20:16.033  8707  8868 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:20:16.038  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] first frame after HWC_2_GLES
11-30 15:20:16.038  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] GLES_2_HWC by high FPS(5)
11-30 15:20:16.044  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:20:16.058  8707  8707 I Choreographer: Skipped 459 frames!  The application may be doing too much work on its main thread.
11-30 15:20:16.058  8707  8853 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:20:16.059  8707  8853 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:20:16.173  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:20:16.186 27489 27753 D tgnet   : Config(0xd037c4c0, /data/user/0/org.telegram.messenger/files/dc5conf.dat) config write ok
11-30 15:20:16.186 27489 27753 D tgnet   : connection(0xe73bcf00) set current timeout = 4
11-30 15:20:16.186 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) received message len 100 equal to packet size
11-30 15:20:16.200 18545 18545 I DB      : inserted: MyOccurrence{id=158264, notificationId=47885, occurred=Tue Nov 30 15:20:14 GMT+07:00 2021, text='🖼 Kelas Online - GRATIS
11-30 15:20:16.200 18545 18545 I DB      : REPEAT ORDER dalam Pengadaan Jasa Konsultansi Konstruksi 
11-30 15:20:16.200 18545 18545 I DB      : Berdasarkan SE Menteri PUPR
11-30 15:20:16.200 18545 18545 I DB      : 
11-30 15:20:16.200 18545 18545 I DB      : Waktu
11-30 15:20:16.200 18545 18545 I DB      : Sabtu, 27 November 2021 
11-30 15:20:16.200 18545 18545 I DB      : 10.00 - 12.00 WIB
11-30 15:20:16.200 18545 18545 I DB      : Online via Zoom
11-30 15:20:16.200 18545 18545 I DB      : 
11-30 15:20:16.200 18545 18545 I DB      : Materi Kegiatan :
11-30 15:20:16.200 18545 18545 I DB      : •  Kriteria dan Batasan Repeat Order
11-30 15:20:16.200 18545 18545 I DB      : •  Kriteria dan Penilaian Kinerja Penyedia Jasa
11-30 15:20:16.200 18545 18545 I DB      : •  Tata Cara Penyelenggaraan Repeat Order
11-30 15:20:16.200 18545 18545 I DB      : 
11-30 15:20:16.200 18545 18545 I DB      : Narasumber : Dr. Ir. Putut Marhayudi M.M. MBA., IPU., CCMs (Direktur Pengembangan Jasa Konstruksi – Kementerian PUPR)
11-30 15:20:16.200 18545 18545 I DB      : 
11-30 15:20:16.200 18545 18545 I DB      : Fasilitas GRATIS :
11-30 15:20:16.200 18545 18545 I DB      : •  Mengikuti Pelatihan Online
11-30 15:20:16.200 18545 18545 I DB      : •  Materi Pelatihan
11-30 15:20:16.200 18545 18545 I DB      : •  Peraturan Terkait
11-30 15:20:16.200 18545 18545 I DB      : •  Video Rekaman
11-30 15:20:16.200 18545 18545 I DB      : •  DoorPrize
11-30 15:20:16.200 18545 18545 I DB      : 
11-30 15:20:16.200 18545 18545 I DB      : Peserta Terbatas Registrasi : 
11-30 15:20:16.200 18545 18545 I DB      : https://bit.ly/RepeatOrderJaskon
11-30 15:20:16.200 18545 18545 I DB      : https://bit.ly/RepeatOrderJaskon
11-30 15:20:16.200 18545 18545 I DB      : https://bit.ly/RepeatOrderJaskon
11-30 15:20:16.200 18545 18545 I DB      : 
11-30 15:20:16.200 18545 18545 I DB      : Kegiatan Lainnya Kunjungi www.lpkn.id'}
11-30 15:20:16.207 18545 18545 D received: android.appwidget.action.APPWIDGET_UPDATE
11-30 15:20:16.235 27489 27753 D tgnet   : create new 8 buffer
11-30 15:20:16.331  2615 26435 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] HWC_2_GLES by low FPS(0)
11-30 15:20:16.362  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228404 RxPkts=4187704 TxBytes=586985477 RxBytes=4502494049 , Foreground uid=10237 pkgName=net.cashpop.id txBytes=11715135 rxBytes=138116813
11-30 15:20:16.363  3510  3660 D Tile.WifiTile: handleUpdateState enabled  = true
11-30 15:20:16.391  8707 27813 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:20:16.392  8707 27813 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:20:16.393  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:20:16.393  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] first frame after HWC_2_GLES
11-30 15:20:16.393  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] GLES_2_HWC by high FPS(5)
11-30 15:20:16.453 14965 14965 I Finsky  : [2] pgs.f(6): RM: receive resource status onSuccess com.android.chrome:com.android.chrome reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 3, 200
11-30 15:20:16.510 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(0) data(0) accounts({}) accounts deleted({}) calls([]) countryIso(ID) userId(150)  ]

11-30 15:20:16.510 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ agr({})  ]

11-30 15:20:16.510 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({})  ]

11-30 15:20:16.510 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(0) data(0) accounts({})  ]

11-30 15:20:16.510 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(0) data(0) accounts({})  ]
11-30 15:20:16.565  2985  2999 D SemExecuteManagerService: onShortcutChanged: com.google.android.apps.docs0
11-30 15:20:16.604 14965 14965 W Finsky  : [2] ejg.f(3): No LoggingContext in the bundle, which breaks event chain!. Creating a new logging context.
11-30 15:20:16.621 20330 20330 I zygote  : Explicit concurrent copying GC freed 23(32KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2MB/5MB, paused 238us total 70.824ms
11-30 15:20:16.722 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) received message len 652 equal to packet size
11-30 15:20:16.731  2615 26435 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] HWC_2_GLES by low FPS(0)
11-30 15:20:16.736 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.android.chrome to state 50
11-30 15:20:16.736 14965 14965 I Finsky  : [2] jqc.u(81): Installer::IT: Start postprocessing download for com.android.chrome
11-30 15:20:16.737 14965 14965 I Finsky  : [2] jqc.u(93): Installer::IT: Prepare to patch com.android.chrome (adid: com.android.chrome , isid: -4w61AazS--uuVO9gTB1xQ) from file:///storage/emulated/150/Android/data/com.android.vending/files/installer/256457446/1638260341751 format 5
11-30 15:20:16.811 14965 15024 I Finsky  : [43182] ehg.d(21): APK integrity will be verified using [SHA-256] method
11-30 15:20:16.852 27773 27773 I zygote  : Deoptimizing java.lang.Object com.google.common.b.pw.g(java.lang.Object, java.lang.Object[], int, int, java.lang.Object) due to JIT inline cache
11-30 15:20:16.852  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:16.852  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:16.852  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:16.913  2985  5081 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.lool user:0
11-30 15:20:16.919  2985  5081 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:20:16.919  2985  5081 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.lool user:0
11-30 15:20:16.919  2985  5081 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:20:16.926 16067 22301 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:20:16.956  8707  8717 I zygote  : Background concurrent copying GC freed 64601(3MB) AllocSpace objects, 78(3MB) LOS objects, 49% free, 4MB/9MB, paused 27.786ms total 918.871ms
11-30 15:20:16.984 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) received message len 72 equal to packet size
11-30 15:20:16.984 27489 27753 D tgnet   : account0 dc5 handshake: completed, time difference = 1, type = 1
11-30 15:20:16.984 27489 27753 D tgnet   : messageId for token = 50000000, 0x61a5dec0fbe76c04
11-30 15:20:16.984 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) send message (session: 0xee78d7583211038d, seqno: 3, messageid: 0x61a5dec0fbe76c04): 15invokeWithLayer(0xe9109ac8)
11-30 15:20:16.985 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) send message (session: 0xee78d7583211038d, seqno: 0, messageid: 0x61a5dec0fc28f800): 22TL_bind_auth_key_inner(0xe91194f0)
11-30 15:20:16.985 27489 27753 D tgnet   : messageId for token = 50000002, 0x61a5dec0fc28f800
11-30 15:20:16.985 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) send message (session: 0xee78d7583211038d, seqno: 5, messageid: 0x61a5dec0fc28f800): 23TL_auth_bindTempAuthKey(0xe9113ae0)
11-30 15:20:16.985 27489 27753 D tgnet   : create new 1224 buffer
11-30 15:20:16.985 27489 27753 D tgnet   : create new 8 buffer
11-30 15:20:17.026 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) received message len 168 equal to packet size
11-30 15:20:17.027 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) received object 16TL_msg_container
11-30 15:20:17.027 27489 27753 D tgnet   : process server response 0xcd85c030 - 16TL_msg_container
11-30 15:20:17.027 27489 27753 D tgnet   : received container with 2 items
11-30 15:20:17.027 27489 27753 D tgnet   : inner message 0 id 0x61a5dec168482401 process
11-30 15:20:17.027 27489 27753 D tgnet   : process server response 0xe9113aa8 - 22TL_new_session_created
11-30 15:20:17.027 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) new session created (first message id: 0x61a5dec0fbe76c04, server salt: 0x464273cfcd69ab61, unique id: 0x947152bc9ac0c0fa)
11-30 15:20:17.027 27489 27753 D tgnet   : Config(0xd037c020, /data/user/0/org.telegram.messenger/files/tgnet.dat) start write config
11-30 15:20:17.033  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] first frame after HWC_2_GLES
11-30 15:20:17.033  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] GLES_2_HWC by high FPS(5)
11-30 15:20:17.037 27828 27828 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:20:17.096 27489 27753 D tgnet   : Config(0xd037c020, /data/user/0/org.telegram.messenger/files/tgnet.dat) fileno = 84
11-30 15:20:17.332  2615 26435 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] HWC_2_GLES by low FPS(0)
11-30 15:20:17.409  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228438 RxPkts=4187735 TxBytes=586996003 RxBytes=4502502270 , Foreground uid=10237 pkgName=net.cashpop.id txBytes=11723742 rxBytes=138122708
11-30 15:20:17.623  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:20:17.624  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:20:17.626  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:20:17.626  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:20:17.626  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:20:17.657 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:20:17.663 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:20:17.684 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:20:17.684 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:20:17.687  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:20:17.701  2985  2985 I MotionRecognitionService: Plugged
11-30 15:20:17.702  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:20:17.703  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:20:17.703  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:20:17.703  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:20:17.746  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:20:17.768 27773 27779 I zygote  : Do partial code cache collection, code=14KB, data=11KB
11-30 15:20:17.768 27773 27779 I zygote  : After code cache collection, code=9KB, data=8KB
11-30 15:20:17.768 27773 27779 I zygote  : Increasing code cache capacity to 128KB
11-30 15:20:17.774 27773 27779 I zygote  : Method exceeds compiler instruction limit: 17614 in java.util.Map com.google.android.apps.gsa.shared.logger.b.h.d()
11-30 15:20:17.852  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:17.852  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:17.852  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:17.949  6077  6077 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gmscompliance.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService PairActivityUserId=150 }
11-30 15:20:17.949  6077  6077 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gmscompliance.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService PairActivityUserId=150 }
11-30 15:20:18.035  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] first frame after HWC_2_GLES
11-30 15:20:18.035  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] GLES_2_HWC by high FPS(5)
11-30 15:20:18.036 27773 27773 I A       : Initializing GMS Compliance Client Library...
11-30 15:20:18.037 27773 27773 I A       : Checking for device compliance...
11-30 15:20:18.062 27773 27773 I A       : Completed library init.
11-30 15:20:18.124 20330 20330 I zygote  : Explicit concurrent copying GC freed 23(32KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2MB/5MB, paused 220us total 68.885ms
11-30 15:20:18.169 27828 27828 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:20:18.171 27828 27828 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.samsung.android.lool 
11-30 15:20:18.334  2615 26435 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] HWC_2_GLES by low FPS(0)
11-30 15:20:18.364  2985  3011 D InputManager-JNI: setInteractive(false)
11-30 15:20:18.370  2985  2985 D InputMethodManagerService: isImeSwitcherDisabledPackage : false
11-30 15:20:18.384  2985  3455 D PersonaManagerService: onStartedGoingToSleep why = 3
11-30 15:20:18.385  2985  2985 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:18.386  2985  2985 D InputMethodManagerService: mDesktopModeManager null!
11-30 15:20:18.386  2985  2985 D InputMethodManagerService: updateSystemUiLocked 0
11-30 15:20:18.392  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:20:18.394  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:20:18.394 27828 27828 D ActivityThread: Added TimaKeyStore provider
11-30 15:20:18.395  2615  2615 I SurfaceFlinger: id=7125 createSurf (1080x1920),2 flag=404, ColorFade[2985]#0
11-30 15:20:18.397  2985  3011 V Surface : sf_framedrop debug : 0x4f4c, game : false, logging : 0
11-30 15:20:18.414  3510  7791 D KeyguardViewMediator: onStartedGoingToSleep(3)
11-30 15:20:18.415  2985  3011 D mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, egl_color_buffer_format *, EGLBoolean) returns 0x3000,  [1080x1920]-format:1
11-30 15:20:18.421  2985  3011 V Surface : sf_framedrop debug : 0x4f4c, game : false, logging : 0
11-30 15:20:18.422  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] first frame after HWC_2_GLES
11-30 15:20:18.423  2615  2615 I display : [PrimaryDisplay] [DYNAMIC_RECOMP] GLES_2_HWC by high FPS(5)
11-30 15:20:18.423  2615  2615 V Surface : sf_framedrop debug : 0x4f4c, game : false, logging : 0
11-30 15:20:18.445  3510  7791 D KeyguardViewMediator: Lock timeout lockAfterTimeout=5000 policyTimeout=0 displayTimeout=120000
11-30 15:20:18.445  3510  7791 D KeyguardViewMediator: timeout = 5000
11-30 15:20:18.446  3510  7791 D KeyguardViewMediator: notifyStartedGoingToSleep
11-30 15:20:18.447  2985  2985 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:18.449 16033 25597 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.autofill.events.AutofillGcmTaskService started execution. cause:5 exec_start_elapsed_seconds: 458670 [CONTEXT service_id=218 ]
11-30 15:20:18.449 16033 25597 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.autofill.events.AutofillGcmTaskService started execution. cause:5 exec_start_elapsed_seconds: 458670 [CONTEXT service_id=218 ]
11-30 15:20:18.456 16033 25597 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.autofill.events.AutofillGcmTaskService finished executing. cause:5 result: 2 elapsed_millis: 44104 uptime_millis: 44104 exec_start_elapsed_seconds: 458670 [CONTEXT service_id=218 ]
11-30 15:20:18.456  2985  3827 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:20:18.456  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = true
11-30 15:20:18.459  2985  2985 D SdpManagerService: onDeviceLocked : User 0
11-30 15:20:18.459  2985  2985 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:18.459  3510  3510 D BiometricController: update biometric toast = false, type = 0
11-30 15:20:18.460  3510  3510 D KeyguardUpdateMonitor: setUnlockingKeyguard( false -> false )
11-30 15:20:18.460  3510  3510 D KeyguardFingerPrint: shouldListenForFingerprint ( isFingerprintEnabled = true , mKeyguardIsVisible = true , mDeviceInteractive = true , mBouncer = false , mGoingToSleep = true , mSwitchingUser = false , mFingerprintWakingUp = false , mKeyguardUnlocking = false , mKeyguardShowing = true , mKeyguardOccluded = false
11-30 15:20:18.461  3510  3510 E KeyguardFingerPrint: updateFingerprintListeningState#mFingerprintRunningState=1 shouldListenForFingerprint=true
11-30 15:20:18.462  3510  3510 D KeyguardViewMediator: handleNotifyStartedGoingToSleep
11-30 15:20:18.466  2985  3170 D WifiTrafficPoller: TrafficStats TxPkts=3228440 RxPkts=4187742 TxBytes=586996107 RxBytes=4502507795 , Foreground uid=10237 pkgName=net.cashpop.id txBytes=11723846 rxBytes=138128233
11-30 15:20:18.511  3510  3510 D ViewRootImpl@8b0ce3[]: dispatchDetachedFromWindow
11-30 15:20:18.511  3510  3510 D InputEventReceiver: channel '875e997 com.android.systemui (client)' ~ Disposing input event receiver.
11-30 15:20:18.511  3510  3510 D InputEventReceiver: channel '875e997 com.android.systemui (client)' ~NativeInputEventReceiver.
11-30 15:20:18.517  2615  2615 D SurfaceFlinger:   Display[0] configurations (* current):
11-30 15:20:18.517  2615  2615 D SurfaceFlinger:     * 0: 1080x1920, xdpi=403.411011, ydpi=403.040985, refresh=16666666
11-30 15:20:18.517  2615  2615 D SurfaceFlinger:   numHwLayers=2, flags=00000000
11-30 15:20:18.517  2615  2615 D SurfaceFlinger:     type   |  handle  | hint | flag | tr | blnd |   format    |     source crop (l,t,r,b)      |          frame         | name 
11-30 15:20:18.517  2615  2615 D SurfaceFlinger: -----------+----------+------+------+----+------+-------------+--------------------------------+------------------------+------
11-30 15:20:18.517  2615  2615 D SurfaceFlinger:        HWC | f090b780 | 0000 | 0020 | 00 | 0100 | RGBA_8888   |    0.0,    0.0, 1080.0, 1920.0 |    0,    0, 1080, 1920 | ColorFade[2985]#0
11-30 15:20:18.517  2615  2615 D SurfaceFlinger:  FB TARGET | f0c66600 | 0000 | 0000 | 00 | 0105 | RGBA_8888   |    0.0,    0.0, 1080.0, 1920.0 |    0,    0, 1080, 1920 | HWC_FRAMEBUFFER_TARGET
11-30 15:20:18.755 27828 27828 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 1000
11-30 15:20:18.759 27828 27828 D Proxy   : mdoP is null: 1000
11-30 15:20:18.778 27828 27828 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:20:18.779  2985  3612 D InputTransport: Input channel destroyed: fd=591
11-30 15:20:18.780  3510  3510 D InputTransport: Input channel destroyed: fd=174
11-30 15:20:18.780  2680  2680 E audit   : type=1400 audit(1638260418.766:39919): avc:  denied  { write } for  pid=27828 comm="ng.android.lool" name="com.samsung.android.lool-n6vzqVIxEGRsdtjPpo4EHg==" dev="dm-1" ino=709538 scontext=u:r:system_app:s0 tcontext=u:object_r:apk_data_file:s0 tclass=dir permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:20:18.781  2680  2680 E audit   : type=1300 audit(1638260418.766:39919): arch=40000028 syscall=334 per=8 success=no exit=-13 a0=ffffff9c a1=e8f6c700 a2=2 a3=0 items=0 ppid=2693 pid=27828 auid=4294967295 uid=1000 gid=1000 euid=1000 suid=1000 fsuid=1000 egid=1000 sgid=1000 fsgid=1000 tty=(none) ses=4294967295 comm="ng.android.lool" exe="/system/bin/app_process32" subj=u:r:system_app:s0 key=(null)
11-30 15:20:18.781  2680  2680 E audit   : type=1327 audit(1638260418.766:39919): proctitle="com.samsung.android.lool"
11-30 15:20:18.781  3510  3510 D vol.SecVolumeDialogImpl: dismissH reason: 2
11-30 15:20:18.781  2680  2680 E audit   : type=1400 audit(1638260418.766:39920): avc:  denied  { write } for  pid=27828 comm="ng.android.lool" name="com.samsung.android.lool-n6vzqVIxEGRsdtjPpo4EHg==" dev="dm-1" ino=709538 scontext=u:r:system_app:s0 tcontext=u:object_r:apk_data_file:s0 tclass=dir permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:20:18.781  2680  2680 E audit   : type=1300 audit(1638260418.766:39920): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=e8f58d20 a2=20042 a3=1a4 items=0 ppid=2693 pid=27828 auid=4294967295 uid=1000 gid=1000 euid=1000 suid=1000 fsuid=1000 egid=1000 sgid=1000 fsgid=1000 tty=(none) ses=4294967295 comm="ng.android.lool" exe="/system/bin/app_process32" subj=u:r:system_app:s0 key=(null)
11-30 15:20:18.781  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:20:18.781  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:20:18.781  2680  2680 E audit   : type=1327 audit(1638260418.766:39920): proctitle="com.samsung.android.lool"
11-30 15:20:18.836  2985  3011 V KeyguardServiceDelegate: onScreenTurningOff()
11-30 15:20:18.846  2985  3011 W mali_winsys: native_window_api_disconnect failed: -19
11-30 15:20:18.852  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:18.852  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:18.852  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:18.853  2985  3011 V KeyguardServiceDelegate: onScreenTurnedOff()
11-30 15:20:18.853  3510  7791 D KeyguardViewMediator: notifyScreenTurnedOff
11-30 15:20:18.854  2985  3011 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:18.854  3510  3510 D KeyguardViewMediator: handleNotifyScreenTurnedOff
11-30 15:20:18.854  3510  3510 D KeyguardUpdateMonitor: setLockNotificationClicked:false
11-30 15:20:18.854  3510  3510 D vol.SecVolumeDialogImpl: dismissH reason: 4
11-30 15:20:18.855  2985  3612 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:18.861  2602  2602 D SEC LightsHAL: lcd : 0 +
11-30 15:20:18.861  2985  3011 I libsuspend: !@autosuspend_wakeup_count_enable
11-30 15:20:18.862  2985  3011 I libsuspend: !@autosuspend_wakeup_count_enable done
11-30 15:20:18.865  2602  2602 D SEC LightsHAL: lcd : 0 -
11-30 15:20:18.895  3510  3510 D PlaybackStateMonitor_LOCK: updateSessions()
11-30 15:20:18.895  3510  3510 D PlaybackStateMonitor_LOCK: onActiveSessionsChanged() controllers: Size: 0
11-30 15:20:18.895  3510  3510 D PlaybackStateMonitor_LOCK: updateController: , current controller = 
11-30 15:20:18.895  3510  3510 D MusicController_LOCK: onSessionEnabled() enabled = true, mEnabled = true, lastSession = , activeSession = null
11-30 15:20:18.896  3510  3510 D KeyguardServiceBoxContainer: handleScreenTurnedOff()
11-30 15:20:18.897  3510  3510 D ServiceBoxPageResetTimer: updateTimer() F=false
11-30 15:20:18.897  3510  3510 D ServiceBoxPageResetTimer: updateTimer() F=false
11-30 15:20:18.897  3510  3510 D KeyguardServiceBoxContainer: Go to the clock page due to AOD is disabled
11-30 15:20:18.899  2985  5081 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:18.899  3510  3510 D LockIcon: mCurrentState = 0, mLastState = 0, mDeviceInteractive = true, mLastDeviceInteractive = true, mScreenOn = false, mLastScreenOn = true,  force = false
11-30 15:20:18.902  3510  3510 I AOD_CLOCK@AnalogClockView: suspend : mSuspend = false, enable = true
11-30 15:20:18.903  2607 27853 D Sec MiscPowerHAL: sysfs_write +: /sys/class/sec/tsp/input/enabled: 0
11-30 15:20:18.904  2607 27853 D Sec MiscPowerHAL: sysfs_write -: /sys/class/sec/tsp/input/enabled: 0
11-30 15:20:18.964  3510  7791 D WallpaperViewController: sendWallpaperCommand() SLEEP_LOCK
11-30 15:20:18.964  2607 27854 D Sec MiscPowerHAL: sysfs_write +: /sys/class/sec/sec_touchkey/input/enabled: 0
11-30 15:20:18.964  2607 27855 D Sec MiscPowerHAL: sysfs_write +: /sys/class/power_supply/battery/lcd: 0
11-30 15:20:18.964  2607 27855 D Sec MiscPowerHAL: sysfs_write -: /sys/class/power_supply/battery/lcd: 0
11-30 15:20:18.964  3510  7791 D KeyguardViewMediator: onFinishedGoingToSleep(3)
11-30 15:20:18.965  3510  7791 D KeyguardViewMediator: notifyFinishedGoingToSleep
11-30 15:20:18.965  3510  7791 E KeyguardViewMediator: resetStateLocked
11-30 15:20:18.965  2607 27854 D Sec MiscPowerHAL: sysfs_write -: /sys/class/sec/sec_touchkey/input/enabled: 0
11-30 15:20:18.965  2985  3018 D PowerManagerService-JNI: Excessive delay in setInteractive(false) while turning screen off
11-30 15:20:18.971  2615  2615 D SurfaceFlinger: Set power mode=0, type=0 flinger=0xf0c50000
11-30 15:20:18.973  2615  2615 I hwcomposer: exynos_setPowerMode:: disp(0), mode(0)
11-30 15:20:18.974  3510  7791 D KeyguardViewMediator: skip to handle for Knox Container
11-30 15:20:18.974  3510  3510 D KeyguardViewMediator: handleNotifyFinishedGoingToSleep
11-30 15:20:18.975  3510  3510 I FalsingLog: onScreenOff	from=1
11-30 15:20:18.975  3510  3510 V FalsingLog: shouldBeActive	enabled=1 mScreenOn=0 mState=KGRD
11-30 15:20:18.988  3510  3510 D StatusBar: setBarState: KGRD -> KGRD
11-30 15:20:18.988  3510  3510 I FalsingLog: setStatusBarState	from=KGRD to=KGRD
11-30 15:20:18.988  3510  3510 V FalsingLog: shouldBeActive	enabled=1 mScreenOn=0 mState=KGRD
11-30 15:20:18.990  2985  2996 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:20:18.991  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:20:18.991  2985  3009 D PointerController: mLocked.displayWidth 1080, mLocked.displayHeight 1920
11-30 15:20:18.997  3510  3510 D MultiSIMPreferredSlotBar: onQsClosed
11-30 15:20:19.005  2985  3009 D InputManager-JNI: setVirtualDisplayViewports: return because there is no change
11-30 15:20:19.069  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:20:19.071  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:20:19.071  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:20:19.078  3510  3660 D NetworkController.MobileSignalController(0/5): onDataActivity: direction=0
11-30 15:20:19.080  6613  6697 E BtGatt.GattService: [GSIM LOG]: gsimLogHandler, msg: MESSAGE_SCAN_STOP, appName: android.uid.bcmgr, scannerId: 4, reportDelayMillis=0
11-30 15:20:19.082  3510  3660 D NetworkController.MobileSignalController(0/5): onDataActivity: direction=0
11-30 15:20:19.089  3510  3660 D NetworkController.MobileSignalController(1/3): onDataActivity: direction=0
11-30 15:20:19.090  3510  3660 D NetworkController.MobileSignalController(1/3): onDataActivity: direction=0
11-30 15:20:19.090  6613  6736 W bt_btm  : btm_ble_disable_resolving_list() rl_state = 0x0, rl_mask = 0x2, to_resume = 1
11-30 15:20:19.113  2985  2985 E SensorManager: sensor or listener is null
11-30 15:20:19.117  2985  5093 D SensorService: Calling activate off 3
11-30 15:20:19.117  2605  3073 I Sensors : ProximitySensor:enable: handle 3, en 0, old_en 1
11-30 15:20:19.119  3510  3640 D SensorManager: unregisterListener ::   
11-30 15:20:19.155  2985  2985 D EdmStorageProvider: getCount(ClientCertificateManagerTable) - 1
11-30 15:20:19.155  2985  2985 D ClientCertificateManager Service: Send message MSG_UPDATE_LOCK_STATUS
11-30 15:20:19.168  2985  3018 D SurfaceControl: Excessive delay in setPowerMode()
11-30 15:20:19.175  2985  3437 I ClientCertificateManager Service: handleMessage : 1
11-30 15:20:19.175  2985  3437 D ClientCertificateManager Service: Initialize mInternalHandler MSG_UPDATE_LOCK_STATUS
11-30 15:20:19.196  2985  3437 I         : CCM JNI: In ccm_update_lock_status
11-30 15:20:19.209  2985  3437 I TZ_CCM_C_Initialize: : DEBUG_CONTAINER_PROBLEM Enter TZ_CCM_C_Initialize_TLC!
11-30 15:20:19.209  2985  3437 I TZ_CCM_C_Initialize: : pInitArgs 0xb56a2458 has not called C_Init before.
11-30 15:20:19.209  2985  3437 I TZ_CCM_C_Initialize: : &ctx = 0xd11dec24
11-30 15:20:19.209  2985  3437 I TLC_TZ_CCM: : creating new ccm context...
11-30 15:20:19.210  2985  3437 I TLC_TZ_CCM: : initializing ccm context...
11-30 15:20:19.211  2985  3437 I TLC_TZ_CCM: : root = 0, root_strlen = 1
11-30 15:20:19.211  2985  3437 I TLC_TZ_CCM: : process = ffffffff000000000000000000000012, process_strlen = 32
11-30 15:20:19.211  2985  3437 I TZ: client_server_communication: input max_sendmsg_size = 19420
11-30 15:20:19.211  2985  3437 I TZ: client_server_communication: input max_recvmsg_size = 19420
11-30 15:20:19.211  2985  3437 I TZ: client_server_communication: root = 0, root_len = 1
11-30 15:20:19.211  2985  3437 I TZ: client_server_communication: process = ffffffff000000000000000000000012, process_strlen = 32
11-30 15:20:19.211  2985  3437 I TZ: client_server_communication: aligned max_sendmsg_size = 19456
11-30 15:20:19.211  2985  3437 I TZ: client_server_communication: aligned max_recvmsg_size = 19456
11-30 15:20:19.211  2985  3437 I TZ: client_server_communication: Client_Server_Open(CCM)
11-30 15:20:19.211  2985  3437 I TZ: client_server_communication: Client_Server_Open was called
11-30 15:20:19.211  2985  3437 I TZ: client_server_communication: IClientServer::IClientServer()
11-30 15:20:19.212  2985  3437 I TZ: client_server_communication: BpClientServer::BpClientServer()
11-30 15:20:19.212  2985  3437 I TZ: client_server_communication: IClientServer::~IClientServer()
11-30 15:20:19.214  3103  3106 I TZ_CCM_SERVER: BnCCM::onTransact(0) 16
11-30 15:20:19.215  3103  3106 I TZ_CCM_SERVER: OPENSWCONN
11-30 15:20:19.215  3103  3106 I TZ_CCM_SERVER: creating new ccm context...
11-30 15:20:19.215  3103  3106 I TZ_CCM_SERVER: 633 creating new ccm context... CCM
11-30 15:20:19.217  3103  3106 I TZ_CCM_SERVER: initializing ccm context...
11-30 15:20:19.217  3103  3106 I TZ_CCM_SERVER: root = 0, root_strlen = 1
11-30 15:20:19.217  3103  3106 I TZ_CCM_SERVER: process = ffffffff000000000000000000000012, process_strlen = 32
11-30 15:20:19.217  3103  3106 I TZ: mc_tlc_communication: input max_sendmsg_size = 19420
11-30 15:20:19.218  3103  3106 I TZ: mc_tlc_communication: input max_recvmsg_size = 19420
11-30 15:20:19.218  3103  3106 I TZ: mc_tlc_communication: root = 0, root_len = 1
11-30 15:20:19.218  3103  3106 I TZ: mc_tlc_communication: process = ffffffff000000000000000000000012, process_strlen = 32
11-30 15:20:19.218  3103  3106 I TZ: mc_tlc_communication: aligned max_sendmsg_size = 19456
11-30 15:20:19.218  3103  3106 I TZ: mc_tlc_communication: aligned max_recvmsg_size = 19456
11-30 15:20:19.218  3103  3106 I TZ: mc_tlc_communication: device_id = 0x0
11-30 15:20:19.218  3103  3106 I TZ: mc_tlc_communication: tlc_open() was called
11-30 15:20:19.218  3103  3106 I TZ: mc_tlc_communication: Opening MobiCore device
11-30 15:20:19.219  3103  3106 I TeeDriverClient: driver client open [hardware/samsung_slsi/exynos7870/mobicore/ClientLib/src/driver_client.cpp:103]
11-30 15:20:19.220  3103  3106 I TZ: mc_tlc_communication: Allocating message buffer for TCI
11-30 15:20:19.220  3103  3106 I TZ: mc_tlc_communication: Opening the session
11-30 15:20:19.252  3103  3106 I TZ: mc_tlc_communication: tlc_open() succeeded
11-30 15:20:19.252  3103  3106 E TZ_CCM_SERVER: *** , ccm_server 739
11-30 15:20:19.252  3103  3106 E TZ_CCM_SERVER: *** , ccm_server 759
11-30 15:20:19.252  2985  3437 I TZ: client_server_communication: OpenSWConn(CCM) is successful
11-30 15:20:19.252  2985  3437 I TZ: client_server_communication: Client_Server_Open succeeded, serverName = CCM
11-30 15:20:19.252  2985  3437 I TZ_CCM_C_Initialize: : ctx = 0xbca26900, comm = 0xce5d1210, sendmsg = 0xb2860840, recvmsg = 0xb2865440
11-30 15:20:19.252  2985  3437 I TZ_init: : TZ_init1: sending initialization request...
11-30 15:20:19.252  2985  3437 I TZ: client_server_communication: Cmd id = 2, len = 19456
11-30 15:20:19.253  2985  3437 I TZ: client_server_communication: Calling Communicate()
11-30 15:20:19.253  3103  3106 I TZ_CCM_SERVER: BnCCM::onTransact(2) 16
11-30 15:20:19.253  3103  3106 I TZ_CCM_SERVER: COMM
11-30 15:20:19.253  3103  3106 I TZ_CCM_SERVER: ccm_server  392. serviceName = CCM
11-30 15:20:19.254  2985  2985 I WifiTrafficPoller: evaluateTrafficStatsPolling
11-30 15:20:19.259  2985  3437 I TZ_init: : TZ_init: successful initialization
11-30 15:20:19.259  2985  3437 I TLC_TZ_COMMON: key_db_init: : Exercising TZ_DB_INIT1 in TLC
11-30 15:20:19.269  2985  5084 D LSOService: isConfigured(LOCKSCREEN_ANY_FEATURE) - false
11-30 15:20:19.271  2985  5093 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:20:19.272  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:20:19.276  2985  5084 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:20:19.277  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:20:19.278  3510  3510 D StatusBar: disable<e i a s b H R c s q >
11-30 15:20:19.278  3510  3510 D CollapsedStatusBarFragment: disable<e I a S b H R c s q >
11-30 15:20:19.278  3510  3510 D StatusBar: disable<e i a s b H R c s q >
11-30 15:20:19.278  3510  3510 D CollapsedStatusBarFragment: disable<e I a S b H R c s q >
11-30 15:20:19.278  3510  3510 D WallpaperViewController: mWallpaperView.reset()
11-30 15:20:19.278  3510  3510 D AnalyticUtils: sendScreenViewLog 101
11-30 15:20:19.278  3510  3510 D SamsungAnalytics111040: [QueueManager] queue size over. remove oldest log
11-30 15:20:19.278  3510  3510 D SamsungAnalytics111040: [DLCBinder] already send register request
11-30 15:20:19.279  3510  3510 D KeyguardViewMediator: handleReset
11-30 15:20:19.282  2985  5093 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:19.283  3510  3510 D StatusBar: setBarState: KGRD -> KGRD
11-30 15:20:19.283  3510  3510 I FalsingLog: setStatusBarState	from=KGRD to=KGRD
11-30 15:20:19.283  3510  3510 V FalsingLog: shouldBeActive	enabled=1 mScreenOn=0 mState=KGRD
11-30 15:20:19.285  2985  5093 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:20:19.285  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:20:19.288  3510  3510 D MultiSIMPreferredSlotBar: onQsClosed
11-30 15:20:19.288  2985  5093 D LSOService: isConfigured(LOCKSCREEN_ANY_FEATURE) - false
11-30 15:20:19.291  2985  5093 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:20:19.291  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:20:19.296  2985  5093 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:20:19.296  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:20:19.297  3510  3510 D StatusBar: disable<e i a s b H R c s q >
11-30 15:20:19.298  3510  3510 D CollapsedStatusBarFragment: disable<e I a S b H R c s q >
11-30 15:20:19.298  3510  3510 D StatusBar: disable<e i a s b H R c s q >
11-30 15:20:19.298  3510  3510 D CollapsedStatusBarFragment: disable<e I a S b H R c s q >
11-30 15:20:19.298  3510  3510 D WallpaperViewController: mWallpaperView.reset()
11-30 15:20:19.298  3510  3510 D AnalyticUtils: sendScreenViewLog 101
11-30 15:20:19.298  3510  3510 D SamsungAnalytics111040: [QueueManager] queue size over. remove oldest log
11-30 15:20:19.298  3510  3510 D SamsungAnalytics111040: [DLCBinder] already send register request
11-30 15:20:19.303  3510  3510 I FalsingLog: onBouncerHidden	from=0
11-30 15:20:19.305  3510  3510 D InputMethodManager: HSIFW - flag : 0 Pid : 3510
11-30 15:20:19.305  3510  3510 I InputMethodManager: hideSoftInputFromWindow ignore mServedView == null or mServedView.getWindowToken() != windowToken, mServedView :DecorView@e84a4ac[RecentsActivity]
11-30 15:20:19.306  3510  3510 D KeyguardViewBase: show()
11-30 15:20:19.309  2985  5093 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:19.310  3510  3510 V KeyguardSecurityView: showPrimarySecurityScreen(turningOff=false)
11-30 15:20:19.310  3510  3510 D KeyguardSecurityView: showSecurityScreen(Password)
11-30 15:20:19.328 27828 27828 D CapsuleProvider_1.0.1: onCreate
11-30 15:20:19.336  2594  5147 D audio_hw_primary: adev_set_parameters: enter: kvpairs: screen_state=off
11-30 15:20:19.343  2697 21290 V MultiRecordManager: setParameters(): io 0, keyvalue screen_state=off, calling pid 2985
11-30 15:20:19.345  2985  2985 D AudioService: setDVFSForSoundAlive
11-30 15:20:19.363  2985  3437 I TZ: client_server_communication: Cmd id = 17, len = 19456
11-30 15:20:19.363  2985  3437 I TZ: client_server_communication: Calling Communicate()
11-30 15:20:19.363  3103  3106 I TZ_CCM_SERVER: BnCCM::onTransact(2) 16
11-30 15:20:19.364  3103  3106 I TZ_CCM_SERVER: COMM
11-30 15:20:19.364  3103  3106 I TZ_CCM_SERVER: ccm_server  392. serviceName = CCM
11-30 15:20:19.365  2985  5093 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:19.365  2985  5093 I FingerprintService: Active Biometrics : true
11-30 15:20:19.366  2985  2985 D UniversalCredentialManagerService: inside mBReciever onReceive : android.intent.action.SCREEN_OFF
11-30 15:20:19.369  2985  3437 I TZ_COMMON: tlc_key_db_util: : DB Operation suceeded
11-30 15:20:19.369  2985  3437 I TZ: client_server_communication: Cmd id = 47, len = 19456
11-30 15:20:19.369  2985  3437 I TZ: client_server_communication: Calling Communicate()
11-30 15:20:19.369  3103  3106 I TZ_CCM_SERVER: BnCCM::onTransact(2) 16
11-30 15:20:19.370  3103  3106 I TZ_CCM_SERVER: COMM
11-30 15:20:19.370  3103  3106 I TZ_CCM_SERVER: ccm_server  392. serviceName = CCM
11-30 15:20:19.370  2985  3437 I TZ_CCM_C_Finalize: : DEBUG_CONTAINER_PROBLEM Exercising TZ_CCM_C_Finalize_TLC
11-30 15:20:19.370  2985  3437 I TZ: client_server_communication: Cmd id = 41, len = 19456
11-30 15:20:19.371  2985  3437 I TZ: client_server_communication: Calling Communicate()
11-30 15:20:19.371  3103  3106 I TZ_CCM_SERVER: BnCCM::onTransact(2) 16
11-30 15:20:19.371  3103  3106 I TZ_CCM_SERVER: COMM
11-30 15:20:19.371  3103  3106 I TZ_CCM_SERVER: ccm_server  392. serviceName = CCM
11-30 15:20:19.371  2985  2985 D UniversalCredentialManagerService: ****MSG_LOCK_STATUS_UPDATE block started****
11-30 15:20:19.372  2985  3437 I TZ: client_server_communication: Client_Server_Close was called
11-30 15:20:19.372  3103  3106 I TZ_CCM_SERVER: BnCCM::onTransact(1) 16
11-30 15:20:19.372  3103  3106 I TZ_CCM_SERVER: CLOSESWCONN
11-30 15:20:19.372  3103  3106 I TZ: mc_tlc_communication: tlc_close() was called
11-30 15:20:19.372  3103  3106 I TZ: mc_tlc_communication: Closing the session
11-30 15:20:19.372  2985  5093 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:19.372  2985  2985 D UniversalCredentialManagerService: notifyChangeToPlugin is called for Lock status update...
11-30 15:20:19.373  3103  3106 I TZ: mc_tlc_communication: Freeing message buffer
11-30 15:20:19.374  3103  3106 I TZ: mc_tlc_communication: Closing MobiCore device
11-30 15:20:19.374  3103  3106 I TeeDriverClient: driver client closed [hardware/samsung_slsi/exynos7870/mobicore/ClientLib/src/driver_client.cpp:113]
11-30 15:20:19.374  3103  3106 I TZ: mc_tlc_communication: tlc_close() finished
11-30 15:20:19.374  3103  3106 E TZ_CCM_SERVER: *** , ccm_server 801
11-30 15:20:19.374  3103  3106 E TZ_CCM_SERVER: *** , ccm_server 818
11-30 15:20:19.374  2985  3437 I TZ: client_server_communication: Client_Server_Close succeeded
11-30 15:20:19.374  2985  3437 I         : CCM JNI: In ccm_update_lock_status
11-30 15:20:19.374  2985  3437 I TZ_CCM_C_Initialize: : DEBUG_CONTAINER_PROBLEM Enter TZ_CCM_C_Initialize_TLC!
11-30 15:20:19.374  2985  3437 I TZ_CCM_C_Initialize: : pInitArgs 0xb56a2458 has not called C_Init before.
11-30 15:20:19.374  2985  3437 I TZ_CCM_C_Initialize: : &ctx = 0xd11dec24
11-30 15:20:19.374  2985  3437 I TLC_TZ_CCM: : creating new ccm context...
11-30 15:20:19.374  2985  3437 I TLC_TZ_CCM: : initializing ccm context...
11-30 15:20:19.374  2985  3437 I TLC_TZ_CCM: : root = 0, root_strlen = 1
11-30 15:20:19.374  2985  3437 I TLC_TZ_CCM: : process = ffffffff000000000000000000000012, process_strlen = 32
11-30 15:20:19.374  2985  3437 I TZ: client_server_communication: input max_sendmsg_size = 19420
11-30 15:20:19.374  2985  3437 I TZ: client_server_communication: input max_recvmsg_size = 19420
11-30 15:20:19.374  2985  3437 I TZ: client_server_communication: root = 0, root_len = 1
11-30 15:20:19.374  2985  3437 I TZ: client_server_communication: process = ffffffff000000000000000000000012, process_strlen = 32
11-30 15:20:19.374  2985  3437 I TZ: client_server_communication: aligned max_sendmsg_size = 19456
11-30 15:20:19.374  2985  3437 I TZ: client_server_communication: aligned max_recvmsg_size = 19456
11-30 15:20:19.374  2985  3437 I TZ: client_server_communication: Client_Server_Open(CCM)
11-30 15:20:19.374  2985  3437 I TZ: client_server_communication: Client_Server_Open was called
11-30 15:20:19.375  2985  3437 I TZ: client_server_communication: IClientServer::IClientServer()
11-30 15:20:19.375  2985  3437 I TZ: client_server_communication: BpClientServer::BpClientServer()
11-30 15:20:19.375  2985  3437 I TZ: client_server_communication: IClientServer::~IClientServer()
11-30 15:20:19.375  3103  3106 I TZ_CCM_SERVER: BnCCM::onTransact(0) 16
11-30 15:20:19.375  3103  3106 I TZ_CCM_SERVER: OPENSWCONN
11-30 15:20:19.375  3103  3106 I TZ_CCM_SERVER: creating new ccm context...
11-30 15:20:19.375  3103  3106 I TZ_CCM_SERVER: 633 creating new ccm context... CCM
11-30 15:20:19.375  3103  3106 I TZ_CCM_SERVER: initializing ccm context...
11-30 15:20:19.375  3103  3106 I TZ_CCM_SERVER: root = 0, root_strlen = 1
11-30 15:20:19.375  3103  3106 I TZ_CCM_SERVER: process = ffffffff000000000000000000000012, process_strlen = 32
11-30 15:20:19.375  3103  3106 I TZ: mc_tlc_communication: input max_sendmsg_size = 19420
11-30 15:20:19.375  3103  3106 I TZ: mc_tlc_communication: input max_recvmsg_size = 19420
11-30 15:20:19.375  3103  3106 I TZ: mc_tlc_communication: root = 0, root_len = 1
11-30 15:20:19.375  3103  3106 I TZ: mc_tlc_communication: process = ffffffff000000000000000000000012, process_strlen = 32
11-30 15:20:19.375  3103  3106 I TZ: mc_tlc_communication: aligned max_sendmsg_size = 19456
11-30 15:20:19.375  3103  3106 I TZ: mc_tlc_communication: aligned max_recvmsg_size = 19456
11-30 15:20:19.375  3103  3106 I TZ: mc_tlc_communication: device_id = 0x0
11-30 15:20:19.375  3103  3106 I TZ: mc_tlc_communication: tlc_open() was called
11-30 15:20:19.375  3103  3106 I TZ: mc_tlc_communication: Opening MobiCore device
11-30 15:20:19.375  3103  3106 I TeeDriverClient: driver client open [hardware/samsung_slsi/exynos7870/mobicore/ClientLib/src/driver_client.cpp:103]
11-30 15:20:19.375  3103  3106 I TZ: mc_tlc_communication: Allocating message buffer for TCI
11-30 15:20:19.376  3103  3106 I TZ: mc_tlc_communication: Opening the session
11-30 15:20:19.376  2985  5093 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:19.377  2985  2985 D UcmService: notifyChangeToPlugin event 15
11-30 15:20:19.380  2985  5084 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:19.380  2985  2985 D UcmService: checkCallerPermissionFor is called for method-notifyChangeToPlugin
11-30 15:20:19.380  2985  2985 D UniversalCredentialManagerService: ****MSG_LOCK_STATUS_UPDATE block ended****
11-30 15:20:19.380 27828 27828 D SamsungAnalytics111040: cf feature is supported
11-30 15:20:19.385  2985  5084 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:19.389  3510  3510 D PowerUI.Notification: dismissUnintentionallyLcdOnNotice
11-30 15:20:19.389  3510  3510 D KeyguardFingerPrint: shouldListenForFingerprint ( isFingerprintEnabled = true , mKeyguardIsVisible = true , mDeviceInteractive = false , mBouncer = false , mGoingToSleep = false , mSwitchingUser = false , mFingerprintWakingUp = false , mKeyguardUnlocking = false , mKeyguardShowing = true , mKeyguardOccluded = false
11-30 15:20:19.391  3510  3510 E KeyguardFingerPrint: updateFingerprintListeningState#mFingerprintRunningState=1 shouldListenForFingerprint=true
11-30 15:20:19.398  3103  3106 I TZ: mc_tlc_communication: tlc_open() succeeded
11-30 15:20:19.398  3103  3106 E TZ_CCM_SERVER: *** , ccm_server 739
11-30 15:20:19.398  3103  3106 E TZ_CCM_SERVER: *** , ccm_server 759
11-30 15:20:19.398  2985  3437 I TZ: client_server_communication: OpenSWConn(CCM) is successful
11-30 15:20:19.398  2985  3437 I TZ: client_server_communication: Client_Server_Open succeeded, serverName = CCM
11-30 15:20:19.398  2985  3437 I TZ_CCM_C_Initialize: : ctx = 0xbca26900, comm = 0xce5d1210, sendmsg = 0xb2860840, recvmsg = 0xb2865440
11-30 15:20:19.399  2985  3437 I TZ_init: : TZ_init1: sending initialization request...
11-30 15:20:19.399  2985  3437 I TZ: client_server_communication: Cmd id = 2, len = 19456
11-30 15:20:19.399  2985  3437 I TZ: client_server_communication: Calling Communicate()
11-30 15:20:19.399  3103  3106 I TZ_CCM_SERVER: BnCCM::onTransact(2) 16
11-30 15:20:19.399  3103  3106 I TZ_CCM_SERVER: COMM
11-30 15:20:19.399  3103  3106 I TZ_CCM_SERVER: ccm_server  392. serviceName = CCM
11-30 15:20:19.405  2985  3437 I TZ_init: : TZ_init: successful initialization
11-30 15:20:19.405  2985  3437 I TLC_TZ_COMMON: key_db_init: : Exercising TZ_DB_INIT1 in TLC
11-30 15:20:19.406  2985  3437 I TZ: client_server_communication: Cmd id = 17, len = 19456
11-30 15:20:19.406  2985  3437 I TZ: client_server_communication: Calling Communicate()
11-30 15:20:19.406  3103  3106 I TZ_CCM_SERVER: BnCCM::onTransact(2) 16
11-30 15:20:19.406  3103  3106 I TZ_CCM_SERVER: COMM
11-30 15:20:19.406  3103  3106 I TZ_CCM_SERVER: ccm_server  392. serviceName = CCM
11-30 15:20:19.411  2985  3437 I TZ_COMMON: tlc_key_db_util: : DB Operation suceeded
11-30 15:20:19.411  2985  3437 I TZ: client_server_communication: Cmd id = 47, len = 19456
11-30 15:20:19.411  2985  3437 I TZ: client_server_communication: Calling Communicate()
11-30 15:20:19.411  3103  3106 I TZ_CCM_SERVER: BnCCM::onTransact(2) 16
11-30 15:20:19.412  3103  3106 I TZ_CCM_SERVER: COMM
11-30 15:20:19.412  3103  3106 I TZ_CCM_SERVER: ccm_server  392. serviceName = CCM
11-30 15:20:19.412  2985  3437 I TZ_CCM_C_Finalize: : DEBUG_CONTAINER_PROBLEM Exercising TZ_CCM_C_Finalize_TLC
11-30 15:20:19.412  2985  3437 I TZ: client_server_communication: Cmd id = 41, len = 19456
11-30 15:20:19.413  2985  3437 I TZ: client_server_communication: Calling Communicate()
11-30 15:20:19.413  3103  3106 I TZ_CCM_SERVER: BnCCM::onTransact(2) 16
11-30 15:20:19.413  3103  3106 I TZ_CCM_SERVER: COMM
11-30 15:20:19.413  3103  3106 I TZ_CCM_SERVER: ccm_server  392. serviceName = CCM
11-30 15:20:19.414  2985  3437 I TZ: client_server_communication: Client_Server_Close was called
11-30 15:20:19.414  3103  3106 I TZ_CCM_SERVER: BnCCM::onTransact(1) 16
11-30 15:20:19.414  3103  3106 I TZ_CCM_SERVER: CLOSESWCONN
11-30 15:20:19.414  3103  3106 I TZ: mc_tlc_communication: tlc_close() was called
11-30 15:20:19.414  3103  3106 I TZ: mc_tlc_communication: Closing the session
11-30 15:20:19.415  3103  3106 I TZ: mc_tlc_communication: Freeing message buffer
11-30 15:20:19.415  3103  3106 I TZ: mc_tlc_communication: Closing MobiCore device
11-30 15:20:19.415  3103  3106 I TeeDriverClient: driver client closed [hardware/samsung_slsi/exynos7870/mobicore/ClientLib/src/driver_client.cpp:113]
11-30 15:20:19.416  3103  3106 I TZ: mc_tlc_communication: tlc_close() finished
11-30 15:20:19.416  3103  3106 E TZ_CCM_SERVER: *** , ccm_server 801
11-30 15:20:19.416  3103  3106 E TZ_CCM_SERVER: *** , ccm_server 818
11-30 15:20:19.416  2985  3437 I TZ: client_server_communication: Client_Server_Close succeeded
11-30 15:20:19.434  2985  2985 I KnoxKeyguardScrimView: scrim receiver onReceive. action:android.intent.action.SCREEN_OFF
11-30 15:20:19.434  2985  3468 D KnoxKeyguardScrimView: MSG_CHECK_KEYGUARD_SERVICE_RUNNING
11-30 15:20:19.434  2985  3645 D GnssLocationProvider: receive broadcast intent, action: android.intent.action.SCREEN_OFF
11-30 15:20:19.459  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:20:19.462  3510  3510 D StatusBar: setBarState: KGRD -> KGRD
11-30 15:20:19.462  3510  3510 I FalsingLog: setStatusBarState	from=KGRD to=KGRD
11-30 15:20:19.462  3510  3510 V FalsingLog: shouldBeActive	enabled=1 mScreenOn=0 mState=KGRD
11-30 15:20:19.464  2985  5093 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:20:19.465  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:20:19.467  3510  3510 D MultiSIMPreferredSlotBar: onQsClosed
11-30 15:20:19.468  2985  5093 D LSOService: isConfigured(LOCKSCREEN_ANY_FEATURE) - false
11-30 15:20:19.470  2985  5093 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:20:19.470  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:20:19.472  3670  3670 D EventReceiver_FLP: BroadcastReceiver : ACTION_SCREEN_OFF
11-30 15:20:19.475  2985  5084 D AODManagerService: updateNotificationKeysInternal() return : same [10] 
11-30 15:20:19.476  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:20:19.477  3510  3510 D StatusBar: disable<e i a s b H R c s q >
11-30 15:20:19.477  3510  3510 D CollapsedStatusBarFragment: disable<e I a S b H R c s q >
11-30 15:20:19.477  3510  3510 D StatusBar: disable<e i a s b H R c s q >
11-30 15:20:19.477  3510  3510 D CollapsedStatusBarFragment: disable<e I a S b H R c s q >
11-30 15:20:19.477  3510  3510 D WallpaperViewController: mWallpaperView.reset()
11-30 15:20:19.477  3510  3510 D AnalyticUtils: sendScreenViewLog 101
11-30 15:20:19.478  3510  3510 D SamsungAnalytics111040: [QueueManager] queue size over. remove oldest log
11-30 15:20:19.478  3510  3510 D SamsungAnalytics111040: [DLCBinder] already send register request
11-30 15:20:19.478  3510  3510 D WallpaperViewController: onScreenTurnedOff
11-30 15:20:19.478  3510  3510 D WallpaperViewController: mWallpaperView.onPause()
11-30 15:20:19.527  2985  5093 D SecContentProvider: query(), uri = 16 selection = isLockScreenEnabled
11-30 15:20:19.587 27828 27828 D SamsungAnalytics111040: newThread on Executor
11-30 15:20:19.610 27828 27828 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:20:19.620 27528 27528 I [SmartCall]: WPRestClient - 3.0.07/2.0.6/5207176 - sendUserInfo - Hiya Service is connected :true
11-30 15:20:19.628  3510  3510 D KeyguardUpdateMonitor: handleKeyguardReset
11-30 15:20:19.628  3510  3510 D KeyguardFingerPrint: shouldListenForFingerprint ( isFingerprintEnabled = true , mKeyguardIsVisible = true , mDeviceInteractive = false , mBouncer = false , mGoingToSleep = false , mSwitchingUser = false , mFingerprintWakingUp = false , mKeyguardUnlocking = false , mKeyguardShowing = true , mKeyguardOccluded = false
11-30 15:20:19.629  3510  3510 E KeyguardFingerPrint: updateFingerprintListeningState#mFingerprintRunningState=1 shouldListenForFingerprint=true
11-30 15:20:19.631  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:20:19.631  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:20:19.633 20330 20330 I zygote  : Explicit concurrent copying GC freed 116(32KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2MB/5MB, paused 226us total 73.787ms
11-30 15:20:19.664  3775  4111 D VolteServiceModule: onSreenOnOffChanged: on =0
11-30 15:20:19.688  3775  4111 D StackIF[-1]: updateScreenOnOff: on 0
11-30 15:20:19.697 10832 10832 D BeaconManager[8.0.33.0]: BleScanHelper.stopBleScan - clearfilter:false
11-30 15:20:19.697 10832  6610 I BeaconManager[8.0.33.0]: BleScanHelper.stopBleScan - Stop BLE scan
11-30 15:20:19.698 10832 10832 I BeaconManager[8.0.33.0]: BeaconManager.onReceive - receive Action : android.intent.action.SCREEN_OFF
11-30 15:20:19.699 10832  6606 I BeaconManager[8.0.33.0]: BeaconManager.BeaconManagerWorkHandler - android.intent.action.SCREEN_OFF
11-30 15:20:19.699 10832  6606 D BeaconManager[8.0.33.0]: BeaconManager.BeaconManagerWorkHandler - mScreenObserver action:android.intent.action.SCREEN_OFF
11-30 15:20:19.699 10832  6606 D BeaconManager[8.0.33.0]: AppControlManager.screenOnIntentReceived - start
11-30 15:20:19.699 10832  6606 D BeaconManager[8.0.33.0]: AppControlManager.screenOnIntentReceived - end
11-30 15:20:19.699 10832  6606 D BeaconManager[8.0.33.0]: EasySetupManager.screenOnIntentReceived - start
11-30 15:20:19.699 10832  6606 D BeaconManager[8.0.33.0]: EasySetupManager.screenOnIntentReceived - end
11-30 15:20:19.699 10832  6606 I BeaconManager[8.0.33.0]: BeaconManager.BeaconManagerWorkHandler - BroadcastReceiver onReceive end
11-30 15:20:19.704   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:20:19.704 10832  6610 D BluetoothAdapter: STATE_BLE_ON
11-30 15:20:19.705   559   636 I PolicyManager: [#CMH#] onReceive action = EVENT_SCREEN_OFF
11-30 15:20:19.706   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:20:19.710  3775  4111 D SECIMSJ[-1]: [0253]> 84
11-30 15:20:19.711 10832  6610 D BluetoothAdapter: appoCount is = 0
11-30 15:20:19.712 10832  6610 D BluetoothAdapter: STATE_BLE_ON
11-30 15:20:19.712 10832  6610 D BluetoothLeScanner: Stop Scan with callback
11-30 15:20:19.719 16433 16509 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:20:19.719 16433 16509 I PolicyManager: [#CMH#] onReceive action = EVENT_SCREEN_OFF
11-30 15:20:19.720 16433 16509 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:20:19.724  6613  6697 E BtGatt.GattService: [GSIM LOG]: gsimLogHandler, msg: MESSAGE_SCAN_STOP, appName: android.uid.bcmgr, scannerId: 4, reportDelayMillis=0
11-30 15:20:19.736  3775  4108 D [IMS6.0]: IMS_onResponse()
11-30 15:20:19.757  3775  4108 D StackIF : processMessage 2
11-30 15:20:19.757  3775  4108 D StackIF : Processing Response
11-30 15:20:19.757  3775  4108 D SECIMSJ[-1]: [0253]< 101
11-30 15:20:19.757  3775  4108 D StackIF[-1]: processResponse: reqId 101
11-30 15:20:19.767  3775  4108 D StackIF[-1]: processResponse: handle -1 result 0 reason 0
11-30 15:20:19.779 27528 27528 I [SmartCall]: PhoneEventsAsyncTask - 3.0.07/2.0.6/5207176 - PhoneEventsAsyncTask - Elapsed Time : 9
11-30 15:20:19.779 27528 27528 I [SmartCall]: LibraryVersionAsyncTask - 3.0.07/2.0.6/5207176 - LibraryVersionAsyncTask - Elapsed Time : 0
11-30 15:20:19.779  2985  3024 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:19.781 27528 27860 I [SmartCall]: UserInfo - 3.0.07/2.0.6/5207176 - getOptInSpam  - ON
11-30 15:20:19.781 27528 27860 I [SmartCall]: UserInfo - 3.0.07/2.0.6/5207176 - getOptInCallerId  - ON
11-30 15:20:19.781 27528 27860 I [SmartCall]: UserInfo - 3.0.07/2.0.6/5207176 - getOptInDirectory  - NOT_AVAILABLE
11-30 15:20:19.781 27528 27860 I [SmartCall]: UserInfo - 3.0.07/2.0.6/5207176 - getShareEventData  - ON
11-30 15:20:19.781 27528 27860 I [SmartCall]: UserInfo - 3.0.07/2.0.6/5207176 - getShareUserDetails  - OFF
11-30 15:20:19.852  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:19.852  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:19.852  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:20.001  2985  3024 D SensorService: Calling activate off 0
11-30 15:20:20.002  2605  2605 I Sensors : AccelerometerSensor:setEnableAcc: handle 0, en 0, old_en 1
11-30 15:20:20.003 16134 16134 D SensorManager: unregisterListener ::   
11-30 15:20:20.010  2602  2602 D SEC LightsHAL: led_blink : 0xff0000ff 500 5000
11-30 15:20:20.010  2602  2602 D SEC LightsHAL:  +
11-30 15:20:20.010  2602  2602 D SEC LightsHAL: led_blink : 0xff0000ff 500 5000
11-30 15:20:20.010  2602  2602 D SEC LightsHAL:  -
11-30 15:20:20.028 27489 27753 D tgnet   : Config(0xd037c020, /data/user/0/org.telegram.messenger/files/tgnet.dat) config write ok
11-30 15:20:20.043 27489 27753 D tgnet   : inner message 1 id 0x61a5dec168487001 process
11-30 15:20:20.043 27489 27753 D tgnet   : process server response 0xcd85c000 - 11TL_msgs_ack
11-30 15:20:20.053 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) send message (session: 0xee78d7583211038d, seqno: 6, messageid: 0x61a5dec40d916800): 11TL_msgs_ack(0xcd85c030)
11-30 15:20:20.054 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) received message len 536 but packet larger 625
11-30 15:20:20.054 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) received object 16TL_msg_container
11-30 15:20:20.054 27489 27753 D tgnet   : process server response 0xcd85c030 - 16TL_msg_container
11-30 15:20:20.054 27489 27753 D tgnet   : received container with 2 items
11-30 15:20:20.054 27489 27753 D tgnet   : inner message 0 id 0x61a5dec1690fb401 process
11-30 15:20:20.057 27489 27753 D tgnet   : process server response 0xcd85c000 - 13TL_rpc_result
11-30 15:20:20.057 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) received rpc_result with 14TL_gzip_packed
11-30 15:20:20.061 27489 27753 D tgnet   : got response for request 0xd037c5c0 - 17TL_help_getConfig
11-30 15:20:20.062 27489 27753 D tgnet   : getConfig add 149.154.175.52:443 to dc1, flags 0, has secret = 0[0]
11-30 15:20:20.062 27489 27753 D tgnet   : getConfig add 149.154.175.50:443 to dc1, flags 16, has secret = 0[0]
11-30 15:20:20.062 27489 27753 D tgnet   : getConfig add 2001:0b28:f23d:f001:0000:0000:0000:000a:443 to dc1, flags 1, has secret = 0[0]
11-30 15:20:20.062 27489 27753 D tgnet   : getConfig add 149.154.167.51:443 to dc2, flags 0, has secret = 0[0]
11-30 15:20:20.062 27489 27753 D tgnet   : getConfig add 149.154.167.151:443 to dc2, flags 2, has secret = 0[0]
11-30 15:20:20.062 27489 27753 D tgnet   : getConfig add 2001:067c:04e8:f002:0000:0000:0000:000a:443 to dc2, flags 1, has secret = 0[0]
11-30 15:20:20.062 27489 27753 D tgnet   : getConfig add 2001:067c:04e8:f002:0000:0000:0000:000b:443 to dc2, flags 3, has secret = 0[0]
11-30 15:20:20.062 27489 27753 D tgnet   : getConfig add 149.154.175.100:443 to dc3, flags 0, has secret = 0[0]
11-30 15:20:20.062 27489 27753 D tgnet   : getConfig add 2001:0b28:f23d:f003:0000:0000:0000:000a:443 to dc3, flags 1, has secret = 0[0]
11-30 15:20:20.062 27489 27753 D tgnet   : getConfig add 149.154.167.91:443 to dc4, flags 0, has secret = 0[0]
11-30 15:20:20.062 27489 27753 D tgnet   : getConfig add 2001:067c:04e8:f004:0000:0000:0000:000a:443 to dc4, flags 1, has secret = 0[0]
11-30 15:20:20.062 27489 27753 D tgnet   : getConfig add 149.154.164.250:443 to dc4, flags 2, has secret = 0[0]
11-30 15:20:20.062 27489 27753 D tgnet   : getConfig add 2001:067c:04e8:f004:0000:0000:0000:000b:443 to dc4, flags 3, has secret = 0[0]
11-30 15:20:20.062 27489 27753 D tgnet   : getConfig add 2001:0b28:f23f:f005:0000:0000:0000:000a:443 to dc5, flags 1, has secret = 0[0]
11-30 15:20:20.062 27489 27753 D tgnet   : getConfig add 91.108.56.173:443 to dc5, flags 0, has secret = 0[0]
11-30 15:20:20.062 27489 27753 D tgnet   : Config(0xd037c020, /data/user/0/org.telegram.messenger/files/tgnet.dat) start write config
11-30 15:20:20.157 27828 27828 D CustomizedTextParser: Initialzed
11-30 15:20:20.157 27828 27828 E CustomizedTextParser: getCustomizedText Rule is empty. mRuleMap={}
11-30 15:20:20.220 27528 27528 I [SmartCall]: UserInfoAsyncTask - 3.0.07/2.0.6/5207176 - UserInfoAsyncTask - Elapsed Time : 0
11-30 15:20:20.267 16033 19173 I NearbySharing: Screen is locked [CONTEXT service_id=194 ]
11-30 15:20:20.267 16033 19173 I NearbySharing: Failed to stop scanning because weren't scanning. [CONTEXT service_id=194 ]
11-30 15:20:20.268 16033 19173 I NearbySharing: Stopping discovery because the screen is locked. [CONTEXT service_id=194 ]
11-30 15:20:20.315 16033 19173 I NearbySharing: Can't stop advertising FastInitiation. Not advertising. [CONTEXT service_id=194 ]
11-30 15:20:20.315 16033 19173 I NearbySharing: Stopping Fast Init advertisement because Bluetooth is off. [CONTEXT service_id=194 ]
11-30 15:20:20.315 16033 19173 I NearbySharing: Stopping advertising because the screen is locked. [CONTEXT service_id=194 ]
11-30 15:20:20.316 16033 19173 I NearbySharing: Stopping FastInitiation scanning because the screen is locked. [CONTEXT service_id=194 ]
11-30 15:20:20.316 16033 19173 I NearbySharing: Can't stop scanning for FastInitiation. Not scanning. [CONTEXT service_id=194 ]
11-30 15:20:20.316 16033 19173 I NearbySharing: Cancelling in use notification [CONTEXT service_id=194 ]
11-30 15:20:20.340  3470  3470 D BigDataInfoController: Intent : com.samsung.intent.action.BIG_DATA_INFO
11-30 15:20:20.345 16033 19173 I NearbySharing: Fast Initiation Scanning has stopped [CONTEXT service_id=194 ]
11-30 15:20:20.345 16033 19173 I NearbySharing: Dismissing HUN as there's no device nearby. [CONTEXT service_id=194 ]
11-30 15:20:20.345 16033 19173 I NearbySharing: Cancelling in use notification [CONTEXT service_id=194 ]
11-30 15:20:20.350  3470  3470 D BigDataInfoController: Intent : com.samsung.intent.action.BIG_DATA_INFO
11-30 15:20:20.352  3470  3470 D BigDataInfoController: BIG_DATA insertLog slot : 1 feature : 1
11-30 15:20:20.355  3470  3470 D BigDataInfoController: insertLog - feature : DROP, extra : {"JVER":"SPL1","HW_V":"MP_0.400","Ctyp":"1","Csta":"4","Etyp":"1","PLMN":"51010#","ACT_":"2","RAC_":"2","LAC_":"0425","TAC_":"0000","C_ID":"AE82A1","PhID":"288","DLCh":"10638","RgSt":"2","RjCu":"0","Mo_S":"2","CAUs":"31","MuRB":"1","RSS0":"-64","RSS1":"-100","RxP0":"-74","RxP1":"-121","RxQ0":"-10","RxQ1":"-24","SNR0":"0","SNR1":"0","BLER":"0","D_Tx":"0","A_Tx":"0","I_RC":"0","SIPR":"0","GRIP":"2","PROX":"0","USB_":"1","EARJ":"0","AUST":"0","TxAS":"3","F_Rx":"3","Tmod":"3","OLIX":"0","CLTC":"0000","B4B3":"I0_Q0","C_Tx":"0","N_Tx":"0","CHGT":"22","BATL":"3741"}, path : 1
11-30 15:20:20.355  3470  3470 D BigDataInfoController: insertLog : send bigdata to CF
11-30 15:20:20.359  3775  3775 D ImsLogAgent: onReceive BDI
11-30 15:20:20.363  3775  3775 D ImsLogAgent: bdReceiver : remove quotes[{JVER:SPL1,HW_V:MP_0.400,Ctyp:1,Csta:4,Etyp:1,PLMN:51010#,ACT_:2,RAC_:2,LAC_:0425,TAC_:0000,C_ID:AE82A1,PhID:288,DLCh:10638,RgSt:2,RjCu:0,Mo_S:2,CAUs:31,MuRB:1,RSS0:-64,RSS1:-100,RxP0:-74,RxP1:-121,RxQ0:-10,RxQ1:-24,SNR0:0,SNR1:0,BLER:0,D_Tx:0,A_Tx:0,I_RC:0,SIPR:0,GRIP:2,PROX:0,USB_:1,EARJ:0,AUST:0,TxAS:3,F_Rx:3,Tmod:3,OLIX:0,CLTC:0000,B4B3:I0_Q0,C_Tx:0,N_Tx:0}]
11-30 15:20:20.379 27644 27801 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:20:20.388 27644 27801 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:20:20.439 16033 17222 I NearbyDiscovery: FastPairHandler: Received action android.intent.action.SCREEN_OFF [CONTEXT service_id=49 ]
11-30 15:20:20.441  2985  5093 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:20.450  3775  3775 D ImsLogAgent: storeLogs: feature [PSCI]
11-30 15:20:20.451  3775  3775 D ImsLogAgent: csPSCI, storeLogs[STAT=5 TYPE=1 PSCS=0 FLCD=1]
11-30 15:20:20.453 21258 21880 I NearbyDiscovery: FastPairHandler: Received action android.intent.action.SCREEN_OFF [CONTEXT service_id=49 ]
11-30 15:20:20.457 21258 21478 I NearbySharing: Screen is locked [CONTEXT service_id=194 ]
11-30 15:20:20.459 21258 21478 I NearbySharing: Failed to stop scanning because weren't scanning. [CONTEXT service_id=194 ]
11-30 15:20:20.459 21258 21478 I NearbySharing: Stopping discovery because the screen is locked. [CONTEXT service_id=194 ]
11-30 15:20:20.459 21258 21478 I NearbySharing: Can't stop advertising FastInitiation. Not advertising. [CONTEXT service_id=194 ]
11-30 15:20:20.460 21258 21478 I NearbySharing: Stopping Fast Init advertisement because Bluetooth is off. [CONTEXT service_id=194 ]
11-30 15:20:20.460 21258 21478 I NearbySharing: Stopping advertising because the screen is locked. [CONTEXT service_id=194 ]
11-30 15:20:20.460 21258 21478 I NearbySharing: Stopping FastInitiation scanning because the screen is locked. [CONTEXT service_id=194 ]
11-30 15:20:20.460 21258 21478 I NearbySharing: Can't stop scanning for FastInitiation. Not scanning. [CONTEXT service_id=194 ]
11-30 15:20:20.461 21258 21478 I NearbySharing: Cancelling in use notification [CONTEXT service_id=194 ]
11-30 15:20:20.464  3470  3546 W zygote  : Checksum mismatch for dex TeleService.apk
11-30 15:20:20.464  3470  3546 W zygote  : Checksum mismatch for dex TeleService.apk
11-30 15:20:20.470  3775  3775 D ImsLogAgent: sendStoredLog: feature [PSCI]
11-30 15:20:20.470  3775  3775 D ImsLogAgent: sendStoredLog: send logs of [PSCI]
11-30 15:20:20.470  3775  3775 D ImsLogAgent: sendLogs: feature [PSCI]
11-30 15:20:20.473  3775  3775 D CoreServiceAdapter: sendHWParamToHQM
11-30 15:20:20.483  3775  3775 D ImsLogAgent: csDRPT, storeLogs[CEFC=1 CETC=1]
11-30 15:20:20.483  3775  3775 D ImsLogAgent: storeLogs: feature [DRPT]
11-30 15:20:20.484  3470  3482 I System.out: Broadcast completed: result=0
11-30 15:20:20.485  3470  3482 I System.out: Broadcast completed: result=0
11-30 15:20:20.515 21258 21478 I NearbySharing: Fast Initiation Scanning has stopped [CONTEXT service_id=194 ]
11-30 15:20:20.515 21258 21478 I NearbySharing: Dismissing HUN as there's no device nearby. [CONTEXT service_id=194 ]
11-30 15:20:20.515 21258 21478 I NearbySharing: Cancelling in use notification [CONTEXT service_id=194 ]
11-30 15:20:20.526  2985  7619 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 2985 / 1000 / 7619
11-30 15:20:20.541 27264 27264 D Mms/MmsConfig: Precondition, check the model:isGlobalPwsFeatureEnabled : false
11-30 15:20:20.548  2985  3827 I SensorService: createSensorEventConnection package name com.github.ericytsang.androidlib.shakelistener.ShakeListener
11-30 15:20:20.550  2985  3827 D SensorService: Calling batch handle==0 flags=0 rate=66667000 timeout== 0
11-30 15:20:20.550  2605  2605 I Sensors : AccelerometerSensor:setDelayAcc: handle 0, delay 66667000 ns, old_delay 200000000 ns
11-30 15:20:20.551  2605  2605 I Sensors : AccelerometerSensor:setEnableAcc: handle 0, en 1, old_en 0
11-30 15:20:20.552 16134 16134 D SensorManager: registerListener :: 0, K2HH Accelerometer, 66667, 0,  
11-30 15:20:20.580 13010 13517 I NearbyDiscovery: FastPairHandler: Received action android.intent.action.SCREEN_OFF [CONTEXT service_id=49 ]
11-30 15:20:20.588  2985  3612 D SdpManagerService: Not an enterprise user : 0
11-30 15:20:20.593 13010 13265 I NearbySharing: Screen is locked [CONTEXT service_id=194 ]
11-30 15:20:20.594 13010 13265 I NearbySharing: Failed to stop scanning because weren't scanning. [CONTEXT service_id=194 ]
11-30 15:20:20.594 13010 13265 I NearbySharing: Stopping discovery because the screen is locked. [CONTEXT service_id=194 ]
11-30 15:20:20.594 13010 13265 I NearbySharing: Can't stop advertising FastInitiation. Not advertising. [CONTEXT service_id=194 ]
11-30 15:20:20.594 13010 13265 I NearbySharing: Stopping Fast Init advertisement because Bluetooth is off. [CONTEXT service_id=194 ]
11-30 15:20:20.595 13010 13265 I NearbySharing: Stopping advertising because the screen is locked. [CONTEXT service_id=194 ]
11-30 15:20:20.595 13010 13265 I NearbySharing: Stopping FastInitiation scanning because the screen is locked. [CONTEXT service_id=194 ]
11-30 15:20:20.595 13010 13265 I NearbySharing: Can't stop scanning for FastInitiation. Not scanning. [CONTEXT service_id=194 ]
11-30 15:20:20.595 13010 13265 I NearbySharing: Cancelling in use notification [CONTEXT service_id=194 ]
11-30 15:20:20.606 13010 13265 I NearbySharing: Fast Initiation Scanning has stopped [CONTEXT service_id=194 ]
11-30 15:20:20.606 13010 13265 I NearbySharing: Dismissing HUN as there's no device nearby. [CONTEXT service_id=194 ]
11-30 15:20:20.607 13010 13265 I NearbySharing: Cancelling in use notification [CONTEXT service_id=194 ]
11-30 15:20:20.691 27828 27862 D NotificationService: BEFORE notificationType = NOTIFICATION_TYPE_BLANK mNotificationType = NOTIFICATION_TYPE_BLANK
11-30 15:20:20.740 27828 27862 D NotificationService: BEFORE notificationType = NOTIFICATION_TYPE_BLANK mNotificationType = NOTIFICATION_TYPE_BLANK
11-30 15:20:20.767 27773 27773 I BgTaskExecutorImpl: Starting EXCLUSIVE background task UPLOAD_ASSISTANT_DEVICE_SETTINGS.
11-30 15:20:20.774  8707  8738 D SharedPreferencesImpl: Time required to fsync /data/user/0/net.cashpop.id/shared_prefs/com.google.android.gms.measurement.prefs.xml: [<1: 0, <2: 0, <4: 1, <8: 1, <16: 2, <32: 3, <64: 2, <128: 2, <256: 0, <512: 1, <1024: 0, <2048: 1, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:20:20.804 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.PHONE_STATE
11-30 15:20:20.804 21839 21839 D PowerPlanningReceiver: handlePhoneStateChanged: IDLE
11-30 15:20:20.832 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.PHONE_STATE
11-30 15:20:20.832 21839 21839 D PowerPlanningReceiver: handlePhoneStateChanged: IDLE
11-30 15:20:20.840  2985  2985 D WifiGeofenceManager: BroadcastReceiver: com.sec.android.wifi.GEOFENCE_TRIGGERED
11-30 15:20:20.840  2985  2985 D WifiGeofenceManager: isGeofenceExit : return false
11-30 15:20:20.840  2985  2985 D WifiGeofenceManager: id [15], direction [1], Result [1]
11-30 15:20:20.840  2985  2985 D WifiGeofenceManager: BroadcastReceiver() - configKey : "HP-Setup>97-DeskJet 3700 series"NONE IN. Reduce scan max interval
11-30 15:20:20.841  2985  2985 D WifiGeofenceManager: sendBroadcastForInOutRange() - state : 1 getNetworkType() : 13
11-30 15:20:20.842  2985  2985 D WifiGeofenceManager: isGeofenceExit : return false
11-30 15:20:20.843  2985  2985 I AutoWifiController: set Geofence state : 0Exit
11-30 15:20:20.843  2985  2985 E WifiGeofenceManager: setScanInterval interval : 16, maxInterval : 128
11-30 15:20:20.849  2985  2985 D SLocation: PendingIntent onSendFinished id:15
11-30 15:20:20.849  2985  2985 D WifiGeofenceManager: BroadcastReceiver: com.sec.android.wifi.GEOFENCE_TRIGGERED
11-30 15:20:20.849  2985  2985 D WifiGeofenceManager: isGeofenceExit : return false
11-30 15:20:20.849  2985  2985 D WifiGeofenceManager: id [16], direction [2], Result [1]
11-30 15:20:20.850  2985  2985 D WifiGeofenceManager: sendBroadcastForInOutRange() - state : 1 getNetworkType() : 13
11-30 15:20:20.851  2985  2985 D WifiGeofenceManager: isGeofenceExit : return false
11-30 15:20:20.851  2985  2985 I AutoWifiController: set Geofence state : 0Exit
11-30 15:20:20.851  2985  2985 E WifiGeofenceManager: setScanInterval interval : 16, maxInterval : 128
11-30 15:20:20.852  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:20.852  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:20.853  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:20.865  2985  2985 D SLocation: PendingIntent onSendFinished id:16
11-30 15:20:20.865  2985  2985 D WifiGeofenceManager: BroadcastReceiver: com.sec.android.wifi.GEOFENCE_TRIGGERED
11-30 15:20:20.865  2985  2985 D WifiGeofenceManager: isGeofenceExit : return false
11-30 15:20:20.865  2985  2985 D WifiGeofenceManager: id [19], direction [2], Result [1]
11-30 15:20:20.866  2985  2985 D WifiGeofenceManager: sendBroadcastForInOutRange() - state : 1 getNetworkType() : 13
11-30 15:20:20.867  2985  2985 D WifiGeofenceManager: isGeofenceExit : return false
11-30 15:20:20.867  2985  2985 I AutoWifiController: set Geofence state : 0Exit
11-30 15:20:20.867  2985  2985 E WifiGeofenceManager: setScanInterval interval : 16, maxInterval : 128
11-30 15:20:20.876  2985  2985 D SLocation: PendingIntent onSendFinished id:19
11-30 15:20:20.877  2985  2985 D WifiGeofenceManager: BroadcastReceiver: com.sec.android.wifi.GEOFENCE_TRIGGERED
11-30 15:20:20.877  2985  2985 D WifiGeofenceManager: isGeofenceExit : return false
11-30 15:20:20.877  2985  2985 D WifiGeofenceManager: id [20], direction [2], Result [1]
11-30 15:20:20.877  2985  2985 D WifiGeofenceManager: sendBroadcastForInOutRange() - state : 1 getNetworkType() : 13
11-30 15:20:20.878  2985  2985 D WifiGeofenceManager: isGeofenceExit : return false
11-30 15:20:20.878  2985  2985 I AutoWifiController: set Geofence state : 0Exit
11-30 15:20:20.878  2985  2985 E WifiGeofenceManager: setScanInterval interval : 16, maxInterval : 128
11-30 15:20:20.881 27264 27264 D Mms/SmsReceiver: filterMsgServiceIntent : intent.getAction() : com.android.mms.transaction.SEND_MESSAGE
11-30 15:20:20.885  2985  2985 D SLocation: PendingIntent onSendFinished id:20
11-30 15:20:20.983 27264 27264 D Mms/TelephonyUtils: getInsertedSimNum = 2
11-30 15:20:21.044  4604  4604 I Launcher: onReceive: com.samsung.action.EVERY_MINUTE_CLOCK_UPDATE
11-30 15:20:21.053  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.sec.android.app.clockpackage
11-30 15:20:21.055  4604  4604 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:20:21.071  4604  4604 I LiveIconManager: getLiveIcon: complete(sync_created)
11-30 15:20:21.072  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.sec.android.app.clockpackage
11-30 15:20:21.077  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.samsung.android.calendar
11-30 15:20:21.077  4604  4604 I BitmapCacheContainer: getBitmapCache: BitmapCache expired com.samsung.android.calendar/UserHandle{0}
11-30 15:20:21.078  4604  4604 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:20:21.084  4604  4604 I LiveIconManager: getLiveIcon: complete(sync_created)
11-30 15:20:21.084  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.samsung.android.calendar
11-30 15:20:21.100 27489 27753 D tgnet   : Config(0xd037c020, /data/user/0/org.telegram.messenger/files/tgnet.dat) fileno = 84
11-30 15:20:21.134 27264 27264 D Mms/SmsReceiverService: onStart: #1, mResultCode: 0 = Unknown error code, action = com.android.mms.transaction.SEND_MESSAGE
11-30 15:20:21.258 27475 27475 D CS/SmsTransactionService: onStart: #1, mResultCode: 0 = Unknown error code, action = com.android.mms.transaction.SEND_MESSAGE
11-30 15:20:21.259 27475 27872 D CS/SmsTransactionService: handleMessage
11-30 15:20:21.259 27475 27872 D CS/TelephonyPermission: mUserId = 0
11-30 15:20:21.259 27475 27872 D CS/TelephonyPermission: isDefault true
11-30 15:20:21.259 27475 27872 D CS/SmsTransactionService: [SIM-1]sendFirstQueuedMessage()
11-30 15:20:21.263 27264 27264 D Mms/SmsReceiverService: startForeground = false
11-30 15:20:21.269 27264 27264 D Mms/SmsReceiverService: HeadsetEventReceiver, onReceive(), action = android.intent.action.HEADSET_PLUGHeadsetplugged = false
11-30 15:20:21.296 27264 27869 D Mms/TelephonyPermission: mUserId = 0
11-30 15:20:21.296 27264 27869 D Mms/TelephonyPermission: isDefault true
11-30 15:20:21.296 27264 27869 D Mms/SmsReceiverService: [SMS]Receiver handleMessage : Action =com.android.mms.transaction.SEND_MESSAGE
11-30 15:20:21.297 27264 27264 D Mms/SmsReceiverService: SmsRecevierService onDestroy()
11-30 15:20:21.423 27566 27566 D BadgeCountReceiver: badge intent : Intent { act=android.intent.action.BADGE_COUNT_UPDATE flg=0x10 cmp=com.sec.android.provider.badge/.BadgeCountReceiver (has extras) }
11-30 15:20:21.423 27566 27566 D BadgeCountReceiver: packageName: org.telegram.messenger, className: org.telegram.ui.LaunchActivity, count: 328
11-30 15:20:21.851 27773 27779 I zygote  : Do partial code cache collection, code=42KB, data=62KB
11-30 15:20:21.853  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:21.853  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:21.853  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:22.086  2985  2996 W MultiScreenManagerService: moveTaskBackToDisplayIfNeeded(): root activity or app is null, task=TaskRecord{d55392d #3037 A=net.cashpop.id.activity.CashPopActivity U=0 StackId=1 sz=1}, rootActivity=null
11-30 15:20:22.108  3775  3944 D SharedPreferencesImpl: Time required to fsync /data/user_de/0/com.sec.imsservice/shared_prefs/PSCI.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 0, <64: 0, <128: 0, <256: 0, <512: 1, <1024: 0, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:20:22.137  2985  3070 W Choreographer: Frame time is 4.177383 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:20:22.188 27773 27779 I zygote  : After code cache collection, code=42KB, data=62KB
11-30 15:20:22.188 27773 27779 I zygote  : Increasing code cache capacity to 256KB
11-30 15:20:22.196  2985  2996 D SecContentProvider: query(), uri = 17 selection = isSettingsChangesAllowed
11-30 15:20:22.227 27489 27753 D tgnet   : Config(0xd037c020, /data/user/0/org.telegram.messenger/files/tgnet.dat) config write ok
11-30 15:20:22.227 27489 27753 D tgnet   : create new 1224 buffer
11-30 15:20:22.234 21258 21293 D SharedPreferencesImpl: Time required to fsync /data/data/com.parallel.space.lite/parallel_lite/0/com.google.android.gms/shared_prefs/com.google.android.gms.auth.devicesignals.DeviceSignalsStore.xml: [<1: 0, <2: 0, <4: 0, <8: 1, <16: 5, <32: 5, <64: 1, <128: 1, <256: 1, <512: 0, <1024: 2, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 1]
11-30 15:20:22.234  6077  6291 D SharedPreferencesImpl: Time required to fsync /data/user/150/com.google.android.gms/shared_prefs/com.google.android.gms.auth.devicesignals.DeviceSignalsStore.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 1, <32: 1, <64: 0, <128: 1, <256: 1, <512: 0, <1024: 1, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 1]
11-30 15:20:22.234 27566 27566 D BaseReflect: null getOwnClass TEST
11-30 15:20:22.234 13010 13460 D SharedPreferencesImpl: Time required to fsync /data/data/com.lbe.parallel.intl/parallel_intl/0/com.google.android.gms/shared_prefs/com.google.android.gms.auth.devicesignals.DeviceSignalsStore.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 1, <32: 3, <64: 2, <128: 1, <256: 0, <512: 1, <1024: 2, <2048: 1, <4096: 0, <8192: 0, <16384: 0, >=16384: 1]
11-30 15:20:22.235 27566 27566 D MethodReflector: android.content.ContentResolver getClass TEST
11-30 15:20:22.235 27566 27566 D BaseReflect: class android.content.ContentResolver isSupportClass TEST
11-30 15:20:22.235 27566 27566 D BaseReflect: class android.content.ContentResolver getOwnClass TEST
11-30 15:20:22.235 16033 16609 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.google.android.gms/shared_prefs/com.google.android.gms.auth.devicesignals.DeviceSignalsStore.xml: [<1: 0, <2: 0, <4: 1, <8: 3, <16: 1, <32: 4, <64: 1, <128: 1, <256: 1, <512: 0, <1024: 3, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 1]
11-30 15:20:22.279 27828 27868 I DMT-StubUpdateUtils: current : 210002003, market : 0
11-30 15:20:22.280 27828 27868 I DMT-StubUpdateUtils: current : 620200130, market : 0
11-30 15:20:22.307 27566 27566 D MethodReflector: notifyChange is called
11-30 15:20:22.315  2985  2996 D PersonaManagerService: Current focused persona service handled id set to : 0
11-30 15:20:22.315  2985  2996 D InputDispatcher: Focused application set to: xxxx
11-30 15:20:22.322 27773 27885 I EventBusThread: Event Bus thread starting with TID 27885
11-30 15:20:22.348  2985  5084 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.lool user:0
11-30 15:20:22.348  2985  5084 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:20:22.348  2985  5084 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.lool user:0
11-30 15:20:22.348  2985  5084 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:20:22.368 27886 27886 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:20:22.371 27886 27886 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:20:22.373 27886 27886 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.samsung.android.sm.provider 
11-30 15:20:22.387 27489 27753 D tgnet   : Config(0xd037c020, /data/user/0/org.telegram.messenger/files/tgnet.dat) start write config
11-30 15:20:22.416  2985  3009 D PointerController: mLocked.displayWidth 1080, mLocked.displayHeight 1920
11-30 15:20:22.416  2985  3009 D InputManager-JNI: setVirtualDisplayViewports: return because there is no change
11-30 15:20:22.419 27566 27566 D BadgeProvider: sendNotify entered. [uri] : content://com.sec.badge/apps
11-30 15:20:22.419 27566 27566 D BadgeProvider: sendNotify, [notify] : null
11-30 15:20:22.420 27566 27566 D BadgeProvider: update, getCallingPackage() : com.sec.android.provider.badge
11-30 15:20:22.420 27566 27566 D BadgeProvider: update, [uri] : content://com.sec.badge/apps
11-30 15:20:22.420 27566 27566 D BadgeProvider: update, [uri.query] : null
11-30 15:20:22.420 27566 27566 D BadgeProvider: update, [BadgeCount] : badgecount=328
11-30 15:20:22.420 27566 27566 D BadgeProvider: update, [UpdateCount] : 1
11-30 15:20:22.429  3919  3919 I SemPersonaManager: SecureFolder personaId = 150
11-30 15:20:22.531  3919  3919 D KNOXCORE::LockSecureFolderTask: started: 150
11-30 15:20:22.531  3919  3919 D KNOXCORE::LockSecureFolderTask: ResumedActivity userId0[net.cashpop.id/.activity.ScreenActivity]
11-30 15:20:22.610 16033 17222 I NearbyDiscovery: FastPairScanner2: isScreenOn=false, scanWithScreenOff=false, isLocationEnabled=false, disableLocationRequirement=false, isDiscoveryScanningEnabled=true [CONTEXT service_id=49 ]
11-30 15:20:22.610 21258 21880 I NearbyDiscovery: FastPairScanner2: isScreenOn=false, scanWithScreenOff=false, isLocationEnabled=false, disableLocationRequirement=false, isDiscoveryScanningEnabled=true [CONTEXT service_id=49 ]
11-30 15:20:22.610 13010 13517 I NearbyDiscovery: FastPairScanner2: isScreenOn=false, scanWithScreenOff=false, isLocationEnabled=false, disableLocationRequirement=false, isDiscoveryScanningEnabled=true [CONTEXT service_id=49 ]
11-30 15:20:22.615  8707  8738 D SharedPreferencesImpl: Time required to fsync /data/user/0/net.cashpop.id/shared_prefs/net.cashpop.id.epref.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 2, <32: 2, <64: 1, <128: 1, <256: 1, <512: 0, <1024: 1, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:20:22.615 27489 27753 D tgnet   : Config(0xd037c020, /data/user/0/org.telegram.messenger/files/tgnet.dat) fileno = 84
11-30 15:20:22.617  4604  4604 D Notification.Badge: reloadBadges() entered.
11-30 15:20:22.626 27566 27591 D BadgeProvider: query, [selection] : null
11-30 15:20:22.632 21258 21880 D BluetoothAdapter: STATE_BLE_ON
11-30 15:20:22.632 13010 13517 D BluetoothAdapter: STATE_BLE_ON
11-30 15:20:22.637 16033 17222 D BluetoothAdapter: STATE_BLE_ON
11-30 15:20:22.661  3775  3944 D SharedPreferencesImpl: Time required to fsync /data/user_de/0/com.sec.imsservice/shared_prefs/DRPT.xml: [<1: 0, <2: 0, <4: 0, <8: 2, <16: 2, <32: 2, <64: 0, <128: 0, <256: 0, <512: 1, <1024: 0, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:20:22.670  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.email.provider = -1
11-30 15:20:22.670  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.email.provider/com.samsung.android.email.ui.activity.MessageListXL = -1
11-30 15:20:22.670  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.android.vending = -1
11-30 15:20:22.670  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.android.vending/.AssetBrowserActivity = -1
11-30 15:20:22.670  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.lool = -1
11-30 15:20:22.670  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.lool/com.samsung.android.sm.app.dashboard.SmartManagerDashBoardActivity = -1
11-30 15:20:22.670  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.android.settings = -1
11-30 15:20:22.670  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.android.settings/.Settings = -1
11-30 15:20:22.670  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.messaging = 782
11-30 15:20:22.670  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.messaging/com.android.mms.ui.ConversationComposer = 782
11-30 15:20:22.670  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.sec.android.app.samsungapps = 1
11-30 15:20:22.670  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.sec.android.app.samsungapps/.SamsungAppsMainActivity = 1
11-30 15:20:22.670  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.contacts = -1
11-30 15:20:22.670  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.contacts/com.android.dialer.DialtactsActivity = -1
11-30 15:20:22.670  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.wssyncmldm = -1
11-30 15:20:22.670  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.wssyncmldm/com.samsung.android.app.fotaclient.FotaApplication = -1
11-30 15:20:22.670  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.sec.android.app.myfiles = -1
11-30 15:20:22.670  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.sec.android.app.myfiles/.common.MainActivity = -1
11-30 15:20:22.670  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.google.android.youtube = 1
11-30 15:20:22.670  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.google.android.youtube/.app.honeycomb.Shell$HomeActivity = 1
11-30 15:20:22.670  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.sec.android.app.sbrowser = -1
11-30 15:20:22.670  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.sec.android.app.sbrowser/.SBrowserMainActivity = -1
11-30 15:20:22.670  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.instagram.android = 1
11-30 15:20:22.670  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.instagram.android/.activity.MainTabActivity = 1
11-30 15:20:22.670  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.ultimateguitar.tabs = 0
11-30 15:20:22.670  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.facebook.orca = 1
11-30 15:20:22.670  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.facebook.orca/.auth.StartScreenActivity = 1
11-30 15:20:22.670  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.zuuks.truck.simulator.euro = -1
11-30 15:20:22.671  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.zuuks.truck.simulator.euro/com.unity3d.player.UnityPlayerNativeActivity = -1
11-30 15:20:22.671  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.facebook.katana = 4
11-30 15:20:22.671  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.facebook.katana/.LoginActivity = 4
11-30 15:20:22.671  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.app.bikemode = -1
11-30 15:20:22.671  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.app.bikemode/.BMActivities.BMOFFScreen = -1
11-30 15:20:22.671  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.concierge = 0
11-30 15:20:22.671  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.lenovo.anyshare.gps = 6
11-30 15:20:22.671  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.lenovo.anyshare.gps/com.lenovo.anyshare.ApMainActivity = 6
11-30 15:20:22.671  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.microsoft.office.onenote = -1
11-30 15:20:22.671  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.microsoft.office.onenote/.ui.ONMSplashActivity = -1
11-30 15:20:22.671  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.skype.raider = -1
11-30 15:20:22.671  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.skype.raider/.Main = -1
11-30 15:20:22.671  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.whatsapp = 1210
11-30 15:20:22.671  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.whatsapp/.Main = 1210
11-30 15:20:22.671  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.scloud = 1
11-30 15:20:22.671  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.scloud/.app.ui.splash.launcher = 1
11-30 15:20:22.671  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.app.simplesharing = 0
11-30 15:20:22.671  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.calendar = -1
11-30 15:20:22.671  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.calendar/com.android.calendar.AllInOneActivity = -1
11-30 15:20:22.671  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.voc = 0
11-30 15:20:22.671  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.knox.securefolder = 1
11-30 15:20:22.671  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.knox.securefolder/.containeragent.ui.settings.KnoxSettingsAboutKnoxActivity = 1
11-30 15:20:22.671  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.linecorp.linelite = 0
11-30 15:20:22.671  4604  4680 D BadgeCache: 1. updateBadgeCounts: jp.naver.line.android = 999
11-30 15:20:22.671  4604  4680 D BadgeCache: 2. updateBadgeCounts: jp.naver.line.android/.activity.SplashActivity = 999
11-30 15:20:22.671  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.telkomsel.telkomselcm = 0
11-30 15:20:22.671  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.jaman.gabchat = 0
11-30 15:20:22.671  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.lazada.android = 354
11-30 15:20:22.671  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.lazada.android/com.lazada.activities.EnterActivity = 354
11-30 15:20:22.671  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.lohcj.lohcj.imeetmyself = 0
11-30 15:20:22.671  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.ruangkerja.mobile = 0
11-30 15:20:22.671  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.lohcj.lohcj.imeetmyself = 0
11-30 15:20:22.671  4604  4680 D BadgeCache: 1. updateBadgeCounts: org.telegram.messenger = 328
11-30 15:20:22.671  4604  4680 D BadgeCache: 2. updateBadgeCounts: org.telegram.messenger/org.telegram.ui.LaunchActivity = 328
11-30 15:20:22.671  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.parallel.space.lite = 99
11-30 15:20:22.672  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.parallel.space.lite/com.lbe.parallel.ui.tour.SplashActivity = 99
11-30 15:20:22.672  4604  4680 D BadgeCache: 1. updateBadgeCounts: net.cashpop.id = 1
11-30 15:20:22.672  4604  4680 D BadgeCache: 2. updateBadgeCounts: net.cashpop.id/.activity.SignActivity = 1
11-30 15:20:22.672  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.slowlyapp = 1
11-30 15:20:22.672  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.slowlyapp/.MainActivity = 1
11-30 15:20:22.672  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.adrianocola.mrpg = 0
11-30 15:20:22.672  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.lbe.parallel.intl = 99
11-30 15:20:22.672  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.lbe.parallel.intl/com.lbe.parallel.ui.tour.SplashActivity = 99
11-30 15:20:22.672  4604  4680 D BadgeCache: 1. updateBadgeCounts: new.WAStickerApps.funnycat.kitten.stickers = 0
11-30 15:20:22.672  4604  4680 D BadgeCache: 1. updateBadgeCounts: news.buzzbreak.android = 0
11-30 15:20:22.672  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.authfw = -1
11-30 15:20:22.672  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.authfw/.samsungpass.ui.activity.EntryLauncher = -1
11-30 15:20:22.672  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.authfw = -1
11-30 15:20:22.672  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.authfw/.samsungpass.launcher.EntryLauncher = -1
11-30 15:20:22.672  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.samsungpass = -1
11-30 15:20:22.672  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.samsungpass/.ui.activity.EntryLauncher = -1
11-30 15:20:22.672  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.samsungpass = -1
11-30 15:20:22.672  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.samsungpass/.launcher.EntryLauncher = -1
11-30 15:20:22.672  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.vitiglobal.cashtree = 0
11-30 15:20:22.672  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.game.gamehome = 0
11-30 15:20:22.672  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.facebook.mlite = 0
11-30 15:20:22.672  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.instagram.lite = 0
11-30 15:20:22.672  4604  4680 D BadgeCache: 1. updateBadgeCounts: id.tanyanetizen.android = 0
11-30 15:20:22.672  4604  4680 D BadgeCache: 1. updateBadgeCounts: asia.bluepay.clientin = 0
11-30 15:20:22.672  4604  4680 D BadgeCache: 1. updateBadgeCounts: id.flip = 0
11-30 15:20:22.674  4604  4680 D BadgeCache: updateBadgeCounts(), tempBadges.size() : [41], user : [UserHandle{0}]
11-30 15:20:22.687  2985  2996 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.sec.android.provider.badge user:150
11-30 15:20:22.694  2985  2996 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:20:22.694  2985  2996 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.sec.android.provider.badge user:150
11-30 15:20:22.696  2985  2996 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:20:22.720  8707  8707 D ViewRootImpl@83077c[ScreenActivity]: dispatchDetachedFromWindow
11-30 15:20:22.720  8707  8707 D InputEventReceiver: channel 'c58c4f7 net.cashpop.id/net.cashpop.id.activity.ScreenActivity (client)' ~ Disposing input event receiver.
11-30 15:20:22.720  8707  8707 D InputEventReceiver: channel 'c58c4f7 net.cashpop.id/net.cashpop.id.activity.ScreenActivity (client)' ~NativeInputEventReceiver.
11-30 15:20:22.725  2985  5081 D InputTransport: Input channel destroyed: fd=289
11-30 15:20:22.726  2985  3070 W Choreographer: Frame time is 17.41578 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:20:22.729  8707  8707 D InputTransport: Input channel destroyed: fd=121
11-30 15:20:22.751  2985  5093 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:20:22.752  2985  5093 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:20:22.752 27886 27886 D ActivityThread: Added TimaKeyStore provider
11-30 15:20:22.853  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:22.853  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:22.853  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:22.865 27773 27891 D StrictMode: StrictMode policy violation: android.os.StrictMode$StrictModeDiskReadViolation: policy=4259903 violation=2
11-30 15:20:22.865 27773 27891 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1440)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:251)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at java.io.File.exists(File.java:807)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at com.android.server.locksettings.LockSettingsStorage.getSynthenticPasswordStateFilePathForUser(LockSettingsStorage.java:587)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at com.android.server.locksettings.LockSettingsStorage.readSyntheticPasswordState(LockSettingsStorage.java:512)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at com.android.server.locksettings.SyntheticPasswordManager.loadState(SyntheticPasswordManager.java:1520)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at com.android.server.locksettings.SyntheticPasswordManager.getCredentialType(SyntheticPasswordManager.java:646)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at com.android.server.locksettings.LockSettingsService.havePattern(LockSettingsService.java:1204)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at com.android.internal.widget.LockPatternUtils.savedPatternExists(LockPatternUtils.java:619)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at com.android.internal.widget.LockPatternUtils.isLockPatternEnabled(LockPatternUtils.java:1378)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at com.android.internal.widget.LockPatternUtils.isSecure(LockPatternUtils.java:1332)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at com.android.server.trust.TrustManagerService$1.isDeviceSecure(TrustManagerService.java:887)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at com.android.server.trust.TrustManagerService$1.isDeviceLocked(TrustManagerService.java:868)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at android.app.trust.ITrustManager$Stub.onTransact(ITrustManager.java:122)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at android.os.Binder.execTransact(Binder.java:705)
11-30 15:20:22.865 27773 27891 D StrictMode: # via Binder call with stack:
11-30 15:20:22.865 27773 27891 D StrictMode: android.os.StrictMode$LogStackTrace
11-30 15:20:22.865 27773 27891 D StrictMode: 	at android.os.StrictMode.readAndHandleBinderCallViolations(StrictMode.java:2139)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at android.os.Parcel.readExceptionCode(Parcel.java:2003)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at android.os.Parcel.readException(Parcel.java:1972)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at android.app.trust.ITrustManager$Stub$Proxy.isDeviceLocked(ITrustManager.java:297)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at android.app.KeyguardManager.isDeviceLocked(KeyguardManager.java:430)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at android.app.KeyguardManager.isDeviceLocked(KeyguardManager.java:420)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at com.google.android.apps.gsa.search.core.state.d.bn.<init>(PG:2)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at com.google.android.apps.gsa.search.core.state.d.bo.a(PG:1)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at com.google.android.apps.gsa.binaries.velvet.app.nv.c(PG:13)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at com.google.android.apps.gsa.binaries.velvet.app.nv.b(PG:2)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at dagger.a.e.b(PG:1)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at com.google.android.apps.gsa.binaries.velvet.app.nv.f(Unknown Source:1906)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at com.google.android.apps.gsa.binaries.velvet.app.nv.b(PG:12)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at dagger.a.e.b(PG:1)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at com.google.android.apps.gsa.search.core.service.g.a.c.a(PG:2)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at com.google.android.libraries.gsa.j.a.g.a(PG:2)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at com.google.common.w.a.du.a(PG:1)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at com.google.common.w.a.cr.run(PG:4)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at com.google.common.w.a.dw.run(PG:1)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at com.google.android.libraries.i.ad.run(PG:1)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at com.google.android.libraries.i.e.run(PG:2)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at com.google.android.libraries.i.o.run(PG:4)
11-30 15:20:22.865 27773 27891 D StrictMode: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:20:22.951  2985  5093 D SecContentProvider: query(), uri = 17 selection = isSettingsChangesAllowed
11-30 15:20:23.011 14965 27821 I Finsky  : [43478] fsk.run(6): DU: Stored data usage stats for package com.android.chrome; completed bytes: 17264058.
11-30 15:20:23.061 16067 25547 W DatabaseProcessor: processLocalDevices: failed to get the network info with non-null networkId.
11-30 15:20:23.363 26886 27001 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:20:23.363 26886 27001 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:20:23.369  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:20:23.370 27773 27863 I zygote  : Deoptimizing void com.google.common.b.il.g(java.lang.Object) due to JIT inline cache
11-30 15:20:23.416 13746 13746 D BoundBrokerSvc: onBind: Intent { act=com.google.android.mobstore.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:20:23.416 13746 13746 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.mobstore.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:20:23.424 16067 25547 W DatabaseProcessor: processLocalDevices: failed to get the network info with non-null networkId.
11-30 15:20:23.470 27903 27903 I Zygote  : Unshare entire /
11-30 15:20:23.488 27903 27903 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:20:23.489 27903 27903 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:20:23.489 27903 27903 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:20:23.489 27903 27903 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:20:23.489 27903 27903 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:20:23.489 27903 27903 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:20:23.489 27903 27903 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:20:23.489 27903 27903 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:20:23.489 27903 27903 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:20:23.508 27903 27903 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:20:23.509 27903 27903 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c662,c768, pkgname=com.sec.android.provider.badge 
11-30 15:20:23.562 16067 26570 D ConnectivityManager: unregisterNetworkCallback; CallingUid : 10018, CallingPid : 16067
11-30 15:20:23.568 27886 27886 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 1000
11-30 15:20:23.569 27886 27886 D Proxy   : mdoP is null: 1000
11-30 15:20:23.579 27886 27886 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:20:23.580  2680  2680 E audit   : type=1400 audit(1638260423.566:39921): avc:  denied  { write } for  pid=27886 comm="oid.sm.provider" name="com.samsung.android.lool-n6vzqVIxEGRsdtjPpo4EHg==" dev="dm-1" ino=709538 scontext=u:r:system_app:s0 tcontext=u:object_r:apk_data_file:s0 tclass=dir permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:20:23.580  2680  2680 E audit   : type=1300 audit(1638260423.566:39921): arch=40000028 syscall=334 per=8 success=no exit=-13 a0=ffffff9c a1=e8f6c700 a2=2 a3=0 items=0 ppid=2693 pid=27886 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_process32" subj=u:r:system_app:s0 key=(null)
11-30 15:20:23.580  2680  2680 E audit   : type=1327 audit(1638260423.566:39921): proctitle="com.samsung.android.sm.provider"
11-30 15:20:23.580  2680  2680 E audit   : type=1400 audit(1638260423.566:39922): avc:  denied  { write } for  pid=27886 comm="oid.sm.provider" name="com.samsung.android.lool-n6vzqVIxEGRsdtjPpo4EHg==" dev="dm-1" ino=709538 scontext=u:r:system_app:s0 tcontext=u:object_r:apk_data_file:s0 tclass=dir permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:20:23.580  2680  2680 E audit   : type=1300 audit(1638260423.566:39922): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=e8f58d20 a2=20042 a3=1a4 items=0 ppid=2693 pid=27886 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_process32" subj=u:r:system_app:s0 key=(null)
11-30 15:20:23.581  2680  2680 E audit   : type=1327 audit(1638260423.566:39922): proctitle="com.samsung.android.sm.provider"
11-30 15:20:23.591  2606  2606 D WifiHAL : Setting APF program, halHandle = 0xef5111a0
11-30 15:20:23.591  2606  2606 I WifiHAL : 
11-30 15:20:23.591  2606  2606 I WifiHAL : createRequest: APF set program request
11-30 15:20:23.597  2606  2606 I WifiHAL : Done!
11-30 15:20:23.807  3470 19804 D TP/SmsProvider: query,matched:26, calling pid = 27475
11-30 15:20:23.810  3470 19804 D TP/SmsProvider: query, match 26:Elapsed time : 2.718 ms
11-30 15:20:23.824 27475 27872 D CS/TelephonyUtils: getInsertedSimNum = 2
11-30 15:20:23.824 27475 27872 E CS/SmsTransactionService: sendFirstQueuedMessage() DB SIM id: 0
11-30 15:20:23.824 27475 27872 E CS/SmsTransactionService: sendFirstQueuedMessage() index: 0
11-30 15:20:23.825  3470 19804 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:23.826  3470 19804 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:23.853 27475 27872 D CS/TelephonyUtils: getSubscriptionId, simSlot = 0, result = 5
11-30 15:20:23.853  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:23.853  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:23.853  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:23.854  3470 19804 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:23.854  3470 19804 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:23.879 16033 17222 D BluetoothAdapter: appoCount is = 0
11-30 15:20:23.879 21258 21880 D BluetoothAdapter: appoCount is = 0
11-30 15:20:23.879 13010 13517 D BluetoothAdapter: appoCount is = 0
11-30 15:20:23.880 27475 27872 D CS/MethodReflector: getServiceState is called
11-30 15:20:23.881 16033 17222 I NearbyDiscovery: FastPairScanner2: eventType=SCREEN_OFF, intReq=false, scanning=false, scanAllowed=false, bleEnabled=false, bleScanAvailable=true, lockScanRate=false [CONTEXT service_id=49 ]
11-30 15:20:23.881 13010 13517 I NearbyDiscovery: FastPairScanner2: eventType=SCREEN_OFF, intReq=false, scanning=false, scanAllowed=false, bleEnabled=false, bleScanAvailable=true, lockScanRate=false [CONTEXT service_id=49 ]
11-30 15:20:23.882 21258 21880 I NearbyDiscovery: FastPairScanner2: eventType=SCREEN_OFF, intReq=false, scanning=false, scanAllowed=false, bleEnabled=false, bleScanAvailable=true, lockScanRate=false [CONTEXT service_id=49 ]
11-30 15:20:23.883 27475 27872 D CS/TelephonyUtils: getServiceState() : simSlot = 0, serviceState = 3
11-30 15:20:23.884 27475 27872 D CS/TelephonyUtils: getInsertedSimNum = 2
11-30 15:20:23.885  3470 19804 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:23.886  3470 19804 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:23.886 27475 27872 D CS/TelephonyUtils: isImsRegistered = false : simSlot(0) is not ims connection slot
11-30 15:20:23.888  3470 19804 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:23.888  3470 19804 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:23.891 27475 27872 D CS/TelephonyUtils: getInsertedSimNum = 2
11-30 15:20:23.892  3470 19804 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:23.892  3470 19804 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:23.892 27475 27872 D CS/TelephonyUtils: getSubscriptionId, simSlot = 0, result = 5
11-30 15:20:23.893 27475 27872 D test    : getGroupIdLevel1 : Method name = getGroupIdLevel1
11-30 15:20:23.900 27475 27872 D CS/MethodReflector: getGroupIdLevel1 is called
11-30 15:20:23.909 27475 27872 D CS/CscParser: getNetworkName: MCCMNC = 51011  gid1 = 
11-30 15:20:23.909 27475 27872 D CS/CscParser: getOmcCustomerPath() : mps_nwCode= mps_code=
11-30 15:20:23.909 27475 27872 E CS/CscParser: mps_code.dat does not exist
11-30 15:20:23.909 27475 27872 E CS/CscParser: customer_path =/system/csc/customer.xml
11-30 15:20:23.909 27475 27872 E CS/CscParser: fileName + /system/csc/customer.xml
11-30 15:20:23.929 27475 27872 D CS/CscParser: getInstance fileName =/system/csc/customer.xml
11-30 15:20:23.930 27475 27872 D CS/CscParser: getNetworkName: Found matched network name by 51011
11-30 15:20:23.932 27475 27872 D CS/SmsTransaction: registerForServiceStateChanges
11-30 15:20:23.932 27475 27872 D CS/SmsTransactionService: [SMS]serviceStateAvailable() simSlot: 0 isServiceAvailable: false enableToast: true
11-30 15:20:23.933 27475 27872 E CS/SmsTransactionService: sendFirstQueuedMessage() StateAvailable: false
11-30 15:20:23.933 27475 27872 E CS/SmsTransactionService: sendFirstQueuedMessage() DB SIM id: 0
11-30 15:20:23.933 27475 27872 E CS/SmsTransactionService: sendFirstQueuedMessage() index: 1
11-30 15:20:23.933 27475 27872 E CS/SmsTransactionService: sendFirstQueuedMessage() StateAvailable: false
11-30 15:20:23.933 27475 27872 E CS/SmsTransactionService: sendFirstQueuedMessage() DB SIM id: 0
11-30 15:20:23.933 27475 27872 E CS/SmsTransactionService: sendFirstQueuedMessage() index: 2
11-30 15:20:23.933 27475 27872 E CS/SmsTransactionService: sendFirstQueuedMessage() StateAvailable: false
11-30 15:20:23.933 27475 27872 E CS/SmsTransactionService: sendFirstQueuedMessage() DB SIM id: 0
11-30 15:20:23.933 27475 27872 E CS/SmsTransactionService: sendFirstQueuedMessage() index: 3
11-30 15:20:23.933 27475 27872 E CS/SmsTransactionService: sendFirstQueuedMessage() StateAvailable: false
11-30 15:20:23.933 27475 27872 E CS/SmsTransactionService: sendFirstQueuedMessage() moveToNext false
11-30 15:20:23.969 27773 27861 I zygote  : Deoptimizing java.lang.Object com.google.common.b.pw.e(java.lang.Object[], int, int, int) due to JIT inline cache
11-30 15:20:23.980  2985  2985 D PreBindingService: handleMessage : 1
11-30 15:20:23.988  2985  2985 D PreBindingService: needToKeepBinding: match not found
11-30 15:20:24.020  2985  3002 I zygote  : Successfully killed process cgroup uid 10040 pid 24262 in 64ms
11-30 15:20:24.020  2985  3002 I zygote  : Successfully killed process cgroup uid 10133 pid 26359 in 0ms
11-30 15:20:24.030  2985  3070 W Choreographer: Frame time is 16.441195 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:20:24.047  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010002 ,Container id: 150
11-30 15:20:24.047  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010002 ,Container id: 150
11-30 15:20:24.059  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:20:24.059  2985  3613 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:20:24.069  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010002 ,Container id: 150
11-30 15:20:24.069  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010002 ,Container id: 150
11-30 15:20:24.069  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:20:24.069  2985  3613 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:20:24.071 27903 27903 D ActivityThread: Added TimaKeyStore provider
11-30 15:20:24.094 27903 27903 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010002
11-30 15:20:24.095 27903 27903 D Proxy   : mdoP is null: 15010002
11-30 15:20:24.135 27903 27903 D BadgeProvider: onCreate
11-30 15:20:24.135 27903 27903 D BadgeProvider: DatabaseHelper
11-30 15:20:24.174  2985  2996 D InputTransport: Input channel constructed: fd=576
11-30 15:20:24.174  2985  2996 D InputTransport: Input channel constructed: fd=577
11-30 15:20:24.176  2985  5081 D PackageManager: setEnabledSetting : userId = 150 packageName = com.google.android.googlequicksearchbox cmp = androidx.work.impl.background.systemjob.SystemJobService newState = 1 callingPackage = 15010078/com.google.android.googlequicksearchbox
11-30 15:20:24.178  2985  2996 D InputTransport: Input channel destroyed: fd=577
11-30 15:20:24.179 27475 27475 D InputTransport: Input channel constructed: fd=57
11-30 15:20:24.184 27475 27475 D ViewRootImpl@dd4d8b4[Toast]: setView = android.widget.LinearLayout{cdf4cdd V.E...... ......I. 0,0-0,0 #102053c android:id/toast_layout_root} TM=true MM=false
11-30 15:20:24.184 27475 27475 V Toast   : Text: Durr in android.widget.Toast$TN@46d4052
11-30 15:20:24.186 27475 27475 D CS/SmsTransactionService: onStart: #1, mResultCode: 0 = Unknown error code, action = android.intent.action.SERVICE_STATE
11-30 15:20:24.187 27475 27925 D CS/SmsTransactionService: handleMessage
11-30 15:20:24.187 27475 27925 D CS/TelephonyPermission: mUserId = 0
11-30 15:20:24.187 27475 27925 D CS/TelephonyPermission: isDefault true
11-30 15:20:24.187 27475 27475 D ViewRootImpl@dd4d8b4[Toast]: dispatchAttachedToWindow
11-30 15:20:24.189  3470 19804 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.190  3470 19804 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.191  3470 19804 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.191  3470 19804 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.192 27475 27925 D CS/TelephonyUtils: getSubscriptionId, simSlot = 1, result = 3
11-30 15:20:24.193  3470 19804 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.193  3470 19804 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.195 27475 27925 D CS/MethodReflector: getServiceState is called
11-30 15:20:24.195 27475 27925 D CS/TelephonyUtils: getServiceState() : simSlot = 1, serviceState = 0
11-30 15:20:24.197  3470 19804 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.198  3470 19804 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.199  3470 19804 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.200  3470 19804 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.200 27475 27925 D CS/TelephonyUtils: getSubscriptionId, simSlot = 1, result = 3
11-30 15:20:24.202  3470 19804 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.202  3470 19804 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.204 27475 27925 D CS/MethodReflector: getServiceState is called
11-30 15:20:24.204 27475 27925 D CS/TelephonyUtils: getServiceState() : simSlot = 1, serviceState = 0
11-30 15:20:24.204 27475 27925 D CS/BootCompleteReceiver: SERVICE_STATE_CHANGED hasStartedService: false
11-30 15:20:24.204 27475 27925 D CS/CscParser: getOmcCustomerPath() : mps_nwCode= mps_code=
11-30 15:20:24.204 27475 27925 E CS/CscParser: mps_code.dat does not exist
11-30 15:20:24.204 27475 27925 E CS/CscParser: customer_path =/system/csc/customer.xml
11-30 15:20:24.205 27475 27925 D ITS     : CSC_FILE :/system/csc/customer.xml
11-30 15:20:24.205 27475 27925 E CS/CscParser: fileName + /system/csc/customer.xml
11-30 15:20:24.210 27475 27925 D CS/CscParser: getInstance fileName =/system/csc/customer.xml
11-30 15:20:24.210 27475 27925 I ITS     : [BootCompleteReceiver]  CSC Failed !!!!
11-30 15:20:24.210 27475 27925 D CS/TelephonyUtils: ril.currentplmn=
11-30 15:20:24.210 27475 27925 D CS/TelephonyUtils: network is not roaming
11-30 15:20:24.259  2985  3070 W Choreographer: Frame time is 4.455957 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:20:24.264  2615  2615 I SurfaceFlinger: id=7126 createSurf (907x245),1 flag=4, Toast[27475]#0
11-30 15:20:24.267  2985  5093 V Surface : sf_framedrop debug : 0x4f4c, game : false, logging : 0
11-30 15:20:24.285 27475 27475 V Surface : sf_framedrop debug : 0x4f4c, game : false, logging : 0
11-30 15:20:24.285 27475 27925 D CS/MethodReflector: newFromBundle is called
11-30 15:20:24.286 27475 27475 D ViewRootImpl@dd4d8b4[Toast]: Relayout returned: old=[0,0][0,0] new=[86,1483][993,1728] result=0x7 surface={valid=true 3518373888} changed=true
11-30 15:20:24.287  3470 19804 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.288  3470 19804 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.288 27475 27925 D CS/SmsTransactionService: [SMS]handleServiceStateChanged() simSlot: 1
11-30 15:20:24.289  3470 19804 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.290  3470 19804 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.290 27475 27925 D CS/TelephonyUtils: getSubscriptionId, simSlot = 1, result = 3
11-30 15:20:24.292  3470 19804 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.292  3470 19804 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.294 27475 27475 D ViewRootImpl@dd4d8b4[Toast]: MSG_RESIZED_REPORT: frame=Rect(86, 1483 - 993, 1728) ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=1
11-30 15:20:24.294 27475 27925 D CS/MethodReflector: getServiceState is called
11-30 15:20:24.294 27475 27925 D CS/TelephonyUtils: getServiceState() : simSlot = 1, serviceState = 0
11-30 15:20:24.296  3470  3482 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.296  3470  3482 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd2ebb340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.299 27475 27925 D CS/TelephonyUtils: getInsertedSimNum = 2
11-30 15:20:24.301  3470 19804 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.301  3470 19804 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.301 27475 27925 D CS/TelephonyUtils: getSubscriptionId, simSlot = 1, result = 3
11-30 15:20:24.302 27475 27925 D test    : getGroupIdLevel1 : Method name = getGroupIdLevel1
11-30 15:20:24.303 27475 27925 D CS/MethodReflector: getGroupIdLevel1 is called
11-30 15:20:24.303 27475 27925 D CS/CscParser: getNetworkName: MCCMNC = 51010  gid1 = ffffff
11-30 15:20:24.303 27475 27925 D CS/CscParser: getOmcCustomerPath() : mps_nwCode= mps_code=
11-30 15:20:24.303 27475 27925 E CS/CscParser: mps_code.dat does not exist
11-30 15:20:24.303 27475 27925 E CS/CscParser: customer_path =/system/csc/customer.xml
11-30 15:20:24.303 27475 27925 E CS/CscParser: fileName + /system/csc/customer.xml
11-30 15:20:24.309 27475 27925 D CS/CscParser: getInstance fileName =/system/csc/customer.xml
11-30 15:20:24.309 27773 27779 I zygote  : Do full code cache collection, code=112KB, data=114KB
11-30 15:20:24.310 27475 27925 D CS/CscParser: getNetworkName: Found matched network name by 51010
11-30 15:20:24.311 27475 27925 D CS/SmsTransactionService: [SMS]serviceStateAvailable() simSlot: 1 isServiceAvailable: true enableToast: false
11-30 15:20:24.311 27475 27925 D CS/TelephonyPermission: mUserId = 0
11-30 15:20:24.311 27475 27925 D CS/TelephonyPermission: isDefault true
11-30 15:20:24.311 27475 27925 D CS/SmsTransactionService: serive state changed, sendFirstQueuedMessage()
11-30 15:20:24.311 27475 27925 D CS/SmsTransactionService: [SIM1]sendFirstQueuedMessage()
11-30 15:20:24.313 27773 27779 I zygote  : After code cache collection, code=92KB, data=58KB
11-30 15:20:24.322  3470 19804 D TP/SmsProvider: query,matched:26, calling pid = 27475
11-30 15:20:24.324  3470 19804 D TP/SmsProvider: query, match 26:Elapsed time : 1.854 ms
11-30 15:20:24.327 27475 27925 D CS/TelephonyUtils: getInsertedSimNum = 2
11-30 15:20:24.327 27475 27925 E CS/SmsTransactionService: sendFirstQueuedMessage() DB SIM id: 0
11-30 15:20:24.327 27475 27925 E CS/SmsTransactionService: sendFirstQueuedMessage() index: 0
11-30 15:20:24.328  3470 19804 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.329  3470 19804 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.329 27475 27925 D CS/TelephonyUtils: getSubscriptionId, simSlot = 0, result = 5
11-30 15:20:24.330  3470 19804 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.330  3470 19804 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.332 27475 27925 D CS/MethodReflector: getServiceState is called
11-30 15:20:24.332 27475 27925 D CS/TelephonyUtils: getServiceState() : simSlot = 0, serviceState = 3
11-30 15:20:24.333 27475 27925 D CS/TelephonyUtils: getInsertedSimNum = 2
11-30 15:20:24.334  3470 19804 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.335  3470 19804 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.335 27475 27925 D CS/TelephonyUtils: isImsRegistered = false : simSlot(0) is not ims connection slot
11-30 15:20:24.336  3470 19804 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.337  3470 19804 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.339 27475 27925 D CS/TelephonyUtils: getInsertedSimNum = 2
11-30 15:20:24.340  3470 19804 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.340  3470 19804 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xcb283340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.341 27475 27925 D CS/TelephonyUtils: getSubscriptionId, simSlot = 0, result = 5
11-30 15:20:24.341 27475 27925 D test    : getGroupIdLevel1 : Method name = getGroupIdLevel1
11-30 15:20:24.343 27475 27925 D CS/MethodReflector: getGroupIdLevel1 is called
11-30 15:20:24.343 27475 27925 D CS/CscParser: getNetworkName: MCCMNC = 51011  gid1 = 
11-30 15:20:24.343 27475 27925 D CS/CscParser: getOmcCustomerPath() : mps_nwCode= mps_code=
11-30 15:20:24.343 27475 27925 E CS/CscParser: mps_code.dat does not exist
11-30 15:20:24.343 27475 27925 E CS/CscParser: customer_path =/system/csc/customer.xml
11-30 15:20:24.343 27475 27925 E CS/CscParser: fileName + /system/csc/customer.xml
11-30 15:20:24.343 27475 27475 D vndksupport: Loading /vendor/lib/hw/android.hardware.graphics.mapper@2.0-impl.so from current namespace instead of sphal namespace.
11-30 15:20:24.347 27475 27925 D CS/CscParser: getInstance fileName =/system/csc/customer.xml
11-30 15:20:24.348 27475 27925 D CS/CscParser: getNetworkName: Found matched network name by 51011
11-30 15:20:24.348 27475 27925 D CS/SmsTransaction: registerForServiceStateChanges, already registered
11-30 15:20:24.348 27475 27925 D CS/SmsTransactionService: [SMS]serviceStateAvailable() simSlot: 0 isServiceAvailable: false enableToast: true
11-30 15:20:24.348 27475 27925 E CS/SmsTransactionService: sendFirstQueuedMessage() StateAvailable: false
11-30 15:20:24.348 27475 27925 E CS/SmsTransactionService: sendFirstQueuedMessage() DB SIM id: 0
11-30 15:20:24.348 27475 27925 E CS/SmsTransactionService: sendFirstQueuedMessage() index: 1
11-30 15:20:24.349 27475 27925 E CS/SmsTransactionService: sendFirstQueuedMessage() StateAvailable: false
11-30 15:20:24.349 27475 27925 E CS/SmsTransactionService: sendFirstQueuedMessage() DB SIM id: 0
11-30 15:20:24.349 27475 27925 E CS/SmsTransactionService: sendFirstQueuedMessage() index: 2
11-30 15:20:24.349 27475 27925 E CS/SmsTransactionService: sendFirstQueuedMessage() StateAvailable: false
11-30 15:20:24.349 27475 27925 E CS/SmsTransactionService: sendFirstQueuedMessage() DB SIM id: 0
11-30 15:20:24.349 27475 27925 E CS/SmsTransactionService: sendFirstQueuedMessage() index: 3
11-30 15:20:24.349 27475 27925 E CS/SmsTransactionService: sendFirstQueuedMessage() StateAvailable: false
11-30 15:20:24.349 27475 27925 E CS/SmsTransactionService: sendFirstQueuedMessage() moveToNext false
11-30 15:20:24.430 27773 27863 I Search.LoginHelperImpl: Getting accounts.
11-30 15:20:24.459 27773 27891 I A       : Util.isLowRamDevice: false, canUsePreemptibleAudioSource: true
11-30 15:20:24.525 27475 27475 D OpenGLRenderer: HWUI GL Pipeline
11-30 15:20:24.551  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.battery.monitor.ContinuousBatteryMonitorService$BroadcastReceiver newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:20:24.558  2680  2680 E audit   : type=1400 audit(1638260424.546:39923): avc:  denied  { read } for  pid=27378 comm="CombinedTP14" name="boot_id" dev="proc" ino=38358097 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:20:24.558  2680  2680 E audit   : type=1300 audit(1638260424.546:39923): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c50678c0 a2=20000 a3=0 items=0 ppid=2693 pid=27378 auid=4294967295 uid=10098 gid=10098 euid=10098 suid=10098 fsuid=10098 egid=10098 sgid=10098 fsgid=10098 tty=(none) ses=4294967295 comm="CombinedTP14" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:20:24.558  2680  2680 E audit   : type=1327 audit(1638260424.546:39923): proctitle="com.facebook.katana"
11-30 15:20:24.566 26841 27763 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139] 2 tasks running slow
11-30 15:20:24.567 26841 27761 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139] 2 tasks running slow
11-30 15:20:24.590 27475 27475 D ViewRootImpl@dd4d8b4[Toast]: dispatchDetachedFromWindow
11-30 15:20:24.591 27773 27849 I zygote  : Deoptimizing void com.google.protobuf.dw.W(java.lang.Object, com.google.protobuf.ao) due to JIT inline cache
11-30 15:20:24.591 27475 27475 D InputEventReceiver: channel 'b3f8209 Toast (client)' ~ Disposing input event receiver.
11-30 15:20:24.592 27475 27475 D InputEventReceiver: channel 'b3f8209 Toast (client)' ~NativeInputEventReceiver.
11-30 15:20:24.698 18545 18545 D received: android.appwidget.action.APPWIDGET_UPDATE
11-30 15:20:24.728 18545 18545 I chatty  : uid=11192(com.myd.android.nhistory2) identical 2 lines
11-30 15:20:24.734 18545 18545 D received: android.appwidget.action.APPWIDGET_UPDATE
11-30 15:20:24.738 26841 27761 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139:Task=156906651]Slow task still running after 12s. fetchRootStableId(request=# com.google.apps.drive.dataservice.GetStableIdRequest@4b1bec5a){account=70577139, submitTimeMs=458715470, startTimeMs=458715470, waitTimeMs=0, not completed, timedOut}
11-30 15:20:24.738 26841 27761 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139:Task=91207652]Slow task still running after 12s. getObserverManager(){account=70577139, submitTimeMs=458715470, not started, timedOut}
11-30 15:20:24.740 26841 27763 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139:Task=38916152]Slow task still running after 12s. generateResourceIds(request=# com.google.apps.drive.dataservice.GenerateIdsRequest@1aa72dd){account=70577139, submitTimeMs=458715939, startTimeMs=458715939, waitTimeMs=0, not completed, timedOut}
11-30 15:20:24.740 26841 27763 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139:Task=150008909]Slow task still running after 12s. getStableId(request=# com.google.apps.drive.dataservice.GetStableIdRequest@4b1bec5a){account=70577139, submitTimeMs=458715939, startTimeMs=458715939, waitTimeMs=0, not completed, timedOut}
11-30 15:20:24.748 26841 27048 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001007', key: 'RPC_STORE_TARGET'
11-30 15:20:24.748 26841 27048 E Notifications: pwl: HTTP Error Code: 401
11-30 15:20:24.748 26841 27048 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:20:24.748 26841 27048 E Notifications: 	at pzy.a(PG:17)
11-30 15:20:24.748 26841 27048 E Notifications: 	at pzw.a(PG:2)
11-30 15:20:24.748 26841 27048 E Notifications: 	at psd.a(PG:11)
11-30 15:20:24.748 26841 27048 E Notifications: 	at pub.b(PG:3)
11-30 15:20:24.748 26841 27048 E Notifications: 	at pty.e(PG:6)
11-30 15:20:24.748 26841 27048 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:20:24.748 26841 27048 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:20:24.748 26841 27048 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:20:24.748 26841 27048 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:20:24.748 26841 27005 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001004', key: 'RPC_STORE_TARGET'
11-30 15:20:24.748 26841 27005 E Notifications: pwl: HTTP Error Code: 401
11-30 15:20:24.748 26841 27005 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:20:24.748 26841 27005 E Notifications: 	at pzy.a(PG:17)
11-30 15:20:24.748 26841 27005 E Notifications: 	at pzw.a(PG:2)
11-30 15:20:24.748 26841 27005 E Notifications: 	at psd.a(PG:11)
11-30 15:20:24.748 26841 27005 E Notifications: 	at pub.b(PG:3)
11-30 15:20:24.748 26841 27005 E Notifications: 	at pty.e(PG:6)
11-30 15:20:24.748 26841 27005 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:20:24.748 26841 27005 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:20:24.748 26841 27005 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:20:24.748 26841 27005 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:20:24.748 26841 27047 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001002', key: 'RPC_STORE_TARGET'
11-30 15:20:24.748 26841 27047 E Notifications: pwl: HTTP Error Code: 401
11-30 15:20:24.748 26841 27047 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:20:24.748 26841 27047 E Notifications: 	at pzy.a(PG:17)
11-30 15:20:24.748 26841 27047 E Notifications: 	at pzw.a(PG:2)
11-30 15:20:24.748 26841 27047 E Notifications: 	at psd.a(PG:11)
11-30 15:20:24.748 26841 27047 E Notifications: 	at pub.b(PG:3)
11-30 15:20:24.748 26841 27047 E Notifications: 	at pty.e(PG:6)
11-30 15:20:24.748 26841 27047 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:20:24.748 26841 27047 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:20:24.748 26841 27047 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:20:24.748 26841 27047 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:20:24.814  2615  2626 I SurfaceFlinger: id=7126 Removed Toast[27475]#0 (4/6)
11-30 15:20:24.814  2615  2626 I SurfaceFlinger: id=7126 Removed Toast[27475]#0 (-2/6)
11-30 15:20:24.814  2615  2615 I Layer   : id=7126 onRemoved Toast[27475]#0 
11-30 15:20:24.819  2985  5093 D InputTransport: Input channel destroyed: fd=576
11-30 15:20:24.823 27475 27475 D InputTransport: Input channel destroyed: fd=57
11-30 15:20:24.828  2985  3827 D InputTransport: Input channel constructed: fd=289
11-30 15:20:24.829  2985  3827 D InputTransport: Input channel constructed: fd=526
11-30 15:20:24.830  2985  3827 D InputTransport: Input channel destroyed: fd=526
11-30 15:20:24.831 27475 27475 D InputTransport: Input channel constructed: fd=57
11-30 15:20:24.832 27475 27475 D ViewRootImpl@7a43a95[Toast]: setView = android.widget.LinearLayout{f0487aa V.E...... ......I. 0,0-0,0 #102053c android:id/toast_layout_root} TM=true MM=false
11-30 15:20:24.832 27475 27475 V Toast   : Text: Durr in android.widget.Toast$TN@dbfbf9b
11-30 15:20:24.832 27475 27475 D ViewRootImpl@7a43a95[Toast]: dispatchAttachedToWindow
11-30 15:20:24.837  2615  2615 I SurfaceFlinger: id=7127 createSurf (907x245),1 flag=4, Toast[27475]#0
11-30 15:20:24.840  2985  3827 V Surface : sf_framedrop debug : 0x4f4c, game : false, logging : 0
11-30 15:20:24.841  2985  2985 D PreBindingService: handleMessage : 1
11-30 15:20:24.843  2985  2985 D PreBindingService: needToKeepBinding: match not found
11-30 15:20:24.846 27475 27475 V Surface : sf_framedrop debug : 0x4f4c, game : false, logging : 0
11-30 15:20:24.846 27475 27475 D ViewRootImpl@7a43a95[Toast]: Relayout returned: old=[0,0][0,0] new=[86,1483][993,1728] result=0x7 surface={valid=true 3518373888} changed=true
11-30 15:20:24.848 27475 27475 D ViewRootImpl@7a43a95[Toast]: MSG_RESIZED_REPORT: frame=Rect(86, 1483 - 993, 1728) ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=1
11-30 15:20:24.853  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:24.853  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:24.853  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:24.872  2985  2985 I MissedCallNotifierImpl: showMissedCallNotification()
11-30 15:20:24.876  2985  2985 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xff967620, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.877  2985  2985 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xff967620, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.893 26841 26979 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001003', key: 'RPC_STORE_TARGET'
11-30 15:20:24.893 26841 26979 E Notifications: pwl: HTTP Error Code: 401
11-30 15:20:24.893 26841 26979 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:20:24.893 26841 26979 E Notifications: 	at pzy.a(PG:17)
11-30 15:20:24.893 26841 26979 E Notifications: 	at pzw.a(PG:2)
11-30 15:20:24.893 26841 26979 E Notifications: 	at psd.a(PG:11)
11-30 15:20:24.893 26841 26979 E Notifications: 	at pub.b(PG:3)
11-30 15:20:24.893 26841 26979 E Notifications: 	at pty.e(PG:6)
11-30 15:20:24.893 26841 26979 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:20:24.893 26841 26979 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:20:24.893 26841 26979 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:20:24.893 26841 26979 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:20:24.920  2985  2985 D TelecomUtils: getSubIdForPhoneAccount : 3
11-30 15:20:24.949  2985  2985 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xff967690, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.950  2985  2985 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xff967690, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:20:24.950  2985  2985 D TelecomUtils: getSubIdForPhoneAccount : 3
11-30 15:20:24.951  2985  2985 D TelecomUtils: getCurrentUser = 0
11-30 15:20:24.952  2985  2985 W MissedCallNotifierImpl: sendNotificationThroughDefaultDialer count : 1 mMissedCallCounts : 1 mMissedCallCountForTwoPhone : 0
11-30 15:20:24.952  2985  2985 W MissedCallNotifierImpl: Showing missed calls through default dialer.
11-30 15:20:24.956 16067 25547 W MdnsClient: Failed to join thread: Thread[mdns-send,5,].
11-30 15:20:24.994 27773 27784 W zygote  : Suspending all threads took: 267.889ms
11-30 15:20:25.014 27773 27773 I BgTaskExecutorImpl: Starting NONEXCLUSIVE background task UPDATE_GSERVICES_CONFIG.
11-30 15:20:25.015 27773 27885 W A       : Attempting to start service when the app is in background is not allowed on Android O+. Intent: Intent { cmp=com.google.android.googlequicksearchbox/com.google.android.apps.gsa.shared.util.keepalive.StandaloneKeepAlive$KeepAliveService PairActivityUserId=150 }
11-30 15:20:25.015 27773 27885 W A       : java.lang.IllegalStateException: Not allowed to start service Intent { cmp=com.google.android.googlequicksearchbox/com.google.android.apps.gsa.shared.util.keepalive.StandaloneKeepAlive$KeepAliveService PairActivityUserId=150 }: app is in background uid UidRecord{34fff79 u150a78 TRNB idle change:idle|uncached procs:1 proclist:27773, seq(0,0,0)}
11-30 15:20:25.015 27773 27885 W A       : 	at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1600)
11-30 15:20:25.015 27773 27885 W A       : 	at android.app.ContextImpl.startService(ContextImpl.java:1546)
11-30 15:20:25.015 27773 27885 W A       : 	at android.content.ContextWrapper.startService(ContextWrapper.java:669)
11-30 15:20:25.015 27773 27885 W A       : 	at com.google.android.apps.gsa.shared.util.keepalive.StandaloneKeepAlive.g(PG:1)
11-30 15:20:25.015 27773 27885 W A       : 	at com.google.android.apps.gsa.shared.util.keepalive.StandaloneKeepAlive.d(PG:1)
11-30 15:20:25.015 27773 27885 W A       : 	at com.google.android.apps.gsa.search.core.service.bn.a(PG:8)
11-30 15:20:25.015 27773 27885 W A       : 	at com.google.android.apps.gsa.search.core.service.ao.run(PG:9)
11-30 15:20:25.015 27773 27885 W A       : 	at com.google.android.libraries.gsa.j.a.k.run(PG:2)
11-30 15:20:25.015 27773 27885 W A       : 	at com.google.android.apps.gsa.shared.util.c.a.cf.b(PG:1)
11-30 15:20:25.015 27773 27885 W A       : 	at com.google.android.apps.gsa.shared.util.c.a.ci.run(PG:1)
11-30 15:20:25.015 27773 27885 W A       : 	at com.google.android.apps.gsa.shared.util.c.a.ag.run(PG:2)
11-30 15:20:25.015 27773 27885 W A       : 	at com.google.android.apps.gsa.shared.util.c.a.an.c(PG:1)
11-30 15:20:25.015 27773 27885 W A       : 	at com.google.android.apps.gsa.shared.util.c.a.ak.run(Unknown Source:2)
11-30 15:20:25.015 27773 27885 W A       : 	at com.google.android.apps.gsa.shared.util.c.a.e.run(PG:2)
11-30 15:20:25.015 27773 27885 W A       : 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457)
11-30 15:20:25.015 27773 27885 W A       : 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
11-30 15:20:25.015 27773 27885 W A       : 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301)
11-30 15:20:25.015 27773 27885 W A       : 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:20:25.015 27773 27885 W A       : 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:20:25.015 27773 27885 W A       : 	at java.lang.Thread.run(Thread.java:764)
11-30 15:20:25.015 27773 27885 W A       : 	at com.google.android.apps.gsa.shared.util.c.a.l.run(PG:5)
11-30 15:20:25.016 27773 27885 W A       : Task aq[SearchServiceCore [attachClient]] was queued for 2595ms before starting on executor EventBus
11-30 15:20:25.086 27773 27924 I A       : Updating Gservices keys
11-30 15:20:25.092 27773 27861 I zygote  : Deoptimizing int com.google.protobuf.dw.v(java.lang.Object, byte[], int, int, int, int, int, int, long, int, long, com.google.protobuf.i) due to JIT inline cache
11-30 15:20:25.132 26985 27378 E fb4a.BootIdReader: Error reading boot_id from procfs
11-30 15:20:25.132 26985 27378 E fb4a.BootIdReader: java.io.FileNotFoundException: /proc/sys/kernel/random/boot_id (Permission denied)
11-30 15:20:25.132 26985 27378 E fb4a.BootIdReader: 	at java.io.FileInputStream.open0(Native Method)
11-30 15:20:25.132 26985 27378 E fb4a.BootIdReader: 	at java.io.FileInputStream.open(FileInputStream.java:200)
11-30 15:20:25.132 26985 27378 E fb4a.BootIdReader: 	at java.io.FileInputStream.<init>(FileInputStream.java:150)
11-30 15:20:25.132 26985 27378 E fb4a.BootIdReader: 	at java.io.FileInputStream.<init>(FileInputStream.java:103)
11-30 15:20:25.132 26985 27378 E fb4a.BootIdReader: 	at java.io.FileReader.<init>(FileReader.java:58)
11-30 15:20:25.132 26985 27378 E fb4a.BootIdReader: 	at X.1RI.A01(Unknown Source:22)
11-30 15:20:25.132 26985 27378 E fb4a.BootIdReader: 	at X.4Ac.<init>(Unknown Source:21)
11-30 15:20:25.132 26985 27378 E fb4a.BootIdReader: 	at X.4Z8.A02(Unknown Source:4925)
11-30 15:20:25.132 26985 27378 E fb4a.BootIdReader: 	at X.4Z8.A00(Unknown Source:7324)
11-30 15:20:25.132 26985 27378 E fb4a.BootIdReader: 	at X.0TT.A00(:33)
11-30 15:20:25.132 26985 27378 E fb4a.BootIdReader: 	at X.0y3.A06(Unknown Source:29)
11-30 15:20:25.132 26985 27378 E fb4a.BootIdReader: 	at X.0y3.A05(Unknown Source:10)
11-30 15:20:25.132 26985 27378 E fb4a.BootIdReader: 	at X.5Ve.A02(Unknown Source:54)
11-30 15:20:25.132 26985 27378 E fb4a.BootIdReader: 	at X.1Qd.A04(Unknown Source:3114)
11-30 15:20:25.132 26985 27378 E fb4a.BootIdReader: 	at X.1Qo.run(Unknown Source:6062)
11-30 15:20:25.132 26985 27378 E fb4a.BootIdReader: 	at X.1Sz.call(Unknown Source:237)
11-30 15:20:25.132 26985 27378 E fb4a.BootIdReader: 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
11-30 15:20:25.132 26985 27378 E fb4a.BootIdReader: 	at X.3LQ.A00(Unknown Source:19)
11-30 15:20:25.132 26985 27378 E fb4a.BootIdReader: 	at X.12j.call(Unknown Source:53)
11-30 15:20:25.132 26985 27378 E fb4a.BootIdReader: 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
11-30 15:20:25.132 26985 27378 E fb4a.BootIdReader: 	at X.12Q.run(Unknown Source:2)
11-30 15:20:25.132 26985 27378 E fb4a.BootIdReader: 	at X.14E.run(Unknown Source:2)
11-30 15:20:25.132 26985 27378 E fb4a.BootIdReader: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:20:25.132 26985 27378 E fb4a.BootIdReader: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:20:25.132 26985 27378 E fb4a.BootIdReader: 	at X.14I.run(Unknown Source:3)
11-30 15:20:25.132 26985 27378 E fb4a.BootIdReader: 	at X.14K.run(Unknown Source:14)
11-30 15:20:25.132 26985 27378 E fb4a.BootIdReader: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:20:25.144 27773 27885 W SearchServiceCore: Abort, client detached.
11-30 15:20:25.213  2985  5093 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.backgroundlocation.reporting.BackgroundLocationReportingDeviceEvents$ShutdownReceiver newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:20:25.234 27773 27934 I A       : ColdBootHelper constructor
11-30 15:20:25.255 26841 27112 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001006', key: 'RPC_STORE_TARGET'
11-30 15:20:25.255 26841 27112 E Notifications: pwl: HTTP Error Code: 401
11-30 15:20:25.255 26841 27112 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:20:25.255 26841 27112 E Notifications: 	at pzy.a(PG:17)
11-30 15:20:25.255 26841 27112 E Notifications: 	at pzw.a(PG:2)
11-30 15:20:25.255 26841 27112 E Notifications: 	at psd.a(PG:11)
11-30 15:20:25.255 26841 27112 E Notifications: 	at pub.b(PG:3)
11-30 15:20:25.255 26841 27112 E Notifications: 	at pty.e(PG:6)
11-30 15:20:25.255 26841 27112 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:20:25.255 26841 27112 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:20:25.255 26841 27112 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:20:25.255 26841 27112 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:20:25.255 27489 27753 D tgnet   : Config(0xd037c020, /data/user/0/org.telegram.messenger/files/tgnet.dat) config write ok
11-30 15:20:25.255 27489 27753 D tgnet   : dc5 init connection completed
11-30 15:20:25.255 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) send message (session: 0xee78d7583211038d, seqno: 6, messageid: 0x61a5dec94147b000): 11TL_msgs_ack(0xe9110880)
11-30 15:20:25.255 27489 27753 D tgnet   : create new 8 buffer
11-30 15:20:25.256 27489 27753 D tgnet   : inner message 1 id 0x61a5dec1690fc401 process
11-30 15:20:25.256 27489 27753 D tgnet   : process server response 0xcd85c0c0 - 11TL_msgs_ack
11-30 15:20:25.256 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) received message len 88 equal to packet size
11-30 15:20:25.279 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) received object 13TL_rpc_result
11-30 15:20:25.279 27489 27753 D tgnet   : process server response 0xcd85c030 - 13TL_rpc_result
11-30 15:20:25.279 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) received rpc_result with 11TL_boolTrue
11-30 15:20:25.280 27489 27753 D tgnet   : got response for request 0xe9113ae0 - 23TL_auth_bindTempAuthKey
11-30 15:20:25.280 27489 27753 D tgnet   : account0 dc5 handshake: bind completed
11-30 15:20:25.280 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) send message (session: 0xee78d7583211038d, seqno: 6, messageid: 0x61a5dec947ae1400): 11TL_msgs_ack(0xcd85c000)
11-30 15:20:25.280 27489 27753 D tgnet   : create new 1224 buffer
11-30 15:20:25.280 27489 27753 D tgnet   : create new 8 buffer
11-30 15:20:25.282 27489 27753 D tgnet   : send request 0xe91097d0 - 14TL_api_request
11-30 15:20:25.282 27489 27753 D tgnet   : send request wrapped 0xe91097d0 - 14TL_api_request
11-30 15:20:25.282 27489 27753 D tgnet   : send request 0xe9109898 - 14TL_api_request
11-30 15:20:25.282 27489 27753 D tgnet   : send request wrapped 0xe9109898 - 14TL_api_request
11-30 15:20:25.282 27489 27753 D tgnet   : send request 0xe91098c0 - 14TL_api_request
11-30 15:20:25.282 27489 27753 D tgnet   : send request wrapped 0xe91098c0 - 14TL_api_request
11-30 15:20:25.282 27489 27753 D tgnet   : send request 0xe9109c08 - 14TL_api_request
11-30 15:20:25.283 27489 27753 D tgnet   : send request wrapped 0xe9109c08 - 14TL_api_request
11-30 15:20:25.283 27489 27753 D tgnet   : send request 0xe9109c30 - 14TL_api_request
11-30 15:20:25.283 27489 27753 D tgnet   : send request wrapped 0xe9109c30 - 14TL_api_request
11-30 15:20:25.283 27489 27753 D tgnet   : Config(0xd037c020, /data/user/0/org.telegram.messenger/files/tgnet.dat) start write config
11-30 15:20:25.309  2985  3827 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.youtube cmp = androidx.work.impl.background.systemalarm.RescheduleReceiver newState = 1 callingPackage = 10161/com.google.android.youtube
11-30 15:20:25.315 27773 27885 I zygote  : Deoptimizing java.lang.Object com.google.common.b.pw.g(java.lang.Object, java.lang.Object[], int, int, java.lang.Object) due to JIT inline cache
11-30 15:20:25.346 27773 27885 I A       : New OK_HEY model config map hash: reinitializing config map.
11-30 15:20:25.367 27773 27885 I A       : Merging legacy hotword config map with new proto.
11-30 15:20:25.367 27773 27885 I A       : Skipping. Expected model: 2 Found: 1
11-30 15:20:25.421  2985  3827 D LocationManagerService: getProviders()=[passive]
11-30 15:20:25.432 27773 27885 I MicroDetectionWorker: Initializing MicroDataManager InitializeType-1, isForced-false, isActivePhoneEnrollment-false isActiveGoogleHomeEnrollment-false
11-30 15:20:25.435  2985  3827 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.gsf user:150
11-30 15:20:25.439  2985  3827 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:20:25.440  2985  3827 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.gsf user:150
11-30 15:20:25.441  2985  3827 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:20:25.453 27773 27885 I MicroDetectionState: Should stop hotword detection immediately - true
11-30 15:20:25.486 27773 27779 I zygote  : Do partial code cache collection, code=105KB, data=92KB
11-30 15:20:25.487 27773 27779 I zygote  : After code cache collection, code=79KB, data=80KB
11-30 15:20:25.487 27773 27779 I zygote  : Increasing code cache capacity to 512KB
11-30 15:20:25.549  2985  5081 D InputTransport: Input channel constructed: fd=577
11-30 15:20:25.549  2985  5081 D InputTransport: Input channel constructed: fd=578
11-30 15:20:25.554  2985  5081 D InputTransport: Input channel destroyed: fd=578
11-30 15:20:25.554  8707  8707 D InputTransport: Input channel constructed: fd=113
11-30 15:20:25.557  8707  8707 D ViewRootImpl@520b22b[ScreenActivity]: setView = DecorView@d772688[ScreenActivity] TM=true MM=false
11-30 15:20:25.565  2985  5093 D ActivityManager: post active user change for 0 fullscreen false isHomeActivity() false
11-30 15:20:25.578 27773 27948 I A       : load shared preferences: file not found
11-30 15:20:25.650 27489 27489 D SharedPreferencesImpl: Time required to fsync /data/user/0/org.telegram.messenger/shared_prefs/mainconfig.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 0, <64: 0, <128: 0, <256: 0, <512: 0, <1024: 1, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:20:25.651  8707  8738 D SharedPreferencesImpl: Time required to fsync /data/user/0/net.cashpop.id/shared_prefs/net.cashpop.id.pref.xml: [<1: 0, <2: 0, <4: 0, <8: 1, <16: 0, <32: 1, <64: 0, <128: 0, <256: 0, <512: 0, <1024: 1, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:20:25.653 27489 27753 D tgnet   : Config(0xd037c020, /data/user/0/org.telegram.messenger/files/tgnet.dat) fileno = 84
11-30 15:20:25.696 27773 27863 I MicroDataManager: Location for model with model type: 2 and locale: en-US, is : https://www.gstatic.com/android-search/hotword/x_google/7db96c566dbd33b2218d5799ec330d22/hotword.data
11-30 15:20:25.710 27942 27942 I Zygote  : Unshare entire /
11-30 15:20:25.732 27942 27942 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:20:25.732 27942 27942 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:20:25.732 27942 27942 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:20:25.733 27942 27942 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:20:25.733 27942 27942 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:20:25.733 27942 27942 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:20:25.733 27942 27942 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:20:25.733 27942 27942 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:20:25.733 27942 27942 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:20:25.741 27942 27942 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:20:25.742 27942 27942 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c662,c768, pkgname=com.google.process.gapps 
11-30 15:20:25.781  2985  5093 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010018 ,Container id: 150
11-30 15:20:25.782  2985  5093 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010018 ,Container id: 150
11-30 15:20:25.782  2985  5093 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:20:25.782  2985  5093 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:20:25.787  2985  5093 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010018 ,Container id: 150
11-30 15:20:25.788  2985  5093 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010018 ,Container id: 150
11-30 15:20:25.788  2985  5093 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:20:25.788  2985  5093 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:20:25.791 27942 27942 D ActivityThread: Added TimaKeyStore provider
11-30 15:20:25.853  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:25.853  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:25.853  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:25.923  2985  5081 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.contacts user:0
11-30 15:20:25.923  2985  5081 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:20:25.924  2985  5081 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.contacts user:0
11-30 15:20:25.924  2985  5081 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:20:25.955  8707  8738 D SharedPreferencesImpl: Time required to fsync /data/user/0/net.cashpop.id/shared_prefs/com.applovin.sdk.shared.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 4, <32: 3, <64: 0, <128: 1, <256: 0, <512: 1, <1024: 0, <2048: 1, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:20:25.955 27974 27974 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:20:25.958 27974 27974 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:20:25.959 27974 27974 I SELinux : SELinux: seapp_context_lookup: seinfo=shared, level=s0:c512,c768, pkgname=com.samsung.android.contacts 
11-30 15:20:25.988  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10004 ,Container id: 0
11-30 15:20:25.988  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10004 ,Container id: 0
11-30 15:20:25.988  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:25.994  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10004 ,Container id: 0
11-30 15:20:25.994  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:25.999  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10004 ,Container id: 0
11-30 15:20:25.999  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:26.004  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10004 ,Container id: 0
11-30 15:20:26.004  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:26.009  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10004 ,Container id: 0
11-30 15:20:26.009  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:26.015  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10004 ,Container id: 0
11-30 15:20:26.015  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10004 ,Container id: 0
11-30 15:20:26.016  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:26.021  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10004 ,Container id: 0
11-30 15:20:26.021  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:26.025 16033 16033 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE cmp=com.google.android.gms/.chimera.PersistentInternalBoundBrokerService }
11-30 15:20:26.026 16033 16033 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE cmp=com.google.android.gms/.chimera.PersistentInternalBoundBrokerService }
11-30 15:20:26.026  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10004 ,Container id: 0
11-30 15:20:26.026  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:26.031  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10004 ,Container id: 0
11-30 15:20:26.031  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:26.035  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10004 ,Container id: 0
11-30 15:20:26.035  2985  3613 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:26.039 27974 27974 D ActivityThread: Added TimaKeyStore provider
11-30 15:20:26.269 27942 27942 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010018
11-30 15:20:26.270 27942 27942 D Proxy   : mdoP is null: 15010018
11-30 15:20:26.328 27773 27863 I MicroModelsUtil: #getHotwordModel [locale: en-US, modelType: 2]
11-30 15:20:26.362 27773 27863 I A       : Device Compliance Fetch time taken = 8299ms
11-30 15:20:26.362 27773 27863 I A       : Device is compliant!
11-30 15:20:26.368 27773 27863 I A       : Invoking "compliant" action...
11-30 15:20:26.468 27773 27927 I NetworkRecognitionRnr: Using pair HTTP connection
11-30 15:20:26.610 27773 27992 I A       : [Upload] Connected
11-30 15:20:26.687 27773 27826 I zygote  : Deoptimizing void com.google.common.w.a.cr.run() due to JIT inline cache
11-30 15:20:26.703  2985  5081 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.gsf user:0
11-30 15:20:26.703  2985  5081 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:20:26.703  2985  5081 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.gsf user:0
11-30 15:20:26.703  2985  5081 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:20:26.707 27974 27974 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10004
11-30 15:20:26.707 27974 27974 D Proxy   : mdoP is null: 10004
11-30 15:20:26.717 27996 27996 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:20:26.719 27996 27996 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:20:26.720 27996 27996 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.google.process.gapps 
11-30 15:20:26.743  2985  3024 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:20:26.743  2985  3024 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:20:26.743  2985  3024 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:26.748  2985  3024 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:20:26.748  2985  3024 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:26.753  2985  3024 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:20:26.753  2985  3024 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:26.754 27773 27773 V ClearcutMetricXmitter: Transmission is done.
11-30 15:20:26.758  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:20:26.758  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:20:26.758  2985  5084 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:26.759 27886 27886 D SamsungAnalytics111040: cf feature is supported
11-30 15:20:26.763  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:20:26.763  2985  5084 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:26.767  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:20:26.768  2985  5084 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:26.771 27996 27996 D ActivityThread: Added TimaKeyStore provider
11-30 15:20:26.775 27489 27753 D tgnet   : Config(0xd037c020, /data/user/0/org.telegram.messenger/files/tgnet.dat) config write ok
11-30 15:20:26.775 27489 27753 D tgnet   : messageId for token = 1, 0x61a5decbc6666800
11-30 15:20:26.775 15069 15089 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.android.providers.contacts/shared_prefs/eventlog.xml: [<1: 0, <2: 5, <4: 389, <8: 671, <16: 865, <32: 608, <64: 218, <128: 84, <256: 30, <512: 23, <1024: 18, <2048: 11, <4096: 8, <8192: 5, <16384: 0, >=16384: 0]
11-30 15:20:26.784 27489 27753 D tgnet   : messageId for token = 2, 0x61a5decbc8b43800
11-30 15:20:26.784 27489 27753 D tgnet   : messageId for token = 50000001, 0x61a5decbc8b43804
11-30 15:20:26.784 27489 27753 D tgnet   : messageId for token = 3, 0x61a5decbc8b43808
11-30 15:20:26.787 27489 27753 D tgnet   : wrap in layer 14TL_api_request, flags = 2
11-30 15:20:26.787 27489 27753 D tgnet   : messageId for token = 4, 0x61a5decbc978d400
11-30 15:20:26.787 27489 27753 D tgnet   : wrap in layer 14TL_api_request, flags = 2
11-30 15:20:26.787 27489 27753 D tgnet   : messageId for token = 5, 0x61a5decbc978d404
11-30 15:20:26.787 27489 27753 D tgnet   : wrap in layer 14TL_api_request, flags = 2
11-30 15:20:26.787 27489 27753 D tgnet   : messageId for token = 6, 0x61a5decbc978d408
11-30 15:20:26.787 27489 27753 D tgnet   : wrap in layer 14TL_api_request, flags = 2
11-30 15:20:26.788 27489 27753 D tgnet   : messageId for token = 7, 0x61a5decbc978d40c
11-30 15:20:26.788 27489 27753 D tgnet   : wrap in layer 14TL_api_request, flags = 2
11-30 15:20:26.788 27489 27753 D tgnet   : messageId for token = 8, 0x61a5decbc9ba6000
11-30 15:20:26.788 27489 27753 D tgnet   : start write messages to container
11-30 15:20:26.788 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) send message (session: 0xb15c9af9b9e18820, seqno: 1, messageid: 0x61a5decbc6666800): 15invokeWithLayer(0xe9109690)
11-30 15:20:26.788 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) send message (session: 0xb15c9af9b9e18820, seqno: 3, messageid: 0x61a5decbc8b43800): 15invokeWithLayer(0xe9109b18)
11-30 15:20:26.788 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) send message (session: 0xb15c9af9b9e18820, seqno: 5, messageid: 0x61a5decbc8b43804): 15invokeWithLayer(0xe9109b68)
11-30 15:20:26.788 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) send message (session: 0xb15c9af9b9e18820, seqno: 7, messageid: 0x61a5decbc8b43808): 15invokeWithLayer(0xe9109bb8)
11-30 15:20:26.788 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) send message (session: 0xb15c9af9b9e18820, seqno: 9, messageid: 0x61a5decbc978d400): 15invokeWithLayer(0xe9109870)
11-30 15:20:26.788 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) send message (session: 0xb15c9af9b9e18820, seqno: 11, messageid: 0x61a5decbc978d404): 15invokeWithLayer(0xe9109618)
11-30 15:20:26.788  6077  6077 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.herrevad.services.LightweightNetworkQualityAndroidService.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:20:26.788  6077  6077 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.herrevad.services.LightweightNetworkQualityAndroidService.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:20:26.789 27489 27753 D tgnet   : start write messages to container
11-30 15:20:26.789 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) send message (session: 0xb15c9af9b9e18820, seqno: 13, messageid: 0x61a5decbc978d408): 15invokeWithLayer(0xe9109cd0)
11-30 15:20:26.789 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) send message (session: 0xb15c9af9b9e18820, seqno: 15, messageid: 0x61a5decbc978d40c): 15invokeWithLayer(0xe9109d20)
11-30 15:20:26.789 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) send message (session: 0xb15c9af9b9e18820, seqno: 17, messageid: 0x61a5decbc9ba6000): 15invokeWithLayer(0xe9109d70)
11-30 15:20:26.789 27489 27753 D tgnet   : create new 4296 buffer
11-30 15:20:26.790 27489 27753 D tgnet   : pausing network and timers by sleep time = 10000
11-30 15:20:26.790 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) suspend
11-30 15:20:26.790 27489 27753 D tgnet   : connection(0xe73bcf00, account0, dc5, type 1) disconnected with reason 0
11-30 15:20:26.796 27996 27996 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10018
11-30 15:20:26.797 27996 27996 D Proxy   : mdoP is null: 10018
11-30 15:20:26.826 26841 27761 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139] 2 tasks running slow
11-30 15:20:26.826 26841 27761 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139:Task=156906651]Slow task still running after 15s. fetchRootStableId(request=# com.google.apps.drive.dataservice.GetStableIdRequest@4b1bec5a){account=70577139, submitTimeMs=458715470, startTimeMs=458715470, waitTimeMs=0, not completed, timedOut}
11-30 15:20:26.826 26841 27761 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139:Task=91207652]Slow task still running after 15s. getObserverManager(){account=70577139, submitTimeMs=458715470, not started, timedOut}
11-30 15:20:26.828 26841 27763 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139] 2 tasks running slow
11-30 15:20:26.828 26841 27763 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139:Task=38916152]Slow task still running after 14s. generateResourceIds(request=# com.google.apps.drive.dataservice.GenerateIdsRequest@1aa72dd){account=70577139, submitTimeMs=458715939, startTimeMs=458715939, waitTimeMs=0, not completed, timedOut}
11-30 15:20:26.828 26841 27763 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139:Task=150008909]Slow task still running after 14s. getStableId(request=# com.google.apps.drive.dataservice.GetStableIdRequest@4b1bec5a){account=70577139, submitTimeMs=458715939, startTimeMs=458715939, waitTimeMs=0, not completed, timedOut}
11-30 15:20:26.841  6077  6077 I Herrevad: [2] zkt.a: updateListenState
11-30 15:20:26.854  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:26.854  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:26.854  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:26.864 27996 27996 I GoogleHttpClient: GMS http client unavailable, use old client
11-30 15:20:26.872 27773 27934 I zygote  : Deoptimizing java.lang.Object com.google.common.b.pw.g(java.lang.Object, java.lang.Object[], int, int, java.lang.Object) due to JIT inline cache
11-30 15:20:26.888 27773 27861 I BlobLobber: Canceling downloads: []
11-30 15:20:26.922 27773 27773 I BgTaskExecutorImpl: Starting EXCLUSIVE background task BLOBLOBBER_SYNC.
11-30 15:20:26.932 27773 27885 W SearchServiceCore: Abort, client detached.
11-30 15:20:26.963 27773 27993 W zygote  : Verification of void org.chromium.net.AndroidNetworkLibrary.tagSocket(int, int, int) took 277.382ms
11-30 15:20:26.976 27828 27868 I SM_UTILS: smBadge - batteryCnt : 0, malwareApp : 0, aasaCnt 0, appUpdateCount : 0
11-30 15:20:26.976 27974 27974 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:20:26.982 27828 27868 I SM_UTILS: badge_for_dm_scoreboard badge_count=0 putInt result=true
11-30 15:20:26.983 27828 27868 I SM_UTILS: badge_for_dm_battery badge_count=0 putInt result=true
11-30 15:20:26.984 27828 27868 I SM_UTILS: badge_for_dm_security badge_count=0 putInt result=true
11-30 15:20:26.984 27828 27868 I SM_sendBadgeUpdateBr: Don't update badge provider from O OS
11-30 15:20:26.991 27974 27974 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:20:27.008 27886 27886 D SamsungAnalytics111040: newThread on Executor
11-30 15:20:27.009 27974 27974 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:20:27.011  2985  5093 D PackageManager: setEnabledSetting : userId = 150 packageName = com.google.android.googlequicksearchbox cmp = com.google.android.apps.gsa.deeplink.DeeplinkActivityEntrypoint newState = 0 callingPackage = 15010078/com.google.android.googlequicksearchbox
11-30 15:20:27.015 27773 27993 D ConnectivityManager: requestNetwork; CallingUid : 15010078, CallingPid : 27773
11-30 15:20:27.026 27886 27886 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:20:27.040  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:27.040  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-6ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:27.040  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-6ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:27.041  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-6ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:27.041  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-6ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:27.041  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-6ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:27.041  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-6ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:27.041  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-6ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:27.041  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-6ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:27.041  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-6ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:27.041  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-6ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:27.041  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-6ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:27.041  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-5ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:27.041  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-6ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:27.041  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-6ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:27.041  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-6ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:27.041  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-6ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:27.042  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-6ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:27.047 27974 27974 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:20:27.060 27974 27974 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:20:27.075 27773 27861 I ModelDownloadListener: Schdedule model download
11-30 15:20:27.077 27974 27974 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:20:27.089 27974 27974 I chatty  : uid=10004(com.android.calllogbackup) com.samsung.android.contacts identical 1 line
11-30 15:20:27.100 27974 27974 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:20:27.110 27773 27773 I BgTaskExecutorImpl: Starting EXCLUSIVE background task UPDATE_HOTWORD_MODELS.
11-30 15:20:27.117 27974 27974 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:20:27.121 27773 27957 I ModelDownloadController: requestHotwordModelUpdate modelType-2 modelLocale-en-US
11-30 15:20:27.128 27773 27957 I ModelDownloadController: #maybeDownloadHotwordModelWithMDD with locale: en-US, modelType: 2.
11-30 15:20:27.138 27773 27839 I FedAssExpListener: Fed-ass not supported for signed out users.
11-30 15:20:27.143 27773 27839 I FedAssExpListener: Successfully processed experiments changed.
11-30 15:20:27.173 27773 27839 I A       : NGA disabled due to not being eligible.
11-30 15:20:27.174 27773 27839 I A       : Nga state changed to DISABLED
11-30 15:20:27.244 27903 27918 D BadgeProvider: onOpen
11-30 15:20:27.261  8707  8738 D SharedPreferencesImpl: Time required to fsync /data/user/0/net.cashpop.id/shared_prefs/com.applovin.sdk.1.xml: [<1: 0, <2: 0, <4: 0, <8: 1, <16: 4, <32: 1, <64: 1, <128: 0, <256: 1, <512: 2, <1024: 0, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:20:27.262 27903 27918 D BadgeProvider: query, [selection] : null
11-30 15:20:27.265  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.sec.android.app.samsungapps = 0
11-30 15:20:27.265  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.email.provider = -1
11-30 15:20:27.265  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.email.provider/com.samsung.android.email.ui.activity.MessageListXL = -1
11-30 15:20:27.265  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.authfw = -1
11-30 15:20:27.265  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.authfw/.samsungpass.ui.activity.EntryLauncher = -1
11-30 15:20:27.265  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.authfw = -1
11-30 15:20:27.265  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.authfw/.samsungpass.launcher.EntryLauncher = -1
11-30 15:20:27.265  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.samsungpass = -1
11-30 15:20:27.265  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.samsungpass/.ui.activity.EntryLauncher = -1
11-30 15:20:27.265  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.samsungpass = -1
11-30 15:20:27.266  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.samsungpass/.launcher.EntryLauncher = -1
11-30 15:20:27.268  4604  4680 D BadgeCache: updateBadgeCounts(), tempBadges.size() : [41], user : [UserHandle{150}]
11-30 15:20:27.268  4604  4680 D BadgeCache: updateBadgeCounts(), final size : 41
11-30 15:20:27.268  4604  4680 D Notification.Badge: reloadBadges(), badges count : 41
11-30 15:20:27.319  2985  3070 W Choreographer: Frame time is 2.834299 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:20:27.460  4604 21401 D LauncherApps: onShortcutChanged 0,com.google.android.apps.docs
11-30 15:20:27.487  4604  4604 D DeepShortcutManager: bindDeepShortcutMap: {com.android.launcher3.util.ComponentKey@ed003502=[launcher_shortcut_search, launcher_shortcut_upload, launcher_shortcut_scan], com.android.launcher3.util.ComponentKey@b0cc8fca=[shortcut_create_note, shortcut_write_with_pen, shortcut_record_voice_note], com.android.launcher3.util.ComponentKey@7d974010=[new_video_call, new_conversation, new_audio_call], com.android.launcher3.util.ComponentKey@854a91d=[manifest_new_list_shortcut, manifest_new_audio_note_shortcut, manifest_new_photo_note_shortcut, manifest_new_note_shortcut], com.android.launcher3.util.ComponentKey@1e9a2d90=[DynamicFullRecent], com.android.launcher3.util.ComponentKey@1d30da3a=[6285207364117@s.whatsapp.net, open_camera, 6285921683680@s.whatsapp.net, 6281338372409@s.whatsapp.net, 120363020307794510@g.us], com.android.launcher3.util.ComponentKey@3916b95c=[Inbox_authorlovy@yahoo.com, Inbox_adelinathenotebook@yahoo.com, Inbox_shintamawarni76@gmail.com, compose], com.android.launcher3.util.ComponentKey@d85d54d0=[search_event_task, create_task, create_event], com.android.launcher3.util.ComponentKey@bb83b3cc=[view-bookmarks-shortcut, new-tab-shortcut, dynamic-new-tab-shortcut, search-web-shortcut, new-secret-tab-shortcut], com.android.launcher3.util.ComponentKey@64033792=[explore-shortcut, search-shortcut, subscriptions-shortcut], com.android.launcher3.util.ComponentKey@75953544=[1, 2], com.android.launcher3.util.ComponentKey@683678e7=[create_message], com.android.launcher3.util.ComponentKey@7e1620c7=[activity, camera, direct, post], com.android.launcher3.util.ComponentKey@91a61cf4=[contactadd, myprofile, contactgroup], com.android.launcher3.util.ComponentKey@6a731a20=[play, recently_added, favourites], com.android.launcher3.util.ComponentKey@429b698e=[selfie, auto], com.android.launcher3.util.ComponentKey@3e17fc4f=[updates], com.android.launcher3.util.ComponentKey@31e36f3b=[com.google.android.play.games.minesweeper, com.google.android.play.games.whirlybird, com.google.android.play.games.solitaire, com.google.android.play.games.snake], com.android.launcher3.util.ComponentKey@7bfa09e7=[shintamawarni76@mhs.pelitabangsa.ac.id, manifest_compose_shortcut, shintamawarni76@gmail.com, shintamawarni762@gmail.com], com.android.launcher3.util.ComponentKey@515cb7c2=[VIEW_MY_DOWNLOADS], com.android.launcher3.util.ComponentKey@1e9a2cfa=[DynamicFullRecent], com.android.launcher3.util.ComponentKey@726a9c09=[static_shortcut_text_note, static_shortcut_audio_note, static_shortcut_photo_note, static_shortcut_todo_note], com.android.launcher3.util.ComponentKey@967f6b5c=[search_shortcut], com.android.launcher3.util.ComponentKey@d3751291=[search, add, list, books, timeMachine], com.android.launcher3.util.ComponentKey@3916b9f2=[compose], com.android.launcher3.util.ComponentKey@ee5d02f8=[did3_1302547203, compose], com.android.launcher3.util.ComponentKey@947c4a99=[new-tab-shortcut], com.android.launcher3.util.ComponentKey@489bf67c=[text_shortcut, voice_shortcut], com.android.launcher3.util.ComponentKey@ad64774c=[search, scan, dgMobileTopUp], com.android.launcher3.util.ComponentKey@b0cc9060=[shortcut_create_note, shortcut_write_with_pen, shortcut_record_voice_note], com.android.launcher3.util.ComponentKey@f5d080bf=[phoneadd, search, missedcall], com.android.launcher3.util.ComponentKey@515cb72c=[VIEW_MY_DOWNLOADS], com.android.launcher3.util.ComponentKey@3e17fce5=[updates], com.android.launcher3.util.ComponentKey@3a8c61b=[compose], com.android.launcher3.util.ComponentKey@13bed5ca=[Beli, Jual, Bayar, Share], com.android.launcher3.util.ComponentKey@bb83b336=[view-bookmarks-shortcut, new-tab-shortcut, search-web-shortcut, new-secret-tab-shortcut], com.android.launcher3.util.ComponentKey@eaf76a80=[com.gojek.shortcut.com.gojek.shortcut.Y_stUdop2I5FboBasWgFvO3mtMg], com.android.launcher3.util.ComponentKey@91a61c5e=[contactadd, myprofile, contactgroup], com.android.launcher3.util.ComponentKey@967f6ac6=[search_shortcut], com.android.launcher3.util.ComponentKey@cf1e5c64=[app_shortcut_newchat, app_shortcut_my_qr, app_shortcut_notifi
11-30 15:20:27.493  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:20:27.493  2719  2795 E IptablesRestoreController: -D fw_standby_uid -m owner --uid-owner 10138 -j DROP
11-30 15:20:27.493  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:20:27.507  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:20:27.507  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:20:27.507  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:20:27.520  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:20:27.530  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:20:27.534  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:20:27.534  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:20:27.534  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:20:27.536  2985  2985 I MotionRecognitionService: Plugged
11-30 15:20:27.538  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:20:27.538  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:20:27.563 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:20:27.565  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:20:27.571 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:20:27.589  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:20:27.589  2719  2795 E IptablesRestoreController: -D fw_standby_uid -m owner --uid-owner 10138 -j DROP
11-30 15:20:27.589  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:20:27.589  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:20:27.595 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:20:27.595 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:20:27.675  2985  3070 W Choreographer: Frame time is 14.213008 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:20:27.706 16033 25597 W NetworkScheduler: Error inserting period=3429000 preferred_charging_state=1 preferred_network_type=1 target_class=com.google.android.gms.measurement.PackageMeasurementTaskService required_network_type=0 runtime=1638260426133 required_idleness_state=0 source=16 service_kind=0 target_package=com.google.android.gms persistence_level=1 source_version=214218000 last_runtime=0 user_id=0 job_id=-1 requires_charging=0 tag=Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG flex_time=1714000 task_type=0 retry_strategy={"maximum_backoff_seconds":{"3600":0},"initial_backoff_seconds":{"30":0},"retry_policy":{"0":0}}, error message: UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067)
11-30 15:20:27.706 16033 25597 W NetworkScheduler: #################################################################
11-30 15:20:27.706 16033 25597 W NetworkScheduler: Error Code : 2067 (SQLITE_CONSTRAINT_UNIQUE)
11-30 15:20:27.706 16033 25597 W NetworkScheduler: Caused By : Abort due to constraint violation.
11-30 15:20:27.706 16033 25597 W NetworkScheduler: 	(UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067))
11-30 15:20:27.706 16033 25597 W NetworkScheduler: #################################################################
11-30 15:20:27.706 16033 25597 W NetworkScheduler: [CONTEXT service_id=218 ]
11-30 15:20:27.717 16033 25597 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.autofill.events.AutofillGcmTaskService finished executing. cause:5 result: 1 elapsed_millis: 58560 uptime_millis: 58560 exec_start_elapsed_seconds: 458672 [CONTEXT service_id=218 ]
11-30 15:20:27.727 27974 27974 I CapsuleProvider_1.0.9: onCreate
11-30 15:20:27.749 27773 27922 I zygote  : Deoptimizing void com.google.protobuf.b.addAllCheckingNulls(java.lang.Iterable, java.util.List) due to JIT inline cache
11-30 15:20:27.785  2985  5081 I LocationManagerService: remove 22bebcf
11-30 15:20:27.785  2985  5081 I LocationManagerService: removeUpdates, receiver.requestedID = 22bebcf, receiver.mIdentity.mPid = 26985, receiver.mIdentity.mUid = 10098
11-30 15:20:27.787  3670  3725 D ListenerMonitor_FLP: removeListener, this package com.facebook.katana is not registered package in mListenerIdMap
11-30 15:20:27.788  2985  2996 I LocationManagerService: remove ab85465
11-30 15:20:27.788  3670  3725 E RequestManager_FLP: [LocationManagerService] Location remove 22bebcf from com.facebook.katana
11-30 15:20:27.788  2985  2996 I LocationManagerService: removeUpdates, receiver.requestedID = ab85465, receiver.mIdentity.mPid = 26985, receiver.mIdentity.mUid = 10098
11-30 15:20:27.789  3670  3725 D ListenerMonitor_FLP: removeListener, this package com.facebook.katana is not registered package in mListenerIdMap
11-30 15:20:27.789  3670  3725 E RequestManager_FLP: [LocationManagerService] Location remove ab85465 from com.facebook.katana
11-30 15:20:27.790  2985  2996 I LocationManagerService: remove e2575eb
11-30 15:20:27.790  2985  2996 I LocationManagerService: removeUpdates, receiver.requestedID = e2575eb, receiver.mIdentity.mPid = 26985, receiver.mIdentity.mUid = 10098
11-30 15:20:27.791  3670  3725 D ListenerMonitor_FLP: removeListener, this package com.facebook.katana is not registered package in mListenerIdMap
11-30 15:20:27.791  3670  3725 E RequestManager_FLP: [LocationManagerService] Location remove e2575eb from com.facebook.katana
11-30 15:20:27.825  2985  5092 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.googlequicksearchbox user:150
11-30 15:20:27.827  2985  5092 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:20:27.827  2985  5092 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.googlequicksearchbox user:150
11-30 15:20:27.829  2985  5092 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:20:27.845 28025 28025 I Zygote  : Unshare entire /
11-30 15:20:27.854  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:27.854  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:27.854  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:27.855 28025 28025 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:20:27.855 28025 28025 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:20:27.855 28025 28025 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:20:27.855 28025 28025 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:20:27.856 28025 28025 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:20:27.856 28025 28025 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:20:27.860 28025 28025 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:20:27.866 28025 28025 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:20:27.866 28025 28025 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:20:27.868 28025 28025 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:20:27.869 28025 28025 I SELinux : SELinux: seapp_context_lookup: seinfo=apm, level=s0:c662,c768, pkgname=com.google.android.googlequicksearchbox:interactor 
11-30 15:20:27.881 27773 27911 I ModelDownloadController: Hotword models associated with downloaded MDD filegroups: [hotword_model_en-US_okhey], pending groups: []
11-30 15:20:27.882 27773 27957 I ModelDownloadController: Skipping MDD query because model was already downloaded for locale
11-30 15:20:27.884 27773 27804 I zygote  : Deoptimizing void com.google.protobuf.dw.W(java.lang.Object, com.google.protobuf.ao) due to JIT inline cache
11-30 15:20:27.891 27773 27885 W SearchServiceCore: Abort, client detached.
11-30 15:20:27.907 27773 27926 I A       : Building OnDeviceNameResolver: 3 endpoints.
11-30 15:20:27.911  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010078 ,Container id: 150
11-30 15:20:27.911  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010078 ,Container id: 150
11-30 15:20:27.911  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:20:27.912  2985  5081 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:20:27.915  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010078 ,Container id: 150
11-30 15:20:27.915  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010078 ,Container id: 150
11-30 15:20:27.915  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:20:27.915  2985  5081 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:20:27.918 28025 28025 D ActivityThread: Added TimaKeyStore provider
11-30 15:20:27.948 28025 28025 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010078
11-30 15:20:27.949 28025 28025 D Proxy   : mdoP is null: 15010078
11-30 15:20:27.974 27773 27826 I MicroModelsUtil: #getHotwordModelFromMobstore [mobstoreUri: android://com.google.android.googlequicksearchbox/files/datadownload/shared/public/datadownloadfile_1602675615535]
11-30 15:20:28.027 27974 28030 I s       : updateMissedCallNotification 1
11-30 15:20:28.060 27773 27891 I MicroDataManager: MicroDataManager InitializationTask. googleHotwordData is null: true, hotwordModel is null: false , sourceLocationOfCurrentHotwordModel https://www.gstatic.com/android-search/hotword/x_google/7db96c566dbd33b2218d5799ec330d22/hotword.data
11-30 15:20:28.067  2985  3070 W Choreographer: Frame time is 6.838694 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:20:28.073 27475 27475 D ViewRootImpl@7a43a95[Toast]: dispatchDetachedFromWindow
11-30 15:20:28.074 27475 27475 D InputEventReceiver: channel '9e5e96e Toast (client)' ~ Disposing input event receiver.
11-30 15:20:28.074 27475 27475 D InputEventReceiver: channel '9e5e96e Toast (client)' ~NativeInputEventReceiver.
11-30 15:20:28.082 27773 27885 I MicroDetectionState: Should stop hotword detection immediately - true
11-30 15:20:28.146  2615  2676 I SurfaceFlinger: id=7127 Removed Toast[27475]#0 (4/6)
11-30 15:20:28.146  2615  2676 I SurfaceFlinger: id=7127 Removed Toast[27475]#0 (-2/6)
11-30 15:20:28.150  2985  2985 D InputTransport: Input channel destroyed: fd=289
11-30 15:20:28.158  2615  2615 I Layer   : id=7127 onRemoved Toast[27475]#0 
11-30 15:20:28.169 27475 27475 D InputTransport: Input channel destroyed: fd=57
11-30 15:20:28.216 27974 28021 D RCS-ContactsCapabilityManager: initialized start
11-30 15:20:28.216 27974 28021 I RCS-CapabilityFactory: create imsServiceCarrier : 
11-30 15:20:28.317 27974 28021 D RCS-ContactsCapabilityManager: initialized end
11-30 15:20:28.319 27974 28047 I RCS-CapabilityCommon: CapabilityManagerTask doInBackground
11-30 15:20:28.329  2985  3070 W Choreographer: Frame time is 12.03463 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:20:28.385 16033 16043 I zygote  : Background concurrent copying GC freed 216950(10MB) AllocSpace objects, 47(3MB) LOS objects, 49% free, 13MB/27MB, paused 229us total 628.660ms
11-30 15:20:28.431  8707  8707 D SharedPreferencesImpl: Time required to fsync /data/user/0/net.cashpop.id/shared_prefs/net.cashpop.id.epref.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 2, <32: 2, <64: 1, <128: 1, <256: 1, <512: 1, <1024: 1, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:20:28.461 27974 28047 D CapabilityManager[0] this: com.sec.ims.options.CapabilityManager@7a43a95: Connecting to CapabilityDiscoveryService...
11-30 15:20:28.462 27773 27863 I cr_CronetLibraryLoader: Cronet version: 96.0.4664.17, arch: armv8l
11-30 15:20:28.508  2985  5093 D KnoxMUMContainerPolicy: isSettingsOptionEnabledInternal for personaId=150; option=option_callerinfo
11-30 15:20:28.511  2985  5093 D KnoxMUMContainerPolicy: isSettingsOptionEnabledInternal: Return result: true
11-30 15:20:28.514  2985  5093 I PersonaManagerService: getKnoxIcon packageName = com.samsung.knox.securefolder, className = null, userId = 150
11-30 15:20:28.516  2985  5093 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_IMAGE_NAME : null
11-30 15:20:28.516  2985  5093 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:20:28.549  2985  2996 D ActivityManager: The following uid has registered to recieve broadcast for proxy related updates 15010078
11-30 15:20:28.567  2985  2985 D KnoxVpnEngineService: Vpn Receiver : com.samsung.android.knox.intent.action.VPN_PROXY_BROADCAST_INTERNAL
11-30 15:20:28.568  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:20:28.589  2985  5093 I ApplicationPackageManager: load=com.samsung.knox.securefolder, bg=144-144, dr=144-144, forDefault=false, density=0
11-30 15:20:28.589  2985  5093 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:20:28.591  2985  5093 I ApplicationPackageManager: scaled rate=0.59999996, size=144, alpha=0, hold=0
11-30 15:20:28.591  2985  5093 I ApplicationPackageManager: load=com.samsung.knox.securefolder-theme2, bg=144-144, dr=144-144, tarScale=0.59999996, relScale=0.59999996, mask=false
11-30 15:20:28.601 27974 27974 D CapabilityManager[0] this: com.sec.ims.options.CapabilityManager@7a43a95: Connected to CapabilityDiscoveryService.
11-30 15:20:28.602 27974 27974 I RCS-CapabilityCommon: onConnected
11-30 15:20:28.602 27974 27974 I RCS-CapabilityCommon: runPendingCapability mIsCapabilityManagerConnected : true, mIsRegisteredListener : false
11-30 15:20:28.602 27974 27974 I RCS-CapabilityCommon: CapabilityManagerTask onPostExecute
11-30 15:20:28.603 27974 27974 D CapabilityManager[0] this: com.sec.ims.options.CapabilityManager@7a43a95: registerListener: listener = com.samsung.contacts.ims.b.c$3@3e7ff38
11-30 15:20:28.613  2985  5093 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:20:28.620  3775  3786 D CapabilityDiscModule: mAvailablePhoneId : 0
11-30 15:20:28.625  3775  3786 D CapabilityDiscModule<0>: registerListener: com.sec.ims.options.ICapabilityServiceEventListener$Stub$Proxy@7c4bb
11-30 15:20:28.631  2985  5093 D PersonaManagerService: securefolder Secure Folder
11-30 15:20:28.640 27974 27974 I RCS-CapabilityCommon: runPendingCapability mIsCapabilityManagerConnected : true, mIsRegisteredListener : true
11-30 15:20:28.640 27974 27974 D CapabilityListener: onOwnCapabilitiesChanged: listener = com.samsung.contacts.ims.b.c$3@3e7ff38
11-30 15:20:28.648 27886 27912 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:20:28.657 27773 27863 W CronetNetworkRqstWrppr: Upload request without a content type.
11-30 15:20:28.667 27773 27863 I zygote  : Deoptimizing boolean com.google.common.b.qa.contains(java.lang.Object) due to JIT inline cache
11-30 15:20:28.716 16067 25547 I Checkin : [EventLogChimeraService] Opted in for usage reporting: false
11-30 15:20:28.719 16067 25547 I Checkin : [EventLogChimeraService] Aggregate from 1638258578485 (log), 1638258578485 (data)
11-30 15:20:28.743 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(334) data(3908) accounts({vnd.sec.contact.phone (1)=155, com.whatsapp (23)=210, com.google (19)=204, com.osp.app.signin (24)=4, vnd.sec.contact.sim2 (3)=14, org.telegram.messenger (36)=127}) accounts deleted({com.google (19)=1}) calls([logtype:100 cnt:500, logtype:300 cnt:500]) countryIso(ID) userId(0)  ]

11-30 15:20:28.743 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ agr({[1 ,1 ,23]=1, [23 ,3 ,36 ,19]=1, [1 ,1 ,36 ,23]=1, [1 ,24 ,23]=1, [19 ,23 ,23 ,36 ,36]=1, [1 ,1 ,1]=1, [19 ,19 ,19 ,1 ,23 ,24 ,36]=1, [19]=10, [19 ,19 ,1]=1, [19 ,1 ,36 ,23]=1, [19 ,36]=4, [1 ,36]=1, [36 ,19 ,23 ,36]=2, [19 ,1 ,23 ,23 ,23]=1, [19 ,1 ,23 ,36 ,36]=1, [19 ,1 ,23 ,36]=9, [1 ,23 ,36 ,36]=1, [1 ,23 ,36]=12, [19 ,23 ,36 ,23]=1, [19 ,36 ,23]=2, [19 ,23 ,36]=68, [3]=10, [1]=72, [19 ,1 ,23 ,24]=1, [1 ,23 ,24 ,36]=1, [19 ,1 ,23]=8, [19 ,1 ,23 ,36 ,23]=1, [19 ,23]=67, [20 ,23]=1, [23 ,3]=1, [36]=12, [1 ,23]=17, [19 ,1]=19, [19 ,23 ,23]=1, [23 ,3 ,36]=2})  ]

11-30 15:20:28.743 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({com.samsung.android.contacts(27974)=8, com.samsung.android.incallui(26238)=3, android.process.acore(15069)=3, system(2985)=3})  ]

11-30 15:20:28.743 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(1) data(3) accounts({vnd.sec.contact.phone (1)=1})  ]

11-30 15:20:28.743 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(1) data(24) accounts({vnd.sec.contact.phone (1)=1})  ]
11-30 15:20:28.758 27773 28045 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
11-30 15:20:28.788 27974 28030 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd0ad3b10, isMutable: 1, colorType: 4, alphaType: 2, width: 120, height: 120, rowBytes: 480, density: 480
11-30 15:20:28.789 27974 28030 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd0ad3b10, isMutable: 1, colorType: 4, alphaType: 2, width: 120, height: 120, rowBytes: 480, density: 480
11-30 15:20:28.789 27974 28030 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd0ad39f0, isMutable: 1, colorType: 4, alphaType: 2, width: 120, height: 120, rowBytes: 480, density: 480
11-30 15:20:28.789 27974 28030 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd0ad39f0, isMutable: 1, colorType: 4, alphaType: 2, width: 120, height: 120, rowBytes: 480, density: 480
11-30 15:20:28.807  2985  5081 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.samsung.android.contacts,userId = 0
11-30 15:20:28.810  2985  5081 D API test: getContainerInfo: value is 150,1359085664
11-30 15:20:28.812  2985  5081 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.samsung.android.contacts,userId = 0
11-30 15:20:28.812  2985  5081 D API test: getContainerInfo: value is 150,1359085664
11-30 15:20:28.854  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:28.854  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:28.854  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:28.874 27886 27912 I zygote  : WaitForGcToComplete blocked ProfileSaver on AddRemoveAppImageSpace for 226.417ms
11-30 15:20:28.888 27974 28030 D s       : sendMissedCallLogID()... 
11-30 15:20:28.893  2985  2985 E SensorManager: sensor or listener is null
11-30 15:20:28.900  2985  5081 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0x9fd7f2c0, isMutable: 1, colorType: 4, alphaType: 2, width: 120, height: 120, rowBytes: 480, density: 480
11-30 15:20:28.901  2985  5081 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0x9fd7f2c0, isMutable: 1, colorType: 4, alphaType: 2, width: 120, height: 120, rowBytes: 480, density: 480
11-30 15:20:28.902  2985  5081 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0x9fd7f1a0, isMutable: 1, colorType: 4, alphaType: 2, width: 120, height: 120, rowBytes: 480, density: 480
11-30 15:20:28.902  2985  5081 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0x9fd7f1a0, isMutable: 1, colorType: 4, alphaType: 2, width: 120, height: 120, rowBytes: 480, density: 480
11-30 15:20:28.903  2985  2996 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd1a2d2c0, isMutable: 1, colorType: 4, alphaType: 2, width: 120, height: 120, rowBytes: 480, density: 480
11-30 15:20:28.903  2985  2996 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd1a2d2c0, isMutable: 1, colorType: 4, alphaType: 2, width: 120, height: 120, rowBytes: 480, density: 480
11-30 15:20:28.904  2985  2996 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd1a2d1a0, isMutable: 1, colorType: 4, alphaType: 2, width: 120, height: 120, rowBytes: 480, density: 480
11-30 15:20:28.904  2985  2996 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd1a2d1a0, isMutable: 1, colorType: 4, alphaType: 2, width: 120, height: 120, rowBytes: 480, density: 480
11-30 15:20:28.904  3510  3510 D StatusBar: addNotification key=0|com.samsung.android.contacts|2131951665|MissedCallNotifier|10004 fullscreen:false
11-30 15:20:28.907  2985  2996 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd1a2d2c0, isMutable: 1, colorType: 4, alphaType: 2, width: 120, height: 120, rowBytes: 480, density: 480
11-30 15:20:28.908  2985  2996 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd1a2d2c0, isMutable: 1, colorType: 4, alphaType: 2, width: 120, height: 120, rowBytes: 480, density: 480
11-30 15:20:28.909  2985  2996 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd1a2d1a0, isMutable: 1, colorType: 4, alphaType: 2, width: 120, height: 120, rowBytes: 480, density: 480
11-30 15:20:28.909  2985  2996 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd1a2d1a0, isMutable: 1, colorType: 4, alphaType: 2, width: 120, height: 120, rowBytes: 480, density: 480
11-30 15:20:28.910  2985  2996 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd1a2d2c0, isMutable: 1, colorType: 4, alphaType: 2, width: 120, height: 120, rowBytes: 480, density: 480
11-30 15:20:28.911  2985  2996 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd1a2d2c0, isMutable: 1, colorType: 4, alphaType: 2, width: 120, height: 120, rowBytes: 480, density: 480
11-30 15:20:28.911  2985  2996 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd1a2d1a0, isMutable: 1, colorType: 4, alphaType: 2, width: 120, height: 120, rowBytes: 480, density: 480
11-30 15:20:28.911  2985  2996 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd1a2d1a0, isMutable: 1, colorType: 4, alphaType: 2, width: 120, height: 120, rowBytes: 480, density: 480
11-30 15:20:28.913  2985  2996 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd1a2d2c0, isMutable: 1, colorType: 4, alphaType: 2, width: 120, height: 120, rowBytes: 480, density: 480
11-30 15:20:28.913  2985  2996 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd1a2d2c0, isMutable: 1, colorType: 4, alphaType: 2, width: 120, height: 120, rowBytes: 480, density: 480
11-30 15:20:28.914  2985  2996 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd1a2d1a0, isMutable: 1, colorType: 4, alphaType: 2, width: 120, height: 120, rowBytes: 480, density: 480
11-30 15:20:28.914  2985  2996 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd1a2d1a0, isMutable: 1, colorType: 4, alphaType: 2, width: 120, height: 120, rowBytes: 480, density: 480
11-30 15:20:28.953  2985  2996 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:20:28.953  2985  2996 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:20:29.000 18545 18545 I NotificationService: Catched notification: MyNotification{id=null, received=Tue Nov 30 15:20:28 GMT+07:00 2021, removed=null, pack='com.samsung.android.contacts', title='Missed call', text='Info Pelanggan', trash=false, lastOccurred=Tue Nov 30 15:20:28 GMT+07:00 2021, appName='Contacts', notificationType=NOTIFICATION, myIcon=MyIcon{pack='com.samsung.android.contacts', created=Tue Nov 30 15:20:28 GMT+07:00 2021, lastUpdated=Tue Nov 30 15:20:28 GMT+07:00 2021}}
11-30 15:20:29.004  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010078 ,Container id: 150
11-30 15:20:29.004  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010078 ,Container id: 150
11-30 15:20:29.004  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:20:29.005  2985  2996 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:20:29.023 18545 18545 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:20:29.027  2985  5081 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:20:29.027  2985  5081 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:20:29.040  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010078 ,Container id: 150
11-30 15:20:29.041  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010078 ,Container id: 150
11-30 15:20:29.041  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:20:29.041  2985  5081 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:20:29.144 28025 28025 I MultiDex: VM with version 2.1.0 has multidex support
11-30 15:20:29.144 28025 28025 I MultiDex: install
11-30 15:20:29.144 28025 28025 I MultiDex: VM has multidex support, MultiDex support library is disabled.
11-30 15:20:29.180 26985 27378 W zygote  : Verification of void com.facebook.battery.instrumentation.BatteryMetricsController.A00() took 305.708ms
11-30 15:20:29.180 26985 27378 W zygote  : Class com.facebook.battery.instrumentation.BatteryMetricsController failed lock verification and will run slower.
11-30 15:20:29.180 26985 27378 W zygote  : Common causes for lock verification issues are non-optimized dex code
11-30 15:20:29.180 26985 27378 W zygote  : and incorrect proguard optimizations.
11-30 15:20:29.286  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:20:29.360 16067 16541 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.google.android.gms/shared_prefs/AppDataSearch-main-config.xml: [<1: 0, <2: 0, <4: 0, <8: 11, <16: 47, <32: 65, <64: 34, <128: 7, <256: 5, <512: 3, <1024: 3, <2048: 0, <4096: 0, <8192: 3, <16384: 0, >=16384: 0]
11-30 15:20:29.386  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:20:29.387  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:20:29.387 26930 27511 D ConnectivityManager: requestNetwork; CallingUid : 10161, CallingPid : 26930
11-30 15:20:29.392  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.392  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.392  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.392  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.392  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.392  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.392  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.392  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.392  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.392  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.392  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.392  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.393  2985  3171 D WIFI_UT : got request NetworkRequest [ TRACK_DEFAULT id=5244, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:20:29.393  2985  3171 D WIFI_UT :   my score=2147483647, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:20:29.393  2985  3171 D WIFI_UT : evalRequest
11-30 15:20:29.393  2985  3171 D WIFI_UT :   needNetworkFor
11-30 15:20:29.393  2985  3453 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=5244, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:20:29.393  2985  3219 D WIFI_P2P: got request NetworkRequest [ TRACK_DEFAULT id=5244, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:20:29.393  2985  3219 D WIFI_P2P:   my score=60, my filter=[ Transports: WIFI Capabilities: WIFI_P2P&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:20:29.393  2985  3453 D Ethernet:   my score=-1, my filter=[ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps]
11-30 15:20:29.393  2985  3219 D WIFI_P2P: evalRequest
11-30 15:20:29.393  2985  3453 D Ethernet: evalRequest
11-30 15:20:29.393  2985  3219 D WIFI_P2P:   done
11-30 15:20:29.393  2985  3453 D Ethernet:   done
11-30 15:20:29.394  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.394  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.394  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.394  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.394  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.394  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.406  3470  3470 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=5244, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:20:29.406  3470  3470 D PhoneSwitcherNetworkRequstListener:   my score=101, my filter=[ Transports: CELLULAR Capabilities: MMS&SUPL&DUN&FOTA&IMS&CBS&IA&RCS&XCAP&EIMS&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&ENT1&FOC Specifier: <android.net.MatchAllNetworkSpecifier@0>]
11-30 15:20:29.406  3470  3470 D PhoneSwitcherNetworkRequstListener: evalRequest
11-30 15:20:29.407  3470  3470 D PhoneSwitcherNetworkRequstListener:   needNetworkFor
11-30 15:20:29.413  2985  3171 D WIFI    : got request NetworkRequest [ TRACK_DEFAULT id=5244, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:20:29.413  2985  3171 D WIFI    :   my score=60, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:20:29.413  2985  3171 D WIFI    : evalRequest
11-30 15:20:29.413  2985  3171 D WIFI    :   needNetworkFor
11-30 15:20:29.444 18545 18545 D WhatsappImageHandler: whatsapp monitoring is enabled: true
11-30 15:20:29.459 18545 18545 D WhatsappAudioHandler: whatsapp monitoring is enabled: true
11-30 15:20:29.459 18545 18545 D WhatsappVideoHandler: whatsapp monitoring is enabled: true
11-30 15:20:29.619  2602  2602 D SEC LightsHAL: led_blink : 0xff00ff00 500 5000
11-30 15:20:29.619  2602  2602 D SEC LightsHAL:  +
11-30 15:20:29.619  2602  2602 D SEC LightsHAL: led_blink : 0xff00ff00 500 5000
11-30 15:20:29.619  2602  2602 D SEC LightsHAL:  -
11-30 15:20:29.675 27773 27863 D ConnectivityManager: requestNetwork; CallingUid : 15010078, CallingPid : 27773
11-30 15:20:29.678  2985  5081 D ConnectivityManager: enforceChangePermission: calling uid (15010078)
11-30 15:20:29.679  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.679  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.680  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.680  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.680  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.680  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.680  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.680  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.680  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.680  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.680  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.680  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.680  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.680  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.680  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.680  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.680  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.680  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.711  2985  3171 D WIFI_UT : got request NetworkRequest [ REQUEST id=5245, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 0
11-30 15:20:29.711  2985  3453 D Ethernet: got request NetworkRequest [ REQUEST id=5245, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 0
11-30 15:20:29.711  2985  3219 D WIFI_P2P: got request NetworkRequest [ REQUEST id=5245, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 0
11-30 15:20:29.711  2985  3171 D WIFI_UT :   my score=2147483647, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:20:29.711  2985  3453 D Ethernet:   my score=-1, my filter=[ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps]
11-30 15:20:29.711  2985  3171 D WIFI_UT : evalRequest
11-30 15:20:29.711  2985  3219 D WIFI_P2P:   my score=60, my filter=[ Transports: WIFI Capabilities: WIFI_P2P&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:20:29.711  2985  3453 D Ethernet: evalRequest
11-30 15:20:29.711  2985  3171 D WIFI_UT :   done
11-30 15:20:29.711  2985  3219 D WIFI_P2P: evalRequest
11-30 15:20:29.712  2985  3453 D Ethernet:   done
11-30 15:20:29.712  2985  3219 D WIFI_P2P:   done
11-30 15:20:29.712  2985  3171 D WIFI    : got request NetworkRequest [ REQUEST id=5245, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 0
11-30 15:20:29.712  2985  3171 D WIFI    :   my score=60, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:20:29.712  2985  3171 D WIFI    : evalRequest
11-30 15:20:29.712  2985  3171 D WIFI    :   done
11-30 15:20:29.712  3470  3470 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ REQUEST id=5245, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 0
11-30 15:20:29.712  3470  3470 D PhoneSwitcherNetworkRequstListener:   my score=101, my filter=[ Transports: CELLULAR Capabilities: MMS&SUPL&DUN&FOTA&IMS&CBS&IA&RCS&XCAP&EIMS&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&ENT1&FOC Specifier: <android.net.MatchAllNetworkSpecifier@0>]
11-30 15:20:29.712  3470  3470 D PhoneSwitcherNetworkRequstListener: evalRequest
11-30 15:20:29.712  3470  3470 D PhoneSwitcherNetworkRequstListener:   needNetworkFor
11-30 15:20:29.732 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:29.735  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:29.735  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:29.735  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:29.737  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:29.738  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=532488 arg1=15010078 target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:29.738 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:29.739  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:29.739  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:29.739  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:29.739  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:29.740 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:29.740  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:29.741  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:29.741  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:29.741  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:29.742 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:29.742  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:29.742  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:29.743  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:29.743  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:29.743 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:29.744  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:29.744  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:29.744  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:29.744  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:29.745 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:29.745  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:29.746  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:29.746  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:29.746  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:29.747 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:29.747  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:29.747  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:29.748  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:29.748  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:29.748 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:29.749  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:29.749  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:29.749  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:29.749  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:29.750 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:29.750  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:29.751  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:29.751  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:29.751  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:29.752 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:29.752  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:29.753  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:29.753  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:29.753  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:29.753 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:29.754  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:29.754  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:29.754  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:29.754  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:29.755 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:29.756  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:29.756  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:29.756  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:29.756  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:29.757 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:29.758  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:29.758  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:29.758  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:29.758  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:29.759 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:29.759  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:29.760  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:29.760  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:29.760  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:29.760 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:29.761  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:29.761  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:29.761  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:29.761  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:29.762 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:29.763  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:29.763  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:29.763  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:29.763  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:29.764 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:29.765  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:29.766  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:29.766  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:29.766  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:29.767 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:29.767  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:29.768  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:29.768  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:29.768  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:29.769 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:29.769  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:29.770  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:29.770  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:29.770  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:29.771 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:29.771  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:29.772  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:29.772  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:29.772  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:29.773 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:29.773  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:29.773  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:29.773  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:29.773  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:29.774 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:29.775  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:29.775  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:29.775  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:29.775  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:29.776 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:29.776  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:29.777  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:29.777  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:29.777  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:29.778 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:29.778  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:29.778  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:29.779  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:29.779  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:29.826 26841 27761 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139] 2 tasks running slow
11-30 15:20:29.826 26841 27761 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139:Task=156906651]Slow task still running after 18s. fetchRootStableId(request=# com.google.apps.drive.dataservice.GetStableIdRequest@4b1bec5a){account=70577139, submitTimeMs=458715470, startTimeMs=458715470, waitTimeMs=0, not completed, timedOut}
11-30 15:20:29.826 26841 27761 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139:Task=91207652]Slow task still running after 18s. getObserverManager(){account=70577139, submitTimeMs=458715470, not started, timedOut}
11-30 15:20:29.827  3470  3470 D PhoneApp: PhoneAppBroadcastReceiver onReceive android.intent.action.ANY_DATA_STATE
11-30 15:20:29.828 26841 27763 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139] 2 tasks running slow
11-30 15:20:29.828 26841 27763 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139:Task=38916152]Slow task still running after 17s. generateResourceIds(request=# com.google.apps.drive.dataservice.GenerateIdsRequest@1aa72dd){account=70577139, submitTimeMs=458715939, startTimeMs=458715939, waitTimeMs=0, not completed, timedOut}
11-30 15:20:29.828 26841 27763 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139:Task=150008909]Slow task still running after 17s. getStableId(request=# com.google.apps.drive.dataservice.GetStableIdRequest@4b1bec5a){account=70577139, submitTimeMs=458715939, startTimeMs=458715939, waitTimeMs=0, not completed, timedOut}
11-30 15:20:29.836  3470  3470 D NetworkUIGlobals: PhoneAppBroadcastReceiver onReceive android.intent.action.ANY_DATA_STATE
11-30 15:20:29.841  3470  3470 D ReflectUtil: getPhoneId is called
11-30 15:20:29.841  3470  3470 D NetworkUIGlobals: mReceiver: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED
11-30 15:20:29.841  3470  3470 D NetworkUIGlobals: - state: DISCONNECTED apnType= xcap
11-30 15:20:29.841  3470  3470 D NetworkUIGlobals: - reason: dataEnabled
11-30 15:20:29.841  3470  3470 D NetworkUIGlobals: - subId: 3
11-30 15:20:29.841  3470  3470 D NetworkUIGlobals: - phoneId: 1
11-30 15:20:29.845  3470  3470 I NetworkProxy: getPhoneCount : 2
11-30 15:20:29.845  3470  3470 I NetworkProxy: isValidPhoneId : true
11-30 15:20:29.845  3470  3470 D NetworkUIGlobals: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED : not default APN
11-30 15:20:29.846  3470  3470 D PhoneApp: PhoneAppBroadcastReceiver onReceive android.intent.action.ANY_DATA_STATE
11-30 15:20:29.847  3470  3470 D NetworkUIGlobals: PhoneAppBroadcastReceiver onReceive android.intent.action.ANY_DATA_STATE
11-30 15:20:29.847  3470  3470 D ReflectUtil: getPhoneId is called
11-30 15:20:29.847  3470  3470 D NetworkUIGlobals: mReceiver: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED
11-30 15:20:29.847  3470  3470 D NetworkUIGlobals: - state: DISCONNECTED apnType= fota
11-30 15:20:29.847  3470  3470 D NetworkUIGlobals: - reason: dataEnabled
11-30 15:20:29.847  3470  3470 D NetworkUIGlobals: - subId: 3
11-30 15:20:29.847  3470  3470 D NetworkUIGlobals: - phoneId: 1
11-30 15:20:29.847  3470  3470 I NetworkProxy: getPhoneCount : 2
11-30 15:20:29.847  3470  3470 I NetworkProxy: isValidPhoneId : true
11-30 15:20:29.847  3470  3470 D NetworkUIGlobals: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED : not default APN
11-30 15:20:29.848  3470  3470 D PhoneApp: PhoneAppBroadcastReceiver onReceive android.intent.action.ANY_DATA_STATE
11-30 15:20:29.848  3470  3470 D NetworkUIGlobals: PhoneAppBroadcastReceiver onReceive android.intent.action.ANY_DATA_STATE
11-30 15:20:29.848  3470  3470 D ReflectUtil: getPhoneId is called
11-30 15:20:29.848  3470  3470 D NetworkUIGlobals: mReceiver: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED
11-30 15:20:29.848  3470  3470 D NetworkUIGlobals: - state: DISCONNECTED apnType= supl
11-30 15:20:29.848  3470  3470 D NetworkUIGlobals: - reason: dataEnabled
11-30 15:20:29.848  3470  3470 D NetworkUIGlobals: - subId: 3
11-30 15:20:29.848  3470  3470 D NetworkUIGlobals: - phoneId: 1
11-30 15:20:29.848  3470  3470 I NetworkProxy: getPhoneCount : 2
11-30 15:20:29.849  3470  3470 I NetworkProxy: isValidPhoneId : true
11-30 15:20:29.849  3470  3470 D NetworkUIGlobals: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED : not default APN
11-30 15:20:29.849  3470  3470 D PhoneApp: PhoneAppBroadcastReceiver onReceive android.intent.action.ANY_DATA_STATE
11-30 15:20:29.849  3470  3470 D NetworkUIGlobals: PhoneAppBroadcastReceiver onReceive android.intent.action.ANY_DATA_STATE
11-30 15:20:29.849  3470  3470 D ReflectUtil: getPhoneId is called
11-30 15:20:29.850  3470  3470 D NetworkUIGlobals: mReceiver: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED
11-30 15:20:29.850  3470  3470 D NetworkUIGlobals: - state: DISCONNECTED apnType= bip
11-30 15:20:29.850  3470  3470 D NetworkUIGlobals: - reason: dataEnabled
11-30 15:20:29.850  3470  3470 D NetworkUIGlobals: - subId: 3
11-30 15:20:29.850  3470  3470 D NetworkUIGlobals: - phoneId: 1
11-30 15:20:29.850  3470  3470 I NetworkProxy: getPhoneCount : 2
11-30 15:20:29.850  3470  3470 I NetworkProxy: isValidPhoneId : true
11-30 15:20:29.850  3470  3470 D NetworkUIGlobals: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED : not default APN
11-30 15:20:29.850  3470  3470 D PhoneApp: PhoneAppBroadcastReceiver onReceive android.intent.action.ANY_DATA_STATE
11-30 15:20:29.850  3470  3470 D NetworkUIGlobals: PhoneAppBroadcastReceiver onReceive android.intent.action.ANY_DATA_STATE
11-30 15:20:29.851  3470  3470 D ReflectUtil: getPhoneId is called
11-30 15:20:29.851  3470  3470 D NetworkUIGlobals: mReceiver: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED
11-30 15:20:29.851  3470  3470 D NetworkUIGlobals: - state: DISCONNECTED apnType= emergency
11-30 15:20:29.851  3470  3470 D NetworkUIGlobals: - reason: dataEnabled
11-30 15:20:29.851  3470  3470 D NetworkUIGlobals: - subId: 3
11-30 15:20:29.851  3470  3470 D NetworkUIGlobals: - phoneId: 1
11-30 15:20:29.851  3470  3470 I NetworkProxy: getPhoneCount : 2
11-30 15:20:29.851  3470  3470 I NetworkProxy: isValidPhoneId : true
11-30 15:20:29.851  3470  3470 D NetworkUIGlobals: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED : not default APN
11-30 15:20:29.851  3470  3470 D PhoneApp: PhoneAppBroadcastReceiver onReceive android.intent.action.ANY_DATA_STATE
11-30 15:20:29.851  3470  3470 D NetworkUIGlobals: PhoneAppBroadcastReceiver onReceive android.intent.action.ANY_DATA_STATE
11-30 15:20:29.852  3470  3470 D ReflectUtil: getPhoneId is called
11-30 15:20:29.852  3470  3470 D NetworkUIGlobals: mReceiver: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED
11-30 15:20:29.852  3470  3470 D NetworkUIGlobals: - state: DISCONNECTED apnType= ent1
11-30 15:20:29.852  3470  3470 D NetworkUIGlobals: - reason: dataEnabled
11-30 15:20:29.852  3470  3470 D NetworkUIGlobals: - subId: 3
11-30 15:20:29.852  3470  3470 D NetworkUIGlobals: - phoneId: 1
11-30 15:20:29.852  3470  3470 I NetworkProxy: getPhoneCount : 2
11-30 15:20:29.852  3470  3470 I NetworkProxy: isValidPhoneId : true
11-30 15:20:29.852  3470  3470 D NetworkUIGlobals: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED : not default APN
11-30 15:20:29.852  3470  3470 D PhoneApp: PhoneAppBroadcastReceiver onReceive android.intent.action.ANY_DATA_STATE
11-30 15:20:29.852  3470  3470 D NetworkUIGlobals: PhoneAppBroadcastReceiver onReceive android.intent.action.ANY_DATA_STATE
11-30 15:20:29.853  3470  3470 D ReflectUtil: getPhoneId is called
11-30 15:20:29.853  3470  3470 D NetworkUIGlobals: mReceiver: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED
11-30 15:20:29.853  3470  3470 D NetworkUIGlobals: - state: DISCONNECTED apnType= hipri
11-30 15:20:29.853  3470  3470 D NetworkUIGlobals: - reason: dataEnabled
11-30 15:20:29.853  3470  3470 D NetworkUIGlobals: - subId: 3
11-30 15:20:29.853  3470  3470 D NetworkUIGlobals: - phoneId: 1
11-30 15:20:29.853  3470  3470 I NetworkProxy: getPhoneCount : 2
11-30 15:20:29.853  3470  3470 I NetworkProxy: isValidPhoneId : true
11-30 15:20:29.853  3470  3470 D NetworkUIGlobals: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED : not default APN
11-30 15:20:29.853  3470  3470 D PhoneApp: PhoneAppBroadcastReceiver onReceive android.intent.action.ANY_DATA_STATE
11-30 15:20:29.853  3470  3470 D NetworkUIGlobals: PhoneAppBroadcastReceiver onReceive android.intent.action.ANY_DATA_STATE
11-30 15:20:29.853  3470  3470 D ReflectUtil: getPhoneId is called
11-30 15:20:29.853  3470  3470 D NetworkUIGlobals: mReceiver: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED
11-30 15:20:29.853  3470  3470 D NetworkUIGlobals: - state: DISCONNECTED apnType= ims
11-30 15:20:29.854  3470  3470 D NetworkUIGlobals: - reason: dataEnabled
11-30 15:20:29.854  3470  3470 D NetworkUIGlobals: - subId: 3
11-30 15:20:29.854  3470  3470 D NetworkUIGlobals: - phoneId: 1
11-30 15:20:29.854  3470  3470 I NetworkProxy: getPhoneCount : 2
11-30 15:20:29.854  3470  3470 I NetworkProxy: isValidPhoneId : true
11-30 15:20:29.854  3470  3470 D NetworkUIGlobals: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED : not default APN
11-30 15:20:29.854  3470  3470 D PhoneApp: PhoneAppBroadcastReceiver onReceive android.intent.action.ANY_DATA_STATE
11-30 15:20:29.854  3470  3470 D NetworkUIGlobals: PhoneAppBroadcastReceiver onReceive android.intent.action.ANY_DATA_STATE
11-30 15:20:29.854  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:29.854  3470  3470 D ReflectUtil: getPhoneId is called
11-30 15:20:29.854  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:29.854  3470  3470 D NetworkUIGlobals: mReceiver: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED
11-30 15:20:29.854  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:29.854  3470  3470 D NetworkUIGlobals: - state: DISCONNECTED apnType= mms
11-30 15:20:29.854  3470  3470 D NetworkUIGlobals: - reason: dataEnabled
11-30 15:20:29.854  3470  3470 D NetworkUIGlobals: - subId: 3
11-30 15:20:29.854  3470  3470 D NetworkUIGlobals: - phoneId: 1
11-30 15:20:29.854  3470  3470 I NetworkProxy: getPhoneCount : 2
11-30 15:20:29.855  3470  3470 I NetworkProxy: isValidPhoneId : true
11-30 15:20:29.855  3470  3470 D NetworkUIGlobals: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED : not default APN
11-30 15:20:29.855  3470  3470 D PhoneApp: PhoneAppBroadcastReceiver onReceive android.intent.action.ANY_DATA_STATE
11-30 15:20:29.855  3470  3470 D NetworkUIGlobals: PhoneAppBroadcastReceiver onReceive android.intent.action.ANY_DATA_STATE
11-30 15:20:29.855  3470  3470 D ReflectUtil: getPhoneId is called
11-30 15:20:29.855  3470  3470 D NetworkUIGlobals: mReceiver: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED
11-30 15:20:29.855  3470  3470 D NetworkUIGlobals: - state: DISCONNECTED apnType= cbs
11-30 15:20:29.855  3470  3470 D NetworkUIGlobals: - reason: dataEnabled
11-30 15:20:29.855  3470  3470 D NetworkUIGlobals: - subId: 3
11-30 15:20:29.855  3470  3470 D NetworkUIGlobals: - phoneId: 1
11-30 15:20:29.855  3470  3470 I NetworkProxy: getPhoneCount : 2
11-30 15:20:29.855  3470  3470 I NetworkProxy: isValidPhoneId : true
11-30 15:20:29.855  3470  3470 D NetworkUIGlobals: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED : not default APN
11-30 15:20:29.856  3470  3470 D PhoneApp: PhoneAppBroadcastReceiver onReceive android.intent.action.ANY_DATA_STATE
11-30 15:20:29.856  3470  3470 D NetworkUIGlobals: PhoneAppBroadcastReceiver onReceive android.intent.action.ANY_DATA_STATE
11-30 15:20:29.856  3470  3470 D ReflectUtil: getPhoneId is called
11-30 15:20:29.856  3470  3470 D NetworkUIGlobals: mReceiver: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED
11-30 15:20:29.856  3470  3470 D NetworkUIGlobals: - state: DISCONNECTED apnType= ia
11-30 15:20:29.856  3470  3470 D NetworkUIGlobals: - reason: dataEnabled
11-30 15:20:29.856  3470  3470 D NetworkUIGlobals: - subId: 3
11-30 15:20:29.856  3470  3470 D NetworkUIGlobals: - phoneId: 1
11-30 15:20:29.856  3470  3470 I NetworkProxy: getPhoneCount : 2
11-30 15:20:29.856  3470  3470 I NetworkProxy: isValidPhoneId : true
11-30 15:20:29.856  3470  3470 D NetworkUIGlobals: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED : not default APN
11-30 15:20:29.857  3470  3470 D PhoneApp: PhoneAppBroadcastReceiver onReceive android.intent.action.ANY_DATA_STATE
11-30 15:20:29.857  3470  3470 D NetworkUIGlobals: PhoneAppBroadcastReceiver onReceive android.intent.action.ANY_DATA_STATE
11-30 15:20:29.857  3470  3470 D ReflectUtil: getPhoneId is called
11-30 15:20:29.858  3470  3470 D NetworkUIGlobals: mReceiver: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED
11-30 15:20:29.858  3470  3470 D NetworkUIGlobals: - state: DISCONNECTED apnType= foc
11-30 15:20:29.858  3470  3470 D NetworkUIGlobals: - reason: dataEnabled
11-30 15:20:29.858  3470  3470 D NetworkUIGlobals: - subId: 3
11-30 15:20:29.858  3470  3470 D NetworkUIGlobals: - phoneId: 1
11-30 15:20:29.858  3470  3470 I NetworkProxy: getPhoneCount : 2
11-30 15:20:29.858  3470  3470 I NetworkProxy: isValidPhoneId : true
11-30 15:20:29.858  3470  3470 D NetworkUIGlobals: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED : not default APN
11-30 15:20:29.858  3470  3470 D PhoneApp: PhoneAppBroadcastReceiver onReceive android.intent.action.ANY_DATA_STATE
11-30 15:20:29.858  3470  3470 D NetworkUIGlobals: PhoneAppBroadcastReceiver onReceive android.intent.action.ANY_DATA_STATE
11-30 15:20:29.859  3470  3470 D ReflectUtil: getPhoneId is called
11-30 15:20:29.859  3470  3470 D NetworkUIGlobals: mReceiver: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED
11-30 15:20:29.859  3470  3470 D NetworkUIGlobals: - state: DISCONNECTED apnType= dun
11-30 15:20:29.859  3470  3470 D NetworkUIGlobals: - reason: dataEnabled
11-30 15:20:29.859  3470  3470 D NetworkUIGlobals: - subId: 3
11-30 15:20:29.859  3470  3470 D NetworkUIGlobals: - phoneId: 1
11-30 15:20:29.859  3470  3470 I NetworkProxy: getPhoneCount : 2
11-30 15:20:29.859  3470  3470 I NetworkProxy: isValidPhoneId : true
11-30 15:20:29.859  3470  3470 D NetworkUIGlobals: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED : not default APN
11-30 15:20:30.138 28025 28025 I zygote  : Deoptimizing java.lang.Object com.google.common.b.pw.g(java.lang.Object, java.lang.Object[], int, int, java.lang.Object) due to JIT inline cache
11-30 15:20:30.151 28025 28025 I A       : Initialized process com.google.android.googlequicksearchbox:interactor
11-30 15:20:30.174 15069 15089 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.android.providers.contacts/shared_prefs/eventlog.xml: [<1: 0, <2: 5, <4: 389, <8: 671, <16: 865, <32: 608, <64: 218, <128: 84, <256: 30, <512: 23, <1024: 19, <2048: 11, <4096: 8, <8192: 5, <16384: 0, >=16384: 0]
11-30 15:20:30.175  8707  8707 D QueuedWork: waited: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 0, <64: 2, <128: 1, <256: 0, <512: 0, <1024: 0, <2048: 0, <4096: 0, <8192: 2, <16384: 0, >=16384: 0]
11-30 15:20:30.179 16033 25597 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.autofill.events.AutofillGcmTaskService finished executing. cause:5 result: 1 elapsed_millis: 60774 uptime_millis: 60774 exec_start_elapsed_seconds: 458670 [CONTEXT service_id=218 ]
11-30 15:20:30.204  2985  5081 D SecContentProvider: query(), uri = 17 selection = isSettingsChangesAllowed
11-30 15:20:30.208  2985  5081 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:20:30.227 27942 27942 I GoogleHttpClient: GMS http client unavailable, use old client
11-30 15:20:30.476 28025 28031 I zygote  : Do partial code cache collection, code=14KB, data=11KB
11-30 15:20:30.477 28025 28031 I zygote  : After code cache collection, code=10KB, data=8KB
11-30 15:20:30.477 28025 28031 I zygote  : Increasing code cache capacity to 128KB
11-30 15:20:30.483 28025 28031 I zygote  : Method exceeds compiler instruction limit: 17614 in java.util.Map com.google.android.apps.gsa.shared.logger.b.h.d()
11-30 15:20:30.580 27773 27784 W zygote  : Suspending all threads took: 219.825ms
11-30 15:20:30.613 28025 28025 I A       : Initializing GMS Compliance Client Library...
11-30 15:20:30.614 28025 28025 I A       : Checking for device compliance...
11-30 15:20:30.615 28025 28025 I A       : Feature is disabled!
11-30 15:20:30.615 28025 28025 I A       : Completed library init.
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: Exception in upload method
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: com.google.android.apps.gsa.shared.r.d: Error code: 262182
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.android.apps.gsa.shared.ab.bo.d(PG:5)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.android.libraries.gsa.b.a.as.d(PG:1)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.android.libraries.gsa.b.a.bp.b(PG:5)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.android.libraries.gsa.b.a.e.a(PG:2)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.android.libraries.gsa.b.a.a.run(PG:2)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.bb.execute(PG:1)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.i(PG:1)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.l(PG:12)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.cancel(PG:8)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.m(PG:2)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.h.iL(PG:1)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.l(PG:3)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.cancel(PG:8)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.m(PG:2)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.h.iL(PG:1)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.l(PG:3)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.cancel(PG:8)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.m(PG:2)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.h.iL(PG:1)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.l(PG:3)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.cancel(PG:8)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.m(PG:2)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.h.iL(PG:1)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.l(PG:3)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.cancel(PG:8)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.m(PG:2)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.c.iL(PG:1)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.l(PG:3)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.cancel(PG:8)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.bq.cancel(PG:1)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.cancel(PG:17)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.android.apps.gsa.staticplugins.bm.b.h.run(PG:2)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.bb.execute(PG:1)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.i(PG:1)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.l(PG:12)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.cancel(PG:8)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.m(PG:2)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.h.iL(PG:1)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.l(PG:3)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.cancel(PG:8)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.android.apps.gsa.shared.util.c.aj.iL(PG:2)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.l(PG:3)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.cancel(PG:8)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.m(PG:2)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.c.iL(PG:1)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.l(PG:3)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.common.w.a.d.cancel(PG:8)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.android.apps.gsa.s3.o.c(PG:5)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.android.apps.gsa.s3.r.a(PG:1)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.android.apps.gsa.staticplugins.dg.a.c.e(PG:2)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.android.apps.gsa.staticplugins.dg.a.c.c(PG:3)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.android.apps.gsa.staticplugins.dg.a.e.a(PG:5)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.android.apps.gsa.s3.n.gT(PG:1)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.ce.g.a.f.e(PG:2)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.android.apps.gsa.speech.k.a.g.d(PG:22)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.android.apps.gsa.speech.k.a.g.kb(PG:6)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.android.apps.gsa.s3.o.e(PG:14)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.android.apps.gsa.s3.p.run(PG:1)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.android.apps.gsa.shared.util.c.a.e.run(PG:2)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.android.apps.gsa.shared.util.c.a.bi.run(PG:1)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.android.apps.gsa.shared.util.c.a.bi.run(PG:1)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:20:30.663 27773 27930 E cr_CronetUrlRequestContext: 	at com.google.android.apps.gsa.shared.util.c.a.l.run(PG:5)
11-30 15:20:30.668 27773 27773 E A       : onError
11-30 15:20:30.668 27773 27773 E A       : com.google.android.apps.gsa.shared.speech.a.m: errorCode: 65561, engine: 2
11-30 15:20:30.668 27773 27773 E A       : 	at com.google.android.apps.gsa.staticplugins.dg.a.e.a(PG:3)
11-30 15:20:30.668 27773 27773 E A       : 	at com.google.android.apps.gsa.s3.n.gT(PG:1)
11-30 15:20:30.668 27773 27773 E A       : 	at com.google.ce.g.a.f.e(PG:2)
11-30 15:20:30.668 27773 27773 E A       : 	at com.google.android.apps.gsa.speech.k.a.g.d(PG:22)
11-30 15:20:30.668 27773 27773 E A       : 	at com.google.android.apps.gsa.speech.k.a.g.kb(PG:6)
11-30 15:20:30.668 27773 27773 E A       : 	at com.google.android.apps.gsa.s3.o.e(PG:14)
11-30 15:20:30.668 27773 27773 E A       : 	at com.google.android.apps.gsa.s3.p.run(PG:1)
11-30 15:20:30.668 27773 27773 E A       : 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457)
11-30 15:20:30.668 27773 27773 E A       : 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
11-30 15:20:30.668 27773 27773 E A       : 	at com.google.android.apps.gsa.shared.util.c.a.e.run(PG:2)
11-30 15:20:30.668 27773 27773 E A       : 	at com.google.android.apps.gsa.shared.util.c.a.bi.run(PG:1)
11-30 15:20:30.668 27773 27773 E A       : 	at com.google.android.apps.gsa.shared.util.c.a.bi.run(PG:1)
11-30 15:20:30.668 27773 27773 E A       : 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:20:30.668 27773 27773 E A       : 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:20:30.668 27773 27773 E A       : 	at java.lang.Thread.run(Thread.java:764)
11-30 15:20:30.668 27773 27773 E A       : 	at com.google.android.apps.gsa.shared.util.c.a.l.run(PG:5)
11-30 15:20:30.668 27773 27773 E A       : Caused by: com.google.android.apps.gsa.shared.speech.a.o: errorCode: 65586, engine: 2
11-30 15:20:30.668 27773 27773 E A       : 	... 15 more
11-30 15:20:30.668 27773 27773 E A       : Caused by: com.google.android.apps.gsa.shared.speech.a.k: errorCode: 401, engine: 2
11-30 15:20:30.668 27773 27773 E A       : 	at com.google.android.apps.gsa.assistant.shared.m.h.a(PG:5)
11-30 15:20:30.668 27773 27773 E A       : 	at com.google.android.apps.gsa.s3.producers.j.ho(PG:2)
11-30 15:20:30.668 27773 27773 E A       : 	at com.google.android.apps.gsa.speech.k.a.g.d(PG:16)
11-30 15:20:30.668 27773 27773 E A       : 	... 12 more
11-30 15:20:30.678 27773 27992 I NetworkRecognitionRnr: Using pair HTTP connection
11-30 15:20:30.702 27773 27947 I A       : [Upload] Connected
11-30 15:20:30.772 27773 27773 W A       : Failed to sync device settings.
11-30 15:20:30.772 27773 27773 I A       : Retrying to sync device settings.
11-30 15:20:30.854  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:30.854  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:30.855  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:31.271 27773 27779 I zygote  : Do full code cache collection, code=248KB, data=169KB
11-30 15:20:31.272 27773 27779 I zygote  : After code cache collection, code=213KB, data=120KB
11-30 15:20:31.398  8707  8707 I Choreographer: Skipped 350 frames!  The application may be doing too much work on its main thread.
11-30 15:20:31.425  2985  2994 I zygote  : Background concurrent copying GC freed 475195(19MB) AllocSpace objects, 45(4MB) LOS objects, 26% free, 65MB/89MB, paused 445us total 1.091s
11-30 15:20:31.427  8707  8707 D ViewRootImpl@520b22b[ScreenActivity]: dispatchAttachedToWindow
11-30 15:20:31.460  2985  3070 W Choreographer: Frame time is 6.874928 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:20:31.462  8707  8707 D ViewRootImpl@520b22b[ScreenActivity]: Relayout returned: old=[0,0][0,0] new=[0,0][1080,1920] result=0x1 surface={valid=false 0} changed=false
11-30 15:20:31.483  2985  3827 D AudioService: isEnabled
11-30 15:20:31.484  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:20:31.536  8707 16648 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:20:31.536  8707 16648 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:20:31.654 18545 18545 I NotificationReceiver: found similar notification: MyNotification{id=38312, received=Thu Oct 28 11:40:45 GMT+07:00 2021, removed=null, pack='com.samsung.android.contacts', title='Missed call', text='Gojek ✅', trash=false, lastOccurred=Thu Oct 28 11:40:45 GMT+07:00 2021, appName='Contacts', notificationType=NOTIFICATION, myIcon=MyIcon{pack='com.samsung.android.contacts', created=Wed Jun 30 16:24:21 GMT+07:00 2021, lastUpdated=Wed Jun 30 16:24:21 GMT+07:00 2021}}
11-30 15:20:31.668 18545 18545 I DB_HELPER: inserted: MyNotification{id=47886, received=Tue Nov 30 15:20:28 GMT+07:00 2021, removed=null, pack='com.samsung.android.contacts', title='Missed call', text='Info Pelanggan', trash=false, lastOccurred=Tue Nov 30 15:20:28 GMT+07:00 2021, appName='Contacts', notificationType=NOTIFICATION, myIcon=MyIcon{pack='com.samsung.android.contacts', created=Tue Nov 30 15:20:28 GMT+07:00 2021, lastUpdated=Tue Nov 30 15:20:28 GMT+07:00 2021}}
11-30 15:20:31.680 18545 18545 I DB      : inserted: MyOccurrence{id=158265, notificationId=47886, occurred=Tue Nov 30 15:20:28 GMT+07:00 2021, text='Info Pelanggan'}
11-30 15:20:31.704 18545 18545 D received: android.appwidget.action.APPWIDGET_UPDATE
11-30 15:20:31.755 16067 16067 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
11-30 15:20:31.855  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:31.855  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:31.855  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:31.855 16033 25597 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.checkin.EventLogService started execution. cause:5 exec_start_elapsed_seconds: 458731 [CONTEXT service_id=218 ]
11-30 15:20:31.862 26930 26930 D ConnectivityManager: unregisterNetworkCallback; CallingUid : 10161, CallingPid : 26930
11-30 15:20:31.928 16033 25597 W NetworkScheduler: Error inserting period=3420000 preferred_charging_state=1 preferred_network_type=1 target_class=com.google.android.gms.measurement.PackageMeasurementTaskService required_network_type=0 runtime=1638260431636 required_idleness_state=0 source=16 service_kind=0 target_package=com.google.android.gms persistence_level=1 source_version=214218000 last_runtime=0 user_id=0 job_id=-1 requires_charging=0 tag=Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG flex_time=1709000 task_type=0 retry_strategy={"maximum_backoff_seconds":{"3600":0},"initial_backoff_seconds":{"30":0},"retry_policy":{"0":0}}, error message: UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067)
11-30 15:20:31.928 16033 25597 W NetworkScheduler: #################################################################
11-30 15:20:31.928 16033 25597 W NetworkScheduler: Error Code : 2067 (SQLITE_CONSTRAINT_UNIQUE)
11-30 15:20:31.928 16033 25597 W NetworkScheduler: Caused By : Abort due to constraint violation.
11-30 15:20:31.928 16033 25597 W NetworkScheduler: 	(UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067))
11-30 15:20:31.928 16033 25597 W NetworkScheduler: #################################################################
11-30 15:20:31.928 16033 25597 W NetworkScheduler: [CONTEXT service_id=218 ]
11-30 15:20:31.976 16067 16067 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
11-30 15:20:31.976 16067 16067 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
11-30 15:20:32.082 16033 23954 W NetworkScheduler: Error inserting period=3417000 preferred_charging_state=1 preferred_network_type=1 target_class=com.google.android.gms.measurement.PackageMeasurementTaskService required_network_type=0 runtime=1638260432078 required_idleness_state=0 source=16 service_kind=0 target_package=com.google.android.gms persistence_level=1 source_version=214218000 last_runtime=0 user_id=0 job_id=-1 requires_charging=0 tag=Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG flex_time=1708000 task_type=0 retry_strategy={"maximum_backoff_seconds":{"3600":0},"initial_backoff_seconds":{"30":0},"retry_policy":{"0":0}}, error message: UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067)
11-30 15:20:32.082 16033 23954 W NetworkScheduler: #################################################################
11-30 15:20:32.082 16033 23954 W NetworkScheduler: Error Code : 2067 (SQLITE_CONSTRAINT_UNIQUE)
11-30 15:20:32.082 16033 23954 W NetworkScheduler: Caused By : Abort due to constraint violation.
11-30 15:20:32.082 16033 23954 W NetworkScheduler: 	(UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067))
11-30 15:20:32.082 16033 23954 W NetworkScheduler: #################################################################
11-30 15:20:32.082 16033 23954 W NetworkScheduler: [CONTEXT service_id=218 ]
11-30 15:20:32.468 16067 22301 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:20:32.585  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:20:32.708  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:20:32.772  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=532488 arg1=15010078 target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:32.826 26841 27761 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139] 2 tasks running slow
11-30 15:20:32.826 26841 27761 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139:Task=156906651]Slow task still running after 21s. fetchRootStableId(request=# com.google.apps.drive.dataservice.GetStableIdRequest@4b1bec5a){account=70577139, submitTimeMs=458715470, startTimeMs=458715470, waitTimeMs=0, not completed, timedOut}
11-30 15:20:32.826 26841 27761 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139:Task=91207652]Slow task still running after 21s. getObserverManager(){account=70577139, submitTimeMs=458715470, not started, timedOut}
11-30 15:20:32.828 26841 27763 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139] 2 tasks running slow
11-30 15:20:32.828 26841 27763 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139:Task=38916152]Slow task still running after 20s. generateResourceIds(request=# com.google.apps.drive.dataservice.GenerateIdsRequest@1aa72dd){account=70577139, submitTimeMs=458715939, startTimeMs=458715939, waitTimeMs=0, not completed, timedOut}
11-30 15:20:32.828 26841 27763 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139:Task=150008909]Slow task still running after 20s. getStableId(request=# com.google.apps.drive.dataservice.GetStableIdRequest@4b1bec5a){account=70577139, submitTimeMs=458715939, startTimeMs=458715939, waitTimeMs=0, not completed, timedOut}
11-30 15:20:32.855  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:32.855  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:32.855  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:32.879  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:20:33.098  2719  2788 I chatty  : uid=0(root) /system/bin/netd identical 3 lines
11-30 15:20:33.102  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:20:33.105 16033 25597 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.checkin.EventLogService finished executing. cause:5 result: 1 elapsed_millis: 5306 uptime_millis: 5307 exec_start_elapsed_seconds: 458731 [CONTEXT service_id=218 ]
11-30 15:20:33.119  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:20:33.119  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:20:33.119  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:20:33.257 26985 26992 I zygote  : Method exceeds compiler instruction limit: 32258 in void X.1Qd.A04(X.1Qd, java.lang.String, int, int)
11-30 15:20:33.527  2985 27935 I BarTender:BatteryStatsDumper: writing to daily db completed
11-30 15:20:33.540 16067 22301 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:20:33.552  2985 27935 I BarTender:BatteryStatsDumper: writing to weekly db completed
11-30 15:20:33.553  2985 27935 I BarTender:BatteryStatsDumper: refreshstats completed
11-30 15:20:33.553  2985 27935 I BarTender:GATHERERBATTSTATS: set - time:1638260433553
11-30 15:20:33.553  2985 27935 I BarTender:ANALYZERBATTSTATS: Observer from Gatherer - time:1638260433553
11-30 15:20:33.553  2985  3098 I BarTender:ANALYZERBATTSTATS: MSG_TYPE_BARTENDER_CHECK_POWER::
11-30 15:20:33.553  2985  3098 I BarTender:BatteryStatsDBHelper: checkForPowerThreshold called : 1638260433553
11-30 15:20:33.806 27773 28104 W zygote  : Unsupported class loader
11-30 15:20:33.844 27773 28104 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:20:33.854 27773 27863 I FirebaseApp: Device unlocked: initializing all Firebase APIs for app [DEFAULT]
11-30 15:20:33.855  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:33.855  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:33.855  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:33.864  8707  8850 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:20:33.865  8707  8850 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:20:33.867  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:20:33.901 27773 28104 I DynamiteModule: Considering local module com.google.android.gms.measurement.dynamite:59 and remote module com.google.android.gms.measurement.dynamite:54
11-30 15:20:33.902 27773 28104 I DynamiteModule: Selected local version of com.google.android.gms.measurement.dynamite
11-30 15:20:33.954  8707  8851 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:20:33.954  8707  8851 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:20:34.031  8707  8717 I zygote  : Background concurrent copying GC freed 51997(2MB) AllocSpace objects, 41(1860KB) LOS objects, 50% free, 4MB/8MB, paused 7.458ms total 110.676ms
11-30 15:20:34.206 15069 15089 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.android.providers.contacts/shared_prefs/eventlog.xml: [<1: 0, <2: 5, <4: 389, <8: 671, <16: 865, <32: 608, <64: 218, <128: 84, <256: 30, <512: 23, <1024: 19, <2048: 12, <4096: 8, <8192: 5, <16384: 0, >=16384: 0]
11-30 15:20:34.207 16067 28099 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.google.android.gms/shared_prefs/com.google.android.gms.safetynet.xml: [<1: 0, <2: 0, <4: 4, <8: 9, <16: 26, <32: 21, <64: 7, <128: 4, <256: 3, <512: 1, <1024: 4, <2048: 3, <4096: 1, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:20:34.270 27773 28109 I FA      : App measurement initialized, version: 50011
11-30 15:20:34.270 27773 28109 I FA      : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
11-30 15:20:34.270 27773 28109 I FA      : To enable faster debug mode event logging run:
11-30 15:20:34.270 27773 28109 I FA      :   adb shell setprop debug.firebase.analytics.app com.google.android.googlequicksearchbox
11-30 15:20:34.272 26841 26927 W CelloCake: [io-6] Running after 22447ms in queue: 'getObserverManager()'
11-30 15:20:34.328 27773 27991 W A       : [Download] response code: 400
11-30 15:20:34.404 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:34.405 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:34.405 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:20:34.456 13746 13746 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:20:34.456 13746 13746 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:20:34.515  2985  5081 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.composer.shareintent.ImplicitShareIntentHandlerDefaultAlias newState = 1 callingPackage = 10098/com.facebook.katana
11-30 15:20:34.533  2985  5081 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.composer.shareintent.AddToStoryAlias newState = 1 callingPackage = 10098/com.facebook.katana
11-30 15:20:34.536  2985  5081 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.composer.shareintent.ShareToGroupsAlias newState = 1 callingPackage = 10098/com.facebook.katana
11-30 15:20:34.539  2985  5081 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.composer.shareintent.ShareToGroupsDisableSinglePhotoAlias newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:20:34.559 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.attribution.AttributionIdService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.559 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.common.errorreporting.memory.MemoryDumpUploadService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.559 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.browser.lite.BrowserLiteIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.559 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.browser.lite.BrowserLiteInMainProcessIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.559 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.businessintegrity.cloakingdetection.service.CloakingDetectionService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.559 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.contacts.service.ContactLocaleChangeService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.559 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.common.zopt.ZOptBackgroundService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.559 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.account.login.notification.LoginNotificationService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.592 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.conditionalworker.ConditionalWorkerService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.592 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.fbservice.service.BlueServiceJobIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.593 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.notifications.tray.DelayedDeliveryJobScheduler is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.593 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.appcomponentmanager.AppComponentManagerService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.593 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.push.mqtt.service.MqttPushHelperService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.593 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.confirmation.notification.ConfirmationNotificationService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.593 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.battery.monitor.ContinuousBatteryMonitorService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.593 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.papaya.fb.client.FBPapayaJobService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.594 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.push.adm.ADMService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.594 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.push.adm.ADMBroadcastReceiverJobBase is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.594 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.push.adm.ADMJobIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.594 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.push.fbpushdata.common.FbPushDataHandlerService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.594 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.reportaproblem.base.bugreport.BugReportUploadService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.594 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.profilo.upload.TraceUploadRetryJob is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.594 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.backgroundlocation.reporting.periodic.PeriodicSignalCollectorJobService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.594 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.registration.notification.RegistrationNotificationService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.595 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.common.dextricks.DexOptimization$Service is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.595 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.common.dextricks.DexOptimizationJobService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.595 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.glc.ScheduledWifiMonitorService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.595 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.glc.GLCService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.595 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.displaytimeinvalidation.service.DisplayTimeBlockIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.595 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.delayedworker.DelayedWorkerService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.595 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.videolite.api.jobscheduler.UploadJobSchedulerService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.595 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.analytics2.logger.LollipopUploadService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.595 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.feed.platformads.AppInstallService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.609 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.googleplay.GooglePlayInstallRefererService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.609 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.push.registration.RegistrarHelperService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.615 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.push.crossapp.PackageRemovedReporterService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.615 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.oxygen.preloads.sdk.firstparty.managedappcache.IsManagedAppCacheJobService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.615 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.orca.notify.MessagesNotificationService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.615 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.push.negativefeedback.PushNegativeFeedbackFbJobIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.615 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.push.fcm.FcmRegistrarFbJobIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.616 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.backgroundlocation.process.BackgroundLocationGatheringService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.616 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.analytics.appstatelogger.AppStateIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.616 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.compost.service.CompostNotificationService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.616 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.facebook.messaging.prefs.notifications.NotificationPrefsSyncService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.616 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service androidx.work.impl.background.systemjob.SystemJobService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.617 26985 27357 W fb4a.ServiceInfoParser: X.3to: Service com.google.android.gms.analytics.AnalyticsJobService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
11-30 15:20:34.747 16067 28099 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.google.android.gms/shared_prefs/com.google.android.gms.safetynet.xml: [<1: 0, <2: 0, <4: 4, <8: 9, <16: 26, <32: 21, <64: 7, <128: 4, <256: 3, <512: 1, <1024: 5, <2048: 3, <4096: 1, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:20:34.855  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:34.855  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:34.855  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:34.923 26985 27357 D cloudgaminginterceptor: request intercepted: url=https://z-m-graph.facebook.com/graphql?_nc_eh=2,b56f1c17c414f548aef7a2ddbae40ec8,AQaLULtRDlOBbtSTpKknn6YpedX9zLtmP1OgIumJosMSEXDgrUlCLcLT0p7wviPoMsU
11-30 15:20:34.923 26985 27357 D relenginterceptor: RELENG rewrite skipped, config is disabled.
11-30 15:20:34.923 26985 27357 D defcontigonrelayernative: DefconTigonDelayer starting
11-30 15:20:34.923 26985 27357 D defcontigonrelayernative: DefconTigonDelayer skipped, config is disabled.
11-30 15:20:34.944  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:20:35.447  2985  5081 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.fbpay.w3c.ipc.IsReadyToPayServiceImpl newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:20:35.448  2985  5081 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.fbpay.w3c.ipc.FBPaymentServiceImpl newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:20:35.449  2985  5081 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.fbpay.w3c.views.PaymentActivity newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:20:35.659 26985 27032 W CrashLoopRemedyLog: unable to delete remedy log, instaCrash: true
11-30 15:20:35.826 26841 27761 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139] 2 tasks that were running slow now completed
11-30 15:20:35.826 26841 27761 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139:Task=156906651]Slow task now completed after 24s. fetchRootStableId(request=# com.google.apps.drive.dataservice.GetStableIdRequest@4b1bec5a){account=70577139, submitTimeMs=458715470, startTimeMs=458715470, waitTimeMs=0, endTimeMs=458737917, durationMs=22447, succeeded, timedOut}
11-30 15:20:35.826 26841 27761 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139:Task=91207652]Slow task now completed after 24s. getObserverManager(){account=70577139, submitTimeMs=458715470, startTimeMs=458737917, waitTimeMs=22447, endTimeMs=458737944, durationMs=22474, succeeded, timedOut}
11-30 15:20:35.828 26841 27763 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139] 2 tasks that were running slow now completed
11-30 15:20:35.828 26841 27763 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139:Task=38916152]Slow task now completed after 23s. generateResourceIds(request=# com.google.apps.drive.dataservice.GenerateIdsRequest@1aa72dd){account=70577139, submitTimeMs=458715939, startTimeMs=458715939, waitTimeMs=0, endTimeMs=458737905, durationMs=21966, succeeded, timedOut}
11-30 15:20:35.828 26841 27763 W CelloCake: [CELLO_TASK_RUNNER_MONITOR70577139-0] [Account=70577139:Task=150008909]Slow task now completed after 23s. getStableId(request=# com.google.apps.drive.dataservice.GetStableIdRequest@4b1bec5a){account=70577139, submitTimeMs=458715939, startTimeMs=458715939, waitTimeMs=0, endTimeMs=458737910, durationMs=21971, succeeded, timedOut}
11-30 15:20:35.855  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:35.855  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:35.855  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:35.895 26985 28127 W fb4a.Fixie: Initialize FB4A_APP_INIT
11-30 15:20:36.058 26985 27367 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.061 26985 27367 I chatty  : uid=10098(com.facebook.katana) identical 6 lines
11-30 15:20:36.061 26985 27367 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.061 26985 28124 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.061 26985 27367 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.061 26985 27367 I chatty  : uid=10098(com.facebook.katana) identical 1 line
11-30 15:20:36.061 26985 27367 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.061 26985 28124 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.062 26985 28124 I chatty  : uid=10098(com.facebook.katana) CombinedTP16 identical 2 lines
11-30 15:20:36.063 26985 28124 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.063 26985 27360 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.063 26985 28124 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.063 26985 28124 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.063 26985 27360 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.064 26985 27360 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.064 26985 28124 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.064 26985 28124 I chatty  : uid=10098(com.facebook.katana) CombinedTP16 identical 2 lines
11-30 15:20:36.064 26985 28124 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.065 26985 27357 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.065 26985 27360 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.065 26985 27360 I chatty  : uid=10098(com.facebook.katana) CombinedTP9 identical 1 line
11-30 15:20:36.066 26985 27360 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.066 26985 27357 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.067 26985 27357 I chatty  : uid=10098(com.facebook.katana) identical 3 lines
11-30 15:20:36.067 26985 27357 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.113 26985 27360 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.113 26985 27357 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.115 26985 27360 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.116 26985 27360 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.116 26985 27357 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.116 26985 27357 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.130 26985 27367 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.130 26985 28124 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.131 26985 28124 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.131 26985 27367 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.131 26985 28124 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.131 26985 27367 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.131 26985 28124 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.131 26985 27367 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.132 26985 28124 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.132 26985 27367 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.132 26985 28124 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.132 26985 27367 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.132 26985 27367 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.132 26985 28124 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.132 26985 27367 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.132 26985 28124 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.132 26985 27367 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.132 26985 28124 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.133 26985 28124 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.133 26985 27367 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.133 26985 28124 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.133 26985 27367 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.133 26985 28124 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.133 26985 27360 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.134 26985 27360 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.134 26985 28124 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.134 26985 27360 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.134 26985 28124 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.134 26985 27360 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.134 26985 28124 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.134 26985 27360 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.134 26985 28124 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.134 26985 28124 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.134 26985 27360 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.135 26985 28124 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.135 26985 27360 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.137 26985 28124 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.137 26985 27360 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.137 26985 28124 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.137 26985 27360 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:20:36.150   559   734 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:20:36.160 16433 16521 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:20:36.361  2985  5081 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.inspiration.platformsharing.activity.InspirationCameraExternalShareActivity newState = 1 callingPackage = 10098/com.facebook.katana
11-30 15:20:36.369  2985  5081 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.inspiration.platformsharing.activity.InpirationCameraShareDefaultAlias newState = 1 callingPackage = 10098/com.facebook.katana
11-30 15:20:36.373  2985  5081 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.inspiration.platformsharing.activity.InpirationCameraShareMultipleAlias newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:20:36.855  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:36.856  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:36.856  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:37.332 16067 28082 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:20:37.332 16067 28082 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:20:37.379  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:20:37.487 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:37.520  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:37.538  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:37.538  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:37.538  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:37.541 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:37.541  2985  3826 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.facebook.appmanager user:0
11-30 15:20:37.542  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:37.542  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:37.542  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:37.542  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:37.543 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:37.543  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:37.543  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:37.543  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:37.543  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:37.544 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:37.545  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:37.545  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:37.545  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:37.545  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:37.546 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:37.546  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:37.546  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:37.546  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:37.546  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:37.547 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:37.548  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:37.548  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:37.548  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:37.548  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:37.549 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:37.549  2985  3826 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:20:37.549  2985  3826 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.facebook.appmanager user:0
11-30 15:20:37.549  2985  3826 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:20:37.549  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:37.549  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:37.549  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:37.549  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:37.550 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:37.551  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:37.551  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:37.551  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:37.551  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:37.552 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:37.552  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:37.552  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:37.553  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:37.553  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:37.553 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:37.554  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:37.554  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:37.554  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:37.554  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:37.555 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:37.555  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:37.555  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:37.556  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:37.556  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:37.556 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:37.557  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:37.557  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:37.557  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:37.557  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:37.558 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:37.558  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:37.559  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:37.559  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:37.559  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:37.559 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:37.560  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:37.560  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:37.560  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:37.560  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:37.561 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:37.561  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:37.561  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:37.561  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:37.561  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:37.562 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:37.563  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:37.563  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:37.563  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:37.563  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:37.564 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:37.564  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:37.564  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:37.564  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:37.564  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:37.565 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:37.565  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:37.566  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:37.566  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:37.566  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:37.566 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:37.567  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:37.567  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:37.567  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:37.567  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:37.568 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:37.568  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:37.569  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:37.569  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:37.569  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:37.569 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:37.570  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:37.570  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:37.570  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:37.570  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:37.571 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:37.571  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:37.572  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:37.572  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:37.572  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:37.572 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:37.573  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:37.573  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:37.573  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:37.573  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:37.574 20330 20330 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
11-30 15:20:37.574  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.domobile.applock, uid = 10431
11-30 15:20:37.574  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:20:37.574  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:20:37.575  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:20:37.813  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:20:37.814  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:20:37.814  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:20:37.834  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:20:37.841  2985  2985 I MotionRecognitionService: Plugged
11-30 15:20:37.848 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:20:37.853 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:20:37.856  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:37.856  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:37.856  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:37.859  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:20:37.859  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:20:37.864  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:20:37.874 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:20:37.874 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:20:37.884  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:20:37.884  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:20:37.884  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:20:37.887  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:20:38.026 28141 28141 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:20:38.056 28141 28141 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:20:38.057 28141 28141 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.facebook.appmanager 
11-30 15:20:38.634 13746 13746 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.mobstore.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:20:38.856  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:38.856  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:38.856  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:39.651  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10104 ,Container id: 0
11-30 15:20:39.651  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10104 ,Container id: 0
11-30 15:20:39.653  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:39.661  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10104 ,Container id: 0
11-30 15:20:39.662  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10104 ,Container id: 0
11-30 15:20:39.662  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:39.672 28141 28141 D ActivityThread: Added TimaKeyStore provider
11-30 15:20:39.813 13746 13746 D BoundBrokerSvc: onBind: Intent { act=com.google.android.mobstore.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:20:39.813 13746 13746 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.mobstore.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:20:39.856  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:39.856  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:39.856  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:40.118 16067 16541 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.google.android.gms/shared_prefs/com.google.android.gms.analytics.prefs.xml: [<1: 0, <2: 0, <4: 2, <8: 1, <16: 2, <32: 2, <64: 0, <128: 0, <256: 0, <512: 0, <1024: 0, <2048: 1, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:20:40.856  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:40.856  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:40.856  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:40.994 28025 28025 V ClearcutMetricXmitter: Transmission is done.
11-30 15:20:41.125 28141 28141 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10104
11-30 15:20:41.126 28141 28141 D Proxy   : mdoP is null: 10104
11-30 15:20:41.856  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:41.856  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:41.856  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:41.901 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:41.901 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:41.901 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:20:41.992  6077  6077 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.herrevad.services.LightweightNetworkQualityAndroidService.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:20:42.042 16067 16067 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
11-30 15:20:42.585  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 8 99 -8 -200 -8 -200 -1 14 -97 -12 0 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:20:42.585  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:20:42.856  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:42.857  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:42.857  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:43.192  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:20:43.192  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:20:43.192  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:20:43.648 28141 28141 D b       : ExceptionHandlerManager not explicitly initialized, using default mode
11-30 15:20:43.648 28141 28141 D b       : initializing exception handler manager, prioritized=true
11-30 15:20:43.799 28141 28141 D SoLoader: ApplicationInfo.flags is: 684211909 appType is: 3
11-30 15:20:43.800 28141 28141 I SoLoader: init start: 8
11-30 15:20:43.800 28141 28141 D SoLoader: adding system library source: /system/lib
11-30 15:20:43.800 28141 28141 D SoLoader: adding system library source: /vendor/lib
11-30 15:20:43.800 28141 28141 D SoLoader: adding directAPK source: com.facebook.soloader.d[root = /data/app/com.facebook.appmanager-Dh1TbyonsADHGcGgu1UIEQ==/base.apk!/lib/armeabi-v7a]
11-30 15:20:43.800 28141 28141 W SoLoader: context.getApplicationContext returned null, holding reference to original context.ApplicationSoSource fallbacks to: /data/app/com.facebook.appmanager-Dh1TbyonsADHGcGgu1UIEQ==/lib/arm
11-30 15:20:43.801 28141 28141 D SoLoader: adding application source: com.facebook.soloader.e[root = /data/app/com.facebook.appmanager-Dh1TbyonsADHGcGgu1UIEQ==/lib/arm flags = 1]
11-30 15:20:43.811 28141 28141 D SoLoader: Preparing SO source: com.facebook.soloader.e[root = /system/vendor/lib flags = 2]
11-30 15:20:43.811 28141 28141 D SoLoader: Preparing SO source: com.facebook.soloader.e[root = /system/lib flags = 2]
11-30 15:20:43.811 28141 28141 D SoLoader: Preparing SO source: com.facebook.soloader.d[root = /data/app/com.facebook.appmanager-Dh1TbyonsADHGcGgu1UIEQ==/base.apk!/lib/armeabi-v7a]
11-30 15:20:43.857  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:43.857  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:43.857  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:43.911 28141 28141 D SoLoader: Preparing SO source: com.facebook.soloader.e[root = /data/app/com.facebook.appmanager-Dh1TbyonsADHGcGgu1UIEQ==/lib/arm flags = 1]
11-30 15:20:43.911 28141 28141 D SoLoader: init finish: 4 SO sources prepared
11-30 15:20:43.911 28141 28141 D SoLoader: init exiting
11-30 15:20:43.936 26654 26654 W apvt    : Failed to find local clusters.
11-30 15:20:44.155 26654 26654 W ResourceType: For resource 0x7f1306da, entry index(1754) is beyond type entryCount(1442)
11-30 15:20:44.196 26654 26654 W ResourceType: For resource 0x7f1306d9, entry index(1753) is beyond type entryCount(1442)
11-30 15:20:44.653 28141 28141 W SQLiteLog: (28) failed to open "/data/user/0/com.facebook.appmanager/databases/androidx.work.workdb" with flag (131074) and mode_t (0) due to error (2)
11-30 15:20:44.653 28141 28141 W SQLiteLog: (28) failed to open "/data/user/0/com.facebook.appmanager/databases/androidx.work.workdb" with flag (131072) and mode_t (0) due to error (2)
11-30 15:20:44.653 28141 28141 E SQLiteLog: (14) cannot open file at line 36360 of [553a923c82]
11-30 15:20:44.653 28141 28141 E SQLiteLog: (14) os_unix.c:36360: (2) open(/data/user/0/com.facebook.appmanager/databases/androidx.work.workdb) - 
11-30 15:20:44.653 28141 28141 E SQLiteLog: (1) Process book.appmanager : Pid (28141) Uid (10104) Euid (10104) Gid (10104) Egid (10104)
11-30 15:20:44.653 28141 28141 E SQLiteLog: (1) osStat failed "/data/user/0/com.facebook.appmanager/databases/androidx.work.workdb" due to error (2)
11-30 15:20:44.654 28141 28141 E SQLiteLog: (1) Stat of /data/user/0/com.facebook.appmanager/databases : st_mode(40771) st_uid(10104) st_gid(10104) st_ino(393983)
11-30 15:20:44.654 28141 28141 E SQLiteLog: (1) Stat of /data/user/0/com.facebook.appmanager : st_mode(40751) st_uid(10104) st_gid(10104) st_ino(393563)
11-30 15:20:44.654 28141 28141 E SQLiteLog: (1) Stat of /data/user/0 : st_mode(40771) st_uid(1000) st_gid(1000) st_ino(262145)
11-30 15:20:44.654 28141 28141 E SQLiteLog: (1) Stat of /data/user : st_mode(40711) st_uid(1000) st_gid(1000) st_ino(720900)
11-30 15:20:44.654 28141 28141 E SQLiteLog: (1) Stat of /data : st_mode(40771) st_uid(1000) st_gid(1000) st_ino(2)
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: Failed to open database '/data/user/0/com.facebook.appmanager/databases/androidx.work.workdb'.
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 1294): Could not open database
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: #################################################################
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: Error Code : 1294 (SQLITE_CANTOPEN_ENOENT)
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: Caused By : Specified directory or database file does not exist.
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: 	(unknown error (code 1294): Could not open database)
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: #################################################################
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: 	at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method)
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: 	at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:272)
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: 	at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:213)
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: 	at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:701)
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: 	at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:272)
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: 	at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:239)
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: 	at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:1276)
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: 	at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:1231)
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: 	at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:915)
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: 	at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:864)
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: 	at com.facebook.oxygen.common.androidx.workmanager.initializer.b.a(WorkManagerDatabase.java:20)
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: 	at com.facebook.oxygen.appmanager.app.c.b(AppManagerApplicationImpl.java:19)
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: 	at com.facebook.oxygen.common.d.b.d.onCreate(OxpDelegatingApplication.java:68)
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: 	at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1127)
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6097)
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: 	at android.app.ActivityThread.-wrap1(Unknown Source:0)
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1791)
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: 	at android.os.Handler.dispatchMessage(Handler.java:106)
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: 	at android.os.Looper.loop(Looper.java:164)
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 15:20:44.688 28141 28141 E SQLiteDatabase: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 15:20:44.857  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:44.857  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:44.857  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:44.957 13746 13746 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:20:45.091 27566 27566 D BadgeCountReceiver: badge intent : Intent { act=android.intent.action.BADGE_COUNT_UPDATE flg=0x10 cmp=com.sec.android.provider.badge/.BadgeCountReceiver (has extras) }
11-30 15:20:45.091 27566 27566 D BadgeCountReceiver: packageName: com.facebook.katana, className: com.facebook.katana.LoginActivity, count: 4
11-30 15:20:45.115 27566 27566 D MethodReflector: notifyChange is called
11-30 15:20:45.117 27566 27566 D BadgeProvider: sendNotify entered. [uri] : content://com.sec.badge/apps
11-30 15:20:45.117 27566 27566 D BadgeProvider: sendNotify, [notify] : null
11-30 15:20:45.117 27566 27566 D BadgeProvider: update, getCallingPackage() : com.sec.android.provider.badge
11-30 15:20:45.117 27566 27566 D BadgeProvider: update, [uri] : content://com.sec.badge/apps
11-30 15:20:45.117 27566 27566 D BadgeProvider: update, [uri.query] : null
11-30 15:20:45.117 27566 27566 D BadgeProvider: update, [BadgeCount] : badgecount=4
11-30 15:20:45.118 27566 27566 D BadgeProvider: update, [UpdateCount] : 1
11-30 15:20:45.316  4604  4604 D Notification.Badge: reloadBadges() entered.
11-30 15:20:45.325 27566 27591 D BadgeProvider: query, [selection] : null
11-30 15:20:45.330  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.email.provider = -1
11-30 15:20:45.330  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.email.provider/com.samsung.android.email.ui.activity.MessageListXL = -1
11-30 15:20:45.331  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.android.vending = -1
11-30 15:20:45.331  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.android.vending/.AssetBrowserActivity = -1
11-30 15:20:45.331  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.lool = -1
11-30 15:20:45.331  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.lool/com.samsung.android.sm.app.dashboard.SmartManagerDashBoardActivity = -1
11-30 15:20:45.331  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.android.settings = -1
11-30 15:20:45.331  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.android.settings/.Settings = -1
11-30 15:20:45.331  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.messaging = 782
11-30 15:20:45.331  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.messaging/com.android.mms.ui.ConversationComposer = 782
11-30 15:20:45.331  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.sec.android.app.samsungapps = 1
11-30 15:20:45.331  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.sec.android.app.samsungapps/.SamsungAppsMainActivity = 1
11-30 15:20:45.331  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.contacts = -1
11-30 15:20:45.331  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.contacts/com.android.dialer.DialtactsActivity = -1
11-30 15:20:45.331  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.wssyncmldm = -1
11-30 15:20:45.331  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.wssyncmldm/com.samsung.android.app.fotaclient.FotaApplication = -1
11-30 15:20:45.331  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.sec.android.app.myfiles = -1
11-30 15:20:45.331  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.sec.android.app.myfiles/.common.MainActivity = -1
11-30 15:20:45.331  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.google.android.youtube = 1
11-30 15:20:45.331  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.google.android.youtube/.app.honeycomb.Shell$HomeActivity = 1
11-30 15:20:45.331  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.sec.android.app.sbrowser = -1
11-30 15:20:45.331  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.sec.android.app.sbrowser/.SBrowserMainActivity = -1
11-30 15:20:45.331  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.instagram.android = 1
11-30 15:20:45.331  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.instagram.android/.activity.MainTabActivity = 1
11-30 15:20:45.331  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.ultimateguitar.tabs = 0
11-30 15:20:45.331  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.facebook.orca = 1
11-30 15:20:45.331  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.facebook.orca/.auth.StartScreenActivity = 1
11-30 15:20:45.331  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.zuuks.truck.simulator.euro = -1
11-30 15:20:45.331  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.zuuks.truck.simulator.euro/com.unity3d.player.UnityPlayerNativeActivity = -1
11-30 15:20:45.331  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.facebook.katana = 4
11-30 15:20:45.331  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.facebook.katana/.LoginActivity = 4
11-30 15:20:45.331  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.app.bikemode = -1
11-30 15:20:45.331  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.app.bikemode/.BMActivities.BMOFFScreen = -1
11-30 15:20:45.331  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.concierge = 0
11-30 15:20:45.332  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.lenovo.anyshare.gps = 6
11-30 15:20:45.332  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.lenovo.anyshare.gps/com.lenovo.anyshare.ApMainActivity = 6
11-30 15:20:45.332  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.microsoft.office.onenote = -1
11-30 15:20:45.332  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.microsoft.office.onenote/.ui.ONMSplashActivity = -1
11-30 15:20:45.332  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.skype.raider = -1
11-30 15:20:45.332  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.skype.raider/.Main = -1
11-30 15:20:45.332  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.whatsapp = 1210
11-30 15:20:45.332  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.whatsapp/.Main = 1210
11-30 15:20:45.332  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.scloud = 1
11-30 15:20:45.332  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.scloud/.app.ui.splash.launcher = 1
11-30 15:20:45.332  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.app.simplesharing = 0
11-30 15:20:45.332  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.calendar = -1
11-30 15:20:45.332  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.calendar/com.android.calendar.AllInOneActivity = -1
11-30 15:20:45.332  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.voc = 0
11-30 15:20:45.332  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.knox.securefolder = 1
11-30 15:20:45.332  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.knox.securefolder/.containeragent.ui.settings.KnoxSettingsAboutKnoxActivity = 1
11-30 15:20:45.332  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.linecorp.linelite = 0
11-30 15:20:45.332  4604  4680 D BadgeCache: 1. updateBadgeCounts: jp.naver.line.android = 999
11-30 15:20:45.332  4604  4680 D BadgeCache: 2. updateBadgeCounts: jp.naver.line.android/.activity.SplashActivity = 999
11-30 15:20:45.332  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.telkomsel.telkomselcm = 0
11-30 15:20:45.332  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.jaman.gabchat = 0
11-30 15:20:45.332  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.lazada.android = 354
11-30 15:20:45.332  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.lazada.android/com.lazada.activities.EnterActivity = 354
11-30 15:20:45.332  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.lohcj.lohcj.imeetmyself = 0
11-30 15:20:45.332  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.ruangkerja.mobile = 0
11-30 15:20:45.332  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.lohcj.lohcj.imeetmyself = 0
11-30 15:20:45.332  4604  4680 D BadgeCache: 1. updateBadgeCounts: org.telegram.messenger = 328
11-30 15:20:45.332  4604  4680 D BadgeCache: 2. updateBadgeCounts: org.telegram.messenger/org.telegram.ui.LaunchActivity = 328
11-30 15:20:45.332  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.parallel.space.lite = 99
11-30 15:20:45.332  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.parallel.space.lite/com.lbe.parallel.ui.tour.SplashActivity = 99
11-30 15:20:45.332  4604  4680 D BadgeCache: 1. updateBadgeCounts: net.cashpop.id = 1
11-30 15:20:45.332  4604  4680 D BadgeCache: 2. updateBadgeCounts: net.cashpop.id/.activity.SignActivity = 1
11-30 15:20:45.332  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.slowlyapp = 1
11-30 15:20:45.333  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.slowlyapp/.MainActivity = 1
11-30 15:20:45.333  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.adrianocola.mrpg = 0
11-30 15:20:45.333  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.lbe.parallel.intl = 99
11-30 15:20:45.333  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.lbe.parallel.intl/com.lbe.parallel.ui.tour.SplashActivity = 99
11-30 15:20:45.333  4604  4680 D BadgeCache: 1. updateBadgeCounts: new.WAStickerApps.funnycat.kitten.stickers = 0
11-30 15:20:45.333  4604  4680 D BadgeCache: 1. updateBadgeCounts: news.buzzbreak.android = 0
11-30 15:20:45.333  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.authfw = -1
11-30 15:20:45.333  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.authfw/.samsungpass.ui.activity.EntryLauncher = -1
11-30 15:20:45.333  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.authfw = -1
11-30 15:20:45.333  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.authfw/.samsungpass.launcher.EntryLauncher = -1
11-30 15:20:45.333  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.samsungpass = -1
11-30 15:20:45.333  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.samsungpass/.ui.activity.EntryLauncher = -1
11-30 15:20:45.333  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.samsungpass = -1
11-30 15:20:45.333  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.samsungpass/.launcher.EntryLauncher = -1
11-30 15:20:45.333  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.vitiglobal.cashtree = 0
11-30 15:20:45.333  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.game.gamehome = 0
11-30 15:20:45.333  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.facebook.mlite = 0
11-30 15:20:45.333  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.instagram.lite = 0
11-30 15:20:45.333  4604  4680 D BadgeCache: 1. updateBadgeCounts: id.tanyanetizen.android = 0
11-30 15:20:45.333  4604  4680 D BadgeCache: 1. updateBadgeCounts: asia.bluepay.clientin = 0
11-30 15:20:45.333  4604  4680 D BadgeCache: 1. updateBadgeCounts: id.flip = 0
11-30 15:20:45.335  4604  4680 D BadgeCache: updateBadgeCounts(), tempBadges.size() : [41], user : [UserHandle{0}]
11-30 15:20:45.346 27903 27918 D BadgeProvider: query, [selection] : null
11-30 15:20:45.352  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.sec.android.app.samsungapps = 0
11-30 15:20:45.352  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.email.provider = -1
11-30 15:20:45.352  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.email.provider/com.samsung.android.email.ui.activity.MessageListXL = -1
11-30 15:20:45.352  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.authfw = -1
11-30 15:20:45.352  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.authfw/.samsungpass.ui.activity.EntryLauncher = -1
11-30 15:20:45.352  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.authfw = -1
11-30 15:20:45.352  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.authfw/.samsungpass.launcher.EntryLauncher = -1
11-30 15:20:45.352  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.samsungpass = -1
11-30 15:20:45.352  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.samsungpass/.ui.activity.EntryLauncher = -1
11-30 15:20:45.352  4604  4680 D BadgeCache: 1. updateBadgeCounts: com.samsung.android.samsungpass = -1
11-30 15:20:45.352  4604  4680 D BadgeCache: 2. updateBadgeCounts: com.samsung.android.samsungpass/.launcher.EntryLauncher = -1
11-30 15:20:45.354  4604  4680 D BadgeCache: updateBadgeCounts(), tempBadges.size() : [41], user : [UserHandle{150}]
11-30 15:20:45.354  4604  4680 D BadgeCache: updateBadgeCounts(), final size : 41
11-30 15:20:45.354  4604  4680 D Notification.Badge: reloadBadges(), badges count : 41
11-30 15:20:45.857  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:45.857  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:45.857  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:45.910  6077  6077 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.gmscompliance.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService PairActivityUserId=150 }
11-30 15:20:46.857  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:46.857  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:46.857  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:47.637 28141 28175 D NetworkSecurityConfig: Using Network Security Config from resource fb_network_security_config debugBuild: false
11-30 15:20:47.754  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:20:47.756  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:20:47.757  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:20:47.757  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:20:47.759  2985  2985 I MotionRecognitionService: Plugged
11-30 15:20:47.759  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:20:47.759  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:20:47.788 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:20:47.823 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:20:47.857  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:47.857  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:47.857  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:47.860 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:20:47.860 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:20:47.860  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:20:47.873  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:20:47.873  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:20:47.873  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:20:47.944  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:20:48.210 26985 27798 E fb4a.MsysMqttTopicsProvider: subscribing to Mqtt
11-30 15:20:48.857  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:48.857  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:48.857  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:49.205  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.appmanager cmp = com.facebook.oxygen.appmanager.firstparty.tos.ShouldAcceptTos newState = 2 callingPackage = 10104/com.facebook.appmanager
11-30 15:20:49.206  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.appmanager cmp = com.facebook.oxygen.appmanager.firstparty.tos.ShouldShowTos newState = 2 callingPackage = 10104/com.facebook.appmanager
11-30 15:20:49.207  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.appmanager cmp = com.facebook.oxygen.appmanager.firstparty.tos.ShouldShowExplicitTos newState = 2 callingPackage = 10104/com.facebook.appmanager
11-30 15:20:49.313 26985 28124 W zygote  : Verification of X.O3l X.6IO.A01(android.media.MediaCodec, android.media.MediaFormat, android.view.Surface) took 113.837ms
11-30 15:20:49.340  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.appmanager cmp = com.facebook.oxygen.appmanager.webinstall.WebInstallDeepLinkActivity newState = 2 callingPackage = 10104/com.facebook.appmanager
11-30 15:20:49.340  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.appmanager cmp = com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkActivity newState = 2 callingPackage = 10104/com.facebook.appmanager
11-30 15:20:49.341  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.appmanager cmp = com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkActivityV2 newState = 1 callingPackage = 10104/com.facebook.appmanager
11-30 15:20:49.359  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.appmanager cmp = com.facebook.oxygen.appmanager.webinstall.WebInstallActivity newState = 2 callingPackage = 10104/com.facebook.appmanager
11-30 15:20:49.375  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.appmanager cmp = com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkActivityV2 newState = 1 callingPackage = 10104/com.facebook.appmanager
11-30 15:20:49.382  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.appmanager cmp = com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFbliteActivity newState = 1 callingPackage = 10104/com.facebook.appmanager
11-30 15:20:49.390  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.appmanager cmp = com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFB4AActivity newState = 2 callingPackage = 10104/com.facebook.appmanager
11-30 15:20:49.392  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.appmanager cmp = com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkInstagramActivity newState = 2 callingPackage = 10104/com.facebook.appmanager
11-30 15:20:49.393  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.appmanager cmp = com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkMessengerActivity newState = 1 callingPackage = 10104/com.facebook.appmanager
11-30 15:20:49.401  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.appmanager cmp = com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFbliteLoggedOutActivity newState = 2 callingPackage = 10104/com.facebook.appmanager
11-30 15:20:49.402  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.appmanager cmp = com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFB4ALoggedOutActivity newState = 2 callingPackage = 10104/com.facebook.appmanager
11-30 15:20:49.404  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.appmanager cmp = com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkInstagramLoggedOutActivity newState = 2 callingPackage = 10104/com.facebook.appmanager
11-30 15:20:49.406  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.appmanager cmp = com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkMessengerLoggedOutActivity newState = 2 callingPackage = 10104/com.facebook.appmanager
11-30 15:20:49.407  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.appmanager cmp = com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFbliteRestrictedActivity newState = 2 callingPackage = 10104/com.facebook.appmanager
11-30 15:20:49.409  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.appmanager cmp = com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFB4ARestrictedActivity newState = 2 callingPackage = 10104/com.facebook.appmanager
11-30 15:20:49.410  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.appmanager cmp = com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkInstagramRestrictedActivity newState = 2 callingPackage = 10104/com.facebook.appmanager
11-30 15:20:49.411  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.appmanager cmp = com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkMessengerRestrictedActivity newState = 2 callingPackage = 10104/com.facebook.appmanager
11-30 15:20:49.418  2985  2996 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.facebook.system user:0
11-30 15:20:49.556  2985  2996 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:20:49.556  2985  2996 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.facebook.system user:0
11-30 15:20:49.557  2985  2996 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:20:49.771 16067 28197 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.google.android.gms/shared_prefs/com.google.android.gms.safetynet.xml: [<1: 0, <2: 0, <4: 4, <8: 9, <16: 26, <32: 21, <64: 7, <128: 4, <256: 3, <512: 1, <1024: 6, <2048: 3, <4096: 1, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:20:49.858  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:49.858  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:49.858  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:49.900 28206 28206 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:20:49.901 28206 28206 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:20:49.902 28206 28206 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.facebook.system 
11-30 15:20:50.757  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10012 ,Container id: 0
11-30 15:20:50.757  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10012 ,Container id: 0
11-30 15:20:50.757  2985  3826 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:50.771  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10012 ,Container id: 0
11-30 15:20:50.771  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10012 ,Container id: 0
11-30 15:20:50.772  2985  3826 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:50.775 28206 28206 D ActivityThread: Added TimaKeyStore provider
11-30 15:20:50.858  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:50.858  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:50.858  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:51.232  2985  3826 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.rti.push.service.idsharing.FbnsSharingStateReceiver newState = 1 callingPackage = 10098/com.facebook.katana
11-30 15:20:51.233  2985  5081 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.rti.orca.FbnsLiteBroadcastReceiver newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:20:51.235  2985  3826 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.rti.orca.UpdateQeBroadcastReceiver newState = 1 callingPackage = 10098/com.facebook.katana
11-30 15:20:51.546 26841 28189 W CelloCake: [io-17] Running after 5869ms in queue: 'getObserverManager()'
11-30 15:20:51.550 26985 27378 W DittoLateInitJob: Ditto qe values updated, new state = DittoState{build id=332957690;in QE=false;enable ditto=false;patch name=;override=none;crash mitigation detected=false;extra config=0;sequential number=1;deadCodePluginNumBuckets=100;threadIdPluginNumBuckets=100}
11-30 15:20:51.578 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:51.579 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:51.579 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:20:51.587 26985 27378 W fb4a.SyncInitializer: Start regular sync initialization
11-30 15:20:51.770 28206 28206 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10012
11-30 15:20:51.771 28206 28206 D Proxy   : mdoP is null: 10012
11-30 15:20:51.833 26985 27378 D cloudgaminginterceptor: request intercepted: url=https://z-m-graph.facebook.com/graphql?_nc_eh=2,b56f1c17c414f548aef7a2ddbae40ec8,AQaLULtRDlOBbtSTpKknn6YpedX9zLtmP1OgIumJosMSEXDgrUlCLcLT0p7wviPoMsU
11-30 15:20:51.833 26985 27378 D relenginterceptor: RELENG rewrite skipped, config is disabled.
11-30 15:20:51.834 26985 27378 D defcontigonrelayernative: DefconTigonDelayer starting
11-30 15:20:51.834 26985 27378 D defcontigonrelayernative: DefconTigonDelayer skipped, config is disabled.
11-30 15:20:51.852  2985  3024 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.timeline.profilevideo.ProfileVideoShareActivityAlias newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:20:51.855  2985  3024 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.timeline.stagingground.Fb4aProfilePictureShareActivityAlias newState = 1 callingPackage = 10098/com.facebook.katana
11-30 15:20:51.858  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:51.858  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:51.858  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:51.858  2985  3024 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.timeline.stagingground.WorkProfilePictureShareActivityAlias newState = 2 callingPackage = 10098/com.facebook.katana
11-30 15:20:52.283  2985  3024 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.video.heroplayer.service.MainProcHeroService newState = 1 callingPackage = 10098/com.facebook.katana
11-30 15:20:52.587 26985 27360 W HeroServiceClient: finished mApplicationContext.bindService, bindCount 1
11-30 15:20:52.858  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:52.858  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:52.858  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:53.213 16033 16033 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE cmp=com.google.android.gms/.chimera.PersistentInternalBoundBrokerService }
11-30 15:20:53.281  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:20:53.281  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:20:53.281  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:20:53.703  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:20:53.703  2719  2795 E IptablesRestoreController: -D fw_standby_uid -m owner --uid-owner 15010227 -j DROP
11-30 15:20:53.703  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:20:53.761  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:20:53.761  2719  2795 E IptablesRestoreController: -D fw_standby_uid -m owner --uid-owner 15010227 -j DROP
11-30 15:20:53.761  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:20:53.761  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:20:53.858  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:53.858  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:53.858  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:54.332 26985 26985 W HeroServiceClient: onServiceConnected
11-30 15:20:54.393 21258 12611 E WakeLock: GCM_HB_ALARM release without a matched acquire!
11-30 15:20:54.420 26985 28236 W zygote  : Verification of java.util.List X.3tP.A03(java.lang.String, boolean) took 102.653ms
11-30 15:20:54.458 26985 27414 W HeroServiceClient: onServiceConnectedInternal()
11-30 15:20:54.491  2985  5081 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.appmanager cmp = com.facebook.oxygen.appmanager.nekodirect.NekoDirectProvider newState = 2 callingPackage = 10104/com.facebook.appmanager
11-30 15:20:54.501 26985 28236 W AudioCapabilities: Unsupported mime audio/x-ima
11-30 15:20:54.501  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.appmanager cmp = com.facebook.oxygen.appmanager.modules.api.ModulesApiProvider newState = 1 callingPackage = 10104/com.facebook.appmanager
11-30 15:20:54.507 26985 28236 W AudioCapabilities: Unsupported mime audio/mpeg-L1
11-30 15:20:54.508 26985 28236 W AudioCapabilities: Unsupported mime audio/mpeg-L2
11-30 15:20:54.511 26985 28236 W AudioCapabilities: Unsupported mime audio/x-ms-wma
11-30 15:20:54.519 26985 27414 W fb4a.2qA: creating VideoPerformanceTracking with event bus
11-30 15:20:54.559  6077  6077 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:20:54.566 26985 28236 W VideoCapabilities: Unsupported mime video/mp43
--------- beginning of system
11-30 15:20:54.571  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152058, SetElapsed=458761810, nowELAPSED=458758216
11-30 15:20:54.573  2985  3096 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20211130T152554 - CU:1000/CP:2985
11-30 15:20:54.574  2985  3096 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20211130T152554 - CU:1000/CP:2985
11-30 15:20:54.574 26985 28236 W VideoCapabilities: Unrecognized profile/level 1/32 for video/mp4v-es
11-30 15:20:54.574 26985 28236 W VideoCapabilities: Unrecognized profile/level 32768/2 for video/mp4v-es
11-30 15:20:54.574 26985 28236 W VideoCapabilities: Unrecognized profile/level 32768/64 for video/mp4v-es
11-30 15:20:54.577 26985 28236 W VideoCapabilities: Unsupported mime video/wvc1
11-30 15:20:54.579 26985 28236 W VideoCapabilities: Unsupported mime video/wvc1
11-30 15:20:54.589 26985 28236 W VideoCapabilities: Unsupported mime video/x-ms-wmv7
11-30 15:20:54.592 26985 28236 W VideoCapabilities: Unsupported mime video/x-ms-wmv8
11-30 15:20:54.598  2985  3096 V SamsungAlarmManager: Sending to uid : 11193 action=action_batch_upload alarm=Alarm{a15a907 type 2 when 458742483 com.instagram.android}
11-30 15:20:54.599  2985  3096 V SamsungAlarmManager: Sending to uid : 5002 action=com.samsung.android.communicationservice.ACTION_RESERVED_DELAY_CHECKING alarm=Alarm{7234a34 type 0 when 1638260439049 com.samsung.android.communicationservice}
11-30 15:20:54.599  2985  3000 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:20:54.600  2985  3000 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:20:54.600  2985  3000 D StorageManagerService: getExternalStorageMountMode : final mountMode=3, uid : 11193, packageName : com.instagram.android
11-30 15:20:54.600  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.instagram.android user:0
11-30 15:20:54.600  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:20:54.600  2985  3000 D ActivityManager: package  com.instagram.android, user - 0 is SDcard whitelisted
11-30 15:20:54.600  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.instagram.android user:0
11-30 15:20:54.600  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:20:54.611 26985 28236 I VideoCapabilities: Unsupported profile 4 for video/mp4v-es
11-30 15:20:54.614 28244 28244 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:20:54.617 28244 28244 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:20:54.618 28244 28244 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.instagram.android 
11-30 15:20:54.858  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:54.858  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:54.858  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:55.179 26985 27360 I ACodec  :  [] Now uninitialized
11-30 15:20:55.245  2985  3000 W ActivityManager: Slow operation: 646ms so far, now at startProcess: returned from zygote!
11-30 15:20:55.245  2985  3000 W ActivityManager: Slow operation: 646ms so far, now at startProcess: done updating battery stats
11-30 15:20:55.245  2985  3000 W ActivityManager: Slow operation: 646ms so far, now at startProcess: building log message
11-30 15:20:55.245  2985  3000 I ActivityManager: Start proc 28244:com.instagram.android/u0a1193 for broadcast com.instagram.android/com.instagram.analytics.uploadscheduler.AnalyticsUploadAlarmReceiver
11-30 15:20:55.245  2985  3000 W ActivityManager: Slow operation: 646ms so far, now at startProcess: starting to update pids map
11-30 15:20:55.245  2985  3000 W ActivityManager: Slow operation: 646ms so far, now at startProcess: done updating pids map
11-30 15:20:55.245  2985  3000 W ActivityManager: Slow operation: 646ms so far, now at startProcess: done starting proc!
11-30 15:20:55.246  2985  3096 V SamsungAlarmManager: Sending to uid : 10237 action=net.cashpop.id.Monitor alarm=Alarm{2daa05d type 3 when 458758215 net.cashpop.id}
11-30 15:20:55.264  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11193 ,Container id: 0
11-30 15:20:55.264  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11193 ,Container id: 0
11-30 15:20:55.264  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:55.266 13746 13746 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.mobstore.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:20:55.267  2985  3096 V SamsungAlarmManager: Sending to uid : 10227 action=com.google.android.chimera.container.NEW_MODULE_TIMEOUT alarm=Alarm{8e0cdd2 type 3 when 458758215 com.parallel.space.lite}
11-30 15:20:55.275  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11193 ,Container id: 0
11-30 15:20:55.275  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11193 ,Container id: 0
11-30 15:20:55.275  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:20:55.278  2985  3096 V SamsungAlarmManager: Sending to uid : 11108 action=com.google.android.chimera.container.NEW_MODULE_TIMEOUT alarm=Alarm{6c4d5a0 type 3 when 458758215 com.lbe.parallel.intl}
11-30 15:20:55.280 28244 28244 D ActivityThread: Added TimaKeyStore provider
11-30 15:20:55.281  2985  3096 D MARsPolicyManager: Blocked by policy:1 -- Caller is null!!
11-30 15:20:55.281  2985  3096 D MARsPolicyManager: Package: com.lbe.parallel.intl, userid: 0, hostingType: startService is Restricted by policy: applocker(1) caller is: null
11-30 15:20:55.283 26985 28253 I ACodec  : [] onAllocateComponent
11-30 15:20:55.288  2985  5081 I ActivityManager: DSS on for com.instagram.android and scale is 1.0
11-30 15:20:55.312 28244 28244 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 11193
11-30 15:20:55.313 28244 28244 D Proxy   : mdoP is null: 11193
11-30 15:20:55.345  2985  5081 D SamsungAlarmManager: Cancel Alarm calling from uid:10018 pid :16033 / op:PendingIntent{1ac452a: PendingIntentRecord{d0d0974 com.google.android.gms startService}}
11-30 15:20:55.370 26985 28253 I OMXClient: Treble IOmx obtained
11-30 15:20:55.510 28244 28244 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:20:55.711  2727  5396 I OMXMaster: makeComponentInstance(OMX.Exynos.avc.dec) in omx@1.0-service process
11-30 15:20:55.859  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:55.859  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:55.859  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:55.868  2727  5396 D libexynosv4l2: try node: /dev/video6
11-30 15:20:55.869  2727  5396 I libexynosv4l2: node found for device s5p-mfc-dec: /dev/video6
11-30 15:20:55.889  2727  5396 I libexynosv4l2: open video device /dev/video6
11-30 15:20:55.891 26985 28253 I ACodec  : [OMX.Exynos.avc.dec] Now Loaded
11-30 15:20:55.906 26985 28253 I ACodec  :  [OMX.Exynos.avc.dec] Now uninitialized
11-30 15:20:55.906 26985 28253 I ACodec  :  [] Now kWhatShutdownCompleted event : 8526
11-30 15:20:55.906 26985 28247 I MediaCodec: Codec shutdown complete
11-30 15:20:55.907 26985 27360 I ACodec  :  [] Now uninitialized
11-30 15:20:55.908 26985 28253 I ACodec  : [] onAllocateComponent
11-30 15:20:55.910 26985 28253 I OMXClient: Treble IOmx obtained
11-30 15:20:55.910  2727  5396 I OMXMaster: makeComponentInstance(OMX.Exynos.avc.dec) in omx@1.0-service process
11-30 15:20:55.917  2727  5396 D libexynosv4l2: try node: /dev/video6
11-30 15:20:55.917  2727  5396 I libexynosv4l2: node found for device s5p-mfc-dec: /dev/video6
11-30 15:20:55.922  2727  5396 I libexynosv4l2: open video device /dev/video6
11-30 15:20:55.923 26985 28253 I ACodec  : [OMX.Exynos.avc.dec] Now Loaded
11-30 15:20:55.926 26985 27360 I ACodec  :  [] Now uninitialized
11-30 15:20:55.927 26985 28270 I ACodec  : [] onAllocateComponent
11-30 15:20:55.928 26985 28270 I OMXClient: Treble IOmx obtained
11-30 15:20:55.928  2727  5396 I OMXMaster: makeComponentInstance(OMX.google.aac.decoder) in omx@1.0-service process
11-30 15:20:55.932 26985 28270 I ACodec  : [OMX.google.aac.decoder] Now Loaded
11-30 15:20:55.933 26985 28270 I ACodec  :  [OMX.google.aac.decoder] Now uninitialized
11-30 15:20:55.933 26985 28270 I ACodec  :  [] Now kWhatShutdownCompleted event : 8526
11-30 15:20:55.933 26985 28270 I MediaCodec: Codec shutdown complete
11-30 15:20:55.934 26985 27360 I ACodec  :  [] Now uninitialized
11-30 15:20:55.934 26985 28270 I ACodec  : [] onAllocateComponent
11-30 15:20:55.935 26985 28270 I OMXClient: Treble IOmx obtained
11-30 15:20:55.935  2727  5396 I OMXMaster: makeComponentInstance(OMX.google.aac.decoder) in omx@1.0-service process
11-30 15:20:55.937 26985 28270 I ACodec  : [OMX.google.aac.decoder] Now Loaded
11-30 15:20:56.151  2985  3826 D ConnectivityService: filterNetworkStateForUid() uid: 10098 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:20:56.859  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:56.859  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:56.859  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:56.904 26985 28253 W AMessage: failed to deliver message as target handler 1 is gone.
11-30 15:20:56.907  2985  3826 D SamsungAlarmManager: Cancel Alarm calling from uid:10018 pid :16067 / op:PendingIntent{be86f1b: PendingIntentRecord{3ea252f com.google.android.gms startService}}
11-30 15:20:56.932 26985 28270 W AMessage: failed to deliver message as target handler 6 is gone.
11-30 15:20:57.004 28244 28244 W CrashLoopRemedyLog: unable to delete remedy log, instaCrash: false
11-30 15:20:57.005 28244 28244 W CrashLoopRemedyLog: unable to delete remedy log, instaCrash: true
11-30 15:20:57.388 28206 28237 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.facebook.system/shared_prefs/audit.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 0, <64: 0, <128: 0, <256: 0, <512: 0, <1024: 0, <2048: 0, <4096: 1, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:20:57.388 28141 28186 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.facebook.appmanager/shared_prefs/com.facebook.appmanager_preferences.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 0, <64: 0, <128: 0, <256: 0, <512: 0, <1024: 0, <2048: 1, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:20:57.388 28141 28141 D QueuedWork: waited: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 0, <64: 0, <128: 0, <256: 0, <512: 0, <1024: 0, <2048: 1, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:20:57.689 26985 28220 E fb4a.FbnsAIDLClientManager: Max Try reached for binding to FbnsAIDLService, threadId 44103
11-30 15:20:57.719 26985 28220 E fb4a.FbnsAIDLClientManager: Fbns AIDL request got RemoteException
11-30 15:20:57.719 26985 28220 E fb4a.FbnsAIDLClientManager: android.os.RemoteException: AIDLService is not bound
11-30 15:20:57.719 26985 28220 E fb4a.FbnsAIDLClientManager: 	at X.0Rl.call(:416)
11-30 15:20:57.719 26985 28220 E fb4a.FbnsAIDLClientManager: 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
11-30 15:20:57.719 26985 28220 E fb4a.FbnsAIDLClientManager: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:20:57.719 26985 28220 E fb4a.FbnsAIDLClientManager: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:20:57.719 26985 28220 E fb4a.FbnsAIDLClientManager: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:20:57.754 26841 28159 W CelloCake: [io-16] Running after 6205ms in queue: 'getObserverManager()'
11-30 15:20:57.763 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:57.763 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:57.763 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:20:57.830  2985  2996 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:20:57.830  2985  2996 D BatteryService: level:19, scale:100, status:2, health:2, present:true, voltage: 3826, temperature: 319, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:20:57.830  2985  2996 D BatteryService: online:4, current avg:284, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:310
11-30 15:20:57.830  2985  2996 D BatteryService: stay LED for charging
11-30 15:20:57.830  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:20:57.833  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:20:57.833  2985  2985 I MotionRecognitionService: Plugged
11-30 15:20:57.833  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:20:57.833  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:20:57.834  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:20:57.836  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:20:57.836  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:20:57.836 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:57.836  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:20:57.836  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:20:57.836  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:20:57.836 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:57.836  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:20:57.836 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:20:57.837  2985  3007 D UsbDeviceManager: mps exists
11-30 15:20:57.838  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:20:57.838  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:20:57.839  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:20:57.839  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:20:57.839  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:20:57.840 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:20:57.840 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:20:57.849 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:20:57.849 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:20:57.856  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:20:57.857  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:20:57.858  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:20:57.858  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:20:57.859  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:57.859  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:57.859  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:57.859  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:20:57.860  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:20:57.921 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:57.922 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:57.922 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:20:58.141 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:58.141 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:58.142 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:20:58.165  2985  3096 D SamsungAlarmManager: Expired : 4
11-30 15:20:58.165  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152143, SetElapsed=458807130, nowELAPSED=458761810
11-30 15:20:58.165  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T152059, SetElapsed=458763644, nowELAPSED=458761810
11-30 15:20:58.166  2985  3096 V SamsungAlarmManager: Sending to uid : 1000 listener=android.app.AlarmManager$ListenerWrapper@1f27075 alarm=Alarm{db3b8b8 type 2 when 458761810 android}
11-30 15:20:58.169  2985  2985 D SamsungAlarmManager: setExact Listener (T:2/F:0/AC:false) 20211130T152106 - CU:1000/CP:2985
11-30 15:20:58.169  2985  2985 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152106, SetElapsed=458770181, nowELAPSED=458761814
11-30 15:20:58.363 26841 26897 E CelloDelayUploadFixer: [RxCachedThreadScheduler-6] Cleanup delay upload complete
11-30 15:20:58.379  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 10161 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:20:58.382 26930 26930 D ConnectivityManager: requestNetwork; CallingUid : 10161, CallingPid : 26930
11-30 15:20:58.387  2985  5081 D ConnectivityService: requestNetwork for uid/pid:10161/26930 NetworkRequest [ TRACK_DEFAULT id=5246, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:20:58.573  2985  3222 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 625]
11-30 15:20:58.573  2985  3222 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -63]
11-30 15:20:58.574  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5207. No change.
11-30 15:20:58.574  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/11)
11-30 15:20:58.574  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5081. No change.
11-30 15:20:58.574  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (10018/16067/4713)
11-30 15:20:58.574  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 4958. No change.
11-30 15:20:58.574  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 8. No change.
11-30 15:20:58.574  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 1. No change.
11-30 15:20:58.574  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5203. No change.
11-30 15:20:58.574  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 4621. No change.
11-30 15:20:58.574  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/7)
11-30 15:20:58.574  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/10)
11-30 15:20:58.574  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 4961. No change.
11-30 15:20:58.574  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5240. No change.
11-30 15:20:58.574  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5186. No change.
11-30 15:20:58.574  2985  3222 D ConnectivityService:   checking if request is : NetworkRequest [ REQUEST id=5245, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], satisfies : false
11-30 15:20:58.574  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 4960. No change.
11-30 15:20:58.574  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/5)
11-30 15:20:58.574  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 4617. No change.
11-30 15:20:58.574  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 4640. No change.
11-30 15:20:58.574  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 4959. No change.
11-30 15:20:58.574  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5187. No change.
11-30 15:20:58.574  2985  3222 D ConnectivityService:   checking if request is : NetworkRequest [ TRACK_DEFAULT id=5246, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], satisfies : true
11-30 15:20:58.574  2985  3222 D ConnectivityService: currentScore = 0, newScore = 60
11-30 15:20:58.574  2985  3222 D ConnectivityService: rematch for NetworkAgentInfo [WIFI () - 625]
11-30 15:20:58.574  2985  3222 D ConnectivityService:    accepting network in place of null
11-30 15:20:58.574  2985  3222 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ TRACK_DEFAULT id=5246, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:20:58.577  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:58.577  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:58.577  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:58.577  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:58.577  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:58.577  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:58.577  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:58.577  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:58.577  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:58.577  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:58.577  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:58.577  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:58.577  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:58.577  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:58.578  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:58.588  2985  3171 D WIFI_UT : got request NetworkRequest [ TRACK_DEFAULT id=5246, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:20:58.588  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 3. No change.
11-30 15:20:58.588  2985  3219 D WIFI_P2P: got request NetworkRequest [ TRACK_DEFAULT id=5246, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:20:58.588  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (10431/20330/4631)
11-30 15:20:58.588  2985  3219 D WIFI_P2P:   my score=60, my filter=[ Transports: WIFI Capabilities: WIFI_P2P&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:20:58.588  2985  3171 D WIFI_UT :   my score=2147483647, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:20:58.588  2985  3219 D WIFI_P2P: evalRequest
11-30 15:20:58.588  2985  3171 D WIFI_UT : evalRequest
11-30 15:20:58.588  2985  3219 D WIFI_P2P:   done
11-30 15:20:58.588  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 4628. No change.
11-30 15:20:58.588  2985  3171 D WIFI_UT :   needNetworkFor
11-30 15:20:58.588  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5222. No change.
11-30 15:20:58.588  2985  3171 D WIFI    : got request NetworkRequest [ TRACK_DEFAULT id=5246, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:20:58.588  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:58.588  2985  3171 D WIFI    :   my score=60, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:20:58.588  2985  3171 D WIFI    : evalRequest
11-30 15:20:58.588  2985  3171 D WIFI    :   needNetworkFor
11-30 15:20:58.588  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:58.588  2985  3453 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=5246, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:20:58.588  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:20:58.588  2985  3453 D Ethernet:   my score=-1, my filter=[ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps]
11-30 15:20:58.588  2985  3453 D Ethernet: evalRequest
11-30 15:20:58.588  2985  3453 D Ethernet:   done
11-30 15:20:58.592  3470  3470 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=5246, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:20:58.592  3470  3470 D PhoneSwitcherNetworkRequstListener:   my score=101, my filter=[ Transports: CELLULAR Capabilities: MMS&SUPL&DUN&FOTA&IMS&CBS&IA&RCS&XCAP&EIMS&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&ENT1&FOC Specifier: <android.net.MatchAllNetworkSpecifier@0>]
11-30 15:20:58.592  3470  3470 D PhoneSwitcherNetworkRequstListener: evalRequest
11-30 15:20:58.592  3470  3470 D PhoneSwitcherNetworkRequstListener:   needNetworkFor
11-30 15:20:58.622  2985  3222 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ TRACK_DEFAULT id=5246, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:20:58.622 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:58.622  2985  3222 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=5246, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:20:58.622 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:58.622  2985  3222 D ConnectivityService: sending notification CALLBACK_IP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=5246, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:20:58.622 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:20:58.623  2985  3826 D ConnectivityService: filterNetworkStateForUid() uid: 10161 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:20:58.638 28141 28146 I zygote  : Do partial code cache collection, code=30KB, data=21KB
11-30 15:20:58.638 28141 28146 I zygote  : After code cache collection, code=30KB, data=21KB
11-30 15:20:58.638 28141 28146 I zygote  : Increasing code cache capacity to 128KB
11-30 15:20:58.641 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:58.641 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:58.642 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:20:58.661 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:58.661 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:58.662 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:20:58.680 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:58.681 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:58.681 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:20:58.700 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:58.701 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:58.701 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:20:58.720 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:58.720 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:58.720 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:20:58.738 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:58.738 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:58.738 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:20:58.859  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:58.859  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:58.859  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:58.952 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:58.952 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:20:58.952  2985  2985 W Telecom : Logging: Stale Sessions Cleaned:
11-30 15:20:58.952  2985  2985 W Telecom : CSW.sDc@Z3I
11-30 15:20:58.952  2985  2985 W Telecom : 	CSW.sDc->DLTP.TH@Z3I
11-30 15:20:58.952  2985  2985 W Telecom : 	CSW.sDc->DLTP.TH@Z3I
11-30 15:20:58.952 26841 26881 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:20:58.975  4228  4228 D io_stats: !@ 179,0 r 54635527 1392467412 w 6047455 85335680 d 1201637 30544824 f 1076998 1076051 iot 29883380 29288698 th 51200 0 0 pt 0 inp 7 48 263957.968
11-30 15:20:58.987  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 7 99 -7 -200 -7 -200 -1 12 -99 -12 -10 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:20:58.987  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:20:59.363  2680  2680 E audit   : type=1400 audit(1638260459.346:39928): avc:  denied  { read } for  pid=28244 comm="stagram.android" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:20:59.363  2680  2680 E audit   : type=1300 audit(1638260459.346:39928): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=e8f6baa0 a2=20000 a3=0 items=0 ppid=2693 pid=28244 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="stagram.android" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:20:59.363  2680  2680 E audit   : type=1327 audit(1638260459.346:39928): proctitle="com.instagram.android"
11-30 15:20:59.422 28244 28244 W lacrima : Start JavaAppDeathCrashDetector... X.0hF
11-30 15:20:59.442 28244 28244 W lacrima : Send pending reports
11-30 15:20:59.492 28244 28244 W SoLoader: context.getApplicationContext returned null, holding reference to original context.ApplicationSoSource fallbacks to: /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/lib/arm
11-30 15:20:59.612 28244 28282 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:20:59.658 28244 28282 I zygote  : WaitForGcToComplete blocked ClassLinker on ClassLinker for 45.838ms
11-30 15:20:59.859  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:20:59.859  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:20:59.859  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:20:59.933 28244 28244 I zygote  : Thread[1,tid=28244,Native,Thread*=0xf1e7b000,peer=0x73b90f80,"main"] recursive attempt to load library "/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/lib/arm/libfb.so"
11-30 15:20:59.951 28244 28288 W Fixie   : Initialize IG_EARLY_NATIVE
11-30 15:20:59.951 28244 28288 W Fixie/NoSyncFixer: Enable NoSync
11-30 15:20:59.999  2985  3096 D SamsungAlarmManager: Expired : 8
11-30 15:20:59.999  2985  3096 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=458943644 , orig nextNonWakeup=0
11-30 15:20:59.999  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T152359, SetElapsed=458943644, nowELAPSED=458763644
11-30 15:21:00.029 28244 28288 D DistractUtil: Function fsync hooked with result=0
11-30 15:21:00.029 28244 28288 D DistractUtil: Function fdatasync hooked with result=0
11-30 15:21:00.030 28244 28288 D DistractUtil: Function msync hooked with result=0
11-30 15:21:00.030 28244 28288 D DistractUtil: Function sync hooked with result=0
11-30 15:21:00.273 28244 28288 V appstatelogger2: Registered App State Logger stream with Breakpad
11-30 15:21:00.297 28244 28244 W Verifier: Could not disable runtime verification
11-30 15:21:00.323 28244 28244 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:21:00.342 28244 28244 I zygote  : WaitForGcToComplete blocked ClassLinker on ClassLinker for 18.553ms
11-30 15:21:00.473 28244 28288 D appstatelogger2: Successfully distracted _ZN3art7Runtime31GetPreAllocatedOutOfMemoryErrorEv
11-30 15:21:00.487 26930 26930 D ConnectivityManager: unregisterNetworkCallback; CallingUid : 10161, CallingPid : 26930
11-30 15:21:00.488  2985  3222 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=5246, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] (release request)
11-30 15:21:00.489  2985  3222 D ConnectivityService:  Removing from current network NetworkAgentInfo [WIFI () - 625], leaving 56 requests.
11-30 15:21:00.489 28244 28288 W lacrima : Start AnrAppDeathDetector... X.0gr
11-30 15:21:00.757 28244 28288 W lacrima : Start AnrDetector... com.facebook.acra.anr.multisignal.MultiSignalANRDetector
11-30 15:21:00.757 28244 28288 W MultiSignalANRDetectorLacrima: Starting
11-30 15:21:00.757 28244 28288 W ProcessAnrErrorMonitor: startMonitoring with delay: 0
11-30 15:21:00.774 28244 28293 W ProcessAnrErrorMonitor: Starting process monitor checks for process 'com.instagram.android'
11-30 15:21:00.775 28244 28293 W MultiSignalANRDetectorLacrima: Started monitoring
11-30 15:21:00.817 28244 28292 W SigquitDetectorLacrima: nativeInit
11-30 15:21:00.825 28244 28292 D SigquitDetector: Signal catcher tid: 28255
11-30 15:21:00.825 28244 28292 D SigquitDetector: Initialized [Lacrima]
11-30 15:21:00.859  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:00.860  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:00.860  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:00.870 28244 28288 W NightwatchConfig: saveExitStatus false, useMmap true, monitorResources true, tickInfo 0, detectLmkd false, needNightWatch true
11-30 15:21:00.924 28244 28288 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordDataInNightWatch (JI)I with native method: recordDataInNightWatch (0xcd8e5bed). try use crit jni: no try use fast jni: no Used crit: no Used fast: no Used norm: yes crit jni supported: yes fast jni supported: no config is fast: no config is crit: no
11-30 15:21:00.924 28244 28288 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordTickInNightWatch (JJJJ)I with native method: recordTickInNightWatch (0xcd8e5bf7). try use crit jni: no try use fast jni: no Used crit: no Used fast: no Used norm: yes crit jni supported: yes fast jni supported: no config is fast: no config is crit: no
11-30 15:21:00.924 28244 28288 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nSaveResourceData ()Z with native method: saveResourceData (0xcd8e5c19). try use crit jni: no try use fast jni: no Used crit: no Used fast: no Used norm: yes crit jni supported: yes fast jni supported: no config is fast: no config is crit: no
11-30 15:21:00.924 28244 28288 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordDataInNightWatch (JI)I with native method: recordDataInNightWatch (0xcd8e5bed)
11-30 15:21:00.924 28244 28288 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordDataInNightWatch (JI)I with native method: recordDataInNightWatch (0xcd8e5bed)
11-30 15:21:00.924 28244 28288 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordTickInNightWatch (JJJJ)I with native method: recordTickInNightWatch (0xcd8e5bf7)
11-30 15:21:00.925 28244 28288 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordTickInNightWatch (JJJJ)I with native method: recordTickInNightWatch (0xcd8e5bf7)
11-30 15:21:00.925 28244 28288 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nSaveResourceData ()Z with native method: saveResourceData (0xcd8e5c19)
11-30 15:21:00.925 28244 28288 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nSaveResourceData ()Z with native method: saveResourceData (0xcd8e5c19)
11-30 15:21:00.935 28244 28288 D Nightwatch: Starting NightWatch. Using fast [yes] or critical [yes] native methods
11-30 15:21:00.935 28244 28288 D Nightwatch: NightWatch using: Binary path: /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/lib/arm/libwatcher_binary.so log path: /data/data/com.instagram.android/app_errorreporting/sess__000002821-1638260457117-6729e3df-e706-a83c-5028-fbfc6804e950/nightwatch.txt
11-30 15:21:00.935 28244 28288 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordDataInNightWatch (IIJI)I with native method: recordDataInNightWatch (0xcd8e5bed). try use crit jni: yes try use fast jni: no Used crit: yes Used fast: no Used norm: no crit jni supported: yes fast jni supported: no config is fast: no config is crit: yes
11-30 15:21:00.935 28244 28288 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordTickInNightWatch (IIJJJJ)I with native method: recordTickInNightWatch (0xcd8e5bf7). try use crit jni: yes try use fast jni: no Used crit: yes Used fast: no Used norm: no crit jni supported: yes fast jni supported: no config is fast: no config is crit: yes
11-30 15:21:00.935 28244 28288 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/NightwatchOreo.nSaveResourceData (II)Z with native method: saveResourceData (0xcd8e5c19). try use crit jni: yes try use fast jni: no Used crit: yes Used fast: no Used norm: no crit jni supported: yes fast jni supported: no config is fast: no config is crit: yes
11-30 15:21:00.935 28244 28288 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordDataInNightWatch (IIJI)I with native method: recordDataInNightWatch (0xcd8e5bed)
11-30 15:21:00.935 28244 28288 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordDataInNightWatch (IIJI)I with native method: recordDataInNightWatch (0xcd8e5bed)
11-30 15:21:00.935 28244 28288 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordTickInNightWatch (IIJJJJ)I with native method: recordTickInNightWatch (0xcd8e5bf7)
11-30 15:21:00.935 28244 28288 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordTickInNightWatch (IIJJJJ)I with native method: recordTickInNightWatch (0xcd8e5bf7)
11-30 15:21:00.935 28244 28288 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nSaveResourceData (II)Z with native method: saveResourceData (0xcd8e5c19)
11-30 15:21:00.935 28244 28288 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nSaveResourceData (II)Z with native method: saveResourceData (0xcd8e5c19)
11-30 15:21:00.939 28244 28288 I nightwatch-lib: watcher succeeded mmap /data/data/com.instagram.android/app_errorreporting/sess__000002821-1638260457117-6729e3df-e706-a83c-5028-fbfc6804e950/nightwatch.txt
11-30 15:21:00.939 28244 28288 D nightwatch-fd: Attempting to open file /proc/self/oom_adj
11-30 15:21:00.939 28244 28288 E nightwatch-fd: Unable to open /proc/self/oom_adj (mode read) : 13 : Permission denied
11-30 15:21:00.939 28244 28288 D nightwatch-fd: Attempting to open file /proc/self/oom_adj
11-30 15:21:00.939 28244 28288 D nightwatch-fd: Opened file /proc/self/oom_adj (69)
11-30 15:21:00.939 28244 28288 D nightwatch-fd: Attempting to open file /proc/self/oom_score_adj
11-30 15:21:00.939 28244 28288 E nightwatch-fd: Unable to open /proc/self/oom_score_adj (mode read) : 13 : Permission denied
11-30 15:21:00.939 28244 28288 D nightwatch-fd: Attempting to open file /proc/self/oom_score_adj
11-30 15:21:00.939 28244 28288 D nightwatch-fd: Opened file /proc/self/oom_score_adj (70)
11-30 15:21:00.940 28244 28288 I nightwatch-target: created thread to monitor process resources
11-30 15:21:00.940 28244 28306 D nightwatch-fd: Attempting to open file /proc/self/oom_score
11-30 15:21:00.940 28244 28306 D nightwatch-fd: Opened file /proc/self/oom_score (71)
11-30 15:21:00.940 28244 28306 I nightwatch-target: monitor resources interval 500 ms
11-30 15:21:00.941 28244 28306 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:21:00.941 28244 28306 E nightwatch-target: sysmeminfo parse failed
11-30 15:21:00.941  2680  2680 E audit   : type=1400 audit(1638260460.926:39929): avc:  denied  { read } for  pid=28306 comm="Lacrima_startup" name="file-nr" dev="proc" ino=38352303 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:21:00.941  2680  2680 E audit   : type=1300 audit(1638260460.926:39929): arch=40000028 syscall=334 per=8 success=no exit=-13 a0=ffffff9c a1=cd920890 a2=4 a3=0 items=0 ppid=2693 pid=28306 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:21:00.941  2680  2680 E audit   : type=1327 audit(1638260460.926:39929): proctitle="com.instagram.android"
11-30 15:21:00.941  2680  2680 E audit   : type=1400 audit(1638260460.926:39930): avc:  denied  { read } for  pid=28306 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:21:00.941  2680  2680 E audit   : type=1300 audit(1638260460.926:39930): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd9208b6 a2=20000 a3=0 items=0 ppid=2693 pid=28306 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:21:00.941  2680  2680 E audit   : type=1327 audit(1638260460.926:39930): proctitle="com.instagram.android"
11-30 15:21:00.998 28244 28288 W ApiBlockListExemption: We Succeeded getting the needed hidden api deps on this platform. Can we try to remove hidden APIs: Yes.
11-30 15:21:01.043 28244 28288 W HiddenApis: Could not construct hidden api class X.IApplicationThreadBinderHookWrapper
11-30 15:21:01.043 28244 28288 W HiddenApis: 	Error:  ClassNotFoundException=X.IApplicationThreadBinderHookWrapper
11-30 15:21:01.089 28244 28288 W HiddenApis: 		 at java.lang.Class.classForName(Native Method)
11-30 15:21:01.089 28244 28288 W HiddenApis: 		 at java.lang.Class.forName(Class.java:453)
11-30 15:21:01.089 28244 28288 W HiddenApis: 		 at java.lang.Class.forName(Class.java:378)
11-30 15:21:01.090 28244 28288 W HiddenApis: 		 at X.0JN.A07(:62)
11-30 15:21:01.090 28244 28288 W HiddenApis: 		 at X.0Fr.A01(:110)
11-30 15:21:01.090 28244 28288 W HiddenApis: 		 at X.0VP.A02(:2)
11-30 15:21:01.090 28244 28288 W HiddenApis: 		 at X.0G7.A03(:532)
11-30 15:21:01.090 28244 28288 W HiddenApis: 		 at X.0fh.B4i(:92)
11-30 15:21:01.090 28244 28288 W HiddenApis: 		 at X.0W6.run(:33)
11-30 15:21:01.090 28244 28288 W HiddenApis: 		 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:21:01.090 28244 28288 W HiddenApis: 		 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:21:01.090 28244 28288 W HiddenApis: 		 at X.0NS.run(:9)
11-30 15:21:01.090 28244 28288 W HiddenApis: 		Cause:  ClassNotFoundException=Didn't find class "X.IApplicationThreadBinderHookWrapper" on path: DexPathList[[zip file "/system/framework/com.google.android.maps.jar", zip file "/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/base.apk", zip file "/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_openh264decoder.apk", zip file "/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_openh264encoder.apk", zip file "/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_pytorch.apk"],nativeLibraryDirectories=[/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/lib/arm, /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/base.apk!/lib/armeabi-v7a, /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_openh264decoder.apk!/lib/armeabi-v7a, /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_openh264encoder.apk!/lib/armeabi-v7a, /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_pytorch.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
11-30 15:21:01.095 28244 28288 W HiddenApis: 			 at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125)
11-30 15:21:01.095 28244 28288 W HiddenApis: 			 at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
11-30 15:21:01.095 28244 28288 W HiddenApis: 			 at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
11-30 15:21:01.095 28244 28288 W HiddenApis: 			 at java.lang.Class.classForName(Native Method)
11-30 15:21:01.095 28244 28288 W HiddenApis: 			 at java.lang.Class.forName(Class.java:453)
11-30 15:21:01.095 28244 28288 W HiddenApis: 			 at java.lang.Class.forName(Class.java:378)
11-30 15:21:01.095 28244 28288 W HiddenApis: 			 at X.0JN.A07(:62)
11-30 15:21:01.095 28244 28288 W HiddenApis: 			 at X.0Fr.A01(:110)
11-30 15:21:01.096 28244 28288 W HiddenApis: 			 at X.0VP.A02(:2)
11-30 15:21:01.096 28244 28288 W HiddenApis: 			 at X.0G7.A03(:532)
11-30 15:21:01.096 28244 28288 W HiddenApis: 			 at X.0fh.B4i(:92)
11-30 15:21:01.096 28244 28288 W HiddenApis: 			 at X.0W6.run(:33)
11-30 15:21:01.096 28244 28288 W HiddenApis: 			 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:21:01.096 28244 28288 W HiddenApis: 			 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:21:01.096 28244 28288 W HiddenApis: 			 at X.0NS.run(:9)
11-30 15:21:01.097 28244 28288 W IApplicationThreadFactory: Cannot construct AppThread wrapper X.IApplicationThreadBinderHookWrapper (deps: [android.app.IApplicationThread]) for binder hook null (cls: com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook).
11-30 15:21:01.097 28244 28288 W IApplicationThreadFactory: 	Error:  0JL=Could not construct hidden api class X.IApplicationThreadBinderHookWrapper deps ([android.app.IApplicationThread]) params: ([< SubType Instance cls: com.facebook.common.binderhooker.BinderHook parma val: [BinderHook ActivityThreadBinderHooker$ApplicationThreadBinderHook(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook) Hooked Data: Not Hooked] [cls: com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook] >, < SubType Instance cls: android.os.Binder parma val: android.app.ActivityThread$ApplicationThread@d19502d [cls: android.app.ActivityThread$ApplicationThread] >])
11-30 15:21:01.097 28244 28288 W IApplicationThreadFactory: 		 at X.0JN.A07(:479)
11-30 15:21:01.097 28244 28288 W IApplicationThreadFactory: 		 at X.0Fr.A01(:110)
11-30 15:21:01.097 28244 28288 W IApplicationThreadFactory: 		 at X.0VP.A02(:2)
11-30 15:21:01.097 28244 28288 W IApplicationThreadFactory: 		 at X.0G7.A03(:532)
11-30 15:21:01.097 28244 28288 W IApplicationThreadFactory: 		 at X.0fh.B4i(:92)
11-30 15:21:01.097 28244 28288 W IApplicationThreadFactory: 		 at X.0W6.run(:33)
11-30 15:21:01.097 28244 28288 W IApplicationThreadFactory: 		 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:21:01.097 28244 28288 W IApplicationThreadFactory: 		 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:21:01.097 28244 28288 W IApplicationThreadFactory: 		 at X.0NS.run(:9)
11-30 15:21:01.098 28244 28288 W IApplicationThreadFactory: 		Cause:  ClassNotFoundException=X.IApplicationThreadBinderHookWrapper
11-30 15:21:01.098 28244 28288 W IApplicationThreadFactory: 			 at java.lang.Class.classForName(Native Method)
11-30 15:21:01.098 28244 28288 W IApplicationThreadFactory: 			 at java.lang.Class.forName(Class.java:453)
11-30 15:21:01.098 28244 28288 W IApplicationThreadFactory: 			 at java.lang.Class.forName(Class.java:378)
11-30 15:21:01.098 28244 28288 W IApplicationThreadFactory: 			 at X.0JN.A07(:62)
11-30 15:21:01.098 28244 28288 W IApplicationThreadFactory: 			 at X.0Fr.A01(:110)
11-30 15:21:01.098 28244 28288 W IApplicationThreadFactory: 			 at X.0VP.A02(:2)
11-30 15:21:01.098 28244 28288 W IApplicationThreadFactory: 			 at X.0G7.A03(:532)
11-30 15:21:01.098 28244 28288 W IApplicationThreadFactory: 			 at X.0fh.B4i(:92)
11-30 15:21:01.098 28244 28288 W IApplicationThreadFactory: 			 at X.0W6.run(:33)
11-30 15:21:01.098 28244 28288 W IApplicationThreadFactory: 			 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:21:01.098 28244 28288 W IApplicationThreadFactory: 			 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:21:01.098 28244 28288 W IApplicationThreadFactory: 			 at X.0NS.run(:9)
11-30 15:21:01.099 28244 28288 W IApplicationThreadFactory: 		Cause:  ClassNotFoundException=Didn't find class "X.IApplicationThreadBinderHookWrapper" on path: DexPathList[[zip file "/system/framework/com.google.android.maps.jar", zip file "/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/base.apk", zip file "/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_openh264decoder.apk", zip file "/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_openh264encoder.apk", zip file "/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_pytorch.apk"],nativeLibraryDirectories=[/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/lib/arm, /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/base.apk!/lib/armeabi-v7a, /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_openh264decoder.apk!/lib/armeabi-v7a, /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_openh264encoder.apk!/lib/armeabi-v7a, /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_pytorch.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
11-30 15:21:01.099 28244 28288 W IApplicationThreadFactory: 			 at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125)
11-30 15:21:01.099 28244 28288 W IApplicationThreadFactory: 			 at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
11-30 15:21:01.099 28244 28288 W IApplicationThreadFactory: 			 at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
11-30 15:21:01.099 28244 28288 W IApplicationThreadFactory: 			 at java.lang.Class.classForName(Native Method)
11-30 15:21:01.099 28244 28288 W IApplicationThreadFactory: 			 at java.lang.Class.forName(Class.java:453)
11-30 15:21:01.099 28244 28288 W IApplicationThreadFactory: 			 at java.lang.Class.forName(Class.java:378)
11-30 15:21:01.099 28244 28288 W IApplicationThreadFactory: 			 at X.0JN.A07(:62)
11-30 15:21:01.099 28244 28288 W IApplicationThreadFactory: 			 at X.0Fr.A01(:110)
11-30 15:21:01.099 28244 28288 W IApplicationThreadFactory: 			 at X.0VP.A02(:2)
11-30 15:21:01.099 28244 28288 W IApplicationThreadFactory: 			 at X.0G7.A03(:532)
11-30 15:21:01.099 28244 28288 W IApplicationThreadFactory: 			 at X.0fh.B4i(:92)
11-30 15:21:01.099 28244 28288 W IApplicationThreadFactory: 			 at X.0W6.run(:33)
11-30 15:21:01.099 28244 28288 W IApplicationThreadFactory: 			 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:21:01.100 28244 28288 W IApplicationThreadFactory: 			 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:21:01.100 28244 28288 W IApplicationThreadFactory: 			 at X.0NS.run(:9)
11-30 15:21:01.100 28244 28288 W ActivityThreadBinderHooker: Failed creating a wrapped binder hook. Defaulting to normal binder hook
11-30 15:21:01.108 28244 28288 D BinderHooker: Called hook binder
11-30 15:21:01.108 28244 28288 D BinderHooker: Starting init of BinderHooker
11-30 15:21:01.122 28244 28288 D BinderHooker: Binder Hooker was successfully inited [StrongPointer dep is supported] [Parcel dep is supported]
11-30 15:21:01.122 28244 28288 D BinderHooker: Attempting to hook javaObjectForIBinder.
11-30 15:21:01.128 28244 28288 D BinderHooker: javaObjectForIBinder hooked successfully
11-30 15:21:01.128 28244 28288 D BinderHooker: Is a binder hook class, seeing if we need to unwrap it.
11-30 15:21:01.129 28244 28288 D BinderHooker: Attempting to hook binder android.app.ActivityThread$ApplicationThread with binder com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook
11-30 15:21:01.129 28244 28288 D BinderHooker: Getting IBinder obj for android.app.ActivityThread$ApplicationThread
11-30 15:21:01.129 28244 28288 D BinderHooker: Getting IBinder for android.app.ActivityThread$ApplicationThread 0xcee87040
11-30 15:21:01.129 28244 28288 D BinderHooker: Calling java to create a parcel and write jobj 0xcee87040 to it. 
11-30 15:21:01.129 28244 28288 D BinderHooker: Got Parcel Ptr 0xe72213a0 for java obj 0xcee87040.
11-30 15:21:01.129 28244 28288 D BinderHooker: Call readStrongBinder(0xe72213a0) ret not null? yes sp: f1dc8320.
11-30 15:21:01.129 28244 28288 D BinderHooker: Finished getting IBinder obj for android.app.ActivityThread$ApplicationThread. Got f1dc8320.
11-30 15:21:01.129 28244 28288 D BinderHooker: Taking and locking Strong IBinder ref f1dc8320 for android.app.ActivityThread$ApplicationThread
11-30 15:21:01.129 28244 28288 D BinderHooker: FINISHED taking and locking Strong IBinder ref f1dc8320 for android.app.ActivityThread$ApplicationThread
11-30 15:21:01.129 28244 28288 D BinderHooker: Got binder ptr f1dc8320 for the given val
11-30 15:21:01.129 28244 28288 D BinderHooker: Setting Orig javaBBinder mObjectPtr for android.app.ActivityThread$ApplicationThread because it has not been set before
11-30 15:21:01.129 28244 28288 D BinderHooker: Finished Setting Orig javaBBinder mObjectPtr
11-30 15:21:01.129 28244 28288 D BinderHooker: Setting javaBBinder mObjectPtr 0xf1dc8330 (orig: 0x1c36) for android.app.ActivityThread$ApplicationThread
11-30 15:21:01.129 28244 28288 D BinderHooker: Getting IBinder obj for com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook
11-30 15:21:01.129 28244 28288 D BinderHooker: Getting IBinder for com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook 0xcee87044
11-30 15:21:01.129 28244 28288 D BinderHooker: Calling java to create a parcel and write jobj 0xcee87044 to it. 
11-30 15:21:01.129 28244 28288 D BinderHooker: Got Parcel Ptr 0xf1e30878 for java obj 0xcee87044.
11-30 15:21:01.129 28244 28288 D BinderHooker: Call readStrongBinder(0xf1e30878) ret not null? yes sp: cdee2640.
11-30 15:21:01.129 28244 28288 D BinderHooker: Finished getting IBinder obj for com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook. Got cdee2640.
11-30 15:21:01.129 28244 28288 D BinderHooker: Taking and locking Strong IBinder ref cdee2640 for com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook
11-30 15:21:01.129 28244 28288 D BinderHooker: FINISHED taking and locking Strong IBinder ref cdee2640 for com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook
11-30 15:21:01.129 28244 28288 D BinderHooker: Got binder ptr cdee2640 for the given val
11-30 15:21:01.129 28244 28288 D BinderHooker: Setting Orig javaBBinder mObjectPtr for com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook because it has not been set before
11-30 15:21:01.129 28244 28288 D BinderHooker: Finished Setting Orig javaBBinder mObjectPtr
11-30 15:21:01.129 28244 28288 D BinderHooker: Setting javaBBinder mObjectPtr 0xcdee2650 (orig: 0x1ef6) for com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook
11-30 15:21:01.130 28244 28288 D BinderHooker: We already have a strong binder ref
11-30 15:21:01.130 28244 28288 D BinderHooker: We already have a strong binder ref
11-30 15:21:01.130 28244 28288 D BinderHooker: Successfully prepared hooking binder and will now perform.  Use Transparent Conv: yes 
11-30 15:21:01.130 28244 28288 D BinderHooker: 		Hooked: android.app.ActivityThread$ApplicationThread 
11-30 15:21:01.130 28244 28288 D BinderHooker: 		Hooked with: com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook
11-30 15:21:01.130 28244 28288 D BinderHooker: Attempting to set binder hook data on the hook object
11-30 15:21:01.130 28244 28288 D BinderHooker: Finished setting binder hook data on the hook object
11-30 15:21:01.130 28244 28288 D BinderHooker: Finished hooking binder. Success: yes 
11-30 15:21:01.130 28244 28288 D BinderHooker: 		Hooked: android.app.ActivityThread$ApplicationThread 
11-30 15:21:01.130 28244 28288 D BinderHooker: 		Hooked with: com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook
11-30 15:21:01.203 28244 28257 W JavaBinder: BinderProxy is being destroyed but the application did not call unlinkToDeath to unlink all of its death recipients beforehand.  Releasing leaked death recipient: X.0OU
11-30 15:21:01.204  2985  2996 D ConnectivityService: filterNetworkStateForUid() uid: 10161 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:01.225 28244 28288 D BinderHooker: Got binder ptr e743fac0 for the given val
11-30 15:21:01.225 28244 28251 I zygote  : Do partial code cache collection, code=13KB, data=24KB
11-30 15:21:01.225 28244 28288 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:01.225 28244 28251 I zygote  : After code cache collection, code=13KB, data=24KB
11-30 15:21:01.225 28244 28251 I zygote  : Increasing code cache capacity to 128KB
11-30 15:21:01.226 28244 28251 I zygote  : Compiler allocated 8MB to compile boolean X.0uH.A0B(android.os.StrictMode$ThreadPolicy, java.lang.String, java.lang.String, java.lang.String, int)
11-30 15:21:01.227 28244 28244 W lacrima : LacrimaInitializer.init
11-30 15:21:01.232  2985  2996 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.google.android.youtube, uid = 10161
11-30 15:21:01.234 28244 28244 W Fixie   : Initialize IG_NEED_INIT
11-30 15:21:01.237  2985  2996 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:21:01.237  2985  2996 D WifiPermissionsUtil: Denied: no location permission
11-30 15:21:01.237  2985  2996 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:21:01.239  2985  2996 D ConnectivityService: filterNetworkStateForUid() uid: 10161 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:01.240  2985  2996 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.google.android.youtube, uid = 10161
11-30 15:21:01.240  2985  2996 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:21:01.240  2985  2996 D WifiPermissionsUtil: Denied: no location permission
11-30 15:21:01.240  2985  2996 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:21:01.262  2985  3003 E BatteryExternalStatsWorker: no controller energy info supplied for wifi
11-30 15:21:01.262  2985  3003 E BatteryExternalStatsWorker: no controller energy info supplied for bluetooth
11-30 15:21:01.383  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 6 99 -6 -200 -6 -200 -1 10 -101 -13 -10 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:21:01.383  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:21:01.442 28244 28306 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:21:01.442 28244 28306 E nightwatch-target: sysmeminfo parse failed
11-30 15:21:01.442  2680  2680 E audit   : type=1400 audit(1638260461.426:39931): avc:  denied  { read } for  pid=28306 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:21:01.442  2680  2680 E audit   : type=1300 audit(1638260461.426:39931): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd9208b6 a2=20000 a3=0 items=0 ppid=2693 pid=28306 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:21:01.442  2680  2680 E audit   : type=1327 audit(1638260461.426:39931): proctitle="com.instagram.android"
11-30 15:21:01.648  2985  3003 E BatteryExternalStatsWorker: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0}
11-30 15:21:01.710 28244 28288 W dalvik-internals: sigaction64 not found, falling back
11-30 15:21:01.710 28244 28288 W dalvik-internals: sigaction succeeded
11-30 15:21:01.718 28244 28288 W dalvik-internals: ignoring failure to find _ZN3art12FaultManager35EnsureArtActionInFrontOfSignalChainEv: could not hook _ZN3art12FaultManager35EnsureArtActionInFrontOfSignalChainEv
11-30 15:21:01.718 28244 28288 V dalvik-internals: hooked signal using trap ()
11-30 15:21:01.718 28244 28288 V dalvik-internals: hooked sysv_signal using trap ()
11-30 15:21:01.718 28244 28288 V dalvik-internals: hooked bsd_signal using trap ()
11-30 15:21:01.718 28244 28288 V dalvik-internals: hooked sigaction using trap ()
11-30 15:21:01.719 28244 28288 I dalvik-internals: integrateWithCrashLog crashlog: /data/user/0/com.instagram.android/crash_log, insta_crashlog: /data/user/0/com.instagram.android/insta_crash_log
11-30 15:21:01.719 28244 28288 I dalvik-internals: installed sigmux crash handler for crash log
11-30 15:21:01.738  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 10161 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:01.738  2985  5081 I chatty  : uid=1000(system) Binder:2985_13 identical 1 line
11-30 15:21:01.739  2985  5081 D WifiPermissionsUtil: canAccessScanResults: pkgName = com.google.android.youtube, uid = 10161
11-30 15:21:01.739  2985  5081 D WifiPermissionsUtil: Denied: canCallingUidAccessLocation = false, canAppPackageUseLocation = false
11-30 15:21:01.739  2985  5081 D WifiPermissionsUtil: Denied: no location permission
11-30 15:21:01.739  2985  5081 D WifiPermissionsUtil: Denied: The current config is not for an open network.
11-30 15:21:01.740  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 10161 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:01.860  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:01.860  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:01.860  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:01.983  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:21:02.443 28244 28306 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:21:02.443 28244 28306 E nightwatch-target: sysmeminfo parse failed
11-30 15:21:02.443  2680  2680 E audit   : type=1400 audit(1638260462.426:39932): avc:  denied  { read } for  pid=28306 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:21:02.443  2680  2680 E audit   : type=1300 audit(1638260462.426:39932): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd9208b6 a2=20000 a3=0 items=0 ppid=2693 pid=28306 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:21:02.443  2680  2680 E audit   : type=1327 audit(1638260462.426:39932): proctitle="com.instagram.android"
11-30 15:21:02.727 28244 28319 W QPLConfig: failed to load config
11-30 15:21:02.727 28244 28319 W QPLConfig: java.io.FileNotFoundException: /data/user/0/com.instagram.android/app_qpl/qpl_sampling_config_v2.null (No such file or directory)
11-30 15:21:02.727 28244 28319 W QPLConfig: 	at java.io.FileInputStream.open0(Native Method)
11-30 15:21:02.727 28244 28319 W QPLConfig: 	at java.io.FileInputStream.open(FileInputStream.java:200)
11-30 15:21:02.727 28244 28319 W QPLConfig: 	at java.io.FileInputStream.<init>(FileInputStream.java:150)
11-30 15:21:02.727 28244 28319 W QPLConfig: 	at X.0mD.run(:75)
11-30 15:21:02.727 28244 28319 W QPLConfig: 	at X.0du.run(:2)
11-30 15:21:02.727 28244 28319 W QPLConfig: 	at X.0cy.run(:31)
11-30 15:21:02.727 28244 28319 W QPLConfig: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:21:02.727 28244 28319 W QPLConfig: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:21:02.727 28244 28319 W QPLConfig: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:21:02.727 28244 28319 W QPLConfig: 	at X.0Yh.run(:5)
11-30 15:21:02.779 28244 28291 W MultiSignalANRDetectorLacrima: Pausing error state checks
11-30 15:21:02.860  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:02.860  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:02.860  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:03.297  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:21:03.297  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:21:03.297  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:21:03.297  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:21:03.312  2985  7619 D SSRM:aU : SIOP:: AP:462(430,0) BAT:319(319,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:21:03.444 28244 28306 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:21:03.444 28244 28306 E nightwatch-target: sysmeminfo parse failed
11-30 15:21:03.444  2680  2680 E audit   : type=1400 audit(1638260463.426:39933): avc:  denied  { read } for  pid=28306 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:21:03.444  2680  2680 E audit   : type=1300 audit(1638260463.426:39933): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd9208b6 a2=20000 a3=0 items=0 ppid=2693 pid=28306 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:21:03.444  2680  2680 E audit   : type=1327 audit(1638260463.426:39933): proctitle="com.instagram.android"
11-30 15:21:03.806  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:21:03.806  2719  2795 E IptablesRestoreController: -A fw_standby_uid -m owner --uid-owner 15010227 -j DROP
11-30 15:21:03.806  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:21:03.841  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:21:03.841  2719  2795 E IptablesRestoreController: -A fw_standby_uid -m owner --uid-owner 15010227 -j DROP
11-30 15:21:03.841  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:21:03.841  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:21:03.860  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:03.860  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:03.860  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:03.979  4228  4228 D io_stats: !@ 179,0 r 54640953 1392651624 w 6048207 85363664 d 1201714 30548128 f 1077015 1076068 iot 29888390 29294732 th 51200 0 0 pt 0 inp 2 136 263962.971
11-30 15:21:04.445 28244 28306 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:21:04.446 28244 28306 E nightwatch-target: sysmeminfo parse failed
11-30 15:21:04.446  2680  2680 E audit   : type=1400 audit(1638260464.426:39936): avc:  denied  { read } for  pid=28306 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:21:04.446  2680  2680 E audit   : type=1300 audit(1638260464.426:39936): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd9208b6 a2=20000 a3=0 items=0 ppid=2693 pid=28306 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:21:04.446  2680  2680 E audit   : type=1327 audit(1638260464.426:39936): proctitle="com.instagram.android"
11-30 15:21:04.860  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:04.860  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:04.861  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:05.447 28244 28306 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:21:05.447 28244 28306 E nightwatch-target: sysmeminfo parse failed
11-30 15:21:05.447  2680  2680 E audit   : type=1400 audit(1638260465.436:39937): avc:  denied  { read } for  pid=28306 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:21:05.447  2680  2680 E audit   : type=1300 audit(1638260465.436:39937): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd9208b6 a2=20000 a3=0 items=0 ppid=2693 pid=28306 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:21:05.448  2680  2680 E audit   : type=1327 audit(1638260465.436:39937): proctitle="com.instagram.android"
11-30 15:21:05.861  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:05.861  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:05.861  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:05.962 13010 13265 E WakeLock: IntentOp:com.google.android.gms/.chimera.GmsIntentOperationService ** IS FORCE-RELEASED ON TIMEOUT **
11-30 15:21:05.996  2680  2680 E audit   : type=1400 audit(1638260465.976:39938): avc:  denied  { read } for  pid=28244 comm="stagram.android" name="vmstat" dev="proc" ino=4026534951 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:21:05.996  2680  2680 E audit   : type=1300 audit(1638260465.976:39938): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cca71320 a2=20000 a3=0 items=0 ppid=2693 pid=28244 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="stagram.android" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:21:05.996  2680  2680 E audit   : type=1327 audit(1638260465.976:39938): proctitle="com.instagram.android"
11-30 15:21:06.448 28244 28306 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:21:06.448 28244 28306 E nightwatch-target: sysmeminfo parse failed
11-30 15:21:06.448  2680  2680 E audit   : type=1400 audit(1638260466.436:39939): avc:  denied  { read } for  pid=28306 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:21:06.449  2680  2680 E audit   : type=1300 audit(1638260466.436:39939): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd9208b6 a2=20000 a3=0 items=0 ppid=2693 pid=28306 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:21:06.449  2680  2680 E audit   : type=1327 audit(1638260466.436:39939): proctitle="com.instagram.android"
11-30 15:21:06.780 26930 26943 W zygote  : Suspending all threads took: 121.599ms
11-30 15:21:06.782  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 10161 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:06.849  2985  3096 D SamsungAlarmManager: Expired : 4
11-30 15:21:06.849  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152143, SetElapsed=458807130, nowELAPSED=458770494
11-30 15:21:06.849  2985  3096 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=458943644 , orig nextNonWakeup=0
11-30 15:21:06.850 26930 26930 D ConnectivityManager: requestNetwork; CallingUid : 10161, CallingPid : 26930
11-30 15:21:06.861  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:06.861  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:06.861  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:07.171  2985  3096 V SamsungAlarmManager: Sending to uid : 1000 action=android.intent.action.TIME_TICK alarm=Alarm{ee2bfe8 type 3 when 458763644 android}
11-30 15:21:07.172  2985  3096 V SamsungAlarmManager: Sending to uid : 1000 listener=android.app.AlarmManager$ListenerWrapper@e1de691 alarm=Alarm{2749601 type 2 when 458770181 android}
11-30 15:21:07.172  2985  3096 V SamsungAlarmManager: Sending to uid : 10069 action=com.samsung.action.EVERY_MINUTE_CLOCK_UPDATE alarm=Alarm{68c36e7 type 1 when 1638260460000 com.sec.android.app.launcher}
11-30 15:21:07.226  2985  5081 D ConnectivityService: requestNetwork for uid/pid:10161/26930 NetworkRequest [ TRACK_DEFAULT id=5247, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:21:07.236  2985  3222 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 625]
11-30 15:21:07.236  2985  3222 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -63]
11-30 15:21:07.236  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5207. No change.
11-30 15:21:07.236  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/11)
11-30 15:21:07.236  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5081. No change.
11-30 15:21:07.236  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (10018/16067/4713)
11-30 15:21:07.236  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 4958. No change.
11-30 15:21:07.236  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 8. No change.
11-30 15:21:07.236  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:21:07.236  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 1. No change.
11-30 15:21:07.236  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5203. No change.
11-30 15:21:07.236  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:21:07.236  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 4621. No change.
11-30 15:21:07.236  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/7)
11-30 15:21:07.236  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:21:07.236  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/10)
11-30 15:21:07.237  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 4961. No change.
11-30 15:21:07.237  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5240. No change.
11-30 15:21:07.237  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5186. No change.
11-30 15:21:07.237  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:21:07.237  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:21:07.237  2985  3222 D ConnectivityService:   checking if request is : NetworkRequest [ REQUEST id=5245, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], satisfies : false
11-30 15:21:07.237  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=16067, UID=10018, requestID=4713}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:21:07.237  2985  3222 D ConnectivityService:   checking if request is : NetworkRequest [ TRACK_DEFAULT id=5247, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], satisfies : true
11-30 15:21:07.237  2985  3222 D ConnectivityService: currentScore = 0, newScore = 60
11-30 15:21:07.237  2985  3222 D ConnectivityService: rematch for NetworkAgentInfo [WIFI () - 625]
11-30 15:21:07.237  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:21:07.237  2985  3222 D ConnectivityService:    accepting network in place of null
11-30 15:21:07.237  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:21:07.237  2985  3222 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ TRACK_DEFAULT id=5247, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:21:07.237  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:21:07.237  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:21:07.237  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:21:07.237  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:21:07.239  2985  3453 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=5247, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:21:07.239  2985  3171 D WIFI_UT : got request NetworkRequest [ TRACK_DEFAULT id=5247, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:21:07.239  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 4960. No change.
11-30 15:21:07.239  2985  3219 D WIFI_P2P: got request NetworkRequest [ TRACK_DEFAULT id=5247, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:21:07.239  2985  3171 D WIFI_UT :   my score=2147483647, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:21:07.239  2985  3453 D Ethernet:   my score=-1, my filter=[ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps]
11-30 15:21:07.239  2985  3171 D WIFI_UT : evalRequest
11-30 15:21:07.239  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/5)
11-30 15:21:07.239  2985  3219 D WIFI_P2P:   my score=60, my filter=[ Transports: WIFI Capabilities: WIFI_P2P&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:21:07.239  2985  3171 D WIFI_UT :   needNetworkFor
11-30 15:21:07.239  2985  3453 D Ethernet: evalRequest
11-30 15:21:07.239  2985  3453 D Ethernet:   done
11-30 15:21:07.239  2985  3171 D WIFI    : got request NetworkRequest [ TRACK_DEFAULT id=5247, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:21:07.239  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 4617. No change.
11-30 15:21:07.239  2985  3219 D WIFI_P2P: evalRequest
11-30 15:21:07.239  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 4640. No change.
11-30 15:21:07.239  2985  3219 D WIFI_P2P:   done
11-30 15:21:07.239  2985  3171 D WIFI    :   my score=60, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:21:07.239  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 4959. No change.
11-30 15:21:07.239  2985  3171 D WIFI    : evalRequest
11-30 15:21:07.239  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:21:07.239  2985  3171 D WIFI    :   needNetworkFor
11-30 15:21:07.239  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5187. No change.
11-30 15:21:07.239  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:21:07.239  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 3. No change.
11-30 15:21:07.239  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (10431/20330/4631)
11-30 15:21:07.239  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:21:07.239  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 4628. No change.
11-30 15:21:07.239  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5222. No change.
11-30 15:21:07.239  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:21:07.240  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:21:07.240  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=20330, UID=10431, requestID=4631}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:21:07.240  3470  3470 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=5247, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:21:07.240  2985  3222 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ TRACK_DEFAULT id=5247, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:21:07.240  2985  3222 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=5247, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:21:07.240  3470  3470 D PhoneSwitcherNetworkRequstListener:   my score=101, my filter=[ Transports: CELLULAR Capabilities: MMS&SUPL&DUN&FOTA&IMS&CBS&IA&RCS&XCAP&EIMS&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&ENT1&FOC Specifier: <android.net.MatchAllNetworkSpecifier@0>]
11-30 15:21:07.240  3470  3470 D PhoneSwitcherNetworkRequstListener: evalRequest
11-30 15:21:07.240  2985  3222 D ConnectivityService: sending notification CALLBACK_IP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=5247, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:21:07.240  3470  3470 D PhoneSwitcherNetworkRequstListener:   needNetworkFor
11-30 15:21:07.241  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 10161 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:07.262  2985  2985 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20211130T152124 - CU:1000/CP:2985
11-30 15:21:07.262  2985  2985 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152124, SetElapsed=458788399, nowELAPSED=458770907
11-30 15:21:07.363  2985  2985 D SamsungAlarmManager: setExact Intent (T:3/F:1/AC:false) 20211130T152200 - CU:1000/CP:2985
11-30 15:21:07.363  2985  2985 V AlarmManager: ___SyncScheduler (v3) ACTIVATED___
11-30 15:21:07.449 28244 28306 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:21:07.449 28244 28306 E nightwatch-target: sysmeminfo parse failed
11-30 15:21:07.450  2680  2680 E audit   : type=1400 audit(1638260467.436:39940): avc:  denied  { read } for  pid=28306 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:21:07.450  2680  2680 E audit   : type=1300 audit(1638260467.436:39940): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd9208b6 a2=20000 a3=0 items=0 ppid=2693 pid=28306 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:21:07.450  2680  2680 E audit   : type=1327 audit(1638260467.436:39940): proctitle="com.instagram.android"
11-30 15:21:07.595  2985  2985 V AlarmManagerEXT: <AppSync3 Whitelist>
11-30 15:21:07.595  2985  2985 V AlarmManagerEXT: (AppSync) com.srin.indramayu : 900(300)
11-30 15:21:07.595  2985  2985 V AlarmManagerEXT: (AppSync) com.google.android.apps.maps : 21600(21780)
11-30 15:21:07.596  2985  2985 V AlarmManagerEXT: (AppSync) com.facebook.services : 900(900)
11-30 15:21:07.596  2985  2985 V AlarmManagerEXT: (AppSync) ### 3 added ###
11-30 15:21:07.597  3510  3617 D KeyguardUpdateMonitor: received broadcast android.intent.action.TIME_TICK
11-30 15:21:07.597  3510  3510 D KeyguardServiceBoxContainer: refreshTime() 1
11-30 15:21:07.600 26930 26930 D ConnectivityManager: unregisterNetworkCallback; CallingUid : 10161, CallingPid : 26930
11-30 15:21:07.600  2985  3222 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=5247, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] (release request)
11-30 15:21:07.601  2985  3222 D ConnectivityService:  Removing from current network NetworkAgentInfo [WIFI () - 625], leaving 56 requests.
11-30 15:21:07.861  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:07.861  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:07.861  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:07.941  2985  5081 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:21:08.020  2985  5081 D BatteryService: level:19, scale:100, status:2, health:2, present:true, voltage: 3818, temperature: 320, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:21:08.020  2985  5081 D BatteryService: online:4, current avg:343, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:395
11-30 15:21:08.020  2985  5081 D BatteryService: stay LED for charging
11-30 15:21:08.028  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:21:08.029  2985  3001 W Looper  : Dispatch took 427ms on android.ui, h=Handler (com.android.server.am.ActivityManagerService$UiHandler) {2c94e88} cb=null msg=53
11-30 15:21:08.030  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:21:08.031  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:21:08.034  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:21:08.063  2985  2985 I MotionRecognitionService: Plugged
11-30 15:21:08.063  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:21:08.063  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:21:08.063  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:21:08.071 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:21:08.071 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:21:08.078 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:21:08.078 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:21:08.082  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:21:08.082  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:21:08.082  2985  3007 D UsbDeviceManager: mps exists
11-30 15:21:08.083  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:21:08.083  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:21:08.113  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:21:08.114  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:21:08.130 28244 28261 D BinderHooker: Got binder ptr e8f36680 for the given val
11-30 15:21:08.143  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:21:08.143  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:21:08.144  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:21:08.144  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:21:08.402  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:21:08.403  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:21:08.438  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:21:08.438  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:21:08.438  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:21:08.439 28244 28251 I zygote  : Do partial code cache collection, code=52KB, data=40KB
11-30 15:21:08.440 28244 28251 I zygote  : After code cache collection, code=52KB, data=40KB
11-30 15:21:08.440 28244 28251 I zygote  : Increasing code cache capacity to 256KB
11-30 15:21:08.450 28244 28306 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:21:08.450 28244 28306 E nightwatch-target: sysmeminfo parse failed
11-30 15:21:08.450  2680  2680 E audit   : type=1400 audit(1638260468.436:39941): avc:  denied  { read } for  pid=28306 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:21:08.450  2680  2680 E audit   : type=1300 audit(1638260468.436:39941): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd9208b6 a2=20000 a3=0 items=0 ppid=2693 pid=28306 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:21:08.451  2680  2680 E audit   : type=1327 audit(1638260468.436:39941): proctitle="com.instagram.android"
11-30 15:21:08.550  2985  5093 D JobServiceContext: sendStopMessageLocked stop reason: cancel() called by app
11-30 15:21:08.861  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:08.861  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:08.861  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:08.983  4228  4228 D io_stats: !@ 179,0 r 54643100 1392734204 w 6049527 85412160 d 1201715 30548184 f 1077019 1076072 iot 29893390 29299668 th 51200 0 0 pt 0 inp 3 34 263967.974
11-30 15:21:09.452 28244 28306 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:21:09.452 28244 28306 E nightwatch-target: sysmeminfo parse failed
11-30 15:21:09.452  2680  2680 E audit   : type=1400 audit(1638260469.436:39942): avc:  denied  { read } for  pid=28306 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:21:09.452  2680  2680 E audit   : type=1300 audit(1638260469.436:39942): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd9208b6 a2=20000 a3=0 items=0 ppid=2693 pid=28306 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:21:09.452  2680  2680 E audit   : type=1327 audit(1638260469.436:39942): proctitle="com.instagram.android"
11-30 15:21:09.777 28244 28300 D NetworkSecurityConfig: Using Network Security Config from resource fb_network_security_config debugBuild: false
11-30 15:21:09.808  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:21:09.813  2985  2996 D ConnectivityService: filterNetworkStateForUid() uid: 11193 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:09.829 28244 28300 W zygote  : JNI RegisterNativeMethods: attempt to register 0 native methods for com.facebook.msys.mci.EventLoggingData
11-30 15:21:09.861  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:09.861  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:09.861  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:09.865 28244 28244 D BinderHooker: Got binder ptr e761df80 for the given val
11-30 15:21:09.865 28244 28244 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:09.866 28244 28297 D BinderHooker: Got binder ptr e9108dc0 for the given val
11-30 15:21:09.866 28244 28297 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:09.888 28244 28244 W FrscLanguagePackLoader: Loading FRSC strings for locale (en)
11-30 15:21:09.901 28244 28297 D BinderHooker: Got binder ptr e9108e80 for the given val
11-30 15:21:09.901 28244 28297 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:09.961 28244 28301 D BinderHooker: Got binder ptr e38acec0 for the given val
11-30 15:21:09.961 28244 28301 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:09.972 28244 28297 D BinderHooker: Got binder ptr e917e240 for the given val
11-30 15:21:09.972 28244 28297 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:10.036  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:21:10.120 28244 28300 D BinderHooker: Got binder ptr e917e5c0 for the given val
11-30 15:21:10.120 28244 28300 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:10.178 28244 28299 D BinderHooker: Got binder ptr e38acec0 for the given val
11-30 15:21:10.178 28244 28299 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:10.189 28244 28299 D BinderHooker: Got binder ptr e9108a00 for the given val
11-30 15:21:10.189 28244 28299 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:10.195  2706  2706 W keystore: ENTER remove operation from uid 11193
11-30 15:21:10.207 28244 28301 D BinderHooker: Got binder ptr e38acec0 for the given val
11-30 15:21:10.207 28244 28301 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:10.213 28244 28295 D BinderHooker: Got binder ptr e38acec0 for the given val
11-30 15:21:10.213 28244 28295 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:10.215 28244 28295 D BinderHooker: Got binder ptr e38acdc0 for the given val
11-30 15:21:10.216 28244 28295 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:10.219  2706  2706 W keystore: ENTER remove operation from uid 11193
11-30 15:21:10.227 28244 28301 D BinderHooker: Got binder ptr e38acec0 for the given val
11-30 15:21:10.227 28244 28301 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:10.236 28244 28299 D BinderHooker: Got binder ptr e38acec0 for the given val
11-30 15:21:10.236 28244 28299 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:10.238 28244 28299 D BinderHooker: Got binder ptr e91089c0 for the given val
11-30 15:21:10.238 28244 28299 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:10.242  2706  2706 W keystore: ENTER remove operation from uid 11193
11-30 15:21:10.243 28244 28297 I zygote  : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
11-30 15:21:10.313 28244 28297 I CameraManagerGlobal: Connecting to camera service
11-30 15:21:10.314 28244 28297 D BinderHooker: Got binder ptr e917e180 for the given val
11-30 15:21:10.314 28244 28297 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:10.325 28244 28297 D VendorTagDescriptor: addVendorDescriptor: vendor tag id 3854507339 added
11-30 15:21:10.352 28244 28380 I zygote  : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
11-30 15:21:10.440 28244 28353 W FrscLanguagePackLoader: FRSC English strings buffer size - (limit : 523260, capacity : 523260)
11-30 15:21:10.445 28244 28244 D CACHE_HINTS: Entering madvise file
11-30 15:21:10.447 28244 28244 D CACHE_HINTS: MADVISE_RAND file 0xc865f000 7782399 /data/data/com.instagram.android/app_restricks/layouts.bin
11-30 15:21:10.453 28244 28306 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:21:10.453 28244 28306 E nightwatch-target: sysmeminfo parse failed
11-30 15:21:10.453  2680  2680 E audit   : type=1400 audit(1638260470.436:39943): avc:  denied  { read } for  pid=28306 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:21:10.453  2680  2680 E audit   : type=1300 audit(1638260470.436:39943): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd9208b6 a2=20000 a3=0 items=0 ppid=2693 pid=28306 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:21:10.453  2680  2680 E audit   : type=1327 audit(1638260470.436:39943): proctitle="com.instagram.android"
11-30 15:21:10.792  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.direct.share.handler.DirectShareHandlerActivity newState = 1 callingPackage = 11193/com.instagram.android
11-30 15:21:10.801  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.direct.share.handler.DirectShareHandlerActivityInterop newState = 2 callingPackage = 11193/com.instagram.android
11-30 15:21:10.803  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.direct.share.handler.DirectExternalMediaShareActivityPhoto newState = 1 callingPackage = 11193/com.instagram.android
11-30 15:21:10.808  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.direct.share.handler.DirectExternalMediaShareActivityPhotoInterop newState = 2 callingPackage = 11193/com.instagram.android
11-30 15:21:10.810  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.direct.share.handler.DirectExternalMediaShareActivityVideo newState = 1 callingPackage = 11193/com.instagram.android
11-30 15:21:10.814  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.direct.share.handler.DirectExternalMediaShareActivityVideoInterop newState = 2 callingPackage = 11193/com.instagram.android
11-30 15:21:10.825 28244 28397 W IgSharedPreferences: getAll was used, which can cause ConcurrentModificationExceptions
11-30 15:21:10.825 28244 28397 W IgSharedPreferences: java.lang.Throwable
11-30 15:21:10.825 28244 28397 W IgSharedPreferences: 	at X.0Vu.getAll(:9)
11-30 15:21:10.825 28244 28397 W IgSharedPreferences: 	at X.2aK.run(:4)
11-30 15:21:10.825 28244 28397 W IgSharedPreferences: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:21:10.825 28244 28397 W IgSharedPreferences: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:21:10.825 28244 28397 W IgSharedPreferences: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:21:10.825 28244 28397 W IgSharedPreferences: 	at X.0Yh.run(:5)
11-30 15:21:10.825 28244 28397 W IgSharedPreferences: getAll was used, which can cause ConcurrentModificationExceptions
11-30 15:21:10.825 28244 28397 W IgSharedPreferences: java.lang.Throwable
11-30 15:21:10.825 28244 28397 W IgSharedPreferences: 	at X.0Vu.getAll(:9)
11-30 15:21:10.825 28244 28397 W IgSharedPreferences: 	at X.0Vu.getAll(:21)
11-30 15:21:10.825 28244 28397 W IgSharedPreferences: 	at X.2aK.run(:4)
11-30 15:21:10.825 28244 28397 W IgSharedPreferences: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:21:10.825 28244 28397 W IgSharedPreferences: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:21:10.825 28244 28397 W IgSharedPreferences: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:21:10.825 28244 28397 W IgSharedPreferences: 	at X.0Yh.run(:5)
11-30 15:21:10.862  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:10.862  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:10.862  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:11.003 28244 28303 W IgSharedPreferences: getAll was used, which can cause ConcurrentModificationExceptions
11-30 15:21:11.003 28244 28303 W IgSharedPreferences: java.lang.Throwable
11-30 15:21:11.003 28244 28303 W IgSharedPreferences: 	at X.0Vu.getAll(:9)
11-30 15:21:11.003 28244 28303 W IgSharedPreferences: 	at X.1Lx.A02(:2)
11-30 15:21:11.003 28244 28303 W IgSharedPreferences: 	at X.2bu.run(:4)
11-30 15:21:11.003 28244 28303 W IgSharedPreferences: 	at X.1MU.A00(:35)
11-30 15:21:11.003 28244 28303 W IgSharedPreferences: 	at kotlin.coroutines.jvm.internal.CoroutineContinuationImplMergingSLambdaShape2S0301000.invokeSuspend(:2754)
11-30 15:21:11.003 28244 28303 W IgSharedPreferences: 	at X.1OK.resumeWith(:6)
11-30 15:21:11.003 28244 28303 W IgSharedPreferences: 	at X.1PH.run(:100)
11-30 15:21:11.003 28244 28303 W IgSharedPreferences: 	at X.1PZ.run(:2)
11-30 15:21:11.003 28244 28303 W IgSharedPreferences: 	at X.0Yb.run(:96)
11-30 15:21:11.004 28244 28303 W IgSharedPreferences: getAll was used, which can cause ConcurrentModificationExceptions
11-30 15:21:11.004 28244 28303 W IgSharedPreferences: java.lang.Throwable
11-30 15:21:11.004 28244 28303 W IgSharedPreferences: 	at X.0Vu.getAll(:9)
11-30 15:21:11.004 28244 28303 W IgSharedPreferences: 	at X.0Vu.getAll(:21)
11-30 15:21:11.004 28244 28303 W IgSharedPreferences: 	at X.1Lx.A02(:2)
11-30 15:21:11.004 28244 28303 W IgSharedPreferences: 	at X.2bu.run(:4)
11-30 15:21:11.004 28244 28303 W IgSharedPreferences: 	at X.1MU.A00(:35)
11-30 15:21:11.004 28244 28303 W IgSharedPreferences: 	at kotlin.coroutines.jvm.internal.CoroutineContinuationImplMergingSLambdaShape2S0301000.invokeSuspend(:2754)
11-30 15:21:11.004 28244 28303 W IgSharedPreferences: 	at X.1OK.resumeWith(:6)
11-30 15:21:11.004 28244 28303 W IgSharedPreferences: 	at X.1PH.run(:100)
11-30 15:21:11.004 28244 28303 W IgSharedPreferences: 	at X.1PZ.run(:2)
11-30 15:21:11.004 28244 28303 W IgSharedPreferences: 	at X.0Yb.run(:96)
11-30 15:21:11.025  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.fbpay.w3c.ipc.IsReadyToPayServiceImpl newState = 2 callingPackage = 11193/com.instagram.android
11-30 15:21:11.026  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.fbpay.w3c.ipc.FBPaymentServiceImpl newState = 2 callingPackage = 11193/com.instagram.android
11-30 15:21:11.026  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.fbpay.w3c.views.PaymentActivity newState = 2 callingPackage = 11193/com.instagram.android
11-30 15:21:11.125 28244 28244 D BinderHooker: Got binder ptr ca735940 for the given val
11-30 15:21:11.125 28244 28244 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:11.126 28244 28244 D BinderHooker: Got binder ptr ca735940 for the given val
11-30 15:21:11.126 28244 28244 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:11.128 28244 28244 D BinderHooker: Got binder ptr ca735940 for the given val
11-30 15:21:11.128 28244 28244 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:11.175 28244 28390 D BinderHooker: Got binder ptr c85a8200 for the given val
11-30 15:21:11.175 28244 28390 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:11.175 28244 28392 D BinderHooker: Got binder ptr c85a8680 for the given val
11-30 15:21:11.175 28244 28392 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:11.180  2985  3826 D SamsungAlarmManager: setInexact Intent (T:2/F:0/AC:false) 20211130T152611 - CU:11193/CP:28244
11-30 15:21:11.187  2985  5093 D SamsungAlarmManager: setExact Intent (T:2/F:5/AC:false) 20211130T152611 - CU:11193/CP:28244
11-30 15:21:11.220 28244 28407 W AudioCapabilities: Unsupported mime audio/x-ima
11-30 15:21:11.226 28244 28407 W AudioCapabilities: Unsupported mime audio/mpeg-L1
11-30 15:21:11.227 28244 28407 W AudioCapabilities: Unsupported mime audio/mpeg-L2
11-30 15:21:11.231 28244 28407 W AudioCapabilities: Unsupported mime audio/x-ms-wma
11-30 15:21:11.264 28244 28407 W VideoCapabilities: Unsupported mime video/mp43
11-30 15:21:11.271 28244 28407 W VideoCapabilities: Unrecognized profile/level 1/32 for video/mp4v-es
11-30 15:21:11.271 28244 28407 W VideoCapabilities: Unrecognized profile/level 32768/2 for video/mp4v-es
11-30 15:21:11.271 28244 28407 W VideoCapabilities: Unrecognized profile/level 32768/64 for video/mp4v-es
11-30 15:21:11.271 28244 28408 D BinderHooker: Got binder ptr e917ef00 for the given val
11-30 15:21:11.271 28244 28408 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:11.273 28244 28408 D BinderHooker: Got binder ptr e917ef00 for the given val
11-30 15:21:11.273 28244 28408 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:11.273 28244 28407 W VideoCapabilities: Unsupported mime video/wvc1
11-30 15:21:11.273 28244 28408 D BinderHooker: Got binder ptr e917ef00 for the given val
11-30 15:21:11.273 28244 28408 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:11.274 28244 28408 D BinderHooker: Got binder ptr e917ef00 for the given val
11-30 15:21:11.274 28244 28408 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:11.275 28244 28407 W VideoCapabilities: Unsupported mime video/wvc1
11-30 15:21:11.286 28244 28407 W VideoCapabilities: Unsupported mime video/x-ms-wmv7
11-30 15:21:11.287  2985  5093 D ConnectivityService: filterNetworkStateForUid() uid: 11193 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:11.288 28244 28407 W VideoCapabilities: Unsupported mime video/x-ms-wmv8
11-30 15:21:11.297 28244 28244 W ErrorReporter: ErrorReportingDiagnosticData.setInstance already set.
11-30 15:21:11.300  2985  5093 D ConnectivityService: filterNetworkStateForUid() uid: 11193 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:11.305 28244 28407 I VideoCapabilities: Unsupported profile 4 for video/mp4v-es
11-30 15:21:11.331  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:21:11.429 28244 28251 I zygote  : Do full code cache collection, code=122KB, data=84KB
11-30 15:21:11.429 28244 28251 I zygote  : After code cache collection, code=86KB, data=52KB
11-30 15:21:11.486 28244 28251 I zygote  : Do partial code cache collection, code=101KB, data=57KB
11-30 15:21:11.487 28244 28251 I zygote  : After code cache collection, code=96KB, data=56KB
11-30 15:21:11.487 28244 28251 I zygote  : Increasing code cache capacity to 512KB
11-30 15:21:11.601 28244 28408 D BinderHooker: Got binder ptr c85a8140 for the given val
11-30 15:21:11.601 28244 28408 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:11.862  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:11.862  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:11.862  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:12.133 28244 28244 D BinderHooker: Got binder ptr ca735d80 for the given val
11-30 15:21:12.133 28244 28244 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:12.142 28244 28423 W FileBasedMultiProcessTracker: <default>: Initializing FileBasedMultiProcessTracking using /data/user/0/com.instagram.android/app_multiprocess_tracking
11-30 15:21:12.143 28244 28423 W FileBasedMultiProcessTracker: <default>: Creating file to track 28244
11-30 15:21:12.163 28244 28423 W FileBasedMultiProcessTracker: <default>: FileBasedMultiProcessTracker ready!
11-30 15:21:12.163 28244 28424 W FileBasedMultiProcessTracker: <default>: Observed removed PID: 23219
11-30 15:21:12.207 28244 28392 D BinderHooker: Got binder ptr c85a8b40 for the given val
11-30 15:21:12.208 28244 28392 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:12.212  2985  5093 D SamsungAlarmManager: setInexact Intent (T:2/F:0/AC:false) 20211130T152612 - CU:11193/CP:28244
11-30 15:21:12.227 28244 28291 D DistractUtil: Function _ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE hooked with result=0
11-30 15:21:12.227 28244 28291 D SigquitDetector: Hooked methods [Lacrima]
11-30 15:21:12.228 28244 28244 D BinderHooker: Got binder ptr c8259d00 for the given val
11-30 15:21:12.228 28244 28244 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:12.251  2985  3826 D SamsungAlarmManager: setExact Intent (T:2/F:5/AC:false) 20211130T152612 - CU:11193/CP:28244
11-30 15:21:12.257 27475 27475 D CS/MessageReservationSendReceiver: onReceive()- action:com.samsung.android.communicationservice.ACTION_RESERVED_DELAY_CHECKING
11-30 15:21:12.260 27475 27475 D CS/ReservationManager: resetAfterConnected()
11-30 15:21:12.260 28244 28408 D BinderHooker: Got binder ptr c85a8340 for the given val
11-30 15:21:12.260 28244 28408 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:12.262 28244 28408 D BinderHooker: Got binder ptr c85a8340 for the given val
11-30 15:21:12.262 28244 28408 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:12.263 28244 28408 D BinderHooker: Got binder ptr c85a8340 for the given val
11-30 15:21:12.263 28244 28408 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:12.263 28244 28408 D BinderHooker: Got binder ptr c85a8340 for the given val
11-30 15:21:12.264 28244 28408 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:12.264  2985  3826 D ConnectivityService: filterNetworkStateForUid() uid: 11193 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:12.272  2985  2996 D ConnectivityService: filterNetworkStateForUid() uid: 11193 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:12.276  2985  3826 I ActivityManager: KPU : put [com.samsung.storyservice] : 3067 K
11-30 15:21:12.276  2985  3826 I ActivityManager: Killing 26291:com.samsung.storyservice/5004 (adj 900): DHA:empty #41
11-30 15:21:12.278  2985  3826 I ActivityManager: KPU : put [com.samsung.faceservice] : 21195 K
11-30 15:21:12.278  2985  3826 I ActivityManager: Killing 26524:com.samsung.faceservice/5004 (adj 900): DHA:empty #41
11-30 15:21:12.278  2985  3826 I ActivityManager: KPU : put [com.google.android.gms.ui] : 6132 K
11-30 15:21:12.278  2985  3826 I ActivityManager: Killing 26461:com.google.android.gms.ui/u0a18 (adj 906): DHA:empty #41
11-30 15:21:12.342  4604  4604 I Launcher: onReceive: com.samsung.action.EVERY_MINUTE_CLOCK_UPDATE
11-30 15:21:12.350  2985  5093 D SamsungAlarmManager: setInexact Intent (T:1/F:0/AC:false) 20211130T152200 - CU:10069/CP:4604
11-30 15:21:12.350  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.sec.android.app.clockpackage
11-30 15:21:12.352  4604  4604 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:21:12.360  2985  3002 I zygote  : Successfully killed process cgroup uid 5004 pid 26291 in 81ms
11-30 15:21:12.370   559   559 I ServiceManager: [#CMH#] Disconnected to Service  com.samsung.storyservice.StoryService
11-30 15:21:12.371  2985  3002 I zygote  : Successfully killed process cgroup uid 5004 pid 26524 in 10ms
11-30 15:21:12.371   559   559 I ServiceManager: [#CMH#] Disconnected to Service  com.samsung.faceservice.FaceService
11-30 15:21:12.371   559   559 I chatty  : uid=5004(oem_5004) com.samsung.cmh:CMH identical 1 line
11-30 15:21:12.371   559   559 I ServiceManager: [#CMH#] Disconnected to Service  com.samsung.faceservice.FaceService
11-30 15:21:12.371  2985  3002 I zygote  : Successfully killed process cgroup uid 10018 pid 26461 in 0ms
11-30 15:21:12.371   559   559 I ServiceManager: [#CMH#] Disconnected to Service  com.samsung.faceservice.FaceService
11-30 15:21:12.371   559   559 I chatty  : uid=5004(oem_5004) com.samsung.cmh:CMH identical 1 line
11-30 15:21:12.371   559   559 I ServiceManager: [#CMH#] Disconnected to Service  com.samsung.faceservice.FaceService
11-30 15:21:12.394  4604  4604 I LiveIconManager: getLiveIcon: complete(sync_created)
11-30 15:21:12.394  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.sec.android.app.clockpackage
11-30 15:21:12.394  3470  3482 D TP/MmsSmsProvider: query, match:4000, calling pid = 27475, accessRestricted = false
11-30 15:21:12.403  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.samsung.android.calendar
11-30 15:21:12.403  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.samsung.android.calendar
11-30 15:21:12.479  2985  3070 W Choreographer: Frame time is 14.624627 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:21:12.484  2985  5093 W ActivityManager: Scheduling restart of crashed service com.samsung.storyservice/.StoryService in 1000ms
11-30 15:21:12.493  2985  3824 W ActivityManager: Scheduling restart of crashed service com.samsung.faceservice/.FaceService in 10990ms
11-30 15:21:12.508 28244 28393 D BinderHooker: Got binder ptr c85a8b40 for the given val
11-30 15:21:12.508 28244 28393 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:12.509 28244 28244 D BinderHooker: Got binder ptr cad53380 for the given val
11-30 15:21:12.509 28244 28244 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:12.510  2985  5081 D SamsungAlarmManager: Cancel Alarm calling from uid:11193 pid :28244 / op:PendingIntent{cd396fb: PendingIntentRecord{cba400 com.instagram.android startService}}
11-30 15:21:12.511  3470  3482 D TP/MmsSmsProvider: query, match 4000:Elapsed time : 116.737 ms
11-30 15:21:12.517  2985  3001 W Looper  : Dispatch took 133ms on android.ui, h=Handler (com.android.server.am.ActivityManagerService$UiHandler) {2c94e88} cb=null msg=32
11-30 15:21:12.537 28244 28244 D BinderHooker: Got binder ptr cad533c0 for the given val
11-30 15:21:12.537 28244 28244 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:12.537 28244 28361 D BinderHooker: Got binder ptr e743fe40 for the given val
11-30 15:21:12.537 28244 28361 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:12.537 28244 28408 D BinderHooker: Got binder ptr c85a8140 for the given val
11-30 15:21:12.537 28244 28408 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:12.541 28244 28365 D BinderHooker: Got binder ptr e38efd60 for the given val
11-30 15:21:12.544  2985  3827 D AudioService: isEnabled
11-30 15:21:12.551  2985  3827 D AudioService: getStreamVolume 3 index 10
11-30 15:21:12.554 28244 28365 D BinderHooker: Got binder ptr e38efe00 for the given val
11-30 15:21:12.554  2985  3827 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.push.FbnsInitBroadcastReceiver newState = 1 callingPackage = 11193/com.instagram.android
11-30 15:21:12.573 28244 28435 D BinderHooker: Got binder ptr e761d380 for the given val
11-30 15:21:12.573 28244 28435 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:12.575 28244 28435 D BinderHooker: Got binder ptr e761d380 for the given val
11-30 15:21:12.575 28244 28435 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:12.575 28244 28244 D BinderHooker: Got binder ptr e761d380 for the given val
11-30 15:21:12.575 28244 28244 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:12.580 28244 28435 D BinderHooker: Got binder ptr e761d540 for the given val
11-30 15:21:12.580 28244 28435 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:12.582 28244 28244 D BinderHooker: Got binder ptr e761d280 for the given val
11-30 15:21:12.582 28244 28244 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:12.626  2985  3827 D ConnectivityService: filterNetworkStateForUid() uid: 10212 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:12.628  2985  3827 D ConnectivityService: filterNetworkStateForUid() uid: 10212 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:12.641  2985  2999 D SemExecuteManagerService: onShortcutChanged: com.instagram.android0
11-30 15:21:12.641  4604  5239 D LauncherApps: onShortcutChanged 0,com.instagram.android
11-30 15:21:12.648  2985  5081 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.push.FbnsInitBroadcastReceiver newState = 1 callingPackage = 11193/com.instagram.android
11-30 15:21:12.648 28244 28393 D BinderHooker: Got binder ptr c85a8b40 for the given val
11-30 15:21:12.649 28244 28393 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:12.649  2985  3827 D SamsungAlarmManager: Cancel Alarm calling from uid:11193 pid :28244 / op:PendingIntent{7fa6da9: PendingIntentRecord{cba400 com.instagram.android startService}}
11-30 15:21:12.656 28244 28436 D BinderHooker: Got binder ptr e761d380 for the given val
11-30 15:21:12.656 28244 28436 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:12.656 28244 28244 D BinderHooker: Got binder ptr e761d380 for the given val
11-30 15:21:12.657 28244 28244 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:12.659 28244 28436 D BinderHooker: Got binder ptr e761d380 for the given val
11-30 15:21:12.659 28244 28436 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:12.660  4604  4604 D DeepShortcutManager: bindDeepShortcutMap: {com.android.launcher3.util.ComponentKey@ed003502=[launcher_shortcut_search, launcher_shortcut_upload, launcher_shortcut_scan], com.android.launcher3.util.ComponentKey@b0cc8fca=[shortcut_create_note, shortcut_write_with_pen, shortcut_record_voice_note], com.android.launcher3.util.ComponentKey@7d974010=[new_video_call, new_conversation, new_audio_call], com.android.launcher3.util.ComponentKey@854a91d=[manifest_new_list_shortcut, manifest_new_audio_note_shortcut, manifest_new_photo_note_shortcut, manifest_new_note_shortcut], com.android.launcher3.util.ComponentKey@1e9a2d90=[DynamicFullRecent], com.android.launcher3.util.ComponentKey@1d30da3a=[6285207364117@s.whatsapp.net, open_camera, 6285921683680@s.whatsapp.net, 6281338372409@s.whatsapp.net, 120363020307794510@g.us], com.android.launcher3.util.ComponentKey@3916b95c=[Inbox_authorlovy@yahoo.com, Inbox_adelinathenotebook@yahoo.com, Inbox_shintamawarni76@gmail.com, compose], com.android.launcher3.util.ComponentKey@d85d54d0=[search_event_task, create_task, create_event], com.android.launcher3.util.ComponentKey@bb83b3cc=[view-bookmarks-shortcut, new-tab-shortcut, dynamic-new-tab-shortcut, search-web-shortcut, new-secret-tab-shortcut], com.android.launcher3.util.ComponentKey@64033792=[explore-shortcut, search-shortcut, subscriptions-shortcut], com.android.launcher3.util.ComponentKey@75953544=[1, 2], com.android.launcher3.util.ComponentKey@683678e7=[create_message], com.android.launcher3.util.ComponentKey@7e1620c7=[activity, camera, direct, post], com.android.launcher3.util.ComponentKey@91a61cf4=[contactadd, myprofile, contactgroup], com.android.launcher3.util.ComponentKey@6a731a20=[play, recently_added, favourites], com.android.launcher3.util.ComponentKey@429b698e=[selfie, auto], com.android.launcher3.util.ComponentKey@3e17fc4f=[updates], com.android.launcher3.util.ComponentKey@31e36f3b=[com.google.android.play.games.minesweeper, com.google.android.play.games.whirlybird, com.google.android.play.games.solitaire, com.google.android.play.games.snake], com.android.launcher3.util.ComponentKey@7bfa09e7=[shintamawarni76@mhs.pelitabangsa.ac.id, manifest_compose_shortcut, shintamawarni76@gmail.com, shintamawarni762@gmail.com], com.android.launcher3.util.ComponentKey@515cb7c2=[VIEW_MY_DOWNLOADS], com.android.launcher3.util.ComponentKey@1e9a2cfa=[DynamicFullRecent], com.android.launcher3.util.ComponentKey@726a9c09=[static_shortcut_text_note, static_shortcut_audio_note, static_shortcut_photo_note, static_shortcut_todo_note], com.android.launcher3.util.ComponentKey@967f6b5c=[search_shortcut], com.android.launcher3.util.ComponentKey@d3751291=[search, add, list, books, timeMachine], com.android.launcher3.util.ComponentKey@3916b9f2=[compose], com.android.launcher3.util.ComponentKey@ee5d02f8=[did3_1302547203, compose], com.android.launcher3.util.ComponentKey@947c4a99=[new-tab-shortcut], com.android.launcher3.util.ComponentKey@489bf67c=[text_shortcut, voice_shortcut], com.android.launcher3.util.ComponentKey@ad64774c=[search, scan, dgMobileTopUp], com.android.launcher3.util.ComponentKey@b0cc9060=[shortcut_create_note, shortcut_write_with_pen, shortcut_record_voice_note], com.android.launcher3.util.ComponentKey@f5d080bf=[phoneadd, search, missedcall], com.android.launcher3.util.ComponentKey@515cb72c=[VIEW_MY_DOWNLOADS], com.android.launcher3.util.ComponentKey@3e17fce5=[updates], com.android.launcher3.util.ComponentKey@3a8c61b=[compose], com.android.launcher3.util.ComponentKey@13bed5ca=[Beli, Jual, Bayar, Share], com.android.launcher3.util.ComponentKey@bb83b336=[view-bookmarks-shortcut, new-tab-shortcut, search-web-shortcut, new-secret-tab-shortcut], com.android.launcher3.util.ComponentKey@eaf76a80=[com.gojek.shortcut.com.gojek.shortcut.Y_stUdop2I5FboBasWgFvO3mtMg], com.android.launcher3.util.ComponentKey@91a61c5e=[contactadd, myprofile, contactgroup], com.android.launcher3.util.ComponentKey@967f6ac6=[search_shortcut], com.android.launcher3.util.ComponentKey@cf1e5c64=[app_shortcut_newchat, app_shortcut_my_qr, app_shortcut_notifi
11-30 15:21:12.666 28244 28436 D BinderHooker: Got binder ptr c7834440 for the given val
11-30 15:21:12.667 28244 28436 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:21:12.678  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 10212 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:12.680  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 10212 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:12.747 27475 28431 D CS/TelephonyDBUtils: getReservedMsgCount() : count  = 0
11-30 15:21:12.747 27475 28431 D CS/ReservationManager: resetAfterConnected() : ReservedMsg is empty
11-30 15:21:12.862  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:12.862  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:12.862  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:12.907 27773 27826 D ConnectivityManager: unregisterNetworkCallback; CallingUid : 15010078, CallingPid : 27773
11-30 15:21:12.908  2985  3222 D ConnectivityService: releasing NetworkRequest [ REQUEST id=5245, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] (release request)
11-30 15:21:13.344  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:21:13.345  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:21:13.345  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:21:13.345  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:21:13.358  2985  7619 D SSRM:aU : SIOP:: AP:462(426,0) BAT:320(320,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:21:13.485  2985  3000 D StorageManagerService: getExternalStorageMountMode : 1
11-30 15:21:13.486  2985  3000 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:21:13.486  2985  3000 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 5004, packageName : com.samsung.storyservice
11-30 15:21:13.486  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.storyservice user:0
11-30 15:21:13.495  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:21:13.495  2985  3000 D ActivityManager: package  com.samsung.storyservice, user - 0 is SDcard whitelisted
11-30 15:21:13.495  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.storyservice user:0
11-30 15:21:13.495  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:21:13.508  2985  3000 I ActivityManager: Start proc 28437:com.samsung.storyservice/5004 for service com.samsung.storyservice/.StoryService
11-30 15:21:13.509 28437 28437 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:21:13.531 28437 28437 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:21:13.532 28437 28437 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.storyservice 
11-30 15:21:13.684  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:21:13.684  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:21:13.695  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:21:13.699  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:21:13.699  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:21:13.702  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:21:13.703  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:21:13.706  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:21:13.706  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:21:13.710  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:21:13.710  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:21:13.710  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:21:13.714  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:21:13.714  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:21:13.718  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:21:13.718  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:21:13.721  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:21:13.721  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:21:13.724 28437 28437 D ActivityThread: Added TimaKeyStore provider
11-30 15:21:13.727  2985  5081 I ActivityManager: DSS on for com.samsung.storyservice and scale is 1.0
11-30 15:21:13.754 28437 28437 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 5004
11-30 15:21:13.755 28437 28437 D Proxy   : mdoP is null: 5004
11-30 15:21:13.809 28437 28437 I StoryServiceApplication: [#CMH#] StoryService started with context  com.samsung.storyservice.StoryServiceApplication@7f0c684
11-30 15:21:13.827 28437 28437 D SamsungAnalytics111040: cf feature is supported
11-30 15:21:13.834 28437 28437 D SamsungAnalytics111040: newThread on Executor
11-30 15:21:13.834 28437 28437 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:21:13.834 28437 28437 I SALogger_Utils: [#CMH#] After SA logging initialization completed  
11-30 15:21:13.842 28437 28437 I FeatureClassSet: [#CMH#]  Rubin is installed ,api level is 27 
11-30 15:21:13.856 28437 28437 I CollageChannelGenerator: [#CMH#] Collage directory creation status  trueCreation path /storage/emulated/0/.face/.collage
11-30 15:21:13.858 28437 28437 I StoryService: [#CMH#] PersonEvent feature is disabled 
11-30 15:21:13.860 28437 28437 I StoryService: [#CMH#] Pet Story Generator is enabled 
11-30 15:21:13.861 28437 28437 I StoryService: [#CMH#] Baby Story Generator is enabled 
11-30 15:21:13.861 28437 28437 I ServiceController: [#CMH#] initialize ContentObserver  
11-30 15:21:13.862  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:13.862  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:13.862  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:13.876 28437 28437 I StoryServiceApplication: [#CMH#] Story Service is Ready!!  
11-30 15:21:13.877 28437 28437 I StoryService: [StoryService] onBind() 
11-30 15:21:13.879   559   559 I ServiceManager: [#CMH#] Bound to Package  com.samsung.storyservice
11-30 15:21:13.884 28437 28437 I ServiceController: [StoryService] Sending response for  31 with status 0
11-30 15:21:13.987  4228  4228 D io_stats: !@ 179,0 r 54647355 1392847068 w 6052607 85434524 d 1201770 30550232 f 1078315 1077368 iot 29897950 29304059 th 51200 0 0 pt 0 inp 0 2 263972.979
11-30 15:21:14.863  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:14.863  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:14.863  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:15.031  2985  2996 D ConnectivityService: filterNetworkStateForUid() uid: 10114 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:15.291  2985  2996 D ConnectivityService: filterNetworkStateForUid() uid: 10227 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:15.292  2985  2996 D ConnectivityService: filterNetworkStateForUid() uid: 10227 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:15.863  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:15.863  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:15.863  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:16.631 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(0) data(0) accounts({}) accounts deleted({}) calls([]) countryIso(ID) userId(150)  ]

11-30 15:21:16.631 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ agr({})  ]

11-30 15:21:16.631 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({})  ]

11-30 15:21:16.631 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(0) data(0) accounts({})  ]

11-30 15:21:16.631 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(0) data(0) accounts({})  ]
11-30 15:21:16.863  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:16.863  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:16.863  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:16.886   559   732 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:21:16.917  2985  3631 E Watchdog: !@Sync 8795 [2021-11-30 15:21:16.917]
11-30 15:21:17.863  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:17.863  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:17.863  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:18.054  2985  2996 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:21:18.054  2985  2996 D BatteryService: level:19, scale:100, status:2, health:2, present:true, voltage: 3816, temperature: 320, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:21:18.054  2985  2996 D BatteryService: online:4, current avg:350, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:387
11-30 15:21:18.054  2985  2996 D BatteryService: stay LED for charging
11-30 15:21:18.054  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:21:18.056  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:21:18.056  2985  2985 I MotionRecognitionService: Plugged
11-30 15:21:18.056  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:21:18.056  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:21:18.056  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:21:18.057  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:21:18.058  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:21:18.058  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:21:18.058  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:21:18.059  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:21:18.060  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:21:18.060  2985  3007 D UsbDeviceManager: mps exists
11-30 15:21:18.061  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:21:18.061  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:21:18.061  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:21:18.063 28244 28365 D BinderHooker: Got binder ptr e8f36680 for the given val
11-30 15:21:18.067  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:21:18.067  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:21:18.072  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:21:18.073  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:21:18.073 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:21:18.073  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:21:18.073  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:21:18.074  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:21:18.074  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:21:18.076 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:21:18.080 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:21:18.080 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:21:18.787 28244 28435 E FbnsAIDLClientManager: Max Try reached for binding to FbnsAIDLService, threadId 44189
11-30 15:21:18.789 28244 28435 E FbnsAIDLClientManager: Fbns AIDL request got RemoteException
11-30 15:21:18.789 28244 28435 E FbnsAIDLClientManager: android.os.RemoteException: AIDLService is not bound
11-30 15:21:18.789 28244 28435 E FbnsAIDLClientManager: 	at X.0ri.call(:386)
11-30 15:21:18.789 28244 28435 E FbnsAIDLClientManager: 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
11-30 15:21:18.789 28244 28435 E FbnsAIDLClientManager: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:21:18.789 28244 28435 E FbnsAIDLClientManager: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:21:18.789 28244 28435 E FbnsAIDLClientManager: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:21:18.863  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:18.863  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:18.863  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:18.878 28244 28436 E FbnsAIDLClientManager: Max Try reached for binding to FbnsAIDLService, threadId 44190
11-30 15:21:18.878 28244 28436 E FbnsAIDLClientManager: Fbns AIDL request got RemoteException
11-30 15:21:18.878 28244 28436 E FbnsAIDLClientManager: android.os.RemoteException: AIDLService is not bound
11-30 15:21:18.878 28244 28436 E FbnsAIDLClientManager: 	at X.0ri.call(:386)
11-30 15:21:18.878 28244 28436 E FbnsAIDLClientManager: 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
11-30 15:21:18.878 28244 28436 E FbnsAIDLClientManager: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:21:18.878 28244 28436 E FbnsAIDLClientManager: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:21:18.878 28244 28436 E FbnsAIDLClientManager: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:21:18.990  4228  4228 D io_stats: !@ 179,0 r 54648983 1392893264 w 6055944 85453752 d 1201772 30550364 f 1079815 1078868 iot 29900250 29306261 th 51200 0 0 pt 0 inp 0 0 263977.983
11-30 15:21:19.198 14965 15024 D StrictMode: StrictMode policy violation: android.os.StrictMode$StrictModeUnbufferedIOViolation: policy=65572 violation=32
11-30 15:21:19.198 14965 15024 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onUnbufferedIO(StrictMode.java:1427)
11-30 15:21:19.198 14965 15024 D StrictMode: 	at libcore.io.IoTracker.trackIo(IoTracker.java:35)
11-30 15:21:19.198 14965 15024 D StrictMode: 	at libcore.io.IoTracker.trackIo(IoTracker.java:45)
11-30 15:21:19.198 14965 15024 D StrictMode: 	at java.io.RandomAccessFile.readBytes(RandomAccessFile.java:358)
11-30 15:21:19.198 14965 15024 D StrictMode: 	at java.io.RandomAccessFile.read(RandomAccessFile.java:388)
11-30 15:21:19.198 14965 15024 D StrictMode: 	at absw.read(PG:3)
11-30 15:21:19.198 14965 15024 D StrictMode: 	at abtc.read(PG:3)
11-30 15:21:19.198 14965 15024 D StrictMode: 	at aaio.aN(PG:1)
11-30 15:21:19.198 14965 15024 D StrictMode: 	at absk.b(PG:15)
11-30 15:21:19.198 14965 15024 D StrictMode: 	at absj.a(Unknown Source:1)
11-30 15:21:19.198 14965 15024 D StrictMode: 	at absg.a(PG:58)
11-30 15:21:19.198 14965 15024 D StrictMode: 	at abse.b(Unknown Source:4)
11-30 15:21:19.198 14965 15024 D StrictMode: 	at eoa.a(Unknown Source:5)
11-30 15:21:19.198 14965 15024 D StrictMode: 	at eny.call(PG:34)
11-30 15:21:19.198 14965 15024 D StrictMode: 	at addi.a(Unknown Source:2)
11-30 15:21:19.198 14965 15024 D StrictMode: 	at adcn.run(PG:3)
11-30 15:21:19.198 14965 15024 D StrictMode: 	at addj.run(Unknown Source:4)
11-30 15:21:19.198 14965 15024 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:21:19.198 14965 15024 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:21:19.198 14965 15024 D StrictMode: 	at fxt.run(PG:9)
11-30 15:21:19.198 14965 15024 D StrictMode: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:21:19.304  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 7 99 -7 -200 -7 -200 -1 12 -99 -13 10 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:21:19.305  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:21:19.863  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:19.863  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:19.864  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:20.227  2985  2996 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:20.864  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:20.864  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:20.864  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:21.862  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 8 99 -8 -200 -8 -200 -1 14 -97 -12 10 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:21:21.862  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:21:21.864  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:21.864  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:21.864  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:22.864  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:22.864  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:22.864  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:22.982  2985  3244 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:21:22.986  2985  3244 W DeviceStorageMonitorService: updateBroadcasts(/data) oldLevel:0, newLevel:0, seq:1
11-30 15:21:22.986  2985  3244 W DeviceStorageMonitorService: updateBroadcasts_filenode(/data) fn_oldLevel:0, fn_newLevel:0, seq:1
11-30 15:21:23.366  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:21:23.366  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:21:23.366  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:21:23.367  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:21:23.381  2985  7619 D SSRM:aU : SIOP:: AP:460(420,0) BAT:320(320,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:21:23.489  2985  3000 D StorageManagerService: getExternalStorageMountMode : 1
11-30 15:21:23.489  2985  3000 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:21:23.489  2985  3000 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 5004, packageName : com.samsung.faceservice
11-30 15:21:23.490  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.faceservice user:0
11-30 15:21:23.490  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:21:23.490  2985  3000 D ActivityManager: package  com.samsung.faceservice, user - 0 is SDcard whitelisted
11-30 15:21:23.490  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.faceservice user:0
11-30 15:21:23.490  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:21:23.503  2985  3000 I ActivityManager: Start proc 28463:com.samsung.faceservice/5004 for service com.samsung.faceservice/.FaceService
11-30 15:21:23.507 28463 28463 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:21:23.509 28463 28463 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:21:23.511 28463 28463 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.faceservice 
11-30 15:21:23.571  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:21:23.571  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:21:23.571  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:21:23.579  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:21:23.579  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:21:23.585  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:21:23.585  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:21:23.592  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:21:23.593  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:21:23.600  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:21:23.600  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:21:23.600  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:21:23.604  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:21:23.604  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:21:23.609  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:21:23.609  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:21:23.614  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:21:23.614  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:21:23.619 28463 28463 D ActivityThread: Added TimaKeyStore provider
11-30 15:21:23.634  2985  2996 I ActivityManager: DSS on for com.samsung.faceservice and scale is 1.0
11-30 15:21:23.691 28463 28463 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 5004
11-30 15:21:23.692 28463 28463 D Proxy   : mdoP is null: 5004
11-30 15:21:23.702 28463 28463 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:21:23.762 28463 28463 I FaceService: [FaceService] onBind() called 
11-30 15:21:23.797 28463 28463 I FaceController: [FaceService] release engines before initialize 
11-30 15:21:23.803 28463 28463 I SemFaceRecognition: create new instance
11-30 15:21:23.864  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:23.864  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:23.864  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:23.993  4228  4228 D io_stats: !@ 179,0 r 54653365 1392944076 w 6056825 85478468 d 1201772 30550364 f 1079816 1078869 iot 29903050 29308845 th 51200 0 0 pt 0 inp 2 1 263982.985
11-30 15:21:24.544 28463 28463 I SAIV_FACE: File : /data/user/0/com.samsung.faceservice/face/face_data
11-30 15:21:24.576 28463 28463 I [SCE_3] : [SmartCropping v3.0] native version is 2017-12-07-01
11-30 15:21:24.576 28463 28463 I [SCE_3] : [SmartCropping v2.0] DB path is /system/saiv/smartcropping_2.0/db
11-30 15:21:24.579 28463 28463 I [SCE_3] : smart_cropping in srcb_Smartcrop_Init() : -236563328 & its size is 4
11-30 15:21:24.579 28463 28463 I [SCE_3] : SmartCropper Handle after srcb_Smartcrop_Init() : -236563328 & its size is 4
11-30 15:21:24.579 28463 28463 I [SCE_3] : long bytes num: 4
11-30 15:21:24.579 28463 28463 I [SCE_3] : jlong bytes num: 8
11-30 15:21:24.580 28463 28463 I [SCE_3] : filepathname: /system/saiv/smartcropping_2.0/db/.
11-30 15:21:24.580 28463 28463 I [SCE_3] : filepathname: /system/saiv/smartcropping_2.0/db/..
11-30 15:21:24.580 28463 28463 I [SCE_3] : filepathname: /system/saiv/smartcropping_2.0/db/smartcrop_saliency_deploy.prototxt
11-30 15:21:24.580 28463 28463 I [SCE_3] : o_f_d loading start
11-30 15:21:24.581 28463 28463 I [SCE_3] : o_f_d loading success
11-30 15:21:24.581 28463 28463 I [SCE_3] : filepathname: /system/saiv/smartcropping_2.0/db/smartcrop_saliency_train
11-30 15:21:24.581 28463 28463 I [SCE_3] : o_f_t loading start
11-30 15:21:24.623 28463 28463 I [SCE_3] : o_f_t loading success
11-30 15:21:24.623 28463 28463 I [SCE_3] : DB file count : 2
11-30 15:21:24.710 28463 28463 I [SCE_3] : native init exit
11-30 15:21:24.710 28463 28463 I [SCE_3] : SmartCropper Handle is -236563328
11-30 15:21:24.710 28463 28463 I [SCE_3] : SmartCropper Handle is -236563328 & its size is 4
11-30 15:21:24.710 28463 28463 I [SCE_3] : address(jlong): -29680663556784124
11-30 15:21:24.736 28463 28463 I SAIV_FACE: SAIV_HPRFACE_GAE_VERSION : 20170310
11-30 15:21:24.754  2985  3096 D SamsungAlarmManager: Expired : 4
11-30 15:21:24.754  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152143, SetElapsed=458807130, nowELAPSED=458788399
11-30 15:21:24.770  2985  3096 V SamsungAlarmManager: Sending to uid : 1000 listener=android.app.AlarmManager$ListenerWrapper@17f294 alarm=Alarm{f9f34c7 type 2 when 458788399 android}
11-30 15:21:24.793  2985  2985 D SamsungAlarmManager: setExact Listener (T:2/F:0/AC:false) 20211130T152124 - CU:1000/CP:2985
11-30 15:21:24.793  2985  2985 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152125, SetElapsed=458789415, nowELAPSED=458788437
11-30 15:21:24.796 28463 28463 I SAIV_FACE: DMC LMD ENGINE INIT 1.0.08 [Option-0/Profile-0]
11-30 15:21:24.809 28463 28463 I SAIV_FACE: DMC LMD ENGINE : ret 4096
11-30 15:21:24.830   559   559 I ServiceManager: [#CMH#] Bound to Package  com.samsung.faceservice
11-30 15:21:24.831   559   559 I chatty  : uid=5004(oem_5004) com.samsung.cmh:CMH identical 4 lines
11-30 15:21:24.831   559   559 I ServiceManager: [#CMH#] Bound to Package  com.samsung.faceservice
11-30 15:21:24.864  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:24.864  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:24.864  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:25.456 26841 27111 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001002', key: 'RPC_STORE_TARGET'
11-30 15:21:25.456 26841 27111 E Notifications: pwl: HTTP Error Code: 401
11-30 15:21:25.456 26841 27111 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:21:25.456 26841 27111 E Notifications: 	at pzy.a(PG:17)
11-30 15:21:25.456 26841 27111 E Notifications: 	at pzw.a(PG:2)
11-30 15:21:25.456 26841 27111 E Notifications: 	at psd.a(PG:11)
11-30 15:21:25.456 26841 27111 E Notifications: 	at pub.b(PG:3)
11-30 15:21:25.456 26841 27111 E Notifications: 	at pty.e(PG:6)
11-30 15:21:25.456 26841 27111 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:21:25.456 26841 27111 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:21:25.456 26841 27111 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:21:25.456 26841 27111 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:21:25.456 26841 27047 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001004', key: 'RPC_STORE_TARGET'
11-30 15:21:25.456 26841 27047 E Notifications: pwl: HTTP Error Code: 401
11-30 15:21:25.456 26841 27047 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:21:25.456 26841 27047 E Notifications: 	at pzy.a(PG:17)
11-30 15:21:25.456 26841 27047 E Notifications: 	at pzw.a(PG:2)
11-30 15:21:25.456 26841 27047 E Notifications: 	at psd.a(PG:11)
11-30 15:21:25.456 26841 27047 E Notifications: 	at pub.b(PG:3)
11-30 15:21:25.456 26841 27047 E Notifications: 	at pty.e(PG:6)
11-30 15:21:25.456 26841 27047 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:21:25.456 26841 27047 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:21:25.456 26841 27047 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:21:25.456 26841 27047 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:21:25.466  2985  3024 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:25.469  2985  2996 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:25.525  2985  2996 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:25.770  2985  3096 D SamsungAlarmManager: Expired : 4
11-30 15:21:25.770  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152143, SetElapsed=458807130, nowELAPSED=458789415
11-30 15:21:25.770  2985  3096 V SamsungAlarmManager: Sending to uid : 1000 listener=android.app.AlarmManager$ListenerWrapper@1c84af4 alarm=Alarm{e50c51 type 2 when 458788443 android}
11-30 15:21:25.774  2985  2985 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20211130T152325 - CU:1000/CP:2985
11-30 15:21:25.864  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:25.864  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:25.864  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:25.883 26841 26979 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001003', key: 'RPC_STORE_TARGET'
11-30 15:21:25.883 26841 26979 E Notifications: pwl: HTTP Error Code: 401
11-30 15:21:25.883 26841 26979 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:21:25.883 26841 26979 E Notifications: 	at pzy.a(PG:17)
11-30 15:21:25.883 26841 26979 E Notifications: 	at pzw.a(PG:2)
11-30 15:21:25.883 26841 26979 E Notifications: 	at psd.a(PG:11)
11-30 15:21:25.883 26841 26979 E Notifications: 	at pub.b(PG:3)
11-30 15:21:25.883 26841 26979 E Notifications: 	at pty.e(PG:6)
11-30 15:21:25.883 26841 26979 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:21:25.883 26841 26979 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:21:25.883 26841 26979 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:21:25.883 26841 26979 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:21:25.884 26841 27005 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001007', key: 'RPC_STORE_TARGET'
11-30 15:21:25.884 26841 27005 E Notifications: pwl: HTTP Error Code: 401
11-30 15:21:25.884 26841 27005 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:21:25.884 26841 27005 E Notifications: 	at pzy.a(PG:17)
11-30 15:21:25.884 26841 27005 E Notifications: 	at pzw.a(PG:2)
11-30 15:21:25.884 26841 27005 E Notifications: 	at psd.a(PG:11)
11-30 15:21:25.884 26841 27005 E Notifications: 	at pub.b(PG:3)
11-30 15:21:25.884 26841 27005 E Notifications: 	at pty.e(PG:6)
11-30 15:21:25.884 26841 27005 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:21:25.884 26841 27005 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:21:25.884 26841 27005 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:21:25.884 26841 27005 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:21:25.884 26841 27048 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001006', key: 'RPC_STORE_TARGET'
11-30 15:21:25.884 26841 27048 E Notifications: pwl: HTTP Error Code: 401
11-30 15:21:25.884 26841 27048 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:21:25.884 26841 27048 E Notifications: 	at pzy.a(PG:17)
11-30 15:21:25.884 26841 27048 E Notifications: 	at pzw.a(PG:2)
11-30 15:21:25.884 26841 27048 E Notifications: 	at psd.a(PG:11)
11-30 15:21:25.884 26841 27048 E Notifications: 	at pub.b(PG:3)
11-30 15:21:25.884 26841 27048 E Notifications: 	at pty.e(PG:6)
11-30 15:21:25.884 26841 27048 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:21:25.884 26841 27048 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:21:25.884 26841 27048 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:21:25.884 26841 27048 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:21:26.020  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:26.051  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:26.067  2985  3827 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:26.768  2985  2994 I zygote  : Background concurrent copying GC freed 528683(20MB) AllocSpace objects, 96(3MB) LOS objects, 25% free, 69MB/93MB, paused 410us total 1.260s
11-30 15:21:26.865  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:26.865  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:26.865  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:27.402  2985  3024 D ConnectivityService: filterNetworkStateForUid() uid: 15010018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:27.842   559   732 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:21:27.865  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:27.865  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:27.865  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:28.167  2985  3024 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:21:28.260  2985  3024 D BatteryService: level:19, scale:100, status:2, health:2, present:true, voltage: 3826, temperature: 320, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:21:28.260  2985  3024 D BatteryService: online:4, current avg:333, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:315
11-30 15:21:28.260  2985  3024 D BatteryService: stay LED for charging
11-30 15:21:28.260  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:21:28.262  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:21:28.262  2985  2985 I MotionRecognitionService: Plugged
11-30 15:21:28.262  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:21:28.262  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:21:28.262  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:21:28.263  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:21:28.263  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:21:28.263  2985  3007 D UsbDeviceManager: mps exists
11-30 15:21:28.264  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:21:28.265  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:21:28.265  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:21:28.266  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:21:28.266  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:21:28.266  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:21:28.266  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:21:28.267 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:21:28.267 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:21:28.269  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:21:28.269  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:21:28.269  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:21:28.320  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:21:28.320  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:21:28.320  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:21:28.321  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:21:28.321 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:21:28.321  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:21:28.321 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:21:28.327 28244 28365 D BinderHooker: Got binder ptr e8f36680 for the given val
11-30 15:21:28.860 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(334) data(3908) accounts({vnd.sec.contact.phone (1)=155, com.whatsapp (23)=210, com.google (19)=204, com.osp.app.signin (24)=4, vnd.sec.contact.sim2 (3)=14, org.telegram.messenger (36)=127}) accounts deleted({com.google (19)=1}) calls([logtype:100 cnt:500, logtype:300 cnt:500]) countryIso(ID) userId(0)  ]

11-30 15:21:28.860 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ agr({[1 ,1 ,23]=1, [23 ,3 ,36 ,19]=1, [1 ,1 ,36 ,23]=1, [1 ,24 ,23]=1, [19 ,23 ,23 ,36 ,36]=1, [1 ,1 ,1]=1, [19 ,19 ,19 ,1 ,23 ,24 ,36]=1, [19]=10, [19 ,19 ,1]=1, [19 ,1 ,36 ,23]=1, [19 ,36]=4, [1 ,36]=1, [36 ,19 ,23 ,36]=2, [19 ,1 ,23 ,23 ,23]=1, [19 ,1 ,23 ,36 ,36]=1, [19 ,1 ,23 ,36]=9, [1 ,23 ,36 ,36]=1, [1 ,23 ,36]=12, [19 ,23 ,36 ,23]=1, [19 ,36 ,23]=2, [19 ,23 ,36]=68, [3]=10, [1]=72, [19 ,1 ,23 ,24]=1, [1 ,23 ,24 ,36]=1, [19 ,1 ,23]=8, [19 ,1 ,23 ,36 ,23]=1, [19 ,23]=67, [20 ,23]=1, [23 ,3]=1, [36]=12, [1 ,23]=17, [19 ,1]=19, [19 ,23 ,23]=1, [23 ,3 ,36]=2})  ]

11-30 15:21:28.860 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({android.process.acore(15069)=1})  ]

11-30 15:21:28.860 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(1) data(3) accounts({vnd.sec.contact.phone (1)=1})  ]

11-30 15:21:28.860 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(1) data(24) accounts({vnd.sec.contact.phone (1)=1})  ]
11-30 15:21:28.865  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:28.865  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:28.865  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:28.995  4228  4228 D io_stats: !@ 179,0 r 54657952 1393030484 w 6058364 85511764 d 1201787 30551204 f 1079821 1078874 iot 29907590 29313274 th 51200 0 0 pt 0 inp 0 0 263987.988
11-30 15:21:29.865  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:29.865  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:29.865  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:30.813 16067 22301 I CastDatabase: Saving the database
11-30 15:21:30.830 16067 22301 E SQLiteCastStore: Skip saving CastDeviceInfo: "Nearby device" (__cast_nearby___V_2a078324-d5f9-4b88-8a13-4ccf3e079ad2)
11-30 15:21:30.832 16067 22301 I SQLiteCastStore: [CastNetworkInfo] saved: 0, skipped: 0, [CastDeviceInfo]: saved 1, skipped 1, [Paired Guest Mode DeviceInfo] saved: 0, skipped: 0. [ProbedNetworks]: saved 0, skipped: 0, [ProbedSocketAddress]: saved 3, skipped: 0, [Network-Device pairs]: saved: 0
11-30 15:21:30.865  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:30.865  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:30.865  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:31.865  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:31.865  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:31.865  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:32.865  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:32.866  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:32.866  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:33.387  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:21:33.387  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:21:33.387  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:21:33.387  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:21:33.401  2985  7619 D SSRM:aU : SIOP:: AP:457(417,0) BAT:320(320,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:21:33.866  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:33.866  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:33.866  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:33.998  4228  4228 D io_stats: !@ 179,0 r 54661182 1393060252 w 6058385 85512228 d 1201788 30551208 f 1079825 1078878 iot 29908720 29314318 th 51200 0 0 pt 0 inp 7 24 263992.990
11-30 15:21:34.662  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 7 99 -7 -200 -7 -200 -1 12 -99 -12 -10 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:21:34.662  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:21:34.866  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:34.866  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:34.866  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:35.866  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:35.866  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:35.866  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:36.866  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:36.866  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:36.866  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:37.221  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 6 99 -6 -200 -6 -200 -1 10 -101 -12 0 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:21:37.222  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:21:37.866  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:37.866  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:37.866  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:38.279  2985  3827 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:21:38.280  2985  3827 D BatteryService: level:19, scale:100, status:2, health:2, present:true, voltage: 3823, temperature: 320, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:21:38.280  2985  3827 D BatteryService: online:4, current avg:356, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:324
11-30 15:21:38.280  2985  3827 D BatteryService: stay LED for charging
11-30 15:21:38.280  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:21:38.282  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 19, battStatus :: 2
11-30 15:21:38.282  2985  2985 I MotionRecognitionService: Plugged
11-30 15:21:38.282  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:21:38.282  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:21:38.282  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:21:38.283  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:21:38.283  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:21:38.284  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:21:38.284  2985  3007 D UsbDeviceManager: mps exists
11-30 15:21:38.284  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:21:38.284  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=19, mBatteryStatus=2
11-30 15:21:38.285  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:21:38.285  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:21:38.285  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:21:38.286  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:21:38.286  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:21:38.286  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:21:38.287  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:21:38.288  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:21:38.288  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:21:38.289  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:21:38.289  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:21:38.289  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:21:38.290 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:21:38.290 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:21:38.292 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 529
11-30 15:21:38.292 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 19, UPS hours: 529
11-30 15:21:38.292 28244 28365 D BinderHooker: Got binder ptr e8f36680 for the given val
11-30 15:21:38.831 14965 15024 I Finsky  : [43182] eny.call(44): Patch apply task for com.android.chrome (com.android.chrome) (format 5) completed in 82066 ms
11-30 15:21:38.866  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:38.867  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:38.867  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:39.001  4228  4228 D io_stats: !@ 179,0 r 54662594 1393085400 w 6059070 85542556 d 1201789 30551212 f 1079826 1078879 iot 29911610 29317056 th 51200 0 0 pt 0 inp 0 107 263997.993
11-30 15:21:39.867  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:39.867  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:39.867  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:40.867  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:40.867  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:40.867  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:41.867  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:41.867  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:41.867  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:42.049 28244 28359 E msys    : E[N mns]_OnIdleTimeout(390)=>Idle timeout
11-30 15:21:42.348 28244 28359 W msys    : W[N mns]_HandleFailure(380)=>[T100070473] <MNSQUICConnection: 0xf1e60240>: HandleFailure, refcount=1
11-30 15:21:42.867  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:42.867  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:42.867  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:43.407  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:21:43.407  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:21:43.407  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:21:43.407  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:21:43.421  2985  7619 D SSRM:aU : SIOP:: AP:454(412,0) BAT:320(320,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:21:43.485  2985  3096 D SamsungAlarmManager: Expired : 4
11-30 15:21:43.486  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152219, SetElapsed=458842751, nowELAPSED=458807130
11-30 15:21:43.486  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T152200, SetElapsed=458823644, nowELAPSED=458807130
11-30 15:21:43.562 28244 28277 W CrashLoopRemedyLog: unable to delete remedy log, instaCrash: true
11-30 15:21:43.867  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:43.867  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:43.867  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:44.003  4228  4228 D io_stats: !@ 179,0 r 54662789 1393090032 w 6059226 85554832 d 1203325 30615396 f 1079827 1078880 iot 29916610 29322166 th 51200 0 0 pt 0 inp 3 125 264002.995
11-30 15:21:44.392  2985  3096 V SamsungAlarmManager: Sending to uid : 15010018 action=CONTEXT_MANAGER_ALARM_WAKEUP alarm=Alarm{ef2b52 type 2 when 458807130 com.google.android.gms}
11-30 15:21:44.639 14965 14965 I Finsky  : [2] enx.apply(131): Successfully applied patch to update com.android.chrome (com.android.chrome)
11-30 15:21:44.677 14965 14965 I Finsky  : [2] hsh.g(1): getDownloads()
11-30 15:21:44.681  2985  3827 D SamsungAlarmManager: setExact Intent (T:2/F:1/AC:false) 20211130T162144 - CU:15010018/CP:6077
11-30 15:21:44.715 14965 18420 W Finsky  : [43281] fth.run(5): Exception while deleting file:///storage/emulated/150/Android/data/com.android.vending/files/installer/256457446/1638260341751: java.lang.IllegalArgumentException: Unknown URL file:///storage/emulated/150/Android/data/com.android.vending/files/installer/256457446/1638260341751
11-30 15:21:44.745 27773 27885 I WorkerManager: dispose()
11-30 15:21:44.779 15154 15154 I Finsky:background: [2] kmm.onCreate(2): IPC-SERVER: Starting gRPC host service...
11-30 15:21:44.791 14965 14965 I Finsky  : [2] jox.run(10): Installer::IT: Removed com.android.chrome from ResourceManager for patching complete
11-30 15:21:44.806 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.android.chrome to state 40
11-30 15:21:44.867  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:44.867  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:44.867  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:44.875 14965 15043 I Finsky  : [43189] jpp.accept(3): Installer::IT: starting next download: package=com.android.chrome
11-30 15:21:44.898 15154 28498 I Finsky:background: [43293] hqb.f(1): getDownloads()
11-30 15:21:44.933 14965 15024 I Finsky  : [43182] jos.apply(9): Installer::DLP: Downloading patch for com.android.chrome:463807420 (adid: ..split.config.in , isid: -4w61AazS--uuVO9gTB1xQ)
11-30 15:21:44.934 14965 14965 I Finsky  : [2] hsh.h(1): remove(534)
11-30 15:21:44.936 15154 28498 I Finsky:background: [43293] hqb.g(1): remove(request_id=534)
11-30 15:21:44.954  2985  3024 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:44.955 14965 15024 I Finsky  : [43182] hsh.e(1): enqueue()
11-30 15:21:44.971 14965 15024 D VolumeInfo: VolumeInfo from Parcel: id private ,type 1 ,disk null
11-30 15:21:44.971 14965 15024 D VolumeInfo: VolumeInfo from Parcel: id public:179,33 ,type 0 ,disk DiskInfo{disk:179,32}:
11-30 15:21:44.971 14965 15024 D VolumeInfo:     flags=SD size=15931539456 label= volumeCount=1 
11-30 15:21:44.971 14965 15024 D VolumeInfo:     sysPath=/sys//devices/13560000.dwmmc2/mmc_host/mmc2/mmc2:aaaa/block/mmcblk1 
11-30 15:21:44.971 14965 15024 D VolumeInfo: 
11-30 15:21:44.971 14965 15024 D VolumeInfo: VolumeInfo from Parcel: id emulated ,type 2 ,disk null
11-30 15:21:44.972  2985  3827 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:21:44.972  2985  3024 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:21:44.973  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:44.973  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:44.989 14965 15024 I Finsky  : [43182] jps.a(17): Installer::IT: Already sent resource request for com.android.chrome, adid: ..split.config.in, isid: -4w61AazS--uuVO9gTB1xQ
11-30 15:21:44.997 15154 28501 I Finsky:background: [43295] hqb.d(20): onRemove(request_id=534, files_to_download=1, group_id=com.android.chrome, display_data[invisible=false, title=Google Chrome: Fast & Secure], network_restrictions=1, status=succeeded, bytes_downloaded=17264058, retry[count=0, next_retry=n/a])
11-30 15:21:45.387  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 10227 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:45.388  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 10227 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:45.867  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:45.867  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:45.868  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:46.868  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:46.868  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:46.868  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:46.923  2985  3631 E Watchdog: !@Sync 8796 [2021-11-30 15:21:46.921]
11-30 15:21:47.298 15154 28498 I Finsky:background: [43293] hqb.c(12): enqueue(request_id=535, files_to_download=1, context[group_id=com.android.chrome], display_data[invisible=false, title=Google Chrome: Fast & Secure], network_restrictions=1)
11-30 15:21:47.307  2985  3024 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:47.314 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <535:QUEUED with WAITING_FOR_START:0%[0%]>.
11-30 15:21:47.323  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:47.419  2985  3024 I chatty  : uid=1000(system) Binder:2985_3 identical 25 lines
11-30 15:21:47.419  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:47.501  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:47.504  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 7 lines
11-30 15:21:47.504  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:47.514  2985  3024 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:47.514  2985  3024 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:47.525  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:47.527  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 8 lines
11-30 15:21:47.527  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:47.527  2985  3024 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:47.527  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:47.527  2985  3024 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:47.527  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:47.531  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 5 lines
11-30 15:21:47.531  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:47.532 15154 15154 I Finsky:background: [2] DownloadService.onStartCommand(2): DownloadService is getting started sticky with notification.
11-30 15:21:47.593 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <535:RUNNING:0%[0%]>.
11-30 15:21:47.595  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:47.603  2985  3024 I chatty  : uid=1000(system) Binder:2985_3 identical 25 lines
11-30 15:21:47.603  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:47.611  2985  3024 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:47.611  2985  3024 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:47.611  2985  3024 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:47.611  2985  3024 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:47.613  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152647 - CU:1000/CP:2985
11-30 15:21:47.669 14965 14965 I Finsky  : [2] fjo.b(59): Installer::IT: Sending Resource Request for com.android.chrome (downloadid: ..split.config.in)
11-30 15:21:47.670  2985  3000 W ResourceType: ResTable_typeSpec entry count inconsistent: given 141, previously 169
11-30 15:21:47.672 15154 28509 I Finsky:background: [43298] hrp.f(2): Writing task has started.
11-30 15:21:47.672  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:47.672  2985  2985 I chatty  : uid=1000 system_server identical 1 line
11-30 15:21:47.672  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:47.673 15154 28508 I Finsky:background: [43297] hrp.e(2): Reading task has started.
11-30 15:21:47.677  2985  2985 D AudioService: isEnabled
11-30 15:21:47.680  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:21:47.686  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152647 - CU:1000/CP:2985
11-30 15:21:47.691  3510  3510 D StatusBar: addNotification key=150|com.android.vending|-56862258|null|15010040 fullscreen:false
11-30 15:21:47.708  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:21:47.708  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:21:47.711  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:47.711  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:21:47.711  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:47.712  2985  2985 D AudioService: isEnabled
11-30 15:21:47.712  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:21:47.723  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:21:47.723  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:21:47.752 15154 28508 I Finsky:background: [43297] hrp.e(19): Open stream from https://play.googleapis.com/download/by-token/download?token=AOTCm0QRtal7nWivlZdPvC099CDofjPYxoGtOR3aJtU-p05-ABKPkehyDo1NSyMjnypywMQd_INJeXe84mW9TDq-xJWvh60FJ-jWdNYbrVKS2l67B-QunfE9qL4A-yi8c-_i0FW71Ky2QDDGhJeXK6F1YxzY8xDpapcgKJNWZbmMqemncD-i0YeUQHngl9pG3Gib_S0a62Tf-fHDK-EogrHts1SBs8KIT1jEFuMkv7yalSZYeNytm0WpomV88MMTKh-EKasnSsd-fMR13yU7ls3_LGwafUBbNZr9YIh1J0n8DnU6eL2AJ5B2nbSYPKd-GHbMlqqOcseN4wI1pR9fazb68M6l8JOZbtwYZgeMtKh1cqwTLhDr6I7NP5a1-BjgVv5ubfaTAKpWQkaxRqskKHkaeaJ0kZUuxAi0VWzDLgpw4WrMOIqRcqIUktLhSpsxNQ&cpn=6x6-7MFS9y_rqsfY&isid=-4w61AazS--uuVO9gTB1xQ&isbg=1&server=boq [byteRangeStart=0-byteRangeStop=0]
11-30 15:21:47.756 15154 28508 D akqj    : setConnectTimeout is not supported by CronetHttpURLConnection
11-30 15:21:47.773  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:47.786  3510  3510 D StatusBar: addNotification key=150|com.android.vending|-56862258|null|15010040 fullscreen:false
11-30 15:21:47.797  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:47.811  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:21:47.858  2985  3024 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:21:47.868  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:47.868  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:47.868  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:47.892 15154 28508 D akqj    : setConnectTimeout is not supported by CronetHttpURLConnection
11-30 15:21:47.894  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:21:47.977 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <535:RUNNING:0%[0%]>.
11-30 15:21:47.979  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:48.006  2985  5081 I ActivityManager: KPU : put [com.parallel.space.lite:P6] : 40837 K
11-30 15:21:48.013  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 25 lines
11-30 15:21:48.013  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:48.025  2985  5081 I ActivityManager: Killing 21790:com.parallel.space.lite:P6/u0a227 (adj 906): DHA:empty #41
11-30 15:21:48.028  2985  3645 D LocationManagerService: request from uid 15010018 is now foreground
11-30 15:21:48.029  2985  3645 D LocationManagerService: request from uid 15010018 is now foreground
11-30 15:21:48.029  2985  3164 D ConnectivityService: filterNetworkStateForUid() uid: 15010018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:48.037  2985  3827 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:48.037  2985  3827 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:48.045  2985  3827 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:48.045  2985  3827 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:48.064 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <535:SUCCEEDED>.
11-30 15:21:48.067  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:48.078  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152648 - CU:1000/CP:2985
11-30 15:21:48.079  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 16 lines
11-30 15:21:48.080  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:48.083  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:48.083  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:21:48.083  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:48.083  2985  2985 D AudioService: isEnabled
11-30 15:21:48.083  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:21:48.084  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:48.084  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 1 line
11-30 15:21:48.084  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:48.090  6077  6077 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.herrevad.services.LightweightNetworkQualityAndroidService.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:21:48.090  6077  6077 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.herrevad.services.LightweightNetworkQualityAndroidService.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:21:48.106  2985  5093 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ TRACK_DEFAULT id=5222, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], android.os.BinderProxy@d9d31ac)
11-30 15:21:48.107  2985  3222 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=5222, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] (release request)
11-30 15:21:48.109  2985  3002 I zygote  : Successfully killed process cgroup uid 10227 pid 21790 in 83ms
11-30 15:21:48.109  2985  5090 I ActivityManager: KPU : remove [com.parallel.space.lite:P6] , Remain = 0 K
11-30 15:21:48.112  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:48.113  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 4 lines
11-30 15:21:48.113  2985  3827 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:48.131  2985  3222 D ConnectivityService:  Removing from current network NetworkAgentInfo [WIFI () - 625], leaving 55 requests.
11-30 15:21:48.132  3510  3510 D StatusBar: addNotification key=150|com.android.vending|-56862258|null|15010040 fullscreen:false
11-30 15:21:48.133  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:21:48.133  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:21:48.147  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:48.149 15154 15169 I zygote  : Background concurrent copying GC freed 4437(338KB) AllocSpace objects, 2(104KB) LOS objects, 50% free, 2MB/4MB, paused 331us total 185.253ms
11-30 15:21:48.206  6077  6077 I Herrevad: [2] zkt.a: updateListenState
11-30 15:21:48.230  2985  3070 W Choreographer: Frame time is 10.188716 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:21:48.236  2985  5081 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:48.236  2985  5081 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:48.237  2985  5081 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:48.237  2985  5081 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:48.246  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152648 - CU:1000/CP:2985
11-30 15:21:48.250  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:48.251  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:21:48.251  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:48.251  2985  2985 D AudioService: isEnabled
11-30 15:21:48.251  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:21:48.255  3510  3510 D StatusBar: addNotification key=150|com.android.vending|-56862258|null|15010040 fullscreen:false
11-30 15:21:48.256  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:21:48.256  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:21:48.267  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:48.298  2985  3024 D PersonaManagerService: securefolder Secure Folder
11-30 15:21:48.300  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = android,userId = 150
11-30 15:21:48.300  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:48.300  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = android,userId = 0
11-30 15:21:48.300  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:48.302  2985  3000 E NotificationService: Suppressing notification from package by user request.
11-30 15:21:48.304  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:48.304  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:48.304  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:48.304  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:48.309  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:48.310  2985  2985 I chatty  : uid=1000 system_server identical 1 line
11-30 15:21:48.311  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:48.311  2985  3000 I ActivityManager: KPU : put [com.google.android.marvin.talkback] : 4519 K
11-30 15:21:48.312  2985  3000 I ActivityManager: Killing 26760:com.google.android.marvin.talkback/u0a155 (adj 906): DHA:empty #39
11-30 15:21:48.312  2985  3000 I ActivityManager: KPU : put [com.google.android.googlequicksearchbox] : 7723 K
11-30 15:21:48.312  2985  3000 I ActivityManager: Killing 26483:com.google.android.googlequicksearchbox/u0a78 (adj 906): DHA:empty #39
11-30 15:21:48.313 14965 14965 I Finsky  : [2] pgs.e(6): RM: receive resource status onStart com.android.chrome:..split.config.in reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 2, 192
11-30 15:21:48.315 14965 14965 I Finsky  : [2] pgs.d(6): RM: receive resource status onProgress com.android.chrome:..split.config.in reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 2, 192
11-30 15:21:48.318  2985  5081 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:21:48.318  2985  5081 D PersonaManagerService: securefolder Secure Folder
11-30 15:21:48.321  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152648 - CU:1000/CP:2985
11-30 15:21:48.333 14965 14965 W Finsky  : [2] ejg.f(3): No LoggingContext in the bundle, which breaks event chain!. Creating a new logging context.
11-30 15:21:48.333  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:48.333 14965 14965 I Finsky  : [2] NotificationReceiver.c(29): Does nothing for notification type 1.
11-30 15:21:48.333  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:48.334  2985  2985 I chatty  : uid=1000 system_server identical 3 lines
11-30 15:21:48.334  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:48.334  2985  2985 D AudioService: isEnabled
11-30 15:21:48.334  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:21:48.338  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:21:48.339  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:21:48.339  2985  3024 I ActivityManager: KPU : remove [com.google.android.marvin.talkback] , Remain = 7723 K
11-30 15:21:48.346  2985  3002 I zygote  : Successfully killed process cgroup uid 10155 pid 26760 in 27ms
11-30 15:21:48.347  2985  5081 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:21:48.347  2985  3002 I zygote  : Successfully killed process cgroup uid 10078 pid 26483 in 0ms
11-30 15:21:48.347  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:21:48.348  3510  3510 D StatusBar: addNotification key=150|com.android.vending|-56862258|null|15010040 fullscreen:false
11-30 15:21:48.360  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:48.370  2985  3024 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:21:48.371  2985  3024 D PersonaManagerService: securefolder Secure Folder
11-30 15:21:48.373 14965 14965 I Finsky  : [2] pgs.f(6): RM: receive resource status onSuccess com.android.chrome:..split.config.in reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 3, 200
11-30 15:21:48.374 14965 14965 I Finsky  : [2] mmw.accept(231): Does nothing for notification type 1.
11-30 15:21:48.383  2985  5088 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:48.384  2985  5088 I chatty  : uid=1000(system) Binder:2985_19 identical 1 line
11-30 15:21:48.385  2985  5088 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:48.387  2985  3827 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:48.393 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=DOWNLOADING
11-30 15:21:48.394  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 1 line
11-30 15:21:48.396 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=DOWNLOADING
11-30 15:21:48.397  2985  3827 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:48.399  2985  5088 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:48.400  2985  5088 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:48.402  2985  3024 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:48.404 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.android.chrome to state 50
11-30 15:21:48.404 14965 14965 I Finsky  : [2] jqc.u(81): Installer::IT: Start postprocessing download for com.android.chrome
11-30 15:21:48.404 14965 14965 I Finsky  : [2] jqc.u(93): Installer::IT: Prepare to patch com.android.chrome (adid: ..split.config.in , isid: -4w61AazS--uuVO9gTB1xQ) from file:///data/user/150/com.android.vending/files/phonesky-download-service/535/628dcb2c-3c78-4ff4-894a-e2696c041b32 format 5
11-30 15:21:48.408 14965 15041 I Finsky  : [43191] ehg.d(21): APK integrity will be verified using [SHA-256] method
11-30 15:21:48.408  2985  3827 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:21:48.409  2985  3827 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3806, temperature: 320, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:21:48.409  2985  3827 D BatteryService: online:4, current avg:346, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:364
11-30 15:21:48.409  2985  3827 D BatteryService: stay LED for charging
11-30 15:21:48.409  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:21:48.411  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:21:48.411  2985  2985 I MotionRecognitionService: Plugged
11-30 15:21:48.411  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:21:48.411  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:21:48.412  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:21:48.412  2985  2985 D GameManagerService: new battery level: 20
11-30 15:21:48.413  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:21:48.413  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:21:48.413  2985  3007 D UsbDeviceManager: mps exists
11-30 15:21:48.414  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:21:48.414  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:21:48.415  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:21:48.415  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:21:48.415  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:21:48.416  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:21:48.416  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:21:48.417 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:21:48.417 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:21:48.417  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:21:48.419  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:21:48.420  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:21:48.420 28244 28365 D BinderHooker: Got binder ptr e8f36680 for the given val
11-30 15:21:48.421  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:21:48.421  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:21:48.422  2985  3011 D PowerManagerService: [PSM] lowPowerModeEnabled: false (mLowPowerModeSetting: false, mIsPowered: true, mAutoLowPowerModeConfigured: false, mBatteryLevel: 20, mLowBatteryTriggerLevel: 0, mUltraPowerSavingModeEnabled: false, mEmergencyModeEnabled: false)
11-30 15:21:48.422  2985  3011 D PowerManagerService: mDisplayReady: false
11-30 15:21:48.425  2985  3011 I libsuspend: !@autosuspend_wakeup_count_disable
11-30 15:21:48.425  2985  3011 I libsuspend: !@autosuspend_wakeup_count_disable done
11-30 15:21:48.426  2985  3011 D PowerManagerService: [PWL] sb acquire: PowerManagerService.Display
11-30 15:21:48.427 14965 28523 I Finsky  : [43487] fsk.run(6): DU: Stored data usage stats for package com.android.chrome; completed bytes: 20992.
11-30 15:21:48.428  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:21:48.428  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:21:48.428  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:21:48.431  2985  3011 D DisplayPowerController: animateScreenStateChange: target=1, targetInternal=1
11-30 15:21:48.432  2985  3011 D AutomaticBrightnessController: [DAB] mLightSensor is null.
11-30 15:21:48.433  2985  3011 D DisplayPowerController: Animating brightness: target=0, rate=0 (PSM:false, AB limit:(-1 ~ -1) MB Limit:(-1 ~ 306))
11-30 15:21:48.439  2985  3011 D PowerManagerService: [s] DisplayPowerCallbacks : onStateChanged()
11-30 15:21:48.439  2985  3011 D PowerManagerService: mDisplayReady: true
11-30 15:21:48.439  2985  3011 I libsuspend: !@autosuspend_wakeup_count_enable
11-30 15:21:48.439  2985  3011 I libsuspend: !@autosuspend_wakeup_count_enable done
11-30 15:21:48.439  2985  3011 D PowerManagerService: [PWL] sb release: PowerManagerService.Display
11-30 15:21:48.440  2985  3827 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:21:48.471 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:21:48.472 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:21:48.478  2985  3003 E BatteryExternalStatsWorker: no controller energy info supplied for wifi
11-30 15:21:48.478  2985  3003 E BatteryExternalStatsWorker: no controller energy info supplied for bluetooth
11-30 15:21:48.555  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:21:48.555  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:21:48.594  2985  3024 D AudioService: isEnabled
11-30 15:21:48.594  2985  3024 D AudioService: getStreamVolume 3 index 10
11-30 15:21:48.599 14965 28525 I Finsky  : [43488] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=DOWNLOADING
11-30 15:21:48.627 14965 28525 I Finsky  : [43488] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=DOWNLOADING
11-30 15:21:48.652  2985  3003 E BatteryExternalStatsWorker: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0}
11-30 15:21:48.698  2985  3024 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:21:48.711  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:48.714  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:21:48.716  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:48.721  2985  3024 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:21:48.721  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:21:48.820 14965 15041 I Finsky  : [43191] eny.call(44): Patch apply task for com.android.chrome (..split.config.in) (format 5) completed in 415 ms
11-30 15:21:48.821  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:21:48.821  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:21:48.847 14965 14965 I Finsky  : [2] enx.apply(131): Successfully applied patch to update com.android.chrome (..split.config.in)
11-30 15:21:48.848 14965 18420 W Finsky  : [43281] fth.run(5): Exception while deleting file:///data/user/150/com.android.vending/files/phonesky-download-service/535/628dcb2c-3c78-4ff4-894a-e2696c041b32: java.lang.IllegalArgumentException: Unknown URL file:///data/user/150/com.android.vending/files/phonesky-download-service/535/628dcb2c-3c78-4ff4-894a-e2696c041b32
11-30 15:21:48.848 14965 14965 I Finsky  : [2] hsh.g(1): getDownloads()
11-30 15:21:48.849 15154 28498 I Finsky:background: [43293] hqb.f(1): getDownloads()
11-30 15:21:48.849 14965 14965 I Finsky  : [2] jox.run(10): Installer::IT: Removed com.android.chrome from ResourceManager for patching complete
11-30 15:21:48.851 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.android.chrome to state 40
11-30 15:21:48.866 14965 15031 I Finsky  : [43185] jpp.accept(3): Installer::IT: starting next download: package=com.android.chrome
11-30 15:21:48.867 14965 14965 I Finsky  : [2] hsh.h(1): remove(535)
11-30 15:21:48.868  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:48.868  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:48.868  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:48.868 15154 28498 I Finsky:background: [43293] hqb.g(1): remove(request_id=535)
11-30 15:21:48.876 15154 28501 I Finsky:background: [43295] hqb.d(20): onRemove(request_id=535, files_to_download=1, group_id=com.android.chrome, display_data[invisible=false, title=Google Chrome: Fast & Secure], network_restrictions=1, status=succeeded, bytes_downloaded=20992, retry[count=0, next_retry=n/a])
11-30 15:21:48.878 14965 15041 I Finsky  : [43191] jos.apply(9): Installer::DLP: Downloading patch for com.android.chrome:463807420 (adid: ..split.config.en , isid: -4w61AazS--uuVO9gTB1xQ)
11-30 15:21:48.880  2985  3827 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:48.881 14965 15041 I Finsky  : [43191] hsh.e(1): enqueue()
11-30 15:21:48.885  2985  3827 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:21:48.910 14965 15041 D VolumeInfo: VolumeInfo from Parcel: id private ,type 1 ,disk null
11-30 15:21:48.910 14965 15041 D VolumeInfo: VolumeInfo from Parcel: id public:179,33 ,type 0 ,disk DiskInfo{disk:179,32}:
11-30 15:21:48.910 14965 15041 D VolumeInfo:     flags=SD size=15931539456 label= volumeCount=1 
11-30 15:21:48.910 14965 15041 D VolumeInfo:     sysPath=/sys//devices/13560000.dwmmc2/mmc_host/mmc2/mmc2:aaaa/block/mmcblk1 
11-30 15:21:48.910 14965 15041 D VolumeInfo: 
11-30 15:21:48.910 14965 15041 D VolumeInfo: VolumeInfo from Parcel: id emulated ,type 2 ,disk null
11-30 15:21:48.911  2985  3024 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:21:48.911  2985  5088 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:48.930  2985  5088 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:48.933 14965 15041 I Finsky  : [43191] jps.a(17): Installer::IT: Already sent resource request for com.android.chrome, adid: ..split.config.en, isid: -4w61AazS--uuVO9gTB1xQ
11-30 15:21:49.006  4228  4228 D io_stats: !@ 179,0 r 54670550 1393255076 w 6059870 85566200 d 1203826 30655680 f 1079982 1079035 iot 29920800 29326205 th 51200 0 0 pt 0 inp 5 8 264007.998
11-30 15:21:49.287 15154 28498 I Finsky:background: [43293] hqb.c(12): enqueue(request_id=536, files_to_download=1, context[group_id=com.android.chrome], display_data[invisible=false, title=Google Chrome: Fast & Secure], network_restrictions=1)
11-30 15:21:49.345  2985  3024 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:49.351 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <536:QUEUED with WAITING_FOR_START:0%[0%]>.
11-30 15:21:49.353  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.382  2985  3024 I chatty  : uid=1000(system) Binder:2985_3 identical 25 lines
11-30 15:21:49.382  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.390  2985  3024 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:49.390  2985  3024 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:49.390  2985  3024 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:49.390  2985  3024 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:49.401 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <536:RUNNING:0%[0%]>.
11-30 15:21:49.403  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.404  2985  2985 I chatty  : uid=1000 system_server identical 1 line
11-30 15:21:49.406  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.406  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.440  2985  3024 I chatty  : uid=1000(system) Binder:2985_3 identical 25 lines
11-30 15:21:49.440  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.452  2985  3024 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:49.452  2985  3024 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:49.452  2985  3024 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:49.452  2985  3024 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:49.456 15154 28508 I Finsky:background: [43297] hrp.e(2): Reading task has started.
11-30 15:21:49.456 15154 28507 I Finsky:background: [43296] hrp.f(2): Writing task has started.
11-30 15:21:49.457 15154 28508 I Finsky:background: [43297] hrp.e(19): Open stream from https://play.googleapis.com/download/by-token/download?token=AOTCm0TwOyfNlq4OnBzy3nY3PC8ol25d1TW56CTJWRrQYoLz1LkrNfUYKcdzrL87ku6cOdJ78geOv8h-q7EE5HAbPcx48yEx75h8MhUV00P5vkZnFAiaJTt3gfpIUJzA6lgmu9N-_eTBah2I7h8gqpMWow4nPiGzbGanMjlq9VFELac4xWO4De5pTFjxwfcb-P8DyWw4HSqAp06f8s8LZ6Wa_jXtme3SsIbKxVmF9f8BSxdj26UwQ3drEA6D3MtxKlrmoGf1IY9kkYq-ZEBN2bJM4T7vhozwzXJQSeksezYrMnd3IDc5uXar8zxKSvNdzvkCDFOnCqMTWejgoaB8CubqS-_T6F2hofT3s7nHp7wBJu5OYGc_3gjYDBctIGMbjcSJz94ZjzLlzAMpF0PCU6Ra9b-8NLSdtoM4ovWd3aOLA_gcPbJlXFEEyGa8A-k5Yg&cpn=HSrOyEnQP_WpRE4_&isid=-4w61AazS--uuVO9gTB1xQ&isbg=1&server=boq [byteRangeStart=0-byteRangeStop=0]
11-30 15:21:49.458 15154 28508 D akqj    : setConnectTimeout is not supported by CronetHttpURLConnection
11-30 15:21:49.459 14965 14965 I Finsky  : [2] fjo.b(59): Installer::IT: Sending Resource Request for com.android.chrome (downloadid: ..split.config.en)
11-30 15:21:49.463  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152649 - CU:1000/CP:2985
11-30 15:21:49.470  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:49.472  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:49.477  2985  3024 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:21:49.477  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:21:49.521  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152649 - CU:1000/CP:2985
11-30 15:21:49.521 15154 28508 D akqj    : setConnectTimeout is not supported by CronetHttpURLConnection
11-30 15:21:49.524  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:21:49.524  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.525  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:21:49.525  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.525  2985  2985 D AudioService: isEnabled
11-30 15:21:49.525  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:21:49.528  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.529  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:21:49.529  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.529  2985  2985 D AudioService: isEnabled
11-30 15:21:49.529  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:21:49.534  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:21:49.534  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:21:49.537  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:49.539  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:21:49.539  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:21:49.544  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:21:49.544  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:49.547  2985  3827 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:21:49.548  2985  3827 D PersonaManagerService: securefolder Secure Folder
11-30 15:21:49.549  2985  3024 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:21:49.549  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:21:49.556  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:49.563  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:21:49.563  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:49.566  2985  3024 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:21:49.567  2985  3024 D PersonaManagerService: securefolder Secure Folder
11-30 15:21:49.568  2985  3024 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:21:49.568  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:21:49.592  2985  5088 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:21:49.608  2985  5088 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:21:49.608  2985  5088 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:21:49.669  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:21:49.669  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:21:49.681 15154 28513 V NetworkQualityRequestFinishedListener: observation is throttled - measurementType:40
11-30 15:21:49.681 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <536:RUNNING:0%[0%]>.
11-30 15:21:49.684  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.685  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.685 14965 14965 I Finsky  : [2] pgs.e(6): RM: receive resource status onStart com.android.chrome:..split.config.en reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 2, 192
11-30 15:21:49.685  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.687  2985  5088 I chatty  : uid=1000(system) Binder:2985_19 identical 2 lines
11-30 15:21:49.687  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.687  2985  3827 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:49.688  2985  3827 I chatty  : uid=1000(system) Binder:2985_E identical 1 line
11-30 15:21:49.689  2985  3827 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:49.692  2985  3024 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:49.693 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=DOWNLOADING
11-30 15:21:49.697 14965 28525 I Finsky  : [43488] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=DOWNLOADING
11-30 15:21:49.710  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.720  2985  5088 I chatty  : uid=1000(system) Binder:2985_19 identical 19 lines
11-30 15:21:49.720  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.726  2985  5088 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:49.726  2985  5088 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:49.727  2985  5088 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:49.727  2985  5088 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:49.733 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <536:SUCCEEDED>.
11-30 15:21:49.744 14965 14965 I Finsky  : [2] pgs.f(6): RM: receive resource status onSuccess com.android.chrome:..split.config.en reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 3, 200
11-30 15:21:49.749  2985  3024 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:49.749  2985  3827 I ActivityManager: KPU : put [com.google.android.googlequicksearchbox:search] : 55852 K
11-30 15:21:49.749  2985  3827 I ActivityManager: Killing 19115:com.google.android.googlequicksearchbox:search/u0a78 (adj 906): DHA:empty #37
11-30 15:21:49.750  2985  3827 I ActivityManager: KPU : put [com.google.android.play.games] : 6796 K
11-30 15:21:49.750  2985  3827 I ActivityManager: Killing 26801:com.google.android.play.games/u0a182 (adj 906): DHA:empty #37
11-30 15:21:49.751  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.751  2985  3024 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:49.751  2985  5088 I chatty  : uid=1000(system) Binder:2985_19 identical 1 line
11-30 15:21:49.751  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.751  2985  5088 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:49.752  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.752  2985  5081 I chatty  : uid=1000(system) Binder:2985_13 identical 1 line
11-30 15:21:49.752  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.754  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.754  2985  5088 I chatty  : uid=1000(system) Binder:2985_19 identical 1 line
11-30 15:21:49.754  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.754  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.755  2985  3024 I chatty  : uid=1000(system) Binder:2985_3 identical 4 lines
11-30 15:21:49.755  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.756  2985  3827 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:49.756  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.756  2985  5088 I chatty  : uid=1000(system) Binder:2985_19 identical 2 lines
11-30 15:21:49.757  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.757 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.android.chrome to state 50
11-30 15:21:49.757  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.757  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.758 14965 14965 I Finsky  : [2] jqc.u(81): Installer::IT: Start postprocessing download for com.android.chrome
11-30 15:21:49.758 14965 14965 I Finsky  : [2] jqc.u(93): Installer::IT: Prepare to patch com.android.chrome (adid: ..split.config.en , isid: -4w61AazS--uuVO9gTB1xQ) from file:///data/user/150/com.android.vending/files/phonesky-download-service/536/0ebd8077-e2a7-4483-a747-fb43c3a735a8 format 5
11-30 15:21:49.759  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.760  2985  5088 I chatty  : uid=1000(system) Binder:2985_19 identical 4 lines
11-30 15:21:49.761  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.763 14965 15031 I Finsky  : [43185] ehg.d(21): APK integrity will be verified using [SHA-256] method
11-30 15:21:49.764  2985  3024 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:49.764  2985  3024 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:49.765  2985  3024 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:49.765  2985  3024 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:49.773  2985  5088 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:21:49.774 14965 28523 I Finsky  : [43487] fsk.run(6): DU: Stored data usage stats for package com.android.chrome; completed bytes: 20689.
11-30 15:21:49.776  2985  3824 I ActivityManager: KPU : remove [com.google.android.play.games] , Remain = 55852 K
11-30 15:21:49.781  2985  3070 W Choreographer: Frame time is 13.742024 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:21:49.790  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152649 - CU:1000/CP:2985
11-30 15:21:49.810  2985  3826 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=5208, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@4a5559d)
11-30 15:21:49.810  2985  3612 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ TRACK_DEFAULT id=5207, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], android.os.BinderProxy@ee97a12)
11-30 15:21:49.810  2985  3222 D ConnectivityService: releasing NetworkRequest [ LISTEN id=5208, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ] (release request)
11-30 15:21:49.811  2985  3222 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=5207, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] (release request)
11-30 15:21:49.811  2985  3612 I ActivityManager: KPU : remove [com.google.android.googlequicksearchbox:search] , Remain = 0 K
11-30 15:21:49.811  2985  3222 D ConnectivityService:  Removing from current network NetworkAgentInfo [WIFI () - 625], leaving 53 requests.
11-30 15:21:49.839  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152649 - CU:1000/CP:2985
11-30 15:21:49.840  2985  3002 I zygote  : Successfully killed process cgroup uid 10078 pid 19115 in 89ms
11-30 15:21:49.840  2985  3002 I zygote  : Successfully killed process cgroup uid 10182 pid 26801 in 0ms
11-30 15:21:49.842  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.843  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:21:49.843  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.843  2985  2985 D AudioService: isEnabled
11-30 15:21:49.843  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:21:49.846  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.846  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:21:49.846  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:49.846  2985  2985 D AudioService: isEnabled
11-30 15:21:49.847  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:21:49.851  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:21:49.851  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:21:49.854  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:49.856  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:21:49.856  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:21:49.861  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:21:49.862  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:49.865  2985  5091 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:21:49.865  2985  5091 D PersonaManagerService: securefolder Secure Folder
11-30 15:21:49.866  2985  5091 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:21:49.866  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:21:49.868  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:49.868  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:49.868  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:49.873  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:49.881  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:21:49.881  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:49.884  2985  3612 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:21:49.884 19153 19442 I A       : processToken binder died, :search process likely died
11-30 15:21:49.885  2985  3612 D PersonaManagerService: securefolder Secure Folder
11-30 15:21:49.887  2985  3612 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:21:49.888  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:21:49.903  2985  5091 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:21:49.988  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:21:49.988  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:21:50.111 14965 15031 I Finsky  : [43185] eny.call(44): Patch apply task for com.android.chrome (..split.config.en) (format 5) completed in 352 ms
11-30 15:21:50.125 14965 14965 I Finsky  : [2] enx.apply(131): Successfully applied patch to update com.android.chrome (..split.config.en)
11-30 15:21:50.126 14965 14965 I Finsky  : [2] hsh.g(1): getDownloads()
11-30 15:21:50.126 14965 18420 W Finsky  : [43281] fth.run(5): Exception while deleting file:///data/user/150/com.android.vending/files/phonesky-download-service/536/0ebd8077-e2a7-4483-a747-fb43c3a735a8: java.lang.IllegalArgumentException: Unknown URL file:///data/user/150/com.android.vending/files/phonesky-download-service/536/0ebd8077-e2a7-4483-a747-fb43c3a735a8
11-30 15:21:50.127 14965 14965 I Finsky  : [2] jox.run(10): Installer::IT: Removed com.android.chrome from ResourceManager for patching complete
11-30 15:21:50.127 15154 28498 I Finsky:background: [43293] hqb.f(1): getDownloads()
11-30 15:21:50.128 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.android.chrome to state 40
11-30 15:21:50.141 14965 15024 I Finsky  : [43182] jpp.accept(3): Installer::IT: starting next download: package=com.android.chrome
11-30 15:21:50.141 14965 14965 I Finsky  : [2] hsh.h(1): remove(536)
11-30 15:21:50.143 15154 28498 I Finsky:background: [43293] hqb.g(1): remove(request_id=536)
11-30 15:21:50.149 15154 28501 I Finsky:background: [43295] hqb.d(20): onRemove(request_id=536, files_to_download=1, group_id=com.android.chrome, display_data[invisible=false, title=Google Chrome: Fast & Secure], network_restrictions=1, status=succeeded, bytes_downloaded=20689, retry[count=0, next_retry=n/a])
11-30 15:21:50.149 14965 15031 I Finsky  : [43185] jos.apply(9): Installer::DLP: Downloading patch for com.android.chrome:463807420 (adid: ..split.autofill_assistant , isid: -4w61AazS--uuVO9gTB1xQ)
11-30 15:21:50.152  2985  5088 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:50.152 14965 15031 I Finsky  : [43185] hsh.e(1): enqueue()
11-30 15:21:50.159  2985  5088 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:21:50.188 14965 15031 D VolumeInfo: VolumeInfo from Parcel: id private ,type 1 ,disk null
11-30 15:21:50.188 14965 15031 D VolumeInfo: VolumeInfo from Parcel: id public:179,33 ,type 0 ,disk DiskInfo{disk:179,32}:
11-30 15:21:50.188 14965 15031 D VolumeInfo:     flags=SD size=15931539456 label= volumeCount=1 
11-30 15:21:50.188 14965 15031 D VolumeInfo:     sysPath=/sys//devices/13560000.dwmmc2/mmc_host/mmc2/mmc2:aaaa/block/mmcblk1 
11-30 15:21:50.188 14965 15031 D VolumeInfo: 
11-30 15:21:50.188 14965 15031 D VolumeInfo: VolumeInfo from Parcel: id emulated ,type 2 ,disk null
11-30 15:21:50.189  2985  5091 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:21:50.189  2985  3024 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:50.210  2985  3024 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:50.213 14965 15031 I Finsky  : [43185] jps.a(17): Installer::IT: Already sent resource request for com.android.chrome, adid: ..split.autofill_assistant, isid: -4w61AazS--uuVO9gTB1xQ
11-30 15:21:50.485 15154 28498 I Finsky:background: [43293] hqb.c(12): enqueue(request_id=537, files_to_download=1, context[group_id=com.android.chrome], display_data[invisible=false, title=Google Chrome: Fast & Secure], network_restrictions=1)
11-30 15:21:50.490  2985  5091 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:50.495 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <537:QUEUED with WAITING_FOR_START:0%[0%]>.
11-30 15:21:50.500  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.544  2985  5091 I chatty  : uid=1000(system) Binder:2985_1B identical 25 lines
11-30 15:21:50.544  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.561  2985  5091 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:50.561  2985  5091 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:50.587  2985  5091 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:50.587  2985  5091 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:50.593 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <537:RUNNING:0%[0%]>.
11-30 15:21:50.596  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.611  2985  5091 I chatty  : uid=1000(system) Binder:2985_1B identical 25 lines
11-30 15:21:50.611  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.617  2985  5091 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:50.617  2985  5091 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:50.617  2985  5091 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:50.618  2985  5091 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:50.632  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152650 - CU:1000/CP:2985
11-30 15:21:50.635 15154 28508 I Finsky:background: [43297] hrp.e(2): Reading task has started.
11-30 15:21:50.636 15154 28508 I Finsky:background: [43297] hrp.e(19): Open stream from https://play.googleapis.com/download/by-token/download?token=AOTCm0SXKj8nyV9yv4bjymY00Rak_9lppXk8v1UOAkPGTVGHl9u8NS-5C0Xi2P9fpU4B53c-SEItUuM9DDl_Yfekvb7vbeHI81EEsbr6TKiGNM9dLMJHpm6T7Z_dbw4k68UKHq_8bV_SWd02hCGeHuYE8Mh1wIn2t6_v285xMTDEUVFuWn_E9l8dGXoMyQ_HCmnPlKrqbdEekyfR41dzLrt4OojfDNzq9KOn4YNErVZmrhLVbPiZxhq1I1Y12U1j9IdXbzH2DPx1cLX6vNNeLGcp4jU_m0wADPE01MfJRTNhKVNW4ImfLuKbFFhweVv86d83byx0boigqCIcB5O96uTBx9Skm-Nf0642RK6czSM-kA-ewClkXlKxPjLkkIncF1zSqQDKDZJbqZpij4nY-9hI8yc35PHm22NFA8X4fB0M8Zj2745AWb3xEg7MbP9YjiM17iBAFQXln0oC&cpn=UaRelD7iPgQqI4Uf&isid=-4w61AazS--uuVO9gTB1xQ&isbg=1&server=boq [byteRangeStart=0-byteRangeStop=0]
11-30 15:21:50.636 15154 28509 I Finsky:background: [43298] hrp.f(2): Writing task has started.
11-30 15:21:50.637 15154 28508 D akqj    : setConnectTimeout is not supported by CronetHttpURLConnection
11-30 15:21:50.638 14965 14965 I Finsky  : [2] fjo.b(59): Installer::IT: Sending Resource Request for com.android.chrome (downloadid: ..split.autofill_assistant)
11-30 15:21:50.683 15154 28508 D akqj    : setConnectTimeout is not supported by CronetHttpURLConnection
11-30 15:21:50.689  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.689  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:21:50.689  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.690  2985  2985 D AudioService: isEnabled
11-30 15:21:50.691  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:21:50.703  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152650 - CU:1000/CP:2985
11-30 15:21:50.708  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:21:50.709  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:21:50.712  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.713  2985  2985 I chatty  : uid=1000 system_server identical 2 lines
11-30 15:21:50.713  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:50.713  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.713  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.713  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.713  2985  2985 D AudioService: isEnabled
11-30 15:21:50.713  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:21:50.718 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <537:RUNNING:0%[0%]>.
11-30 15:21:50.721  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.722  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.722  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:21:50.722 14965 14965 I Finsky  : [2] pgs.e(6): RM: receive resource status onStart com.android.chrome:..split.autofill_assistant reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 2, 192
11-30 15:21:50.722  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:21:50.722  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.725  2985  5088 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:50.725  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:50.725  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:50.727  2985  5088 I chatty  : uid=1000(system) Binder:2985_19 identical 2 lines
11-30 15:21:50.731  2985  3024 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:21:50.731  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:21:50.734  2985  3024 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:21:50.735  2985  3024 D PersonaManagerService: securefolder Secure Folder
11-30 15:21:50.737  2985  5088 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:50.738  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:50.739 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=DOWNLOADING
11-30 15:21:50.742 14965 28525 I Finsky  : [43488] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=DOWNLOADING
11-30 15:21:50.745  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:50.745  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:50.747 15154 28513 V NetworkQualityRequestFinishedListener: observation is throttled - measurementType:40
11-30 15:21:50.749  2985  5088 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:21:50.750  2985  3024 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:21:50.750  2985  5088 D PersonaManagerService: securefolder Secure Folder
11-30 15:21:50.750  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:21:50.755  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.755  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 1 line
11-30 15:21:50.755  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.757  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.767  2985  3024 I chatty  : uid=1000(system) Binder:2985_3 identical 19 lines
11-30 15:21:50.767  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.774  2985  3024 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:50.774  2985  3024 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:50.774  2985  3024 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:50.774  2985  3024 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:50.786  2985  3024 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:21:50.788 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <537:SUCCEEDED>.
11-30 15:21:50.802 14965 14965 I Finsky  : [2] pgs.f(6): RM: receive resource status onSuccess com.android.chrome:..split.autofill_assistant reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 3, 200
11-30 15:21:50.804  2985  5091 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:50.806  2985  5091 I chatty  : uid=1000(system) Binder:2985_1B identical 2 lines
11-30 15:21:50.809  2985  5091 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:50.810 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.android.chrome to state 50
11-30 15:21:50.811 14965 14965 I Finsky  : [2] jqc.u(81): Installer::IT: Start postprocessing download for com.android.chrome
11-30 15:21:50.811 14965 14965 I Finsky  : [2] jqc.u(93): Installer::IT: Prepare to patch com.android.chrome (adid: ..split.autofill_assistant , isid: -4w61AazS--uuVO9gTB1xQ) from file:///data/user/150/com.android.vending/files/phonesky-download-service/537/65a64369-0d04-429c-8f86-579980b3ee88 format 5
11-30 15:21:50.813  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.814  2985  3024 I chatty  : uid=1000(system) Binder:2985_3 identical 5 lines
11-30 15:21:50.815  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.815 14965 15043 I Finsky  : [43189] ehg.d(21): APK integrity will be verified using [SHA-256] method
11-30 15:21:50.815  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.815  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.816  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.816 14965 28523 I Finsky  : [43487] fsk.run(6): DU: Stored data usage stats for package com.android.chrome; completed bytes: 40660.
11-30 15:21:50.816  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.818  2985  3024 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:21:50.845  2985  5091 I chatty  : uid=1000(system) Binder:2985_1B identical 12 lines
11-30 15:21:50.845  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.850  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:21:50.851  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:21:50.855  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152650 - CU:1000/CP:2985
11-30 15:21:50.856  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.856  2985  5091 I chatty  : uid=1000(system) Binder:2985_1B identical 1 line
11-30 15:21:50.856  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.860  2985  5091 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:50.861  2985  5091 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:50.861  2985  5091 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:50.861  2985  5091 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:50.863  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.863  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:21:50.863  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.863  2985  2985 D AudioService: isEnabled
11-30 15:21:50.864  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:21:50.868  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:50.868  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:50.868  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:50.913  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:21:50.913  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:21:50.916  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:50.923  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:21:50.924  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:50.924  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152650 - CU:1000/CP:2985
11-30 15:21:50.928  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.928  2985  2985 I chatty  : uid=1000 system_server identical 1 line
11-30 15:21:50.928  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.928  2985  5088 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:21:50.928  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.928  2985  2985 I chatty  : uid=1000 system_server identical 1 line
11-30 15:21:50.928  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:21:50.928  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:50.929  2985  2985 D AudioService: isEnabled
11-30 15:21:50.929  2985  5088 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:21:50.929  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:21:50.929  2985  5088 D PersonaManagerService: securefolder Secure Folder
11-30 15:21:50.935  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:21:50.935  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:21:50.938  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:50.944  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:21:50.945  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:50.948  2985  5081 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:21:50.948  2985  5081 D PersonaManagerService: securefolder Secure Folder
11-30 15:21:50.949  2985  5082 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:21:50.949  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:21:50.962  2985  5082 D SamsungAlarmManager: Cancel Alarm calling from uid:10018 pid :16033 / op:PendingIntent{faa03c5: PendingIntentRecord{2bf8769 com.google.android.gms broadcastIntent}}
11-30 15:21:50.969  2985  5082 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:21:50.975  2985  5081 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20211130T182150 - CU:10018/CP:16033
11-30 15:21:51.035  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:51.050  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:21:51.050  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:21:51.140  2985  2994 I zygote  : Background concurrent copying GC freed 511104(23MB) AllocSpace objects, 78(5MB) LOS objects, 25% free, 69MB/93MB, paused 445us total 784.127ms
11-30 15:21:51.630 14965 15043 I Finsky  : [43189] eny.call(44): Patch apply task for com.android.chrome (..split.autofill_assistant) (format 5) completed in 818 ms
11-30 15:21:51.650 14965 14965 I Finsky  : [2] enx.apply(131): Successfully applied patch to update com.android.chrome (..split.autofill_assistant)
11-30 15:21:51.650 14965 14965 I Finsky  : [2] hsh.g(1): getDownloads()
11-30 15:21:51.650 14965 18420 W Finsky  : [43281] fth.run(5): Exception while deleting file:///data/user/150/com.android.vending/files/phonesky-download-service/537/65a64369-0d04-429c-8f86-579980b3ee88: java.lang.IllegalArgumentException: Unknown URL file:///data/user/150/com.android.vending/files/phonesky-download-service/537/65a64369-0d04-429c-8f86-579980b3ee88
11-30 15:21:51.656 14965 14965 I Finsky  : [2] jox.run(10): Installer::IT: Removed com.android.chrome from ResourceManager for patching complete
11-30 15:21:51.656 15154 28498 I Finsky:background: [43293] hqb.f(1): getDownloads()
11-30 15:21:51.657 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.android.chrome to state 40
11-30 15:21:51.674 14965 15024 I Finsky  : [43182] jpp.accept(3): Installer::IT: starting next download: package=com.android.chrome
11-30 15:21:51.674 14965 14965 I Finsky  : [2] hsh.h(1): remove(537)
11-30 15:21:51.675 15154 28498 I Finsky:background: [43293] hqb.g(1): remove(request_id=537)
11-30 15:21:51.684 15154 28501 I Finsky:background: [43295] hqb.d(20): onRemove(request_id=537, files_to_download=1, group_id=com.android.chrome, display_data[invisible=false, title=Google Chrome: Fast & Secure], network_restrictions=1, status=succeeded, bytes_downloaded=40660, retry[count=0, next_retry=n/a])
11-30 15:21:51.688 14965 15043 I Finsky  : [43189] jos.apply(9): Installer::DLP: Downloading patch for com.android.chrome:463807420 (adid: ..split.chime , isid: -4w61AazS--uuVO9gTB1xQ)
11-30 15:21:51.691  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:51.691 14965 15043 I Finsky  : [43189] hsh.e(1): enqueue()
11-30 15:21:51.696  2985  5081 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:21:51.722 14965 15043 D VolumeInfo: VolumeInfo from Parcel: id private ,type 1 ,disk null
11-30 15:21:51.722 14965 15043 D VolumeInfo: VolumeInfo from Parcel: id public:179,33 ,type 0 ,disk DiskInfo{disk:179,32}:
11-30 15:21:51.722 14965 15043 D VolumeInfo:     flags=SD size=15931539456 label= volumeCount=1 
11-30 15:21:51.722 14965 15043 D VolumeInfo:     sysPath=/sys//devices/13560000.dwmmc2/mmc_host/mmc2/mmc2:aaaa/block/mmcblk1 
11-30 15:21:51.722 14965 15043 D VolumeInfo: 
11-30 15:21:51.722 14965 15043 D VolumeInfo: VolumeInfo from Parcel: id emulated ,type 2 ,disk null
11-30 15:21:51.722  2985  3024 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:21:51.723  2985  5091 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:51.743  2985  5091 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:51.745 14965 15043 I Finsky  : [43189] jps.a(17): Installer::IT: Already sent resource request for com.android.chrome, adid: ..split.chime, isid: -4w61AazS--uuVO9gTB1xQ
11-30 15:21:51.868  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:51.868  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:51.869  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:52.011 15154 28498 I Finsky:background: [43293] hqb.c(12): enqueue(request_id=538, files_to_download=1, context[group_id=com.android.chrome], display_data[invisible=false, title=Google Chrome: Fast & Secure], network_restrictions=1)
11-30 15:21:52.014  2985  3024 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:52.019 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <538:QUEUED with WAITING_FOR_START:0%[0%]>.
11-30 15:21:52.021  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:52.057  2985  3024 I chatty  : uid=1000(system) Binder:2985_3 identical 25 lines
11-30 15:21:52.057  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:52.066  2985  3024 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:52.066  2985  3024 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:52.066  2985  3024 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:52.066  2985  3024 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:52.072 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <538:RUNNING:0%[0%]>.
11-30 15:21:52.095  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:52.104  2985  3024 I chatty  : uid=1000(system) Binder:2985_3 identical 25 lines
11-30 15:21:52.104  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:52.110  2985  3024 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:52.110  2985  3024 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:52.110  2985  3024 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:52.110  2985  3024 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:52.114 15154 28508 I Finsky:background: [43297] hrp.e(2): Reading task has started.
11-30 15:21:52.114 15154 28507 I Finsky:background: [43296] hrp.f(2): Writing task has started.
11-30 15:21:52.115 14965 14965 I Finsky  : [2] fjo.b(59): Installer::IT: Sending Resource Request for com.android.chrome (downloadid: ..split.chime)
11-30 15:21:52.115 15154 28508 I Finsky:background: [43297] hrp.e(19): Open stream from https://play.googleapis.com/download/by-token/download?token=AOTCm0TuZwU_NrP12gqMKwV8UVdgmwqS2yqGtW0qv1mVJmHCWMrnCjCqNFerMI6saGw6ObkWeEWG159mWHISnh0acaK7M4vO39_mdmR9A0W1Kh0wiX4gVURfRSVOu0mOVfTVfbMu4sazPaxzrMDTpYjGArhr8pjKe1LR8PpFWpvqudbAizPkYeqvSrb3VPrLddBSwXYGdiTDTMEwD2SU777xdC_XeCAcm4raN4l1n8eevG3SIIY0POMF4rFTpAU8Wu-H1AehTMgtjQmrO9APpOBp24vvLSXzJUc8AJo64gNoYxqsg7rxVTI7WpiZilCg-kx1tPZUhyjEwnmZjCZXUZ56EQynxTxKasvH3ovx9Z9vj9wWjiqtxjDfgvQdS7Ygv2ExSq2GsVSvad7dJPvydL9u0GNUGTR0mXD2gH3H6OA4Lex-LZ-hK3dgYw55&cpn=fad09uZ9ktoYnObC&isid=-4w61AazS--uuVO9gTB1xQ&isbg=1&server=boq [byteRangeStart=0-byteRangeStop=0]
11-30 15:21:52.116 15154 28508 D akqj    : setConnectTimeout is not supported by CronetHttpURLConnection
11-30 15:21:52.131  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152652 - CU:1000/CP:2985
11-30 15:21:52.170 15154 28508 D akqj    : setConnectTimeout is not supported by CronetHttpURLConnection
11-30 15:21:52.181  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152652 - CU:1000/CP:2985
11-30 15:21:52.184  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:52.185  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:21:52.185  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:52.185  2985  2985 D AudioService: isEnabled
11-30 15:21:52.185  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:21:52.188  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:52.188  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:21:52.188  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:52.188  2985  2985 D AudioService: isEnabled
11-30 15:21:52.189  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:21:52.193  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:21:52.193  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:21:52.196  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:52.198  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:21:52.198  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:21:52.202  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:21:52.203  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:52.208  2985  5081 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:21:52.208  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:21:52.211  2985  5081 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:21:52.212  2985  5081 D PersonaManagerService: securefolder Secure Folder
11-30 15:21:52.216 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <538:RUNNING:0%[0%]>.
11-30 15:21:52.217  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:52.218  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:52.220  2985  5081 I chatty  : uid=1000(system) Binder:2985_13 identical 4 lines
11-30 15:21:52.220  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:52.228 14965 14965 I Finsky  : [2] pgs.e(6): RM: receive resource status onStart com.android.chrome:..split.chime reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 2, 192
11-30 15:21:52.230  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:52.230  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:52.233  2985  3024 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:21:52.233  2985  3024 D PersonaManagerService: securefolder Secure Folder
11-30 15:21:52.235  2985  3024 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:21:52.235  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:21:52.236  2985  5091 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:52.237  2985  3024 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:52.238  2985  3024 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:52.247  2985  5091 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:52.248  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:52.248  2985  5081 I chatty  : uid=1000(system) Binder:2985_13 identical 1 line
11-30 15:21:52.248  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:52.253 15154 28513 V NetworkQualityRequestFinishedListener: observation is throttled - measurementType:40
11-30 15:21:52.254  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:52.255  2985  5081 I chatty  : uid=1000(system) Binder:2985_13 identical 4 lines
11-30 15:21:52.255  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:52.256  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:52.256 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=DOWNLOADING
11-30 15:21:52.256  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:52.256  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:52.261  2985  3024 I chatty  : uid=1000(system) Binder:2985_3 identical 8 lines
11-30 15:21:52.261  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:52.265 14965 28525 I Finsky  : [43488] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=DOWNLOADING
11-30 15:21:52.269  2985  3024 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:52.269  2985  3024 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:52.269  2985  3024 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:52.270  2985  3024 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:52.275  2985  5081 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:21:52.296 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <538:SUCCEEDED>.
11-30 15:21:52.298  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:52.303  2985  3024 I chatty  : uid=1000(system) Binder:2985_3 identical 19 lines
11-30 15:21:52.304  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:52.305 14965 14965 I Finsky  : [2] pgs.f(6): RM: receive resource status onSuccess com.android.chrome:..split.chime reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 3, 200
11-30 15:21:52.307  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:52.307  2985  3024 I chatty  : uid=1000(system) Binder:2985_3 identical 1 line
11-30 15:21:52.307  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:52.307  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:52.308  2985  5081 I chatty  : uid=1000(system) Binder:2985_13 identical 1 line
11-30 15:21:52.308  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:52.311  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:52.312  2985  5091 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:52.312  2985  5091 I chatty  : uid=1000(system) Binder:2985_1B identical 1 line
11-30 15:21:52.312  2985  5081 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:52.312  2985  5081 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:52.313  2985  5081 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:52.313  2985  5081 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:52.315  2985  5091 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:52.316 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.android.chrome to state 50
11-30 15:21:52.316 14965 14965 I Finsky  : [2] jqc.u(81): Installer::IT: Start postprocessing download for com.android.chrome
11-30 15:21:52.317 14965 14965 I Finsky  : [2] jqc.u(93): Installer::IT: Prepare to patch com.android.chrome (adid: ..split.chime , isid: -4w61AazS--uuVO9gTB1xQ) from file:///data/user/150/com.android.vending/files/phonesky-download-service/538/2513bf8a-1aa8-4f30-a88d-43dd1fd62b28 format 5
11-30 15:21:52.322  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152652 - CU:1000/CP:2985
11-30 15:21:52.331 14965 15024 I Finsky  : [43182] ehg.d(21): APK integrity will be verified using [SHA-256] method
11-30 15:21:52.332 14965 28523 I Finsky  : [43487] fsk.run(6): DU: Stored data usage stats for package com.android.chrome; completed bytes: 69279.
11-30 15:21:52.335  2985  5091 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:21:52.336  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:21:52.336  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:21:52.393  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152652 - CU:1000/CP:2985
11-30 15:21:52.396  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:52.397  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:21:52.397  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:52.397  2985  2985 D AudioService: isEnabled
11-30 15:21:52.397  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:21:52.400  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:52.400  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:21:52.400  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:52.400  2985  2985 D AudioService: isEnabled
11-30 15:21:52.400  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:21:52.405  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:21:52.405  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:21:52.408  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:52.409  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:21:52.410  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:21:52.415  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:21:52.416  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:52.419  2985  5081 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:21:52.419  2985  5081 D PersonaManagerService: securefolder Secure Folder
11-30 15:21:52.420  2985  5081 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:21:52.420  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:21:52.427  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:52.434  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:21:52.435  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:52.439  2985  3612 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:21:52.439  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:21:52.444  2985  3612 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:21:52.445  2985  3612 D PersonaManagerService: securefolder Secure Folder
11-30 15:21:52.465  2985  3612 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:21:52.540  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:21:52.540  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:21:52.582  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 7 99 -7 -200 -7 -200 -1 12 -99 -12 0 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:21:52.582  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:21:52.800 14965 15024 I Finsky  : [43182] eny.call(44): Patch apply task for com.android.chrome (..split.chime) (format 5) completed in 482 ms
11-30 15:21:52.815 14965 14965 I Finsky  : [2] enx.apply(131): Successfully applied patch to update com.android.chrome (..split.chime)
11-30 15:21:52.816 14965 14965 I Finsky  : [2] hsh.g(1): getDownloads()
11-30 15:21:52.816 14965 18420 W Finsky  : [43281] fth.run(5): Exception while deleting file:///data/user/150/com.android.vending/files/phonesky-download-service/538/2513bf8a-1aa8-4f30-a88d-43dd1fd62b28: java.lang.IllegalArgumentException: Unknown URL file:///data/user/150/com.android.vending/files/phonesky-download-service/538/2513bf8a-1aa8-4f30-a88d-43dd1fd62b28
11-30 15:21:52.817 14965 14965 I Finsky  : [2] jox.run(10): Installer::IT: Removed com.android.chrome from ResourceManager for patching complete
11-30 15:21:52.817 15154 28498 I Finsky:background: [43293] hqb.f(1): getDownloads()
11-30 15:21:52.818 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.android.chrome to state 40
11-30 15:21:52.835 14965 15041 I Finsky  : [43191] jpp.accept(3): Installer::IT: starting next download: package=com.android.chrome
11-30 15:21:52.835 14965 14965 I Finsky  : [2] hsh.h(1): remove(538)
11-30 15:21:52.837 15154 28498 I Finsky:background: [43293] hqb.g(1): remove(request_id=538)
11-30 15:21:52.844 15154 28501 I Finsky:background: [43295] hqb.d(20): onRemove(request_id=538, files_to_download=1, group_id=com.android.chrome, display_data[invisible=false, title=Google Chrome: Fast & Secure], network_restrictions=1, status=succeeded, bytes_downloaded=69279, retry[count=0, next_retry=n/a])
11-30 15:21:52.869  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:52.869  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:52.869  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:52.873 14965 15024 I Finsky  : [43182] jos.apply(9): Installer::DLP: Downloading patch for com.android.chrome:463807420 (adid: ..split.chrome , isid: -4w61AazS--uuVO9gTB1xQ)
11-30 15:21:52.876  2985  5091 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:52.877 14965 15024 I Finsky  : [43182] hsh.e(1): enqueue()
11-30 15:21:52.881  2985  5091 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:21:52.906 14965 15024 D VolumeInfo: VolumeInfo from Parcel: id private ,type 1 ,disk null
11-30 15:21:52.906 14965 15024 D VolumeInfo: VolumeInfo from Parcel: id public:179,33 ,type 0 ,disk DiskInfo{disk:179,32}:
11-30 15:21:52.906 14965 15024 D VolumeInfo:     flags=SD size=15931539456 label= volumeCount=1 
11-30 15:21:52.906 14965 15024 D VolumeInfo:     sysPath=/sys//devices/13560000.dwmmc2/mmc_host/mmc2/mmc2:aaaa/block/mmcblk1 
11-30 15:21:52.906 14965 15024 D VolumeInfo: 
11-30 15:21:52.906 14965 15024 D VolumeInfo: VolumeInfo from Parcel: id emulated ,type 2 ,disk null
11-30 15:21:52.906  2985  3612 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:21:52.932  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:52.933  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:52.936 14965 15024 I Finsky  : [43182] jps.a(17): Installer::IT: Already sent resource request for com.android.chrome, adid: ..split.chrome, isid: -4w61AazS--uuVO9gTB1xQ
11-30 15:21:53.191 15154 28498 I Finsky:background: [43293] hqb.c(12): enqueue(request_id=539, files_to_download=1, context[group_id=com.android.chrome], display_data[invisible=false, title=Google Chrome: Fast & Secure], network_restrictions=1)
11-30 15:21:53.194  2985  3612 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:53.199 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <539:QUEUED with WAITING_FOR_START:0%[0%]>.
11-30 15:21:53.200  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:53.230  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 25 lines
11-30 15:21:53.230  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:53.237  2985  3612 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:53.237  2985  3612 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:53.237  2985  3612 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:53.237  2985  3612 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:53.243 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <539:RUNNING:0%[0%]>.
11-30 15:21:53.264  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:53.273  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 25 lines
11-30 15:21:53.273  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:53.280  2985  3612 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:53.280  2985  3612 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:53.280  2985  3612 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:53.280  2985  3612 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:53.282 15154 28509 I Finsky:background: [43298] hrp.f(2): Writing task has started.
11-30 15:21:53.282 15154 28508 I Finsky:background: [43297] hrp.e(2): Reading task has started.
11-30 15:21:53.283 15154 28508 I Finsky:background: [43297] hrp.e(19): Open stream from https://play.googleapis.com/download/by-token/download?token=AOTCm0QL5Hw3nhqddXoLtqodtnBRbl3xNkIG5KWvAfVb2bRuP_gg52qjhDIo8pmaEfa3VTGWYihgwa6FWZvEHBzWFG82XMAgGTPucrMv2wmP2gojtrVfmA-i_slHuNPvi4oohKr8sgtNhccbH4__FTgUU9qKcNyMAIrXNlsmxM8-QkyspcI45u6is4iMAM17MwmYQml4jbE5NQviAQE6D_XieXxj07R9t7jb6kKWVr0iAIEvd9HIIgbOCKSt0HFARbZ-R6MH-VjlxPRwz40RWVj3D-xXsbJXmoa8qGqz1Hm3WAG8LmNt6mVEGnhAIzqTvjYGq5YOAY8McWl3wyDb144UMYBiEFW3-UVqWSVyFZyLJJFinudhvuEp_4PAc8dsvj5EjGAzLddIOINCVRdBHpxnAllAus8UoTFrAL1u7qEsw4tEe6J9cW4NEuX8kA&cpn=W813UtjJplgLyLWa&isid=-4w61AazS--uuVO9gTB1xQ&isbg=1&server=boq [byteRangeStart=0-byteRangeStop=0]
11-30 15:21:53.284 15154 28508 D akqj    : setConnectTimeout is not supported by CronetHttpURLConnection
11-30 15:21:53.284 14965 14965 I Finsky  : [2] fjo.b(59): Installer::IT: Sending Resource Request for com.android.chrome (downloadid: ..split.chrome)
11-30 15:21:53.300  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152653 - CU:1000/CP:2985
11-30 15:21:53.342 15154 28508 D akqj    : setConnectTimeout is not supported by CronetHttpURLConnection
11-30 15:21:53.348  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152653 - CU:1000/CP:2985
11-30 15:21:53.351  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:53.351  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:21:53.351  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:53.351  2985  2985 D AudioService: isEnabled
11-30 15:21:53.352  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:21:53.355  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:53.355  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:21:53.355  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:53.355  2985  2985 D AudioService: isEnabled
11-30 15:21:53.355  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:21:53.362  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:21:53.362  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:21:53.364  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:53.371  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:21:53.371  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:21:53.374  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:21:53.374  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:53.375 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <539:RUNNING:0%[0%]>.
11-30 15:21:53.378  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:53.378  2985  5091 I chatty  : uid=1000(system) Binder:2985_1B identical 1 line
11-30 15:21:53.378 14965 14965 I Finsky  : [2] pgs.e(6): RM: receive resource status onStart com.android.chrome:..split.chrome reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 2, 192
11-30 15:21:53.378  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:53.379  2985  5091 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:21:53.379  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:21:53.381  2985  5081 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:21:53.382  2985  5081 D PersonaManagerService: securefolder Secure Folder
11-30 15:21:53.385  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:53.389  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:53.390  2985  3612 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:53.391  2985  3612 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:53.393  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:21:53.393  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:53.398  2985  3612 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:21:53.398  2985  5091 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:53.398  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:21:53.399  2985  5091 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:21:53.399  2985  5091 D PersonaManagerService: securefolder Secure Folder
11-30 15:21:53.400 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=DOWNLOADING
11-30 15:21:53.402 14965 28525 I Finsky  : [43488] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=DOWNLOADING
11-30 15:21:53.406  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:53.421  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 22 lines
11-30 15:21:53.421  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:53.429  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:53.430  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:53.437  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:21:53.437  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:21:53.437  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:21:53.437  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:21:53.451  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:53.451  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:53.459  2985  7619 D SSRM:aU : SIOP:: AP:450(416,0) BAT:320(320,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:21:53.464  2985  5082 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:21:53.485  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152653 - CU:1000/CP:2985
11-30 15:21:53.489  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:53.489  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:21:53.489  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:53.490  2985  2985 D AudioService: isEnabled
11-30 15:21:53.490  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:21:53.495  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:21:53.495  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:21:53.498  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:53.506  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:21:53.506  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:53.510  2985  3612 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:21:53.511  2985  3612 D PersonaManagerService: securefolder Secure Folder
11-30 15:21:53.511  2985  5082 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:21:53.511  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:21:53.531  2985  5081 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:21:53.611  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:21:53.611  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:21:53.740  2985  3162 D NtpTrustedTime: currentTimeMillis() cache hit
11-30 15:21:53.791  2719  2795 D CommandListener: bwctrlcmd: argc=2 bandwidth gettetherstats ...
11-30 15:21:53.792  2719  2795 D CommandListener: gettetherstats start. socket=48, pid=2985, uid=1000, gid=1000
11-30 15:21:53.794  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:21:53.794  2719  2795 E IptablesRestoreController: -nvx -L natctrl_tether_counters
11-30 15:21:53.794  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:21:53.801  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:21:53.801  2719  2795 E IptablesRestoreController: -nvx -L natctrl_tether_counters
11-30 15:21:53.801  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:21:53.801  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:21:53.801  2719  2795 D BandwidthController: filter:   -1 -1 -1 -1
11-30 15:21:53.801  2719  2795 D BandwidthController: parse res=0 iface0=<> iface1=<> pkts=0 bytes=0 rest=<> orig line=<Chain natctrl_tether_counters (0 references)>
11-30 15:21:53.801  2719  2795 D BandwidthController: parse res=0 iface0=<> iface1=<> pkts=0 bytes=0 rest=<> orig line=<    pkts      bytes target     prot opt in     out     source               destination         >
11-30 15:21:53.801  2719  2795 D BandwidthController: parse res=5 iface0=<wlan0> iface1=<rmnet4> pkts=18388 bytes=4292698 rest=<0.0.0/0> orig line=<   18388  4292698 RETURN     all  --  wlan0  rmnet4  0.0.0.0/0            0.0.0.0/0           >
11-30 15:21:53.802  2719  2795 D BandwidthController: 0Filter RX iface_in=wlan0 iface_out=rmnet4 rx_bytes=4292698 rx_packets=18388 
11-30 15:21:53.802  2719  2795 D BandwidthController: parse res=5 iface0=<rmnet4> iface1=<wlan0> pkts=37075 bytes=33512330 rest=<0.0.0/0> orig line=<   37075 33512330 RETURN     all  --  rmnet4 wlan0   0.0.0.0/0            0.0.0.0/0           >
11-30 15:21:53.802  2719  2795 D BandwidthController: 0Filter TX iface_in=rmnet4 iface_out=wlan0 rx_bytes=33512330 rx_packets=37075 
11-30 15:21:53.802  2719  2795 D BandwidthController: rx_bytes=4292698 tx_bytes=33512330 filterPair=0
11-30 15:21:53.802  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:21:53.802  2719  2795 E IptablesRestoreController: -nvx -L natctrl_tether_counters
11-30 15:21:53.802  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:21:53.809  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:21:53.809  2719  2795 E IptablesRestoreController: -nvx -L natctrl_tether_counters
11-30 15:21:53.809  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:21:53.809  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:21:53.809  2719  2795 D BandwidthController: filter:   -1 -1 -1 -1
11-30 15:21:53.809  2719  2795 D BandwidthController: parse res=0 iface0=<> iface1=<> pkts=0 bytes=0 rest=<> orig line=<Chain natctrl_tether_counters (0 references)>
11-30 15:21:53.809  2719  2795 D BandwidthController: parse res=0 iface0=<> iface1=<> pkts=0 bytes=0 rest=<> orig line=<    pkts      bytes target     prot opt in     out     source               destination         >
11-30 15:21:53.809  2719  2795 D BandwidthController: parse res=5 iface0=<wlan0> iface1=<rmnet4> pkts=0 bytes=0 rest=<0> orig line=<       0        0 RETURN     all      wlan0  rmnet4  ::/0                 ::/0                >
11-30 15:21:53.809  2719  2795 D BandwidthController: 0Filter RX iface_in=wlan0 iface_out=rmnet4 rx_bytes=0 rx_packets=0 
11-30 15:21:53.809  2719  2795 D BandwidthController: parse res=5 iface0=<rmnet4> iface1=<wlan0> pkts=0 bytes=0 rest=<0> orig line=<       0        0 RETURN     all      rmnet4 wlan0   ::/0                 ::/0                >
11-30 15:21:53.809  2719  2795 D BandwidthController: 0Filter TX iface_in=rmnet4 iface_out=wlan0 rx_bytes=0 rx_packets=0 
11-30 15:21:53.809  2719  2795 D BandwidthController: rx_bytes=0 tx_bytes=0 filterPair=0
11-30 15:21:53.809  2719  2795 D CommandListener: gettetherstats end
11-30 15:21:53.869  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:53.869  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:53.869  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:53.896  2985  3162 D NtpTrustedTime: currentTimeMillis() cache hit
11-30 15:21:53.911  2719  2795 D CommandListener: bwctrlcmd: argc=3 bandwidth setglobalalert ...
11-30 15:21:53.912  2985  3164 D RecurrenceRule: Resolving using anchor 2021-11-30T15:21:53.912+07:00[Asia/Jakarta]
11-30 15:21:53.926  2985  3164 D RecurrenceRule: Resolving using anchor 2021-11-30T15:21:53.926+07:00[Asia/Jakarta]
11-30 15:21:53.941  2985  3164 D RecurrenceRule: Cycle 46 from 2021-11-01T00:00+07:00[Asia/Jakarta] to 2021-12-01T00:00+07:00[Asia/Jakarta]
11-30 15:21:53.942  2985  3164 V NetworkPolicy: updateNotificationsNL() - totalBytes : 0, policy : NetworkPolicy{template=NetworkTemplate: matchRule=MATCH_MOBILE_ENT1, subscriberId=510102..., matchSubscriberIds=[510102...] cycleRule=RecurrenceRule{start=2018-01-01T00:00+07:00[Asia/Jakarta] end=null period=P1M} warningBytes=-1 limitBytes=-1 lastWarningSnooze=-1 lastLimitSnooze=-1 metered=true inferred=true}
11-30 15:21:53.943  2985  3164 D RecurrenceRule: Resolving using anchor 2021-11-30T15:21:53.943+07:00[Asia/Jakarta]
11-30 15:21:53.956  2985  3164 D RecurrenceRule: Resolving using anchor 2021-11-30T15:21:53.956+07:00[Asia/Jakarta]
11-30 15:21:53.967  2985  3164 D RecurrenceRule: Cycle 46 from 2021-11-01T00:00+07:00[Asia/Jakarta] to 2021-12-01T00:00+07:00[Asia/Jakarta]
11-30 15:21:53.967  2985  3164 D NetworkStats: Resolving plan for NetworkTemplate: matchRule=MOBILE_ALL, subscriberId=510102..., matchSubscriberIds=[510102...]
11-30 15:21:53.967  2985  3164 D NetworkStats: Found active matching subId 3
11-30 15:21:53.967  2985  3164 D NetworkStats: Resolved to plan null
11-30 15:21:53.967  2985  3164 D NetworkStatsCollection: getHistory: mached - UID: -1, isVideoCall: false
11-30 15:21:53.972  2985  3164 V NetworkPolicy: updateNotificationsNL() - totalBytes : 26292430733, policy : NetworkPolicy{template=NetworkTemplate: matchRule=MOBILE_ALL, subscriberId=510102..., matchSubscriberIds=[510102...] cycleRule=RecurrenceRule{start=2018-01-01T00:00+07:00[Asia/Jakarta] end=null period=P1M} warningBytes=2147483648 limitBytes=-1 lastWarningSnooze=1636768146708 lastLimitSnooze=-1 metered=true inferred=true}
11-30 15:21:54.009  4228  4228 D io_stats: !@ 179,0 r 54671283 1393275160 w 6061331 85593468 d 1203896 30666916 f 1080370 1079423 iot 29922610 29327984 th 51200 0 0 pt 0 inp 0 0 264013.001
11-30 15:21:54.842 15154 28513 V NetworkQualityRequestFinishedListener: observation is throttled - measurementType:40
11-30 15:21:54.852 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <539:SUCCEEDED>.
11-30 15:21:54.857  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:54.860  2985  5081 I chatty  : uid=1000(system) Binder:2985_13 identical 4 lines
11-30 15:21:54.860  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:54.869  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:54.869  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:54.869  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:54.873 14965 14965 I Finsky  : [2] pgs.f(6): RM: receive resource status onSuccess com.android.chrome:..split.chrome reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 3, 200
11-30 15:21:54.880  2985  5091 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:54.882  2985  5091 I chatty  : uid=1000(system) Binder:2985_1B identical 2 lines
11-30 15:21:54.897  2985  5091 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:54.899 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.android.chrome to state 50
11-30 15:21:54.899  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:54.899  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:54.899  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:54.899 14965 14965 I Finsky  : [2] jqc.u(81): Installer::IT: Start postprocessing download for com.android.chrome
11-30 15:21:54.900 14965 14965 I Finsky  : [2] jqc.u(93): Installer::IT: Prepare to patch com.android.chrome (adid: ..split.chrome , isid: -4w61AazS--uuVO9gTB1xQ) from file:///data/user/150/com.android.vending/files/phonesky-download-service/539/28e278f0-924f-4b16-b35c-90471774fc36 format 5
11-30 15:21:54.903  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:54.903  2985  5091 I chatty  : uid=1000(system) Binder:2985_1B identical 1 line
11-30 15:21:54.904  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:54.905  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:54.908  2985  5081 I chatty  : uid=1000(system) Binder:2985_13 identical 4 lines
11-30 15:21:54.908  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:54.909  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:54.909  2985  5091 I chatty  : uid=1000(system) Binder:2985_1B identical 1 line
11-30 15:21:54.909  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:54.910 14965 15041 I Finsky  : [43191] ehg.d(21): APK integrity will be verified using [SHA-256] method
11-30 15:21:54.912  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:54.913  2985  5091 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:21:54.914  2985  5081 I chatty  : uid=1000(system) Binder:2985_13 identical 4 lines
11-30 15:21:54.914  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:54.923 14965 28523 I Finsky  : [43487] fsk.run(6): DU: Stored data usage stats for package com.android.chrome; completed bytes: 1115365.
11-30 15:21:54.945  2985  5081 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:54.945  2985  5081 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:54.950  2985  5081 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:54.951  2985  5081 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:54.982  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152654 - CU:1000/CP:2985
11-30 15:21:54.985  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:54.985  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:21:54.985  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:54.985  2985  2985 D AudioService: isEnabled
11-30 15:21:54.985  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:21:54.990  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:21:54.990  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:21:54.993  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:55.000  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:21:55.000  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:55.005  2985  5081 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:21:55.005  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:21:55.010  2985  5081 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:21:55.011  2985  5081 D PersonaManagerService: securefolder Secure Folder
11-30 15:21:55.029  2985  5081 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:21:55.105  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:21:55.105  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:21:55.869  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:55.869  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:55.869  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:56.869  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:56.869  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:56.870  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:56.960  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:56.960  2985  2985 I chatty  : uid=1000 system_server identical 1 line
11-30 15:21:56.960  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:56.962  2985  3645 D LocationManagerService: request from uid 15010018 is now background)
11-30 15:21:56.962  2985  3645 D LocationManagerService: request from uid 15010018 is now background)
11-30 15:21:56.967 15154 28501 I Finsky:background: [43295] hrq.f(2): DownloadService is getting stopped.
11-30 15:21:56.969  2985  3164 D ConnectivityService: filterNetworkStateForUid() uid: 15010018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:56.969 14965 14965 W Finsky  : [2] ejg.f(3): No LoggingContext in the bundle, which breaks event chain!. Creating a new logging context.
11-30 15:21:56.970 15154 15154 I Finsky:background: [2] DownloadService.onDestroy(5): DownloadService is getting destroyed.
11-30 15:21:56.971  2985  2985 D LightsService: [api] [SvcLED] setFlashing :: id = 4, color = ff00ff00, mode = 1, onMS = 500, offMS = 5000,  (uid: 1000 pid: 2985) 
11-30 15:21:56.971  2985  2985 D PowerManagerUtil: fileWriteString to /sys/power/wake_lock, LightsService
11-30 15:21:56.971  2985  2985 D LightsService: [SvcLED] setSvcLedStateLocked:: SvcLEDState : 0x14 -> 0x14 | SvcLED(id=4) set On
11-30 15:21:56.979  2985  2985 E SensorManager: sensor or listener is null
11-30 15:21:56.984  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:21:56.984  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:21:56.994  2985  5091 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:21:56.995  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:21:57.094  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:21:57.095  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:21:57.682  2985  3017 D LightsService: [SvcLED] handleForcedSvcLEDTask()
11-30 15:21:57.682  2985  3017 D LightsService: [SvcLED]  setSvcLedLightLocked :: Current SvcLED(id=4) maintains its priority right
11-30 15:21:57.682  2985  3017 D PowerManagerUtil: fileWriteString to /sys/power/wake_unlock, LightsService
11-30 15:21:57.795  2985  5091 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:57.870  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:57.870  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:57.870  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:58.154 14965 15041 I Finsky  : [43191] eny.call(44): Patch apply task for com.android.chrome (..split.chrome) (format 5) completed in 3253 ms
11-30 15:21:58.343 14965 14965 I Finsky  : [2] enx.apply(131): Successfully applied patch to update com.android.chrome (..split.chrome)
11-30 15:21:58.344 14965 14965 I Finsky  : [2] hsh.g(1): getDownloads()
11-30 15:21:58.344 14965 18420 W Finsky  : [43281] fth.run(5): Exception while deleting file:///data/user/150/com.android.vending/files/phonesky-download-service/539/28e278f0-924f-4b16-b35c-90471774fc36: java.lang.IllegalArgumentException: Unknown URL file:///data/user/150/com.android.vending/files/phonesky-download-service/539/28e278f0-924f-4b16-b35c-90471774fc36
11-30 15:21:58.347 14965 14965 I Finsky  : [2] jox.run(10): Installer::IT: Removed com.android.chrome from ResourceManager for patching complete
11-30 15:21:58.348 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.android.chrome to state 40
11-30 15:21:58.363 14965 15043 I Finsky  : [43189] jpp.accept(3): Installer::IT: starting next download: package=com.android.chrome
11-30 15:21:58.364 15154 28498 I Finsky:background: [43293] hqb.f(1): getDownloads()
11-30 15:21:58.368 14965 14965 I Finsky  : [2] hsh.h(1): remove(539)
11-30 15:21:58.369 15154 28498 I Finsky:background: [43293] hqb.g(1): remove(request_id=539)
11-30 15:21:58.377 15154 28501 I Finsky:background: [43295] hqb.d(20): onRemove(request_id=539, files_to_download=1, group_id=com.android.chrome, display_data[invisible=false, title=Google Chrome: Fast & Secure], network_restrictions=1, status=succeeded, bytes_downloaded=1115365, retry[count=0, next_retry=n/a])
11-30 15:21:58.430 14965 15041 I Finsky  : [43191] jos.apply(9): Installer::DLP: Downloading patch for com.android.chrome:463807420 (adid: ..split.extra_icu , isid: -4w61AazS--uuVO9gTB1xQ)
11-30 15:21:58.432  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:58.432 14965 15041 I Finsky  : [43191] hsh.e(1): enqueue()
11-30 15:21:58.440  2985  5081 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:21:58.468 14965 15041 D VolumeInfo: VolumeInfo from Parcel: id private ,type 1 ,disk null
11-30 15:21:58.468 14965 15041 D VolumeInfo: VolumeInfo from Parcel: id public:179,33 ,type 0 ,disk DiskInfo{disk:179,32}:
11-30 15:21:58.468 14965 15041 D VolumeInfo:     flags=SD size=15931539456 label= volumeCount=1 
11-30 15:21:58.468 14965 15041 D VolumeInfo:     sysPath=/sys//devices/13560000.dwmmc2/mmc_host/mmc2/mmc2:aaaa/block/mmcblk1 
11-30 15:21:58.468 14965 15041 D VolumeInfo: 
11-30 15:21:58.468 14965 15041 D VolumeInfo: VolumeInfo from Parcel: id emulated ,type 2 ,disk null
11-30 15:21:58.469  2985  5091 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:21:58.499  2985  5082 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:58.500  2985  5082 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:58.507 14965 15041 I Finsky  : [43191] jps.a(17): Installer::IT: Already sent resource request for com.android.chrome, adid: ..split.extra_icu, isid: -4w61AazS--uuVO9gTB1xQ
11-30 15:21:58.531  2985  3612 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:21:58.531  2985  3612 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3822, temperature: 320, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:21:58.531  2985  3612 D BatteryService: online:4, current avg:349, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:344
11-30 15:21:58.531  2985  3612 D BatteryService: stay LED for charging
11-30 15:21:58.531  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:21:58.533  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:21:58.534  2985  2985 I MotionRecognitionService: Plugged
11-30 15:21:58.534  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:21:58.534  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:21:58.535  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:21:58.536  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:21:58.538  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:21:58.538  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:21:58.538  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:21:58.539  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:21:58.539  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:21:58.540 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:21:58.540 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:21:58.542 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:21:58.542 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:21:58.543 28244 28365 D BinderHooker: Got binder ptr e8f36680 for the given val
11-30 15:21:58.545  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:21:58.547  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:21:58.547  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:21:58.547  2985  3007 D UsbDeviceManager: mps exists
11-30 15:21:58.548  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:21:58.548  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:21:58.548  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:21:58.549  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:21:58.549  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:21:58.549  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:21:58.550  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:21:58.550  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:21:58.761 15154 28498 I Finsky:background: [43293] hqb.c(12): enqueue(request_id=540, files_to_download=1, context[group_id=com.android.chrome], display_data[invisible=false, title=Google Chrome: Fast & Secure], network_restrictions=1)
11-30 15:21:58.764  2985  5091 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:58.768 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <540:QUEUED with WAITING_FOR_START:0%[0%]>.
11-30 15:21:58.770  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.799  2985  5091 I chatty  : uid=1000(system) Binder:2985_1B identical 25 lines
11-30 15:21:58.799  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.812  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.812  2985  5081 I chatty  : uid=1000(system) Binder:2985_13 identical 1 line
11-30 15:21:58.812  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.812  2985  3645 D LocationManagerService: request from uid 15010018 is now foreground
11-30 15:21:58.812  2985  3645 D LocationManagerService: request from uid 15010018 is now foreground
11-30 15:21:58.813  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.813  2985  5091 I chatty  : uid=1000(system) Binder:2985_1B identical 1 line
11-30 15:21:58.813  2985  5091 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.814  2985  3164 D ConnectivityService: filterNetworkStateForUid() uid: 15010018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:58.814  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.814  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 1 line
11-30 15:21:58.814  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.815  2985  3612 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:58.815  2985  3612 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:58.815  2985  3612 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:58.815  2985  3612 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:58.815  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.816  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 4 lines
11-30 15:21:58.816  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.822 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <540:RUNNING:0%[0%]>.
11-30 15:21:58.838  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.838  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.838  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.838  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.838  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.840  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 6 lines
11-30 15:21:58.840  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.840  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.843  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 4 lines
11-30 15:21:58.843  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.844 15154 15154 I Finsky:background: [2] DownloadService.onStartCommand(2): DownloadService is getting started sticky with notification.
11-30 15:21:58.863  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.863  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 1 line
11-30 15:21:58.864  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.864  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = android,userId = 150
11-30 15:21:58.865  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:58.865  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = android,userId = 0
11-30 15:21:58.865  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:58.865  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.867  2985  3000 E NotificationService: Suppressing notification from package by user request.
11-30 15:21:58.868  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 6 lines
11-30 15:21:58.868  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.868  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:58.868  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.868  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:58.868  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:58.868  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:58.869  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.869  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 2 lines
11-30 15:21:58.870  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.870  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:58.870  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:58.870  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:58.870  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.874  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 3 lines
11-30 15:21:58.874  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.886  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:58.886  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:58.886  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:58.886  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:58.886 14965 14965 W Finsky  : [2] ejg.f(3): No LoggingContext in the bundle, which breaks event chain!. Creating a new logging context.
11-30 15:21:58.887 14965 14965 I Finsky  : [2] NotificationReceiver.c(29): Does nothing for notification type 1.
11-30 15:21:58.893  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152658 - CU:1000/CP:2985
11-30 15:21:58.897 14965 14965 I Finsky  : [2] mmw.accept(231): Does nothing for notification type 1.
11-30 15:21:58.898 15154 28508 I Finsky:background: [43297] hrp.e(2): Reading task has started.
11-30 15:21:58.899 14965 14965 I Finsky  : [2] fjo.b(59): Installer::IT: Sending Resource Request for com.android.chrome (downloadid: ..split.extra_icu)
11-30 15:21:58.899 15154 28508 I Finsky:background: [43297] hrp.e(19): Open stream from https://play.googleapis.com/download/by-token/download?token=AOTCm0TeB1TcpHVNZyOB-XKCd4rd4iQBdNlokmsABC7ISPNAoX7kjvuPz1Mr25MCUaAP-wv7gmurTZy3GduXAkXyx2SvOTK61rjbwvRWTetIgrjTs-IvDf25WO9eaKHFi2PFH85sUhGmMM9kkqputw7yWrTjjijDlVGPnQeHuiuJzeXu9iw2MQ1jnWE_6gXriIA74tx_1erQajSAL0MdP3gu-8ursORebuUuTTqdv2GF_NCu5wR-C5t-N36__26TZbd_2_vIxXeHXqivt_YeuwCkylwVr7r5yuawLZd9hBHGytu23FlHEYgBryvO4Y1HTi7h_D9Uxos6zoZzNUD74PwZEsMcStV09GKjQR6QVhE6Xk_G-1zbLgGYiwFVVDUNi8PUeBl8SptN4TwGJxmgPfd0LlM_nYPYFuiHE60WwMLopkZOLPUQSpocDQ&cpn=8jPdtAh-ET5oX61v&isid=-4w61AazS--uuVO9gTB1xQ&isbg=1&server=boq [byteRangeStart=0-byteRangeStop=0]
11-30 15:21:58.899 15154 28508 D akqj    : setConnectTimeout is not supported by CronetHttpURLConnection
11-30 15:21:58.900 15154 28507 I Finsky:background: [43296] hrp.f(2): Writing task has started.
11-30 15:21:58.907  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152658 - CU:1000/CP:2985
11-30 15:21:58.967  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.967  2985  2985 I chatty  : uid=1000 system_server identical 1 line
11-30 15:21:58.967  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.969 15154 28508 D akqj    : setConnectTimeout is not supported by CronetHttpURLConnection
11-30 15:21:58.972  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:21:58.978  2985  2985 D AudioService: isEnabled
11-30 15:21:58.978  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:21:58.987  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152658 - CU:1000/CP:2985
11-30 15:21:58.992  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.992  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:21:58.992  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:58.992  2985  2985 D AudioService: isEnabled
11-30 15:21:58.993  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:21:58.997  3510  3510 D StatusBar: addNotification key=150|com.android.vending|-56862258|null|15010040 fullscreen:false
11-30 15:21:58.998  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:21:58.998  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:21:59.001  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:59.002  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:21:59.002  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:59.002  2985  2985 D AudioService: isEnabled
11-30 15:21:59.002  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:21:59.007  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:21:59.007  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:21:59.010  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:59.010  3510  3510 D StatusBar: addNotification key=150|com.android.vending|-56862258|null|15010040 fullscreen:false
11-30 15:21:59.012  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:21:59.012  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:21:59.012  4228  4228 D io_stats: !@ 179,0 r 54671547 1393285136 w 6061853 85614260 d 1203977 30675728 f 1080466 1079519 iot 29923740 29329020 th 51200 0 0 pt 0 inp 0 0 264018.005
11-30 15:21:59.022  2985  3612 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:21:59.022  2985  3612 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:21:59.026  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:59.026  3510  3510 D StatusBar: addNotification key=150|com.android.vending|-56862258|null|15010040 fullscreen:false
11-30 15:21:59.041  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:59.049  2985  5082 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:21:59.050  2985  5082 D PersonaManagerService: securefolder Secure Folder
11-30 15:21:59.098 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <540:RUNNING:0%[0%]>.
11-30 15:21:59.100  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:59.101  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 1 line
11-30 15:21:59.101  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:59.101 14965 14965 I Finsky  : [2] pgs.e(6): RM: receive resource status onStart com.android.chrome:..split.extra_icu reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 2, 192
11-30 15:21:59.102  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:59.102  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 1 line
11-30 15:21:59.102  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:59.104  2985  5082 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:59.105  2985  3612 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:59.106  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:59.118  2985  5082 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:59.119 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=DOWNLOADING
11-30 15:21:59.121 14965 28525 I Finsky  : [43488] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=DOWNLOADING
11-30 15:21:59.128  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:59.142  2985  5081 I chatty  : uid=1000(system) Binder:2985_13 identical 19 lines
11-30 15:21:59.142  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:59.143  2985  5082 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:21:59.146  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:59.149  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:21:59.151  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:59.156  2985  3612 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:21:59.156  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:21:59.157  2985  3024 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:59.157  2985  3024 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:59.157  2985  3024 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:59.158  2985  3024 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:59.162  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:59.164  2985  2985 I chatty  : uid=1000 system_server identical 1 line
11-30 15:21:59.166  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:59.210 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <540:SUCCEEDED>.
11-30 15:21:59.221  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:59.223  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:59.228  2985  3024 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:21:59.228  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:21:59.231 14965 14965 I Finsky  : [2] pgs.f(6): RM: receive resource status onSuccess com.android.chrome:..split.extra_icu reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 3, 200
11-30 15:21:59.235  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:59.243  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:59.244  2985  3024 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:59.247  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152659 - CU:1000/CP:2985
11-30 15:21:59.248  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:59.248  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 1 line
11-30 15:21:59.248  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:59.248  2985  3024 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:59.249 15154 15169 I zygote  : Background concurrent copying GC freed 9614(531KB) AllocSpace objects, 2(104KB) LOS objects, 49% free, 2MB/4MB, paused 247us total 210.066ms
11-30 15:21:59.249 14965 28523 I Finsky  : [43487] fsk.run(6): DU: Stored data usage stats for package com.android.chrome; completed bytes: 1515.
11-30 15:21:59.249 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.android.chrome to state 50
11-30 15:21:59.250 14965 14965 I Finsky  : [2] jqc.u(81): Installer::IT: Start postprocessing download for com.android.chrome
11-30 15:21:59.250 14965 14965 I Finsky  : [2] jqc.u(93): Installer::IT: Prepare to patch com.android.chrome (adid: ..split.extra_icu , isid: -4w61AazS--uuVO9gTB1xQ) from file:///data/user/150/com.android.vending/files/phonesky-download-service/540/0b4e3f9d-834e-474c-af03-fede269347c7 format 5
11-30 15:21:59.251  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:59.252  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:21:59.252  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:59.252  2985  2985 D AudioService: isEnabled
11-30 15:21:59.252  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:21:59.252  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:59.252  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 1 line
11-30 15:21:59.253  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:59.255 14965 15043 I Finsky  : [43189] ehg.d(21): APK integrity will be verified using [SHA-256] method
11-30 15:21:59.264  2985  3024 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:21:59.289  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:59.297  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 19 lines
11-30 15:21:59.297  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:59.301  2985  3612 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:59.301  2985  3612 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:59.301  2985  3612 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:21:59.301  2985  3612 D API test: getContainerInfo: value is 150,1359085664
11-30 15:21:59.312  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:21:59.312  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:21:59.318  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:59.325  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:21:59.326  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:59.330  2985  5082 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:21:59.330  2985  5082 D PersonaManagerService: securefolder Secure Folder
11-30 15:21:59.330  2985  3612 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:21:59.330  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:21:59.351  2985  5081 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:21:59.355  2985  5081 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:21:59.356  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:21:59.373  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152659 - CU:1000/CP:2985
11-30 15:21:59.376  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:59.377  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:21:59.377  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:21:59.377  2985  2985 D AudioService: isEnabled
11-30 15:21:59.377  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:21:59.382  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:21:59.382  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:21:59.385  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:59.392  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:21:59.392  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:21:59.394  2985  3612 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:21:59.395  2985  3612 D PersonaManagerService: securefolder Secure Folder
11-30 15:21:59.397  2985  3612 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:21:59.397  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:21:59.414  2985  5082 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:21:59.497  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:21:59.497  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:21:59.627  2985  2994 I zygote  : Background concurrent copying GC freed 572682(26MB) AllocSpace objects, 58(2MB) LOS objects, 25% free, 69MB/93MB, paused 430us total 788.904ms
11-30 15:21:59.648 21258 21478 I PhenotypeProcessReaper: Memory state is: 300
11-30 15:21:59.758 14965 15043 I Finsky  : [43189] eny.call(44): Patch apply task for com.android.chrome (..split.extra_icu) (format 5) completed in 507 ms
11-30 15:21:59.870  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:21:59.870  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:21:59.870  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:21:59.886 14965 14965 I Finsky  : [2] enx.apply(131): Successfully applied patch to update com.android.chrome (..split.extra_icu)
11-30 15:21:59.887 14965 18420 W Finsky  : [43281] fth.run(5): Exception while deleting file:///data/user/150/com.android.vending/files/phonesky-download-service/540/0b4e3f9d-834e-474c-af03-fede269347c7: java.lang.IllegalArgumentException: Unknown URL file:///data/user/150/com.android.vending/files/phonesky-download-service/540/0b4e3f9d-834e-474c-af03-fede269347c7
11-30 15:21:59.888 14965 14965 I Finsky  : [2] hsh.g(1): getDownloads()
11-30 15:21:59.889 15154 28498 I Finsky:background: [43293] hqb.f(1): getDownloads()
11-30 15:21:59.889 14965 14965 I Finsky  : [2] jox.run(10): Installer::IT: Removed com.android.chrome from ResourceManager for patching complete
11-30 15:21:59.891 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.android.chrome to state 40
11-30 15:21:59.904 14965 15031 I Finsky  : [43185] jpp.accept(3): Installer::IT: starting next download: package=com.android.chrome
11-30 15:21:59.904 14965 14965 I Finsky  : [2] hsh.h(1): remove(540)
11-30 15:21:59.905 15154 28498 I Finsky:background: [43293] hqb.g(1): remove(request_id=540)
11-30 15:21:59.911 15154 28501 I Finsky:background: [43295] hqb.d(20): onRemove(request_id=540, files_to_download=1, group_id=com.android.chrome, display_data[invisible=false, title=Google Chrome: Fast & Secure], network_restrictions=1, status=succeeded, bytes_downloaded=1515, retry[count=0, next_retry=n/a])
11-30 15:21:59.917 14965 15043 I Finsky  : [43189] jos.apply(9): Installer::DLP: Downloading patch for com.android.chrome:463807420 (adid: ..split.feedv2 , isid: -4w61AazS--uuVO9gTB1xQ)
11-30 15:21:59.919  2985  3024 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:59.920 14965 15043 I Finsky  : [43189] hsh.e(1): enqueue()
11-30 15:21:59.924  2985  3024 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:21:59.958 14965 15043 D VolumeInfo: VolumeInfo from Parcel: id private ,type 1 ,disk null
11-30 15:21:59.958 14965 15043 D VolumeInfo: VolumeInfo from Parcel: id public:179,33 ,type 0 ,disk DiskInfo{disk:179,32}:
11-30 15:21:59.958 14965 15043 D VolumeInfo:     flags=SD size=15931539456 label= volumeCount=1 
11-30 15:21:59.958 14965 15043 D VolumeInfo:     sysPath=/sys//devices/13560000.dwmmc2/mmc_host/mmc2/mmc2:aaaa/block/mmcblk1 
11-30 15:21:59.958 14965 15043 D VolumeInfo: 
11-30 15:21:59.958 14965 15043 D VolumeInfo: VolumeInfo from Parcel: id emulated ,type 2 ,disk null
11-30 15:21:59.959  2985  5082 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:21:59.959  2985  3612 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:59.982  2985  3612 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:21:59.985 14965 15043 I Finsky  : [43189] jps.a(17): Installer::IT: Already sent resource request for com.android.chrome, adid: ..split.feedv2, isid: -4w61AazS--uuVO9gTB1xQ
11-30 15:21:59.999  2985  3096 D SamsungAlarmManager: Expired : 8
11-30 15:21:59.999  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T152200, SetElapsed=458823645, nowELAPSED=458823644
11-30 15:22:00.000  2985  3096 D SamsungAlarmManager: Expired : 8
11-30 15:22:00.000  2985  3096 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:00.000  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T152459, SetElapsed=459003644, nowELAPSED=458823645
11-30 15:22:00.243 15154 28498 I Finsky:background: [43293] hqb.c(12): enqueue(request_id=541, files_to_download=1, context[group_id=com.android.chrome], display_data[invisible=false, title=Google Chrome: Fast & Secure], network_restrictions=1)
11-30 15:22:00.246  2985  5082 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:00.250 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <541:QUEUED with WAITING_FOR_START:0%[0%]>.
11-30 15:22:00.252  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:00.257  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 19 lines
11-30 15:22:00.257  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:00.261  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 8 99 -8 -200 -8 -200 -1 14 -97 -10 0 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:22:00.261  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:22:00.296  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:00.297  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 4 lines
11-30 15:22:00.297  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:00.304  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:22:00.305  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:00.305  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:22:00.305  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:00.317 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <541:RUNNING:0%[0%]>.
11-30 15:22:00.319  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:00.333  2985  2985 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:00.333  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152700 - CU:1000/CP:2985
11-30 15:22:00.333  2985  2985 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:00.334  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 25 lines
11-30 15:22:00.334  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:00.340  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:00.340  2985  2985 I chatty  : uid=1000 system_server identical 2 lines
11-30 15:22:00.340  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:00.340  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:22:00.340  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:00.340  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:00.341  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:00.341  2985  2985 D AudioService: isEnabled
11-30 15:22:00.341  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:22:00.341  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:00.341  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:22:00.365 15154 28509 I Finsky:background: [43298] hrp.f(2): Writing task has started.
11-30 15:22:00.365 15154 28508 I Finsky:background: [43297] hrp.e(2): Reading task has started.
11-30 15:22:00.366 15154 28508 I Finsky:background: [43297] hrp.e(19): Open stream from https://play.googleapis.com/download/by-token/download?token=AOTCm0TCOcSspRUTkmGTy7eLs9UzlSdMx095TE9zRrEBYSnxrp0urUywEIc3S5sd_rXBNuB_AbPimfjH73KbeyQEr3Yca0bLWKbGr9r4uwMqQLnPVaRriq2oTIyW8wLMKxShuI4TOPT1vY1KfQsSvCZ4XTHYZH0Hfojcr4Mu9zYl0n_ZYvn_YPx-WUOrd8sH8ibs9jCx_4LiA5zEpHagYC7TTfNJVyC1xGBwc9ksvnKDpnpBOClRcHb6I3HEQmF6AOX_apIxF_pWPPYF9S3vKTfIjmWEj2lmGcLHGOLpP1fsk1iArI-kqNWfhipeNuYHaSb3eafcD--wRD8Ef1538MNEzelsp41wBWBw4SZhv_Cxcb2bA4KxnrsbcmpWilas-9tkVYyd9dUE173oisB3tW1VPcMaA9pQnzxhtvQGhZcuYKUihJTIk5cSTDTzmw&cpn=_BKZ1eKGNL2NA6zU&isid=-4w61AazS--uuVO9gTB1xQ&isbg=1&server=boq [byteRangeStart=0-byteRangeStop=0]
11-30 15:22:00.367 14965 14965 I Finsky  : [2] fjo.b(59): Installer::IT: Sending Resource Request for com.android.chrome (downloadid: ..split.feedv2)
11-30 15:22:00.367 15154 28508 D akqj    : setConnectTimeout is not supported by CronetHttpURLConnection
11-30 15:22:00.403  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:22:00.403  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:22:00.408 15154 28508 D akqj    : setConnectTimeout is not supported by CronetHttpURLConnection
11-30 15:22:00.409  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:22:00.409  2985  2985 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:00.410  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152700 - CU:1000/CP:2985
11-30 15:22:00.410  2985  2985 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:00.411  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:22:00.412  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:00.413  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:22:00.413  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:00.413  2985  2985 D AudioService: isEnabled
11-30 15:22:00.413  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:22:00.418  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:22:00.418  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:22:00.419  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:22:00.420  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:22:00.425  2985  3612 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:22:00.426  2985  3612 D PersonaManagerService: securefolder Secure Folder
11-30 15:22:00.427  2985  3612 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:22:00.428  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:22:00.437  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:22:00.446  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:22:00.447  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:22:00.452  2985  5082 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:22:00.452  2985  3612 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:22:00.452  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:22:00.452  2985  5082 D PersonaManagerService: securefolder Secure Folder
11-30 15:22:00.484  2985  3612 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:22:00.495 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <541:RUNNING:0%[0%]>.
11-30 15:22:00.498  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:00.499  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 1 line
11-30 15:22:00.499  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:00.500 14965 14965 I Finsky  : [2] pgs.e(6): RM: receive resource status onStart com.android.chrome:..split.feedv2 reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 2, 192
11-30 15:22:00.500  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:00.501  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 1 line
11-30 15:22:00.501  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:00.503  2985  5082 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:00.505  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 2 lines
11-30 15:22:00.509  2985  5082 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:00.510 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=DOWNLOADING
11-30 15:22:00.529 14965 28525 I Finsky  : [43488] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=DOWNLOADING
11-30 15:22:00.541  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:00.551  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 19 lines
11-30 15:22:00.551  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:00.553  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:22:00.553  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:22:00.559  2985  3612 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:22:00.559  2985  3612 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:00.559  2985  3612 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:22:00.560  2985  3612 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:00.619  2985  2985 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:00.620  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152700 - CU:1000/CP:2985
11-30 15:22:00.620  2985  2985 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:00.623  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:00.623  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:22:00.623  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:00.623  2985  2985 D AudioService: isEnabled
11-30 15:22:00.624  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:22:00.628  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:22:00.628  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:22:00.632  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:22:00.638  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:22:00.639  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:22:00.642  2985  3024 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:22:00.642  2985  3024 D PersonaManagerService: securefolder Secure Folder
11-30 15:22:00.643  2985  3024 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:22:00.644  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:22:00.663  2985  3612 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:22:00.744  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:22:00.744  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:22:00.820 15154 28513 V NetworkQualityRequestFinishedListener: observation is throttled - measurementType:40
11-30 15:22:00.824 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <541:SUCCEEDED>.
11-30 15:22:00.829  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:00.832  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 4 lines
11-30 15:22:00.832  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:00.844 14965 14965 I Finsky  : [2] pgs.f(6): RM: receive resource status onSuccess com.android.chrome:..split.feedv2 reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 3, 200
11-30 15:22:00.850  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:00.853  2985  5081 I chatty  : uid=1000(system) Binder:2985_13 identical 2 lines
11-30 15:22:00.858  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:00.860 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.android.chrome to state 50
11-30 15:22:00.861 14965 14965 I Finsky  : [2] jqc.u(81): Installer::IT: Start postprocessing download for com.android.chrome
11-30 15:22:00.862 14965 14965 I Finsky  : [2] jqc.u(93): Installer::IT: Prepare to patch com.android.chrome (adid: ..split.feedv2 , isid: -4w61AazS--uuVO9gTB1xQ) from file:///data/user/150/com.android.vending/files/phonesky-download-service/541/9f084f24-9f67-421e-80ed-28788798cba7 format 5
11-30 15:22:00.866 14965 28523 I Finsky  : [43487] fsk.run(6): DU: Stored data usage stats for package com.android.chrome; completed bytes: 308604.
11-30 15:22:00.868 14965 15031 I Finsky  : [43185] ehg.d(21): APK integrity will be verified using [SHA-256] method
11-30 15:22:00.870  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:00.870  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:00.870  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:00.872  2985  5081 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:22:00.872  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:00.943  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 19 lines
11-30 15:22:00.943  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:00.950  2985  3612 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:22:00.950  2985  3612 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:00.950  2985  3612 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:22:00.950  2985  3612 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:01.011  2985  2985 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:01.011  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152701 - CU:1000/CP:2985
11-30 15:22:01.011  2985  2985 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:01.014  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:01.014  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:22:01.014  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:01.015  2985  2985 D AudioService: isEnabled
11-30 15:22:01.015  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:22:01.020  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:22:01.020  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:22:01.023  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:22:01.030  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:22:01.030  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:22:01.032  2985  5082 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:22:01.033  2985  5082 D PersonaManagerService: securefolder Secure Folder
11-30 15:22:01.035  2985  5082 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:22:01.035  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:22:01.074  2985  5082 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:22:01.135  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:22:01.135  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:22:01.870  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:01.870  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:01.870  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:02.066 14965 15031 I Finsky  : [43185] eny.call(44): Patch apply task for com.android.chrome (..split.feedv2) (format 5) completed in 1203 ms
11-30 15:22:02.155 14965 14965 I Finsky  : [2] enx.apply(131): Successfully applied patch to update com.android.chrome (..split.feedv2)
11-30 15:22:02.155 14965 14965 I Finsky  : [2] hsh.g(1): getDownloads()
11-30 15:22:02.155 14965 18420 W Finsky  : [43281] fth.run(5): Exception while deleting file:///data/user/150/com.android.vending/files/phonesky-download-service/541/9f084f24-9f67-421e-80ed-28788798cba7: java.lang.IllegalArgumentException: Unknown URL file:///data/user/150/com.android.vending/files/phonesky-download-service/541/9f084f24-9f67-421e-80ed-28788798cba7
11-30 15:22:02.157 14965 14965 I Finsky  : [2] jox.run(10): Installer::IT: Removed com.android.chrome from ResourceManager for patching complete
11-30 15:22:02.157 15154 28498 I Finsky:background: [43293] hqb.f(1): getDownloads()
11-30 15:22:02.157 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.android.chrome to state 40
11-30 15:22:02.174 14965 14965 I Finsky  : [2] hsh.h(1): remove(541)
11-30 15:22:02.174 14965 15041 I Finsky  : [43191] jpp.accept(3): Installer::IT: starting next download: package=com.android.chrome
11-30 15:22:02.175 15154 28498 I Finsky:background: [43293] hqb.g(1): remove(request_id=541)
11-30 15:22:02.183 15154 28501 I Finsky:background: [43295] hqb.d(20): onRemove(request_id=541, files_to_download=1, group_id=com.android.chrome, display_data[invisible=false, title=Google Chrome: Fast & Secure], network_restrictions=1, status=succeeded, bytes_downloaded=308604, retry[count=0, next_retry=n/a])
11-30 15:22:02.195 14965 15031 I Finsky  : [43185] jos.apply(9): Installer::DLP: Downloading patch for com.android.chrome:463807420 (adid: ..split.image_editor , isid: -4w61AazS--uuVO9gTB1xQ)
11-30 15:22:02.198  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:02.199 14965 15031 I Finsky  : [43185] hsh.e(1): enqueue()
11-30 15:22:02.204  2985  5081 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:22:02.229 14965 15031 D VolumeInfo: VolumeInfo from Parcel: id private ,type 1 ,disk null
11-30 15:22:02.229 14965 15031 D VolumeInfo: VolumeInfo from Parcel: id public:179,33 ,type 0 ,disk DiskInfo{disk:179,32}:
11-30 15:22:02.229 14965 15031 D VolumeInfo:     flags=SD size=15931539456 label= volumeCount=1 
11-30 15:22:02.229 14965 15031 D VolumeInfo:     sysPath=/sys//devices/13560000.dwmmc2/mmc_host/mmc2/mmc2:aaaa/block/mmcblk1 
11-30 15:22:02.229 14965 15031 D VolumeInfo: 
11-30 15:22:02.229 14965 15031 D VolumeInfo: VolumeInfo from Parcel: id emulated ,type 2 ,disk null
11-30 15:22:02.230  2985  5082 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:22:02.230  2985  3612 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:02.250  2985  3612 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:02.252 14965 15031 I Finsky  : [43185] jps.a(17): Installer::IT: Already sent resource request for com.android.chrome, adid: ..split.image_editor, isid: -4w61AazS--uuVO9gTB1xQ
11-30 15:22:02.504 15154 28498 I Finsky:background: [43293] hqb.c(12): enqueue(request_id=542, files_to_download=1, context[group_id=com.android.chrome], display_data[invisible=false, title=Google Chrome: Fast & Secure], network_restrictions=1)
11-30 15:22:02.507  2985  5082 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:02.511 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <542:QUEUED with WAITING_FOR_START:0%[0%]>.
11-30 15:22:02.513  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:02.543  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 25 lines
11-30 15:22:02.543  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:02.550  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:22:02.551  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:02.551  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:22:02.551  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:02.558 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <542:RUNNING:0%[0%]>.
11-30 15:22:02.578  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:02.587  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 25 lines
11-30 15:22:02.587  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:02.594  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:22:02.594  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:02.594  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:22:02.594  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:02.596 15154 28508 I Finsky:background: [43297] hrp.e(2): Reading task has started.
11-30 15:22:02.596 15154 28507 I Finsky:background: [43296] hrp.f(2): Writing task has started.
11-30 15:22:02.597 15154 28508 I Finsky:background: [43297] hrp.e(19): Open stream from https://play.googleapis.com/download/by-token/download?token=AOTCm0Re3pGLQLXUxrFNgnIA26nu5GCYPFXBily_guPyq-IbWjN_IVnKkFGRSsPRmAgqE9_UV7p_HK8almM_BsZpq22KI1udgMknSfoU7EGryI64z7REWu1yQjo_Uw0Lm7N29aAE4J1MVkmzPsxhOYDJ3akRlimOaOXmWXOxQH4dYpT8BrhVQjxrxYu7JKiiZZpEZaC65b5pYyCskMgd0GSkjy_841Xpin1DAOuhllgZQ2_-1sGadIxcKXC3XKW-UwZ5DhoC1HFF2odybl3QIFPyPQ13didb9Oupx2n4pX5nihHuH2P5nZR9QvYrMYzOEXazpVF3jkjbxJDXT8Zar-7RfYTDLAv_vyHSc11OX-p578dl285slx0Jzoea0aZd6pmKZxazAFwoDda6yKke4YhpCilt5yFMorBJczX3cPEB27Wlbzan9OgTt5Jz0Y-bztkx9nk&cpn=Pw0Z4ovwtCtGTRSU&isid=-4w61AazS--uuVO9gTB1xQ&isbg=1&server=boq [byteRangeStart=0-byteRangeStop=0]
11-30 15:22:02.598 15154 28508 D akqj    : setConnectTimeout is not supported by CronetHttpURLConnection
11-30 15:22:02.599 14965 14965 I Finsky  : [2] fjo.b(59): Installer::IT: Sending Resource Request for com.android.chrome (downloadid: ..split.image_editor)
11-30 15:22:02.619  2985  2985 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:02.619  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152702 - CU:1000/CP:2985
11-30 15:22:02.619  2985  2985 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:02.647 15154 28508 D akqj    : setConnectTimeout is not supported by CronetHttpURLConnection
11-30 15:22:02.649  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:22:02.672  2985  2985 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:02.673  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152702 - CU:1000/CP:2985
11-30 15:22:02.673  2985  2985 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:02.676  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:02.676  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:22:02.676  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:02.676  2985  2985 D AudioService: isEnabled
11-30 15:22:02.676  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:22:02.679  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:02.679  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:22:02.679  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:02.680  2985  2985 D AudioService: isEnabled
11-30 15:22:02.680  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:22:02.684  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:22:02.684  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:22:02.687  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:22:02.689  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:22:02.689  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:22:02.695  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:22:02.695  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:22:02.699  2985  5082 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:22:02.700  2985  5082 D PersonaManagerService: securefolder Secure Folder
11-30 15:22:02.701  2985  5081 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:22:02.701  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:22:02.707  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:22:02.714  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:22:02.715  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:22:02.718  2985  5082 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:22:02.719  2985  5082 D PersonaManagerService: securefolder Secure Folder
11-30 15:22:02.719  2985  5082 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:22:02.719  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:22:02.743  2985  5082 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:22:02.759 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <542:RUNNING:0%[0%]>.
11-30 15:22:02.762  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:02.762  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 1 line
11-30 15:22:02.762  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:02.763 14965 14965 I Finsky  : [2] pgs.e(6): RM: receive resource status onStart com.android.chrome:..split.image_editor reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 2, 192
11-30 15:22:02.763  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:02.763  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 1 line
11-30 15:22:02.763  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:02.766  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:02.767  2985  5081 I chatty  : uid=1000(system) Binder:2985_13 identical 1 line
11-30 15:22:02.768  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:02.771  2985  3612 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:02.776 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=DOWNLOADING
11-30 15:22:02.782 14965 28525 I Finsky  : [43488] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=DOWNLOADING
11-30 15:22:02.798  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:02.806  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 19 lines
11-30 15:22:02.806  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:02.814  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:22:02.814  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:02.814  2985  5082 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:22:02.815  2985  5082 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:02.819  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:22:02.819  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:22:02.870  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:02.870  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:02.870  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:02.875 15154 28513 V NetworkQualityRequestFinishedListener: observation is throttled - measurementType:40
11-30 15:22:02.881 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <542:SUCCEEDED>.
11-30 15:22:02.881  2985  2985 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:02.882  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152702 - CU:1000/CP:2985
11-30 15:22:02.882  2985  2985 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:02.885  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:02.885  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:22:02.885  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:02.885  2985  2985 D AudioService: isEnabled
11-30 15:22:02.885  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:22:02.885  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:02.887  2985  5082 I chatty  : uid=1000(system) Binder:2985_14 identical 7 lines
11-30 15:22:02.887  2985  5082 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:02.889  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:02.889  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 1 line
11-30 15:22:02.889  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:02.890  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:02.890  2985  5081 I chatty  : uid=1000(system) Binder:2985_13 identical 1 line
11-30 15:22:02.890  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:02.890  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:22:02.890  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:22:02.891 14965 14965 I Finsky  : [2] pgs.f(6): RM: receive resource status onSuccess com.android.chrome:..split.image_editor reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 3, 200
11-30 15:22:02.892  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:02.892  2985  5081 I chatty  : uid=1000(system) Binder:2985_13 identical 1 line
11-30 15:22:02.892  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:02.894  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:22:02.900  2985  5082 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:02.900  2985  3826 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:02.901  2985  3826 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:02.903  2985  5088 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:02.906  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:22:02.906 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.android.chrome to state 50
11-30 15:22:02.907  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:22:02.907 14965 14965 I Finsky  : [2] jqc.u(81): Installer::IT: Start postprocessing download for com.android.chrome
11-30 15:22:02.907 14965 14965 I Finsky  : [2] jqc.u(93): Installer::IT: Prepare to patch com.android.chrome (adid: ..split.image_editor , isid: -4w61AazS--uuVO9gTB1xQ) from file:///data/user/150/com.android.vending/files/phonesky-download-service/542/3d0481ce-a41b-469e-968a-a17ce7240474 format 5
11-30 15:22:02.911 14965 15024 I Finsky  : [43182] ehg.d(21): APK integrity will be verified using [SHA-256] method
11-30 15:22:02.911  2985  3826 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:22:02.912  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:22:02.914  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:02.915  2985  3024 I chatty  : uid=1000(system) Binder:2985_3 identical 1 line
11-30 15:22:02.915  2985  3024 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:02.916  2985  3024 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:22:02.917  2985  3024 D PersonaManagerService: securefolder Secure Folder
11-30 15:22:02.917  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:02.918  2985  5081 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:22:02.918  2985  5088 I chatty  : uid=1000(system) Binder:2985_19 identical 4 lines
11-30 15:22:02.918  2985  5088 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:02.922 14965 28523 I Finsky  : [43487] fsk.run(6): DU: Stored data usage stats for package com.android.chrome; completed bytes: 160230.
11-30 15:22:02.941  2985  3612 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:22:02.941  2985  3612 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:02.958  2985  3612 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:22:02.958  2985  3612 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:02.959  2985  3826 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:22:03.012  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:22:03.012  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:22:03.016  2985  2985 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:03.017  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152703 - CU:1000/CP:2985
11-30 15:22:03.017  2985  2985 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:03.020  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:03.020  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:22:03.020  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:03.020  2985  2985 D AudioService: isEnabled
11-30 15:22:03.021  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:22:03.025  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:22:03.025  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:22:03.028  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:22:03.036  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:22:03.036  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:22:03.038  2985  3826 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:22:03.039  2985  3826 D PersonaManagerService: securefolder Secure Folder
11-30 15:22:03.041  2985  3826 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:22:03.041  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:22:03.058  2985  3826 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:22:03.141  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:22:03.141  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:22:03.507  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:22:03.507  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:22:03.507  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:22:03.507  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:22:03.522  2985  7619 D SSRM:aU : SIOP:: AP:447(416,0) BAT:320(320,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:22:03.522  2985  7619 D L       : broadcastCheckSiopLvIntent:: curLevel = 2
11-30 15:22:03.525   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:22:03.525   559   636 I PolicyManager: [#CMH#] onReceive action = EVENT_SIOP
11-30 15:22:03.525   559   636 I PolicyManager: [#CMH#] SIOP level is high = 2
11-30 15:22:03.525   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:22:03.525 16433 16509 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:22:03.526 16433 16509 I PolicyManager: [#CMH#] onReceive action = EVENT_SIOP
11-30 15:22:03.526 16433 16509 I PolicyManager: [#CMH#] SIOP level is high = 2
11-30 15:22:03.526 16433 16509 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:22:03.534  2985  7619 I SensorService: createSensorEventConnection package name f.l
11-30 15:22:03.536  2985  7619 D SensorService: Calling batch handle==3 flags=0 rate=200000000 timeout== 0
11-30 15:22:03.538  2605  2605 I Sensors : ProximitySensor:enable: handle 3, en 1, old_en 0
11-30 15:22:03.555 14965 15024 I Finsky  : [43182] eny.call(44): Patch apply task for com.android.chrome (..split.image_editor) (format 5) completed in 647 ms
11-30 15:22:03.595  2985  7619 D SensorManager: registerListener :: 3, STK3013 Proximity, 200000, 0,  
11-30 15:22:03.595  2605  2605 I Sensors : ProximitySensor:readEvents: value 8(cm)
11-30 15:22:03.595  2985  2985 D SensorManager: Proximity, val = 8.0  [far]
11-30 15:22:03.596  2985  2985 D SensorService: Calling activate off 3
11-30 15:22:03.596  2605  3073 I Sensors : ProximitySensor:enable: handle 3, en 0, old_en 1
11-30 15:22:03.597  2985  2985 D SensorManager: unregisterListener ::   
11-30 15:22:03.645 14965 14965 I Finsky  : [2] enx.apply(131): Successfully applied patch to update com.android.chrome (..split.image_editor)
11-30 15:22:03.645 14965 14965 I Finsky  : [2] hsh.g(1): getDownloads()
11-30 15:22:03.645 14965 18420 W Finsky  : [43281] fth.run(5): Exception while deleting file:///data/user/150/com.android.vending/files/phonesky-download-service/542/3d0481ce-a41b-469e-968a-a17ce7240474: java.lang.IllegalArgumentException: Unknown URL file:///data/user/150/com.android.vending/files/phonesky-download-service/542/3d0481ce-a41b-469e-968a-a17ce7240474
11-30 15:22:03.646 14965 14965 I Finsky  : [2] jox.run(10): Installer::IT: Removed com.android.chrome from ResourceManager for patching complete
11-30 15:22:03.646 15154 28498 I Finsky:background: [43293] hqb.f(1): getDownloads()
11-30 15:22:03.647 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.android.chrome to state 40
11-30 15:22:03.662 14965 15041 I Finsky  : [43191] jpp.accept(3): Installer::IT: starting next download: package=com.android.chrome
11-30 15:22:03.662 14965 14965 I Finsky  : [2] hsh.h(1): remove(542)
11-30 15:22:03.663 15154 28498 I Finsky:background: [43293] hqb.g(1): remove(request_id=542)
11-30 15:22:03.667 14965 15024 I Finsky  : [43182] jos.apply(9): Installer::DLP: Downloading patch for com.android.chrome:463807420 (adid: ..split.weblayer , isid: -4w61AazS--uuVO9gTB1xQ)
11-30 15:22:03.669 15154 28501 I Finsky:background: [43295] hqb.d(20): onRemove(request_id=542, files_to_download=1, group_id=com.android.chrome, display_data[invisible=false, title=Google Chrome: Fast & Secure], network_restrictions=1, status=succeeded, bytes_downloaded=160230, retry[count=0, next_retry=n/a])
11-30 15:22:03.670  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:03.670 14965 15024 I Finsky  : [43182] hsh.e(1): enqueue()
11-30 15:22:03.674  2985  5081 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:22:03.699 14965 15024 D VolumeInfo: VolumeInfo from Parcel: id private ,type 1 ,disk null
11-30 15:22:03.700 14965 15024 D VolumeInfo: VolumeInfo from Parcel: id public:179,33 ,type 0 ,disk DiskInfo{disk:179,32}:
11-30 15:22:03.700 14965 15024 D VolumeInfo:     flags=SD size=15931539456 label= volumeCount=1 
11-30 15:22:03.700 14965 15024 D VolumeInfo:     sysPath=/sys//devices/13560000.dwmmc2/mmc_host/mmc2/mmc2:aaaa/block/mmcblk1 
11-30 15:22:03.700 14965 15024 D VolumeInfo: 
11-30 15:22:03.700 14965 15024 D VolumeInfo: VolumeInfo from Parcel: id emulated ,type 2 ,disk null
11-30 15:22:03.700  2985  3826 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:22:03.701  2985  3612 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:03.720  2985  3612 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:03.722 14965 15024 I Finsky  : [43182] jps.a(17): Installer::IT: Already sent resource request for com.android.chrome, adid: ..split.weblayer, isid: -4w61AazS--uuVO9gTB1xQ
11-30 15:22:03.871  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:03.871  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:03.871  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:03.977 15154 28498 I Finsky:background: [43293] hqb.c(12): enqueue(request_id=543, files_to_download=1, context[group_id=com.android.chrome], display_data[invisible=false, title=Google Chrome: Fast & Secure], network_restrictions=1)
11-30 15:22:03.980  2985  3826 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:03.985 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <543:QUEUED with WAITING_FOR_START:0%[0%]>.
11-30 15:22:03.987  2985  3826 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:04.016  2985  3826 I chatty  : uid=1000(system) Binder:2985_D identical 25 lines
11-30 15:22:04.016  2985  3826 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:04.022  4228  4228 D io_stats: !@ 179,0 r 54671669 1393289920 w 6063197 85648648 d 1204127 30688892 f 1080779 1079832 iot 29925460 29330699 th 51200 0 0 pt 0 inp 0 1 264023.015
11-30 15:22:04.024  2985  3826 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:22:04.025  2985  3826 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:04.025  2985  3826 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:22:04.025  2985  3826 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:04.030 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <543:RUNNING:0%[0%]>.
11-30 15:22:04.050  2985  3826 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:04.058  2985  3826 I chatty  : uid=1000(system) Binder:2985_D identical 25 lines
11-30 15:22:04.058  2985  3826 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:04.064  2985  3826 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:22:04.064  2985  3826 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:04.064  2985  3826 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:22:04.065  2985  3826 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:04.067 15154 28508 I Finsky:background: [43297] hrp.e(2): Reading task has started.
11-30 15:22:04.067 15154 28509 I Finsky:background: [43298] hrp.f(2): Writing task has started.
11-30 15:22:04.068 15154 28508 I Finsky:background: [43297] hrp.e(19): Open stream from https://play.googleapis.com/download/by-token/download?token=AOTCm0QYvffK5oRTS6hQw4FhnlPbh-m6_95REZd_aE0y56JK0ximh5LNHKsOZRfo1I1xa7aMDGTknACis9zNiUIebxqZmEdkEEwEp_y9vv9O3aTpIQywx033ASr9e3vUWIQPfkwRaSsfgPKfYCkclfFUp1fdBCtf51xH85PSCQ1UWkmXGrh6DXaYfUWM1UoKaeOBdZURqEP7WEpHAjl3QpFi-rBIAnHAYX54caDtk0W9_Ro9IVVcWqnu8Z7U2bCDHTx6071hQTk6ccbAygYTazavCVV7yxXQvBVx03ZbRvhkNUZ6_6QhO9rlyEZbO2TtphX3uo0IL92VOeaYBQgwtWvmJ4ZZ6w2TBMJcqm6eTGXfu2jdxSkIFFoGHbMuVZpPjDmBkamhMXiykZamlTUnM1N4l-Ffdw7Lp6T0FC5RD7RuM4trp7_1AP4c&cpn=ruImppJjUBuIH6-e&isid=-4w61AazS--uuVO9gTB1xQ&isbg=1&server=boq [byteRangeStart=0-byteRangeStop=0]
11-30 15:22:04.068 14965 14965 I Finsky  : [2] fjo.b(59): Installer::IT: Sending Resource Request for com.android.chrome (downloadid: ..split.weblayer)
11-30 15:22:04.069 15154 28508 D akqj    : setConnectTimeout is not supported by CronetHttpURLConnection
11-30 15:22:04.102  2985  2985 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:04.103  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152704 - CU:1000/CP:2985
11-30 15:22:04.103  2985  2985 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:04.121 15154 28508 D akqj    : setConnectTimeout is not supported by CronetHttpURLConnection
11-30 15:22:04.123  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:22:04.163  2985  2985 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:04.164  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152704 - CU:1000/CP:2985
11-30 15:22:04.164  2985  2985 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:04.167  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:04.167  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:22:04.167  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:04.167  2985  2985 D AudioService: isEnabled
11-30 15:22:04.167  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:22:04.170  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:04.170  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:22:04.170  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:04.170  2985  2985 D AudioService: isEnabled
11-30 15:22:04.171  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:22:04.175  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:22:04.175  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:22:04.178  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:22:04.180  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:22:04.180  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:22:04.185  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:22:04.186  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:22:04.188  2985  3826 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:22:04.189  2985  3826 D PersonaManagerService: securefolder Secure Folder
11-30 15:22:04.190  2985  3826 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:22:04.191  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:22:04.197  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:22:04.205  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:22:04.206  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:22:04.210  2985  3826 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:22:04.211  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:22:04.212  2985  3826 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:22:04.212  2985  3826 D PersonaManagerService: securefolder Secure Folder
11-30 15:22:04.213 15154 28513 V NetworkQualityRequestFinishedListener: observation is throttled - measurementType:43
11-30 15:22:04.217 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <543:RUNNING:0%[0%]>.
11-30 15:22:04.219  2985  3826 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:04.219  2985  3826 I chatty  : uid=1000(system) Binder:2985_D identical 1 line
11-30 15:22:04.220  2985  3826 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:04.220 14965 14965 I Finsky  : [2] pgs.e(6): RM: receive resource status onStart com.android.chrome:..split.weblayer reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 2, 192
11-30 15:22:04.228  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:04.230  2985  5081 I chatty  : uid=1000(system) Binder:2985_13 identical 2 lines
11-30 15:22:04.234  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:04.236 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=DOWNLOADING
11-30 15:22:04.238 14965 28525 I Finsky  : [43488] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=DOWNLOADING
11-30 15:22:04.249  2985  3826 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:04.258  2985  3826 I chatty  : uid=1000(system) Binder:2985_D identical 22 lines
11-30 15:22:04.258  2985  3826 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:04.262  2985  3826 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:22:04.265  2985  3612 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:22:04.265  2985  3612 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:04.265  2985  3612 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:22:04.265  2985  3612 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:04.268 15154 28501 I Finsky:background: [43295] gef.X(3): Broadcasting <543:SUCCEEDED>.
11-30 15:22:04.301 14965 14965 I Finsky  : [2] pgs.f(6): RM: receive resource status onSuccess com.android.chrome:..split.weblayer reason: auto_update isis: -4w61AazS--uuVO9gTB1xQ, 3, 200
11-30 15:22:04.307  2985  3826 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:04.309  2985  3826 I chatty  : uid=1000(system) Binder:2985_D identical 1 line
11-30 15:22:04.309  2985  3826 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:04.311  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:22:04.311  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:22:04.311  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:04.312  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 1 line
11-30 15:22:04.312  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:04.315  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:04.318  2985  3612 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:04.318  2985  5081 I chatty  : uid=1000(system) Binder:2985_13 identical 7 lines
11-30 15:22:04.318  2985  5081 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:04.319 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.android.chrome to state 50
11-30 15:22:04.319 14965 14965 I Finsky  : [2] jqc.u(81): Installer::IT: Start postprocessing download for com.android.chrome
11-30 15:22:04.319  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:04.319  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 1 line
11-30 15:22:04.319  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:04.320 14965 14965 I Finsky  : [2] jqc.u(93): Installer::IT: Prepare to patch com.android.chrome (adid: ..split.weblayer , isid: -4w61AazS--uuVO9gTB1xQ) from file:///data/user/150/com.android.vending/files/phonesky-download-service/543/d9ed2252-f506-4540-93bb-8a01dbc7d7d0 format 5
11-30 15:22:04.320  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:04.321  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 1 line
11-30 15:22:04.321  2985  3612 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:04.322  2985  3826 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:04.326  2985  3826 I chatty  : uid=1000(system) Binder:2985_D identical 7 lines
11-30 15:22:04.327  2985  3826 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:04.331  2985  5081 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:22:04.331  2985  5081 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:04.331  2985  5081 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:22:04.331  2985  5081 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:04.332 14965 15041 I Finsky  : [43191] ehg.d(21): APK integrity will be verified using [SHA-256] method
11-30 15:22:04.337  2985  3826 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:22:04.338 14965 28523 I Finsky  : [43487] fsk.run(6): DU: Stored data usage stats for package com.android.chrome; completed bytes: 1470.
11-30 15:22:04.347  2985  2985 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:04.347  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152704 - CU:1000/CP:2985
11-30 15:22:04.347  2985  2985 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:04.404  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:04.405  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:22:04.405  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:04.405  2985  2985 D AudioService: isEnabled
11-30 15:22:04.405  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:22:04.414  2985  2985 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:04.414  2985  2985 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20211130T152704 - CU:1000/CP:2985
11-30 15:22:04.414  2985  2985 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:04.419  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:22:04.419  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:22:04.422  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:22:04.423  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:04.423  2985  2985 I chatty  : uid=1000 system_server identical 4 lines
11-30 15:22:04.423  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:04.424  2985  2985 D AudioService: isEnabled
11-30 15:22:04.424  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:22:04.429  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:22:04.429  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:22:04.430  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:22:04.430  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:22:04.433  2985  5082 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:22:04.433  2985  5082 D PersonaManagerService: securefolder Secure Folder
11-30 15:22:04.435  2985  5082 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:22:04.435  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:22:04.441  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:22:04.447  3510  3510 I chatty  : uid=10071(com.sec.android.easyonehand) com.android.systemui identical 1 line
11-30 15:22:04.448  3510  3510 D NotificationData: filterOut because isSecurelyLocked and shouldHideNotifications
11-30 15:22:04.450  2985  5081 D PersonaManagerService: Settings.Secure.SECURE_FOLDER_NAME : null
11-30 15:22:04.451  2985  5081 D PersonaManagerService: securefolder Secure Folder
11-30 15:22:04.452  2985  5081 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:22:04.452  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:22:04.469  2985  3612 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:22:04.553  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:22:04.554  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:22:04.669 14965 15041 I Finsky  : [43191] eny.call(44): Patch apply task for com.android.chrome (..split.weblayer) (format 5) completed in 349 ms
11-30 15:22:04.681 14965 14965 I Finsky  : [2] enx.apply(131): Successfully applied patch to update com.android.chrome (..split.weblayer)
11-30 15:22:04.682 14965 14965 I Finsky  : [2] hsh.g(1): getDownloads()
11-30 15:22:04.682 14965 18420 W Finsky  : [43281] fth.run(5): Exception while deleting file:///data/user/150/com.android.vending/files/phonesky-download-service/543/d9ed2252-f506-4540-93bb-8a01dbc7d7d0: java.lang.IllegalArgumentException: Unknown URL file:///data/user/150/com.android.vending/files/phonesky-download-service/543/d9ed2252-f506-4540-93bb-8a01dbc7d7d0
11-30 15:22:04.684 14965 14965 I Finsky  : [2] jox.run(10): Installer::IT: Removed com.android.chrome from ResourceManager for patching complete
11-30 15:22:04.684 15154 28498 I Finsky:background: [43293] hqb.f(1): getDownloads()
11-30 15:22:04.685 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.android.chrome to state 40
11-30 15:22:04.707 14965 15043 I Finsky  : [43189] jpp.accept(3): Installer::IT: starting next download: package=com.android.chrome
11-30 15:22:04.708 14965 14965 I Finsky  : [2] hsh.h(1): remove(543)
11-30 15:22:04.708 14965 15043 I Finsky  : [43189] azk.u(3): Installer: Handling streamingComplete for com.android.chrome gid: 0
11-30 15:22:04.710 15154 28498 I Finsky:background: [43293] hqb.g(1): remove(request_id=543)
11-30 15:22:04.713  2985  3826 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:04.717  2985  3826 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:04.718 15154 28501 I Finsky:background: [43295] hqb.d(20): onRemove(request_id=543, files_to_download=1, group_id=com.android.chrome, display_data[invisible=false, title=Google Chrome: Fast & Secure], network_restrictions=1, status=succeeded, bytes_downloaded=1470, retry[count=0, next_retry=n/a])
11-30 15:22:04.724 14965 15043 I Finsky  : [43189] jqc.y(40): Installer::IT: Begin install of com.android.chrome (isid: -4w61AazS--uuVO9gTB1xQ)
11-30 15:22:04.814 14965 15043 I Finsky  : [43189] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=INSTALLING
11-30 15:22:04.817 14965 28525 I Finsky  : [43488] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=INSTALLING
11-30 15:22:04.871  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:04.871  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:04.871  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:05.032  2985  2994 I zygote  : Background concurrent copying GC freed 572955(25MB) AllocSpace objects, 56(2MB) LOS objects, 26% free, 67MB/91MB, paused 460us total 759.952ms
11-30 15:22:05.871  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:05.871  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:05.871  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:06.266  2985  3069 I PersonaServiceHelper: installStageForKnox(user:150 installerUid:15010040)
11-30 15:22:06.266  2985  3069 D PersonaServiceHelper: Installer check name is com.android.vending original uid -1
11-30 15:22:06.266  2985  3069 D PersonaServiceHelper: Check if installer com.android.vending isAllowedToInstall true
11-30 15:22:06.279  2985  3069 D PersonaServiceHelper: Installer com.android.vending, Is allowed to install pkg com.android.chrome ? true
11-30 15:22:06.279  2985  3069 D PackageManager: START_PACKAGE_INSTALL: observer{267526734}
11-30 15:22:06.279  2985  3069 D PackageManager:           stagedDir{/data/app/vmdl998593277.tmp}
11-30 15:22:06.279  2985  3069 D PackageManager:           stagedCid{null}
11-30 15:22:06.279  2985  3069 D PackageManager:           Request from{com.android.vending}
11-30 15:22:06.279  2985  3069 D PackageManager:           VerificationInfo{,originatingUid=-1,installerUid=15010040}
11-30 15:22:06.281  2985  3019 D StorageManagerService: getExternalStorageMountMode : 1
11-30 15:22:06.281  2985  3019 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:06.281  2985  3019 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 10009, packageName : com.android.defcontainer
11-30 15:22:06.282  2985  3019 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.android.defcontainer user:0
11-30 15:22:06.282  2985  3019 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:06.282  2985  3019 D ActivityManager: package  com.android.defcontainer, user - 0 is SDcard whitelisted
11-30 15:22:06.282  2985  3019 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.android.defcontainer user:0
11-30 15:22:06.282  2985  3019 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:06.301 28549 28549 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:22:06.303 28549 28549 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:06.304  2985  3019 I ActivityManager: Start proc 28549:com.android.defcontainer/u0a9 for service com.android.defcontainer/.DefaultContainerService
11-30 15:22:06.304 28549 28549 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.android.defcontainer 
11-30 15:22:06.362  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10009 ,Container id: 0
11-30 15:22:06.362  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10009 ,Container id: 0
11-30 15:22:06.362  2985  3612 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:06.370  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10009 ,Container id: 0
11-30 15:22:06.370  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10009 ,Container id: 0
11-30 15:22:06.370  2985  3612 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:06.378 28549 28549 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:06.380  2985  3612 I ActivityManager: DSS on for com.android.defcontainer and scale is 1.0
11-30 15:22:06.398  2985  3645 D LocationManagerService: request from uid 15010018 is now background)
11-30 15:22:06.398  2985  3645 D LocationManagerService: request from uid 15010018 is now background)
11-30 15:22:06.399  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:06.399  2985  2985 I chatty  : uid=1000 system_server identical 1 line
11-30 15:22:06.399  2985  2985 D NotificationListeners: enabledAndUserMatches : returning false
11-30 15:22:06.399  2985  2985 D LightsService: [api] [SvcLED] setFlashing :: id = 4, color = ff00ff00, mode = 1, onMS = 500, offMS = 5000,  (uid: 1000 pid: 2985) 
11-30 15:22:06.399  2985  2985 D PowerManagerUtil: fileWriteString to /sys/power/wake_lock, LightsService
11-30 15:22:06.400  2985  3164 D ConnectivityService: filterNetworkStateForUid() uid: 15010018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:06.400  2985  2985 D LightsService: [SvcLED] setSvcLedStateLocked:: SvcLEDState : 0x14 -> 0x14 | SvcLED(id=4) set On
11-30 15:22:06.400  2985  2985 E SensorManager: sensor or listener is null
11-30 15:22:06.402 15154 28501 I Finsky:background: [43295] hrq.f(2): DownloadService is getting stopped.
11-30 15:22:06.404  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:22:06.404  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:22:06.408 15154 15154 I Finsky:background: [2] DownloadService.onDestroy(5): DownloadService is getting destroyed.
11-30 15:22:06.416 14965 14965 W Finsky  : [2] ejg.f(3): No LoggingContext in the bundle, which breaks event chain!. Creating a new logging context.
11-30 15:22:06.418  2985  3612 D AODManagerService: updateNotificationKeysInternal() return : same [11] 
11-30 15:22:06.418  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:22:06.453 28549 28549 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10009
11-30 15:22:06.453 28549 28549 D Proxy   : mdoP is null: 10009
11-30 15:22:06.459 28549 28549 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:22:06.519  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:22:06.519  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:22:06.533  2985  3019 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:22:06.790  2985  3019 D PackageManager: EAS IT Policy com.android.chrome isPackageSignedByPlatform = false
11-30 15:22:06.812  2985  3019 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:22:06.871  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:06.871  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:06.871  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:07.066  2985  3019 D PackageManager: [VERIFY] getSamsungRequiredVerifier: 0 verifiers
11-30 15:22:07.066  2985  3019 D PackageManager: [VERIFY] getRequiredButNotReallyRequiredVerifierLPr: 1 verifiers
11-30 15:22:07.066  2985  3019 D PackageManager: [VERIFY]     com.android.vending(15010040)
11-30 15:22:07.074  2985  3019 D PackageManager: [VERIFY] sendOrderedBroadcastToPendingVerifier:
11-30 15:22:07.074  2985  3019 D PackageManager: PackageVerificationState{
11-30 15:22:07.074  2985  3019 D PackageManager:     verifier packages=com.android.vending(15010040),
11-30 15:22:07.074  2985  3019 D PackageManager:     intent=Intent { act=android.intent.action.PACKAGE_NEEDS_VERIFICATION dat=file:///data/app/vmdl998593277.tmp typ=application/vnd.android.package-archive flg=0x10000001 (has extras) }
11-30 15:22:07.074  2985  3019 D PackageManager:     others=15, false, false, false, false, false
11-30 15:22:07.074  2985  3019 D PackageManager: }
11-30 15:22:07.082  2985  3019 D PackageManager: sendBroadcastAsUser. PACKAGE_INSTALL_STARTED
11-30 15:22:07.082  2985  3019 D PackageManager: EAS IT Policy com.android.chrome isPackageSignedByPlatform = false
11-30 15:22:07.084  2985  3000 D StorageManagerService: getExternalStorageMountMode : 1
11-30 15:22:07.084  2985  3000 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:07.084  2985  3000 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 10102, packageName : com.enhance.gameservice
11-30 15:22:07.084 14965 14965 I Finsky  : [2] vjy.c(7): Install-time verification requested for package com.android.chrome, id = 15
11-30 15:22:07.084  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.enhance.gameservice user:0
11-30 15:22:07.084  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:07.084  2985  3000 D ActivityManager: package  com.enhance.gameservice, user - 0 is SDcard whitelisted
11-30 15:22:07.084  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.enhance.gameservice user:0
11-30 15:22:07.084  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:07.097 28564 28564 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:22:07.099 28564 28564 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:07.100 28564 28564 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.enhance.gameservice 
11-30 15:22:07.101  2985  3017 D LightsService: [SvcLED] handleForcedSvcLEDTask()
11-30 15:22:07.101  2985  3017 D LightsService: [SvcLED]  setSvcLedLightLocked :: Current SvcLED(id=4) maintains its priority right
11-30 15:22:07.101  2985  3017 D PowerManagerUtil: fileWriteString to /sys/power/wake_unlock, LightsService
11-30 15:22:07.104  2985  3000 I ActivityManager: Start proc 28564:com.enhance.gameservice/u0a102 for broadcast com.enhance.gameservice/.GameServiceReceiver
11-30 15:22:07.115  2985  2985 D PackageManager: [VERIFY] onReceive for RequiredVerifier id=15
11-30 15:22:07.118  2985  2985 D PackageManager: [VERIFY] sendMessageDelayed(CHECK_PENDING_VERIFICATION, 15, 17000)
11-30 15:22:07.125 14965 28505 I Finsky  : [43485] VerifyAppsInstallTask.mv(5): Skipping verification because own installation
11-30 15:22:07.125 14965 28505 I Finsky  : [43485] VerifyAppsInstallTask.mv(15): Verify: Skipping anti malware verification due to pre-check failure. package=com.android.chrome
11-30 15:22:07.127 14965 28505 I Finsky  : [43485] VerifyPerSourceInstallationConsentInstallTask.mv(2): PSIC verification started with installer uid: 15010040 package name: com.android.vending, originating uid: -1
11-30 15:22:07.128 14965 28505 E Finsky  : [43485] VerifyPerSourceInstallationConsentInstallTask.d(2): Package name com.android.shell is not an installed package
11-30 15:22:07.128  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10102 ,Container id: 0
11-30 15:22:07.128  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10102 ,Container id: 0
11-30 15:22:07.128  2985  3612 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:07.131 14965 28505 I Finsky  : [43485] VerifyPerSourceInstallationConsentInstallTask.mv(9): Skipping logging for attempted installation. This is a Play Store installation.
11-30 15:22:07.132 14965 14965 I Finsky  : [2] VerifyInstallTask.j(1): Returning package verification result id=15, result=1
11-30 15:22:07.133  2985  5082 D PackageManager: [VERIFY] verifyPendingInstall(15, ALLOW), uid=15010040
11-30 15:22:07.133  2985  3019 D PackageManager: [VERIFY] PACKAGE_VERIFIED: 
11-30 15:22:07.133  2985  3019 D PackageManager: PackageVerificationState{
11-30 15:22:07.133  2985  3019 D PackageManager:     verifier packages=com.android.vending(15010040),
11-30 15:22:07.133  2985  3019 D PackageManager:     intent=Intent { act=android.intent.action.PACKAGE_NEEDS_VERIFICATION dat=file:///data/app/vmdl998593277.tmp typ=application/vnd.android.package-archive flg=0x10000001 cmp=com.android.vending/com.google.android.finsky.verifier.impl.PackageVerificationReceiver (has extras) }
11-30 15:22:07.133  2985  3019 D PackageManager:     others=15, false, false, false, false, false
11-30 15:22:07.133  2985  3019 D PackageManager: }
11-30 15:22:07.133  2985  3019 D PackageManager: [VERIFY] setVerifierResponse {verificationID=15, uid=15010040, code=1}
11-30 15:22:07.133  2985  3019 D PackageManager: [VERIFY] packageVerificationCompletion: completed id=15
11-30 15:22:07.136 14965 14965 I Finsky  : [2] VerifyInstallTask.mu(6): Verification complete: id=15, package_name=com.android.chrome
11-30 15:22:07.137  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10102 ,Container id: 0
11-30 15:22:07.137  2985  5081 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10102 ,Container id: 0
11-30 15:22:07.137  2985  5081 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:07.142 28564 28564 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:07.144  2985  3826 I ActivityManager: DSS on for com.enhance.gameservice and scale is 1.0
11-30 15:22:07.167 28564 28564 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10102
11-30 15:22:07.168 28564 28564 D Proxy   : mdoP is null: 10102
11-30 15:22:07.170  2985  3612 D ConnectivityService: filterNetworkStateForUid() uid: 15010018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:07.177  2985  3019 W PackageParser: Unknown element under <manifest>: queries at /data/app/vmdl998593277.tmp/base.apk Binary XML file line #80
11-30 15:22:07.194  2985  3019 W PackageParser: Unknown element under <manifest>: uses-sdk at /data/app/vmdl998593277.tmp/split_autofill_assistant.apk Binary XML file line #3
11-30 15:22:07.194  2985  3019 W PackageParser: Unknown element under <manifest>: module at /data/app/vmdl998593277.tmp/split_autofill_assistant.apk Binary XML file line #5
11-30 15:22:07.194  2985  3019 W PackageParser: Unknown element under <manifest>: uses-split at /data/app/vmdl998593277.tmp/split_autofill_assistant.apk Binary XML file line #27
11-30 15:22:07.200  2985  3019 W PackageParser: Unknown element under <manifest>: uses-sdk at /data/app/vmdl998593277.tmp/split_chime.apk Binary XML file line #3
11-30 15:22:07.200  2985  3019 W PackageParser: Unknown element under <manifest>: module at /data/app/vmdl998593277.tmp/split_chime.apk Binary XML file line #5
11-30 15:22:07.200  2985  3019 W PackageParser: Unknown element under <manifest>: uses-permission at /data/app/vmdl998593277.tmp/split_chime.apk Binary XML file line #17
11-30 15:22:07.200  2985  3019 W PackageParser: Unknown element under <manifest>: uses-permission at /data/app/vmdl998593277.tmp/split_chime.apk Binary XML file line #18
11-30 15:22:07.200  2985  3019 W PackageParser: Unknown element under <manifest>: uses-permission at /data/app/vmdl998593277.tmp/split_chime.apk Binary XML file line #19
11-30 15:22:07.202  2985  3019 W PackageParser: Unknown element under <manifest>: uses-split at /data/app/vmdl998593277.tmp/split_chime.apk Binary XML file line #79
11-30 15:22:07.207  2985  3019 W PackageParser: Unknown element under <manifest>: uses-sdk at /data/app/vmdl998593277.tmp/split_chrome.apk Binary XML file line #3
11-30 15:22:07.207  2985  3019 W PackageParser: Unknown element under <manifest>: module at /data/app/vmdl998593277.tmp/split_chrome.apk Binary XML file line #5
11-30 15:22:07.207  2985  3019 W PackageParser: Unknown element under <manifest>: uses-permission at /data/app/vmdl998593277.tmp/split_chrome.apk Binary XML file line #9
11-30 15:22:07.207  2985  3019 W PackageParser: Unknown element under <manifest>: uses-permission at /data/app/vmdl998593277.tmp/split_chrome.apk Binary XML file line #10
11-30 15:22:07.207  2985  3019 W PackageParser: Unknown element under <manifest>: uses-permission at /data/app/vmdl998593277.tmp/split_chrome.apk Binary XML file line #11
11-30 15:22:07.224 28564 28564 D GOS:GameServiceReceiver: action : com.samsung.android.intent.action.PACKAGE_INSTALL_STARTED
11-30 15:22:07.235  2985  3019 W PackageParser: Unknown element under <manifest>: uses-sdk at /data/app/vmdl998593277.tmp/split_extra_icu.apk Binary XML file line #3
11-30 15:22:07.235  2985  3019 W PackageParser: Unknown element under <manifest>: module at /data/app/vmdl998593277.tmp/split_extra_icu.apk Binary XML file line #5
11-30 15:22:07.237 28564 28564 D GOS:MainIntentService: onCreate
11-30 15:22:07.237 28564 28581 D GOS:MainIntentService: onHandleIntent. begin
11-30 15:22:07.241 28564 28581 I GOS:DatabaseHelper: com.enhance.gameservice.App@c18ee6d
11-30 15:22:07.241 28564 28581 I GOS:DatabaseHelper: Create a DatabaseHelper
11-30 15:22:07.248  2985  3019 W PackageParser: Unknown element under <manifest>: uses-sdk at /data/app/vmdl998593277.tmp/split_feedv2.apk Binary XML file line #3
11-30 15:22:07.248  2985  3019 W PackageParser: Unknown element under <manifest>: module at /data/app/vmdl998593277.tmp/split_feedv2.apk Binary XML file line #5
11-30 15:22:07.248  2985  3019 W PackageParser: Unknown element under <manifest>: uses-permission at /data/app/vmdl998593277.tmp/split_feedv2.apk Binary XML file line #9
11-30 15:22:07.248  2985  3019 W PackageParser: Unknown element under <manifest>: uses-permission at /data/app/vmdl998593277.tmp/split_feedv2.apk Binary XML file line #10
11-30 15:22:07.248  2985  3019 W PackageParser: Unknown element under <manifest>: uses-permission at /data/app/vmdl998593277.tmp/split_feedv2.apk Binary XML file line #11
11-30 15:22:07.249  2985  3019 W PackageParser: Unknown element under <manifest>: uses-split at /data/app/vmdl998593277.tmp/split_feedv2.apk Binary XML file line #40
11-30 15:22:07.254  2985  3019 W PackageParser: Unknown element under <manifest>: uses-sdk at /data/app/vmdl998593277.tmp/split_image_editor.apk Binary XML file line #3
11-30 15:22:07.254  2985  3019 W PackageParser: Unknown element under <manifest>: module at /data/app/vmdl998593277.tmp/split_image_editor.apk Binary XML file line #5
11-30 15:22:07.255  2985  3019 W PackageParser: Unknown element under <manifest>: uses-split at /data/app/vmdl998593277.tmp/split_image_editor.apk Binary XML file line #11
11-30 15:22:07.260  2985  3019 W PackageParser: Unknown element under <manifest>: uses-sdk at /data/app/vmdl998593277.tmp/split_weblayer.apk Binary XML file line #3
11-30 15:22:07.260  2985  3019 W PackageParser: Unknown element under <manifest>: uses-split at /data/app/vmdl998593277.tmp/split_weblayer.apk Binary XML file line #5
11-30 15:22:07.260  2985  3019 W PackageParser: Unknown element under <manifest>: module at /data/app/vmdl998593277.tmp/split_weblayer.apk Binary XML file line #7
11-30 15:22:07.267  2985  3019 W PackageManager: verifying app can be installed or not
11-30 15:22:07.267  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled
11-30 15:22:07.275 28564 28581 D GOS:MainIntentService: onHandleIntent(). type : 2
11-30 15:22:07.275 28564 28581 D GOS:MainIntentService: onHandleIntent(). PACKAGE_CHANGED. changeType : 2, packageName : com.android.chrome
11-30 15:22:07.279  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled() :  userID :   150  != AdminUserID  0
11-30 15:22:07.283  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking PKG WL - false
11-30 15:22:07.283  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking PKG BL - true
11-30 15:22:07.283  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking PERM BL - true
11-30 15:22:07.283  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking SIG BL - true
11-30 15:22:07.283  2985  3019 I chatty  : uid=1000(system) PackageManager identical 2 lines
11-30 15:22:07.284  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking PKG WL - false
11-30 15:22:07.287 28564 28581 D GOS:GlobalSettingsContainer: setMode(), 1
11-30 15:22:07.288 28564 28581 D GOS:GlobalSettingsContainer: setDefaultDss(), 75.0
11-30 15:22:07.288 28564 28581 D GOS:GlobalSettingsContainer: setDefaultDss2(), 100.0
11-30 15:22:07.288 28564 28581 D GOS:GlobalSettingsContainer: setDefaultDfs(), 60.0
11-30 15:22:07.288 28564 28581 D GOS:GlobalSettingsContainer: setEachModeDss(), [100.0, 75.0, 75.0, 50.0]
11-30 15:22:07.288 28564 28581 D GOS:GlobalSettingsContainer: setEachModeDss2(), [100.0, 100.0, 75.0, 50.0]
11-30 15:22:07.288 28564 28581 D GOS:GlobalSettingsContainer: setEachModeDfs(), [60.0, 60.0, 60.0, 30.0]
11-30 15:22:07.288 28564 28581 D GOS:GlobalSettingsContainer: setRecommendedMode(), [0, 1, 2, 3]
11-30 15:22:07.288 28564 28581 D GOS:GlobalSettingsContainer: setEnabledFeatureFlag(), src : 342277969731031827, result : 342277969726800147
11-30 15:22:07.288 28564 28581 D GOS:GlobalSettingsContainer: setAvailableFeatureFlag(), 1064042593946633491
11-30 15:22:07.288 28564 28581 D GOS:GlobalSettingsContainer: setEnabledFeatureFlag(), src : 342277969726800147, result : 343403938353119507
11-30 15:22:07.288 28564 28581 D GOS:GlobalSettingsContainer: setServerFeatureFlagPolicy(), NNNNN000NNNNNNNNNNN0NNN000NN00NN0NNN1NNNNNN000NNNN1NNNNN
11-30 15:22:07.288 28564 28581 D GOS:GlobalSettingsContainer: setDefaultFeatureFlag(), 346781844236309267
11-30 15:22:07.288 28564 28581 D GOS:GlobalSettingsContainer: setEnabledFeatureFlag(), src : 55169164154896659, result : 55169164154896659
11-30 15:22:07.288 28564 28581 D GOS:GlobalSettingsContainer: setDefaultDts(), 100
11-30 15:22:07.288 28564 28581 D GOS:GlobalSettingsContainer: setEachModeDts(), [100, 100, 100, 100]
11-30 15:22:07.288 28564 28581 D GOS:GlobalSettingsContainer: setEachModeMdnie(), [0, 0, 0, 0]
11-30 15:22:07.288 28564 28581 D GOS:GlobalSettingsContainer: setDefaultOdtc(), 0
11-30 15:22:07.289 28564 28581 D GOS:GlobalSettingsContainer: setEachModeOdtc(), [0, 0, 0, 0]
11-30 15:22:07.289 28564 28581 D GOS:GlobalSettingsContainer: setIpmMode(), 2
11-30 15:22:07.289 28564 28581 D GOS:GlobalSettingsContainer: setIpmTargetPower(), -1
11-30 15:22:07.289 28564 28581 D GOS:GlobalSettingsContainer: setIpmTargetTemperature(), 480
11-30 15:22:07.299 28564 28581 E GOS:SeDex: failed to getSystemService()
11-30 15:22:07.303 28564 28581 E GOS:SeDex: failed to getSystemService()
11-30 15:22:07.304  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking PKG BL - true
11-30 15:22:07.304  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking PERM BL - true
11-30 15:22:07.304  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  Checking SIG BL - true
11-30 15:22:07.304  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled() :  userID :   150  != AdminUserID  0
11-30 15:22:07.307  2985  3019 D ApplicationPolicy: isApplicationInstallationEnabled :  enabled true
11-30 15:22:07.307 28564 28581 D GOS:SeGameManager: succeeded to get requestWithJson
11-30 15:22:07.307  2985  3019 D RestrictionPolicy: isNewAdminInstallationEnabledInternal : false
11-30 15:22:07.308 28564 28581 D GOS:SeGameManager: succeeded to get requestDeathRestart
11-30 15:22:07.308 28564 28581 D GOS:SeGameManager: succeeded to get cancelDeathRestart
11-30 15:22:07.310  2985  5081 D GameManagerService: getVersion.
11-30 15:22:07.311 28564 28581 D GOS:SystemHelper: Create a SystemHelper
11-30 15:22:07.311 28564 28581 D GOS:SystemHelper: sendRequestToGameManagerService(), command :set_global_data
11-30 15:22:07.314  2985  3019 I MSTG    :  com.android.chrome is installing..
11-30 15:22:07.314  2985  3019 I AASAInstall: ship device
11-30 15:22:07.319  2985  5081 D GameManagerService: setGlobalDataWithJson(). jsonParam: {"tuner_mode":1,"launcher_mode":1,"custom_config_name":""}
11-30 15:22:07.319  2985  5081 D GameManagerService: setMode
11-30 15:22:07.322  2985  5081 D GameManager.DatabaseHelper: addActionLog(), tag: SET_GLO
11-30 15:22:07.323  2985  5081 D GameManager.DatabaseHelper: addActionLog(), msg: setMode(), TunerMode: 1
11-30 15:22:07.339  2985  5081 D GameManager.DatabaseHelper: addActionLog(), delete log data to avoid overflow, id: 50806
11-30 15:22:07.339  2985  5081 D GameManager.DatabaseHelper: addActionLog(), ret: 51812
11-30 15:22:07.339  2985  5081 D GameManagerService: setGlobalDataWithJson(), TunerMode: 1, CustomConfigName: , LauncherMode: 1
11-30 15:22:07.339  2985  5081 D GameManager.DatabaseHelper: addActionLog(), tag: SET_GLO
11-30 15:22:07.339  2985  5081 D GameManager.DatabaseHelper: addActionLog(), msg: setGlobalDataWithJson(), TunerMode: 1, CustomConfigName: , LauncherMode: 1
11-30 15:22:07.346  2985  5081 D GameManager.DatabaseHelper: addActionLog(), delete log data to avoid overflow, id: 50807
11-30 15:22:07.346  2985  5081 D GameManager.DatabaseHelper: addActionLog(), ret: 51813
11-30 15:22:07.346  2985  5081 D GameManagerService: respondWithJson. command: set_global_data
11-30 15:22:07.346  2985  5081 D GameManagerService: jsonParam : {"tuner_mode":1,"launcher_mode":1,"custom_config_name":""}
11-30 15:22:07.346  2985  5081 D GameManagerService: response : setGlobalDataWithJson(), TunerMode: 1, CustomConfigName: , LauncherMode: 1
11-30 15:22:07.346 28564 28581 D GOS:SystemHelper: requestJson: {"tuner_mode":1,"launcher_mode":1,"custom_config_name":""}
11-30 15:22:07.347 28564 28581 D GOS:SystemHelper: response: setGlobalDataWithJson(), TunerMode: 1, CustomConfigName: , LauncherMode: 1
11-30 15:22:07.347 28564 28581 D GOS:GlobalSettingsContainer: setLauncherMode(), 1
11-30 15:22:07.347 28564 28581 D GOS:GlobalSettingsContainer: LoggingPolicy(). mTestGroupName: null, mMaxSessionInSec: 3600
11-30 15:22:07.347 28564 28581 D GOS:DataManager: load GlobalSettingsContainer values
11-30 15:22:07.347 28564 28581 I GOS:DataManager: checkResolution
11-30 15:22:07.348 28564 28581 D GOS:DisplayInfo: DPI: 480, LongSide: 1920, ShortSide: 1080
11-30 15:22:07.348 28564 28581 D GOS:TSSCore: displayShortSide :  1080, globalDefaultTargetShortSide : -1, globalEachModeTargetShortSide : null
11-30 15:22:07.348 28564 28581 D GOS:DisplayUtil: getResolutionType()
11-30 15:22:07.348 28564 28581 D GOS:DisplayUtil: getResolutionType(), checkResolution. MultiResolution is not supported. do nothing
11-30 15:22:07.349 28564 28581 D GOS:DisplayInfo: DPI: 480, LongSide: 1920, ShortSide: 1080
11-30 15:22:07.349 28564 28581 D GOS:DataManager: Constructor, SOS policy, sosPolicyKeys : [siop, governor_settings, app_start, boost_settings, touch_settings, scheduler_settings]
11-30 15:22:07.349 28564 28581 I GOS:DataManager: Create a DataManager
11-30 15:22:07.349 28564 28581 D GOS:DataManager: onPackageInstallStarted(). packageName :  com.android.chrome
11-30 15:22:07.349 28564 28581 D GOS:DataManager: addPkgDataFromServer(), packageName : com.android.chrome
11-30 15:22:07.355 28564 28581 D GOS:PkgData: PkgData(), pkgName: com.android.chrome
11-30 15:22:07.355 28564 28581 D GOS:PkgData: setCustomFeatureFlag, pkgName: com.android.chrome, old featureFlag: 346781844236309267, new featureFlag: 274882278167
11-30 15:22:07.355 28564 28581 D GOS:DataManager: addPkgDataFromServer(), skip. categorized by 2
11-30 15:22:07.356 28564 28581 D GOS:PkgData: PkgData(), pkgName: com.android.chrome
11-30 15:22:07.356 28564 28581 D GOS:PkgData: setCustomFeatureFlag, pkgName: com.android.chrome, old featureFlag: 346781844236309267, new featureFlag: 274882278167
11-30 15:22:07.357 28564 28581 D GOS:MainIntentService: there is gamemanger. don't start GameService
11-30 15:22:07.358 28564 28564 D GOS:MainIntentService: onDestroy
11-30 15:22:07.442  2985  3019 W SELinux : SELinux: set fc_digest(/data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==)
11-30 15:22:07.451  2985  3019 E PackageManager.DexOptimizer: Well this is awkward; package org.chromium.chrome.browser.base.SplitMonochromeApplication had UID -1
11-30 15:22:07.451  2985  3019 E PackageManager.DexOptimizer: java.lang.Throwable
11-30 15:22:07.451  2985  3019 E PackageManager.DexOptimizer: 	at com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:180)
11-30 15:22:07.451  2985  3019 E PackageManager.DexOptimizer: 	at com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:143)
11-30 15:22:07.451  2985  3019 E PackageManager.DexOptimizer: 	at com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:158)
11-30 15:22:07.451  2985  3019 E PackageManager.DexOptimizer: 	at com.android.server.pm.PackageManagerService.installPackageLI(PackageManagerService.java:24414)
11-30 15:22:07.451  2985  3019 E PackageManager.DexOptimizer: 	at com.android.server.pm.PackageManagerService.installPackageTracedLI(PackageManagerService.java:23344)
11-30 15:22:07.451  2985  3019 E PackageManager.DexOptimizer: 	at com.android.server.pm.PackageManagerService.-wrap43(Unknown Source:0)
11-30 15:22:07.451  2985  3019 E PackageManager.DexOptimizer: 	at com.android.server.pm.PackageManagerService$13.run(PackageManagerService.java:20395)
11-30 15:22:07.451  2985  3019 E PackageManager.DexOptimizer: 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 15:22:07.451  2985  3019 E PackageManager.DexOptimizer: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 15:22:07.451  2985  3019 E PackageManager.DexOptimizer: 	at android.os.Looper.loop(Looper.java:164)
11-30 15:22:07.451  2985  3019 E PackageManager.DexOptimizer: 	at android.os.HandlerThread.run(HandlerThread.java:65)
11-30 15:22:07.451  2985  3019 E PackageManager.DexOptimizer: 	at com.android.server.ServiceThread.run(ServiceThread.java:46)
11-30 15:22:07.464  2985  3019 I PackageManager.DexOptimizer: Running dexopt (dexoptNeeded=1) on: /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/base.apk pkg=com.android.chrome isa=arm dexoptFlags=boot_complete,public target-filter=quicken oatDir=/data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/oat sharedLibraries=PCL[]
11-30 15:22:07.521  2985  3000 W DropBoxManagerService: Dropping: system_server_wtf (1406 > 0 bytes)
11-30 15:22:07.524  2985  3000 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{f74a8c3 19185:com.parallel.space.lite:mdserver/u0a227} (pid=19185, uid=10227) requires android.permission.READ_LOGS due to sender android (uid 1000)
11-30 15:22:07.524  2985  3000 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{f74a8c3 19185:com.parallel.space.lite:mdserver/u0a227} (pid=19185, uid=10227) requires android.permission.READ_LOGS due to sender android (uid 1000)
11-30 15:22:07.524  2985  3000 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{b380fe3 21258:com.parallel.space.lite:P1/u0a227} (pid=21258, uid=10227) requires android.permission.READ_LOGS due to sender android (uid 1000)
11-30 15:22:07.524  2985  3000 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{596076e 21820:com.lbe.parallel.intl:mdserver/u0a1108} (pid=21820, uid=11108) requires android.permission.READ_LOGS due to sender android (uid 1000)
11-30 15:22:07.525  2985  3000 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{596076e 21820:com.lbe.parallel.intl:mdserver/u0a1108} (pid=21820, uid=11108) requires android.permission.READ_LOGS due to sender android (uid 1000)
11-30 15:22:07.525  2985  3000 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{e2898b 13010:com.lbe.parallel.intl:P1/u0a1108} (pid=13010, uid=11108) requires android.permission.READ_LOGS due to sender android (uid 1000)
11-30 15:22:07.525  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
11-30 15:22:07.525  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
11-30 15:22:07.553  2985  5081 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20311128T152207 - CU:10018/CP:16033
11-30 15:22:07.553  2985  5081 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:07.601  2985  5081 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20311128T152207 - CU:10018/CP:16067
11-30 15:22:07.602  2985  5081 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:07.707 28584 28584 I dex2oat : /system/bin/dex2oat --input-vdex-fd=-1 --output-vdex-fd=10 --compiler-filter=quicken --classpath-dir=/data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug== --class-loader-context=PCL[]
11-30 15:22:07.871  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:07.872  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:07.872  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:08.075  2985  3105 I TLC_TIMA_PKM_initialize: initializing...
11-30 15:22:08.087  2985  3105 I TLC_TIMA_PKM_initialize: root = 0, root_strlen = 1
11-30 15:22:08.087  2985  3105 I TLC_TIMA_PKM_initialize: process = ffffffff00000000000000000000000a, process_strlen = 32
11-30 15:22:08.087  2985  3105 I TZ: mc_tlc_communication: input max_sendmsg_size = 262196
11-30 15:22:08.087  2985  3105 I TZ: mc_tlc_communication: input max_recvmsg_size = 262196
11-30 15:22:08.087  2985  3105 I TZ: mc_tlc_communication: root = 0, root_len = 1
11-30 15:22:08.087  2985  3105 I TZ: mc_tlc_communication: process = ffffffff00000000000000000000000a, process_strlen = 32
11-30 15:22:08.087  2985  3105 I TZ: mc_tlc_communication: aligned max_sendmsg_size = 262208
11-30 15:22:08.087  2985  3105 I TZ: mc_tlc_communication: aligned max_recvmsg_size = 262208
11-30 15:22:08.087  2985  3105 I TZ: mc_tlc_communication: device_id = 0x0
11-30 15:22:08.087  2985  3105 I TZ: mc_tlc_communication: tlc_open() was called
11-30 15:22:08.087  2985  3105 I TZ: mc_tlc_communication: Opening MobiCore device
11-30 15:22:08.088  2985  3105 I TeeDriverClient: driver client open [hardware/samsung_slsi/exynos7870/mobicore/ClientLib/src/driver_client.cpp:103]
11-30 15:22:08.088  2985  3105 I TZ: mc_tlc_communication: Allocating message buffer for TCI
11-30 15:22:08.089  2985  3105 I TZ: mc_tlc_communication: Opening the session
11-30 15:22:08.111  2985  3105 I TZ: mc_tlc_communication: tlc_open() succeeded
11-30 15:22:08.111  2985  3105 E TLC_TIMA_PKM_initialize: tima_pkm : ro.ddr_start_type does not exist
11-30 15:22:08.125  2985  3105 I TLC_TIMA_PKM_initialize: Trustlet response is completed
11-30 15:22:08.644  2985  5081 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:22:08.645  2985  5081 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3779, temperature: 320, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:22:08.645  2985  5081 D BatteryService: online:4, current avg:250, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:109
11-30 15:22:08.645  2985  5081 D BatteryService: stay LED for charging
11-30 15:22:08.645  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:22:08.646  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:22:08.647  2985  2985 I MotionRecognitionService: Plugged
11-30 15:22:08.647  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:22:08.647  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:22:08.647  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:22:08.648  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:22:08.648  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:22:08.648  2985  3007 D UsbDeviceManager: mps exists
11-30 15:22:08.649  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:22:08.649  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:22:08.649  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:22:08.649  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:22:08.650  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:22:08.650  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:22:08.650  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:22:08.651  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:22:08.651  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:22:08.652  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:22:08.653 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:22:08.653 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:22:08.653  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:22:08.653  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:22:08.654  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:22:08.654  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:22:08.654  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:22:08.657 28244 28365 D BinderHooker: Got binder ptr e8f36680 for the given val
11-30 15:22:08.657 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:22:08.657 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:22:08.738 28584 28584 I dex2oat : Running dex2oat (parent PID = 2705)
11-30 15:22:08.872  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:08.872  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:08.872  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:09.025  4228  4228 D io_stats: !@ 179,0 r 54679408 1393370800 w 6063833 85660768 d 1204167 30691604 f 1080912 1079965 iot 29927800 29332921 th 51200 0 0 pt 0 inp 0 0 264028.017
11-30 15:22:09.872  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:09.872  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:09.872  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:10.072 28584 28584 I dex2oat : ----------------------------------------------------
11-30 15:22:10.072 28584 28584 I dex2oat : <SS>: S T A R T I N G . . .
11-30 15:22:10.072 28584 28584 D dex2oat : <SS>: apk not found at /base.odex
11-30 15:22:10.072 28584 28584 D dex2oat : <SS>: trying at /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/base.apk
11-30 15:22:10.072 28584 28584 I dex2oat : <SS>: going to process manifest for 32-bit.../data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/base.apk
11-30 15:22:10.075 28584 28584 I         : SS_ART_lib [I]: permission is absent: /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/base.apk
11-30 15:22:10.075 28584 28584 I         : SS_ART_lib [I]: access to SS denied
11-30 15:22:10.075 28584 28584 I dex2oat : Finish SS_ART_lib()
11-30 15:22:10.075 28584 28584 I dex2oat : dex2oat took 2.370s (5.984s cpu) (threads: 8) arena alloc=34KB (35664B) java alloc=4MB (4387064B) native alloc=6MB (6805776B) free=3MB (3155696B)
11-30 15:22:10.121  2985  3019 I PackageManager.DexOptimizer: do mInstaller.syncDexopt : com.android.chrome
11-30 15:22:10.125  2985  3019 I PackageManager.DexOptimizer: Running dexopt (dexoptNeeded=1) on: /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/split_autofill_assistant.apk pkg=com.android.chrome isa=arm dexoptFlags=boot_complete,public target-filter=quicken oatDir=/data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/oat sharedLibraries=PCL[];PCL[split_chrome.apk];PCL[base.apk]
11-30 15:22:10.269 28600 28600 I dex2oat : /system/bin/dex2oat --input-vdex-fd=-1 --output-vdex-fd=10 --compiler-filter=quicken --classpath-dir=/data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug== --class-loader-context=PCL[];PCL[split_chrome.apk];PCL[base.apk]
11-30 15:22:10.872  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:10.872  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:10.872  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:11.872  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:11.872  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:11.872  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:12.586 28600 28600 I dex2oat : Running dex2oat (parent PID = 2705)
11-30 15:22:12.712 28600 28600 I dex2oat : ----------------------------------------------------
11-30 15:22:12.712 28600 28600 I dex2oat : <SS>: S T A R T I N G . . .
11-30 15:22:12.712 28600 28600 D dex2oat : <SS>: apk not found at /split_autofill_assistant.odex
11-30 15:22:12.712 28600 28600 D dex2oat : <SS>: trying at /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/split_autofill_assistant.apk
11-30 15:22:12.712 28600 28600 I dex2oat : <SS>: going to process manifest for 32-bit.../data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/split_autofill_assistant.apk
11-30 15:22:12.713 28600 28600 I         : SS_ART_lib [I]: permission is absent: /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/split_autofill_assistant.apk
11-30 15:22:12.713 28600 28600 I         : SS_ART_lib [I]: access to SS denied
11-30 15:22:12.713 28600 28600 I dex2oat : Finish SS_ART_lib()
11-30 15:22:12.713 28600 28600 I dex2oat : dex2oat took 2.445s (2.558s cpu) (threads: 8) arena alloc=37KB (37984B) java alloc=583KB (597080B) native alloc=2MB (2333528B) free=2MB (2909352B)
11-30 15:22:12.728  2985  3019 I PackageManager.DexOptimizer: do mInstaller.syncDexopt : com.android.chrome
11-30 15:22:12.730  2985  3019 I PackageManager.DexOptimizer: Running dexopt (dexoptNeeded=1) on: /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/split_chime.apk pkg=com.android.chrome isa=arm dexoptFlags=boot_complete,public target-filter=quicken oatDir=/data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/oat sharedLibraries=PCL[];PCL[split_chrome.apk];PCL[base.apk]
11-30 15:22:12.861 28611 28611 I dex2oat : /system/bin/dex2oat --input-vdex-fd=-1 --output-vdex-fd=10 --compiler-filter=quicken --classpath-dir=/data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug== --class-loader-context=PCL[];PCL[split_chrome.apk];PCL[base.apk]
11-30 15:22:12.872  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:12.872  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:12.872  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:13.146  2985  3105 I TLC_TIMA_PKM_measure_kernel: TIMA: response_id = 3
11-30 15:22:13.146  2985  3105 I TLC_TIMA_PKM_measure_kernel: TIMA: response ret = 0, result_ondemand = MSG=Kernel Verification Success;
11-30 15:22:13.146  2985  3105 I TZ: mc_tlc_communication: tlc_close() was called
11-30 15:22:13.146  2985  3105 I TZ: mc_tlc_communication: Closing the session
11-30 15:22:13.148  2985  3105 I TZ: mc_tlc_communication: Freeing message buffer
11-30 15:22:13.148  2985  3105 I TZ: mc_tlc_communication: Closing MobiCore device
11-30 15:22:13.148  2985  3105 I TeeDriverClient: driver client closed [hardware/samsung_slsi/exynos7870/mobicore/ClientLib/src/driver_client.cpp:113]
11-30 15:22:13.148  2985  3105 I TZ: mc_tlc_communication: tlc_close() finished
11-30 15:22:13.617  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:22:13.617  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:22:13.617  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:22:13.617  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:22:13.635  2985  7619 D SSRM:aU : SIOP:: AP:442(415,0) BAT:320(320,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:22:13.873  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:13.873  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:13.873  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:14.028  4228  4228 D io_stats: !@ 179,0 r 54679580 1393376244 w 6063922 85664504 d 1204167 30691604 f 1080941 1079994 iot 29928000 29333146 th 51200 0 0 pt 0 inp 0 0 264033.021
11-30 15:22:14.161  6077  6077 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.herrevad.services.LightweightNetworkQualityAndroidService.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:22:14.490 13010 13265 E WakeLock: *gms_scheduler*/com.google.android.gms/.mdi.download.service.MddGcmTaskService ** IS FORCE-RELEASED ON TIMEOUT **
11-30 15:22:14.553 13010 13265 E WakeLock: *gms_scheduler*/com.google.android.gms/.phenotype.service.sync.PackageUpdateTaskService ** IS FORCE-RELEASED ON TIMEOUT **
11-30 15:22:14.598  2985  5081 D SamsungAlarmManager: Cancel Alarm calling from uid:10018 pid :16033 / op:PendingIntent{8afe9b1: PendingIntentRecord{e18d61f com.google.android.gms startService}}
11-30 15:22:14.601  2985  5081 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:14.628  2985  5081 D SamsungAlarmManager: Cancel Alarm calling from uid:10018 pid :16067 / op:PendingIntent{c009e96: PendingIntentRecord{8f54fca com.google.android.gms startService}}
11-30 15:22:14.631  2985  5081 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:14.728 15154 15154 I Finsky:background: [2] kmm.onDestroy(8): IPC-SERVER: Stopping gRPC host service...
11-30 15:22:14.873  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:14.873  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:14.873  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:15.149 28611 28611 I dex2oat : Running dex2oat (parent PID = 2705)
11-30 15:22:15.301 28611 28611 I dex2oat : ----------------------------------------------------
11-30 15:22:15.301 28611 28611 I dex2oat : <SS>: S T A R T I N G . . .
11-30 15:22:15.301 28611 28611 D dex2oat : <SS>: apk not found at /split_chime.odex
11-30 15:22:15.301 28611 28611 D dex2oat : <SS>: trying at /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/split_chime.apk
11-30 15:22:15.301 28611 28611 I dex2oat : <SS>: going to process manifest for 32-bit.../data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/split_chime.apk
11-30 15:22:15.302 28611 28611 I         : SS_ART_lib [I]: permission is absent: /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/split_chime.apk
11-30 15:22:15.302 28611 28611 I         : SS_ART_lib [I]: access to SS denied
11-30 15:22:15.302 28611 28611 I dex2oat : Finish SS_ART_lib()
11-30 15:22:15.303 28611 28611 I dex2oat : dex2oat took 2.443s (2.633s cpu) (threads: 8) arena alloc=32KB (33024B) java alloc=447KB (458552B) native alloc=1994KB (2042336B) free=3MB (3200544B)
11-30 15:22:15.317  2985  3019 I PackageManager.DexOptimizer: do mInstaller.syncDexopt : com.android.chrome
11-30 15:22:15.319  2985  3019 I PackageManager.DexOptimizer: Running dexopt (dexoptNeeded=1) on: /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/split_chrome.apk pkg=com.android.chrome isa=arm dexoptFlags=boot_complete,public target-filter=quicken oatDir=/data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/oat sharedLibraries=PCL[];PCL[base.apk]
11-30 15:22:15.445 28626 28626 I dex2oat : /system/bin/dex2oat --input-vdex-fd=-1 --output-vdex-fd=10 --compiler-filter=quicken --classpath-dir=/data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug== --class-loader-context=PCL[];PCL[base.apk]
11-30 15:22:15.491  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 10227 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:15.492  2985  5081 D ConnectivityService: filterNetworkStateForUid() uid: 10227 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:15.873  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:15.873  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:15.873  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:16.736 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(0) data(0) accounts({}) accounts deleted({}) calls([]) countryIso(ID) userId(150)  ]

11-30 15:22:16.736 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ agr({})  ]

11-30 15:22:16.736 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({})  ]

11-30 15:22:16.736 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(0) data(0) accounts({})  ]

11-30 15:22:16.736 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(0) data(0) accounts({})  ]
11-30 15:22:16.873  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:16.873  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:16.873  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:16.926  2985  3631 E Watchdog: !@Sync 8797 [2021-11-30 15:22:16.926]
11-30 15:22:17.838 28626 28626 I dex2oat : Running dex2oat (parent PID = 2705)
11-30 15:22:17.873  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:17.873  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:17.873  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:18.769  2985  3612 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:22:18.769  2985  3612 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3778, temperature: 320, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:22:18.769  2985  3612 D BatteryService: online:4, current avg:108, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:52
11-30 15:22:18.769  2985  3612 D BatteryService: stay LED for charging
11-30 15:22:18.769  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:22:18.771  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:22:18.771  2985  2985 I MotionRecognitionService: Plugged
11-30 15:22:18.771  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:22:18.771  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:22:18.771  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:22:18.772  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:22:18.772  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:22:18.772  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:22:18.773  2985  3007 D UsbDeviceManager: mps exists
11-30 15:22:18.774  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:22:18.774  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:22:18.774  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:22:18.776  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:22:18.776  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:22:18.777  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:22:18.778  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:22:18.778  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:22:18.779  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:22:18.779  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:22:18.780  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:22:18.782  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:22:18.782  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:22:18.782  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:22:18.783 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:22:18.784 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:22:18.785 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:22:18.785 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:22:18.788 28244 28365 D BinderHooker: Got binder ptr e8f36680 for the given val
11-30 15:22:18.874  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:18.874  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:18.874  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:19.031  4228  4228 D io_stats: !@ 179,0 r 54679767 1393381204 w 6064026 85671244 d 1204167 30691604 f 1080963 1080016 iot 29928290 29333428 th 51200 0 0 pt 0 inp 0 0 264038.023
11-30 15:22:19.106  2985  3096 D SamsungAlarmManager: Expired : 4
11-30 15:22:19.107  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152244, SetElapsed=458868129, nowELAPSED=458842751
11-30 15:22:19.107  2985  3096 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459003644 , orig nextNonWakeup=0
11-30 15:22:19.107  2985  3096 V SamsungAlarmManager: Sending to uid : 1000 action=android.intent.action.TIME_TICK alarm=Alarm{7286fed type 3 when 458823644 android}
11-30 15:22:19.108  2985  3096 V SamsungAlarmManager: Sending to uid : 10098 action=WakingExecutorService.ACTION_ALARM.com.facebook.katana.Mqtt_Wakeup alarm=Alarm{4c090b3 type 2 when 458842751 com.facebook.katana}
11-30 15:22:19.109  2985  3096 V SamsungAlarmManager: Sending to uid : 10069 action=com.samsung.action.EVERY_MINUTE_CLOCK_UPDATE alarm=Alarm{5291de9 type 1 when 1638260520000 com.sec.android.app.launcher}
11-30 15:22:19.118  2985  2985 D SamsungAlarmManager: setExact Intent (T:3/F:1/AC:false) 20211130T152300 - CU:1000/CP:2985
11-30 15:22:19.119  3510  3617 D KeyguardUpdateMonitor: received broadcast android.intent.action.TIME_TICK
11-30 15:22:19.119  3510  3510 D KeyguardServiceBoxContainer: refreshTime() 1
11-30 15:22:19.256  2985  5081 D SamsungAlarmManager: setExact Intent (T:2/F:1/AC:false) 20211130T152814 - CU:10098/CP:26985
11-30 15:22:19.459 26985 27798 E fb4a.MsysMqttTopicsProvider: subscribing to Mqtt
11-30 15:22:19.485  4604  4604 I Launcher: onReceive: com.samsung.action.EVERY_MINUTE_CLOCK_UPDATE
11-30 15:22:19.490  2985  3612 D SamsungAlarmManager: setInexact Intent (T:1/F:0/AC:false) 20211130T152300 - CU:10069/CP:4604
11-30 15:22:19.491  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.sec.android.app.clockpackage
11-30 15:22:19.491  4604  4604 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:19.513  4604  4604 I LiveIconManager: getLiveIcon: complete(sync_created)
11-30 15:22:19.513  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.sec.android.app.clockpackage
11-30 15:22:19.518  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.samsung.android.calendar
11-30 15:22:19.518  4604  4604 I BitmapCacheContainer: getBitmapCache: BitmapCache expired com.samsung.android.calendar/UserHandle{0}
11-30 15:22:19.519  4604  4604 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:19.522  4604  4604 I LiveIconManager: getLiveIcon: complete(sync_created)
11-30 15:22:19.522  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.samsung.android.calendar
11-30 15:22:19.660 28626 28626 I dex2oat : ----------------------------------------------------
11-30 15:22:19.661 28626 28626 I dex2oat : <SS>: S T A R T I N G . . .
11-30 15:22:19.661 28626 28626 D dex2oat : <SS>: apk not found at /split_chrome.odex
11-30 15:22:19.661 28626 28626 D dex2oat : <SS>: trying at /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/split_chrome.apk
11-30 15:22:19.661 28626 28626 I dex2oat : <SS>: going to process manifest for 32-bit.../data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/split_chrome.apk
11-30 15:22:19.663 28626 28626 I         : SS_ART_lib [I]: permission is absent: /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/split_chrome.apk
11-30 15:22:19.663 28626 28626 I         : SS_ART_lib [I]: access to SS denied
11-30 15:22:19.663 28626 28626 I dex2oat : Finish SS_ART_lib()
11-30 15:22:19.668 28626 28626 I dex2oat : dex2oat took 4.223s (10.844s cpu) (threads: 8) arena alloc=311KB (319120B) java alloc=9MB (9896432B) native alloc=9MB (9509336B) free=2MB (3073576B)
11-30 15:22:19.693  2985  3019 I PackageManager.DexOptimizer: do mInstaller.syncDexopt : com.android.chrome
11-30 15:22:19.695  2985  3019 I PackageManager.DexOptimizer: Running dexopt (dexoptNeeded=1) on: /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/split_extra_icu.apk pkg=com.android.chrome isa=arm dexoptFlags=boot_complete,public target-filter=quicken oatDir=/data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/oat sharedLibraries=PCL[];PCL[base.apk]
11-30 15:22:19.823 28637 28637 I dex2oat : /system/bin/dex2oat --input-vdex-fd=-1 --output-vdex-fd=10 --compiler-filter=quicken --classpath-dir=/data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug== --class-loader-context=PCL[];PCL[base.apk]
11-30 15:22:19.874  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:19.874  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:19.874  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:20.196  2985  3612 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:20.595 28637 28637 I dex2oat : Running dex2oat (parent PID = 2705)
11-30 15:22:20.611 28637 28637 I dex2oat : ----------------------------------------------------
11-30 15:22:20.611 28637 28637 I dex2oat : <SS>: S T A R T I N G . . .
11-30 15:22:20.611 28637 28637 D dex2oat : <SS>: apk not found at /split_extra_icu.odex
11-30 15:22:20.611 28637 28637 D dex2oat : <SS>: trying at /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/split_extra_icu.apk
11-30 15:22:20.611 28637 28637 I dex2oat : <SS>: going to process manifest for 32-bit.../data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/split_extra_icu.apk
11-30 15:22:20.612 28637 28637 I         : SS_ART_lib [I]: permission is absent: /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/split_extra_icu.apk
11-30 15:22:20.612 28637 28637 I         : SS_ART_lib [I]: access to SS denied
11-30 15:22:20.612 28637 28637 I dex2oat : Finish SS_ART_lib()
11-30 15:22:20.613 28637 28637 I dex2oat : dex2oat took 790.599ms (767.559ms cpu) (threads: 8) arena alloc=1672B (1672B) java alloc=32KB (32784B) native alloc=1093KB (1119568B) free=1466KB (1501872B)
11-30 15:22:20.622  2985  3019 I PackageManager.DexOptimizer: do mInstaller.syncDexopt : com.android.chrome
11-30 15:22:20.624  2985  3019 I PackageManager.DexOptimizer: Running dexopt (dexoptNeeded=1) on: /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/split_feedv2.apk pkg=com.android.chrome isa=arm dexoptFlags=boot_complete,public target-filter=quicken oatDir=/data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/oat sharedLibraries=PCL[];PCL[split_chrome.apk];PCL[base.apk]
11-30 15:22:20.765 28646 28646 I dex2oat : /system/bin/dex2oat --input-vdex-fd=-1 --output-vdex-fd=10 --compiler-filter=quicken --classpath-dir=/data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug== --class-loader-context=PCL[];PCL[split_chrome.apk];PCL[base.apk]
11-30 15:22:20.874  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:20.874  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:20.874  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:21.874  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:21.874  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:21.874  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:22.874  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:22.874  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:22.874  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:23.057  2985  3244 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:22:23.058  2985  3244 W DeviceStorageMonitorService: updateBroadcasts(/data) oldLevel:0, newLevel:0, seq:1
11-30 15:22:23.058  2985  3244 W DeviceStorageMonitorService: updateBroadcasts_filenode(/data) fn_oldLevel:0, fn_newLevel:0, seq:1
11-30 15:22:23.268 28646 28646 I dex2oat : Running dex2oat (parent PID = 2705)
11-30 15:22:23.638  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:22:23.638  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:22:23.638  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:22:23.638  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:22:23.653  2985  7619 D SSRM:aU : SIOP:: AP:436(411,0) BAT:320(320,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:22:23.833 28646 28646 I dex2oat : ----------------------------------------------------
11-30 15:22:23.833 28646 28646 I dex2oat : <SS>: S T A R T I N G . . .
11-30 15:22:23.833 28646 28646 D dex2oat : <SS>: apk not found at /split_feedv2.odex
11-30 15:22:23.833 28646 28646 D dex2oat : <SS>: trying at /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/split_feedv2.apk
11-30 15:22:23.833 28646 28646 I dex2oat : <SS>: going to process manifest for 32-bit.../data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/split_feedv2.apk
11-30 15:22:23.834 28646 28646 I         : SS_ART_lib [I]: permission is absent: /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/split_feedv2.apk
11-30 15:22:23.834 28646 28646 I         : SS_ART_lib [I]: access to SS denied
11-30 15:22:23.834 28646 28646 I dex2oat : Finish SS_ART_lib()
11-30 15:22:23.835 28646 28646 I dex2oat : dex2oat took 3.071s (4.506s cpu) (threads: 8) arena alloc=16KB (16504B) java alloc=1814KB (1857864B) native alloc=3MB (3609824B) free=4MB (4254496B)
11-30 15:22:23.853  2985  3019 I PackageManager.DexOptimizer: do mInstaller.syncDexopt : com.android.chrome
11-30 15:22:23.854  2985  3019 I PackageManager.DexOptimizer: Running dexopt (dexoptNeeded=1) on: /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/split_image_editor.apk pkg=com.android.chrome isa=arm dexoptFlags=boot_complete,public target-filter=quicken oatDir=/data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/oat sharedLibraries=PCL[];PCL[split_chrome.apk];PCL[base.apk]
11-30 15:22:23.875  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:23.875  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:23.875  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:23.979 28657 28657 I dex2oat : /system/bin/dex2oat --input-vdex-fd=-1 --output-vdex-fd=10 --compiler-filter=quicken --classpath-dir=/data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug== --class-loader-context=PCL[];PCL[split_chrome.apk];PCL[base.apk]
11-30 15:22:24.033  4228  4228 D io_stats: !@ 179,0 r 54680283 1393400724 w 6064175 85678744 d 1204168 30691636 f 1081009 1080062 iot 29928790 29333943 th 51200 0 0 pt 0 inp 0 0 264043.026
11-30 15:22:24.875  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:24.875  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:24.875  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:25.565 23617 23672 I PlayCommon: [43727] aamo.k(22): Preparing logs for uploading
11-30 15:22:25.566  2985  3612 D ConnectivityService: filterNetworkStateForUid() uid: 10040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:25.576 23617 23672 I PlayCommon: [43727] aamo.k(135): Connecting to server for timestamp: https://play.googleapis.com/play/log/timestamp
11-30 15:22:25.581 23617 23672 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:25.582 23617 23672 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:25.585  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:22:25.760 23617 23672 I PlayCommon: [43727] aamo.k(169): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true
11-30 15:22:25.761 23617 23672 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:25.762 23617 23672 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:25.863 23617 23672 I PlayCommon: [43727] aamo.k(201): Successfully uploaded logs.
11-30 15:22:25.875  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:25.875  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:25.875  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:26.270 28657 28657 I dex2oat : Running dex2oat (parent PID = 2705)
11-30 15:22:26.370 28657 28657 I dex2oat : ----------------------------------------------------
11-30 15:22:26.370 28657 28657 I dex2oat : <SS>: S T A R T I N G . . .
11-30 15:22:26.370 28657 28657 D dex2oat : <SS>: apk not found at /split_image_editor.odex
11-30 15:22:26.370 28657 28657 D dex2oat : <SS>: trying at /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/split_image_editor.apk
11-30 15:22:26.370 28657 28657 I dex2oat : <SS>: going to process manifest for 32-bit.../data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/split_image_editor.apk
11-30 15:22:26.371 28657 28657 I         : SS_ART_lib [I]: permission is absent: /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/split_image_editor.apk
11-30 15:22:26.371 28657 28657 I         : SS_ART_lib [I]: access to SS denied
11-30 15:22:26.371 28657 28657 I dex2oat : Finish SS_ART_lib()
11-30 15:22:26.371 28657 28657 I dex2oat : dex2oat took 2.393s (2.504s cpu) (threads: 8) arena alloc=15KB (15600B) java alloc=514KB (526920B) native alloc=1979KB (2027480B) free=3MB (3215400B)
11-30 15:22:26.385  2985  3019 I PackageManager.DexOptimizer: do mInstaller.syncDexopt : com.android.chrome
11-30 15:22:26.386  2985  3019 I PackageManager.DexOptimizer: Running dexopt (dexoptNeeded=1) on: /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/split_weblayer.apk pkg=com.android.chrome isa=arm dexoptFlags=boot_complete,public target-filter=quicken oatDir=/data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/oat sharedLibraries=PCL[];PCL[split_chrome.apk];PCL[base.apk]
11-30 15:22:26.511 28667 28667 I dex2oat : /system/bin/dex2oat --input-vdex-fd=-1 --output-vdex-fd=10 --compiler-filter=quicken --classpath-dir=/data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug== --class-loader-context=PCL[];PCL[split_chrome.apk];PCL[base.apk]
11-30 15:22:26.875  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:26.875  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:26.875  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:27.156 23617 23742 I PlayCommon: [43766] aamo.k(22): Preparing logs for uploading
11-30 15:22:27.157  2985  3612 D ConnectivityService: filterNetworkStateForUid() uid: 10040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:27.160 23617 23742 I PlayCommon: [43766] aamo.k(169): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true
11-30 15:22:27.160 23617 23742 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:27.161 23617 23742 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:27.385 23617 23742 I PlayCommon: [43766] aamo.k(201): Successfully uploaded logs.
11-30 15:22:27.875  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:27.875  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:27.875  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:28.734 28667 28667 I dex2oat : Running dex2oat (parent PID = 2705)
11-30 15:22:28.745 28667 28667 I dex2oat : ----------------------------------------------------
11-30 15:22:28.745 28667 28667 I dex2oat : <SS>: S T A R T I N G . . .
11-30 15:22:28.745 28667 28667 D dex2oat : <SS>: apk not found at /split_weblayer.odex
11-30 15:22:28.745 28667 28667 D dex2oat : <SS>: trying at /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/split_weblayer.apk
11-30 15:22:28.745 28667 28667 I dex2oat : <SS>: going to process manifest for 32-bit.../data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/split_weblayer.apk
11-30 15:22:28.746 28667 28667 I         : SS_ART_lib [I]: permission is absent: /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/split_weblayer.apk
11-30 15:22:28.746 28667 28667 I         : SS_ART_lib [I]: access to SS denied
11-30 15:22:28.746 28667 28667 I dex2oat : Finish SS_ART_lib()
11-30 15:22:28.746 28667 28667 I dex2oat : dex2oat took 2.236s (2.200s cpu) (threads: 8) arena alloc=872B (872B) java alloc=32KB (32784B) native alloc=1125KB (1152384B) free=1434KB (1469056B)
11-30 15:22:28.758  2985  3019 I PackageManager.DexOptimizer: do mInstaller.syncDexopt : com.android.chrome
11-30 15:22:28.767  2985  3000 I ActivityManager: Force stopping com.android.chrome appid=10115 user=-1: installPackageLI
11-30 15:22:28.770  2985  3000 I ActivityManager: Killing 20330:com.domobile.applock/u0a431 (adj 200): stop com.android.chrome,installPackageLI
11-30 15:22:28.773  2985  3000 W ActivityManager: Scheduling restart of crashed service com.domobile.applock/.service.LockService in 1000ms
11-30 15:22:28.788 20403 20403 I cr_ChildProcessService: Destroying ChildProcessService pid=20403
11-30 15:22:28.794 20403 20403 I /system/bin/webview_zygote32: System.exit called, status: 0
11-30 15:22:28.795 20403 20403 I AndroidRuntime: VM exiting with result code 0, cleanup skipped.
11-30 15:22:28.797  2985  3000 I ActivityManager: Killing 17483:com.samsung.android.email.provider/u0a58 (adj 800): stop com.android.chrome,installPackageLI
11-30 15:22:28.797  2985  3070 W Choreographer: Frame time is 2.369152 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:22:28.798  2985  3000 W ActivityManager: Scheduling restart of crashed service com.samsung.android.email.provider/com.samsung.android.email.sync.service.EmailService in 10974ms
11-30 15:22:28.800  2705  3146 D installd: Found valid user 150
11-30 15:22:28.804 17781 17781 I cr_ChildProcessService: Destroying ChildProcessService pid=17781
11-30 15:22:28.809  2985  3000 I ActivityManager: Killing 18545:com.myd.android.nhistory2/u0a1192 (adj 100): stop com.android.chrome,installPackageLI
11-30 15:22:28.811  2985  3000 W ActivityManager: Scheduling restart of crashed service com.myd.android.nhistory2/.services.NotificationService in 20962ms
11-30 15:22:28.816  2985  3000 I ActivityManager: Killing 2275:com.android.chrome:privileged_process1/u0a115 (adj 901): stop com.android.chrome,installPackageLI
11-30 15:22:28.816  2985  3000 W ActivityManager: Scheduling restart of crashed service com.android.chrome/org.chromium.content.app.PrivilegedProcessService1 in 30957ms
11-30 15:22:28.819 17781 17781 I /system/bin/webview_zygote32: System.exit called, status: 0
11-30 15:22:28.819 17781 17781 I AndroidRuntime: VM exiting with result code 0, cleanup skipped.
11-30 15:22:28.821 18622 18622 I cr_ChildProcessService: Destroying ChildProcessService pid=18622
11-30 15:22:28.823  2985  3019 W PackageManager: Trying to update system app code path from /data/app/com.android.chrome-pCVtmiCks-J55cMXOOybCA== to /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==
11-30 15:22:28.825  2985  3019 D PersonaServiceHelper: trimPersonaFromInstallation is called...
11-30 15:22:28.825  2985  3000 I ActivityManager: Killing 8707:net.cashpop.id/u0a237 (adj 200): stop com.android.chrome,installPackageLI
11-30 15:22:28.827  2985  3000 W ActivityManager: Scheduling restart of crashed service net.cashpop.id/.service.CashPopRunningNewService in 40945ms
11-30 15:22:28.830 18622 18622 I /system/bin/webview_zygote32: System.exit called, status: 0
11-30 15:22:28.830 18622 18622 I AndroidRuntime: VM exiting with result code 0, cleanup skipped.
11-30 15:22:28.831  2985  3019 D PersonaServiceHelper: User is not knox premium container 0
11-30 15:22:28.831  2985  3019 D PersonaServiceHelper: Processing premimum container in trimPersonaFromInstallation - 150
11-30 15:22:28.832  8807  8807 I cr_ChildProcessService: Destroying ChildProcessService pid=8807
11-30 15:22:28.832  2985  3019 D PackageManager: Resolved nativeLibraryRoot for com.android.chrome to root=/data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/lib, isa=true
11-30 15:22:28.832  2985  3019 D PackageManager: Abis for package[com.android.chrome] are primary=armeabi-v7a secondary=null
11-30 15:22:28.832  2985  3019 W PackageManager: Code path for com.android.chrome changing from /data/app/com.android.chrome-pCVtmiCks-J55cMXOOybCA== to /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==
11-30 15:22:28.833  2985  3019 W PackageManager: Resource path for com.android.chrome changing from /data/app/com.android.chrome-pCVtmiCks-J55cMXOOybCA== to /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==
11-30 15:22:28.835  2985  3000 I ActivityManager: Killing 16134:com.github.ericytsang.screenfilter.app.android/u0a633 (adj 100): stop com.android.chrome,installPackageLI
11-30 15:22:28.835  8807  8807 I /system/bin/webview_zygote32: System.exit called, status: 0
11-30 15:22:28.836  8807  8807 I AndroidRuntime: VM exiting with result code 0, cleanup skipped.
11-30 15:22:28.837  2985  3000 W ActivityManager: Scheduling restart of crashed service com.github.ericytsang.screenfilter.app.android/.service.AppService in 50936ms
11-30 15:22:28.842  2985  3000 I ActivityManager: Killing 7864:com.android.chrome/u0a115 (adj 901): stop com.android.chrome,installPackageLI
11-30 15:22:28.846  2985  3000 I ActivityManager: Killing 20403:com.android.chrome:sandboxed_process0/u0a431i406 (adj 0): isolated not needed
11-30 15:22:28.847  2985  3000 I ActivityManager: Killing 18622:com.android.chrome:sandboxed_process0/u0a1192i401 (adj 0): isolated not needed
11-30 15:22:28.848  2985  3000 I ActivityManager: Killing 8807:com.android.chrome:sandboxed_process0/u0a237i488 (adj 0): isolated not needed
11-30 15:22:28.848  2985  3000 I ActivityManager: Killing 17781:com.android.chrome:sandboxed_process0/u0a58i493 (adj 0): isolated not needed
11-30 15:22:28.849  2985  3000 I ActivityManager: Killing 16695:com.android.chrome:sandboxed_process0/u0a633i390 (adj 0): isolated not needed
11-30 15:22:28.849  2985  3019 D PackageManager: EAS IT Policy com.android.chrome isPackageSignedByPlatform = false
11-30 15:22:28.853  2985  3000 I ActivityManager: Killing 29371:com.android.chrome:sandboxed_process23/u0a115i453 (adj 0): isolated not needed
11-30 15:22:28.858  2985  3000 I ActivityManager: Killing 5919:com.android.chrome:sandboxed_process26/u0a115i463 (adj 0): isolated not needed
11-30 15:22:28.867  2985  3000 I ActivityManager: Killing 16067:com.google.android.gms/u0a18 (adj 0): stop com.android.chrome,installPackageLI
11-30 15:22:28.871  2985  3000 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsApiService in 60902ms
11-30 15:22:28.871  2985  3000 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.icing.service.IndexService in 70901ms
11-30 15:22:28.871  2985  3000 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.ads.identifier.service.AdvertisingIdService in 80901ms
11-30 15:22:28.872  2985  3000 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsBoundBrokerService in 90901ms
11-30 15:22:28.872  2985  3000 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.icing.service.AppIndexingService in 100901ms
11-30 15:22:28.876  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:28.876  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:28.876  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:28.877 12431 12431 I cr_ChildProcessService: Destroying ChildProcessService pid=12431
11-30 15:22:28.877  5550  5550 I cr_ChildProcessService: Destroying ChildProcessService pid=5550
11-30 15:22:28.878  2985  3000 I ActivityManager: Killing 19185:com.parallel.space.lite:mdserver/u0a227 (adj 100): stop com.android.chrome,installPackageLI
11-30 15:22:28.883  5550  5550 I /system/bin/webview_zygote32: System.exit called, status: 0
11-30 15:22:28.883  5550  5550 I AndroidRuntime: VM exiting with result code 0, cleanup skipped.
11-30 15:22:28.899 19594 19594 I cr_ChildProcessService: Destroying ChildProcessService pid=19594
11-30 15:22:28.900 12431 12431 I /system/bin/webview_zygote32: System.exit called, status: 0
11-30 15:22:28.900 12431 12431 I AndroidRuntime: VM exiting with result code 0, cleanup skipped.
11-30 15:22:28.905 19594 19594 I /system/bin/webview_zygote32: System.exit called, status: 0
11-30 15:22:28.906  2985  3000 W ActivityManager: Scheduling restart of crashed service com.parallel.space.lite/com.lbe.parallel.ui.lockscreen.NotificationObserverService in 110867ms
11-30 15:22:28.907 19594 19594 I AndroidRuntime: VM exiting with result code 0, cleanup skipped.
11-30 15:22:28.907  2985  3000 W ActivityManager: Scheduling restart of crashed service com.parallel.space.lite/com.lbe.parallel.service.KeyguardService in 120865ms
11-30 15:22:28.907  2985  3000 W ActivityManager: Scheduling restart of crashed service com.parallel.space.lite/com.lbe.parallel.install.AppInstallService in 130865ms
11-30 15:22:28.909 10091 10091 I ActivityThread: Removing dead content provider:android.content.ContentProviderProxy@16953cd
11-30 15:22:28.910 21258 21258 I ActivityThread: Removing dead content provider:android.content.ContentProviderProxy@9508271
11-30 15:22:28.919  2985  3000 I ActivityManager: Killing 21820:com.lbe.parallel.intl:mdserver/u0a1108 (adj 100): stop com.android.chrome,installPackageLI
11-30 15:22:28.931 22319 22319 I cr_ChildProcessService: Destroying ChildProcessService pid=22319
11-30 15:22:28.933  2985  3000 W ActivityManager: Scheduling restart of crashed service com.lbe.parallel.intl/com.lbe.parallel.install.AppInstallService in 140839ms
11-30 15:22:28.934  2985  3000 W ActivityManager: Scheduling restart of crashed service com.lbe.parallel.intl/com.lbe.parallel.service.KeyguardService in 150839ms
11-30 15:22:28.934  2985  3000 W ActivityManager: Scheduling restart of crashed service com.lbe.parallel.intl/com.lbe.parallel.ui.lockscreen.NotificationObserverService in 160839ms
11-30 15:22:28.935  5463  5463 I ActivityThread: Removing dead content provider:android.content.ContentProviderProxy@1c3c584
11-30 15:22:28.939 13010 13010 I ActivityThread: Removing dead content provider:android.content.ContentProviderProxy@c00ae1f
11-30 15:22:28.952 22319 22319 I /system/bin/webview_zygote32: System.exit called, status: 0
11-30 15:22:28.953 22319 22319 I AndroidRuntime: VM exiting with result code 0, cleanup skipped.
11-30 15:22:28.959  2985  3000 I ActivityManager: Killing 26886:com.parallel.space.lite/u0a227 (adj 906): stop com.android.chrome,installPackageLI
11-30 15:22:28.960  2985  3000 I ActivityManager: Killing 5550:com.android.chrome:sandboxed_process25/u0a115i460 (adj 0): isolated not needed
11-30 15:22:28.960  2985  3000 I ActivityManager: Killing 22319:com.android.chrome:sandboxed_process1/u0a1108i408 (adj 0): isolated not needed
11-30 15:22:28.960  2985  3000 I ActivityManager: Killing 12431:com.android.chrome:sandboxed_process0/u0a18i428 (adj 0): isolated not needed
11-30 15:22:28.961  2985  3000 I ActivityManager: Killing 19594:com.android.chrome:sandboxed_process1/u0a227i403 (adj 0): isolated not needed
11-30 15:22:28.972 27235 27235 I cr_ChildProcessService: Destroying ChildProcessService pid=27235
11-30 15:22:28.972  2985  3000 I ActivityManager: Killing 27235:com.android.chrome:sandboxed_process0/u0a227i497 (adj 0): isolated not needed
11-30 15:22:29.005  2985  3826 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ TRACK_DEFAULT id=4628, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], android.os.BinderProxy@42fd0fd)
11-30 15:22:29.005  2985  3826 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=4629, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@ab741f2)
11-30 15:22:29.025  2985  3222 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=4628, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] (release request)
11-30 15:22:29.026  2985  5088 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=4631, [ Transports: CELLULAR|WIFI|VPN Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], android.os.BinderProxy@94b0043)
11-30 15:22:29.026  2985  3000 I ActivityManager:   Force finishing activity ActivityRecord{fcbc96f u0 com.android.chrome/com.google.android.apps.chrome.Main t3031}
11-30 15:22:29.026  2985  3000 W MultiScreenManagerService: moveTaskBackToDisplayIfNeeded(): root activity or app is null, task=TaskRecord{5d5b6c0 #3031 A=com.android.chrome U=0 StackId=1 sz=1}, rootActivity=ActivityRecord{fcbc96f u0 com.android.chrome/com.google.android.apps.chrome.Main t3031}
11-30 15:22:29.026  2985  3222 D ConnectivityService:  Removing from current network NetworkAgentInfo [WIFI () - 625], leaving 52 requests.
11-30 15:22:29.027  2985  3222 D ConnectivityService: releasing NetworkRequest [ LISTEN id=4629, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ] (release request)
11-30 15:22:29.032  2985  5093 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:22:29.032  2985  5093 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3776, temperature: 320, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:22:29.032  2985  5093 D BatteryService: online:4, current avg:105, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:109
11-30 15:22:29.032  2985  5093 D BatteryService: stay LED for charging
11-30 15:22:29.032  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:22:29.036  4228  4228 D io_stats: !@ 179,0 r 54680582 1393408736 w 6064245 85679840 d 1204175 30691664 f 1081044 1080097 iot 29929050 29334207 th 51200 0 0 pt 0 inp 5 0 264048.028
11-30 15:22:29.037  2985  3222 D ConnectivityService: releasing NetworkRequest [ LISTEN id=4631, [ Transports: CELLULAR|WIFI|VPN Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] (release request)
11-30 15:22:29.042  2985  3002 E zygote  : Failed to kill process cgroup uid 10431 pid 20330 in 270ms, 1 processes remain
11-30 15:22:29.048  2985  3826 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ TRACK_DEFAULT id=5203, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], android.os.BinderProxy@22d7ff9)
11-30 15:22:29.050  2985  3222 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=5203, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] (release request)
11-30 15:22:29.051  2985  3222 D ConnectivityService:  Removing from current network NetworkAgentInfo [WIFI () - 625], leaving 49 requests.
11-30 15:22:29.128  2985  3002 I zygote  : Successfully killed process cgroup uid 10058 pid 17483 in 85ms
11-30 15:22:29.133 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(334) data(3908) accounts({vnd.sec.contact.phone (1)=155, com.whatsapp (23)=210, com.google (19)=204, com.osp.app.signin (24)=4, vnd.sec.contact.sim2 (3)=14, org.telegram.messenger (36)=127}) accounts deleted({com.google (19)=1}) calls([logtype:100 cnt:500, logtype:300 cnt:500]) countryIso(ID) userId(0)  ]

11-30 15:22:29.133 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ agr({[1 ,1 ,23]=1, [23 ,3 ,36 ,19]=1, [1 ,1 ,36 ,23]=1, [1 ,24 ,23]=1, [19 ,23 ,23 ,36 ,36]=1, [1 ,1 ,1]=1, [19 ,19 ,19 ,1 ,23 ,24 ,36]=1, [19]=10, [19 ,19 ,1]=1, [19 ,1 ,36 ,23]=1, [19 ,36]=4, [1 ,36]=1, [36 ,19 ,23 ,36]=2, [19 ,1 ,23 ,23 ,23]=1, [19 ,1 ,23 ,36 ,36]=1, [19 ,1 ,23 ,36]=9, [1 ,23 ,36 ,36]=1, [1 ,23 ,36]=12, [19 ,23 ,36 ,23]=1, [19 ,36 ,23]=2, [19 ,23 ,36]=68, [3]=10, [1]=72, [19 ,1 ,23 ,24]=1, [1 ,23 ,24 ,36]=1, [19 ,1 ,23]=8, [19 ,1 ,23 ,36 ,23]=1, [19 ,23]=67, [20 ,23]=1, [23 ,3]=1, [36]=12, [1 ,23]=17, [19 ,1]=19, [19 ,23 ,23]=1, [23 ,3 ,36]=2})  ]

11-30 15:22:29.133 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({android.process.acore(15069)=1})  ]

11-30 15:22:29.133 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(1) data(3) accounts({vnd.sec.contact.phone (1)=1})  ]

11-30 15:22:29.133 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(1) data(24) accounts({vnd.sec.contact.phone (1)=1})  ]
11-30 15:22:29.223  2985  5087 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=4608, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ], android.os.BinderProxy@df38b3e)
11-30 15:22:29.223  2985  4272 I WindowManager: WIN DEATH: Window{eea5dfb u0 com.github.ericytsang.screenfilter.app.android}
11-30 15:22:29.223  2605  2605 I Sensors : AccelerometerSensor:setEnableAcc: handle 0, en 0, old_en 1
11-30 15:22:29.224  2985  5090 D SensorService: Calling activate off
11-30 15:22:29.227  2985  3222 D ConnectivityService: releasing NetworkRequest [ LISTEN id=4608, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ] (release request)
11-30 15:22:29.261  2985  3024 D MediaSessionService: Destroying com.github.ericytsang.screenfilter.app.android/com.github.ericytsang.screenfilter.app.android.service.AppJobService.Companion.mediaSessionTag (userId=0)
11-30 15:22:29.287  2985  5084 I AccessibilityManagerService: semIsAccessibilityServiceEnabled()
11-30 15:22:29.399  2985  5095 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=5160, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ], android.os.BinderProxy@7bf7eec)
11-30 15:22:29.416  2985  3002 E zygote  : Failed to kill process cgroup uid 11192 pid 18545 in 287ms, 1 processes remain
11-30 15:22:29.443  2985  3002 I zygote  : Successfully killed process cgroup uid 10115 pid 2275 in 26ms
11-30 15:22:29.495  2985  3222 D ConnectivityService: releasing NetworkRequest [ LISTEN id=5160, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ] (release request)
11-30 15:22:29.495  2985  5087 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=4623, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@bbd22b5)
11-30 15:22:29.611  2985  3116 W InputDispatcher: channel ~ Consumer closed input channel or an error occurred.  events=0x9
11-30 15:22:29.612  2985  3578 D NotificationListeners: binderDied
11-30 15:22:29.612  2985  3116 E InputDispatcher: channel ~ Channel is unrecoverably broken and will be disposed!
11-30 15:22:29.612  2985  3222 D ConnectivityService: releasing NetworkRequest [ LISTEN id=4623, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ] (release request)
11-30 15:22:29.612  2985  3614 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ TRACK_DEFAULT id=4621, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], android.os.BinderProxy@d191d4a)
11-30 15:22:29.612  2985  3222 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=4621, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] (release request)
11-30 15:22:29.613  2985  3222 D ConnectivityService:  Removing from current network NetworkAgentInfo [WIFI () - 625], leaving 45 requests.
11-30 15:22:29.616  2985  3578 D NotificationListeners: Removing active service ComponentInfo{com.parallel.space.lite/com.lbe.parallel.ui.lockscreen.NotificationObserverService}
11-30 15:22:29.617  3487  3487 D InputEventReceiver: channel 'ClientState{a5d2b09 uid 10237 pid 8707} (client)' ~ Disposing input event receiver.
11-30 15:22:29.617  3487  3487 D InputEventReceiver: channel 'ClientState{a5d2b09 uid 10237 pid 8707} (client)' ~NativeInputEventReceiver.
11-30 15:22:29.651  2985  3002 E zygote  : Failed to kill process cgroup uid 10237 pid 8707 in 207ms, 1 processes remain
11-30 15:22:29.651  2985  3002 I zygote  : Successfully killed process cgroup uid 10633 pid 16134 in 0ms
11-30 15:22:29.678  2985  4271 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=4780, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@bda34bb)
11-30 15:22:29.678  2985  3222 D ConnectivityService: releasing NetworkRequest [ LISTEN id=4780, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ] (release request)
11-30 15:22:29.679  2985  3614 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=4955, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], android.os.BinderProxy@b9b9dd8)
11-30 15:22:29.679  2985  3824 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ TRACK_DEFAULT id=5081, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], android.os.BinderProxy@86a3531)
11-30 15:22:29.679  2985  3222 D ConnectivityService: releasing NetworkRequest [ LISTEN id=4955, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] (release request)
11-30 15:22:29.679  2985  3827 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=4713, [ Transports: WIFI Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN] ], android.os.BinderProxy@653c416)
11-30 15:22:29.680  2985  3222 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=5081, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] (release request)
11-30 15:22:29.680  2985  3222 D ConnectivityService:  Removing from current network NetworkAgentInfo [WIFI () - 625], leaving 42 requests.
11-30 15:22:29.680  2985  3578 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=4616, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@66d6197)
11-30 15:22:29.681  2985  3222 D ConnectivityService: releasing NetworkRequest [ LISTEN id=4713, [ Transports: WIFI Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN] ] (release request)
11-30 15:22:29.681  2985  3222 D ConnectivityService: releasing NetworkRequest [ LISTEN id=4616, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ] (release request)
11-30 15:22:29.682  2985  5091 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ TRACK_DEFAULT id=5240, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], android.os.BinderProxy@218bf84)
11-30 15:22:29.682  2985  3222 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=5240, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] (release request)
11-30 15:22:29.682  2985  5087 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=5242, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@2fbf36d)
11-30 15:22:29.682  2985  3578 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=4642, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@cc00ba2)
11-30 15:22:29.682  2985  3222 D ConnectivityService:  Removing from current network NetworkAgentInfo [WIFI () - 625], leaving 39 requests.
11-30 15:22:29.682  2985  3615 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ TRACK_DEFAULT id=4640, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], android.os.BinderProxy@29c8033)
11-30 15:22:29.683  2985  5095 D NotificationListeners: binderDied
11-30 15:22:29.683  2985  5095 D NotificationListeners: Removing active service ComponentInfo{com.lbe.parallel.intl/com.lbe.parallel.ui.lockscreen.NotificationObserverService}
11-30 15:22:29.683  2985  3222 D ConnectivityService: releasing NetworkRequest [ LISTEN id=5242, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ] (release request)
11-30 15:22:29.683  2985  3222 D ConnectivityService: releasing NetworkRequest [ LISTEN id=4642, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ] (release request)
11-30 15:22:29.684  2985  3222 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=4640, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] (release request)
11-30 15:22:29.684  2985  3222 D ConnectivityService:  Removing from current network NetworkAgentInfo [WIFI () - 625], leaving 36 requests.
11-30 15:22:29.770  2985  3137 D MediaFocusControl: AudioFocus audio focus client died
11-30 15:22:29.770  2985  3827 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=4753, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@6244ff0)
11-30 15:22:29.771  2985  3222 D ConnectivityService: releasing NetworkRequest [ LISTEN id=4753, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ] (release request)
11-30 15:22:29.771  2985  3137 I MediaFocusControl: AudioFocus  removeFocusStackEntryOnDeath(): removing entry for android.os.BinderProxy@6b73fee
11-30 15:22:29.771  2985  5087 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=4752, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@1715969)
11-30 15:22:29.771  2985  3222 D ConnectivityService: releasing NetworkRequest [ LISTEN id=4752, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ] (release request)
11-30 15:22:29.857  2985  3002 E zygote  : Failed to kill process cgroup uid 10115 pid 7864 in 206ms, 1 processes remain
11-30 15:22:29.857  2985  3002 W zygote  : Failed to open process cgroup uid 99406 pid 20403: No such file or directory
11-30 15:22:29.857  2985  3002 E zygote  : Error encountered killing process cgroup uid 99406 pid 20403: No such file or directory
11-30 15:22:29.857  2985  3002 W zygote  : Failed to open process cgroup uid 99401 pid 18622: No such file or directory
11-30 15:22:29.857  2985  3002 E zygote  : Error encountered killing process cgroup uid 99401 pid 18622: No such file or directory
11-30 15:22:29.857  2985  3002 W zygote  : Failed to open process cgroup uid 99488 pid 8807: No such file or directory
11-30 15:22:29.857  2985  3002 E zygote  : Error encountered killing process cgroup uid 99488 pid 8807: No such file or directory
11-30 15:22:29.857  2985  3002 W zygote  : Failed to open process cgroup uid 99493 pid 17781: No such file or directory
11-30 15:22:29.857  2985  3002 E zygote  : Error encountered killing process cgroup uid 99493 pid 17781: No such file or directory
11-30 15:22:29.858  2985  3002 W zygote  : Failed to open process cgroup uid 99390 pid 16695: No such file or directory
11-30 15:22:29.858  2985  3002 E zygote  : Error encountered killing process cgroup uid 99390 pid 16695: No such file or directory
11-30 15:22:29.858  2985  3002 W zygote  : Failed to open process cgroup uid 99453 pid 29371: No such file or directory
11-30 15:22:29.858  2985  3002 E zygote  : Error encountered killing process cgroup uid 99453 pid 29371: No such file or directory
11-30 15:22:29.858  2985  3002 W zygote  : Failed to open process cgroup uid 99463 pid 5919: No such file or directory
11-30 15:22:29.858  2985  3002 E zygote  : Error encountered killing process cgroup uid 99463 pid 5919: No such file or directory
11-30 15:22:29.871  2985  5102 D InputTransport: Input channel destroyed: fd=394
11-30 15:22:29.871  3487  3487 D InputTransport: Input channel destroyed: fd=79
11-30 15:22:29.876  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:29.876  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:29.876  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:29.884  2985  5090 D InputTransport: Input channel destroyed: fd=426
11-30 15:22:29.884  3487  3487 D InputEventReceiver: channel 'ClientState{c9d4f3c uid 10115 pid 7864} (client)' ~ Disposing input event receiver.
11-30 15:22:29.884  3487  3487 D InputEventReceiver: channel 'ClientState{c9d4f3c uid 10115 pid 7864} (client)' ~NativeInputEventReceiver.
11-30 15:22:29.884  3487  3487 D InputTransport: Input channel destroyed: fd=82
11-30 15:22:30.063  2985  3002 E zygote  : Failed to kill process cgroup uid 10018 pid 16067 in 205ms, 1 processes remain
11-30 15:22:30.069  2985  3002 I zygote  : Successfully killed process cgroup uid 10227 pid 19185 in 5ms
11-30 15:22:30.275  2985  3002 E zygote  : Failed to kill process cgroup uid 11108 pid 21820 in 206ms, 1 processes remain
11-30 15:22:30.275  2985  3002 I zygote  : Successfully killed process cgroup uid 10227 pid 26886 in 0ms
11-30 15:22:30.275  2985  3002 W zygote  : Failed to open process cgroup uid 99460 pid 5550: No such file or directory
11-30 15:22:30.275  2985  3002 E zygote  : Error encountered killing process cgroup uid 99460 pid 5550: No such file or directory
11-30 15:22:30.275  2985  3002 W zygote  : Failed to open process cgroup uid 99408 pid 22319: No such file or directory
11-30 15:22:30.275  2985  3002 E zygote  : Error encountered killing process cgroup uid 99408 pid 22319: No such file or directory
11-30 15:22:30.276  2985  3002 W zygote  : Failed to open process cgroup uid 99428 pid 12431: No such file or directory
11-30 15:22:30.276  2985  3002 E zygote  : Error encountered killing process cgroup uid 99428 pid 12431: No such file or directory
11-30 15:22:30.276  2985  3002 W zygote  : Failed to open process cgroup uid 99403 pid 19594: No such file or directory
11-30 15:22:30.276  2985  3002 E zygote  : Error encountered killing process cgroup uid 99403 pid 19594: No such file or directory
11-30 15:22:30.276  2985  3002 W zygote  : Failed to open process cgroup uid 99497 pid 27235: No such file or directory
11-30 15:22:30.276  2985  3002 E zygote  : Error encountered killing process cgroup uid 99497 pid 27235: No such file or directory
11-30 15:22:30.384  2985  4272 I WindowManager: Destroying surface #5135d9f: Surface(name=) called by com.android.server.wm.WindowStateAnimator.destroySurface:2617 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:1026 com.android.server.wm.WindowState.removeImmediately:2618 com.android.server.wm.WindowState.removeIfPossible:2810 com.android.server.wm.WindowState.-wrap1:0 com.android.server.wm.WindowState$DeathRecipient.binderDied:3377 android.os.BinderProxy.sendDeathNotice:866 <bottom of call stack> 
11-30 15:22:30.388  2615  2676 I SurfaceFlinger: id=6714 Removed [16134]#0 (4/5)
11-30 15:22:30.388  2615  2676 I SurfaceFlinger: id=6714 Removed [16134]#0 (-2/5)
11-30 15:22:30.388  2615  2615 I Layer   : id=6714 onRemoved [16134]#0 
11-30 15:22:30.399  2985  4272 D InputTransport: Input channel destroyed: fd=385
11-30 15:22:30.408  2985  3613 I WindowManager: WIN DEATH: Window{6bd482 u0 net.cashpop.id/net.cashpop.id.activity.ScreenActivity}
11-30 15:22:30.415  2985  3613 D InputTransport: Input channel destroyed: fd=577
11-30 15:22:30.416  2985  5084 I WindowManager: WIN DEATH: Window{7c0fcc8 u0 net.cashpop.id}
11-30 15:22:30.416  2985  5084 W InputDispatcher: Attempted to unregister already unregistered input channel
11-30 15:22:30.417  2985  5084 D InputTransport: Input channel destroyed: fd=543
11-30 15:22:30.417  2985  3824 I WindowManager: WIN DEATH: Window{55732dc u0 com.android.chrome/com.google.android.apps.chrome.Main}
11-30 15:22:30.417  2985  3824 D TaskSnapshotCache: removeRunningEntry taskId=3031 RunningCache size=1
11-30 15:22:30.418  2985  3824 D InputTransport: Input channel destroyed: fd=435
11-30 15:22:30.453 10091 26771 W System.err: android.os.DeadObjectException
11-30 15:22:30.453 21258 21271 W System.err: android.os.DeadObjectException
11-30 15:22:30.474 21258 21271 W System.err: 	at android.os.BinderProxy.transactNative(Native Method)
11-30 15:22:30.474 10091 26771 W System.err: 	at android.os.BinderProxy.transactNative(Native Method)
11-30 15:22:30.474 10091 26771 W System.err: 	at android.os.BinderProxy.transact(Binder.java:786)
11-30 15:22:30.474 10091 26771 W System.err: 	at com.lbe.doubleagent.service.y$a$a.b(IDAActivityManager.java:2975)
11-30 15:22:30.474 21258 21271 W System.err: 	at android.os.BinderProxy.transact(Binder.java:786)
11-30 15:22:30.474 10091 26771 W System.err: 	at com.lbe.doubleagent.client.g.a(LocalActivityService.java:235)
11-30 15:22:30.474 21258 21271 W System.err: 	at com.lbe.doubleagent.service.y$a$a.b(IDAActivityManager.java:2975)
11-30 15:22:30.474 10091 26771 W System.err: 	at com.lbe.doubleagent.client.g$h.start(LocalActivityService.java:226)
11-30 15:22:30.474 21258 21271 W System.err: 	at com.lbe.doubleagent.client.g.a(LocalActivityService.java:235)
11-30 15:22:30.474 10091 26771 W System.err: 	at java.lang.Runtime.exit(Runtime.java:154)
11-30 15:22:30.474 21258 21271 W System.err: 	at com.lbe.doubleagent.client.g$h.start(LocalActivityService.java:226)
11-30 15:22:30.474 10091 26771 W System.err: 	at java.lang.System.exit(System.java:1484)
11-30 15:22:30.474 21258 21271 W System.err: 	at java.lang.Runtime.exit(Runtime.java:154)
11-30 15:22:30.474 10091 26771 W System.err: 	at com.lbe.doubleagent.client.b$a.binderDied(DAClient.java:47)
11-30 15:22:30.474 21258 21271 W System.err: 	at java.lang.System.exit(System.java:1484)
11-30 15:22:30.474 10091 26771 W System.err: 	at android.os.BinderProxy.sendDeathNotice(Binder.java:866)
11-30 15:22:30.474 21258 21271 W System.err: 	at com.lbe.doubleagent.client.b$a.binderDied(DAClient.java:47)
11-30 15:22:30.474 21258 21271 W System.err: 	at android.os.BinderProxy.sendDeathNotice(Binder.java:866)
11-30 15:22:30.474 10091 26771 W System.err: java.lang.Exception
11-30 15:22:30.474 21258 21271 W System.err: java.lang.Exception
11-30 15:22:30.474 10091 26771 W System.err: 	at com.lbe.doubleagent.client.g$h.start(LocalActivityService.java:227)
11-30 15:22:30.474 21258 21271 W System.err: 	at com.lbe.doubleagent.client.g$h.start(LocalActivityService.java:227)
11-30 15:22:30.474 10091 26771 W System.err: 	at java.lang.Runtime.exit(Runtime.java:154)
11-30 15:22:30.474 21258 21271 W System.err: 	at java.lang.Runtime.exit(Runtime.java:154)
11-30 15:22:30.474 10091 26771 W System.err: 	at java.lang.System.exit(System.java:1484)
11-30 15:22:30.474 21258 21271 W System.err: 	at java.lang.System.exit(System.java:1484)
11-30 15:22:30.474 10091 26771 W System.err: 	at com.lbe.doubleagent.client.b$a.binderDied(DAClient.java:47)
11-30 15:22:30.474 21258 21271 W System.err: 	at com.lbe.doubleagent.client.b$a.binderDied(DAClient.java:47)
11-30 15:22:30.474 10091 26771 W System.err: 	at android.os.BinderProxy.sendDeathNotice(Binder.java:866)
11-30 15:22:30.474 21258 21271 W System.err: 	at android.os.BinderProxy.sendDeathNotice(Binder.java:866)
11-30 15:22:30.475 10091 26771 I zygote  : System.exit called, status: 0
11-30 15:22:30.475 10091 26771 I AndroidRuntime: VM exiting with result code 0, cleanup skipped.
11-30 15:22:30.476 21258 21271 I zygote  : System.exit called, status: 0
11-30 15:22:30.476 21258 21271 I AndroidRuntime: VM exiting with result code 0, cleanup skipped.
11-30 15:22:30.477 12562 12774 I zygote  : System.exit called, status: 0
11-30 15:22:30.477 12562 12774 I AndroidRuntime: VM exiting with result code 0, cleanup skipped.
11-30 15:22:30.484  2985  5082 D NotificationListeners: binderDied
11-30 15:22:30.484  2985  3578 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ TRACK_DEFAULT id=4617, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], android.os.BinderProxy@194ec8f)
11-30 15:22:30.484  2985  5082 D NotificationListeners: Removing active service ComponentInfo{com.myd.android.nhistory2/com.myd.android.nhistory2.services.NotificationService}
11-30 15:22:30.484  2985  3613 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=4619, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ], android.os.BinderProxy@2167b1c)
11-30 15:22:30.484  2985  3222 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=4617, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] (release request)
11-30 15:22:30.485  2985  3222 D ConnectivityService:  Removing from current network NetworkAgentInfo [WIFI () - 625], leaving 33 requests.
11-30 15:22:30.485  2985  3222 D ConnectivityService: releasing NetworkRequest [ LISTEN id=4619, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ] (release request)
11-30 15:22:30.488 13010 13022 W System.err: android.os.DeadObjectException
11-30 15:22:30.489  5463 19965 W System.err: android.os.DeadObjectException
11-30 15:22:30.497 15069 15089 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.android.providers.contacts/shared_prefs/eventlog.xml: [<1: 0, <2: 5, <4: 389, <8: 671, <16: 865, <32: 609, <64: 218, <128: 84, <256: 30, <512: 23, <1024: 19, <2048: 13, <4096: 8, <8192: 5, <16384: 0, >=16384: 0]
11-30 15:22:30.530  2985  4271 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=5163, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@bd2325)
11-30 15:22:30.530  2985  3222 D ConnectivityService: releasing NetworkRequest [ LISTEN id=5163, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ] (release request)
11-30 15:22:30.615  2985  2996 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=4650, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@4db6cfa)
11-30 15:22:30.616  2985  3222 D ConnectivityService: releasing NetworkRequest [ LISTEN id=4650, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ] (release request)
11-30 15:22:30.616  2985  4272 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=4635, [ Capabilities: NOT_RESTRICTED] ], android.os.BinderProxy@ffdc2ab)
11-30 15:22:30.616  2985  3222 D ConnectivityService: releasing NetworkRequest [ LISTEN id=4635, [ Capabilities: NOT_RESTRICTED] ] (release request)
11-30 15:22:30.643  5463 19965 W System.err: 	at android.os.BinderProxy.transactNative(Native Method)
11-30 15:22:30.643  5463 19965 W System.err: 	at android.os.BinderProxy.transact(Binder.java:786)
11-30 15:22:30.643  5463 19965 W System.err: 	at com.lbe.doubleagent.service.y$a$a.b(IDAActivityManager.java:2975)
11-30 15:22:30.643  5463 19965 W System.err: 	at com.lbe.doubleagent.client.g.a(LocalActivityService.java:235)
11-30 15:22:30.643  5463 19965 W System.err: 	at com.lbe.doubleagent.client.g$h.start(LocalActivityService.java:226)
11-30 15:22:30.643  5463 19965 W System.err: 	at java.lang.Runtime.exit(Runtime.java:154)
11-30 15:22:30.643  5463 19965 W System.err: 	at java.lang.System.exit(System.java:1484)
11-30 15:22:30.643  5463 19965 W System.err: 	at com.lbe.doubleagent.client.b$a.binderDied(DAClient.java:47)
11-30 15:22:30.643  5463 19965 W System.err: 	at android.os.BinderProxy.sendDeathNotice(Binder.java:866)
11-30 15:22:30.643  5463 19965 W System.err: java.lang.Exception
11-30 15:22:30.643  5463 19965 W System.err: 	at com.lbe.doubleagent.client.g$h.start(LocalActivityService.java:227)
11-30 15:22:30.643  5463 19965 W System.err: 	at java.lang.Runtime.exit(Runtime.java:154)
11-30 15:22:30.643  5463 19965 W System.err: 	at java.lang.System.exit(System.java:1484)
11-30 15:22:30.643  5463 19965 W System.err: 	at com.lbe.doubleagent.client.b$a.binderDied(DAClient.java:47)
11-30 15:22:30.643  5463 19965 W System.err: 	at android.os.BinderProxy.sendDeathNotice(Binder.java:866)
11-30 15:22:30.644  5463 19965 I zygote  : System.exit called, status: 0
11-30 15:22:30.644  5463 19965 I AndroidRuntime: VM exiting with result code 0, cleanup skipped.
11-30 15:22:30.669  2985  4272 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ TRACK_DEFAULT id=4958, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], android.os.BinderProxy@b9e2d08)
11-30 15:22:30.669  2985  3577 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ TRACK_DEFAULT id=4961, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], android.os.BinderProxy@41cca1)
11-30 15:22:30.669  2985  3222 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=4958, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] (release request)
11-30 15:22:30.669  2985  4489 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=4969, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED] ], android.os.BinderProxy@de35ec6)
11-30 15:22:30.670  2985  3222 D ConnectivityService:  Removing from current network NetworkAgentInfo [WIFI () - 625], leaving 28 requests.
11-30 15:22:30.670  2985  3222 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=4961, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] (release request)
11-30 15:22:30.671  2985  3222 D ConnectivityService:  Removing from current network NetworkAgentInfo [WIFI () - 625], leaving 27 requests.
11-30 15:22:30.671  2985  3222 D ConnectivityService: releasing NetworkRequest [ LISTEN id=4969, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED] ] (release request)
11-30 15:22:30.728  2985  5087 D GnssStatusListenerHelper: Remote Listener died: android.location.IGnssStatusListener$Stub$Proxy@26d11b4
11-30 15:22:30.728  2985  5095 D GnssStatusListenerHelper: Remote Listener died: android.location.IGnssStatusListener$Stub$Proxy@3d3de87
11-30 15:22:30.728  2985  3613 D LocationManagerService: Location listener died at com.parallel.space.lite
11-30 15:22:30.728  2985  3613 I LocationManagerService: remove b33c5f
11-30 15:22:30.728  2985  3613 I LocationManagerService: removeUpdates, receiver.requestedID = b33c5f, receiver.mIdentity.mPid = 21258, receiver.mIdentity.mUid = 10227
11-30 15:22:30.728  2985  2996 D LocationManagerService: Location listener died at com.parallel.space.lite
11-30 15:22:30.729 13010 13022 W System.err: 	at android.os.BinderProxy.transactNative(Native Method)
11-30 15:22:30.729 13010 13022 W System.err: 	at android.os.BinderProxy.transact(Binder.java:786)
11-30 15:22:30.729 13010 13022 W System.err: 	at com.lbe.doubleagent.service.y$a$a.b(IDAActivityManager.java:2975)
11-30 15:22:30.729 13010 13022 W System.err: 	at com.lbe.doubleagent.client.g.a(LocalActivityService.java:235)
11-30 15:22:30.729 13010 13022 W System.err: 	at com.lbe.doubleagent.client.g$h.start(LocalActivityService.java:226)
11-30 15:22:30.729 13010 13022 W System.err: 	at java.lang.Runtime.exit(Runtime.java:154)
11-30 15:22:30.729 13010 13022 W System.err: 	at java.lang.System.exit(System.java:1484)
11-30 15:22:30.729 13010 13022 W System.err: 	at com.lbe.doubleagent.client.b$a.binderDied(DAClient.java:47)
11-30 15:22:30.729 13010 13022 W System.err: 	at android.os.BinderProxy.sendDeathNotice(Binder.java:866)
11-30 15:22:30.729 12569 28687 I zygote  : System.exit called, status: 0
11-30 15:22:30.730 12569 28687 I AndroidRuntime: VM exiting with result code 0, cleanup skipped.
11-30 15:22:30.731 13010 13022 W System.err: java.lang.Exception
11-30 15:22:30.731 13010 13022 W System.err: 	at com.lbe.doubleagent.client.g$h.start(LocalActivityService.java:227)
11-30 15:22:30.731 13010 13022 W System.err: 	at java.lang.Runtime.exit(Runtime.java:154)
11-30 15:22:30.731 13010 13022 W System.err: 	at java.lang.System.exit(System.java:1484)
11-30 15:22:30.731 13010 13022 W System.err: 	at com.lbe.doubleagent.client.b$a.binderDied(DAClient.java:47)
11-30 15:22:30.731 13010 13022 W System.err: 	at android.os.BinderProxy.sendDeathNotice(Binder.java:866)
11-30 15:22:30.830  3670  3725 D ListenerMonitor_FLP: removeListener, packageName : com.parallel.space.lite , listener count : 1
11-30 15:22:30.869 13010 13022 I zygote  : System.exit called, status: 0
11-30 15:22:30.869 13010 13022 I AndroidRuntime: VM exiting with result code 0, cleanup skipped.
11-30 15:22:30.876  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:30.876  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:30.876  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:30.910  2985  4489 D LocationManagerService: Location listener died at com.lbe.parallel.intl
11-30 15:22:30.910  2985  5095 D LocationManagerService: Location listener died at com.lbe.parallel.intl
11-30 15:22:30.910  2985  5091 D GnssStatusListenerHelper: Remote Listener died: android.location.IGnssStatusListener$Stub$Proxy@90d91dd
11-30 15:22:30.911  2985  5082 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=4794, [ Capabilities: NOT_RESTRICTED] ], android.os.BinderProxy@c05dc23)
11-30 15:22:30.911  2985  3578 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=4825, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@b26a152)
11-30 15:22:30.911  2985  3222 D ConnectivityService: releasing NetworkRequest [ LISTEN id=4794, [ Capabilities: NOT_RESTRICTED] ] (release request)
11-30 15:22:30.911  2985  3577 D GnssStatusListenerHelper: Remote Listener died: android.location.IGnssStatusListener$Stub$Proxy@da39520
11-30 15:22:30.911  2985  3222 D ConnectivityService: releasing NetworkRequest [ LISTEN id=4825, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ] (release request)
11-30 15:22:30.929  2985  5091 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ TRACK_DEFAULT id=4960, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], android.os.BinderProxy@cd66ed9)
11-30 15:22:30.929  2985  3578 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ TRACK_DEFAULT id=4959, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], android.os.BinderProxy@1e9809e)
11-30 15:22:30.929  2985  4271 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=4970, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED] ], android.os.BinderProxy@dd0177f)
11-30 15:22:30.929  2985  3222 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=4960, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] (release request)
11-30 15:22:30.930  2985  3222 D ConnectivityService:  Removing from current network NetworkAgentInfo [WIFI () - 625], leaving 23 requests.
11-30 15:22:30.930  2985  3222 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=4959, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] (release request)
11-30 15:22:30.931  2985  3222 D ConnectivityService:  Removing from current network NetworkAgentInfo [WIFI () - 625], leaving 22 requests.
11-30 15:22:30.931  2985  3222 D ConnectivityService: releasing NetworkRequest [ LISTEN id=4970, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED] ] (release request)
11-30 15:22:31.876  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:31.876  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:31.876  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:32.876  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:32.876  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:32.876  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:32.882  2985  3019 D PackageSettings: disable cmp: com.samsung.knox.securefolder.switcher.SwitchSfActivityin pkg: com.samsung.knox.securefolder, userId: 150
11-30 15:22:32.883  2985  3019 D PackageSettings: disable cmp: com.samsung.knox.securefolder.switcher.SecureFolderShortcutActivityin pkg: com.samsung.knox.securefolder, userId: 150
11-30 15:22:32.883  2985  3019 D PackageSettings: disable cmp: com.samsung.knox.securefolder.util.logging.WorkerServicein pkg: com.samsung.knox.securefolder, userId: 150
11-30 15:22:32.883  2985  3019 D PackageSettings: disable cmp: com.samsung.knox.securefolder.setupwizard.InstallationReminderin pkg: com.samsung.knox.securefolder, userId: 150
11-30 15:22:32.936  2985  3019 D PackageSettings: disable cmp: com.android.settings.Settings$WifiApSettingsActivityin pkg: com.android.settings, userId: 150
11-30 15:22:32.995  2985  3019 D AASAinstall: there is not AASApackages.xml file
11-30 15:22:32.997  2985  3019 W PackageManager: Privileged permission android.permission.READ_SEARCH_INDEXABLES for package com.samsung.android.themestore - not in privapp-permissions whitelist
11-30 15:22:32.998  2985  3019 W PackageManager: Privileged permission android.permission.MANAGE_SOUND_TRIGGER for package com.google.android.googlequicksearchbox - not in privapp-permissions whitelist
11-30 15:22:32.998  2985  3019 W PackageManager: Privileged permission android.permission.MANAGE_USB for package com.google.android.googlequicksearchbox - not in privapp-permissions whitelist
11-30 15:22:32.998  2985  3019 W PackageManager: Privileged permission android.permission.CONTROL_INCALL_EXPERIENCE for package com.google.android.googlequicksearchbox - not in privapp-permissions whitelist
11-30 15:22:32.998  2985  3019 W PackageManager: Privileged permission android.permission.WRITE_APN_SETTINGS for package com.google.android.googlequicksearchbox - not in privapp-permissions whitelist
11-30 15:22:33.000  2985  3019 W PackageManager: Privileged permission com.samsung.container.LAUNCH_INFO for package com.samsung.android.knox.containercore - not in privapp-permissions whitelist
11-30 15:22:33.005  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.samsung.android.email.provider :: false
11-30 15:22:33.005  2985  3019 W PackageManager: Privileged permission android.permission.READ_LOGS for package com.samsung.android.email.provider - not in privapp-permissions whitelist
11-30 15:22:33.006  2985  3019 W PackageManager: Privileged permission android.permission.READ_SEARCH_INDEXABLES for package com.sec.android.app.samsungapps - not in privapp-permissions whitelist
11-30 15:22:33.006  2985  3019 W PackageManager: Privileged permission android.permission.GET_ACCOUNTS_PRIVILEGED for package com.sec.android.app.samsungapps - not in privapp-permissions whitelist
11-30 15:22:33.006  2985  3019 W PackageManager: Privileged permission android.permission.READ_PRIVILEGED_PHONE_STATE for package com.sec.android.app.samsungapps - not in privapp-permissions whitelist
11-30 15:22:33.008  2985  3019 W PackageManager: Privileged permission android.permission.READ_PRIVILEGED_PHONE_STATE for package com.android.vending - not in privapp-permissions whitelist
11-30 15:22:33.008  2985  3019 D PackageManager: [VERIFY] getSamsungRequiredVerifier: 1 verifiers
11-30 15:22:33.008  2985  3019 D PackageManager: [VERIFY]     com.samsung.android.sm.devicesecurity(5012)
11-30 15:22:33.008  2985  3019 D PackageManager: [VERIFY] getRequiredButNotReallyRequiredVerifierLPr: 2 verifiers
11-30 15:22:33.008  2985  3019 D PackageManager: [VERIFY]     com.android.vending(10040)
11-30 15:22:33.008  2985  3019 D PackageManager: [VERIFY]     com.samsung.android.sm.devicesecurity(5012)
11-30 15:22:33.009  2985  3019 D PackageManager: [VERIFY] getSamsungRequiredVerifier: 1 verifiers
11-30 15:22:33.009  2985  3019 D PackageManager: [VERIFY]     com.samsung.android.sm.devicesecurity(5012)
11-30 15:22:33.009  2985  3019 D PackageManager: [VERIFY] getRequiredButNotReallyRequiredVerifierLPr: 2 verifiers
11-30 15:22:33.009  2985  3019 D PackageManager: [VERIFY]     com.android.vending(10040)
11-30 15:22:33.009  2985  3019 D PackageManager: [VERIFY]     com.samsung.android.sm.devicesecurity(5012)
11-30 15:22:33.009  2985  3019 D PackageManager: [VERIFY] getSamsungRequiredVerifier: 1 verifiers
11-30 15:22:33.009  2985  3019 D PackageManager: [VERIFY]     com.samsung.android.sm.devicesecurity(5012)
11-30 15:22:33.009  2985  3019 D PackageManager: [VERIFY] getRequiredButNotReallyRequiredVerifierLPr: 2 verifiers
11-30 15:22:33.009  2985  3019 D PackageManager: [VERIFY]     com.android.vending(10040)
11-30 15:22:33.009  2985  3019 D PackageManager: [VERIFY]     com.samsung.android.sm.devicesecurity(5012)
11-30 15:22:33.009  2985  3019 D PackageManager: [VERIFY] getSamsungRequiredVerifier: 1 verifiers
11-30 15:22:33.009  2985  3019 D PackageManager: [VERIFY]     com.samsung.android.sm.devicesecurity(5012)
11-30 15:22:33.010  2985  3019 D PackageManager: [VERIFY] getRequiredButNotReallyRequiredVerifierLPr: 2 verifiers
11-30 15:22:33.010  2985  3019 D PackageManager: [VERIFY]     com.android.vending(10040)
11-30 15:22:33.010  2985  3019 D PackageManager: [VERIFY]     com.samsung.android.sm.devicesecurity(5012)
11-30 15:22:33.010  2985  3019 D PackageManager: [VERIFY] getSamsungRequiredVerifier: 1 verifiers
11-30 15:22:33.010  2985  3019 D PackageManager: [VERIFY]     com.samsung.android.sm.devicesecurity(5012)
11-30 15:22:33.010  2985  3019 D PackageManager: [VERIFY] getRequiredButNotReallyRequiredVerifierLPr: 2 verifiers
11-30 15:22:33.010  2985  3019 D PackageManager: [VERIFY]     com.android.vending(10040)
11-30 15:22:33.010  2985  3019 D PackageManager: [VERIFY]     com.samsung.android.sm.devicesecurity(5012)
11-30 15:22:33.010  2985  3019 W PackageManager: Privileged permission android.permission.SUBSTITUTE_NOTIFICATION_APP_NAME for package com.android.vending - not in privapp-permissions whitelist
11-30 15:22:33.010  2985  3019 W PackageManager: Privileged permission android.permission.REBOOT for package com.android.vending - not in privapp-permissions whitelist
11-30 15:22:33.010  2985  3019 W PackageManager: Privileged permission android.permission.CHANGE_OVERLAY_PACKAGES for package com.android.vending - not in privapp-permissions whitelist
11-30 15:22:33.014  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.samsung.android.messaging :: true
11-30 15:22:33.016  2985  3019 W PackageManager: Privileged permission com.vzw.qualitydatalog.permission.LOG_EVENT for package com.sec.imsservice - not in privapp-permissions whitelist
11-30 15:22:33.016  2985  3019 W PackageManager: Privileged permission com.samsung.android.bio.face.permission.USE_FACE for package com.samsung.android.mobileservice - not in privapp-permissions whitelist
11-30 15:22:33.016  2985  3019 W PackageManager: Privileged permission android.permission.MANAGE_ACTIVITY_STACKS for package com.samsung.android.mobileservice - not in privapp-permissions whitelist
11-30 15:22:33.017  2985  3019 W PackageManager: Privileged permission com.samsung.android.security.permission.SAMSUNG_KEYSTORE_PERMISSION for package com.samsung.android.mobileservice - not in privapp-permissions whitelist
11-30 15:22:33.017  2985  3019 W PackageManager: Privileged permission com.samsung.container.LAUNCH_INFO for package com.samsung.knox.securefolder - not in privapp-permissions whitelist
11-30 15:22:33.021  2985  3019 W PackageManager: Privileged permission android.permission.ALLOCATE_AGGRESSIVE for package com.google.android.gms - not in privapp-permissions whitelist
11-30 15:22:33.022  2985  3019 W PackageManager: Privileged permission android.permission.MODIFY_DAY_NIGHT_MODE for package com.google.android.gms - not in privapp-permissions whitelist
11-30 15:22:33.023  2985  3019 W PackageManager: Privileged permission android.permission.PACKAGE_USAGE_STATS for package com.sec.spp.push - not in privapp-permissions whitelist
11-30 15:22:33.023  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.sec.android.app.myfiles :: true
11-30 15:22:33.023  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.samsung.android.allshare.service.fileshare :: true
11-30 15:22:33.024  2985  3019 W PackageManager: Privileged permission android.permission.STATUS_BAR for package com.samsung.android.authfw - not in privapp-permissions whitelist
11-30 15:22:33.024  2985  3019 W PackageManager: Privileged permission android.permission.REAL_GET_TASKS for package com.samsung.android.authfw - not in privapp-permissions whitelist
11-30 15:22:33.024  2985  3019 W PackageManager: Privileged permission android.permission.MANAGE_USERS for package com.samsung.android.authfw - not in privapp-permissions whitelist
11-30 15:22:33.025  2985  3019 W PackageManager: Privileged permission android.permission.MANAGE_ACTIVITY_STACKS for package com.samsung.android.authfw - not in privapp-permissions whitelist
11-30 15:22:33.025  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.sec.android.app.sbrowser :: false
11-30 15:22:33.027  2985  3019 W PackageManager: Privileged permission android.permission.READ_PRIVILEGED_PHONE_STATE for package com.samsung.android.fmm - not in privapp-permissions whitelist
11-30 15:22:33.027  2985  3019 W PackageManager: Privileged permission com.samsung.android.security.permission.SAMSUNG_KEYSTORE_PERMISSION for package com.samsung.android.fmm - not in privapp-permissions whitelist
11-30 15:22:33.027  2985  3019 W PackageManager: Privileged permission android.permission.READ_SEARCH_INDEXABLES for package com.samsung.android.fmm - not in privapp-permissions whitelist
11-30 15:22:33.028  2985  3019 W PackageManager: Privileged permission android.permission.GET_ACCOUNTS_PRIVILEGED for package com.samsung.android.voc - not in privapp-permissions whitelist
11-30 15:22:33.028  2985  3019 W PackageManager: Privileged permission com.samsung.android.provider.indexing.permission.ACCESS_PROVIDER for package com.samsung.android.voc - not in privapp-permissions whitelist
11-30 15:22:33.028  2985  3019 W PackageManager: Privileged permission com.samsung.android.permission.SSRM_NOTIFICATION_PERMISSION for package com.samsung.android.voc - not in privapp-permissions whitelist
11-30 15:22:33.028  2985  3019 W PackageManager: Privileged permission android.permission.WRITE_APN_SETTINGS for package com.samsung.android.voc - not in privapp-permissions whitelist
11-30 15:22:33.028  2985  3019 W PackageManager: Privileged permission com.samsung.permission.BARCODE_READ for package com.samsung.android.voc - not in privapp-permissions whitelist
11-30 15:22:33.028  2985  3019 W PackageManager: Privileged permission com.samsung.android.bio.face.permission.USE_FACE for package com.samsung.android.voc - not in privapp-permissions whitelist
11-30 15:22:33.029  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.samsung.android.scloud :: false
11-30 15:22:33.030  2985  3019 W PackageManager: Privileged permission android.permission.LOCAL_MAC_ADDRESS for package com.samsung.android.scloud - not in privapp-permissions whitelist
11-30 15:22:33.030  2985  3019 W PackageManager: Privileged permission com.vzw.qualitydatalog.permission.LOG_EVENT for package com.android.settings - not in privapp-permissions whitelist
11-30 15:22:33.037  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.android.bluetooth :: true
11-30 15:22:33.038  2985  3019 W PackageManager: Privileged permission com.samsung.android.permission.MANAGE_CUSTOM_STARTING_WINDOW for package com.samsung.android.contacts - not in privapp-permissions whitelist
11-30 15:22:33.038  2985  3019 D PackageManager: REQUEST_INSTALL_PACKAGES from the list: com.android.captiveportallogin :: true
11-30 15:22:33.039  2985  3019 D EnterpriseDeviceManagerService: updateAdminPermissions
11-30 15:22:33.505  2985  3019 D PackageSettings: disable cmp: com.samsung.knox.securefolder.switcher.SwitchSfActivityin pkg: com.samsung.knox.securefolder, userId: 150
11-30 15:22:33.505  2985  3019 D PackageSettings: disable cmp: com.samsung.knox.securefolder.switcher.SecureFolderShortcutActivityin pkg: com.samsung.knox.securefolder, userId: 150
11-30 15:22:33.505  2985  3019 D PackageSettings: disable cmp: com.samsung.knox.securefolder.util.logging.WorkerServicein pkg: com.samsung.knox.securefolder, userId: 150
11-30 15:22:33.505  2985  3019 D PackageSettings: disable cmp: com.samsung.knox.securefolder.setupwizard.InstallationReminderin pkg: com.samsung.knox.securefolder, userId: 150
11-30 15:22:33.576  2985  3019 D PackageSettings: disable cmp: com.android.settings.Settings$WifiApSettingsActivityin pkg: com.android.settings, userId: 150
11-30 15:22:33.640  2985  3019 I PackageManager: enforceEDMPermissionLI
11-30 15:22:33.641  2985  3019 I PackageManager: Trying to enforce permission for system app. Just ignoring
11-30 15:22:33.641  3670  3725 E RequestManager_FLP: [LocationManagerService] Location remove b33c5f from com.parallel.space.lite
11-30 15:22:33.642  2985  3613 D LocationManagerService: provider request: passive ProviderRequest[ON interval=0]
11-30 15:22:33.642  2705  3146 I SELinux : SELinux: seapp_context_lookup: seinfo=chrome, level=s0:c512,c768, pkgname=com.android.chrome 
11-30 15:22:33.642  2985  2996 I LocationManagerService: remove 4270712
11-30 15:22:33.642  2985  2996 I LocationManagerService: removeUpdates, receiver.requestedID = 4270712, receiver.mIdentity.mPid = 21258, receiver.mIdentity.mUid = 10227
11-30 15:22:33.643  2705  3146 I SELinux : SELinux: seapp_context_lookup: seinfo=chrome, level=s0:c512,c768, pkgname=com.android.chrome 
11-30 15:22:33.643  2985  2996 D LocationManagerService: provider request: passive ProviderRequest[ON interval=0]
11-30 15:22:33.643  2985  4489 I LocationManagerService: remove 108297e
11-30 15:22:33.643  2985  4489 I LocationManagerService: removeUpdates, receiver.requestedID = 108297e, receiver.mIdentity.mPid = 13010, receiver.mIdentity.mUid = 11108
11-30 15:22:33.644  2705  3146 I SELinux : SELinux: seapp_context_lookup: seinfo=chrome, level=s0:c512,c768, pkgname=com.android.chrome 
11-30 15:22:33.644  2985  4489 D LocationManagerService: provider request: passive ProviderRequest[ON interval=0]
11-30 15:22:33.645  2985  5095 I LocationManagerService: remove cb3c7c0
11-30 15:22:33.645  2985  5095 I LocationManagerService: removeUpdates, receiver.requestedID = cb3c7c0, receiver.mIdentity.mPid = 13010, receiver.mIdentity.mUid = 11108
11-30 15:22:33.645  2985  5095 D LocationManagerService: provider request: passive ProviderRequest[ON interval=0]
11-30 15:22:33.646  2705  3146 I SELinux : SELinux: seapp_context_lookup: seinfo=chrome, level=s0:c512,c768, pkgname=com.android.chrome 
11-30 15:22:33.647  2705  3146 I chatty  : uid=0(root) Binder:2705_6 identical 1 line
11-30 15:22:33.647  2705  3146 I SELinux : SELinux: seapp_context_lookup: seinfo=chrome, level=s0:c512,c768, pkgname=com.android.chrome 
11-30 15:22:33.649  3670  3725 D ListenerMonitor_FLP: removeListener, packageName : com.parallel.space.lite , listener count : 0
11-30 15:22:33.650  3670  3725 E RequestManager_FLP: [LocationManagerService] Location remove 4270712 from com.parallel.space.lite
11-30 15:22:33.650  3670  3725 D ListenerMonitor_FLP: removeListener, packageName : com.lbe.parallel.intl , listener count : 1
11-30 15:22:33.651  2705  3146 I SELinux : SELinux: seapp_context_lookup: seinfo=chrome, level=s0:c662,c768, pkgname=com.android.chrome 
11-30 15:22:33.651  2985  3000 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:33.651  3670  3725 E RequestManager_FLP: [LocationManagerService] Location remove 108297e from com.lbe.parallel.intl
11-30 15:22:33.651  2985  3000 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:33.651  3670  3725 D ListenerMonitor_FLP: removeListener, packageName : com.lbe.parallel.intl , listener count : 0
11-30 15:22:33.651  2985  3000 D StorageManagerService: getExternalStorageMountMode : final mountMode=3, uid : 10237, packageName : net.cashpop.id
11-30 15:22:33.651  2705  3146 I SELinux : SELinux: seapp_context_lookup: seinfo=chrome, level=s0:c662,c768, pkgname=com.android.chrome 
11-30 15:22:33.651  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:net.cashpop.id user:0
11-30 15:22:33.652  3670  3725 E RequestManager_FLP: [LocationManagerService] Location remove cb3c7c0 from com.lbe.parallel.intl
11-30 15:22:33.652  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:33.652  2985  3000 D ActivityManager: package  net.cashpop.id, user - 0 is SDcard whitelisted
11-30 15:22:33.652  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:net.cashpop.id user:0
11-30 15:22:33.652  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:33.652  2705  3146 I SELinux : SELinux: seapp_context_lookup: seinfo=chrome, level=s0:c662,c768, pkgname=com.android.chrome 
11-30 15:22:33.654  2705  3146 I chatty  : uid=0(root) Binder:2705_6 identical 2 lines
11-30 15:22:33.655  2705  3146 I SELinux : SELinux: seapp_context_lookup: seinfo=chrome, level=s0:c662,c768, pkgname=com.android.chrome 
11-30 15:22:33.661  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:22:33.661  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:22:33.661  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:22:33.662  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:22:33.665  2705  3146 I installed: secure_storage_pm pid = 28713
11-30 15:22:33.668 28712 28712 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:22:33.672  2985  3000 I ActivityManager: Start proc 28712:net.cashpop.id/u0a237 for activity net.cashpop.id/.activity.ScreenActivity
11-30 15:22:33.677 28712 28712 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:33.678 28712 28712 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=net.cashpop.id 
11-30 15:22:33.683  2985  3070 W Choreographer: Frame time is 12.87827 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:22:33.695  2985  2985 D AccessibilityManagerService: checkUniversalSwitchState start:
11-30 15:22:33.696  3510  3680 D vol.MediaSessions: updateRemoteControllerH null
11-30 15:22:33.696  2985  2985 D AccessibilityManagerService: checkUniversalSwitchState universalSwitchEnabled:false
11-30 15:22:33.696  2985  2985 D AccessibilityManagerService: updateInputFilter universalSwitchState:false
11-30 15:22:33.696  2985  2985 D AccessibilityManagerService: updateInputFilter userState.mIsUniversalSwitchEnabled:false
11-30 15:22:33.697  3510  3680 D vol.MediaSessions: onActiveSessionsUpdatedH n=0
11-30 15:22:33.697  3510  3680 D vol.MediaSessions: onActiveSessionsUpdatedH n=0
11-30 15:22:33.703  2985  2985 W NotificationListeners: onServiceDisconnected : ComponentInfo{com.parallel.space.lite/com.lbe.parallel.ui.lockscreen.NotificationObserverService} DIED (ping)
11-30 15:22:33.703  2985  2985 V NotificationListeners: notification listener connection lost: ComponentInfo{com.parallel.space.lite/com.lbe.parallel.ui.lockscreen.NotificationObserverService}
11-30 15:22:33.703  2985  2985 W NotificationListeners: onServiceDisconnected : ComponentInfo{com.lbe.parallel.intl/com.lbe.parallel.ui.lockscreen.NotificationObserverService} DIED (ping)
11-30 15:22:33.703  2985  2985 V NotificationListeners: notification listener connection lost: ComponentInfo{com.lbe.parallel.intl/com.lbe.parallel.ui.lockscreen.NotificationObserverService}
11-30 15:22:33.703  2985  2985 W NotificationListeners: onServiceDisconnected : ComponentInfo{com.myd.android.nhistory2/com.myd.android.nhistory2.services.NotificationService} DIED (ping)
11-30 15:22:33.704  2985  2985 V NotificationListeners: notification listener connection lost: ComponentInfo{com.myd.android.nhistory2/com.myd.android.nhistory2.services.NotificationService}
11-30 15:22:33.705  2985  7619 D SSRM:aU : SIOP:: AP:430(408,0) BAT:320(320,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:22:33.710  2985  2985 D PreBindingService: handleMessage : 1
11-30 15:22:33.723  2985  3003 D KernelUidCpuTimeReader: Removing uids 99408-99408
11-30 15:22:33.731  2985  5094 W ActivityManager: Stopping service due to app idle: u0a237 -31m37s871ms net.cashpop.id/.service.CashPopRunningNewService
11-30 15:22:33.740  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10237 ,Container id: 0
11-30 15:22:33.740  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10237 ,Container id: 0
11-30 15:22:33.741  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:33.747  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10237 ,Container id: 0
11-30 15:22:33.747  2985  2996 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10237 ,Container id: 0
11-30 15:22:33.747  2985  2996 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:33.752  2985  3003 D KernelUidCpuTimeReader: Removing uids 99497-99497
11-30 15:22:33.752 28712 28712 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:33.765  2985  3003 D KernelUidCpuTimeReader: Removing uids 99493-99493
11-30 15:22:33.777  2985  3003 D KernelUidCpuTimeReader: Removing uids 99488-99488
11-30 15:22:33.790  2985  3003 D KernelUidCpuTimeReader: Removing uids 99403-99403
11-30 15:22:33.791 28713 28713 I         : SS_ART_lib [I]: permission is absent: /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/base.apk
11-30 15:22:33.792 28713 28713 I         : SS_ART_lib [I]: access to SS denied
11-30 15:22:33.797  2705  3146 E         : Secure Storage PM failed!
11-30 15:22:33.800  2985  3019 W PackageManager: Can't run secure_storage_pm!
11-30 15:22:33.803  2985  3003 D KernelUidCpuTimeReader: Removing uids 99428-99428
11-30 15:22:33.815  2985  3003 D KernelUidCpuTimeReader: Removing uids 99390-99390
11-30 15:22:33.827  2985  3003 D KernelUidCpuTimeReader: Removing uids 99460-99460
11-30 15:22:33.839  2985  3003 D KernelUidCpuTimeReader: Removing uids 99401-99401
11-30 15:22:33.851  2985  3003 D KernelUidCpuTimeReader: Removing uids 99453-99453
11-30 15:22:33.861  2985  3009 W ActivityManager: setHasOverlayUi called on unknown pid: 16134
11-30 15:22:33.861  2985  3009 W ActivityManager: setHasOverlayUi called on unknown pid: 8707
11-30 15:22:33.863  2985  3003 D KernelUidCpuTimeReader: Removing uids 99463-99463
11-30 15:22:33.870  2985  5102 W ActivityManager: Exception when destroying service com.lbe.parallel.intl/com.lbe.doubleagent.client.proxy.ServiceProxy$P0
11-30 15:22:33.870  2985  5102 W ActivityManager: android.os.DeadObjectException
11-30 15:22:33.870  2985  5102 W ActivityManager: 	at android.os.BinderProxy.transactNative(Native Method)
11-30 15:22:33.870  2985  5102 W ActivityManager: 	at android.os.BinderProxy.transact(Binder.java:786)
11-30 15:22:33.870  2985  5102 W ActivityManager: 	at android.app.IApplicationThread$Stub$Proxy.scheduleStopService(IApplicationThread.java:1389)
11-30 15:22:33.870  2985  5102 W ActivityManager: 	at com.android.server.am.ActiveServices.bringDownServiceLocked(ActiveServices.java:2854)
11-30 15:22:33.870  2985  5102 W ActivityManager: 	at com.android.server.am.ActiveServices.bringDownServiceIfNeededLocked(ActiveServices.java:2722)
11-30 15:22:33.870  2985  5102 W ActivityManager: 	at com.android.server.am.ActiveServices.stopServiceTokenLocked(ActiveServices.java:839)
11-30 15:22:33.870  2985  5102 W ActivityManager: 	at com.android.server.am.ActivityManagerService.stopServiceToken(ActivityManagerService.java:23427)
11-30 15:22:33.870  2985  5102 W ActivityManager: 	at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:759)
11-30 15:22:33.870  2985  5102 W ActivityManager: 	at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:4038)
11-30 15:22:33.870  2985  5102 W ActivityManager: 	at android.os.Binder.execTransact(Binder.java:705)
11-30 15:22:33.870  2985  3827 I ActivityManager: Process com.parallel.space.lite:P0 (pid 10091) has died: svc  SVC (514,431)
11-30 15:22:33.870  2985  3002 I zygote  : Successfully killed process cgroup uid 10227 pid 10091 in 0ms
11-30 15:22:33.872  2985  3827 W ActivityManager: Scheduling restart of crashed service com.parallel.space.lite/com.lbe.doubleagent.client.proxy.ServiceProxy$P0 in 3936346ms
11-30 15:22:33.876  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:33.876  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:33.876  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:33.878  2614  2614 E lowmemorykiller: Error opening /proc/13010/oom_score_adj; errno=2
11-30 15:22:33.883  2985  5084 I ActivityManager: Process com.parallel.space.lite:P1 (pid 21258) has died: svc  SVC (514,431)
11-30 15:22:33.883  2985  3002 I zygote  : Successfully killed process cgroup uid 10227 pid 21258 in 0ms
11-30 15:22:33.885  2985  5084 W ActivityManager: Scheduling restart of crashed service com.parallel.space.lite/com.lbe.doubleagent.client.proxy.ServiceProxy$P1 in 75283128ms
11-30 15:22:33.899  2985  3824 I ActivityManager: Process com.parallel.space.lite:P3 (pid 12562) has died: fore SVC (514,431)
11-30 15:22:33.899  2985  3002 I zygote  : Successfully killed process cgroup uid 10227 pid 12562 in 0ms
11-30 15:22:33.899  2985  3824 W ActivityManager: Scheduling restart of crashed service com.parallel.space.lite/com.lbe.doubleagent.client.proxy.ServiceProxy$P3 in 7665376ms
11-30 15:22:33.910  2985  3137 I ActivityManager: Process com.lbe.parallel.intl:P2 (pid 5463) has died: svcb SVC (513,431)
11-30 15:22:33.910  2985  3002 I zygote  : Successfully killed process cgroup uid 11108 pid 5463 in 0ms
11-30 15:22:33.911  2985  3137 W ActivityManager: Scheduling restart of crashed service com.lbe.parallel.intl/com.lbe.doubleagent.client.proxy.ServiceProxy$P2 in 3576214ms
11-30 15:22:33.921  2985  2995 I ActivityManager: Process com.lbe.parallel.intl:P1 (pid 13010) has died: svc  SVC (512,431)
11-30 15:22:33.921  2985  3002 I zygote  : Successfully killed process cgroup uid 11108 pid 13010 in 0ms
11-30 15:22:33.924  2985  2995 W ActivityManager: Scheduling restart of crashed service com.lbe.parallel.intl/com.lbe.doubleagent.client.proxy.ServiceProxy$P1 in 19167086ms
11-30 15:22:33.977  2985  5082 I ActivityManager: Process com.lbe.parallel.intl:P0 (pid 12569) has died: fore SVC (535,431)
11-30 15:22:33.977  2985  3002 I zygote  : Successfully killed process cgroup uid 11108 pid 12569 in 0ms
11-30 15:22:33.984  2985  2994 I zygote  : Background concurrent copying GC freed 519398(24MB) AllocSpace objects, 45(1280KB) LOS objects, 23% free, 78MB/102MB, paused 384us total 811.321ms
11-30 15:22:33.987  2985  3001 W Looper  : Dispatch took 5218ms on android.ui, h=Handler (com.android.server.am.ActivityManagerService$UiHandler) {2c94e88} cb=null msg=53
11-30 15:22:33.993  2985  3000 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:33.993  2985  3000 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:33.993  2985  3000 D StorageManagerService: getExternalStorageMountMode : final mountMode=3, uid : 10431, packageName : com.domobile.applock
11-30 15:22:33.994  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.domobile.applock user:0
11-30 15:22:33.994  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:33.994  2985  3000 D ActivityManager: package  com.domobile.applock, user - 0 is SDcard whitelisted
11-30 15:22:33.994  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.domobile.applock user:0
11-30 15:22:33.994  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:34.008  2985  3000 I ActivityManager: Start proc 28728:com.domobile.applock/u0a431 for service com.domobile.applock/.service.LockService
11-30 15:22:34.009 28728 28728 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:22:34.009  3510  3510 D PlaybackStateMonitor_LOCK: onActiveSessionsChanged() controllers: Size: 0
11-30 15:22:34.009  3510  3510 D PlaybackStateMonitor_LOCK: updateController: , current controller = 
11-30 15:22:34.009  3510  3510 D MusicController_LOCK: onSessionEnabled() enabled = true, mEnabled = true, lastSession = , activeSession = null
11-30 15:22:34.010 28728 28728 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:34.011 28728 28728 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.domobile.applock 
11-30 15:22:34.015  2985  3000 D ActivityManager: setTask() : Task is set by null callers=com.android.server.am.TaskRecord.removeActivity:1869 com.android.server.am.ActivityStack.removeActivityFromHistoryLocked:5323 com.android.server.am.ActivityStack.destroyActivityLocked:5577 com.android.server.am.ActivityStackSupervisor.activityIdleInternalLocked:2464  taskId=3031
11-30 15:22:34.023  2985  3000 W ActivityManager: Stopping service due to app idle: u0a431 -13h16m39s420ms com.domobile.applock/.service.LockService
11-30 15:22:34.025  2985  5088 I ActivityManager: DSS on for net.cashpop.id and scale is 1.0
11-30 15:22:34.027  2985  2985 D PreBindingService: needToKeepBinding: match not found
11-30 15:22:34.028  2985  2985 D LightsService: [api] [SvcLED] setFlashing :: id = 4, color = ff00ff00, mode = 1, onMS = 500, offMS = 5000,  (uid: 1000 pid: 2985) 
11-30 15:22:34.028  2985  2985 D PowerManagerUtil: fileWriteString to /sys/power/wake_lock, LightsService
11-30 15:22:34.029  2985  2985 D LightsService: [SvcLED] setSvcLedStateLocked:: SvcLEDState : 0x14 -> 0x14 | SvcLED(id=4) set On
11-30 15:22:34.029  2985  2985 E SensorManager: sensor or listener is null
11-30 15:22:34.030  2985  2985 D LightsService: [api] [SvcLED] setFlashing :: id = 4, color = ff00ff00, mode = 1, onMS = 500, offMS = 5000,  (uid: 1000 pid: 2985) 
11-30 15:22:34.030  2985  2985 D LightsService: [SvcLED] setSvcLedStateLocked:: SvcLEDState : 0x14 -> 0x14 | SvcLED(id=4) set On
11-30 15:22:34.031  2985  2985 D LightsService: [api] [SvcLED] setFlashing :: id = 4, color = ff00ff00, mode = 1, onMS = 500, offMS = 5000,  (uid: 1000 pid: 2985) 
11-30 15:22:34.031  2985  2985 D LightsService: [SvcLED] setSvcLedStateLocked:: SvcLEDState : 0x14 -> 0x14 | SvcLED(id=4) set On
11-30 15:22:34.032  2985  5088 V WindowManager: rotationForOrientationLw(orient=5, last=0); user=0 USER_ROTATION_LOCKED sensorRotation=-1 mLidState=-1 mDockMode=0 mHdmiPlugged=false, displayId=0
11-30 15:22:34.035  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:22:34.036  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:22:34.039  4228  4228 D io_stats: !@ 179,0 r 54681494 1393433820 w 6064457 85686804 d 1206121 30734408 f 1081058 1080111 iot 29932910 29337975 th 51200 0 0 pt 0 inp 4 1 264053.032
11-30 15:22:34.039  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:22:34.040  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:22:34.043  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:22:34.043  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:22:34.053  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10431 ,Container id: 0
11-30 15:22:34.053  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10431 ,Container id: 0
11-30 15:22:34.053  2985  5095 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:34.058  2985  5088 D PersonaManagerService: Current focused persona service handled id set to : 0
11-30 15:22:34.063  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10431 ,Container id: 0
11-30 15:22:34.063  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10431 ,Container id: 0
11-30 15:22:34.063  2985  5095 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:34.069 28728 28728 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:34.078  2985  3292 D GameManagerService: handleForegroundChange(). pkgName: net.cashpop.id, clsName: net.cashpop.id.activity.ScreenActivity,FgActivityName:net.cashpop.id/.activity.ScreenActivity
11-30 15:22:34.078  2985  3292 D GameManagerService:   handleForegroundChange(). same package with Prev KILL_YOURSELF. ignore
11-30 15:22:34.078  2985  5088 D MARsPolicyManager: onPackageResumedFG pkgName = net.cashpop.id, userId = 0
11-30 15:22:34.080  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:22:34.087  2985  5088 W ActivityManager: Slow operation: 62ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked
11-30 15:22:34.093  2985  3009 W ActivityManager: setHasOverlayUi called on unknown pid: 7864
11-30 15:22:34.099  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:22:34.100  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:22:34.100  2985  2985 I MotionRecognitionService: Plugged
11-30 15:22:34.100  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:22:34.100  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:22:34.100  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:22:34.103  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:22:34.104  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:22:34.106 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:22:34.106 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:22:34.106  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:22:34.108 28244 28365 D BinderHooker: Got binder ptr e8f36680 for the given val
11-30 15:22:34.119  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:22:34.121  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:22:34.121  2985  3007 D UsbDeviceManager: mps exists
11-30 15:22:34.125  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:22:34.125  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:22:34.125  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:22:34.126 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:22:34.126  3919  3919 I SemPersonaManager: SecureFolder personaId = 150
11-30 15:22:34.126 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:22:34.126  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:22:34.128  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:22:34.128  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:22:34.129  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:22:34.129  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:22:34.130  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:22:34.130  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:22:34.130  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:22:34.130  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:22:34.130  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:22:34.133 28712 28712 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10237
11-30 15:22:34.134 28712 28712 D Proxy   : mdoP is null: 10237
11-30 15:22:34.139  2985  5095 I ActivityManager: DSS on for com.domobile.applock and scale is 1.0
11-30 15:22:34.141  2985  3003 D KernelUidCpuTimeReader: Removing uids 99406-99406
11-30 15:22:34.165  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = android,userId = 0
11-30 15:22:34.165  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:34.166  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = android,userId = 0
11-30 15:22:34.166  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:34.172  2985  3000 E NotificationService: Suppressing notification from package by user request.
11-30 15:22:34.185  2985  3612 W ActivityManager: Service done with onDestroy, but not inDestroying: ServiceRecord{52f5147 u0 com.google.android.gms/.cast.media.CastMediaRouteProviderService}, app=ProcessRecord{79af1ae 0:com.google.android.gms/u0a18}
11-30 15:22:34.190 28728 28728 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10431
11-30 15:22:34.192 28728 28728 D Proxy   : mdoP is null: 10431
11-30 15:22:34.218  3510 13002 D SystemServicesProxy: updateOverviewLastStackActiveTimeAsync: newTime=1638234557161
11-30 15:22:34.219  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:22:34.219  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:22:34.219  2985  3824 D SecContentProvider: query(), uri = 17 selection = isSettingsChangesAllowed
11-30 15:22:34.220  2985  3824 D SecContentProvider: called from android.uid.systemui:10071
11-30 15:22:34.222  2985  3824 D RestrictionPolicy: isSettingsChangesAllowedAsUser, userId 0 : true
11-30 15:22:34.223  3510  3619 D SystemServicesProxy: updateOverviewLastStackActiveTimeAsync: done.
11-30 15:22:34.231  3919  3919 D KNOXCORE::LockSecureFolderTask: started: 150
11-30 15:22:34.231  3919  3919 D KNOXCORE::LockSecureFolderTask: ResumedActivity userId0[net.cashpop.id/.activity.ScreenActivity]
11-30 15:22:34.250  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.domobile.applock,userId = 0
11-30 15:22:34.250  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:34.251  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.domobile.applock,userId = 0
11-30 15:22:34.251  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:34.254  2985  2985 D LightsService: [api] [SvcLED] setFlashing :: id = 4, color = ff00ff00, mode = 1, onMS = 500, offMS = 5000,  (uid: 1000 pid: 2985) 
11-30 15:22:34.254  2985  2985 D LightsService: [SvcLED] setSvcLedStateLocked:: SvcLEDState : 0x14 -> 0x14 | SvcLED(id=4) set On
11-30 15:22:34.254  2985  2985 I NotificationService: Cannot find enqueued record for key: 0|com.domobile.applock|2131821089|null|10431
11-30 15:22:34.254  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:22:34.254  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:22:34.254  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = android,userId = 0
11-30 15:22:34.254  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:34.254  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = android,userId = 0
11-30 15:22:34.255  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:34.256  2985  3000 E NotificationService: Suppressing notification from package by user request.
11-30 15:22:34.269  2985  3824 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xbee7e6f0, isMutable: 0, colorType: 4, alphaType: 2, width: 144, height: 144, rowBytes: 576, density: 480
11-30 15:22:34.270  2985  3824 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xbee7e6f0, isMutable: 0, colorType: 4, alphaType: 2, width: 144, height: 144, rowBytes: 576, density: 480
11-30 15:22:34.331  2985  3122 D MdnieScenarioControlService:  packageName : net.cashpop.id    className : net.cashpop.id.activity.ScreenActivity
11-30 15:22:34.342  2985  3122 V MdnieScenarioControlService: setUIMode from UI function(3)
11-30 15:22:34.429  1956 23809 W OkHttpClient: A connection to https://graph.facebook.com/ was leaked. Did you forget to close a response body?
11-30 15:22:34.443 28728 28728 I MultiDex: VM with version 2.1.0 has multidex support
11-30 15:22:34.443 28728 28728 I MultiDex: Installing application
11-30 15:22:34.443 28728 28728 I MultiDex: VM has multidex support, MultiDex support library is disabled.
11-30 15:22:34.473 28712 28748 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:34.478  2985  5082 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:34.478  2985  5082 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:34.482  2985  5082 D StorageManagerService: getExternalStorageMountMode : final mountMode=3, uid : 10018, packageName : com.google.android.gms
11-30 15:22:34.482  2985  5082 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.gms user:0
11-30 15:22:34.482  2985  5082 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:34.482  2985  5082 D ActivityManager: package  com.google.android.gms, user - 0 is SDcard whitelisted
11-30 15:22:34.483  2985  5082 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.gms user:0
11-30 15:22:34.483 28728 28761 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:34.483  2985  5082 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:34.483 28712 28748 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:34.483 28728 28761 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:34.495  2985  5082 I ActivityManager: Start proc 28769:com.google.android.gms/u0a18 for service com.google.android.gms/com.google.firebase.auth.api.gms.service.FirebaseAuthService
11-30 15:22:34.496 28769 28769 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:22:34.498 28769 28769 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:34.499 28769 28769 I SELinux : SELinux: seapp_context_lookup: seinfo=gmscore, level=s0:c512,c768, pkgname=com.google.android.gms 
11-30 15:22:34.518 28712 28763 W zygote  : Unsupported class loader
11-30 15:22:34.519 28728 28761 W zygote  : Unsupported class loader
11-30 15:22:34.528 28728 28761 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:22:34.528 28712 28763 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:22:34.529  2985  5082 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:22:34.529  2985  5082 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:22:34.529  2985  5082 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:34.532 28728 28761 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:213806100
11-30 15:22:34.532 28728 28761 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 213806100
11-30 15:22:34.539  2985  5082 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:22:34.540  2985  5082 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:34.545  2985  5082 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:22:34.545  2985  5082 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:34.552  2985  3137 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:22:34.553 28728 28728 I FirebaseInitProvider: FirebaseApp initialization successful
11-30 15:22:34.554  2985  3137 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:22:34.554  2985  3137 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:34.562  2985  3137 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:22:34.562  2985  3137 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:34.571  2985  3137 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:22:34.571  2985  3137 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:34.579 28769 28769 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:34.580 28712 28748 W zygote  : Unsupported class loader
11-30 15:22:34.581  2985  3137 I ActivityManager: DSS on for com.google.android.gms and scale is 1.0
11-30 15:22:34.584 28728 28761 W zygote  : Unsupported class loader
11-30 15:22:34.587  2985  3000 W ActivityManager: Activity pause timeout for ActivityRecord{a1e044f u0 net.cashpop.id/.activity.ScreenActivity t3039}
11-30 15:22:34.592 28712 28775 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
11-30 15:22:34.598 28728 28761 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:22:34.598 28712 28748 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:22:34.603 28712 28775 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:34.603 28712 28775 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:34.611  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:22:34.615  2985  3070 W Choreographer: Frame time is 0.889866 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:22:34.630 28769 28769 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10018
11-30 15:22:34.631 28769 28769 D Proxy   : mdoP is null: 10018
11-30 15:22:34.636  2719 28820 D DnsProxyListener: MILIM cache: 1
11-30 15:22:34.647 28728 28728 I CrashlyticsCore: Initializing Crashlytics Core 2.7.0.33
11-30 15:22:34.667 28769 28769 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:22:34.681 28728 28728 I CrashlyticsInitProvider: CrashlyticsInitProvider initialization successful
11-30 15:22:34.699 28769 28769 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:22:34.729  3510  3893 D SystemServicesProxy: updateOverviewLastStackActiveTimeAsync: newTime=1638234557161
11-30 15:22:34.730  2985  3824 D SecContentProvider: query(), uri = 17 selection = isSettingsChangesAllowed
11-30 15:22:34.731  2985  3824 D SecContentProvider: called from android.uid.systemui:10071
11-30 15:22:34.731  2985  3824 D RestrictionPolicy: isSettingsChangesAllowedAsUser, userId 0 : true
11-30 15:22:34.732  3510  3619 D SystemServicesProxy: updateOverviewLastStackActiveTimeAsync: done.
11-30 15:22:34.752 28769 28769 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:34.753 28728 28812 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
11-30 15:22:34.753 28769 28769 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:34.758  2985  3137 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20211130T152325 - CU:1000/CP:2985
11-30 15:22:34.770  2985  3137 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20211130T153630 - CU:1000/CP:2985
11-30 15:22:34.775 28728 28812 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:34.775 28728 28812 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:34.783  2985  3137 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20211130T152834 - CU:1000/CP:2985
11-30 15:22:34.792  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:22:34.793  2719 28835 D DnsProxyListener: MILIM cache: 1
11-30 15:22:34.803 28728 28728 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:22:34.809 28728 28728 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:22:34.811 28712 28800 I FA      : App measurement initialized, version: 29000
11-30 15:22:34.811 28712 28800 I FA      : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
11-30 15:22:34.812 28712 28800 I FA      : To enable faster debug mode event logging run:
11-30 15:22:34.812 28712 28800 I FA      :   adb shell setprop debug.firebase.analytics.app net.cashpop.id
11-30 15:22:34.816 28728 28798 I FA      : App measurement is starting up, version: 16250
11-30 15:22:34.816 28728 28798 I FA      : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
11-30 15:22:34.817 28728 28798 I FA      : To enable faster debug mode event logging run:
11-30 15:22:34.817 28728 28798 I FA      :   adb shell setprop debug.firebase.analytics.app com.domobile.applock
11-30 15:22:34.876  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:34.877  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:34.877  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:34.955  2985  3017 D LightsService: [SvcLED] handleForcedSvcLEDTask()
11-30 15:22:34.955  2985  3017 D LightsService: [SvcLED]  setSvcLedLightLocked :: Current SvcLED(id=4) maintains its priority right
11-30 15:22:34.955  2985  3017 D PowerManagerUtil: fileWriteString to /sys/power/wake_unlock, LightsService
11-30 15:22:34.966 28712 28800 I FA      : Tag Manager is not found and thus will not be used
11-30 15:22:34.979 28728 28728 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:213806100
11-30 15:22:34.979 28728 28728 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 213806100
11-30 15:22:34.985 28712 28846 D OpenGLRenderer: HWUI GL Pipeline
11-30 15:22:34.985 28728 28728 D DynamitePackage: Instantiated singleton DynamitePackage.
11-30 15:22:34.985 28728 28728 D DynamitePackage: Instantiating com.google.android.gms.ads.ChimeraMobileAdsSettingManagerCreatorImpl
11-30 15:22:34.998  2985  3137 D InputTransport: Input channel constructed: fd=289
11-30 15:22:34.998  2985  3137 D InputTransport: Input channel constructed: fd=378
11-30 15:22:35.000  2985  3137 D InputTransport: Input channel destroyed: fd=378
11-30 15:22:35.000 28712 28712 D InputTransport: Input channel constructed: fd=66
11-30 15:22:35.001 28712 28712 D ViewRootImpl@3736d32[ScreenActivity]: setView = DecorView@a16ea83[ScreenActivity] TM=true MM=false
11-30 15:22:35.002  2985  3137 D ActivityManager: post active user change for 0 fullscreen false isHomeActivity() false
11-30 15:22:35.038 28712 28712 D ViewRootImpl@3736d32[ScreenActivity]: dispatchAttachedToWindow
11-30 15:22:35.039  2985  5095 V WindowManager: Relayout Window{aa8db3f u0 net.cashpop.id/net.cashpop.id.activity.ScreenActivity}: viewVisibility=8 req=0x0 WM.LayoutParams{(0,0)(fillxfill) sim=#120 ty=1 fl=#1810100 pfl=0x20000 fmt=-2 wanim=0x1030000 vsysui=0x400 needsMenuKey=2 colorMode=0 naviIconColor=0}
11-30 15:22:35.046  2985  3070 W Choreographer: Frame time is 3.658519 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:22:35.047 28712 28712 D ViewRootImpl@3736d32[ScreenActivity]: Relayout returned: old=[0,0][0,0] new=[0,0][1080,1920] result=0x1 surface={valid=false 0} changed=false
11-30 15:22:35.072 28728 28728 D ConnectivityManager: requestNetwork; CallingUid : 10431, CallingPid : 28728
11-30 15:22:35.081  2985  3824 D ConnectivityService: requestNetwork for uid/pid:10431/28728 NetworkRequest [ TRACK_DEFAULT id=5248, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:35.084  2985  3222 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 625]
11-30 15:22:35.084  2985  3222 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -63]
11-30 15:22:35.085 28728 28728 I Ads     : Updating ad debug logging enablement.
11-30 15:22:35.085  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/11)
11-30 15:22:35.086  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 8. No change.
11-30 15:22:35.086  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 1. No change.
11-30 15:22:35.086  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/7)
11-30 15:22:35.086  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/10)
11-30 15:22:35.086  2985  3222 D ConnectivityService:   checking if request is : NetworkRequest [ TRACK_DEFAULT id=5248, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], satisfies : true
11-30 15:22:35.086  2985  3222 D ConnectivityService: currentScore = 0, newScore = 60
11-30 15:22:35.086  2985  3222 D ConnectivityService: rematch for NetworkAgentInfo [WIFI () - 625]
11-30 15:22:35.086  2985  3222 D ConnectivityService:    accepting network in place of null
11-30 15:22:35.086  2985  3222 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ TRACK_DEFAULT id=5248, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:35.086  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5186. No change.
11-30 15:22:35.086  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/5)
11-30 15:22:35.086  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5187. No change.
11-30 15:22:35.087  3470  3470 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=5248, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:35.087  3470  3470 D PhoneSwitcherNetworkRequstListener:   my score=101, my filter=[ Transports: CELLULAR Capabilities: MMS&SUPL&DUN&FOTA&IMS&CBS&IA&RCS&XCAP&EIMS&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&ENT1&FOC Specifier: <android.net.MatchAllNetworkSpecifier@0>]
11-30 15:22:35.087  3470  3470 D PhoneSwitcherNetworkRequstListener: evalRequest
11-30 15:22:35.087  3470  3470 D PhoneSwitcherNetworkRequstListener:   needNetworkFor
11-30 15:22:35.088  2985  3171 D WIFI_UT : got request NetworkRequest [ TRACK_DEFAULT id=5248, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:35.088  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 3. No change.
11-30 15:22:35.088  2985  3219 D WIFI_P2P: got request NetworkRequest [ TRACK_DEFAULT id=5248, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:35.088  2985  3171 D WIFI_UT :   my score=2147483647, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:22:35.088  2985  3171 D WIFI_UT : evalRequest
11-30 15:22:35.088  2985  3453 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=5248, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:35.088  2985  3171 D WIFI_UT :   needNetworkFor
11-30 15:22:35.088  2985  3219 D WIFI_P2P:   my score=60, my filter=[ Transports: WIFI Capabilities: WIFI_P2P&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:22:35.088  2985  3453 D Ethernet:   my score=-1, my filter=[ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps]
11-30 15:22:35.088  2985  3219 D WIFI_P2P: evalRequest
11-30 15:22:35.088  2985  3453 D Ethernet: evalRequest
11-30 15:22:35.088  2985  3219 D WIFI_P2P:   done
11-30 15:22:35.088  2985  3171 D WIFI    : got request NetworkRequest [ TRACK_DEFAULT id=5248, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:35.088  2985  3453 D Ethernet:   done
11-30 15:22:35.088  2985  3222 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ TRACK_DEFAULT id=5248, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:35.088  2985  3171 D WIFI    :   my score=60, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:22:35.088  2985  3171 D WIFI    : evalRequest
11-30 15:22:35.088  2985  3171 D WIFI    :   needNetworkFor
11-30 15:22:35.088  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:35.088  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:35.088  2985  3222 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=5248, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:35.088  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:35.089  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:35.089  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:35.089  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:35.089  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:35.089  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:35.089  2985  3222 D ConnectivityService: sending notification CALLBACK_IP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=5248, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:35.089  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:35.089  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:35.089  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:35.089  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:35.108 28728 28853 W ConnectionStatusConfig: Dynamic lookup for intent failed for action: com.google.android.gms.leibniz.events.service.START
11-30 15:22:35.111  2985  3137 W ActivityManager: Unable to start service Intent { act=com.google.android.gms.leibniz.events.service.START pkg=com.google.android.gms } U=0: not found
11-30 15:22:35.112  2985  3137 W ActivityManager: Unbind failed: could not find connection for android.os.BinderProxy@2a78bd3
11-30 15:22:35.112 28728 28853 W GmsClient: unable to connect to service: com.google.android.gms.leibniz.events.service.START on com.google.android.gms
11-30 15:22:35.166 28728 28728 I WebViewFactory: Loading com.android.chrome version 96.0.4664.45 (code 466404520)
11-30 15:22:35.221 28728 28728 I cr_WVCFactoryProvider: Loaded version=96.0.4664.45 minSdkVersion=24 isBundle=true multiprocess=true packageId=2
11-30 15:22:35.234  2985  3824 I SensorService: createSensorEventConnection package name com.facebook.ads.redexgen.X.FE
11-30 15:22:35.235  2985  3137 D SensorService: Calling batch handle==0 flags=0 rate=200000000 timeout== 0
11-30 15:22:35.235  2605  2605 I Sensors : AccelerometerSensor:setDelayAcc: handle 0, delay 200000000 ns, old_delay 200000000 ns
11-30 15:22:35.237  2605  2605 I Sensors : AccelerometerSensor:setEnableAcc: handle 0, en 1, old_en 0
11-30 15:22:35.239 28728 28841 D SensorManager: registerListener :: 0, K2HH Accelerometer, 200000, 0,  
11-30 15:22:35.249  2985  5082 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:35.249  2985  5082 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:35.249  2985  5082 D StorageManagerService: getExternalStorageMountMode : final mountMode=3, uid : 10115, packageName : com.android.chrome
11-30 15:22:35.249  2985  5082 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.android.chrome user:0
11-30 15:22:35.250  2985  5082 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:35.250  2985  5082 D ActivityManager: package  com.android.chrome, user - 0 is SDcard whitelisted
11-30 15:22:35.250  2985  5082 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.android.chrome user:0
11-30 15:22:35.250  2985  5082 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:35.257 28728 28728 I cr_LibraryLoader: Successfully loaded native library
11-30 15:22:35.259 28728 28728 I cr_CachingUmaRecorder: Flushed 8 samples from 8 histograms.
11-30 15:22:35.264  2985  5082 I ActivityManager: Start proc 28861:com.android.chrome:webview_service/u0a115 for service com.android.chrome/org.chromium.android_webview.services.VariationsSeedServer
11-30 15:22:35.264 28861 28861 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:22:35.266  2985  3824 D ConnectivityService: filterNetworkStateForUid() uid: 10431 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:35.266 28861 28861 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:35.267 28861 28861 I SELinux : SELinux: seapp_context_lookup: seinfo=chrome, level=s0:c512,c768, pkgname=com.android.chrome:webview_service 
11-30 15:22:35.269  2985  3824 I chatty  : uid=1000(system) Binder:2985_B identical 1 line
11-30 15:22:35.273  2985  3824 D ConnectivityService: filterNetworkStateForUid() uid: 10431 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:35.282 28728 28869 W ResourceType: For resource 0x7f140840, entry index(2112) is beyond type entryCount(318)
11-30 15:22:35.282 28728 28869 W ResourceType: Failure getting entry for 0x7f140840 (t=19 e=2112) (error -75)
11-30 15:22:35.287  2985  3824 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.domobile.applock user:0
11-30 15:22:35.287  2985  3824 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:35.287  2985  3824 D ActivityManager: package  com.domobile.applock, user - 0 is SDcard whitelisted
11-30 15:22:35.287  2985  3824 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.domobile.applock user:0
11-30 15:22:35.287  2985  3824 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:35.287  2985  3824 I ActivityManager: SA, print process name forked by webview_zygote : com.android.chrome:sandboxed_process0
11-30 15:22:35.296  2985  3019 I zygote  : Explicit concurrent copying GC freed 357838(16MB) AllocSpace objects, 56(1504KB) LOS objects, 26% free, 66MB/90MB, paused 1.677ms total 1.142s
11-30 15:22:35.296  2985  3137 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10115 ,Container id: 0
11-30 15:22:35.296  2985  3137 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10115 ,Container id: 0
11-30 15:22:35.297  2985  3137 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:35.301  2985  3824 I ActivityManager: Start proc 28878:com.android.chrome:sandboxed_process0/u0i498 for webview_service com.domobile.applock/org.chromium.content.app.SandboxedProcessService0
11-30 15:22:35.301 28878 28878 E /system/bin/webview_zygote32: Failed to make and chown /acct/uid_99498: Permission denied
11-30 15:22:35.301 28878 28878 E Zygote  : createProcessGroup(99498, 0) failed: Permission denied
11-30 15:22:35.302 28878 28878 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:webview_zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:35.304 28878 28878 I SELinux : SELinux: seapp_context_lookup: seinfo=chrome, level=s0:c512,c768, pkgname=com.android.chrome:sandboxed_process0 
11-30 15:22:35.307  2985  3824 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10115 ,Container id: 0
11-30 15:22:35.307  2985  3824 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10115 ,Container id: 0
11-30 15:22:35.307  2985  3824 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:35.315 28861 28861 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:35.317  2985  3824 I ActivityManager: DSS on for com.android.chrome and scale is 1.0
11-30 15:22:35.328 28769 28769 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:35.328 28769 28769 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:35.345 28861 28861 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10115
11-30 15:22:35.346 28861 28861 D Proxy   : mdoP is null: 10115
11-30 15:22:35.366 28861 28861 I cr_SplitCompatApp: Launched version=96.0.4664.45 minSdkVersion=24 isBundle=true processName=com.android.chrome:webview_service isIsolated=false
11-30 15:22:35.369  2985  5095 D ConnectivityService: filterNetworkStateForUid() uid: 10431 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:35.371  2985  3019 D PackageManager: result of install: 1{267526734}
11-30 15:22:35.371  2985  3137 D ConnectivityService: filterNetworkStateForUid() uid: 10431 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:35.372  2705 28716 E         : Couldn't opendir /data/app/vmdl998593277.tmp: No such file or directory
11-30 15:22:35.372  2705 28716 E installd: Failed to delete /data/app/vmdl998593277.tmp: No such file or directory
11-30 15:22:35.377  2985  3019 I ActivityManager: Force stopping com.android.chrome appid=10115 user=0: pkg removed
11-30 15:22:35.377  2985  3019 I ActivityManager: Killing 28861:com.android.chrome:webview_service/u0a115 (adj 0): stop com.android.chrome,pkg removed
11-30 15:22:35.380  2985  3019 W ActivityManager: Scheduling restart of crashed service com.android.chrome/org.chromium.android_webview.services.VariationsSeedServer in 24394ms
11-30 15:22:35.381  2985  3019 W ActivityManager: Scheduling restart of crashed service com.android.chrome/org.chromium.android_webview.services.MetricsBridgeService in 54392ms
11-30 15:22:35.384  2985  3019 I ActivityManager: Killing 28728:com.domobile.applock/u0a431 (adj 0): stop com.android.chrome,pkg removed
11-30 15:22:35.384  2985  3070 W Choreographer: Frame time is 16.225513 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:22:35.399  2985  3002 I zygote  : Successfully killed process cgroup uid 10115 pid 28861 in 21ms
11-30 15:22:35.400  2985 28898 D SamsungStartingWindowManager: CustomStartingWindow pkg com.android.chrome is removed or replaced. remove StartingWindowData for it
11-30 15:22:35.403  2985  3019 I ActivityManager: Force stopping com.android.chrome appid=10115 user=150: pkg removed
11-30 15:22:35.430  2605  2605 I Sensors : AccelerometerSensor:setEnableAcc: handle 0, en 0, old_en 1
11-30 15:22:35.431  2985  3827 D SensorService: Calling activate off
11-30 15:22:35.431  2985  3002 I zygote  : Successfully killed process cgroup uid 10431 pid 28728 in 31ms
11-30 15:22:35.471  2985  5090 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ TRACK_DEFAULT id=5248, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], android.os.BinderProxy@d0de446)
11-30 15:22:35.471  2985  3222 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=5248, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] (release request)
11-30 15:22:35.471  2985  3222 D ConnectivityService:  Removing from current network NetworkAgentInfo [WIFI () - 625], leaving 21 requests.
11-30 15:22:35.478  2985  2999 D MetaDataCollector: onReceive: begin action=android.intent.action.PACKAGE_REMOVED
11-30 15:22:35.478  2985  2999 D MetaDataCollector: onReceive: done pkgName=com.android.chrome
11-30 15:22:35.479  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.PACKAGE_REMOVED
11-30 15:22:35.480  3519  3519 D ThemeManagerService: BroadcastReceiver packageName :com.android.chrome, action = android.intent.action.PACKAGE_REMOVED
11-30 15:22:35.488  3670  3670 D PackageObserver_FLP: action : ACTION_PACKAGE_REMOVED, packageName = com.android.chrome
11-30 15:22:35.490  3775  3775 D ImsServiceStub: packageStatus : android.intent.action.PACKAGE_REMOVED, packageName : com.android.chrome
11-30 15:22:35.491   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:22:35.499 16433 16509 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:22:35.500  2985  3000 D StorageManagerService: getExternalStorageMountMode : 1
11-30 15:22:35.500  2985  3000 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:35.500  2985  3000 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 1000, packageName : com.samsung.android.securitylogagent
11-30 15:22:35.501  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.securitylogagent user:0
11-30 15:22:35.501  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:35.501  2985  3000 D ActivityManager: package  com.samsung.android.securitylogagent, user - 0 is SDcard whitelisted
11-30 15:22:35.501  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.securitylogagent user:0
11-30 15:22:35.501  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:35.511 28900 28900 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:22:35.512  2985  3000 I ActivityManager: Start proc 28900:com.samsung.android.securitylogagent/1000 for broadcast com.samsung.android.securitylogagent/com.samsung.android.apppermissionmonitor.APMApplist$APMPackageRemove
11-30 15:22:35.515  2985  3001 W Looper  : Dispatch took 138ms on android.ui, h=Handler (com.android.server.am.ActivityManagerService$UiHandler) {2c94e88} cb=null msg=53
11-30 15:22:35.520  2985  3137 E AccessibilityManagerService: callerpackage list is null
11-30 15:22:35.528 23617 23617 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [OWbhOtPV6wxvap32pLBS4_S1PDoiRAgdfXjLbps3rhU]
11-30 15:22:35.528 23617 23617 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.android.chrome
11-30 15:22:35.530 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateReceiver] local broadcast received. action : android.intent.action.PACKAGE_REMOVED
11-30 15:22:35.534 28900 28900 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:35.535 28900 28900 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.samsung.android.securitylogagent 
11-30 15:22:35.536 16433 16509 I ControllerEventHandler: [#CMH#] onPackageRemoved  null
11-30 15:22:35.536   559   636 I ControllerEventHandler: [#CMH#] onPackageRemoved  null
11-30 15:22:35.538  2985  3298 D UcmService: onReceive android.intent.action.PACKAGE_REMOVED
11-30 15:22:35.539  2985  3298 D UcmService: Package update in userId-0 and uid-10115
11-30 15:22:35.545 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.android.chrome
11-30 15:22:35.546  2985  3019 I ActivityManager: Force stopping com.android.chrome appid=10115 user=0: pkg removed
11-30 15:22:35.547  2985  2999 D MetaDataCollector: onReceive: begin action=android.intent.action.PACKAGE_REMOVED
11-30 15:22:35.547  2985  2999 D MetaDataCollector: onReceive: done pkgName=com.android.chrome
11-30 15:22:35.559  2985  3019 I ActivityManager: Force stopping com.android.chrome appid=10115 user=150: pkg removed
11-30 15:22:35.565  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:22:35.566  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:22:35.566 28900 28900 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:35.575  2985  5086 I ActivityManager: DSS on for com.samsung.android.securitylogagent and scale is 1.0
11-30 15:22:35.583  3470  3470 I CarrierVvmPackageInstalledReceiver.onReceive: intent.getAction() android.intent.action.PACKAGE_REMOVED packageName :com.android.chrome
11-30 15:22:35.592  3519  3519 D ThemeManagerService: BroadcastReceiver packageName :com.android.chrome, action = android.intent.action.PACKAGE_ADDED
11-30 15:22:35.593  3670  3670 D PackageObserver_FLP: action : ACTION_PACKAGE_ADDED, packageName = com.android.chrome
11-30 15:22:35.594 28900 28900 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 1000
11-30 15:22:35.595 28900 28900 D Proxy   : mdoP is null: 1000
11-30 15:22:35.595  3775  3775 D ImsServiceStub: packageStatus : android.intent.action.PACKAGE_ADDED, packageName : com.android.chrome
11-30 15:22:35.598  2985  3117 D InputReader: externalDisplayId 0 W 1080 H 1920
11-30 15:22:35.598  2985  3117 I InputReader: Reconfiguring input devices.  changes=0x00000010
11-30 15:22:35.600  2985  3117 D InputReader: externalDisplayId 0 W 1080 H 1920
11-30 15:22:35.600  2985  3117 I InputReader: Reconfiguring input devices.  changes=0x00000010
11-30 15:22:35.613  2985  3298 D UcmService: onReceive android.intent.action.PACKAGE_REPLACED
11-30 15:22:35.613  2985  3298 D UcmService: Package update in userId-0 and uid-10115
11-30 15:22:35.614  3519  3519 D ThemeManagerService: BroadcastReceiver packageName :com.android.chrome, action = android.intent.action.PACKAGE_REPLACED
11-30 15:22:35.614  3775  3775 D ImsServiceStub: packageStatus : android.intent.action.PACKAGE_REPLACED, packageName : com.android.chrome
11-30 15:22:35.616  2985  3117 D InputReader: externalDisplayId 0 W 1080 H 1920
11-30 15:22:35.616  2985  3117 I InputReader: Reconfiguring input devices.  changes=0x00000010
11-30 15:22:35.625  2985  3826 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20311128T152235 - CU:10018/CP:16033
11-30 15:22:35.659  2985  2985 D StorageManagerService: getExternalStorageMountMode : 1
11-30 15:22:35.659  2985  2985 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:35.659  2985  2985 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 1000, packageName : com.android.keychain
11-30 15:22:35.660  2985  2985 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.android.keychain user:0
11-30 15:22:35.660  2985  2985 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:35.660  2985  2985 D ActivityManager: package  com.android.keychain, user - 0 is SDcard whitelisted
11-30 15:22:35.660  2985  2985 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.android.keychain user:0
11-30 15:22:35.660  2985  2985 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:35.671  2985  2985 I ActivityManager: Start proc 28920:com.android.keychain/1000 for service com.android.keychain/.KeyChainService
11-30 15:22:35.671 28920 28920 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:22:35.673 28920 28920 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:35.674 28920 28920 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.android.keychain 
11-30 15:22:35.695  2985  4102 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:22:35.696  2985  4102 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:22:35.697 28920 28920 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:35.698  2985  4102 I ActivityManager: DSS on for com.android.keychain and scale is 1.0
11-30 15:22:35.702  4604  4617 I zygote  : Background concurrent copying GC freed 118343(6MB) AllocSpace objects, 7(624KB) LOS objects, 50% free, 7MB/15MB, paused 359us total 303.431ms
11-30 15:22:35.716 28920 28920 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 1000
11-30 15:22:35.717 28920 28920 D Proxy   : mdoP is null: 1000
11-30 15:22:35.728   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:22:35.728 16433 16509 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:22:35.728   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:22:35.728 16433 16509 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:22:35.728 16433 16509 I ControllerEventHandler: [#CMH#] onPackageAdded  null
11-30 15:22:35.728   559   636 I ControllerEventHandler: [#CMH#] onPackageAdded  null
11-30 15:22:35.728 16433 16509 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:22:35.728   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:22:35.728 16433 16509 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:22:35.728   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:22:35.728   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:22:35.728 16433 16509 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:22:35.757 14965 15251 W Finsky  : [43233] nex.D(5): Unexpected error abandoning session=998593277. exception=java.lang.SecurityException: Caller has no access to session 998593277
11-30 15:22:35.768  2985  5090 D TelecomUtils: isAdditionalPrivilegedDialer: com.android.phone
11-30 15:22:35.769  3510  3510 D MetadataParser: onPackageRemoved() key = com.android.chrome
11-30 15:22:35.769  3510  3510 D MusicController_LOCK: onPackageRemoved() pkg = com.android.chrome, r = true
11-30 15:22:35.770  3510  3510 D Bar.QuickConnectBar: receive package remoteView : android.intent.action.PACKAGE_REMOVED
11-30 15:22:35.770  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.PACKAGE_ADDED
11-30 15:22:35.777  2985  2985 D KnoxMUMContainerPolicy: mPackageReceiver : action - android.intent.action.PACKAGE_REMOVED
11-30 15:22:35.780 10832 10832 D BeaconManager[8.0.33.0]: BeaconService.PackageReceiver - action:android.intent.action.PACKAGE_REMOVED, package:com.android.chrome
11-30 15:22:35.781 10832 10832 D BeaconManager[8.0.33.0]: BeaconService.PackageReceiver - action:android.intent.action.PACKAGE_ADDED, package:com.android.chrome
11-30 15:22:35.785 28878 28878 D TimaKeyStoreProvider: TimaKeyStore is not enabled: cannot add TimaSignature Service and generateKeyPair Service
11-30 15:22:35.785 28878 28878 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:35.787 19153 19153 I GsaVoiceInteractionSrv: O received Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) }
11-30 15:22:35.789  2985  5090 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0x9c97f320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:22:35.789  2985  5090 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0x9c97f320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:22:35.830  2985  5090 I ActivityManager: DSS on for com.domobile.applock and scale is 1.0
11-30 15:22:35.836  2985  5090 I ActivityManager: Killing 28878:com.android.chrome:sandboxed_process0/u0a431i498 (adj 900): isolated not needed
11-30 15:22:35.836  2985  3002 W zygote  : Failed to open process cgroup uid 99498 pid 28878: No such file or directory
11-30 15:22:35.836  2985  3002 E zygote  : Error encountered killing process cgroup uid 99498 pid 28878: No such file or directory
11-30 15:22:35.851  2985  4102 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xc1f76320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:22:35.851  2985  4102 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xc1f76320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:22:35.852  2985  3070 W Choreographer: Frame time is 16.324404 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:22:35.856  2985  2985 I HarmonyEASService: onReceive : android.intent.action.PACKAGE_REMOVED for 0
11-30 15:22:35.860  2985  3003 D KernelUidCpuTimeReader: Removing uids 99498-99498
11-30 15:22:35.877  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:35.877  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:35.877  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:35.877  2985  2985 D EnterpriseLicenseService: package removed. userId = 0
11-30 15:22:35.879 16033 28917 I Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_REMOVED [CONTEXT service_id=17 ]
11-30 15:22:35.881 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateReceiver] handlePackageRemoved
11-30 15:22:35.884 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateReceiver] onReceive called  PACKAGE_REMOVED com.android.chrome
11-30 15:22:35.886 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateReceiver] package replaced
11-30 15:22:35.888 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityReceiver] onReceive
11-30 15:22:35.888 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityReceiver] resetSupportHashContentActivity
11-30 15:22:35.888  2985  5102 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20311128T152235 - CU:15010018/CP:13746
11-30 15:22:35.936 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.app.spage
11-30 15:22:35.937 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.bixby.agent
11-30 15:22:35.938 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.bixby.plmsync
11-30 15:22:35.939 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.homemode
11-30 15:22:35.939 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.visionintelligence
11-30 15:22:35.939 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.app.social
11-30 15:22:35.940 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.app.reminder
11-30 15:22:35.943 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.sec.mhs.smarttethering
11-30 15:22:35.944 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.dialer
11-30 15:22:35.945 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.fhub
11-30 15:22:35.946 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [OWbhOtPV6wxvap32pLBS4_S1PDoiRAgdfXjLbps3rhU]
11-30 15:22:35.946 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.app.highlightplayer
11-30 15:22:35.946 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.android.chrome
11-30 15:22:35.947 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateReceiver] local broadcast received. action : android.intent.action.PACKAGE_ADDED
11-30 15:22:35.947 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateReceiver] handlePackageAdded
11-30 15:22:35.951 26238 26238 D SEMS-4.0.04_SeMobileServiceSession: onReceive - receive android.intent.action.PACKAGE_ADDED
11-30 15:22:35.954 28920 28920 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:22:35.955 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:22:35.971 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:22:35.977  3470  3844 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd0066340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:22:35.978  3470  3844 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd0066340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:22:35.986 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:22:35.987  3470  3844 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd0066340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:22:35.987  3470  3844 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd0066340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:22:35.990 26331 26331 I SEMS:MSFramework_10.5.0.000: [2][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:22:35.995 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:22:35.995 26331 26331 I SEMS:MSFramework_10.5.0.000: [NetworkCommon][SSF][2][EasySignUpInterface] isAuth is true
11-30 15:22:36.005 26331 26331 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:22:36.005  2985  2985 E SDAgentPackageStateReceiver: Not going to handle 'com.android.chrome'!
11-30 15:22:36.006  2985  2985 D EnterprisePremiumVpnPolicyServiceV2: Vpn Receiver : android.intent.action.PACKAGE_REMOVED
11-30 15:22:36.006  2985  3150 I EnterprisePremiumVpnPolicyServiceV2: vpn handle : Message received
11-30 15:22:36.006  2985  3150 D EnterprisePremiumVpnPolicyServiceV2: Package removal intent is reached
11-30 15:22:36.007  2985  3150 D EnterprisePremiumVpnPolicyServiceV2: handleActionPackageRemoved : packageName = com.android.chrome : replacing = true
11-30 15:22:36.007 26331 26331 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isDaAuthSupportedDevice : true
11-30 15:22:36.010 26331 26331 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isSamsungAccountSignedIn : true
11-30 15:22:36.010 26331 26331 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isDaAuthSupportedDevice ? true, isAccountSignedInAndHasPushToken ? true, isAuth ? true
11-30 15:22:36.010 26331 26331 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isEasySignUpRegistered ? true
11-30 15:22:36.010 26331 26331 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:22:36.011  2985  2985 D KnoxVpnEngineService: Vpn Receiver : android.intent.action.PACKAGE_REMOVED
11-30 15:22:36.011  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:22:36.013 26331 26331 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isDaAuthSupportedDevice : true
11-30 15:22:36.013 26331 26331 I SEMS:DataAdapterLog_1.0: [2][DeviceUtils] isMultiSimDevice : true
11-30 15:22:36.016  2985  4102 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20311128T152236 - CU:15010018/CP:6077
11-30 15:22:36.016 26331 26331 I SEMS:MSFramework_10.5.0.000: [ELog][2][EasySignUpDBHandler] query end
11-30 15:22:36.017  3470  3844 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd0066340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:22:36.018  3470  3844 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd0066340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:22:36.020 26331 26331 I SEMS:DataAdapterLog_1.0: [2][SimUtil] get x UsingSlotId(0) : XXXX...6593
11-30 15:22:36.021  3470  3844 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xd0066340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:22:36.021  3470  3844 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xd0066340, isMutable: 0, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:22:36.023 26331 26331 I SEMS:DataAdapterLog_1.0: [2][SimUtil] get x UsingSlotId(1) : XXXX...3626
11-30 15:22:36.027  2985  2985 I GameManagerService: PkgInstallationReceiver, onReceive(),  begin, action: android.intent.action.PACKAGE_REMOVED
11-30 15:22:36.027  2985  2985 D UniversalCredentialManagerService: inside mPkgReciever onReceive : android.intent.action.PACKAGE_REMOVED
11-30 15:22:36.027  2985  2985 D UniversalCredentialManagerService: ACTION_PACKAGE_REMOVED : replacingApp -true
11-30 15:22:36.027  2985  2985 D UniversalCredentialManagerService: ACTION_PACKAGE_REMOVED : No need to cleanup db entries for app update
11-30 15:22:36.036  3510  3510 D MetadataParser: onPackageUpdated() key = com.android.chrome
11-30 15:22:36.038 26331 26331 I SEMS:RegistrationLog_1.0: [[ActivateLog]][2][ActivateReceiver] onReceive called  PACKAGE_ADDED com.android.chrome
11-30 15:22:36.042 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityReceiver] onReceive
11-30 15:22:36.042  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f08045f
11-30 15:22:36.042 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityReceiver] resetSupportHashContentActivity
11-30 15:22:36.042  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f140622
11-30 15:22:36.045 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.app.spage
11-30 15:22:36.046 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.bixby.agent
11-30 15:22:36.047 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.bixby.plmsync
11-30 15:22:36.049 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.homemode
11-30 15:22:36.049 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.visionintelligence
11-30 15:22:36.050 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.app.social
11-30 15:22:36.050 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.app.reminder
11-30 15:22:36.055 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.sec.mhs.smarttethering
11-30 15:22:36.055 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.android.dialer
11-30 15:22:36.056 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.fhub
11-30 15:22:36.059  2985  2985 V EnterpriseBillingAsyncHandler: packageModificationReceiver - onreceive - start - android.intent.action.PACKAGE_REMOVED
11-30 15:22:36.059  2985  2985 I DomainFilter: onReceive() - Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) }
11-30 15:22:36.059  2985  2985 I DomainFilter: packageRemoved() - packageName: com.android.chrome uid: 0
11-30 15:22:36.059 26331 26331 I SEMS:MobileService_10.5.0.000: [ActivityLog][2][ActivityUtils] can not find package : com.samsung.app.highlightplayer
11-30 15:22:36.063  2985  3433 V EnterpriseBillingPolicyInternal: packageModification -  start - android.intent.action.PACKAGE_REMOVED
11-30 15:22:36.063  2985  3433 V EnterpriseBillingPolicyInternal: uID is 10115
11-30 15:22:36.063  2985  3433 V EnterpriseBillingPolicyInternal: Removed Packageuid is0
11-30 15:22:36.063  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - enter
11-30 15:22:36.067  2985  2985 D SdpManagerService.receiver: onReceive - android.intent.action.PACKAGE_REMOVED
11-30 15:22:36.067  2985  2985 D SdpManagerService.receiver: On android.intent.action.PACKAGE_REMOVED : DATA = package:com.android.chrome, UID = 10115, UserId = 0, Is replacing? true
11-30 15:22:36.067  2985  2985 D SdpManagerService.receiver: On android.intent.action.PACKAGE_REMOVED : Skipped!
11-30 15:22:36.069  2985  3826 W SamsungActivityManager: Too many (100) com.google.android.gms PendingIntent are generated
11-30 15:22:36.076  2985  2985 D RCPManagerService: PackageReceiver onReceive()
11-30 15:22:36.077  2985  3826 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:36.077  2985  3826 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:36.078  2985  3826 D StorageManagerService: getExternalStorageMountMode : final mountMode=3, uid : 10115, packageName : com.android.chrome
11-30 15:22:36.078  2985  3826 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.android.chrome user:0
11-30 15:22:36.078  2985  3826 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:36.078  2985  3826 D ActivityManager: package  com.android.chrome, user - 0 is SDcard whitelisted
11-30 15:22:36.078  2985  3826 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.android.chrome user:0
11-30 15:22:36.078  2985  3826 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:36.078 28769 28769 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite
11-30 15:22:36.081 28769 28769 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0
11-30 15:22:36.081 28769 28769 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite
11-30 15:22:36.082  2985  3005 V MARsPolicyManager: onPackageStatusChange packageName = com.android.chrome, userID = 0
11-30 15:22:36.082  2985  2985 D BackupManagerService: Received broadcast Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) }
11-30 15:22:36.082  2985  3005 V MARsPolicyManager: handlePackageStatusChange isReInstall don't care!
11-30 15:22:36.091  2985  3826 I ActivityManager: Start proc 28959:com.android.chrome/u0a115 for service com.android.chrome/com.google.ipc.invalidation.ticl.android2.channel.GcmRegistrationTaskService
11-30 15:22:36.091 28959 28959 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:22:36.092  2985  2985 D StorageManagerService: getExternalStorageMountMode : 1
11-30 15:22:36.092  2985  2985 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:36.093  2985  2985 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 15001000, packageName : com.android.keychain
11-30 15:22:36.093 28959 28959 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:36.093  2985  2985 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.android.keychain user:150
11-30 15:22:36.094 28959 28959 I SELinux : SELinux: seapp_context_lookup: seinfo=chrome, level=s0:c512,c768, pkgname=com.android.chrome 
11-30 15:22:36.095  2985  2985 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:22:36.095  2985  2985 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.android.keychain user:150
11-30 15:22:36.096  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - exit null : containerId = 0
11-30 15:22:36.096  2985  3433 V EnterpriseBillingPolicyInternal: packageModificationReceiver - onreceive - personal application - profile null
11-30 15:22:36.097  2985  2985 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:22:36.098  2985  2985 D ActivityManager: package  com.android.keychain, user - 150 is SDcard blacklisted
11-30 15:22:36.104 19153 19153 I GsaVoiceInteractionSrv: O received Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) }
11-30 15:22:36.107 19153 19153 I GsaVoiceInteractionSrv: O received Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) }
11-30 15:22:36.113  2985  2985 I ActivityManager: Start proc 28972:com.android.keychain/u150s1000 for service com.android.keychain/.KeyChainService
11-30 15:22:36.115  2985  5090 D StorageManagerService: getExternalStorageMountMode : 1
11-30 15:22:36.115  2985  5090 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:36.116  2985  5090 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 10078, packageName : com.google.android.googlequicksearchbox
11-30 15:22:36.116  2985  5090 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.googlequicksearchbox user:0
11-30 15:22:36.116  2985  5090 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:36.116  2985  5090 D ActivityManager: package  com.google.android.googlequicksearchbox, user - 0 is SDcard whitelisted
11-30 15:22:36.116  2985  5090 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.googlequicksearchbox user:0
11-30 15:22:36.116  2985  5090 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:36.117 28972 28972 I Zygote  : Unshare entire /
11-30 15:22:36.120 28972 28972 I libpersona: umount_sub_dirs: unmounting [/mnt/secure/asec]
11-30 15:22:36.120 28972 28972 I libpersona: umount_sub_dirs: unmounting [/mnt/secure/asec]
11-30 15:22:36.121 28972 28972 I libpersona: umount_sub_dirs: unmounting [/mnt/asec/com.netflix.mediaclient-1]
11-30 15:22:36.124  3470  3470 D CarrierSvcBindHelper: No carrier app for: 0
11-30 15:22:36.125  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10115 ,Container id: 0
11-30 15:22:36.125  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10115 ,Container id: 0
11-30 15:22:36.125  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:36.126  3470  3470 D CarrierSvcBindHelper: No carrier app for: 1
11-30 15:22:36.130  2985  5090 I ActivityManager: Start proc 28977:com.google.android.googlequicksearchbox:search/u0a78 for service com.google.android.googlequicksearchbox/com.google.android.apps.gsa.search.core.service.SearchService
11-30 15:22:36.130 28977 28977 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:22:36.130  2985  2985 D KnoxMUMContainerPolicy: mPackageReceiver : action - android.intent.action.PACKAGE_REMOVED
11-30 15:22:36.130  2985  3827 W SamsungActivityManager: Too many (100) com.google.android.gms PendingIntent are generated
11-30 15:22:36.130  2985  2985 I HarmonyEASService: onReceive : android.intent.action.PACKAGE_REMOVED for 150
11-30 15:22:36.132 28977 28977 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:36.132  2985  2985 D EnterpriseLicenseService: package removed. userId = 150
11-30 15:22:36.133 28977 28977 I SELinux : SELinux: seapp_context_lookup: seinfo=apm, level=s0:c512,c768, pkgname=com.google.android.googlequicksearchbox:search 
11-30 15:22:36.135  2985  2995 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10115 ,Container id: 0
11-30 15:22:36.135  2985  2995 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10115 ,Container id: 0
11-30 15:22:36.135  2985  2995 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:36.136  3470  3470 D CarrierSvcBindHelper: No carrier app for: 0
11-30 15:22:36.136 28972 28972 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:22:36.137 28972 28972 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:22:36.138  3470  3470 D CarrierSvcBindHelper: No carrier app for: 1
11-30 15:22:36.139  3470  3470 I CarrierVvmPackageInstalledReceiver.onReceive: intent.getAction() android.intent.action.PACKAGE_ADDED packageName :com.android.chrome
11-30 15:22:36.140  2985  4102 D TelecomUtils: isAdditionalPrivilegedDialer: com.android.phone
11-30 15:22:36.142 28972 28972 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:22:36.142 28972 28972 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:22:36.142 28972 28972 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:22:36.142 28972 28972 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:22:36.143 28972 28972 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:22:36.144 28972 28972 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:22:36.144 28972 28972 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:22:36.144  2985  2985 D EnterprisePremiumVpnPolicyServiceV2: Vpn Receiver : android.intent.action.PACKAGE_REMOVED
11-30 15:22:36.145  2985  2985 D KnoxVpnEngineService: Vpn Receiver : android.intent.action.PACKAGE_REMOVED
11-30 15:22:36.145  2985  3150 I EnterprisePremiumVpnPolicyServiceV2: vpn handle : Message received
11-30 15:22:36.145  2985  3150 D EnterprisePremiumVpnPolicyServiceV2: Package removal intent is reached
11-30 15:22:36.145  2985  3150 D EnterprisePremiumVpnPolicyServiceV2: handleActionPackageRemoved : packageName = com.android.chrome : replacing = true
11-30 15:22:36.145  2985  2985 D UniversalCredentialManagerService: inside mPkgReciever onReceive : android.intent.action.PACKAGE_REMOVED
11-30 15:22:36.145  2985  2985 D UniversalCredentialManagerService: ACTION_PACKAGE_REMOVED : replacingApp -true
11-30 15:22:36.145  2985  2985 D UniversalCredentialManagerService: ACTION_PACKAGE_REMOVED : No need to cleanup db entries for app update
11-30 15:22:36.147  3510  3529 I zygote  : Background concurrent copying GC freed 328660(16MB) AllocSpace objects, 2(52KB) LOS objects, 50% free, 19MB/39MB, paused 214.995ms total 745.354ms
11-30 15:22:36.147  2985  2985 V EnterpriseBillingAsyncHandler: packageModificationReceiver - onreceive - start - android.intent.action.PACKAGE_REMOVED
11-30 15:22:36.147  2985  2985 I DomainFilter: onReceive() - Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) }
11-30 15:22:36.147  2985  2985 I DomainFilter: packageRemoved() - packageName: com.android.chrome uid: 150
11-30 15:22:36.148  2985  3433 V EnterpriseBillingPolicyInternal: packageModification -  start - android.intent.action.PACKAGE_REMOVED
11-30 15:22:36.148  2985  3433 V EnterpriseBillingPolicyInternal: uID is 15010115
11-30 15:22:36.148  2985  3433 V EnterpriseBillingPolicyInternal: Removed Packageuid is150
11-30 15:22:36.148  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - enter
11-30 15:22:36.149  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - exit null : containerId = 150
11-30 15:22:36.149  2985  3433 V EnterpriseBillingPolicyInternal: packageModificationReceiver - onreceive - personal application - profile null
11-30 15:22:36.150  2985  2985 D RCPManagerService: PackageReceiver onReceive()
11-30 15:22:36.150 28959 28959 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:36.151 28900 28900 D SecurityLogAgent, APMApplication: onCreate
11-30 15:22:36.151  2985  2985 D UpdateReceiver:: Action: android.intent.action.PACKAGE_ADDED
11-30 15:22:36.151  2985  3005 V MARsPolicyManager: onPackageStatusChange packageName = com.android.chrome, userID = 150
11-30 15:22:36.151  2985  3005 V MARsPolicyManager: handlePackageStatusChange isReInstall don't care!
11-30 15:22:36.152 28900 28900 D BixbyApi_0.2.7: isBixbySupported:false
11-30 15:22:36.152  2985  4102 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0xc1f76320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:22:36.153  2985  5102 I ActivityManager: DSS on for com.android.chrome and scale is 1.0
11-30 15:22:36.153  2985  4102 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0xc1f76320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:22:36.156 28900 28900 D SamsungAnalytics111040: cf feature is supported
11-30 15:22:36.160  2985  5090 D skia    : Bitmap.writeToParcel_BEGIN : parcelAddr: 0x9c97f320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:22:36.161  2985  5090 D skia    : Bitmap.writeToParcel_END : parcelAddr: 0x9c97f320, isMutable: 1, colorType: 4, alphaType: 2, width: 72, height: 72, rowBytes: 288, density: 480
11-30 15:22:36.163 23617 23664 I Finsky  : [43721] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=0, cacheMissCount=1. Missed  in cache (limit 10) : [com.android.chrome]
11-30 15:22:36.167 28972 28972 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:36.168 23617 23659 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:36.168 28972 28972 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.android.keychain 
11-30 15:22:36.180  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10078 ,Container id: 0
11-30 15:22:36.180  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10078 ,Container id: 0
11-30 15:22:36.181  2985  3827 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:36.190 28959 28959 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10115
11-30 15:22:36.191 28959 28959 D Proxy   : mdoP is null: 10115
11-30 15:22:36.196  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10078 ,Container id: 0
11-30 15:22:36.199  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10078 ,Container id: 0
11-30 15:22:36.199  2985  3827 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:36.199  6077 28953 I Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_REMOVED [CONTEXT service_id=17 ]
11-30 15:22:36.203  2985  2985 D WebViewLibraryLoader: Setting new address space to 130410440
11-30 15:22:36.207 28977 28977 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:36.209  2985  3827 I ActivityManager: DSS on for com.google.android.googlequicksearchbox and scale is 1.0
11-30 15:22:36.224 28959 28959 I cr_SplitCompatApp: Launched version=96.0.4664.45 minSdkVersion=24 isBundle=true processName=com.android.chrome isIsolated=false
11-30 15:22:36.228 28769 28769 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 294 native methods...
11-30 15:22:36.234  2985  3152 D KnoxVpnEngineService: handleActionPackageRemoved
11-30 15:22:36.234  2985  3152 D KnoxVpnEngineService: handleActionPackageRemoved : packageName = 0_com.android.chrome : replacing = true
11-30 15:22:36.234  2985  3152 D KnoxVpnEngineService: vpn handle : package removed: package being updated
11-30 15:22:36.234  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:22:36.234  2985  3152 D KnoxVpnEngineService: handleActionPackageRemoved
11-30 15:22:36.234  2985  3152 D KnoxVpnEngineService: handleActionPackageRemoved : packageName = 150_com.android.chrome : replacing = true
11-30 15:22:36.234  2985  3152 D KnoxVpnEngineService: vpn handle : package removed: package being updated
11-30 15:22:36.240 28977 28977 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10078
11-30 15:22:36.241 28977 28977 D Proxy   : mdoP is null: 10078
11-30 15:22:36.244  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15001000 ,Container id: 150
11-30 15:22:36.245  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15001000 ,Container id: 150
11-30 15:22:36.246 28972 28972 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:36.248  2985  5084 I ActivityManager: DSS on for com.android.keychain and scale is 1.0
11-30 15:22:36.250  3470  3470 D CarrierSvcBindHelper: No carrier app for: 0
11-30 15:22:36.252  3470  3470 D CarrierSvcBindHelper: No carrier app for: 1
11-30 15:22:36.255 13746 28958 I Auth    : [SupervisedAccountIntentOperation] onHandleIntent(): android.intent.action.PACKAGE_ADDED
11-30 15:22:36.257  3470  3470 D CarrierSvcBindHelper: No carrier app for: 0
11-30 15:22:36.261  3470  3470 D CarrierSvcBindHelper: No carrier app for: 1
11-30 15:22:36.262  3470  3470 D ImsResolver: maybeAddedImsService, packageName: com.android.chrome
11-30 15:22:36.263  3470  3470 D ImsResolver: maybeAddedImsService, packageName: com.android.chrome
11-30 15:22:36.264  3470  3470 D CarrierConfigLoader: mHandler: 9 phoneId: 0
11-30 15:22:36.271  3470  3470 D CarrierConfigLoader: mHandler: 9 phoneId: 0
11-30 15:22:36.275 28972 28972 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15001000
11-30 15:22:36.276 28972 28972 D Proxy   : mdoP is null: 15001000
11-30 15:22:36.279 28972 28972 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:22:36.288 28769 28769 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
11-30 15:22:36.309 28769 28769 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL
11-30 15:22:36.320 13746 13746 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:22:36.320 13746 13746 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:22:36.358 13746 13746 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:22:36.366 14965 28951 I Finsky  : [43500] fag.accept(26): Cancelled 0 ongoing asset module downloads for package com.android.chrome due to a concurrent app update.
11-30 15:22:36.370 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [OWbhOtPV6wxvap32pLBS4_S1PDoiRAgdfXjLbps3rhU]
11-30 15:22:36.370 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.android.chrome
11-30 15:22:36.374 14965 15041 I Finsky  : [43191] jpm.g(1): Installer: package com.android.chrome was removed. replacing: true
11-30 15:22:36.384 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Deduping intent android.intent.action.PACKAGE_REMOVED
11-30 15:22:36.385 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [OWbhOtPV6wxvap32pLBS4_S1PDoiRAgdfXjLbps3rhU]
11-30 15:22:36.386 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.android.chrome
11-30 15:22:36.410 14965 14965 W Finsky  : [2] htm.lA(7): IQA: synchronizing trichrome libraries
11-30 15:22:36.415 14965 15024 I Finsky  : [43182] jvm.a(109): IQA: no packages to activate
11-30 15:22:36.422 14965 28951 I Finsky  : [43500] fag.accept(36): Asset module broadcast after update successful for package com.android.chrome. 0 sessions broadcast.
11-30 15:22:36.427 23617 29028 I Finsky  : [43848] fag.accept(26): Cancelled 0 ongoing asset module downloads for package com.android.chrome due to a concurrent app update.
11-30 15:22:36.434 23617 23617 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [OWbhOtPV6wxvap32pLBS4_S1PDoiRAgdfXjLbps3rhU]
11-30 15:22:36.435 23617 23617 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.android.chrome
11-30 15:22:36.436 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [OWbhOtPV6wxvap32pLBS4_S1PDoiRAgdfXjLbps3rhU]
11-30 15:22:36.436 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.android.chrome
11-30 15:22:36.446 23617 23617 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Deduping intent android.intent.action.PACKAGE_REMOVED
11-30 15:22:36.447 23617 23617 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [OWbhOtPV6wxvap32pLBS4_S1PDoiRAgdfXjLbps3rhU]
11-30 15:22:36.448 23617 23617 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.android.chrome
11-30 15:22:36.449 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Deduping intent android.intent.action.PACKAGE_ADDED
11-30 15:22:36.449 14965 14965 I Finsky  : [2] jpv.d(4): Installer::IT: Successful install of com.android.chrome (isid: -4w61AazS--uuVO9gTB1xQ)
11-30 15:22:36.450  2985  5084 D PackageManager: setApplicationCategoryHint: com.android.chrome category: 4 caller: com.android.vending
11-30 15:22:36.451  2985  3826 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:36.452  2985  3614 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:36.455 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.android.chrome to state 70
11-30 15:22:36.459 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.android.chrome
11-30 15:22:36.461 23617 23617 W Finsky  : [2] htm.lA(7): IQA: synchronizing trichrome libraries
11-30 15:22:36.463 23617 29028 I Finsky  : [43848] fag.accept(36): Asset module broadcast after update successful for package com.android.chrome. 0 sessions broadcast.
11-30 15:22:36.471 14965 14965 I Finsky  : [2] jqc.w(1): Installer::IT: Cleaning up task: com.android.chrome
11-30 15:22:36.474 23617 23617 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [OWbhOtPV6wxvap32pLBS4_S1PDoiRAgdfXjLbps3rhU]
11-30 15:22:36.474 23617 23617 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.android.chrome
11-30 15:22:36.483 23617 23617 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Deduping intent android.intent.action.PACKAGE_ADDED
11-30 15:22:36.497 16033 28943 I aktn    : Scheduling Phenotype for a PhenotypeSyncImmediately(7, com.google.android.libraries.notifications#com.android.chrome) one off with window [1, 2] in seconds [CONTEXT service_id=51 ]
11-30 15:22:36.500  6077 28995 I aktn    : Scheduling Phenotype for a PhenotypeSyncImmediately(7, com.google.android.libraries.notifications#com.android.chrome) one off with window [1, 2] in seconds [CONTEXT service_id=51 ]
11-30 15:22:36.510 14965 14965 I Finsky  : [2] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=INSTALLED
11-30 15:22:36.533 28900 28900 D SamsungAnalytics111040: newThread on Executor
11-30 15:22:36.534 28900 28900 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:22:36.537  2985  5084 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.telkomsel.telkomselcm/com.v3d.equalcore.external.bootstrap.WatchDogReceiver
11-30 15:22:36.538  2985  3000 D StorageManagerService: getExternalStorageMountMode : 1
11-30 15:22:36.539  2985  3000 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:36.539  2985  3000 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 1000, packageName : com.samsung.android.bbc.bbcagent
11-30 15:22:36.539  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.bbc.bbcagent user:0
11-30 15:22:36.539  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:36.539  2985  3000 D ActivityManager: package  com.samsung.android.bbc.bbcagent, user - 0 is SDcard whitelisted
11-30 15:22:36.539  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.bbc.bbcagent user:0
11-30 15:22:36.539  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:36.552  2985  3000 I ActivityManager: Start proc 29039:com.samsung.android.bbc.bbcagent/1000 for broadcast com.samsung.android.bbc.bbcagent/.bbccontroller.receiver.PackageEventReceiver
11-30 15:22:36.552 29039 29039 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:22:36.554 29039 29039 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:36.556 29039 29039 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.samsung.android.bbc.bbcagent 
11-30 15:22:36.557  2985  2985 E ActivityManager: Already have existing proc ProcessRecord{9312939 3532:WebViewLoader-armeabi-v7a/1037} when adding ProcessRecord{f941b7e 0:WebViewLoader-armeabi-v7a/1037}
11-30 15:22:36.631  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:22:36.633  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:22:36.633 29039 29039 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:36.789  2985  2985 W ActivityManager: Slow operation: 232ms so far, now at startProcess: done creating new process record
11-30 15:22:36.789  2985  2985 W ActivityManager: Slow operation: 233ms so far, now at startProcess: stepping in to startProcess
11-30 15:22:36.790  2985  2985 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:android user:0
11-30 15:22:36.790  2985  2985 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:36.790  2985  2985 D ActivityManager: package  android, user - 0 is SDcard whitelisted
11-30 15:22:36.790  2985  2985 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:android user:0
11-30 15:22:36.790  2985  2985 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:36.801  2985  2985 I ActivityManager: Start proc 29053:WebViewLoader-armeabi-v7a/1037 [android.webkit.WebViewLibraryLoader$RelroFileCreator] for 
11-30 15:22:36.801  2985  2985 W ActivityManager: Slow operation: 244ms so far, now at startProcess: done starting proc!
11-30 15:22:36.801  2985  2985 D KnoxMUMContainerPolicy: mPackageReceiver : action - android.intent.action.PACKAGE_ADDED
11-30 15:22:36.801  2985  3001 W Looper  : Dispatch took 245ms on android.ui, h=Handler (com.android.server.am.ActivityManagerService$UiHandler) {2c94e88} cb=null msg=53
11-30 15:22:36.802  2985  5084 I ActivityManager: DSS on for com.samsung.android.bbc.bbcagent and scale is 1.0
11-30 15:22:36.802 29053 29053 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:36.803 29053 29053 I SELinux : SELinux: seapp_context_lookup: seinfo=default, pkgname=WebViewLoader-armeabi-v7a 
11-30 15:22:36.806  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:36.807  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:36.816 29053 29053 V WebViewLibraryLoader: RelroFileCreator (64bit = false),  32-bit lib: /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/base.apk!/lib/armeabi-v7a/libmonochrome.so, 64-bit lib: 
11-30 15:22:36.822 29039 29039 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 1000
11-30 15:22:36.823 29039 29039 D Proxy   : mdoP is null: 1000
11-30 15:22:36.877  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:36.877  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:36.877  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:36.914  2985  3000 W DropBoxManagerService: Dropping: system_server_wtf (2433 > 0 bytes)
11-30 15:22:37.004 29053 29053 I zygote  : System.exit called, status: 0
11-30 15:22:37.004 29053 29053 I AndroidRuntime: VM exiting with result code 0, cleanup skipped.
11-30 15:22:37.047  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:22:37.047  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1195, previously 2540
11-30 15:22:37.060  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:22:37.069  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2546, previously 2540
11-30 15:22:37.070  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1442, previously 4566
11-30 15:22:37.070  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 383, previously 2136
11-30 15:22:37.086  2985  2985 W ResourceType: For resource 0x7f130c16, entry index(3094) is beyond type entryCount(1442)
11-30 15:22:37.086  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:22:37.086  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:22:37.087  2985  2985 W ResourceType: For resource 0x7f1305f2, entry index(1522) is beyond type entryCount(1442)
11-30 15:22:37.087  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:22:37.087  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:22:37.090  2985  2985 W ResourceType: For resource 0x7f130824, entry index(2084) is beyond type entryCount(1442)
11-30 15:22:37.090  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:22:37.090  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:22:37.199 23617 29069 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:37.200 23617 29069 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:37.201 23617 29070 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:37.201 23617 29070 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:37.239  2985  3826 D ConnectivityService: filterNetworkStateForUid() uid: 10040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:37.243  2985  3614 D ConnectivityService: filterNetworkStateForUid() uid: 10040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:37.295 13746 25581 D SharedPreferencesImpl: Time required to fsync /data/user/150/com.google.android.gms/shared_prefs/AppDataSearch-main-icing-settings.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 1, <64: 1, <128: 1, <256: 1, <512: 2, <1024: 1, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:22:37.402 29039 29039 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:22:37.403 23617 23656 I Finsky  : [43715] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=1, cacheMissCount=0. Missed  in cache (limit 10) : []
11-30 15:22:37.405 23617 23656 I Finsky  : [43715] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=0, cacheMissCount=1. Missed  in cache (limit 10) : [com.android.chrome]
11-30 15:22:37.481  2985  3826 D StorageManagerService: getExternalStorageMountMode : 1
11-30 15:22:37.481  2985  3826 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:37.481  2985  3826 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 1000, packageName : com.samsung.android.da.daagent
11-30 15:22:37.482  2985  3826 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.da.daagent user:0
11-30 15:22:37.482  2985  3826 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:37.482  2985  3826 D ActivityManager: package  com.samsung.android.da.daagent, user - 0 is SDcard whitelisted
11-30 15:22:37.482  2985  3826 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.da.daagent user:0
11-30 15:22:37.482  2985  3826 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:37.495 29075 29075 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:22:37.496  2985  3826 I ActivityManager: Start proc 29075:com.samsung.android.da.daagent/1000 for broadcast com.samsung.android.da.daagent/.receiver.DualAppPackageEventReceiver
11-30 15:22:37.497 29075 29075 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:37.498 29075 29075 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.samsung.android.da.daagent 
11-30 15:22:37.520 13746 13746 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService PairActivityUserId=150 }
11-30 15:22:37.520 13746 13746 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService PairActivityUserId=150 }
11-30 15:22:37.523  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:22:37.524  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:22:37.524 29075 29075 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:37.526  2985  5090 I ActivityManager: DSS on for com.samsung.android.da.daagent and scale is 1.0
11-30 15:22:37.551 29075 29075 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 1000
11-30 15:22:37.552 29075 29075 D Proxy   : mdoP is null: 1000
11-30 15:22:37.555 29075 29075 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:22:37.556  6077  6492 D BluetoothAdapter: STATE_BLE_ON
11-30 15:22:37.623  6077  6492 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:22:37.625  6077  6492 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:22:37.664  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f08045e
11-30 15:22:37.665  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f140167
11-30 15:22:37.665  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f140621
11-30 15:22:37.665  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f140409
11-30 15:22:37.665  2985  2999 E ShortcutService: Ignoring excessive intent tag.
11-30 15:22:37.666 28977 28977 I MultiDex: VM with version 2.1.0 has multidex support
11-30 15:22:37.666 28977 28977 I MultiDex: install
11-30 15:22:37.666 28977 28977 I MultiDex: VM has multidex support, MultiDex support library is disabled.
11-30 15:22:37.683 23617 28936 I Finsky  : [43844] ihu.run(9): Wrote row to frosting DB: 19159
11-30 15:22:37.689 13746 25581 D SharedPreferencesImpl: Time required to fsync /data/user/150/com.google.android.gms/shared_prefs/AppDataSearch-main-icing-settings.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 1, <64: 1, <128: 1, <256: 1, <512: 3, <1024: 1, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:22:37.811 29038 29038 W ADebug  : Failed to get property persist.sys.media.traces
11-30 15:22:37.843 29038 29038 D AndroidRuntime: >>>>>> START com.android.internal.os.WebViewZygoteInit uid 1053 <<<<<<
11-30 15:22:37.849 29075 29075 D SamsungAnalytics:1.8.22: cf feature is supported
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[0]=-Xzygote
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[1]=-Xusetombstonedtraces
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[2]=exit
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[3]=vfprintf
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[4]=sensitiveThread
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[5]=-verbose:gc
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[6]=-Xms8m
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[7]=-Xmx512m
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[8]=-XX:HeapGrowthLimit=192m
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[9]=-XX:HeapMinFree=512k
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[10]=-XX:HeapMaxFree=8m
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[11]=-XX:HeapTargetUtilization=0.75
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[12]=-Xusejit:true
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[13]=-Xjitsaveprofilinginfo
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[14]=-agentlib:jdwp=transport=dt_android_adb,suspend=n,server=y
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[15]=-Ximage-compiler-option
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[16]=--runtime-arg
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[17]=-Ximage-compiler-option
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[18]=-Xms64m
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[19]=-Ximage-compiler-option
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[20]=--runtime-arg
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[21]=-Ximage-compiler-option
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[22]=-Xmx64m
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[23]=-Ximage-compiler-option
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[24]=--image-classes=/system/etc/preloaded-classes
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[25]=-Ximage-compiler-option
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[26]=--compiled-classes=/system/etc/compiled-classes
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[27]=-Ximage-compiler-option
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[28]=--dirty-image-objects=/system/etc/dirty-image-objects
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[29]=-Xcompiler-option
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[30]=--runtime-arg
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[31]=-Xcompiler-option
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[32]=-Xms64m
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[33]=-Xcompiler-option
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[34]=--runtime-arg
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[35]=-Xcompiler-option
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[36]=-Xmx512m
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[37]=-Ximage-compiler-option
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[38]=--instruction-set-variant=cortex-a15
11-30 15:22:37.870 29038 29038 I /system/bin/webview_zygote32: option[39]=-Xcompiler-option
11-30 15:22:37.871 29038 29038 I /system/bin/webview_zygote32: option[40]=--instruction-set-variant=cortex-a15
11-30 15:22:37.871 29038 29038 I /system/bin/webview_zygote32: option[41]=-Ximage-compiler-option
11-30 15:22:37.871 29038 29038 I /system/bin/webview_zygote32: option[42]=--instruction-set-features=default
11-30 15:22:37.871 29038 29038 I /system/bin/webview_zygote32: option[43]=-Xcompiler-option
11-30 15:22:37.871 29038 29038 I /system/bin/webview_zygote32: option[44]=--instruction-set-features=default
11-30 15:22:37.871 29038 29038 I /system/bin/webview_zygote32: option[45]=-Duser.locale=en-US
11-30 15:22:37.871 29038 29038 I /system/bin/webview_zygote32: option[46]=--cpu-abilist=armeabi-v7a,armeabi
11-30 15:22:37.871 29038 29038 I /system/bin/webview_zygote32: option[47]=-Xfingerprint:samsung/on7xeltedd/on7xelte:8.1.0/M1AJQ/G610FDXS1CTE2:user/release-keys
11-30 15:22:37.877  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:37.877  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:37.877  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:37.879 13746 15928 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
11-30 15:22:37.930 23617 28936 I Finsky  : [43844] ihu.run(9): Wrote row to frosting DB: 19160
11-30 15:22:37.964 23617 28936 I Finsky  : [43844] ihu.run(9): Wrote row to frosting DB: 19161
11-30 15:22:37.964 14965 28937 I Finsky  : [43494] ihu.run(9): Wrote row to frosting DB: 10575
11-30 15:22:37.967 13746 25581 I Icing   : updateResources: need to parse zul{com.android.chrome}
11-30 15:22:37.969 13746 25581 W System  : ClassLoader referenced unknown path: 
11-30 15:22:37.988 14965 28937 I Finsky  : [43494] ihu.run(9): Wrote row to frosting DB: 10576
11-30 15:22:37.999 14965 28937 I Finsky  : [43494] ihu.run(9): Wrote row to frosting DB: 10577
11-30 15:22:38.082 23617 28936 I Finsky  : [43844] ihu.run(9): Wrote row to frosting DB: 19162
11-30 15:22:38.093 14965 28937 I Finsky  : [43494] ihu.run(9): Wrote row to frosting DB: 10578
11-30 15:22:38.100 13746 25581 I zygote  : Deoptimizing void upq.cJ(android.os.Parcel, android.os.Parcelable, int) due to JIT inline cache
11-30 15:22:38.105 23617 28936 I Finsky  : [43844] ihu.run(9): Wrote row to frosting DB: 19163
11-30 15:22:38.122 14965 28937 I Finsky  : [43494] ihu.run(9): Wrote row to frosting DB: 10579
11-30 15:22:38.151 29075 29075 D SamsungAnalytics:1.8.22: [Tracker] Tracker start:1.8.22
11-30 15:22:38.161  2985  5090 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to android/com.kddi.android.CpaNotiReceiver
11-30 15:22:38.176  3470  3470 D CarrierMatchingBootReceiver: onReceive()...
11-30 15:22:38.176  3470  3470 D CarrierMatchingBootReceiver: Action received: android.intent.action.PACKAGE_REMOVED
11-30 15:22:38.178  3470  3470 D CarrierMatchingBootReceiver: isFirstTimeLaunch()...false
11-30 15:22:38.182  3470  3470 E CarrierMatchingBootReceiver: isCarrierMatchingEnabled: carrier_matching_status
11-30 15:22:38.182  3470  3470 D CarrierMatchingBootReceiver: isCarrierMatchingEnabled()...false
11-30 15:22:38.182  3470  3470 D CarrierMatchingBootReceiver: getCarrierMatchingPreferences()...key = haveShowCarrierMatchingError, value = false
11-30 15:22:38.182  3470  3470 D CarrierMatchingBootReceiver: getCarrierMatchingPreferences()...key = haveShowCarrierMatchingReady, value = false
11-30 15:22:38.183  3470  3470 D CarrierMatchingBootReceiver: cancelNotification()...
11-30 15:22:38.184  3470  3470 E CarrierMatchingBootReceiver: isCarrierMatchingEnabled: carrier_matching_status
11-30 15:22:38.184  3470  3470 E CarrierMatchingBootReceiver: isCarrierMatchingEnabled: carrier_matching_status
11-30 15:22:38.185  2985  5090 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.packagemanager.impl.PackageMonitorReceiverImpl$RegisteredReceiver
11-30 15:22:38.189  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.instantapps.appmanagement.InstantAppRemoveMonitor
11-30 15:22:38.189 14965 28937 I Finsky  : [43494] ihu.run(9): Wrote row to frosting DB: 10580
11-30 15:22:38.191 14965 14965 I Finsky  : [2] jqc.aO(13): Installer::IT: using autoupdate DAO and setting lastUpdateTimestamp
11-30 15:22:38.195 28564 28564 D GOS:GameServiceReceiver: action : android.intent.action.PACKAGE_REMOVED
11-30 15:22:38.195 28564 28564 D GOS:GameServiceReceiver: replacing. ignore
11-30 15:22:38.196  2985  5084 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.facebook.katana/com.facebook.feed.platformads.AppInstallReceiver
11-30 15:22:38.196  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.facebook.services/com.facebook.oxygen.services.fbns.RegisteredMqttSystemBroadcastReceiver
11-30 15:22:38.200  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.google.android.apps.photos/com.google.android.libraries.social.peoplekit.thirdparty.viewcontrollers.ThirdPartyReceiver
11-30 15:22:38.201  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy
11-30 15:22:38.201  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
11-30 15:22:38.201  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.google.android.googlequicksearchbox/com.google.android.apps.gsa.googlequicksearchbox.GelStubAppWatcher
11-30 15:22:38.201  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.microsoft.office.powerpoint/com.microsoft.android.crosssell.PackageStateReceiver
11-30 15:22:38.202  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.microsoft.office.word/com.microsoft.android.crosssell.PackageStateReceiver
11-30 15:22:38.202  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2002, previously 2011
11-30 15:22:38.202  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.rsupport.rs.activity.rsupport.aas2/com.rsupport.rs.receiver.SystemEventReceiver
11-30 15:22:38.202  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2773, previously 2855
11-30 15:22:38.202  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.samsung.android.SettingsReceiver/.networkconnect.NetworkConnectReceiver
11-30 15:22:38.203  2985  3000 D StorageManagerService: getExternalStorageMountMode : 1
11-30 15:22:38.203  2985  3000 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:38.203  2985  3000 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 1000, packageName : com.samsung.android.app.assistantmenu
11-30 15:22:38.204  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.app.assistantmenu user:0
11-30 15:22:38.204  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:38.204  2985  3000 D ActivityManager: package  com.samsung.android.app.assistantmenu, user - 0 is SDcard whitelisted
11-30 15:22:38.204  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.app.assistantmenu user:0
11-30 15:22:38.204  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:38.204  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 193, previously 1221
11-30 15:22:38.218 29093 29093 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:22:38.218  2985  3000 I ActivityManager: Start proc 29093:com.samsung.android.app.assistantmenu/1000 for broadcast com.samsung.android.app.assistantmenu/.AssistantMenuReceiver
11-30 15:22:38.220 29093 29093 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:38.221 29093 29093 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.samsung.android.app.assistantmenu 
11-30 15:22:38.240 14965 28937 I Finsky  : [43494] ihu.run(9): Wrote row to frosting DB: 10581
11-30 15:22:38.243  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:22:38.244  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:22:38.244 29093 29093 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:38.246  2985  5084 I ActivityManager: DSS on for com.samsung.android.app.assistantmenu and scale is 1.0
11-30 15:22:38.265 29093 29093 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 1000
11-30 15:22:38.266 29093 29093 D Proxy   : mdoP is null: 1000
11-30 15:22:38.309 14965 15024 I Finsky  : [43182] mwx.call(13): UIMP: No update discovered for com.android.chrome
11-30 15:22:38.311 14965 14965 I Finsky  : [2] jqc.u(5): Installer::IT: com.android.chrome to state 80
11-30 15:22:38.311 14965 14965 I Finsky  : [2] jpm.X(1): Installer: stopping tracking of task: com.android.chrome
11-30 15:22:38.316 14965 15041 I Finsky  : [43191] mnc.ba(1): UpdateImportanceScores for packageName com.android.chrome = UpdateImportanceScores{packageName=com.android.chrome, updateUsefulnessScore=0.26894143, manualActionNeededScore=0.0, updateNotificationUserClickability=1.0, appUsageStats=AppUsageStats(packageName=com.android.chrome, lastUsedTime=1970-01-01T00:00:00Z, usageIntervalStartTime=2021-11-30T03:14:12.917Z, usageIntervalEndTime=2021-11-30T04:01:08.147Z, foregroundInterval=PT0S, activeSubIntervals=0)}
11-30 15:22:38.317 14965 28506 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:38.317 14965 28506 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:38.320 14965 14965 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=true, apps=[]
11-30 15:22:38.322 14965 28505 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:38.322 14965 28505 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:38.323 14965 28948 I Finsky  : [43497] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=INSTALLED
11-30 15:22:38.327 14965 14965 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=true, apps=[]
11-30 15:22:38.329 15059 15115 I Finsky:background: [43182] lus.c(5): Installer::MCS: User=UserHandle{150} released=com.android.chrome
11-30 15:22:38.330 15059 15115 W Finsky:background: [43182] lus.e(5): Installer::MCS: Could not notify listener for user UserHandle{0}
11-30 15:22:38.331 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.android.chrome
11-30 15:22:38.340 14965 14965 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=true, apps=[]
11-30 15:22:38.356  2985  5084 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:38.361  2985  5084 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:38.375 14965 28937 I Finsky  : [43494] ihu.run(9): Wrote row to frosting DB: 10582
11-30 15:22:38.397 23617 28936 I Finsky  : [43844] ihu.run(9): Wrote row to frosting DB: 19164
11-30 15:22:38.401 23617 23659 I ApplicationPackageManager: load=com.android.chrome, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:22:38.407 23617 23659 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:38.409 23617 23659 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:22:38.409 23617 23659 I ApplicationPackageManager: load=com.android.chrome-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:22:38.411 23617 23664 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:38.430 23617 23664 I ApplicationPackageManager: load=com.android.chrome, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:22:38.433 23617 23664 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:38.435 23617 23664 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:22:38.435 23617 23664 I ApplicationPackageManager: load=com.android.chrome-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:22:38.437 23617 23656 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:38.437 23617 23664 I Finsky  : [43721] jvm.a(109): IQA: no packages to activate
11-30 15:22:38.438 23617 23664 I Finsky  : [43721] jpm.g(1): Installer: package com.android.chrome was removed. replacing: true
11-30 15:22:38.439 23617 23664 I Finsky  : [43721] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=UNINSTALLED
11-30 15:22:38.440 23617 23656 I ApplicationPackageManager: load=com.android.chrome, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:22:38.440 23617 23617 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=true, apps=[]
11-30 15:22:38.442 23617 23664 I Finsky  : [43721] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=1, cacheMissCount=0. Missed  in cache (limit 10) : []
11-30 15:22:38.442 23617 29026 I Finsky  : [43847] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=UNINSTALLED
11-30 15:22:38.444 23617 23656 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:38.446 23617 23656 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:22:38.446 23617 23656 I ApplicationPackageManager: load=com.android.chrome-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:22:38.447 23617 23659 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:38.451 23617 23659 I ApplicationPackageManager: load=com.android.chrome, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:22:38.454 23617 23659 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:38.456 23617 23659 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:22:38.456 23617 23659 I ApplicationPackageManager: load=com.android.chrome-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:22:38.463 29038 29038 D ICU     : Timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
11-30 15:22:38.484 23617 23664 I Finsky  : [43721] pmg.accept(69): SCH: Scheduling phonesky job Id: 12-1, CT: 1638260557199, Constraints: [{ L: 15000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:22:38.571 14965 15024 I Finsky  : [43182] pmg.accept(69): SCH: Scheduling phonesky job Id: 12-1, CT: 1638260556365, Constraints: [{ L: 15000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:22:38.585 14965 28937 I Finsky  : [43494] ihu.run(9): Wrote row to frosting DB: 10583
11-30 15:22:38.592  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 98, previously 597
11-30 15:22:38.592  2985  2985 W ResourceType: Found multiple library tables, ignoring...
11-30 15:22:38.592  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 6282, previously 6446
11-30 15:22:38.595  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 198, previously 1867
11-30 15:22:38.595  2985  2985 W ResourceType: Found multiple library tables, ignoring...
11-30 15:22:38.596 29038 29038 E SemAffinityControl: SemAffinityControl: registerfunction enter
11-30 15:22:38.598 14965 15024 I Finsky  : [43182] pgq.apply(52): SCH: Scheduling 1 system job(s)
11-30 15:22:38.598 14965 15024 I Finsky  : [43182] pgq.apply(58): SCH: Scheduling system job Id: 9026, L: 12767, D: 81897082, C: false, I: false, N: 1
11-30 15:22:38.600 28977 28982 I zygote  : Do partial code cache collection, code=5KB, data=29KB
11-30 15:22:38.601 28977 28982 I zygote  : After code cache collection, code=5KB, data=29KB
11-30 15:22:38.601 28977 28982 I zygote  : Increasing code cache capacity to 128KB
11-30 15:22:38.605  2985  5090 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20211130T152325 - CU:1000/CP:2985
11-30 15:22:38.611  2985  5090 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20211130T152834 - CU:1000/CP:2985
11-30 15:22:38.612  2985  5090 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:38.618  2985  5090 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20211130T152251 - CU:1000/CP:2985
11-30 15:22:38.645 14965 15024 I Finsky  : [43182] pmg.accept(69): SCH: Scheduling phonesky job Id: 12-1, CT: 1638260556421, Constraints: [{ L: 15000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:22:38.665 23617 23664 I Finsky  : [43721] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=1, cacheMissCount=0, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : []
11-30 15:22:38.671 14965 15043 I Finsky  : [43189] ffa.b(32): [ContentSync] finished, scheduled=true
11-30 15:22:38.676 23617 23664 I Finsky  : [43721] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=0, cacheMissCount=1, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : [com.android.chrome]
11-30 15:22:38.680 28769 28769 W zygote  : Verification of xsu vzk.aI() took 2.340s
11-30 15:22:38.684 16033 16414 I FontLog : Received query Google Sans, URI content://com.google.android.gms.fonts [CONTEXT service_id=132 ]
11-30 15:22:38.685 16033 16414 I FontLog : Query [Google Sans] resolved to {Google Sans, wdth 100.0, wght 400, ital 0.0, bestEffort false} [CONTEXT service_id=132 ]
11-30 15:22:38.689 23617 23664 I Finsky  : [43721] slz.q(6): Created new item store.
11-30 15:22:38.689 23617 23664 I Finsky  : [43721] esd.o(2): AIM: AppInfoManager-Perf > ItemModel > ItemStore Called 1 apps cacheOptions = REFRESH_LOCAL_CACHE
11-30 15:22:38.692 16033 16414 I FontLog : Font PFD returned from cache for {Google Sans, wdth 100.0, wght 400, ital 0.0, bestEffort false} [CONTEXT service_id=132 ]
11-30 15:22:38.693 16033 16414 I FontLog : Fetch {Google Sans, wdth 100.0, wght 400, ital 0.0, bestEffort false} end status Status{statusCode=SUCCESS, resolution=null} [CONTEXT service_id=132 ]
11-30 15:22:38.714 14965 15043 I Finsky  : [43189] pgq.apply(52): SCH: Scheduling 0 system job(s)
11-30 15:22:38.715 14965 15043 I Finsky  : [43189] ffa.b(32): [ContentSync] finished, scheduled=true
11-30 15:22:38.720  2985  5084 D ConnectivityService: filterNetworkStateForUid() uid: 10115 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:38.721 16033 16414 I FontLog : Pulling font file for id = 12, cache size = 6 [CONTEXT service_id=132 ]
11-30 15:22:38.727 28769 28789 I zygote  : Background concurrent copying GC freed 15635(2MB) AllocSpace objects, 5(100KB) LOS objects, 50% free, 1807KB/3MB, paused 2.041ms total 2.222s
11-30 15:22:38.759 23617 23664 I Finsky  : [43721] esc.a(66): AIM: ItemModel fetch - unauth(0), auth([N8reDF7aysQU-3c4nd2u7UpZYHKO97JzBanvUzeZTOk]->1)
11-30 15:22:38.763 14965 28948 I Finsky  : [43497] jvx.C(6): IQ: Pruning inactive install requests
11-30 15:22:38.765 14965 28948 I Finsky  : [43497] jvx.C(37): IQ: 0 pending for job: 10587
11-30 15:22:38.765 14965 28948 I Finsky  : [43497] jvx.C(38): IQ: Finishing job 10587
11-30 15:22:38.766 14965 28948 I Finsky  : [43497] pmo.s(4): SCH: jobFinished: 3-10587. TimeElapsed: 257824ms.
11-30 15:22:38.768 14965 28948 I Finsky  : [43497] gct.d(1): XPF:unbinding for 250827085
11-30 15:22:38.768 14965 28948 I Finsky  : [43497] gct.d(1): XPF:unbinding for 21676307
11-30 15:22:38.769 14965 28948 I Finsky  : [43497] jvx.C(45): IQ: No matching installs to run for jobs: [10587]
11-30 15:22:38.769 23617 23734 I Finsky  : [43759] gcp.e(3): XPF:Removing listener for user UserHandle{150} and listener 27184946
11-30 15:22:38.774 23617 23734 I Finsky  : [43759] gcp.e(3): XPF:Removing listener for user UserHandle{150} and listener 107717763
11-30 15:22:38.788 28769 29124 I Watchcat: Started
11-30 15:22:38.790 23617 23665 I Finsky  : [43722] krc.apply(5): ItemStore: Not cached: com.android.chrome
11-30 15:22:38.791 28769 28769 I axuq    : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API.
11-30 15:22:38.798 29093 29093 D DiagMonProvider: File path: /data/data/com.samsung.android.app.assistantmenu/diagmon/diagmon.log
11-30 15:22:38.809  2985  2985 D ApplicationPolicy: packageInstalledForExternalStorage com.android.chrome
11-30 15:22:38.811 23617 23656 I Finsky  : [43715] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=1, cacheMissCount=0, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : []
11-30 15:22:38.811  2985  2985 D ApplicationPolicy: checkExternalStoragePkg - uid - 1000, key - PackageNameExternalStorageWhiteList, packageName- com.android.chrome
11-30 15:22:38.811  2985  2985 D ApplicationPolicy: checkExternalStoragePkg : Not match found
11-30 15:22:38.811  2985  2985 D ApplicationPolicy: checkExternalStoragePkg - uid - 1000, key - PackageNameExternalStorageBlackList, packageName- com.android.chrome
11-30 15:22:38.811  2985  2985 D ApplicationPolicy: checkExternalStoragePkg - uid - 1250, key - PackageNameExternalStorageWhiteList, packageName- com.android.chrome
11-30 15:22:38.811  2985  2985 D ApplicationPolicy: checkExternalStoragePkg - uid - 1250, key - PackageNameExternalStorageBlackList, packageName- com.android.chrome
11-30 15:22:38.811  2985  2985 D ApplicationPolicy: checkExternalStoragePkg - uid - 10018, key - PackageNameExternalStorageWhiteList, packageName- com.android.chrome
11-30 15:22:38.811  2985  2985 D ApplicationPolicy: checkExternalStoragePkg - uid - 10018, key - PackageNameExternalStorageBlackList, packageName- com.android.chrome
11-30 15:22:38.811  2985  2985 D ApplicationPolicy: checkExternalStoragePkg - uid - 10431, key - PackageNameExternalStorageWhiteList, packageName- com.android.chrome
11-30 15:22:38.811  2985  2985 I chatty  : uid=1000 system_server identical 6 lines
11-30 15:22:38.811  2985  2985 D ApplicationPolicy: checkExternalStoragePkg - uid - 10431, key - PackageNameExternalStorageBlackList, packageName- com.android.chrome
11-30 15:22:38.811  2985  2985 D ApplicationPolicy: checkExternalStoragePkg : Not match found
11-30 15:22:38.811  2985  2985 D PackageManager: Shame on you for calling the hidden API queryBroadcastReceivers(). Shame!
11-30 15:22:38.812  2985  2985 V ApplicationPolicy: refresh widget status with providers for user 0
11-30 15:22:38.812  2985  2985 E SDAgentPackageStateReceiver: Not going to handle 'com.android.chrome'!
11-30 15:22:38.812  2985  2985 D EnterprisePremiumVpnPolicyServiceV2: Vpn Receiver : android.intent.action.PACKAGE_ADDED
11-30 15:22:38.812  2985  2985 D KnoxVpnEngineService: Vpn Receiver : android.intent.action.PACKAGE_ADDED
11-30 15:22:38.812  2985  3150 I EnterprisePremiumVpnPolicyServiceV2: vpn handle : Message received
11-30 15:22:38.812  2985  3150 D EnterprisePremiumVpnPolicyServiceV2: vpn handle : Handle MSG package add
11-30 15:22:38.812  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:22:38.814 23617 23665 I Finsky  : [43722] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=0, cacheMissCount=1, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : [com.android.chrome]
11-30 15:22:38.816 23617 23665 I Finsky  : [43722] esd.o(2): AIM: AppInfoManager-Perf > ItemModel > ItemStore Called 1 apps cacheOptions = REFRESH_LOCAL_CACHE
11-30 15:22:38.816 29093 29093 D AssistantMenuApp: onCreate , UI version : 9.5
11-30 15:22:38.816  2985  5090 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:22:38.817  2985  5090 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:38.817  2985  5090 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.vending,userId = 150
11-30 15:22:38.817  2985  5090 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:38.817 23617 23664 I Finsky  : [43721] krc.apply(5): ItemStore: Not cached: com.android.chrome
11-30 15:22:38.818 23617 23665 I Finsky  : [43722] esc.a(66): AIM: ItemModel fetch - unauth(0), auth([N8reDF7aysQU-3c4nd2u7UpZYHKO97JzBanvUzeZTOk]->1)
11-30 15:22:38.818  2985  2985 I GameManagerService: PkgInstallationReceiver, onReceive(),  begin, action: android.intent.action.PACKAGE_ADDED
11-30 15:22:38.819 29093 29093 D SamsungAnalytics111040: cf feature is supported
11-30 15:22:38.819  2985  5090 E NotificationService: Suppressing notification from package by user request.
11-30 15:22:38.820 14965 15041 I Finsky  : [43191] mnd.a(19): Showing notification: [ID=successful update, Tag=null, Title=1 app updated, Message=Google Chrome: Fast & Secure, channelId=updates-completed, targetType=1, returnCode=-1, uiElementType=902]
11-30 15:22:38.840 29093 29093 D SamsungAnalytics111040: newThread on Executor
11-30 15:22:38.841 29093 29093 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:22:38.842 29093 29093 D AssistantMenuReceiver: [c] AssistantMenuReceiver:android.intent.action.PACKAGE_REMOVED
11-30 15:22:38.842 29093 29093 D AssistantMenuReceiver: [c] PACKAGE_REMOVED : com.android.chrome
11-30 15:22:38.843 29093 29093 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1545 android.content.ContextWrapper.startService:669 android.content.ContextWrapper.startService:669 com.samsung.android.app.assistantmenu.AssistantMenuReceiver.onReceive:473 android.app.ActivityThread.handleReceiver:3406 
11-30 15:22:38.852  2985  5090 D StorageManagerService: getExternalStorageMountMode : 1
11-30 15:22:38.852  2985  5090 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:38.852  2985  5090 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 10101, packageName : com.samsung.android.app.watchmanagerstub
11-30 15:22:38.852  2985  5090 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.app.watchmanagerstub user:0
11-30 15:22:38.852  2985  5090 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:38.853  2985  5090 D ActivityManager: package  com.samsung.android.app.watchmanagerstub, user - 0 is SDcard whitelisted
11-30 15:22:38.853  2985  5090 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.app.watchmanagerstub user:0
11-30 15:22:38.853  2985  5090 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:38.854 28769 28784 I zygote  : Do partial code cache collection, code=30KB, data=25KB
11-30 15:22:38.864  2985  5090 I ActivityManager: Start proc 29138:com.samsung.android.app.watchmanagerstub/u0a101 for broadcast com.samsung.android.app.watchmanagerstub/com.sec.android.applicationmgr.WMStubBroadCastReceiver
11-30 15:22:38.865 29138 29138 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:22:38.867 29138 29138 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:38.868 29138 29138 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.android.app.watchmanagerstub 
11-30 15:22:38.877  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:38.878  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:38.878  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:38.880  2985  3152 D KnoxVpnEngineService: vpn handle : Handle MSG package add
11-30 15:22:38.880  2985  3152 D KnoxVpnEngineService: vpn handle : package added: package being updated
11-30 15:22:38.889 14965 14965 I Finsky  : [2] jss.a(28): IQ::HLD: previousAllInstallsDone is Optional[false], allInstallationsDone is Optional[true]
11-30 15:22:38.890 14965 14965 I Finsky  : [2] jss.a(30): IQ::HLD: Updating installations status false cross profiles
11-30 15:22:38.891 14965 14965 I Finsky  : [2] gct.b(1): XPF:Binding for 88642251
11-30 15:22:38.891 14965 14965 I Finsky  : [2] gct.b(2): Skipping binding because it's already bound.
11-30 15:22:38.893 23617 23734 I Finsky  : [43759] gcp.c(3): XPF:User UserHandle{150} is not in installation anymore, removing profile.
11-30 15:22:38.894 23617 23734 I Finsky  : [43759] gcp.c(5): XPF:Notifying user UserHandle{0} that all installs are finished
11-30 15:22:38.894 23617 23734 I Finsky  : [43759] gcp.c(5): XPF:Notifying user UserHandle{150} that all installs are finished
11-30 15:22:38.900  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10101 ,Container id: 0
11-30 15:22:38.900 14965 14965 I Finsky  : [2] gct.d(1): XPF:unbinding for 88642251
11-30 15:22:38.900  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10101 ,Container id: 0
11-30 15:22:38.900  2985  5084 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:38.901 23617 23734 I Finsky  : [43759] gcp.e(3): XPF:Removing listener for user UserHandle{150} and listener 49848876
11-30 15:22:38.902 16033 16414 I FontLog : Received query Google Sans:500, URI content://com.google.android.gms.fonts [CONTEXT service_id=132 ]
11-30 15:22:38.903 16033 16414 I FontLog : Query [Google Sans:500] resolved to {Google Sans, wdth 100.0, wght 500, ital 0.0, bestEffort false} [CONTEXT service_id=132 ]
11-30 15:22:38.905 16033 16414 I FontLog : Font PFD returned from cache for {Google Sans, wdth 100.0, wght 500, ital 0.0, bestEffort false} [CONTEXT service_id=132 ]
11-30 15:22:38.906 16033 16414 I FontLog : Fetch {Google Sans, wdth 100.0, wght 500, ital 0.0, bestEffort false} end status Status{statusCode=SUCCESS, resolution=null} [CONTEXT service_id=132 ]
11-30 15:22:38.911  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10101 ,Container id: 0
11-30 15:22:38.911  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10101 ,Container id: 0
11-30 15:22:38.911  2985  5084 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:38.918 16033 16414 I FontLog : Pulling font file for id = 13, cache size = 7 [CONTEXT service_id=132 ]
11-30 15:22:38.919 29138 29138 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:38.921  2985  5084 I ActivityManager: DSS on for com.samsung.android.app.watchmanagerstub and scale is 1.0
11-30 15:22:38.940 14965 15024 I Finsky  : [43182] pmg.accept(69): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1638240359516, Constraints: [{ L: 43200000, D: 44100000, C: 1, I: 1, N: 0 }]
11-30 15:22:38.942 29138 29138 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10101
11-30 15:22:38.943 29138 29138 D Proxy   : mdoP is null: 10101
11-30 15:22:38.964 16033 16414 I FontLog : Received query Google Sans:700, URI content://com.google.android.gms.fonts [CONTEXT service_id=132 ]
11-30 15:22:38.965 16033 16414 I FontLog : Query [Google Sans:700] resolved to {Google Sans, wdth 100.0, wght 700, ital 0.0, bestEffort false} [CONTEXT service_id=132 ]
11-30 15:22:38.966 28769 28784 I zygote  : After code cache collection, code=30KB, data=25KB
11-30 15:22:38.966 28769 28784 I zygote  : Increasing code cache capacity to 128KB
11-30 15:22:38.968 16033 16414 I FontLog : Fetch {Google Sans, wdth 100.0, wght 700, ital 0.0, bestEffort false} end status Status{statusCode=SUCCESS, resolution=null} [CONTEXT service_id=132 ]
11-30 15:22:38.984 23617 29026 I Finsky  : [43847] jvx.C(6): IQ: Pruning inactive install requests
11-30 15:22:38.985 23617 29026 I Finsky  : [43847] jvx.C(45): IQ: No matching installs to run for jobs: []
11-30 15:22:38.989 28769 29125 I GMS_MM_Logger: Started.
11-30 15:22:39.002 14965 15041 I Finsky  : [43191] pgq.apply(52): SCH: Scheduling 1 system job(s)
11-30 15:22:39.002 14965 15041 I Finsky  : [43191] pgq.apply(58): SCH: Scheduling system job Id: 9029, L: 23000514, D: 23900514, C: false, I: false, N: 0
11-30 15:22:39.003 16033 16584 I FontLog : Pulling font file for id = 14, cache size = 7 [CONTEXT service_id=132 ]
11-30 15:22:39.023 28769 28769 D BoundBrokerSvc: onBind: Intent { act=com.google.firebase.auth.api.gms.service.START pkg=com.google.android.gms }
11-30 15:22:39.023 28769 28769 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.firebase.auth.api.gms.service.START pkg=com.google.android.gms }
11-30 15:22:39.036 29138 29138 D WMStubBroadCastReceiver: onReceive::android.intent.action.PACKAGE_REMOVED
11-30 15:22:39.036 29138 29138 D WMStubBroadCastReceiver: ACTION_PACKAGE_REMOVED : com.android.chrome, upgrade : true
11-30 15:22:39.039  2985  3827 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:39.039  2985  3827 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:39.039  2985  3827 D StorageManagerService: getExternalStorageMountMode : final mountMode=3, uid : 1250, packageName : com.samsung.android.knox.containeragent
11-30 15:22:39.040  2985  3827 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.knox.containeragent user:0
11-30 15:22:39.040  2985  3827 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:39.040  2985  3827 D ActivityManager: package  com.samsung.android.knox.containeragent, user - 0 is SDcard whitelisted
11-30 15:22:39.040  2985  3827 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.knox.containeragent user:0
11-30 15:22:39.040  2985  3827 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:39.042  4228  4228 D io_stats: !@ 179,0 r 54690586 1393714072 w 6065135 85696920 d 1206578 30768848 f 1081282 1080333 iot 29937730 29342784 th 51200 0 0 pt 0 inp 21 16 264058.034
11-30 15:22:39.043  4228  4228 D io_stats: !@ 179,32 r 53181 2512928 w 1433 65534 d 0 0 f 0 0 iot 120820 119877 th 51200 0 0 pt 0 inp 0 0 264058.036
11-30 15:22:39.053  2985  3827 I ActivityManager: Start proc 29159:com.samsung.android.knox.containeragent/1250 for broadcast com.samsung.android.knox.containeragent/.KnoxPackageStateReceiver
11-30 15:22:39.054 29159 29159 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:22:39.056 29159 29159 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:39.057  2985  2985 W ResourceType: For resource 0x7f130fe2, entry index(4066) is beyond type entryCount(1442)
11-30 15:22:39.062 29159 29159 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.android.knox.containeragent 
11-30 15:22:39.067 28977 28977 I zygote  : Deoptimizing java.lang.Object com.google.common.b.pw.g(java.lang.Object, java.lang.Object[], int, int, java.lang.Object) due to JIT inline cache
11-30 15:22:39.079  2985  2985 W ResourceType: For resource 0x7f130fe3, entry index(4067) is beyond type entryCount(1442)
11-30 15:22:39.086 14965 29174 I Finsky  : [43510] pob.a(16): SCH: job service finished with id 9019.
11-30 15:22:39.090  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1250 ,Container id: 0
11-30 15:22:39.091  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1250 ,Container id: 0
11-30 15:22:39.091  2985  3827 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:39.095  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1250 ,Container id: 0
11-30 15:22:39.096  2985  3827 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:39.101  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1250 ,Container id: 0
11-30 15:22:39.101  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1250 ,Container id: 0
11-30 15:22:39.101  2985  3827 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:39.105  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1250 ,Container id: 0
11-30 15:22:39.105  2985  3827 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:39.110 29159 29159 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:39.112  2985  3827 I ActivityManager: DSS on for com.samsung.android.knox.containeragent and scale is 1.0
11-30 15:22:39.117 28977 28977 I zygote  : Deoptimizing com.google.common.b.in com.google.common.b.in.D(int, java.lang.Object[]) due to JIT same target
11-30 15:22:39.132 29159 29159 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 1250
11-30 15:22:39.133 29159 29159 D Proxy   : mdoP is null: 1250
11-30 15:22:39.137  2985  3827 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:22:39.137  2985  3827 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3771, temperature: 320, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:22:39.137  2985  3827 D BatteryService: online:4, current avg:86, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:90
11-30 15:22:39.137  2985  3827 D BatteryService: stay LED for charging
11-30 15:22:39.291 29159 29159 D KnoxUsageDB: getInstance - KnoxUsageDBHelper
11-30 15:22:39.291 29159 29159 D KnoxUsageDB: null == mDbHelperInstance - KnoxUsageDBHelper
11-30 15:22:39.295 29159 29159 D KnoxPackageStateReceiver:  received intent Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 cmp=com.samsung.android.knox.containeragent/.KnoxPackageStateReceiver (has extras) }
11-30 15:22:39.305 28977 28982 I zygote  : Do partial code cache collection, code=48KB, data=62KB
11-30 15:22:39.306 28977 28982 I zygote  : After code cache collection, code=41KB, data=58KB
11-30 15:22:39.306 28977 28982 I zygote  : Increasing code cache capacity to 256KB
11-30 15:22:39.307 28977 28982 I zygote  : Method exceeds compiler instruction limit: 17614 in java.util.Map com.google.android.apps.gsa.shared.logger.b.h.d()
11-30 15:22:39.309 29159 29159 D AppUpdateReceiver: onReceive: AppUpdateReceiver action is android.intent.action.PACKAGE_REMOVED
11-30 15:22:39.313 14965 29179 I Finsky  : [43511] fur.run(6): Installer: Session time: 294 seconds
11-30 15:22:39.474 28769 28789 I zygote  : Background concurrent copying GC freed 25544(1685KB) AllocSpace objects, 4(80KB) LOS objects, 50% free, 2MB/4MB, paused 234us total 130.059ms
11-30 15:22:39.775  2985  3000 D StorageManagerService: getExternalStorageMountMode : 1
11-30 15:22:39.775  2985  3000 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:39.775  2985  3000 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 10058, packageName : com.samsung.android.email.provider
11-30 15:22:39.775  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.email.provider user:0
11-30 15:22:39.775  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:39.775  2985  3000 D ActivityManager: package  com.samsung.android.email.provider, user - 0 is SDcard whitelisted
11-30 15:22:39.775  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.email.provider user:0
11-30 15:22:39.775  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:39.787  2985  3000 I ActivityManager: Start proc 29180:com.samsung.android.email.provider/u0a58 for service com.samsung.android.email.provider/com.samsung.android.email.sync.service.EmailService
11-30 15:22:39.788 29180 29180 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:22:39.788 29180 29180 E Zygote  : isSdpEnabledProcess - SDP enabled
11-30 15:22:39.789 29180 29180 E Zygote  : isSdpEnabledProcess - SDP enabled
11-30 15:22:39.790 29180 29180 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:39.791 29180 29180 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.android.email.provider 
11-30 15:22:39.811  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10058 ,Container id: 0
11-30 15:22:39.811  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10058 ,Container id: 0
11-30 15:22:39.878  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:39.878  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:39.878  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:40.092 28977 28977 I A       : Initializing GMS Compliance Client Library...
11-30 15:22:40.093 28977 28977 I A       : Checking for device compliance...
11-30 15:22:40.098 28977 28977 I A       : Completed library init.
11-30 15:22:40.309 27828 27828 I DMT-SMReceiver: Received : android.intent.action.PACKAGE_REMOVED
11-30 15:22:40.409  2985  3827 W SmartCardPolicy: SmartCardEmailPolicy API [0,10058] 
11-30 15:22:40.627 23617 23664 I Finsky  : [43721] pgq.apply(52): SCH: Scheduling 1 system job(s)
11-30 15:22:40.627 23617 23664 I Finsky  : [43721] pgq.apply(58): SCH: Scheduling system job Id: 9799, L: 11572, D: 81460932, C: false, I: false, N: 1
11-30 15:22:40.634  2985  3614 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20211130T152251 - CU:1000/CP:2985
11-30 15:22:40.641  2985  3614 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20211130T152834 - CU:1000/CP:2985
11-30 15:22:40.641  2985  3614 D ConnectivityService: filterNetworkStateForUid() uid: 10040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:40.878  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:40.878  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:40.878  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:40.949  2985  3827 W SmartCardEmailPolicy: isAuthenticationEnabled()
11-30 15:22:41.000 27828 27828 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1545 android.content.ContextWrapper.startService:669 com.samsung.android.sm.service.PackageRemovedService.a:32 com.samsung.android.sm.common.SmartManagerReceiver.onReceive:161 android.app.ActivityThread.handleReceiver:3406 
11-30 15:22:41.007  2985  3614 D StorageManagerService: getExternalStorageMountMode : 1
11-30 15:22:41.008  2985  3614 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:41.008  2985  3614 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 10064, packageName : com.samsung.android.provider.stickerprovider
11-30 15:22:41.008  2985  3614 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.provider.stickerprovider user:0
11-30 15:22:41.008  2985  3614 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:41.008  2985  3614 D ActivityManager: package  com.samsung.android.provider.stickerprovider, user - 0 is SDcard whitelisted
11-30 15:22:41.008  2985  3614 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.provider.stickerprovider user:0
11-30 15:22:41.008  2985  3614 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:41.015  2985  3827 W SmartCardEmailPolicy: getEmailAcctCountAsUser() count =0
11-30 15:22:41.015  2985  3827 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:41.022 29196 29196 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:22:41.022  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10058 ,Container id: 0
11-30 15:22:41.022  2985  3827 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10058 ,Container id: 0
11-30 15:22:41.022  2985  3827 W SmartCardPolicy: SmartCardEmailPolicy API [0,10058] 
11-30 15:22:41.023  2985  3827 W SmartCardEmailPolicy: isAuthenticationEnabled()
11-30 15:22:41.023  2985  3614 I ActivityManager: Start proc 29196:com.samsung.android.provider.stickerprovider/u0a64 for broadcast com.samsung.android.provider.stickerprovider/.StickerBroadcastReceiver
11-30 15:22:41.023 29196 29196 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:41.024 29196 29196 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.android.provider.stickerprovider 
11-30 15:22:41.027  2985  3827 W SmartCardEmailPolicy: getEmailAcctCountAsUser() count =0
11-30 15:22:41.027  2985  3827 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:41.031 28769 28819 I zygote  : Deoptimizing java.lang.Object ayja.a() due to JIT inline cache
11-30 15:22:41.034 29180 29180 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:41.036  2985  3827 I ActivityManager: DSS on for com.samsung.android.email.provider and scale is 1.0
11-30 15:22:41.050  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10064 ,Container id: 0
11-30 15:22:41.051  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10064 ,Container id: 0
11-30 15:22:41.051  2985  5084 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:41.053 28977 29210 I EventBusThread: Event Bus thread starting with TID 29210
11-30 15:22:41.058  2985  4102 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10064 ,Container id: 0
11-30 15:22:41.059  2985  4102 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10064 ,Container id: 0
11-30 15:22:41.059  2985  4102 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:41.063 29180 29180 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10058
11-30 15:22:41.063 29180 29180 D Proxy   : mdoP is null: 10058
11-30 15:22:41.068 29196 29196 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:41.070  2985  4102 I ActivityManager: DSS on for com.samsung.android.provider.stickerprovider and scale is 1.0
11-30 15:22:41.079 29180 29180 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:22:41.090 28712 28725 I zygote  : Background concurrent copying GC freed 18163(1443KB) AllocSpace objects, 8(384KB) LOS objects, 49% free, 5MB/10MB, paused 2.400ms total 539.647ms
11-30 15:22:41.093 29196 29196 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10064
11-30 15:22:41.094 29196 29196 D Proxy   : mdoP is null: 10064
11-30 15:22:41.096 28769 28790 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:6 and remote module com.google.android.gms.googlecertificates:6
11-30 15:22:41.096 28769 28790 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates
11-30 15:22:41.097 29180 29180 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:22:41.127 13746 13911 D SharedPreferencesImpl: Time required to fsync /data/user/150/com.google.android.gms/shared_prefs/AppDataSearch-main-config.xml: [<1: 0, <2: 0, <4: 0, <8: 2, <16: 3, <32: 1, <64: 0, <128: 3, <256: 4, <512: 3, <1024: 1, <2048: 2, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:22:41.128 23617 23659 I Finsky  : [43717] pmg.accept(69): SCH: Scheduling phonesky job Id: 12-1, CT: 1638260557198, Constraints: [{ L: 15000, D: 86400000, C: 1, I: 1, N: 1 }]
11-30 15:22:41.128 23617 23656 I Finsky  : [43715] ffa.b(32): [ContentSync] finished, scheduled=true
11-30 15:22:41.129 29180 29180 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:22:41.133 13746 25581 W Icing   : No valid account for uploading user actions
11-30 15:22:41.139 29180 29180 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:22:41.140  6077  6077 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.icing.LIGHTWEIGHT_INDEX_SERVICE cmp=com.google.android.gms/.chimera.PersistentApiService PairActivityUserId=150 }
11-30 15:22:41.141  6077  6077 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.icing.LIGHTWEIGHT_INDEX_SERVICE cmp=com.google.android.gms/.chimera.PersistentApiService PairActivityUserId=150 }
11-30 15:22:41.166 13746 15928 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=30
11-30 15:22:41.204 23617 23664 I Finsky  : [43721] pgq.apply(52): SCH: Scheduling 1 system job(s)
11-30 15:22:41.204 23617 23664 I Finsky  : [43721] pgq.apply(58): SCH: Scheduling system job Id: 9799, L: 10994, D: 81460355, C: false, I: false, N: 1
11-30 15:22:41.211  2985  5084 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20211130T152251 - CU:1000/CP:2985
11-30 15:22:41.218  2985  5084 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20211130T152834 - CU:1000/CP:2985
11-30 15:22:41.218  2985  5084 D ConnectivityService: filterNetworkStateForUid() uid: 10040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:41.281 23617 23659 I Finsky  : [43717] ffa.b(32): [ContentSync] finished, scheduled=true
11-30 15:22:41.303  2985  2985 V EnterpriseBillingAsyncHandler: packageModificationReceiver - onreceive - start - android.intent.action.PACKAGE_ADDED
11-30 15:22:41.303  2985  3433 V EnterpriseBillingPolicyInternal: packageModification -  start - android.intent.action.PACKAGE_ADDED
11-30 15:22:41.303  2985  2985 I DomainFilter: onReceive() - Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) }
11-30 15:22:41.303  2985  3433 V EnterpriseBillingPolicyInternal: uID is 10115
11-30 15:22:41.303  2985  3433 V EnterpriseBillingPolicyInternal: Removed Packageuid is0
11-30 15:22:41.303  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - enter
11-30 15:22:41.304  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - exit null : containerId = 0
11-30 15:22:41.304  2985  3433 V EnterpriseBillingPolicyInternal: packageModificationReceiver - onreceive - personal application - profile null
11-30 15:22:41.305  2985  2985 I DomainFilter: packageAdded() - packageName: com.android.chrome, uid: 0
11-30 15:22:41.307 13746 25581 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:22:41.322  2985  2985 D SdpManagerService: Not an enterprise user : 0
11-30 15:22:41.324  2985  2985 I PersonaManagerService::Proxy: newPackage is com.android.chrome
11-30 15:22:41.325  2985  2985 D RCPManagerService: PackageReceiver onReceive()
11-30 15:22:41.325  2985  2985 D RCPManagerService: App Installed with packageNAme = com.android.chrome
11-30 15:22:41.330  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 0: now com.samsung.android.contacts
11-30 15:22:41.331  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 150: now null
11-30 15:22:41.331  2985  3005 V MARsPolicyManager: onPackageStatusChange packageName = com.android.chrome, userID = 0
11-30 15:22:41.331  2985  2985 D BackupManagerService: Received broadcast Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) }
11-30 15:22:41.332  2985  2985 V BackupManagerService: removePackageParticipantsLocked: uid=10115 #1
11-30 15:22:41.338  2985  2985 V BackupManagerService:   removing participant com.android.chrome
11-30 15:22:41.338  2985  2985 V BackupManagerService:   last one of this uid; purging set
11-30 15:22:41.346  2985  3006 W Binder  : Outgoing transactions from this process must be FLAG_ONEWAY
11-30 15:22:41.346  2985  3006 W Binder  : java.lang.Throwable
11-30 15:22:41.346  2985  3006 W Binder  : 	at android.os.BinderProxy.transact(Binder.java:769)
11-30 15:22:41.346  2985  3006 W Binder  : 	at android.content.ContentProviderProxy.query(ContentProviderNative.java:416)
11-30 15:22:41.346  2985  3006 W Binder  : 	at android.content.ContentResolver.query(ContentResolver.java:760)
11-30 15:22:41.346  2985  3006 W Binder  : 	at android.content.ContentResolver.query(ContentResolver.java:710)
11-30 15:22:41.346  2985  3006 W Binder  : 	at android.content.ContentResolver.query(ContentResolver.java:668)
11-30 15:22:41.346  2985  3006 W Binder  : 	at com.android.server.am.MARsDBManager.doInsertPkg(MARsDBManager.java:1877)
11-30 15:22:41.346  2985  3006 W Binder  : 	at com.android.server.am.MARsDBManager.-wrap5(Unknown Source:0)
11-30 15:22:41.346  2985  3006 W Binder  : 	at com.android.server.am.MARsDBManager$DBHandler.handleMessage(MARsDBManager.java:426)
11-30 15:22:41.346  2985  3006 W Binder  : 	at android.os.Handler.dispatchMessage(Handler.java:106)
11-30 15:22:41.346  2985  3006 W Binder  : 	at android.os.Looper.loop(Looper.java:164)
11-30 15:22:41.346  2985  3006 W Binder  : 	at com.android.server.am.MARsDBManager$DBThread.run(MARsDBManager.java:304)
11-30 15:22:41.389 13746 25581 W Icing   : No valid account for uploading user actions
11-30 15:22:41.411  2985  5084 D ConnectivityService: filterNetworkStateForUid() uid: 10040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:41.411  2985  3614 D ConnectivityService: filterNetworkStateForUid() uid: 10040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:41.412  2985  3614 D ConnectivityService: filterNetworkStateForUid() uid: 10040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:41.412  2985  4102 D ConnectivityService: filterNetworkStateForUid() uid: 10040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:41.412  2985  2985 V BackupManagerService: addPackageParticipantsLocked: #1
11-30 15:22:41.413  2985  2985 V BackupManagerService: Examining com.android.chrome for backup agent
11-30 15:22:41.413  2985  2985 V BackupManagerService: Agent found; added
11-30 15:22:41.413  2985  2985 I BackupManagerService: Scheduling backup for new app com.android.chrome
11-30 15:22:41.413  2985  4282 D BackupManagerService: MSG_SCHEDULE_BACKUP_PACKAGE com.android.chrome
11-30 15:22:41.413  2985  4282 D BackupManagerService: Now staging backup of com.android.chrome
11-30 15:22:41.415 23617 23656 I Finsky  : [43715] elv.accept(24): AIM: AppInfoManager-Perf > getApps > data collection finished
11-30 15:22:41.421 23617 23656 I Finsky  : [43715] elv.accept(24): AIM: AppInfoManager-Perf > getApps > data collection finished
11-30 15:22:41.421  2985  2985 D KnoxMUMContainerPolicy: mPackageReceiver : action - android.intent.action.PACKAGE_ADDED
11-30 15:22:41.431 13746 25581 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:22:41.431  2985  2985 E DLP_PolicyServiceHelper: No config entry found in DB !
11-30 15:22:41.435  2985  2985 D ApplicationPolicy: packageInstalledForExternalStorage com.android.chrome
11-30 15:22:41.437  2985  2985 D ApplicationPolicy: checkExternalStoragePkg - uid - 15010018, key - PackageNameExternalStorageWhiteList, packageName- com.android.chrome
11-30 15:22:41.437  2985  2985 D ApplicationPolicy: checkExternalStoragePkg : Not match found
11-30 15:22:41.437  2985  2985 D ApplicationPolicy: checkExternalStoragePkg - uid - 15010018, key - PackageNameExternalStorageBlackList, packageName- com.android.chrome
11-30 15:22:41.437  2985  2985 D ApplicationPolicy: checkExternalStoragePkg - uid - 15010056, key - PackageNameExternalStorageWhiteList, packageName- com.android.chrome
11-30 15:22:41.437  2985  2985 I chatty  : uid=1000 system_server identical 2 lines
11-30 15:22:41.437  2985  2985 D ApplicationPolicy: checkExternalStoragePkg - uid - 15010056, key - PackageNameExternalStorageBlackList, packageName- com.android.chrome
11-30 15:22:41.437  2985  2985 D ApplicationPolicy: checkExternalStoragePkg : Not match found
11-30 15:22:41.437  2985  2985 D PackageManager: Shame on you for calling the hidden API queryBroadcastReceivers(). Shame!
11-30 15:22:41.437  2985  2985 V ApplicationPolicy: refresh widget status with providers for user 150
11-30 15:22:41.438  2985  2985 D EnterprisePremiumVpnPolicyServiceV2: Vpn Receiver : android.intent.action.PACKAGE_ADDED
11-30 15:22:41.438  2985  2985 D KnoxVpnEngineService: Vpn Receiver : android.intent.action.PACKAGE_ADDED
11-30 15:22:41.438  2985  3150 I EnterprisePremiumVpnPolicyServiceV2: vpn handle : Message received
11-30 15:22:41.438  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:22:41.438  2985  3150 D EnterprisePremiumVpnPolicyServiceV2: vpn handle : Handle MSG package add
11-30 15:22:41.438  2985  3152 D KnoxVpnEngineService: vpn handle : Handle MSG package add
11-30 15:22:41.438  2985  3152 D KnoxVpnEngineService: vpn handle : package added: package being updated
11-30 15:22:41.440 13746 25581 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:22:41.453  2985  2985 V EnterpriseBillingAsyncHandler: packageModificationReceiver - onreceive - start - android.intent.action.PACKAGE_ADDED
11-30 15:22:41.454  2985  3433 V EnterpriseBillingPolicyInternal: packageModification -  start - android.intent.action.PACKAGE_ADDED
11-30 15:22:41.454  2985  2985 I DomainFilter: onReceive() - Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) }
11-30 15:22:41.454  2985  3433 V EnterpriseBillingPolicyInternal: uID is 15010115
11-30 15:22:41.454  2985  3433 V EnterpriseBillingPolicyInternal: Removed Packageuid is150
11-30 15:22:41.454  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - enter
11-30 15:22:41.454  2985  2985 I DomainFilter: packageAdded() - packageName: com.android.chrome, uid: 150
11-30 15:22:41.455  2985  3433 V EnterpriseBillingPolicyStorage: getProfileForApplication - exit null : containerId = 150
11-30 15:22:41.455  2985  3433 V EnterpriseBillingPolicyInternal: packageModificationReceiver - onreceive - personal application - profile null
11-30 15:22:41.456  2985  2985 D SdpManagerService: Not an enterprise user : 0
11-30 15:22:41.456  2985  2985 I PersonaManagerService::Proxy: newPackage is com.android.chrome
11-30 15:22:41.458  2985  2985 D RCPManagerService: PackageReceiver onReceive()
11-30 15:22:41.458  2985  2985 D RCPManagerService: App Installed with packageNAme = com.android.chrome
11-30 15:22:41.465  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 0: now com.samsung.android.contacts
11-30 15:22:41.465 28769 28769 I zygote  : Deoptimizing java.lang.Object ayja.a() due to JIT inline cache
11-30 15:22:41.467  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 150: now null
11-30 15:22:41.468  2985  3005 V MARsPolicyManager: onPackageStatusChange packageName = com.android.chrome, userID = 150
11-30 15:22:41.468  2985  2985 D UpdateReceiver:: Action: android.intent.action.PACKAGE_REPLACED
11-30 15:22:41.470  2985  2985 D PackageManager: Shame on you for calling the hidden API queryBroadcastReceivers(). Shame!
11-30 15:22:41.470  2985  2985 V ApplicationPolicy: refresh widget status with providers for user 0
11-30 15:22:41.470  2985  2985 I GameManagerService: PkgInstallationReceiver, onReceive(),  begin, action: android.intent.action.PACKAGE_REPLACED
11-30 15:22:41.470  2985  2985 I DomainFilter: onReceive() - Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) }
11-30 15:22:41.471  2985  2985 I DomainFilter: packageReplaced() - packageName: com.android.chrome oldUid: 10115 newUid:10115
11-30 15:22:41.472  2985  2985 D PackageManager: Shame on you for calling the hidden API queryBroadcastReceivers(). Shame!
11-30 15:22:41.472  2985  2985 V ApplicationPolicy: refresh widget status with providers for user 150
11-30 15:22:41.473  2985  2985 I DomainFilter: onReceive() - Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) }
11-30 15:22:41.473  2985  2985 I DomainFilter: packageReplaced() - packageName: com.android.chrome oldUid: 15010115 newUid:15010115
11-30 15:22:41.476  2985  3006 D MARsDBManager: doInsertPkg com.android.chrome
11-30 15:22:41.476  2985  3006 D MARsDBManager:  userId : 0
11-30 15:22:41.476  2985  3006 D MARsDBManager: doInsertPkg com.android.chrome(uid : 0) is already exist in DB!
11-30 15:22:41.482  2985  3006 D MARsDBManager: doInsertPkg com.android.chrome
11-30 15:22:41.482  2985  3006 D MARsDBManager:  userId : 150
11-30 15:22:41.482  2985  3006 D MARsDBManager: doInsertPkg com.android.chrome(uid : 150) is already exist in DB!
11-30 15:22:41.530 29196 29196 V StickerProvider2: onCreate, mStickerMaxMainOrder : 3, version : 19
11-30 15:22:41.535 29196 29196 D StickerInstallManager: startStickerCenterService
11-30 15:22:41.538  2985  5084 D StorageManagerService: getExternalStorageMountMode : 1
11-30 15:22:41.538  2985  5084 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:41.538  2985  5084 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 1000, packageName : com.samsung.android.stickercenter
11-30 15:22:41.538  2985  5084 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.stickercenter user:0
11-30 15:22:41.538  2985  5084 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:41.538  2985  5084 D ActivityManager: package  com.samsung.android.stickercenter, user - 0 is SDcard whitelisted
11-30 15:22:41.538  2985  5084 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.stickercenter user:0
11-30 15:22:41.539  2985  5084 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:41.546  2985  2985 D PreBindingService: handleMessage : 1
11-30 15:22:41.551 29220 29220 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:22:41.551  2985  5084 I ActivityManager: Start proc 29220:com.samsung.android.stickercenter/1000 for service com.samsung.android.stickercenter/.StickerCenterService
11-30 15:22:41.552  2985  2985 D PreBindingService: needToKeepBinding: match not found
11-30 15:22:41.552  2985  2985 D KnoxMUMContainerPolicy: packageInstalledForSBAExternalStorage com.android.chrome
11-30 15:22:41.557  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:22:41.557  4604  4604 D LauncherAppWidgetHost: onProvidersChanged
11-30 15:22:41.557  2985  2985 D KnoxMUMContainerPolicy: packageInstalledForSBAExternalStorage com.android.chrome
11-30 15:22:41.560  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:22:41.561  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:22:41.561  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:22:41.561 28769 28769 I zygote  : Deoptimizing java.lang.Object acu.put(java.lang.Object, java.lang.Object) due to JIT inline cache
11-30 15:22:41.561  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:22:41.563  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:22:41.564  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:22:41.564  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:22:41.565 28244 28365 D BinderHooker: Got binder ptr e8f36680 for the given val
11-30 15:22:41.566 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:22:41.566 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:22:41.568 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:22:41.568 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:22:41.569  2985  5084 I ActivityManager: KPU : put [com.samsung.storyservice] : 2910 K
11-30 15:22:41.569  2985  5084 I ActivityManager: Killing 27248:com.samsung.storyservice/u150s5004 (adj 906): DHA:empty #46
11-30 15:22:41.578  4604  4977 D WidgetLoader: start loading
11-30 15:22:41.579 29220 29220 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:41.580 29220 29220 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.samsung.android.stickercenter 
11-30 15:22:41.589 28977 28982 I zygote  : Do full code cache collection, code=103KB, data=123KB
11-30 15:22:41.590 28977 28982 I zygote  : After code cache collection, code=84KB, data=47KB
11-30 15:22:41.592 16433 16433 I ServiceManager: [#CMH#] Disconnected to Service  com.samsung.storyservice.StoryService
11-30 15:22:41.593  2985  5084 W ActivityManager: Scheduling restart of crashed service com.samsung.storyservice/.StoryService in 18179ms
11-30 15:22:41.594  2985  3002 I zygote  : Successfully killed process cgroup uid 15005004 pid 27248 in 11ms
11-30 15:22:41.598  2985  3070 W Choreographer: Frame time is 2.487524 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:22:41.624  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:22:41.625  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:22:41.626 29220 29220 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:41.626  4604  4604 D LauncherAppWidgetHost: onProvidersChanged
11-30 15:22:41.635  2985  3612 I ActivityManager: DSS on for com.samsung.android.stickercenter and scale is 1.0
11-30 15:22:41.635  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:22:41.635  2985  2985 I MotionRecognitionService: Plugged
11-30 15:22:41.635  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:22:41.635  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:22:41.635  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:22:41.636  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:22:41.636  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:22:41.636  2985  3007 D UsbDeviceManager: mps exists
11-30 15:22:41.637  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:22:41.637  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:22:41.638  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:22:41.638  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:22:41.639  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:22:41.639  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:22:41.642  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:22:41.642  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:22:41.694 29220 29220 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 1000
11-30 15:22:41.696 29220 29220 D Proxy   : mdoP is null: 1000
11-30 15:22:41.736 28769 28769 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService }
11-30 15:22:41.736 28769 28769 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService }
11-30 15:22:41.744  2985  5086 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:41.744  2985  5086 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:41.745  2985  5086 D StorageManagerService: getExternalStorageMountMode : final mountMode=3, uid : 10056, packageName : com.samsung.knox.securefolder
11-30 15:22:41.745  2985  5086 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.knox.securefolder user:0
11-30 15:22:41.745  2985  5086 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:41.745  2985  5086 D ActivityManager: package  com.samsung.knox.securefolder, user - 0 is SDcard whitelisted
11-30 15:22:41.745  2985  5086 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.knox.securefolder user:0
11-30 15:22:41.745  2985  5086 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:41.747 28977 29176 I A       : Device Compliance Fetch time taken = 1647ms
11-30 15:22:41.747 28977 29176 I A       : Device is compliant!
11-30 15:22:41.748 28977 29176 I A       : Invoking "compliant" action...
11-30 15:22:41.760  2985  5086 I ActivityManager: Start proc 29251:com.samsung.knox.securefolder/u0a56 for broadcast com.samsung.knox.securefolder/.containeragent.detector.KnoxPackageStateReceiver
11-30 15:22:41.762 29251 29251 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:22:41.764  2985  5086 I ActivityManager: KPU : put [com.google.android.apps.photos] : 10091 K
11-30 15:22:41.764  2985  5086 I ActivityManager: Killing 26623:com.google.android.apps.photos/u0a146 (adj 906): DHA:empty #46
11-30 15:22:41.764 29251 29251 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:41.766 29251 29251 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.knox.securefolder 
11-30 15:22:41.775 28769 28769 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService }
11-30 15:22:41.790 28769 28769 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService }
11-30 15:22:41.790 28769 28769 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService }
11-30 15:22:41.801 28977 29239 I zygote  : Deoptimizing java.lang.Object com.google.common.b.pw.e(java.lang.Object[], int, int, int) due to JIT inline cache
11-30 15:22:41.802  2985  3002 I zygote  : Successfully killed process cgroup uid 10146 pid 26623 in 35ms
11-30 15:22:41.805  2985  3070 W Choreographer: Frame time is 12.666437 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:22:41.827  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10056 ,Container id: 0
11-30 15:22:41.827  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10056 ,Container id: 0
11-30 15:22:41.827  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:41.842 28769 28784 I zygote  : Do partial code cache collection, code=55KB, data=45KB
11-30 15:22:41.842 28769 28784 I zygote  : After code cache collection, code=52KB, data=44KB
11-30 15:22:41.842 28769 28784 I zygote  : Increasing code cache capacity to 256KB
11-30 15:22:41.843 28769 28769 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
11-30 15:22:41.843 28769 28769 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
11-30 15:22:41.847  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10056 ,Container id: 0
11-30 15:22:41.847  2985  5086 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10056 ,Container id: 0
11-30 15:22:41.847  2985  5086 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:41.849 28769 28769 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms }
11-30 15:22:41.850 28769 28769 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms }
11-30 15:22:41.855  4604  4977 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:22:41.855  4604  4977 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1195, previously 2540
11-30 15:22:41.856  4604  4977 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:22:41.856 29251 29251 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:41.858  4604  4977 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2546, previously 2540
11-30 15:22:41.858 29220 29220 D StickerCenterService: onCreate start
11-30 15:22:41.858  4604  4977 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1442, previously 4566
11-30 15:22:41.858  4604  4977 W ResourceType: ResTable_typeSpec entry count inconsistent: given 383, previously 2136
11-30 15:22:41.858 29220 29220 D StickerCenterService: createDir path /data/overlays/sticker/ / result =  -2
11-30 15:22:41.858 29220 29220 D StickerCenterService: createDir path /data/overlays/sticker/0/ / result =  -2
11-30 15:22:41.858 29220 29220 D StickerCenterService: onCreate end
11-30 15:22:41.858  2985  3137 I ActivityManager: DSS on for com.samsung.knox.securefolder and scale is 1.0
11-30 15:22:41.859 29220 29220 D StickerCenterService: onBind
11-30 15:22:41.867 28769 29127 I Icing   : Storage manager: low false usage 15.24MB avail 1.28GB capacity 25.36GB
11-30 15:22:41.869 28977 28982 I zygote  : Do partial code cache collection, code=114KB, data=78KB
11-30 15:22:41.869 28977 28982 I zygote  : After code cache collection, code=101KB, data=71KB
11-30 15:22:41.870 28977 28982 I zygote  : Increasing code cache capacity to 512KB
11-30 15:22:41.870  4604  4977 D LauncherAWProviderInfo: GSA replace initialLayout. 
11-30 15:22:41.873 29196 29196 V StickerInstallManager: onServiceConnected
11-30 15:22:41.878  2985  2995 I ActivityManager: KPU : put [org.telegram.messenger] : 12319 K
11-30 15:22:41.878  2985  2995 I ActivityManager: Killing 27489:org.telegram.messenger/u0a635 (adj 906): DHA:empty #46
11-30 15:22:41.881 28769 28769 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms }
11-30 15:22:41.884  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:41.884  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:41.884  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:41.895 29251 29251 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10056
11-30 15:22:41.896 29251 29251 D Proxy   : mdoP is null: 10056
11-30 15:22:41.914 29180 29180 I FirebaseInitProvider: FirebaseApp initialization successful
11-30 15:22:41.931  2985  3612 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20311128T152241 - CU:10018/CP:28769
11-30 15:22:41.940  2985  3002 I zygote  : Successfully killed process cgroup uid 10635 pid 27489 in 61ms
11-30 15:22:41.941  2985  3070 W Choreographer: Frame time is 10.356718 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:22:41.954  2985  3827 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.googlequicksearchbox cmp = androidx.work.impl.background.systemjob.SystemJobService newState = 1 callingPackage = 10078/com.google.android.googlequicksearchbox
11-30 15:22:41.984 28977 29214 I zygote  : Deoptimizing com.google.android.apps.gsa.shared.ak.d com.google.android.apps.gsa.shared.ak.e.b(java.util.Map) due to class hierarchy analysis
11-30 15:22:41.986 28977 29210 I Search.LoginHelperImpl: Getting accounts.
11-30 15:22:41.992  2985  2995 W SamsungActivityManager: Too many (100) com.google.android.gms PendingIntent are generated
11-30 15:22:41.993  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 5, previously 6
11-30 15:22:42.018 28769 29273 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=30
11-30 15:22:42.019  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 201, previously 204
11-30 15:22:42.019  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 174, previously 718
11-30 15:22:42.040 28769 28769 D BoundBrokerSvc: onBind: Intent { act=com.google.android.mobstore.service.START pkg=com.google.android.gms }
11-30 15:22:42.040 28769 28769 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.mobstore.service.START pkg=com.google.android.gms }
11-30 15:22:42.055 28769 29276 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:42.055 28769 29276 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:42.077 28769 28769 W zygote  : Unsupported class loader
11-30 15:22:42.087  2985  2999 D AccessibilityManagerService: readMagniferWindowEnabledSettingLocked() magniferWindowEnabled = false/ userState.mIsMagniferWindowEnabled = false
11-30 15:22:42.088  2985  2999 I AccessibilityManagerService: semIsAccessibilityServiceEnabled()
11-30 15:22:42.088  2985  2985 D AccessibilityManagerService: checkUniversalSwitchState start:
11-30 15:22:42.089  2985  2985 D AccessibilityManagerService: checkUniversalSwitchState universalSwitchEnabled:false
11-30 15:22:42.089  2985  2985 D AccessibilityManagerService: updateInputFilter universalSwitchState:false
11-30 15:22:42.089  2985  2985 D AccessibilityManagerService: updateInputFilter userState.mIsUniversalSwitchEnabled:false
11-30 15:22:42.090 28769 29276 I FA-SVC  : App measurement initialized, version: 214218
11-30 15:22:42.090  2985  2999 D EnterpriseDeviceManagerService: onPackageUpdateFinished - packageName: com.android.chrome, uid: 10115
11-30 15:22:42.092  2985  2999 D EnterpriseDeviceManagerService: Package has changed for user 0
11-30 15:22:42.092  2985  2999 D EnterpriseDeviceManagerService: Admin package name: com.google.android.gms
11-30 15:22:42.092  2985  2999 D EnterpriseDeviceManagerService: Admin package name: com.domobile.applock
11-30 15:22:42.092  2985  2999 D EnterpriseDeviceManagerService: Admin package name: com.google.android.gms
11-30 15:22:42.092  2985  2999 D EnterpriseDeviceManagerService: Admin package name: com.samsung.android.knox.containercore
11-30 15:22:42.101 28977 29239 I A       : Util.isLowRamDevice: false, canUsePreemptibleAudioSource: true
11-30 15:22:42.149 28769 28769 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:22:42.157 28769 28769 I zygote  : Waiting for a blocking GC ClassLinker
11-30 15:22:42.167 29251 29251 D KnoxUsageDB: getInstance - KnoxUsageDBHelper
11-30 15:22:42.167 29251 29251 D KnoxUsageDB: null == mDbHelperInstance - KnoxUsageDBHelper
11-30 15:22:42.175 28769 29127 W native  : W1130 15:22:42.175077   29127 model-utils.cc:15] No CRC32, most likely an old model; skip CRC32 check
11-30 15:22:42.192 29251 29292 D SF:SALogging: run: init SALogging UserHandle{0}
11-30 15:22:42.198 28769 29127 E native  : E1130 15:22:42.198362   29127 model-utils.cc:38] Not a valid Model flatbuffer
11-30 15:22:42.198 28769 29127 E native  : E1130 15:22:42.198512   29127 model-provider-from-fb.cc:102] Unable to initialize ModelProviderFromFlatbuffer
11-30 15:22:42.198 29251 29251 D KnoxPackageReceiver:  received intent Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 cmp=com.samsung.knox.securefolder/.containeragent.detector.KnoxPackageStateReceiver (has extras) }
11-30 15:22:42.202   559   734 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:22:42.204  2985  3827 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.android.app.billing/.iap.receiver.IapReceiver
11-30 15:22:42.205  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.android.app.samsungapps/com.samsung.android.iap.receiver.IapReceiver
11-30 15:22:42.209  2985  3827 I ActivityManager: KPU : put [com.samsung.android.smartcallprovider] : 2879 K
11-30 15:22:42.210 29180 29268 I FA      : App measurement initialized, version: 21028
11-30 15:22:42.210  2985  3827 I ActivityManager: Killing 27528:com.samsung.android.smartcallprovider/u0a138 (adj 906): DHA:empty #46
11-30 15:22:42.210 29180 29268 I FA      : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
11-30 15:22:42.211 29180 29268 I FA      : To enable faster debug mode event logging run:
11-30 15:22:42.211 29180 29268 I FA      :   adb shell setprop debug.firebase.analytics.app com.samsung.android.email.provider
11-30 15:22:42.213 16433 16521 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:22:42.213  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.android.app.sbrowser/.webcontentsprovider.WebContentsProviderReceiver
11-30 15:22:42.214  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.android.daemonapp/com.samsung.android.weather.daemon.receiver.ClearDataReceiver
11-30 15:22:42.214  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.android.daemonapp/com.samsung.android.weather.app.common.receiver.AppReceiver
11-30 15:22:42.216  2985  3000 D StorageManagerService: getExternalStorageMountMode : 1
11-30 15:22:42.216  2985  3000 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:42.217  2985  3000 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 10020, packageName : com.sec.android.widgetapp.samsungapps
11-30 15:22:42.217  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.sec.android.widgetapp.samsungapps user:0
11-30 15:22:42.217  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:42.217  2985  3000 D ActivityManager: package  com.sec.android.widgetapp.samsungapps, user - 0 is SDcard whitelisted
11-30 15:22:42.217  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.sec.android.widgetapp.samsungapps user:0
11-30 15:22:42.217  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:42.222 28769 29127 I native  : I1130 15:22:42.222763   29127 model-api.cc:45] Registered model under key tmp-segmentation-model
11-30 15:22:42.234  2985  3002 I zygote  : Successfully killed process cgroup uid 10138 pid 27528 in 23ms
11-30 15:22:42.239 29293 29293 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:22:42.241 29293 29293 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:42.242 29293 29293 I SELinux : SELinux: seapp_context_lookup: seinfo=samsung, level=s0:c512,c768, pkgname=com.sec.android.widgetapp.samsungapps 
11-30 15:22:42.258  2985  3000 I ActivityManager: Start proc 29293:com.sec.android.widgetapp.samsungapps/u0a20 for broadcast com.sec.android.widgetapp.samsungapps/.PackageChangeReceiver
11-30 15:22:42.273  2985  3070 W Choreographer: Frame time is 13.1943245 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:22:42.293  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10020 ,Container id: 0
11-30 15:22:42.293  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10020 ,Container id: 0
11-30 15:22:42.293  2985  5090 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:42.300  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10020 ,Container id: 0
11-30 15:22:42.300  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10020 ,Container id: 0
11-30 15:22:42.300  2985  5090 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:42.306 29293 29293 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:42.306  2985  3612 I ActivityManager: KPU : put [com.samsung.android.incallui] : 23142 K
11-30 15:22:42.306  2985  3612 I ActivityManager: Killing 26238:com.samsung.android.incallui/1001 (adj 906): DHA:empty #46
11-30 15:22:42.312  2985  3827 I ActivityManager: DSS on for com.sec.android.widgetapp.samsungapps and scale is 1.0
11-30 15:22:42.333 29180 29180 I BNRClientProivder, VERSION : 1.7.5: register - xml6 quick_backup : Email, QJ5JBlRnP9, com.samsung.android.email.provider.service.sCloudBNRService
11-30 15:22:42.338 29180 29180 I QBNRClientHelper: init SyncClientHelper : Email
11-30 15:22:42.339 29180 29180 I BNRClientProivder, VERSION : 1.7.5: register - xml6 quick_backup : EMAILFOLDER, 55LAYJm0O2, com.samsung.android.email.provider.service.sCloudBNRService2
11-30 15:22:42.339 29180 29180 I QBNRClientHelper: init SyncClientHelper : EMAILFOLDER
11-30 15:22:42.341 29293 29293 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10020
11-30 15:22:42.344 29293 29293 D Proxy   : mdoP is null: 10020
11-30 15:22:42.355 28769 28789 I zygote  : Background concurrent copying GC freed 23959(1780KB) AllocSpace objects, 9(180KB) LOS objects, 49% free, 2MB/5MB, paused 836us total 230.784ms
11-30 15:22:42.355 28769 28769 I zygote  : WaitForGcToComplete blocked ClassLinker on ProfileSaver for 197.802ms
11-30 15:22:42.362 29180 29308 D Security: SdpHelper::isSdpEnabled() - mIsSdpEnabled[false]
11-30 15:22:42.373 29251 29251 D SF:WorkerService: handleMessage: MSG_SET_CONFIGURATION
11-30 15:22:42.377 28977 28987 I zygote  : Background concurrent copying GC freed 21992(1511KB) AllocSpace objects, 16(408KB) LOS objects, 50% free, 5MB/10MB, paused 288us total 286.835ms
11-30 15:22:42.382 29251 29251 D SamsungAnalytics111040: cf feature is supported
11-30 15:22:42.421 29251 29251 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:22:42.428  2985  5094 D InputTransport: Input channel destroyed: fd=386
11-30 15:22:42.429 28977 29234 I zygote  : Deoptimizing int com.google.protobuf.dw.v(java.lang.Object, byte[], int, int, int, int, int, int, long, int, long, com.google.protobuf.i) due to JIT inline cache
11-30 15:22:42.431  3487  3487 D InputEventReceiver: channel 'ClientState{113d4b0 uid 1001 pid 26238} (client)' ~ Disposing input event receiver.
11-30 15:22:42.431  3487  3487 D InputEventReceiver: channel 'ClientState{113d4b0 uid 1001 pid 26238} (client)' ~NativeInputEventReceiver.
11-30 15:22:42.431  3487  3487 D InputTransport: Input channel destroyed: fd=83
11-30 15:22:42.434 28769 29127 I native  : I1130 15:22:42.434777   29127 permission-checker.cc:74] Creating PermissionChecker based on ACL with config_version 1 having 7 permissions defined.
11-30 15:22:42.435  2985  3070 W Choreographer: Frame time is 1.4040279 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:22:42.440  2985  3009 W ActivityManager: setHasOverlayUi called on unknown pid: 26238
11-30 15:22:42.443  2985  3002 I zygote  : Successfully killed process cgroup uid 1001 pid 26238 in 126ms
11-30 15:22:42.472 28977 29306 I zygote  : Deoptimizing java.lang.Object com.google.common.b.pw.e(java.lang.Object[], int, int, int) due to JIT inline cache
11-30 15:22:42.486 28769 29127 W native  : W1130 15:22:42.486455   29127 words-map.cc:35] INVALID_ARGUMENT: Empty URI
11-30 15:22:42.486 28769 29127 W native  : W1130 15:22:42.486579   29127 words-map.cc:39] WordsMap was not properly initialized
11-30 15:22:42.495 29180 29180 D SemNotification: SemNotificationControllerWrapper::SemNotificationManager()
11-30 15:22:42.527 28977 29210 W SearchServiceCore: Abort, client detached.
11-30 15:22:42.527 28977 29210 W SearchServiceCore: Abort, client detached.
11-30 15:22:42.528 29180 29180 D SamsungAnalytics605040: [Utils] dma pkg:520901000
11-30 15:22:42.528 29180 29180 D SamsungAnalytics605040: SenderType is None
11-30 15:22:42.537  2985  2994 I zygote  : Background concurrent copying GC freed 342942(16MB) AllocSpace objects, 100(6MB) LOS objects, 27% free, 63MB/87MB, paused 405us total 894.248ms
11-30 15:22:42.548 28977 29210 W SearchServiceCore: Abort, client detached.
11-30 15:22:42.551 29180 29180 I RuntimePermission: 0
11-30 15:22:42.552 29180 29180 I chatty  : uid=10058(com.samsung.android.email.provider) identical 1 line
11-30 15:22:42.553 29180 29180 I RuntimePermission: 0
11-30 15:22:42.561 29293 29293 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:22:42.561 29180 29180 D SemPolicy: SemDevicePolicyManagerV28::SemDevicePolicyManager() - calls getApplicationContext(com.samsung.android.email.provider.Email@61307a4)
11-30 15:22:42.568  2985  3024 D CryptdConnector: SND -> {225 cryptfs getpwtype}
11-30 15:22:42.569 13746 25581 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:22:42.572 29293 29293 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:22:42.572  2515  2531 D VoldCryptCmdListener: cryptfs getpwtype
11-30 15:22:42.572 13746 25581 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:22:42.576 13746 25581 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:22:42.583  2985  3125 D CryptdConnector: RCV <- {213 225 default}
11-30 15:22:42.584 29180 29180 W SemDPMUtil: isFBELocked status 4 isUserUnlocked true
11-30 15:22:42.619 28977 29306 I A       : ColdBootHelper constructor
11-30 15:22:42.634 28977 29210 I zygote  : Deoptimizing int com.google.protobuf.af.c() due to JIT inline cache
11-30 15:22:42.646 28769 28769 I GamesModuleFactoryProvi: Creating production RootComponent. [CONTEXT service_id=1 ]
11-30 15:22:42.650 28977 29210 I A       : New OK_HEY model config map hash: reinitializing config map.
11-30 15:22:42.667 28977 29210 I A       : Merging legacy hotword config map with new proto.
11-30 15:22:42.668 28977 29210 I A       : Skipping. Expected model: 2 Found: 1
11-30 15:22:42.676  2985  3024 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.imsservice/com.sec.internal.tapi.service.receiver.PackageEventReceiver
11-30 15:22:42.679  2985  3024 I ActivityManager: KPU : put [com.samsung.android.mobileservice] : 11190 K
11-30 15:22:42.679  2985  3024 I ActivityManager: Killing 26331:com.samsung.android.mobileservice/u0a211 (adj 906): DHA:empty #46
11-30 15:22:42.681  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.imsservice/com.sec.internal.ims.imsservice.ImsIntentReceiver
11-30 15:22:42.682  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.wssnps/.stubdownload.smlNpsPackageReceiver
11-30 15:22:42.682  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.domobile.applock/.receiver.CoreReceiver
11-30 15:22:42.683 28769 29281 I Icing   : Using regular flags by method 2
11-30 15:22:42.686  2985  3000 D MARsPolicyManager: Package: com.lazada.android, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: null
11-30 15:22:42.686  2985  3000 I chatty  : uid=1000(system) ActivityManager identical 1 line
11-30 15:22:42.686  2985  3000 D MARsPolicyManager: Package: com.lazada.android, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: null
11-30 15:22:42.687  2985  3000 D MARsPolicyManager: Package: com.lbe.parallel.intl, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: null
11-30 15:22:42.688  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.parallel.space.lite/com.lbe.parallel.receiver.PackageInstallReceiver
11-30 15:22:42.689 13746 13755 I zygote  : Do full code cache collection, code=506KB, data=371KB
11-30 15:22:42.705 28977 29210 I MicroDetectionWorker: Initializing MicroDataManager InitializeType-1, isForced-false, isActivePhoneEnrollment-false isActiveGoogleHomeEnrollment-false
11-30 15:22:42.707  2985  3000 D StorageManagerService: getExternalStorageMountMode : 1
11-30 15:22:42.707  2985  3000 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:42.708  2985  3000 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 15001000, packageName : com.samsung.android.securitylogagent
11-30 15:22:42.708  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.securitylogagent user:150
11-30 15:22:42.712  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:22:42.712  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.securitylogagent user:150
11-30 15:22:42.712 13746 13755 I zygote  : After code cache collection, code=497KB, data=324KB
11-30 15:22:42.717  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:22:42.717  2985  3000 D ActivityManager: package  com.samsung.android.securitylogagent, user - 150 is SDcard blacklisted
11-30 15:22:42.718  2985  3002 I zygote  : Successfully killed process cgroup uid 10211 pid 26331 in 37ms
11-30 15:22:42.724 28977 29194 I MicroDataManager: Location for model with model type: 2 and locale: en-US, is : https://www.gstatic.com/android-search/hotword/x_google/7db96c566dbd33b2218d5799ec330d22/hotword.data
11-30 15:22:42.736  2985  3000 I ActivityManager: Start proc 29328:com.samsung.android.securitylogagent/u150s1000 for broadcast com.samsung.android.securitylogagent/com.samsung.android.apppermissionmonitor.APMApplist$APMPackageRemove
11-30 15:22:42.737 28977 29320 I A       : Loaded shared library: nativecrashreporter
11-30 15:22:42.738 29328 29328 I Zygote  : Unshare entire /
11-30 15:22:42.741 29328 29328 I libpersona: umount_sub_dirs: unmounting [/mnt/secure/asec]
11-30 15:22:42.741 29328 29328 I libpersona: umount_sub_dirs: unmounting [/mnt/secure/asec]
11-30 15:22:42.742 29328 29328 I libpersona: umount_sub_dirs: unmounting [/mnt/asec/com.netflix.mediaclient-1]
11-30 15:22:42.745 29328 29328 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:22:42.746 29328 29328 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:22:42.746 29328 29328 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:22:42.746 29328 29328 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:22:42.746 29328 29328 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:22:42.746 29328 29328 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:22:42.747 29328 29328 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:22:42.747 29328 29328 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:22:42.747 29328 29328 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:22:42.750 29328 29328 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:42.751  2985  3070 W Choreographer: Frame time is 2.563627 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:22:42.752 29328 29328 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.samsung.android.securitylogagent 
11-30 15:22:42.759 28977 29210 I MicroDetectionState: Should stop hotword detection immediately - true
11-30 15:22:42.759 28769 29334 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=32
11-30 15:22:42.778 29180 29180 I WebViewFactory: Loading com.android.chrome version 96.0.4664.45 (code 466404520)
11-30 15:22:42.794 28769 29340 I Auth    : [SupervisedAccountIntentOperation] onHandleIntent(): android.intent.action.PACKAGE_ADDED
11-30 15:22:42.801  2985  4102 D LocationManagerService: getProviders()=[passive]
11-30 15:22:42.812 16033 16412 I FacsCacheGmsModule: Receiving API connection to FACS API from package 'com.google.android.googlequicksearchbox'...
11-30 15:22:42.813 28769 29275 W zygote  : Unsupported class loader
11-30 15:22:42.816 16033 16412 I FacsCacheGmsModule: API connection successful!
11-30 15:22:42.820 16033 16584 I FacsCacheGmsModule: Receiving API connection to FACS API from package 'com.google.android.googlequicksearchbox'...
11-30 15:22:42.822 16033 16584 I FacsCacheGmsModule: API connection successful!
11-30 15:22:42.823  2985  3613 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15001000 ,Container id: 150
11-30 15:22:42.824 28977 29280 I zygote  : Deoptimizing java.lang.Object com.google.common.b.pw.g(java.lang.Object, java.lang.Object[], int, int, java.lang.Object) due to JIT inline cache
11-30 15:22:42.824  2985  4489 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15001000 ,Container id: 150
11-30 15:22:42.825 29328 29328 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:42.827 16033 16416 I FacsCacheGmsModule: Receiving API connection to FACS API from package 'com.google.android.googlequicksearchbox'...
11-30 15:22:42.827  2985  3613 I ActivityManager: DSS on for com.samsung.android.securitylogagent and scale is 1.0
11-30 15:22:42.829 16033 16416 I FacsCacheGmsModule: API connection successful!
11-30 15:22:42.831 16033 16416 I FacsCacheGmsModule: Receiving API connection to FACS API from package 'com.google.android.googlequicksearchbox'...
11-30 15:22:42.832 16033 16416 I FacsCacheGmsModule: API connection successful!
11-30 15:22:42.837 16033 16416 I FacsCacheGmsModule: Receiving API connection to FACS API from package 'com.google.android.googlequicksearchbox'...
11-30 15:22:42.838 16033 16416 I FacsCacheGmsModule: API connection successful!
11-30 15:22:42.841 16033 16416 I FacsCacheGmsModule: Receiving API connection to FACS API from package 'com.google.android.googlequicksearchbox'...
11-30 15:22:42.843 16033 16416 I FacsCacheGmsModule: API connection successful!
11-30 15:22:42.846 16033 16416 I FacsCacheGmsModule: Receiving API connection to FACS API from package 'com.google.android.googlequicksearchbox'...
11-30 15:22:42.848 16033 16416 I FacsCacheGmsModule: API connection successful!
11-30 15:22:42.849 29180 29180 I cr_WVCFactoryProvider: Loaded version=96.0.4664.45 minSdkVersion=24 isBundle=true multiprocess=true packageId=2
11-30 15:22:42.850 29328 29328 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15001000
11-30 15:22:42.851 29328 29328 D Proxy   : mdoP is null: 15001000
11-30 15:22:42.852 16033 16416 I FacsCacheGmsModule: Receiving API connection to FACS API from package 'com.google.android.googlequicksearchbox'...
11-30 15:22:42.854 16033 16416 I FacsCacheGmsModule: API connection successful!
11-30 15:22:42.861 28769 29275 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:22:42.882 29328 29328 D SecurityLogAgent, APMApplication: onCreate
11-30 15:22:42.883 29328 29328 D BixbyApi_0.2.7: isBixbySupported:false
11-30 15:22:42.884  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:42.884  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:42.884  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:42.887 29328 29328 D SamsungAnalytics111040: cf feature is supported
11-30 15:22:42.894 29328 29328 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:22:42.897  2985  4489 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.packagemanager.impl.PackageMonitorReceiverImpl$RegisteredReceiver
11-30 15:22:42.898  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.instantapps.appmanagement.InstantAppRemoveMonitor
11-30 15:22:42.901 28769 28784 I zygote  : Do full code cache collection, code=118KB, data=100KB
11-30 15:22:42.904  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy
11-30 15:22:42.904  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
11-30 15:22:42.904  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.google.android.googlequicksearchbox/com.google.android.apps.gsa.googlequicksearchbox.GelStubAppWatcher
11-30 15:22:42.904  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.microsoft.office.powerpoint/com.microsoft.android.crosssell.PackageStateReceiver
11-30 15:22:42.905  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.microsoft.office.word/com.microsoft.android.crosssell.PackageStateReceiver
11-30 15:22:42.906  2985  3000 D StorageManagerService: getExternalStorageMountMode : 1
11-30 15:22:42.906  2985  3000 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:42.907  2985  3000 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 15001000, packageName : com.samsung.android.app.assistantmenu
11-30 15:22:42.907  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.app.assistantmenu user:150
11-30 15:22:42.909  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:22:42.910  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.app.assistantmenu user:150
11-30 15:22:42.911 29180 29180 I cr_LibraryLoader: Successfully loaded native library
11-30 15:22:42.911  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:22:42.911  2985  3000 D ActivityManager: package  com.samsung.android.app.assistantmenu, user - 150 is SDcard blacklisted
11-30 15:22:42.913 29180 29180 I cr_CachingUmaRecorder: Flushed 8 samples from 8 histograms.
11-30 15:22:42.919  2985  3613 D ConnectivityService: filterNetworkStateForUid() uid: 10058 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:42.923  2985  4489 D ConnectivityService: filterNetworkStateForUid() uid: 10058 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:42.925  2985  3000 I ActivityManager: Start proc 29363:com.samsung.android.app.assistantmenu/u150s1000 for broadcast com.samsung.android.app.assistantmenu/.AssistantMenuReceiver
11-30 15:22:42.930 29363 29363 I Zygote  : Unshare entire /
11-30 15:22:42.932 29363 29363 I libpersona: umount_sub_dirs: unmounting [/mnt/secure/asec]
11-30 15:22:42.933 29363 29363 I libpersona: umount_sub_dirs: unmounting [/mnt/secure/asec]
11-30 15:22:42.933 29363 29363 I libpersona: umount_sub_dirs: unmounting [/mnt/asec/com.netflix.mediaclient-1]
11-30 15:22:42.936 29363 29363 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:22:42.936 29363 29363 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:22:42.936 29363 29363 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:22:42.936 29363 29363 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:22:42.936 29363 29363 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:22:42.937 29363 29363 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:22:42.937 29363 29363 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:22:42.937 29363 29363 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:22:42.937 29363 29363 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:22:42.939 29363 29363 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:42.940 29363 29363 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.samsung.android.app.assistantmenu 
11-30 15:22:42.941 29180 29369 W ResourceType: For resource 0x7f140840, entry index(2112) is beyond type entryCount(51)
11-30 15:22:42.941 29180 29369 W ResourceType: Failure getting entry for 0x7f140840 (t=19 e=2112) (error -75)
11-30 15:22:42.945 28769 29127 E native  : E1130 15:22:42.945113   29127 array-storage-crc.cc:149] File /data/data/com.google.android.gms/files/AppDataSearch/main/cur/ds.docids bad crc 2360229298 vs 1254175797
11-30 15:22:42.946  2985  3613 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.email.provider user:0
11-30 15:22:42.946  2985  3613 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:42.946  2985  3613 D ActivityManager: package  com.samsung.android.email.provider, user - 0 is SDcard whitelisted
11-30 15:22:42.946  2985  3613 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.email.provider user:0
11-30 15:22:42.946  2985  3613 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:42.946  2985  3613 I ActivityManager: SA, print process name forked by webview_zygote : com.android.chrome:sandboxed_process0
11-30 15:22:42.959  2985  3613 I Zygote  : Process: zygote socket webview_zygote opened, supported ABIS: armeabi-v7a,armeabi
11-30 15:22:42.959  2985  3613 D WebViewZygote: Preloading package /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/base.apk /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/lib/arm:/data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/base.apk!/lib/armeabi-v7a
11-30 15:22:42.970 28769 29127 E native  : E1130 15:22:42.970043   29127 array-storage-crc.cc:149] File /data/data/com.google.android.gms/files/AppDataSearch/main/cur/ds.perdocdata bad crc 988223752 vs 4236775567
11-30 15:22:42.970  2985  3613 I Zygote  : Process: zygote socket webview_zygote opened, supported ABIS: armeabi-v7a,armeabi
11-30 15:22:42.970 29038 29038 I WebViewZygoteInit: Beginning package preload
11-30 15:22:42.975 28769 29127 E native  : E1130 15:22:42.975760   29127 array-storage.cc:99] Array storage bad crc 3422370610 vs 660579275
11-30 15:22:42.975 28769 29127 E native  : E1130 15:22:42.975915   29127 array-storage-crc.cc:173] File /data/data/com.google.android.gms/files/AppDataSearch/main/cur/ds.cscoring failed to init (elt_size 37 num_elts 152 array_crc 660579275)
11-30 15:22:42.982  2985  5102 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15001000 ,Container id: 150
11-30 15:22:42.983  2985  3137 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15001000 ,Container id: 150
11-30 15:22:42.984 29363 29363 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:43.032 29038 29038 I WebViewZygoteInit: Package preload done
11-30 15:22:43.037  4604  4977 D WidgetLoader: start loading
11-30 15:22:43.071 28977 28982 I zygote  : Do full code cache collection, code=253KB, data=150KB
11-30 15:22:43.078 29386 29386 E /system/bin/webview_zygote32: Failed to make and chown /acct/uid_99499: Permission denied
11-30 15:22:43.078  2985  3613 W ActivityManager: Slow operation: 133ms so far, now at startProcess: returned from zygote!
11-30 15:22:43.078 29386 29386 E Zygote  : createProcessGroup(99499, 0) failed: Permission denied
11-30 15:22:43.078  2985  3613 W ActivityManager: Slow operation: 133ms so far, now at startProcess: done updating battery stats
11-30 15:22:43.078  2985  3613 W ActivityManager: Slow operation: 134ms so far, now at startProcess: building log message
11-30 15:22:43.078  2985  3613 I ActivityManager: Start proc 29386:com.android.chrome:sandboxed_process0/u0i499 for webview_service com.samsung.android.email.provider/org.chromium.content.app.SandboxedProcessService0
11-30 15:22:43.078  2985  3613 W ActivityManager: Slow operation: 134ms so far, now at startProcess: starting to update pids map
11-30 15:22:43.078  2985  3613 W ActivityManager: Slow operation: 134ms so far, now at startProcess: done updating pids map
11-30 15:22:43.078  2985  3613 W ActivityManager: Slow operation: 134ms so far, now at startProcess: done starting proc!
11-30 15:22:43.079 29386 29386 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:webview_zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:43.080 29386 29386 I SELinux : SELinux: seapp_context_lookup: seinfo=chrome, level=s0:c512,c768, pkgname=com.android.chrome:sandboxed_process0 
11-30 15:22:43.082 28769 29127 E native  : E1130 15:22:43.082412   29127 array-storage.cc:99] Array storage bad crc 1610948553 vs 2272608
11-30 15:22:43.082 28769 29127 E native  : E1130 15:22:43.082776   29127 dynamic-trie.cc:515] Trie mmap suffix failed
11-30 15:22:43.082  4604  4977 D LauncherAWProviderInfo: GSA replace initialLayout. 
11-30 15:22:43.084  2985  5102 I ActivityManager: DSS on for com.samsung.android.app.assistantmenu and scale is 1.0
11-30 15:22:43.084  2985  4489 D SamsungAlarmManager: Cancel Alarm calling from uid:10018 pid :28769 / op:PendingIntent{4ffd930: PendingIntentRecord{3c49a9 com.google.android.gms broadcastIntent}}
11-30 15:22:43.097  2985  4489 D ConnectivityService: filterNetworkStateForUid() uid: 10058 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:43.100  2985  5084 D ConnectivityService: filterNetworkStateForUid() uid: 10058 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:43.105 28977 28982 I zygote  : After code cache collection, code=191KB, data=99KB
11-30 15:22:43.111 29363 29363 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15001000
11-30 15:22:43.112 29363 29363 D Proxy   : mdoP is null: 15001000
11-30 15:22:43.114 29386 29386 D TimaKeyStoreProvider: TimaKeyStore is not enabled: cannot add TimaSignature Service and generateKeyPair Service
11-30 15:22:43.115 29386 29386 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:43.118  2985  3137 I ActivityManager: DSS on for com.samsung.android.email.provider and scale is 1.0
11-30 15:22:43.130 29363 29363 D DiagMonProvider: File path: /data/data/com.samsung.android.app.assistantmenu/diagmon/diagmon.log
11-30 15:22:43.138 29363 29363 D AssistantMenuApp: onCreate , UI version : 9.5
11-30 15:22:43.141 29363 29363 D SamsungAnalytics111040: cf feature is supported
11-30 15:22:43.153  2985  5094 D ActivityManager: The following uid has registered to recieve broadcast for proxy related updates 10058
11-30 15:22:43.168 29413 29413 E asset   : setgid: Operation not permitted
11-30 15:22:43.180  2985  5094 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1033 com.android.server.am.ActivityManagerService.requestKnoxVpnToSendProxyBroadcast:30439 com.android.server.am.ActivityManagerService.registerReceiver:23966 android.app.IActivityManager$Stub.onTransact:176 com.android.server.am.ActivityManagerService.onTransact:4038 
11-30 15:22:43.182  2985  2985 D KnoxVpnEngineService: Vpn Receiver : com.samsung.android.knox.intent.action.VPN_PROXY_BROADCAST_INTERNAL
11-30 15:22:43.182  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:22:43.208 28977 28987 I zygote  : Background concurrent copying GC freed 61679(4MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 6MB/12MB, paused 3.144ms total 342.420ms
11-30 15:22:43.212  2985  3024 D ConnectivityService: filterNetworkStateForUid() uid: 10058 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:43.216 29180 29180 D ConnectivityManager: requestNetwork; CallingUid : 10058, CallingPid : 29180
11-30 15:22:43.219  2985  3024 D ConnectivityService: listenForNetwork for uid/pid:10058/29180 NetworkRequest [ LISTEN id=5249, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-30 15:22:43.220  2985  3222 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 625]
11-30 15:22:43.220  2985  3222 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -63]
11-30 15:22:43.220  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/11)
11-30 15:22:43.220  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 8. No change.
11-30 15:22:43.220  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 1. No change.
11-30 15:22:43.220  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/7)
11-30 15:22:43.220  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/10)
11-30 15:22:43.220  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5186. No change.
11-30 15:22:43.220  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/5)
11-30 15:22:43.221  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5187. No change.
11-30 15:22:43.221  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 3. No change.
11-30 15:22:43.221  2985  3222 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ LISTEN id=5249, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-30 15:22:43.221  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:43.221  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:43.221  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:43.221  2985  3222 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=5249, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-30 15:22:43.221  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:43.221  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:43.221  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:43.221  2985  3222 D ConnectivityService: sending notification CALLBACK_IP_CHANGED for NetworkRequest [ LISTEN id=5249, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-30 15:22:43.221  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:43.221  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:43.221  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:43.221  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:43.222  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:43.222  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:43.240  4604  4977 D WidgetLoader: enter wait
11-30 15:22:43.243 28977 29194 I MicroModelsUtil: #getHotwordModel [locale: en-US, modelType: 2]
11-30 15:22:43.274  2985  5094 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:43.276  2985  5102 D SamsungAlarmManager: Cancel Alarm calling from uid:10018 pid :28769 / op:PendingIntent{5352978: PendingIntentRecord{3c49a9 com.google.android.gms broadcastIntent}}
11-30 15:22:43.280 28769 29219 I zygote  : Deoptimizing java.lang.Object bhtm.s(java.lang.Object[], int, int, int) due to JIT inline cache
11-30 15:22:43.313 28769 29127 W native  : W1130 15:22:43.313102   29127 document-store.cc:165] Docstore bad crc 0x99cbae5d vs 0x084b532e
11-30 15:22:43.337  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:43.337  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:43.367 28769 28784 I zygote  : After code cache collection, code=94KB, data=63KB
11-30 15:22:43.370 28977 29404 I A       : load shared preferences: file not found
11-30 15:22:43.380 29363 29363 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:22:43.381 29363 29363 D AssistantMenuReceiver: [c] AssistantMenuReceiver:android.intent.action.PACKAGE_REMOVED
11-30 15:22:43.382 29363 29363 D AssistantMenuReceiver: [c] PACKAGE_REMOVED : com.android.chrome
11-30 15:22:43.402  2985  5094 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:43.402  2985  5094 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:43.402  2985  5094 D StorageManagerService: getExternalStorageMountMode : final mountMode=3, uid : 15010056, packageName : com.samsung.knox.securefolder
11-30 15:22:43.402  2985  5094 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.knox.securefolder user:150
11-30 15:22:43.405  2985  5094 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:22:43.405  2985  5094 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.knox.securefolder user:150
11-30 15:22:43.405 28769 28769 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:22:43.406 28769 28769 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:22:43.408  2985  5094 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:22:43.408  2985  5094 D ActivityManager: package  com.samsung.knox.securefolder, user - 150 is SDcard blacklisted
11-30 15:22:43.424  2985  5094 I ActivityManager: Start proc 29442:com.samsung.knox.securefolder/u150a56 for broadcast com.samsung.knox.securefolder/.foldercontainer.receiver.ShortcutReceiver
11-30 15:22:43.425 29442 29442 I Zygote  : Unshare entire /
11-30 15:22:43.428 29442 29442 I libpersona: umount_sub_dirs: unmounting [/mnt/secure/asec]
11-30 15:22:43.428 29442 29442 I libpersona: umount_sub_dirs: unmounting [/mnt/secure/asec]
11-30 15:22:43.429 29442 29442 I libpersona: umount_sub_dirs: unmounting [/mnt/asec/com.netflix.mediaclient-1]
11-30 15:22:43.429  2985  5084 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:43.431 29442 29442 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:22:43.432 28769 28769 I zygote  : Deoptimizing java.lang.Object m.qa.put(java.lang.Object, java.lang.Object) due to JIT inline cache
11-30 15:22:43.432 29442 29442 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:22:43.432 29442 29442 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:22:43.432 29442 29442 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:22:43.432 29442 29442 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:22:43.432 29442 29442 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:22:43.432 29442 29442 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:22:43.432 29442 29442 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:22:43.432 29442 29442 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:22:43.435 29442 29442 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:43.436 29442 29442 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c662,c768, pkgname=com.samsung.knox.securefolder 
11-30 15:22:43.443 28769 28769 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.facs.internal.service.START cmp=com.google.android.gms/.chimera.GmsInternalApiService }
11-30 15:22:43.443 28769 28769 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.facs.internal.service.START cmp=com.google.android.gms/.chimera.GmsInternalApiService }
11-30 15:22:43.447 16033 16033 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE cmp=com.google.android.gms/.chimera.PersistentInternalBoundBrokerService }
11-30 15:22:43.447 16033 16033 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE cmp=com.google.android.gms/.chimera.PersistentInternalBoundBrokerService }
11-30 15:22:43.457 28769 28790 I FacsCacheGmsModule: Receiving API connection to internal FACS API...
11-30 15:22:43.464 28769 29275 I zygote  : Deoptimizing bgau bgbv.s(bgbu, bgau) due to JIT same target
11-30 15:22:43.469  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010056 ,Container id: 150
11-30 15:22:43.469  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010056 ,Container id: 150
11-30 15:22:43.470  2985  5094 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:22:43.470  2985  5094 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:22:43.473  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010056 ,Container id: 150
11-30 15:22:43.473  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010056 ,Container id: 150
11-30 15:22:43.473  2985  5084 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:22:43.473  2985  5084 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:22:43.476 29442 29442 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:43.477 28769 29421 I zygote  : Deoptimizing bret brem.dc() due to JIT inline cache
11-30 15:22:43.480  2985  3024 I ActivityManager: DSS on for com.samsung.knox.securefolder and scale is 1.0
11-30 15:22:43.499 28769 28789 I zygote  : Background concurrent copying GC freed 52628(4MB) AllocSpace objects, 9(244KB) LOS objects, 49% free, 5MB/10MB, paused 456us total 539.520ms
11-30 15:22:43.502 29442 29442 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010056
11-30 15:22:43.503 29442 29442 D Proxy   : mdoP is null: 15010056
11-30 15:22:43.507 28769 28769 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
11-30 15:22:43.515 29386 29386 I cr_SplitCompatApp: Launched version=96.0.4664.45 minSdkVersion=24 isBundle=true processName=com.android.chrome:sandboxed_process0 isIsolated=true
11-30 15:22:43.519 28977 29234 I BlobLobber: Canceling downloads: []
11-30 15:22:43.530 28977 29234 I zygote  : Deoptimizing java.lang.Object com.google.common.b.pw.e(java.lang.Object[], int, int, int) due to JIT inline cache
11-30 15:22:43.530 29386 29386 W SystemServiceRegistry: No service published for: uimode
11-30 15:22:43.531 28977 29234 I zygote  : Deoptimizing java.lang.Object com.google.common.b.pw.g(java.lang.Object, java.lang.Object[], int, int, java.lang.Object) due to JIT inline cache
11-30 15:22:43.535 29386 29386 V Monotype: fonts.xml take from : /system/etc/
11-30 15:22:43.536 29442 29442 D KnoxUsageDB: getInstance - KnoxUsageDBHelper
11-30 15:22:43.537 29442 29442 D KnoxUsageDB: null == mDbHelperInstance - KnoxUsageDBHelper
11-30 15:22:43.547  2985  5094 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.googlequicksearchbox cmp = com.google.android.apps.gsa.deeplink.DeeplinkActivityEntrypoint newState = 0 callingPackage = 10078/com.google.android.googlequicksearchbox
11-30 15:22:43.551 29442 29462 D SF:SALogging: run: init SALogging UserHandle{150}
11-30 15:22:43.556 28977 28977 I BgTaskExecutorImpl: Starting EXCLUSIVE background task BLOBLOBBER_SYNC.
11-30 15:22:43.559 28977 29234 I ModelDownloadListener: Schdedule model download
11-30 15:22:43.560 28769 29423 I GmscoreIpa: Using regular flags by method 2 [CONTEXT service_id=255 ]
11-30 15:22:43.562 28977 29176 I FedAssExpListener: Successfully processed experiments changed.
11-30 15:22:43.575 28977 29210 W SearchServiceCore: Abort, client detached.
11-30 15:22:43.575  2985  5094 D JobServiceContext: sendStopMessageLocked stop reason: cancel() called by app
11-30 15:22:43.577 29442 29442 D SFolderShortcutReceiver:  onReceive() user(150) intent:android.intent.action.PACKAGE_REMOVED
11-30 15:22:43.577 29442 29442 I SFolderShortcutReceiver:  package update. So skip removePackage. pkg=com.android.chrome
11-30 15:22:43.579 29251 29251 D SF:WorkerService: handleMessage: MSG_SET_CONFIGURATION
11-30 15:22:43.637 29442 29442 D KnoxPackageReceiver:  received intent Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 cmp=com.samsung.knox.securefolder/.containeragent.detector.KnoxPackageStateReceiver (has extras) }
11-30 15:22:43.640  2985  4489 D ConnectivityService: filterNetworkStateForUid() uid: 10078 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:43.649  2985  5094 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.android.app.billing/.iap.receiver.IapReceiver
11-30 15:22:43.649  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.android.app.samsungapps/com.samsung.android.iap.receiver.IapReceiver
11-30 15:22:43.652  2985  5094 I ActivityManager: KPU : put [com.hiya.star] : 9302 K
11-30 15:22:43.653  2985  5094 I ActivityManager: Killing 27644:com.hiya.star/u0a220 (adj 906): DHA:empty #46
11-30 15:22:43.654 28977 29176 I A       : NGA disabled due to not being eligible.
11-30 15:22:43.654 28977 29176 I A       : Nga state changed to DISABLED
11-30 15:22:43.655  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.android.app.sbrowser/.webcontentsprovider.WebContentsProviderReceiver
11-30 15:22:43.655  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.android.daemonapp/com.samsung.android.weather.daemon.receiver.ClearDataReceiver
11-30 15:22:43.656  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.android.daemonapp/com.samsung.android.weather.app.common.receiver.AppReceiver
11-30 15:22:43.664 23617 23617 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [OWbhOtPV6wxvap32pLBS4_S1PDoiRAgdfXjLbps3rhU]
11-30 15:22:43.665 23617 23617 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.android.chrome
11-30 15:22:43.668 28977 28977 I BgTaskExecutorImpl: Starting EXCLUSIVE background task UPDATE_HOTWORD_MODELS.
11-30 15:22:43.669 28977 28982 I zygote  : Do partial code cache collection, code=203KB, data=118KB
11-30 15:22:43.671 28977 28982 I zygote  : After code cache collection, code=197KB, data=116KB
11-30 15:22:43.671 28977 28982 I zygote  : Increasing code cache capacity to 1024KB
11-30 15:22:43.676  2985  3002 I zygote  : Successfully killed process cgroup uid 10220 pid 27644 in 21ms
11-30 15:22:43.677  2985  3070 W Choreographer: Frame time is 12.604417 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:22:43.679 23617 23656 I Finsky  : [43715] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=0, cacheMissCount=1. Missed  in cache (limit 10) : [com.android.chrome]
11-30 15:22:43.681 23617 23656 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:43.682 23617 29001 I Finsky  : [43846] ffa.b(32): [ContentSync] finished, scheduled=false
11-30 15:22:43.695 28977 29346 I ModelDownloadController: requestHotwordModelUpdate modelType-2 modelLocale-en-US
11-30 15:22:43.700 23617 29028 I Finsky  : [43848] fag.accept(26): Cancelled 0 ongoing asset module downloads for package com.android.chrome due to a concurrent app update.
11-30 15:22:43.708 28977 29346 I ModelDownloadController: #maybeDownloadHotwordModelWithMDD with locale: en-US, modelType: 2.
11-30 15:22:43.715  2985  4489 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:43.715  2985  4489 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:43.716  2985  4489 D StorageManagerService: getExternalStorageMountMode : final mountMode=3, uid : 10040, packageName : com.android.vending
11-30 15:22:43.716 23617 23656 I ApplicationPackageManager: load=com.android.chrome, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:22:43.716  2985  4489 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.android.vending user:0
11-30 15:22:43.716  2985  4489 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:43.716  2985  4489 D ActivityManager: package  com.android.vending, user - 0 is SDcard whitelisted
11-30 15:22:43.716  2985  4489 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.android.vending user:0
11-30 15:22:43.716  2985  4489 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:43.717  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:22:43.717  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:22:43.717  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:22:43.717  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:22:43.720 23617 23656 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:43.722 23617 23656 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:22:43.722 23617 23656 I ApplicationPackageManager: load=com.android.chrome-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:22:43.724 23617 23659 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:43.731 23617 23659 I ApplicationPackageManager: load=com.android.chrome, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:22:43.735 29464 29464 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:22:43.736 23617 23659 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:43.739 29464 29464 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:43.740  2985  4489 I ActivityManager: Start proc 29464:com.android.vending:instant_app_installer/u0a40 for broadcast com.android.vending/com.google.android.finsky.instantapps.appmanagement.InstantAppRemoveMonitor
11-30 15:22:43.740 29464 29464 I SELinux : SELinux: seapp_context_lookup: seinfo=gmscore, level=s0:c512,c768, pkgname=com.android.vending:instant_app_installer 
11-30 15:22:43.741 23617 23659 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:22:43.741 23617 23659 I ApplicationPackageManager: load=com.android.chrome-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:22:43.743 23617 23659 I Finsky  : [43717] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=1, cacheMissCount=0. Missed  in cache (limit 10) : []
11-30 15:22:43.744 23617 23659 I Finsky  : [43717] jpm.g(1): Installer: package com.android.chrome was removed. replacing: true
11-30 15:22:43.745 23617 23659 I Finsky  : [43717] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=UNINSTALLED
11-30 15:22:43.746 23617 23617 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=true, apps=[]
11-30 15:22:43.746  2985  7619 D SSRM:aU : SIOP:: AP:426(427,0) BAT:320(320,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:22:43.746  2985  7619 D L       : broadcastCheckSiopLvIntent:: curLevel = 1
11-30 15:22:43.753  2985  7619 D L       : limitGPUFreq:: freq = 728
11-30 15:22:43.755   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:22:43.755   559   636 I PolicyManager: [#CMH#] onReceive action = EVENT_SIOP
11-30 15:22:43.755   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:22:43.755 16433 16509 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:22:43.755 16433 16509 I PolicyManager: [#CMH#] onReceive action = EVENT_SIOP
11-30 15:22:43.755 16433 16509 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:22:43.758 23617 29026 I Finsky  : [43847] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=UNINSTALLED
11-30 15:22:43.759 29180 29434 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:22:43.765 29180 29434 I chatty  : uid=10058(com.samsung.android.email.provider) identical 1 line
11-30 15:22:43.767 29180 29434 D skia    : --- SkAndroidCodec::NewFromStream returned null
11-30 15:22:43.785  2985  7619 D CustomFrequencyManagerService: FrequencyrequestList.getNextMinGPURequest, index: 0
11-30 15:22:43.786 16033 25597 W NetworkScheduler: Error inserting period=3154000 preferred_charging_state=1 preferred_network_type=1 target_class=com.google.android.gms.measurement.PackageMeasurementTaskService required_network_type=0 runtime=1638260563516 required_idleness_state=0 source=16 service_kind=0 target_package=com.google.android.gms persistence_level=1 source_version=214218000 last_runtime=0 user_id=0 job_id=-1 requires_charging=0 tag=Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG flex_time=1576000 task_type=0 retry_strategy={"maximum_backoff_seconds":{"3600":0},"initial_backoff_seconds":{"30":0},"retry_policy":{"0":0}}, error message: UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067)
11-30 15:22:43.786 16033 25597 W NetworkScheduler: #################################################################
11-30 15:22:43.786 16033 25597 W NetworkScheduler: Error Code : 2067 (SQLITE_CONSTRAINT_UNIQUE)
11-30 15:22:43.786 16033 25597 W NetworkScheduler: Caused By : Abort due to constraint violation.
11-30 15:22:43.786 16033 25597 W NetworkScheduler: 	(UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067))
11-30 15:22:43.786 16033 25597 W NetworkScheduler: #################################################################
11-30 15:22:43.786 16033 25597 W NetworkScheduler: [CONTEXT service_id=218 ]
11-30 15:22:43.786  2985  7619 D CustomFrequencyManagerService: FrequencyrequestList.getNextMinGPURequest, index: 0
11-30 15:22:43.786  2985  7619 D L       : limitCPUFreq:: freq = 1482000
11-30 15:22:43.787  2985  7619 D CustomFrequencyManagerService: acquireDVFSLockLocked : type : DVFS_MAX_LIMIT  frequency : 1352000  uid : 1000  pid : 2985  pkgName : SIOP_ARM_MAX_WRAPPED@19
11-30 15:22:43.787  2985  7619 D CustomFrequencyManagerService: releaseDVFSLockLocked : Getting Lock type frm List : DVFS_MAX_LIMIT  frequency : 1352000  uid : 1000  pid : 2985  tag : SIOP_ARM_MAX@18
11-30 15:22:43.787 28977 29239 I BistoSettingsListener: listener created
11-30 15:22:43.787  2985  3024 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10040 ,Container id: 0
11-30 15:22:43.787  2985  7619 D CustomFrequencyManagerService: acquireDVFSLockLocked : type : DVFS_MAX_LIMIT  frequency : 1482000  uid : 1000  pid : 2985  pkgName : SIOP_ARM_MAX@18
11-30 15:22:43.787  2985  3024 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10040 ,Container id: 0
11-30 15:22:43.787  2985  7619 D CustomFrequencyManagerService: releaseDVFSLockLocked : Getting Lock type frm List : DVFS_MAX_LIMIT  frequency : 1352000  uid : 1000  pid : 2985  tag : SIOP_ARM_MAX_WRAPPED@19
11-30 15:22:43.787  2985  3024 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:43.789  2985  7619 I SensorService: createSensorEventConnection package name f.l
11-30 15:22:43.790  2985  7619 D SensorService: Calling batch handle==3 flags=0 rate=200000000 timeout== 0
11-30 15:22:43.790  2605  2605 I Sensors : ProximitySensor:enable: handle 3, en 1, old_en 0
11-30 15:22:43.792 28977 29210 W SearchServiceCore: Abort, client detached.
11-30 15:22:43.793 28977 29210 I chatty  : uid=10078(com.google.android.googlequicksearchbox) EventBus0 identical 1 line
11-30 15:22:43.794 28977 29210 W SearchServiceCore: Abort, client detached.
11-30 15:22:43.796  2985  3024 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10040 ,Container id: 0
11-30 15:22:43.796  2985  3024 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10040 ,Container id: 0
11-30 15:22:43.796  2985  3024 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:43.797 29180 29433 D Protocol: Email::grantAccessForAllEmailAliases() - grant permissions for aliases start
11-30 15:22:43.803 29464 29464 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:43.806  2985  5102 I ActivityManager: KPU : put [com.sec.hearingadjust] : 2713 K
11-30 15:22:43.806  2985  5102 I ActivityManager: Killing 27398:com.sec.hearingadjust/u0a26 (adj 906): DHA:empty #46
11-30 15:22:43.809  2985  5095 I ActivityManager: DSS on for com.android.vending and scale is 1.0
11-30 15:22:43.821 28977 29247 I A       : hasHotwordEverywhere-true
11-30 15:22:43.823 28977 29239 I A       : Building OnDeviceNameResolver: 3 endpoints.
11-30 15:22:43.831  2985  3070 W Choreographer: Frame time is 8.906779 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:22:43.835 23617 28936 I Finsky  : [43844] ihu.run(9): Wrote row to frosting DB: 19165
11-30 15:22:43.838  2985  3002 I zygote  : Successfully killed process cgroup uid 10026 pid 27398 in 29ms
11-30 15:22:43.845  2605  3073 I Sensors : ProximitySensor:readEvents: value 8(cm)
11-30 15:22:43.846  2985  7619 D SensorManager: registerListener :: 3, STK3013 Proximity, 200000, 0,  
11-30 15:22:43.846  2985  2985 D SensorManager: Proximity, val = 8.0  [far]
11-30 15:22:43.847  2985  2985 D SensorService: Calling activate off 3
11-30 15:22:43.847  2605  3073 I Sensors : ProximitySensor:enable: handle 3, en 0, old_en 1
11-30 15:22:43.848  2985  2985 D SensorManager: unregisterListener ::   
11-30 15:22:43.867 23617 28936 I Finsky  : [43844] ihu.run(9): Wrote row to frosting DB: 19166
11-30 15:22:43.870 29180 29479 D Security: SdpHelper::isSdpEnabled() - mIsSdpEnabled[false]
11-30 15:22:43.870 29180 29479 W Security: SdpHelper::setSdpState() - Sdp isn't enabled!
11-30 15:22:43.884  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:43.884  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:43.884  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:43.889 23617 23664 I Finsky  : [43721] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=0, cacheMissCount=1, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : [com.android.chrome]
11-30 15:22:43.893 23617 23664 I Finsky  : [43721] esd.o(2): AIM: AppInfoManager-Perf > ItemModel > ItemStore Called 1 apps cacheOptions = REFRESH_LOCAL_CACHE
11-30 15:22:43.895 23617 23664 I Finsky  : [43721] esc.a(66): AIM: ItemModel fetch - unauth(0), auth([N8reDF7aysQU-3c4nd2u7UpZYHKO97JzBanvUzeZTOk]->1)
11-30 15:22:43.903  2985  5095 D ConnectivityService: filterNetworkStateForUid() uid: 10040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:43.904 29464 29464 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10040
11-30 15:22:43.904  2985  5102 D ConnectivityService: filterNetworkStateForUid() uid: 10040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:43.905 29464 29464 D Proxy   : mdoP is null: 10040
11-30 15:22:43.913 29180 29434 D Security: SdpHelper::isSdpEnabled() - mIsSdpEnabled[false]
11-30 15:22:43.914 23617 23656 I Finsky  : [43715] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=1, cacheMissCount=0, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : []
11-30 15:22:43.922 23617 29026 I Finsky  : [43847] jvx.C(6): IQ: Pruning inactive install requests
11-30 15:22:43.922 23617 29026 I Finsky  : [43847] jvx.C(45): IQ: No matching installs to run for jobs: []
11-30 15:22:43.928 23617 23656 I Finsky  : [43715] elv.accept(24): AIM: AppInfoManager-Perf > getApps > data collection finished
11-30 15:22:43.932  2985  3613 D ActivityManager: The following uid has registered to recieve broadcast for proxy related updates 10058
11-30 15:22:43.932  2985  3613 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1033 com.android.server.am.ActivityManagerService.requestKnoxVpnToSendProxyBroadcast:30439 com.android.server.am.ActivityManagerService.registerReceiver:23966 android.app.IActivityManager$Stub.onTransact:176 com.android.server.am.ActivityManagerService.onTransact:4038 
11-30 15:22:43.933  2985  2985 D KnoxVpnEngineService: Vpn Receiver : com.samsung.android.knox.intent.action.VPN_PROXY_BROADCAST_INTERNAL
11-30 15:22:43.934  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:22:43.940  2985  3613 D SamsungAlarmManager: Cancel Alarm calling from uid:10018 pid :16033 / op:PendingIntent{4fd6d95: PendingIntentRecord{433aba3 com.google.android.gms startService}}
11-30 15:22:43.957 28977 29234 I A       : Setting isLegacySQLite mode to true.
11-30 15:22:43.994 28977 29176 I A       : Setting isLegacySQLite mode to true.
11-30 15:22:44.009 28769 29448 I zygote  : Deoptimizing java.lang.Object m.fkd.a() due to JIT inline cache
11-30 15:22:44.045  4228  4228 D io_stats: !@ 179,0 r 54696486 1393908212 w 6065676 85709292 d 1207692 30853564 f 1081453 1080504 iot 29942730 29347765 th 51200 0 0 pt 0 inp 31 21 264063.037
11-30 15:22:44.107 28977 29194 I A       : Setting isLegacySQLite mode to true.
11-30 15:22:44.162 29464 29464 W ResourceType: ResTable_typeSpec entry count inconsistent: given 141, previously 169
11-30 15:22:44.167  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:22:44.167 28977 29241 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:22:44.208  2985  3137 D ConnectivityService: filterNetworkStateForUid() uid: 10058 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:44.212 29180 29490 E SemPolicy: SemEMCEasConfiguration::parse() - parcelables is null!!
11-30 15:22:44.213 29180 29490 W SemPolicy: SemEMCLegacyConfiguration::parse() - parcelables is null!
11-30 15:22:44.213 29464 29464 I Finsky:instant_app_inst: [2] euh.az(6): Process created at version: 28.0.34-21 [0] [PR] 410833180
11-30 15:22:44.213 29180 29490 W SemPolicy: SemLdapConfiguration::parse() - parcelables is null!
11-30 15:22:44.215  2985  3137 D ConnectivityService: filterNetworkStateForUid() uid: 10058 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:44.218 29180 29180 D ConnectivityManager: requestNetwork; CallingUid : 10058, CallingPid : 29180
11-30 15:22:44.219 29180 29490 D SemNotification: SemNotificationRingtone::getEmailRingtoneUri() - path[Letter.ogg]
11-30 15:22:44.220  2985  3024 D ConnectivityService: requestNetwork for uid/pid:10058/29180 NetworkRequest [ TRACK_DEFAULT id=5250, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:44.220  2985  3222 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 625]
11-30 15:22:44.220  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:22:44.220 28977 29241 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:22:44.220  2985  3222 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -63]
11-30 15:22:44.220  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/11)
11-30 15:22:44.221  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 8. No change.
11-30 15:22:44.221  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 1. No change.
11-30 15:22:44.221  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/7)
11-30 15:22:44.221  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/10)
11-30 15:22:44.221  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5186. No change.
11-30 15:22:44.221  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/5)
11-30 15:22:44.221  2985  3222 D ConnectivityService:   checking if request is : NetworkRequest [ TRACK_DEFAULT id=5250, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], satisfies : true
11-30 15:22:44.221  2985  3222 D ConnectivityService: currentScore = 0, newScore = 60
11-30 15:22:44.221  2985  3222 D ConnectivityService: rematch for NetworkAgentInfo [WIFI () - 625]
11-30 15:22:44.221  2985  3222 D ConnectivityService:    accepting network in place of null
11-30 15:22:44.221  2985  3222 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ TRACK_DEFAULT id=5250, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:44.221  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:44.221  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:44.221  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:44.221  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:44.221  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:44.221  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:44.221  2985  3453 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=5250, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:44.221  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:44.221  2985  3453 D Ethernet:   my score=-1, my filter=[ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps]
11-30 15:22:44.221  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:44.221  2985  3453 D Ethernet: evalRequest
11-30 15:22:44.222  2985  3453 D Ethernet:   done
11-30 15:22:44.222  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:44.222  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:44.222  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5187. No change.
11-30 15:22:44.222  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 3. No change.
11-30 15:22:44.222  2985  3219 D WIFI_P2P: got request NetworkRequest [ TRACK_DEFAULT id=5250, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:44.222  2985  3222 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ TRACK_DEFAULT id=5250, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:44.222  2985  3219 D WIFI_P2P:   my score=60, my filter=[ Transports: WIFI Capabilities: WIFI_P2P&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:22:44.222  2985  3219 D WIFI_P2P: evalRequest
11-30 15:22:44.222  2985  3219 D WIFI_P2P:   done
11-30 15:22:44.222  3470  3470 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=5250, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:44.223  3470  3470 D PhoneSwitcherNetworkRequstListener:   my score=101, my filter=[ Transports: CELLULAR Capabilities: MMS&SUPL&DUN&FOTA&IMS&CBS&IA&RCS&XCAP&EIMS&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&ENT1&FOC Specifier: <android.net.MatchAllNetworkSpecifier@0>]
11-30 15:22:44.223  3470  3470 D PhoneSwitcherNetworkRequstListener: evalRequest
11-30 15:22:44.223  3470  3470 D PhoneSwitcherNetworkRequstListener:   needNetworkFor
11-30 15:22:44.224  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:44.224  2985  3222 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=5250, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:44.224  2985  3171 D WIFI_UT : got request NetworkRequest [ TRACK_DEFAULT id=5250, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:44.224  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:44.224  2985  3171 D WIFI_UT :   my score=2147483647, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:22:44.224  2985  3171 D WIFI_UT : evalRequest
11-30 15:22:44.224  2985  3171 D WIFI_UT :   needNetworkFor
11-30 15:22:44.224  2985  3171 D WIFI    : got request NetworkRequest [ TRACK_DEFAULT id=5250, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:44.224  2985  3171 D WIFI    :   my score=60, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:22:44.224  2985  3171 D WIFI    : evalRequest
11-30 15:22:44.224  2985  3171 D WIFI    :   needNetworkFor
11-30 15:22:44.224  2985  3222 D ConnectivityService: sending notification CALLBACK_IP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=5250, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:44.225  2985  5094 D ConnectivityService: filterNetworkStateForUid() uid: 10058 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:44.226  2985  5094 D ConnectivityService: filterNetworkStateForUid() uid: 10058 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:44.237 16033 20063 D BluetoothAdapter: STATE_BLE_ON
11-30 15:22:44.240 16033 20063 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:22:44.254 16033 20063 I chatty  : uid=10018(com.google.android.gms) highpool[102] identical 1 line
11-30 15:22:44.256 16033 20063 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:22:44.261  2985  3613 D ConnectivityService: filterNetworkStateForUid() uid: 10058 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:44.262  2985  5095 D ConnectivityService: filterNetworkStateForUid() uid: 10058 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:44.271 28769 28790 I FacsCacheGmsModule: API connection successful!
11-30 15:22:44.271 29180 29497 W InternalBroadcastServiceCaller: InternalBroadcastService starts in background
11-30 15:22:44.278 28769 28819 I FacsCacheGmsModule: Receiving API connection to internal FACS API...
11-30 15:22:44.278 29180 29497 W InternalBroadcastServiceCaller: InternalBroadcastService starts in background
11-30 15:22:44.281 28769 28819 I FacsCacheGmsModule: API connection successful!
11-30 15:22:44.281 29180 29497 W InternalBroadcastServiceCaller: InternalBroadcastService starts in background
11-30 15:22:44.284 28769 28791 I FacsCacheGmsModule: Receiving API connection to internal FACS API...
11-30 15:22:44.287 28769 28791 I FacsCacheGmsModule: API connection successful!
11-30 15:22:44.290  2985  5095 D ConnectivityService: filterNetworkStateForUid() uid: 10058 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:44.290 28769 28819 I FacsCacheGmsModule: Receiving API connection to internal FACS API...
11-30 15:22:44.293 28769 28819 I FacsCacheGmsModule: API connection successful!
11-30 15:22:44.295 28769 28791 I FacsCacheGmsModule: Receiving API connection to internal FACS API...
11-30 15:22:44.298 28769 28791 I FacsCacheGmsModule: API connection successful!
11-30 15:22:44.305  2985  3137 D SamsungAlarmManager: Cancel Alarm calling from uid:10058 pid :29180 / op:PendingIntent{202d213: PendingIntentRecord{4e76c50 com.samsung.android.email.provider startService}}
11-30 15:22:44.309 28769 28819 I FacsCacheGmsModule: Receiving API connection to internal FACS API...
11-30 15:22:44.311 28769 28819 I FacsCacheGmsModule: API connection successful!
11-30 15:22:44.311  2985  3137 D SamsungAlarmManager: Cancel Alarm calling from uid:10058 pid :29180 / op:PendingIntent{f69ae49: PendingIntentRecord{88fa34e com.samsung.android.email.provider startService}}
11-30 15:22:44.313  2985  5095 D SamsungAlarmManager: Cancel Alarm calling from uid:10058 pid :29180 / op:PendingIntent{53e7c6f: PendingIntentRecord{25efd7c com.samsung.android.email.provider startService}}
11-30 15:22:44.313 28769 28819 I FacsCacheGmsModule: Receiving API connection to internal FACS API...
11-30 15:22:44.314 16033 16043 I zygote  : Background concurrent copying GC freed 179634(10MB) AllocSpace objects, 80(3MB) LOS objects, 50% free, 16MB/32MB, paused 242us total 264.280ms
11-30 15:22:44.315  2985  5095 D SamsungAlarmManager: Cancel Alarm calling from uid:10058 pid :29180 / op:PendingIntent{d95e605: PendingIntentRecord{1c6a65a com.samsung.android.email.provider startService}}
11-30 15:22:44.316 28769 28819 I FacsCacheGmsModule: API connection successful!
11-30 15:22:44.319 28769 29498 I FacsCacheGmsModule: Receiving API connection to internal FACS API...
11-30 15:22:44.325 28769 29498 I FacsCacheGmsModule: API connection successful!
11-30 15:22:44.340 29386 29386 E Typeface: Error mapping font file /system/fonts/NotoSansKhmer-Regular.ttf
11-30 15:22:44.340 29386 29386 E Typeface: Error mapping font file /system/fonts/NotoSansKhmer-Bold.ttf
11-30 15:22:44.340 29386 29386 E Minikin : Could not get cmap table size!
11-30 15:22:44.340 29386 29386 E Typeface: Unable to load Family: null:und-Khmr
11-30 15:22:44.367 29386 29386 E Typeface: Error mapping font file /system/fonts/DroidSansFallback.ttf
11-30 15:22:44.367 29386 29386 E Minikin : Could not get cmap table size!
11-30 15:22:44.367 29386 29386 E Typeface: Unable to load Family: null:null
11-30 15:22:44.383  2985  5095 D ConnectivityService: filterNetworkStateForUid() uid: 10058 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:44.385  2985  3137 D ConnectivityService: filterNetworkStateForUid() uid: 10058 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:44.387  2985  5095 D ConnectivityService: filterNetworkStateForUid() uid: 10058 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:44.387  2985  3613 D ConnectivityService: filterNetworkStateForUid() uid: 10058 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:44.388  2985  3613 D ConnectivityService: filterNetworkStateForUid() uid: 10058 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:44.388  2985  5084 D ConnectivityService: filterNetworkStateForUid() uid: 10058 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:44.389 29180 29180 D ConnectivityManager: unregisterNetworkCallback; CallingUid : 10058, CallingPid : 29180
11-30 15:22:44.389  2985  3222 D ConnectivityService: releasing NetworkRequest [ LISTEN id=5249, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ] (release request)
11-30 15:22:44.421 29180 29490 D SemNotification: SemNotificationRingtone::getEmailRingtoneUri() - return uri[content://media/internal/audio/media/14], path[Letter.ogg]
11-30 15:22:44.422 29180 29490 D SemNotification: SemNotificationRingtone::getEmailRingtoneUri() - return uri[content://media/internal/audio/media/14]
11-30 15:22:44.423 29180 29490 D SemNotification: SemNotificationChannelController::createChannel() - Create channel
11-30 15:22:44.425 29386 29386 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3L.ttf
11-30 15:22:44.425 29386 29386 E Minikin : Could not get cmap table size!
11-30 15:22:44.425 29386 29386 E Typeface: Unable to load Family: samsung-sans-num3L:null
11-30 15:22:44.425 29386 29386 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3T.ttf
11-30 15:22:44.425 29386 29386 E Minikin : Could not get cmap table size!
11-30 15:22:44.425 29386 29386 E Typeface: Unable to load Family: samsung-sans-num3T:null
11-30 15:22:44.425 29386 29386 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4L.ttf
11-30 15:22:44.425 29386 29386 E Minikin : Could not get cmap table size!
11-30 15:22:44.425 29386 29386 E Typeface: Unable to load Family: samsung-sans-num4L:null
11-30 15:22:44.425 29386 29386 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4T.ttf
11-30 15:22:44.425 29386 29386 E Minikin : Could not get cmap table size!
11-30 15:22:44.425 29386 29386 E Typeface: Unable to load Family: samsung-sans-num4T:null
11-30 15:22:44.426 29386 29386 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num35.ttf
11-30 15:22:44.426 29386 29386 E Minikin : Could not get cmap table size!
11-30 15:22:44.426 29386 29386 E Typeface: Unable to load Family: samsung-sans-num35:null
11-30 15:22:44.426 29386 29386 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num45.ttf
11-30 15:22:44.426 29386 29386 E Minikin : Could not get cmap table size!
11-30 15:22:44.426 29386 29386 E Typeface: Unable to load Family: samsung-sans-num45:null
11-30 15:22:44.426 29386 29386 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3Lv.ttf
11-30 15:22:44.426 29386 29386 E Minikin : Could not get cmap table size!
11-30 15:22:44.426 29386 29386 E Typeface: Unable to load Family: samsung-sans-num3LV:null
11-30 15:22:44.426 29386 29386 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3R.ttf
11-30 15:22:44.426 29386 29386 E Minikin : Could not get cmap table size!
11-30 15:22:44.426 29386 29386 E Typeface: Unable to load Family: samsung-sans-num3R:null
11-30 15:22:44.426 29386 29386 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4Tv.ttf
11-30 15:22:44.427 29386 29386 E Minikin : Could not get cmap table size!
11-30 15:22:44.427 29386 29386 E Typeface: Unable to load Family: samsung-sans-num4Tv:null
11-30 15:22:44.427 29386 29386 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4Lv.ttf
11-30 15:22:44.427 29386 29386 E Minikin : Could not get cmap table size!
11-30 15:22:44.427 29386 29386 E Typeface: Unable to load Family: samsung-sans-num4Lv:null
11-30 15:22:44.431 29386 29386 I cr_ChildProcessService: Creating new ChildProcessService pid=29386
11-30 15:22:44.439 29386 29386 E WebViewLibraryLoader: can't load with relro file; address space not reserved
11-30 15:22:44.456 28977 29241 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2711, previously 2714
11-30 15:22:44.456  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2711, previously 2714
11-30 15:22:44.459 28977 29241 W ResourceType: ResTable_typeSpec entry count inconsistent: given 312, previously 1787
11-30 15:22:44.459  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 312, previously 1787
11-30 15:22:44.484  2985  3096 D SamsungAlarmManager: Expired : 4
11-30 15:22:44.484  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152251, SetElapsed=458875010, nowELAPSED=458868129
11-30 15:22:44.485  2985  3096 V SamsungAlarmManager: Sending to uid : 10227 action=com.google.android.gms.gcm.HEARTBEAT_ALARM alarm=Alarm{5638a67 type 2 when 458868129 com.parallel.space.lite}
11-30 15:22:44.488 28977 29176 I A       : Setting isLegacySQLite mode to true.
11-30 15:22:44.495 29180 29490 D SemNotification: SemNotificationRingtone::getEmailRingtoneUri() - path[Letter.ogg]
11-30 15:22:44.514 29180 29528 E DefaultPushImpl: PUSH is not enabled
11-30 15:22:44.524 29180 29490 D SemNotification: SemNotificationRingtone::getEmailRingtoneUri() - return uri[content://media/internal/audio/media/14], path[Letter.ogg]
11-30 15:22:44.525 29180 29527 E DefaultPushImpl: PUSH is not enabled
11-30 15:22:44.529 29180 29490 D SemNotification: SemNotificationRingtone::getEmailRingtoneUri() - return uri[content://media/internal/audio/media/14]
11-30 15:22:44.530 29180 29490 D SemNotification: SemNotificationChannel::setRingtoneAndVibration(), type[1], ringtoneUri[content://media/internal/audio/media/14]
11-30 15:22:44.530 28977 29194 I A       : Setting isLegacySQLite mode to true.
11-30 15:22:44.537 29180 29490 D SemNotification: SemNotificationChannel::SemNotificationChannel() : id[email_channel_0_vip], sound[content://media/internal/audio/media/14], shouldVibrate[false], isOn[true], canShowBadge[true]
11-30 15:22:44.541 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [OWbhOtPV6wxvap32pLBS4_S1PDoiRAgdfXjLbps3rhU]
11-30 15:22:44.541 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.android.chrome
11-30 15:22:44.553 14965 28946 I Finsky  : [43495] ffa.b(32): [ContentSync] finished, scheduled=false
11-30 15:22:44.562 14965 15043 I Finsky  : [43189] jpm.g(1): Installer: package com.android.chrome was removed. replacing: true
11-30 15:22:44.563 14965 15043 I Finsky  : [43189] jpm.Q(18): Installer: Notifying status update. package=com.android.chrome, status=UNINSTALLED
11-30 15:22:44.565 14965 28951 I Finsky  : [43500] fag.accept(26): Cancelled 0 ongoing asset module downloads for package com.android.chrome due to a concurrent app update.
11-30 15:22:44.575  2985  5084 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:44.575  2985  5084 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:44.575  2985  5084 D StorageManagerService: getExternalStorageMountMode : final mountMode=3, uid : 15010040, packageName : com.android.vending
11-30 15:22:44.575  2985  5084 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.android.vending user:150
11-30 15:22:44.576 14965 28948 I Finsky  : [43497] jvx.D(2): IQ: Notifying installation update. package=com.android.chrome, status=UNINSTALLED
11-30 15:22:44.576 14965 14965 I Finsky  : [2] jpm.P(7): Installer: found apps to install. isMultiUserMode=true, apps=[]
11-30 15:22:44.577  2985  5084 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:22:44.577  2985  5084 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.android.vending user:150
11-30 15:22:44.579  2985  5084 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:22:44.579  2985  5084 D ActivityManager: package  com.android.vending, user - 150 is SDcard blacklisted
11-30 15:22:44.591  2985  5084 I ActivityManager: Start proc 29531:com.android.vending:instant_app_installer/u150a40 for broadcast com.android.vending/com.google.android.finsky.instantapps.appmanagement.InstantAppRemoveMonitor
11-30 15:22:44.593 29531 29531 I Zygote  : Unshare entire /
11-30 15:22:44.594  2985  5084 I ActivityManager: KPU : put [com.samsung.android.messaging] : 5697 K
11-30 15:22:44.594  2985  5084 I ActivityManager: Killing 27264:com.samsung.android.messaging/u0a35 (adj 906): DHA:empty #46
11-30 15:22:44.595 29531 29531 I libpersona: umount_sub_dirs: unmounting [/mnt/secure/asec]
11-30 15:22:44.596 29531 29531 I libpersona: umount_sub_dirs: unmounting [/mnt/secure/asec]
11-30 15:22:44.597 29531 29531 I libpersona: umount_sub_dirs: unmounting [/mnt/asec/com.netflix.mediaclient-1]
11-30 15:22:44.599 29531 29531 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:22:44.600 29531 29531 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:22:44.600 29531 29531 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:22:44.600 29531 29531 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:22:44.600 29531 29531 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:22:44.600 29531 29531 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:22:44.601 29531 29531 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:22:44.601 29531 29531 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:22:44.601 29531 29531 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:22:44.603 29531 29531 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:44.604 29531 29531 I SELinux : SELinux: seapp_context_lookup: seinfo=gmscore, level=s0:c662,c768, pkgname=com.android.vending:instant_app_installer 
11-30 15:22:44.616  2985  3002 I zygote  : Successfully killed process cgroup uid 10035 pid 27264 in 20ms
11-30 15:22:44.618 14965 28937 I Finsky  : [43494] ihu.run(9): Wrote row to frosting DB: 10584
11-30 15:22:44.625  2985  3070 W Choreographer: Frame time is 17.343456 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:22:44.633  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010040 ,Container id: 150
11-30 15:22:44.633  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010040 ,Container id: 150
11-30 15:22:44.633  2985  5084 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:22:44.633  2985  5084 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:22:44.636  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010040 ,Container id: 150
11-30 15:22:44.636  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010040 ,Container id: 150
11-30 15:22:44.636  2985  5084 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:22:44.636  2985  5084 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:22:44.638 29531 29531 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:44.639  2985  5084 I ActivityManager: DSS on for com.android.vending and scale is 1.0
11-30 15:22:44.652 28977 29234 I A       : Setting isLegacySQLite mode to true.
11-30 15:22:44.660 29531 29531 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010040
11-30 15:22:44.661 29531 29531 D Proxy   : mdoP is null: 15010040
11-30 15:22:44.662 14965 28948 I Finsky  : [43497] jvx.C(6): IQ: Pruning inactive install requests
11-30 15:22:44.664 14965 28948 I Finsky  : [43497] jvx.C(45): IQ: No matching installs to run for jobs: []
11-30 15:22:44.716 28977 29194 I A       : Setting isLegacySQLite mode to true.
11-30 15:22:44.722 14965 28937 I Finsky  : [43494] ihu.run(9): Wrote row to frosting DB: 10585
11-30 15:22:44.730 29531 29531 W ResourceType: ResTable_typeSpec entry count inconsistent: given 141, previously 169
11-30 15:22:44.734 28977 29241 W ResourceType: ResTable_typeSpec entry count inconsistent: given 98, previously 597
11-30 15:22:44.734 28977 29241 W ResourceType: Found multiple library tables, ignoring...
11-30 15:22:44.734 28977 29241 W ResourceType: ResTable_typeSpec entry count inconsistent: given 6282, previously 6446
11-30 15:22:44.734 28977 29241 W ResourceType: ResTable_typeSpec entry count inconsistent: given 198, previously 1867
11-30 15:22:44.734 28977 29241 W ResourceType: Found multiple library tables, ignoring...
11-30 15:22:44.745 29531 29531 I Finsky:instant_app_inst: [2] euh.az(6): Process created at version: 28.0.34-21 [0] [PR] 410833180
11-30 15:22:44.769 28977 29176 I A       : Setting isLegacySQLite mode to true.
11-30 15:22:44.788 29180 29490 D SemNotification: SemNotificationRingtone::getEmailRingtoneUri() - path[Letter.ogg]
11-30 15:22:44.814 29180 29490 D SemNotification: SemNotificationRingtone::getEmailRingtoneUri() - return uri[content://media/internal/audio/media/14], path[Letter.ogg]
11-30 15:22:44.816 29180 29490 D SemNotification: SemNotificationRingtone::getEmailRingtoneUri() - return uri[content://media/internal/audio/media/14]
11-30 15:22:44.816 29180 29490 D SemNotification: SemNotificationChannel::setRingtoneAndVibration(), type[2], ringtoneUri[content://media/internal/audio/media/14]
11-30 15:22:44.818 29180 29490 D SemNotification: SemNotificationChannel::SemNotificationChannel() : id[email_channel_1_reminder], sound[content://media/internal/audio/media/14], shouldVibrate[false], isOn[true], canShowBadge[false]
11-30 15:22:44.818 29180 29490 D SemNotification: SemNotificationRingtone::getEmailRingtoneUri() - path[Letter.ogg]
11-30 15:22:44.821  2985  5095 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:44.824  2985  5084 D SamsungAlarmManager: Cancel Alarm calling from uid:10018 pid :28769 / op:PendingIntent{fc55a0a: PendingIntentRecord{3c49a9 com.google.android.gms broadcastIntent}}
11-30 15:22:44.825 29180 29525 E ImapPushImpl: IDLE stopPush | No match found for mbId - 25
11-30 15:22:44.840 29180 29490 D SemNotification: SemNotificationRingtone::getEmailRingtoneUri() - return uri[content://media/internal/audio/media/14], path[Letter.ogg]
11-30 15:22:44.842 29180 29490 D SemNotification: SemNotificationRingtone::getEmailRingtoneUri() - return uri[content://media/internal/audio/media/14]
11-30 15:22:44.842 29180 29490 D SemNotification: SemNotificationChannel::setRingtoneAndVibration(), type[3], ringtoneUri[content://media/internal/audio/media/14]
11-30 15:22:44.844 29180 29490 D SemNotification: SemNotificationChannel::SemNotificationChannel() : id[email_channel_2_privacy_security], sound[content://media/internal/audio/media/14], shouldVibrate[false], isOn[true], canShowBadge[false]
11-30 15:22:44.844 29180 29490 W SemNotification: SemNotificationRingtone::getEmailRingtoneUri() - path is empty
11-30 15:22:44.844 29180 29490 D SemNotification: SemNotificationChannel::setRingtoneAndVibration(), type[4], ringtoneUri[null]
11-30 15:22:44.845 29180 29490 D SemNotification: SemNotificationChannel::SemNotificationChannel() : id[email_channel_3_miscellaneous], sound[content://media/internal/audio/media/14], shouldVibrate[false], isOn[true], canShowBadge[false]
11-30 15:22:44.847 29180 29490 I SemNotification: SemAccountManager::addAccount() - accountId[2], account Size[1]
11-30 15:22:44.858 16033 27721 W NetworkScheduler: Error inserting period=3151000 preferred_charging_state=1 preferred_network_type=1 target_class=com.google.android.gms.measurement.PackageMeasurementTaskService required_network_type=0 runtime=1638260564855 required_idleness_state=0 source=16 service_kind=0 target_package=com.google.android.gms persistence_level=1 source_version=214218000 last_runtime=0 user_id=0 job_id=-1 requires_charging=0 tag=Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG flex_time=1575000 task_type=0 retry_strategy={"maximum_backoff_seconds":{"3600":0},"initial_backoff_seconds":{"30":0},"retry_policy":{"0":0}}, error message: UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067)
11-30 15:22:44.858 16033 27721 W NetworkScheduler: #################################################################
11-30 15:22:44.858 16033 27721 W NetworkScheduler: Error Code : 2067 (SQLITE_CONSTRAINT_UNIQUE)
11-30 15:22:44.858 16033 27721 W NetworkScheduler: Caused By : Abort due to constraint violation.
11-30 15:22:44.858 16033 27721 W NetworkScheduler: 	(UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067))
11-30 15:22:44.858 16033 27721 W NetworkScheduler: #################################################################
11-30 15:22:44.858 16033 27721 W NetworkScheduler: [CONTEXT service_id=218 ]
11-30 15:22:44.868 29180 29490 D SemNotification: SemNotificationChannel::getNewEmailRingtoneUri() - account ringtone[/system/media/audio/notifications/Letter.ogg]
11-30 15:22:44.868 29180 29490 D SemNotification: SemNotificationRingtone::getEmailRingtoneUri() - path[/system/media/audio/notifications/Letter.ogg]
11-30 15:22:44.882 29180 29490 D SemNotification: SemNotificationRingtone::getEmailRingtoneUri() - return uri[content://media/internal/audio/media/14], path[/system/media/audio/notifications/Letter.ogg]
11-30 15:22:44.884 29180 29490 D SemNotification: SemNotificationRingtone::getEmailRingtoneUri() - return uri[content://media/internal/audio/media/14]
11-30 15:22:44.884  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:44.885  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:44.885  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:44.922 28977 29239 I ModelDownloadController: Hotword models associated with downloaded MDD filegroups: [hotword_model_en-US_okhey], pending groups: []
11-30 15:22:44.930 28977 29346 I ModelDownloadController: Skipping MDD query because model was already downloaded for locale
11-30 15:22:44.933 28977 29210 W SearchServiceCore: Abort, client detached.
11-30 15:22:44.933 28977 29210 W SearchServiceCore: Abort, client detached.
11-30 15:22:44.940 28977 29247 I MicroModelsUtil: #getHotwordModelFromMobstore [mobstoreUri: android://com.google.android.googlequicksearchbox/files/datadownload/shared/public/datadownloadfile_1602675651830]
11-30 15:22:44.945 16033 20063 E arlc    : Exception occurred while getting SettingsStore instance.
11-30 15:22:44.945 16033 20063 E arlc    : java.util.concurrent.ExecutionException: com.google.android.gms.auth.UserRecoverableAuthException: BadAuthentication
11-30 15:22:44.945 16033 20063 E arlc    : 	at bjyh.s(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:22:44.945 16033 20063 E arlc    : 	at bjyh.get(:com.google.android.gms@214218018@21.42.18 (040308-410302452):13)
11-30 15:22:44.945 16033 20063 E arlc    : 	at arlc.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:22:44.945 16033 20063 E arlc    : 	at arlc.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):1)
11-30 15:22:44.945 16033 20063 E arlc    : 	at arip.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:22:44.945 16033 20063 E arlc    : 	at arip.f(:com.google.android.gms@214218018@21.42.18 (040308-410302452):16)
11-30 15:22:44.945 16033 20063 E arlc    : 	at xvw.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):11)
11-30 15:22:44.945 16033 20063 E arlc    : 	at bgbh.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:22:44.945 16033 20063 E arlc    : 	at rrg.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):6)
11-30 15:22:44.945 16033 20063 E arlc    : 	at rrg.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):7)
11-30 15:22:44.945 16033 20063 E arlc    : 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:22:44.945 16033 20063 E arlc    : 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:22:44.945 16033 20063 E arlc    : 	at rvm.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:22:44.945 16033 20063 E arlc    : 	at java.lang.Thread.run(Thread.java:764)
11-30 15:22:44.945 16033 20063 E arlc    : Caused by: com.google.android.gms.auth.UserRecoverableAuthException: BadAuthentication
11-30 15:22:44.945 16033 20063 E arlc    : 	at gjf.q(:com.google.android.gms@214218018@21.42.18 (040308-410302452):4)
11-30 15:22:44.945 16033 20063 E arlc    : 	at giy.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:22:44.945 16033 20063 E arlc    : 	at gjf.s(:com.google.android.gms@214218018@21.42.18 (040308-410302452):4)
11-30 15:22:44.945 16033 20063 E arlc    : 	at gjf.r(:com.google.android.gms@214218018@21.42.18 (040308-410302452):10)
11-30 15:22:44.945 16033 20063 E arlc    : 	at gjf.w(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:22:44.945 16033 20063 E arlc    : 	at gjf.x(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:22:44.945 16033 20063 E arlc    : 	at gjf.u(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:22:44.945 16033 20063 E arlc    : 	at arli.call(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:22:44.945 16033 20063 E arlc    : 	at bkbu.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:22:44.945 16033 20063 E arlc    : 	at bkav.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:22:44.945 16033 20063 E arlc    : 	at bkbv.run(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:22:44.945 16033 20063 E arlc    : 	at bkbc.execute(:com.google.android.gms@214218018@21.42.18 (040308-410302452):5)
11-30 15:22:44.945 16033 20063 E arlc    : 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
11-30 15:22:44.945 16033 20063 E arlc    : 	at bjyi.e(:com.google.android.gms@214218018@21.42.18 (040308-410302452):0)
11-30 15:22:44.945 16033 20063 E arlc    : 	at arlj.a(:com.google.android.gms@214218018@21.42.18 (040308-410302452):3)
11-30 15:22:44.945 16033 20063 E arlc    : 	at arip.c(:com.google.android.gms@214218018@21.42.18 (040308-410302452):2)
11-30 15:22:44.945 16033 20063 E arlc    : 	... 9 more
11-30 15:22:44.998 28977 29234 I MicroModelsUtil: #getHotwordModelFromMobstore [mobstoreUri: android://com.google.android.googlequicksearchbox/files/datadownload/shared/public/datadownloadfile_1602675651830]
11-30 15:22:45.021 28977 29176 I DeviceAppInfoWork: remove existing package for update: com.android.chrome
11-30 15:22:45.036  2985  5095 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.telkomsel.telkomselcm/com.v3d.equalcore.external.bootstrap.WatchDogReceiver
11-30 15:22:45.037  2985  3000 D StorageManagerService: getExternalStorageMountMode : 1
11-30 15:22:45.038  2985  3000 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:45.038  2985  3000 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 1000, packageName : com.samsung.aasaservice
11-30 15:22:45.038  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.aasaservice user:0
11-30 15:22:45.038 28977 29176 I DeviceAppInfoWork: remove existing package for update: com.android.chrome
11-30 15:22:45.038  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:45.038  2985  3000 D ActivityManager: package  com.samsung.aasaservice, user - 0 is SDcard whitelisted
11-30 15:22:45.038  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.aasaservice user:0
11-30 15:22:45.038  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:45.041 29464 29464 I Isotope : UID: [10040]  PID: [29464] PlogsChecker : sWAAdl not set, disallowing personal logging
11-30 15:22:45.052 28977 29176 I DeviceAppInfoWork: remove existing package for update: com.android.chrome
11-30 15:22:45.054 29563 29563 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:22:45.056  2985  3000 I ActivityManager: Start proc 29563:com.samsung.aasaservice/1000 for broadcast com.samsung.aasaservice/.AASAUpdateReceiver
11-30 15:22:45.057 29563 29563 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:45.058  2985  3824 D JobServiceContext: sendStopMessageLocked stop reason: cancel() called by app
11-30 15:22:45.058 29563 29563 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.samsung.aasaservice 
11-30 15:22:45.066  6077  6077 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.pseudonymous.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:22:45.066  6077  6077 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.pseudonymous.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:22:45.067 28977 29176 I DeviceAppInfoWork: remove existing package for update: com.android.chrome
11-30 15:22:45.075 28977 29176 I DeviceAppInfoWork: remove existing package for update: com.android.chrome
11-30 15:22:45.076 28977 29234 I DeviceAppInfoWork: remove existing package for update: com.android.chrome
11-30 15:22:45.079 29180 29490 D SemNotification: SemNotificationChannel::setRingtoneAndVibration(), type[0], ringtoneUri[content://media/internal/audio/media/14]
11-30 15:22:45.081 29180 29490 D SemNotification: SemNotificationChannel::SemNotificationChannel() : id[email_channel_new_emails_2_-792132380], sound[content://media/internal/audio/media/14], shouldVibrate[false], isOn[true], canShowBadge[true]
11-30 15:22:45.082 29180 29490 I SemNotification: SemAccountManager::addAccount() - accountId[4], account Size[2]
11-30 15:22:45.089  2985  3137 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:22:45.090  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 1000 ,Container id: 0
11-30 15:22:45.090 29563 29563 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:45.092  2985  3137 I ActivityManager: DSS on for com.samsung.aasaservice and scale is 1.0
11-30 15:22:45.093 28977 29346 I A       : soft deleting data for DEVICE_INSTALLED_APPS [CONTEXT ratelimit_period="100 MILLISECONDS" ]
11-30 15:22:45.103 29180 29490 D SemNotification: SemNotificationChannel::getNewEmailRingtoneUri() - account ringtone[/system/media/audio/notifications/Letter.ogg]
11-30 15:22:45.103 29180 29490 D SemNotification: SemNotificationRingtone::getEmailRingtoneUri() - path[/system/media/audio/notifications/Letter.ogg]
11-30 15:22:45.107 19153 19261 W NamedFutures: Timeout future task has been cancelled: 9000 milliseconds
11-30 15:22:45.114 29563 29563 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 1000
11-30 15:22:45.115 29563 29563 D Proxy   : mdoP is null: 1000
11-30 15:22:45.117 29180 29490 D SemNotification: SemNotificationRingtone::getEmailRingtoneUri() - return uri[content://media/internal/audio/media/14], path[/system/media/audio/notifications/Letter.ogg]
11-30 15:22:45.119 29180 29490 D SemNotification: SemNotificationRingtone::getEmailRingtoneUri() - return uri[content://media/internal/audio/media/14]
11-30 15:22:45.125 19153 19153 E A       : Task 174 failed or timed out. Client 84237423086621464 disconnecting from SearchService!
11-30 15:22:45.125 19153 19153 E A       : java.util.concurrent.CancellationException: Task was cancelled.
11-30 15:22:45.125 19153 19153 E A       : 	at com.google.common.w.a.d.s(PG:3)
11-30 15:22:45.125 19153 19153 E A       : 	at com.google.common.w.a.d.get(PG:4)
11-30 15:22:45.125 19153 19153 E A       : 	at com.google.common.w.a.dy.a(PG:1)
11-30 15:22:45.125 19153 19153 E A       : 	at com.google.common.w.a.ce.q(PG:2)
11-30 15:22:45.125 19153 19153 E A       : 	at com.google.common.w.a.bx.run(PG:4)
11-30 15:22:45.125 19153 19153 E A       : 	at com.google.android.apps.gsa.shared.util.c.a.ba.run(PG:1)
11-30 15:22:45.125 19153 19153 E A       : 	at android.os.Handler.handleCallback(Handler.java:790)
11-30 15:22:45.125 19153 19153 E A       : 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-30 15:22:45.125 19153 19153 E A       : 	at android.os.Looper.loop(Looper.java:164)
11-30 15:22:45.125 19153 19153 E A       : 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 15:22:45.125 19153 19153 E A       : 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:22:45.125 19153 19153 E A       : 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 15:22:45.125 19153 19153 E A       : 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 15:22:45.131 28977 29210 W SearchServiceCore: Abort, client detached.
11-30 15:22:45.132 28977 29307 I MicroDataManager: MicroDataManager InitializationTask. googleHotwordData is null: true, hotwordModel is null: false , sourceLocationOfCurrentHotwordModel https://www.gstatic.com/android-search/hotword/x_google/7db96c566dbd33b2218d5799ec330d22/hotword.data
11-30 15:22:45.142 28977 29176 I DeviceAppInfoWork: remove existing package for update: com.android.chrome
11-30 15:22:45.145  2985  5083 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:45.146 28977 29210 I MicroDetectionState: Should stop hotword detection immediately - true
11-30 15:22:45.151 28769 28789 I zygote  : Background concurrent copying GC freed 55234(4MB) AllocSpace objects, 25(624KB) LOS objects, 49% free, 6MB/12MB, paused 168us total 164.540ms
11-30 15:22:45.157  2985  3824 D SamsungAlarmManager: Cancel Alarm calling from uid:10018 pid :28769 / op:PendingIntent{7059ba: PendingIntentRecord{3c49a9 com.google.android.gms broadcastIntent}}
11-30 15:22:45.158 28977 29194 I DeviceAppInfoWork: remove existing package for update: com.android.chrome
11-30 15:22:45.159 29180 29490 D SemNotification: SemNotificationChannel::setRingtoneAndVibration(), type[0], ringtoneUri[content://media/internal/audio/media/14]
11-30 15:22:45.168 29180 29490 D SemNotification: SemNotificationChannel::SemNotificationChannel() : id[email_channel_new_emails_4_-1654500211], sound[content://media/internal/audio/media/14], shouldVibrate[false], isOn[true], canShowBadge[true]
11-30 15:22:45.169 29180 29490 I SemNotification: SemAccountManager::addAccount() - accountId[5], account Size[3]
11-30 15:22:45.170 29180 29490 D SemNotification: SemNotificationChannel::getNewEmailRingtoneUri() - account ringtone[Letter.ogg]
11-30 15:22:45.170 29180 29490 D SemNotification: SemNotificationRingtone::getEmailRingtoneUri() - path[Letter.ogg]
11-30 15:22:45.171 28977 28987 I zygote  : Background concurrent copying GC freed 74614(4MB) AllocSpace objects, 19(464KB) LOS objects, 49% free, 11MB/22MB, paused 524us total 171.851ms
11-30 15:22:45.177 16033 23954 W NetworkScheduler: Error inserting period=3150000 preferred_charging_state=1 preferred_network_type=1 target_class=com.google.android.gms.measurement.PackageMeasurementTaskService required_network_type=0 runtime=1638260565173 required_idleness_state=0 source=16 service_kind=0 target_package=com.google.android.gms persistence_level=1 source_version=214218000 last_runtime=0 user_id=0 job_id=-1 requires_charging=0 tag=Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG flex_time=1574000 task_type=0 retry_strategy={"maximum_backoff_seconds":{"3600":0},"initial_backoff_seconds":{"30":0},"retry_policy":{"0":0}}, error message: UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067)
11-30 15:22:45.177 16033 23954 W NetworkScheduler: #################################################################
11-30 15:22:45.177 16033 23954 W NetworkScheduler: Error Code : 2067 (SQLITE_CONSTRAINT_UNIQUE)
11-30 15:22:45.177 16033 23954 W NetworkScheduler: Caused By : Abort due to constraint violation.
11-30 15:22:45.177 16033 23954 W NetworkScheduler: 	(UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067))
11-30 15:22:45.177 16033 23954 W NetworkScheduler: #################################################################
11-30 15:22:45.177 16033 23954 W NetworkScheduler: [CONTEXT service_id=218 ]
11-30 15:22:45.187 29180 29490 D SemNotification: SemNotificationRingtone::getEmailRingtoneUri() - return uri[content://media/internal/audio/media/14], path[Letter.ogg]
11-30 15:22:45.188 29180 29490 D SemNotification: SemNotificationRingtone::getEmailRingtoneUri() - return uri[content://media/internal/audio/media/14]
11-30 15:22:45.209 29180 29490 D SemNotification: SemNotificationChannel::setRingtoneAndVibration(), type[0], ringtoneUri[content://media/internal/audio/media/14]
11-30 15:22:45.211 29180 29490 D SemNotification: SemNotificationChannel::SemNotificationChannel() : id[email_channel_new_emails_5_691027864], sound[content://media/internal/audio/media/14], shouldVibrate[false], isOn[true], canShowBadge[true]
11-30 15:22:45.212 29180 29490 D SemNotification: SemNotificationChannelManager::removeUnusedChannel() - find[true], channel name[New emails], channel id[email_channel_new_emails_2_-792132380], group id[email_channel_group_account_2_-792132380]
11-30 15:22:45.212 29180 29490 D SemNotification: SemNotificationChannelManager::removeUnusedChannel() - find[true], channel name[New emails], channel id[email_channel_new_emails_5_691027864], group id[email_channel_group_account_5_691027864]
11-30 15:22:45.212 29180 29490 D SemNotification: SemNotificationChannelManager::removeUnusedChannel() - find[true], channel name[Other notifications], channel id[email_channel_3_miscellaneous], group id[email_channel_group_general]
11-30 15:22:45.212 29180 29490 D SemNotification: SemNotificationChannelManager::removeUnusedChannel() - find[true], channel name[New emails from VIPs], channel id[email_channel_0_vip], group id[email_channel_group_general]
11-30 15:22:45.213 29180 29490 D SemNotification: SemNotificationChannelManager::removeUnusedChannel() - find[true], channel name[Privacy and security], channel id[email_channel_2_privacy_security], group id[email_channel_group_general]
11-30 15:22:45.213 29180 29490 D SemNotification: SemNotificationChannelManager::removeUnusedChannel() - find[true], channel name[New emails], channel id[email_channel_new_emails_4_-1654500211], group id[email_channel_group_account_4_-1654500211]
11-30 15:22:45.213 29180 29490 D SemNotification: SemNotificationChannelManager::removeUnusedChannel() - find[true], channel name[Snoozed emails], channel id[email_channel_1_reminder], group id[email_channel_group_general]
11-30 15:22:45.216 29180 29490 V SemNotification: SemNotificationController::deleteOneNotification() - notification[MDM_DATA_RECEIVED]
11-30 15:22:45.216 29180 29490 D SemPolicy: SemEMCConfigurationProcessor::processEasAccounts() start
11-30 15:22:45.217 29180 29490 D SemPolicy: SemRestrictionAccountController::deleteEmailAccountsIfNecessary() - start isEas[true]
11-30 15:22:45.217 29180 29490 D SemPolicy: SemEMCConfigurationProcessor::processLegacyAccounts() start
11-30 15:22:45.217 29180 29490 D SemPolicy: SemRestrictionAccountController::deleteEmailAccountsIfNecessary() - start isEas[false]
11-30 15:22:45.226 29563 29563 D AASAservice-UpdateReceiver: onReceive() : android.intent.action.PACKAGE_ADDED
11-30 15:22:45.226 29563 29563 I AASAservice-IntentThread: Thread is null
11-30 15:22:45.227 29563 29563 I AASAservice-IntentThread: processIntentLocked() : android.intent.action.PACKAGE_ADDED
11-30 15:22:45.227 29563 29563 I AASAservice-UpdateReceiver: end of onReceive()
11-30 15:22:45.227 29563 29581 I AASAservice-IntentThread: doHandleMessage()
11-30 15:22:45.238  3470  3470 D CarrierMatchingBootReceiver: onReceive()...
11-30 15:22:45.238  3470  3470 D CarrierMatchingBootReceiver: Action received: android.intent.action.PACKAGE_ADDED
11-30 15:22:45.239  3470  3470 D CarrierMatchingBootReceiver: isFirstTimeLaunch()...false
11-30 15:22:45.239  3470  3470 E CarrierMatchingBootReceiver: isCarrierMatchingEnabled: carrier_matching_status
11-30 15:22:45.239  3470  3470 D CarrierMatchingBootReceiver: isCarrierMatchingEnabled()...false
11-30 15:22:45.239  3470  3470 D CarrierMatchingBootReceiver: getCarrierMatchingPreferences()...key = haveShowCarrierMatchingError, value = false
11-30 15:22:45.239  3470  3470 D CarrierMatchingBootReceiver: getCarrierMatchingPreferences()...key = haveShowCarrierMatchingReady, value = false
11-30 15:22:45.239  3470  3470 D CarrierMatchingBootReceiver: cancelNotification()...
11-30 15:22:45.240  2985  4102 I ActivityManager: KPU : put [com.samsung.android.calendar] : 3039 K
11-30 15:22:45.240  2985  4102 I ActivityManager: Killing 27674:com.samsung.android.calendar/u0a132 (adj 906): DHA:empty #46
11-30 15:22:45.241  3470  3470 E CarrierMatchingBootReceiver: isCarrierMatchingEnabled: carrier_matching_status
11-30 15:22:45.242  3470  3470 E CarrierMatchingBootReceiver: isCarrierMatchingEnabled: carrier_matching_status
11-30 15:22:45.243  2985  4102 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.packagemanager.impl.PackageMonitorReceiverImpl$RegisteredReceiver
11-30 15:22:45.251 28564 28564 D GOS:GameServiceReceiver: action : android.intent.action.PACKAGE_ADDED
11-30 15:22:45.252 28564 28564 D GOS:PkgData: PkgData(), pkgName: com.android.chrome
11-30 15:22:45.252 28564 28564 D GOS:PkgData: setCustomFeatureFlag, pkgName: com.android.chrome, old featureFlag: 346781844236309267, new featureFlag: 274882278167
11-30 15:22:45.252 28564 28564 D GOS:GameServiceReceiver: replacing. ignore
11-30 15:22:45.252  2985  4102 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.facebook.appmanager/com.facebook.oxygen.common.packages.event.manifest.ManifestPackageEventReceiver
11-30 15:22:45.257  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.facebook.katana/com.facebook.feed.platformads.AppInstallReceiver
11-30 15:22:45.258  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy
11-30 15:22:45.258  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.google.android.gms/.gass.chimera.PackageChangeBroadcastReceiver
11-30 15:22:45.258  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
11-30 15:22:45.258  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.google.android.googlequicksearchbox/com.google.android.apps.gsa.googlequicksearchbox.GelStubAppWatcher
11-30 15:22:45.258  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.microsoft.office.powerpoint/com.microsoft.android.crosssell.PackageStateReceiver
11-30 15:22:45.258  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.microsoft.office.word/com.microsoft.android.crosssell.PackageStateReceiver
11-30 15:22:45.259  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.rsupport.rs.activity.rsupport.aas2/com.rsupport.rs.receiver.SystemEventReceiver
11-30 15:22:45.259  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.samsung.android.SettingsReceiver/.networkconnect.NetworkConnectReceiver
11-30 15:22:45.260 28769 28784 I zygote  : Do partial code cache collection, code=123KB, data=102KB
11-30 15:22:45.261 28769 28784 I zygote  : After code cache collection, code=116KB, data=100KB
11-30 15:22:45.261 28769 28784 I zygote  : Increasing code cache capacity to 512KB
11-30 15:22:45.264 29093 29093 D AssistantMenuReceiver: [c] AssistantMenuReceiver:android.intent.action.PACKAGE_ADDED
11-30 15:22:45.264 29093 29093 D AssistantMenuReceiver: [c] PACKAGE_ADDED : com.android.chrome
11-30 15:22:45.264 29093 29093 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1545 android.content.ContextWrapper.startService:669 android.content.ContextWrapper.startService:669 com.samsung.android.app.assistantmenu.AssistantMenuReceiver.onReceive:411 android.app.ActivityThread.handleReceiver:3406 
11-30 15:22:45.273  2985  3070 W Choreographer: Frame time is 3.95446 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:22:45.274  2985  3002 I zygote  : Successfully killed process cgroup uid 10132 pid 27674 in 31ms
11-30 15:22:45.278 29159 29159 D KnoxPackageStateReceiver:  received intent Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 cmp=com.samsung.android.knox.containeragent/.KnoxPackageStateReceiver (has extras) }
11-30 15:22:45.294 27886 29583 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1545 android.content.ContextWrapper.startService:669 android.content.ContextWrapper.startService:669 com.samsung.android.sm.database.app.AppManagementService.a:20 com.samsung.android.sm.database.app.AppManagementReceiver.a:41 
11-30 15:22:45.312 28977 29247 I tflite  : Initialized TensorFlow Lite runtime.
11-30 15:22:45.317 28977 29247 I HotwordService: Model ID: x_google_en_us_micro_20191009_with_speakerid_e6VSNSsV3_ENmcG20YfZJw
11-30 15:22:45.320 28977 29247 I HotwordService: hotwordModelLocation is null false, locale is en-US, re-mapped Chinese locale 
11-30 15:22:45.325  2985  3024 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.samsung.android.themecenter/com.samsung.android.thememanager.ThemeManagerReceiver
11-30 15:22:45.331 29251 29251 D KnoxPackageReceiver:  received intent Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 cmp=com.samsung.knox.securefolder/.containeragent.detector.KnoxPackageStateReceiver (has extras) }
11-30 15:22:45.331 29251 29251 D KnoxPackageReceiver: onReceive intent
11-30 15:22:45.331 29251 29251 D KnoxPackageReceiver: ACTION_PACKAGE_ADDED intent received
11-30 15:22:45.331 29251 29251 D KnoxPackageReceiver: packageName:com.android.chrome
11-30 15:22:45.331 29251 29251 D KnoxPackageReceiver: userId 0
11-30 15:22:45.331 29251 29251 D KnoxPackageReceiver: installerPackage:com.android.vending
11-30 15:22:45.331 29251 29251 D KnoxPackageReceiver: isFromApprovedIMEInstaller()
11-30 15:22:45.331 29251 29251 D KnoxPackageReceiver: Not an ApprovedIMEInstaller. Exiting.....
11-30 15:22:45.331 29251 29251 D KnoxPackageReceiver: Application installed. Exiting.....
11-30 15:22:45.334  2985  3137 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.android.app.samsungapps/.receiver.PackageAddedReceiver
11-30 15:22:45.338  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.android.app.sbrowser/.webcontentsprovider.WebContentsProviderReceiver
11-30 15:22:45.343  2985  3137 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.imsservice/com.sec.internal.tapi.service.receiver.PackageEventReceiver
11-30 15:22:45.344  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.imsservice/com.sec.internal.ims.imsservice.ImsIntentReceiver
11-30 15:22:45.344  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.wssnps/.stubdownload.smlNpsPackageReceiver
11-30 15:22:45.344  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.domobile.applock/.receiver.CoreReceiver
11-30 15:22:45.348  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.idle.lucky.cat.tycoon/com.mintegral.msdk.click.AppReceiver
11-30 15:22:45.348  2985  3000 D MARsPolicyManager: Package: com.lbe.parallel.intl, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: null
11-30 15:22:45.348  2985  3000 D MARsPolicyManager: Package: com.lbe.parallel.intl, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: null
11-30 15:22:45.349  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.parallel.space.lite/com.lbe.parallel.receiver.PackageInstallReceiver
11-30 15:22:45.349  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.parallel.space.lite/com.lbe.parallel.receiver.PsThemeReceiver
11-30 15:22:45.349  2985  3000 D MARsPolicyManager: Package: com.semickolon.seen, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: null
11-30 15:22:45.349  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.packagemanager.impl.PackageMonitorReceiverImpl$RegisteredReceiver
11-30 15:22:45.349  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy
11-30 15:22:45.349  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.google.android.gms/.gass.chimera.PackageChangeBroadcastReceiver
11-30 15:22:45.350  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
11-30 15:22:45.350  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.google.android.googlequicksearchbox/com.google.android.apps.gsa.googlequicksearchbox.GelStubAppWatcher
11-30 15:22:45.350  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.microsoft.office.powerpoint/com.microsoft.android.crosssell.PackageStateReceiver
11-30 15:22:45.350  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.microsoft.office.word/com.microsoft.android.crosssell.PackageStateReceiver
11-30 15:22:45.350 28977 29346 I A       : soft deleting data for DEVICE_INSTALLED_APPS [CONTEXT ratelimit_period="100 MILLISECONDS [skipped: 1]" ]
11-30 15:22:45.356 29363 29363 D AssistantMenuReceiver: [c] AssistantMenuReceiver:android.intent.action.PACKAGE_ADDED
11-30 15:22:45.356  2985  3024 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:45.356  2985  3137 D ConnectivityService: filterNetworkStateForUid() uid: 10040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:45.356 29363 29363 D AssistantMenuReceiver: [c] PACKAGE_ADDED : com.android.chrome
11-30 15:22:45.363  2985  3137 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.samsung.android.themecenter/com.samsung.android.thememanager.ThemeManagerReceiver
11-30 15:22:45.368 29442 29442 D SFolderShortcutReceiver:  onReceive() user(150) intent:android.intent.action.PACKAGE_ADDED
11-30 15:22:45.384 28977 29241 I FedAssSettingsBuildType: BuildType: Release
11-30 15:22:45.385 28977 29241 I A       : getFlSettingEnabledWithSettingsToggle: false
11-30 15:22:45.396 19153 19268 I MicroModelsUtil: #getHotwordModelFromMobstore [mobstoreUri: android://com.google.android.googlequicksearchbox/files/datadownload/shared/public/datadownloadfile_1602675651830]
11-30 15:22:45.399 19153 19268 I GsaVoiceInteractionSrv: hotwordModel is null :  false
11-30 15:22:45.401 19153 19268 E HwDetectorWithState: a: 3
11-30 15:22:45.402 19153 19268 I GsaVoiceInteractionSrv: #checkDspStatus
11-30 15:22:45.405 29563 29581 E AASAservice-TokenRule: parseToken() : TokenFile is null
11-30 15:22:45.405 19153 19268 I BistoHotwordHelper: setting speaker id present: false
11-30 15:22:45.405 29563 29581 D AASAservice-IntentThread: AASAIntentThread() : package = com.android.chrome, uid = -1
11-30 15:22:45.405 29563 29581 D AASAservice-AASABinder: notifyUpdateRestrictList()
11-30 15:22:45.406  2985  5083 E AASATokenParser: set xml file does not exist
11-30 15:22:45.406 19153 19268 I BistoHotwordHelper: setting hotword model of size: 623108 bytes
11-30 15:22:45.407 19153 19268 I BistoHotwordHelper: setting modeltype: X Google
11-30 15:22:45.407 19153 19268 I BistoHotwordHelper: setHotwordVoiceLocale: prev: en-US, new: en-US
11-30 15:22:45.409 29442 29442 D LauncherApps: getActivityList callingUserId: 150, target user: 150
11-30 15:22:45.411 29442 29442 V LauncherApps: Returning activity for profile UserHandle{150} : ComponentInfo{com.android.chrome/com.google.android.apps.chrome.Main}
11-30 15:22:45.411 28977 29210 W SessionLifecycleManager: Client : AttachedClient[127443832012822516, ClientConfig[mFlags=[40000088001] mSuggestFlags=[0] mClientId=HOTWORD_SERVICE mSessionType=search publicSearchServiceCallerUid=-1]] has no associated SessionController
11-30 15:22:45.430  2985  5083 I AASAASKS: no restricted set matched to DATE
11-30 15:22:45.431 29563 29581 I AASAservice-IntentThread: AASAIntentThread() : BLOCK BY PACKAGE
11-30 15:22:45.431 29563 29581 E AASAservice-IntentThread: AASAIntentThread : myrule is null.
11-30 15:22:45.439 29442 29442 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:45.439 29442 29442 I ApplicationPackageManager: return adaptive icon for NULL
11-30 15:22:45.463  2985  4489 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:22:45.463 29442 29442 D OpenGLRenderer: HWUI GL Pipeline
11-30 15:22:45.467 28977 29239 I zygote  : Deoptimizing void com.google.protobuf.dw.W(java.lang.Object, com.google.protobuf.ao) due to JIT inline cache
11-30 15:22:45.468 28977 29307 I zygote  : Deoptimizing void com.google.protobuf.dw.W(java.lang.Object, com.google.protobuf.ao) due to JIT inline cache
11-30 15:22:45.468 28977 29239 I zygote  : Deoptimizing void com.google.protobuf.dw.W(java.lang.Object, com.google.protobuf.ao) due to JIT inline cache
11-30 15:22:45.468 28977 29307 I zygote  : Deoptimizing void com.google.protobuf.dw.W(java.lang.Object, com.google.protobuf.ao) due to JIT inline cache
11-30 15:22:45.468 28977 29311 I zygote  : Deoptimizing void com.google.protobuf.dw.W(java.lang.Object, com.google.protobuf.ao) due to JIT inline cache
11-30 15:22:45.469 28977 29311 I zygote  : Deoptimizing void com.google.protobuf.dw.W(java.lang.Object, com.google.protobuf.ao) due to JIT inline cache
11-30 15:22:45.469 28977 29382 I A       : Performing deletion propagation for Geller data.
11-30 15:22:45.469 29442 29442 D LauncherActivityInfo: packageName: com.android.chrome, supportTheme: false, height: 288, width: 288, density: 640
11-30 15:22:45.470 28977 29194 I zygote  : Deoptimizing void com.google.protobuf.dw.W(java.lang.Object, com.google.protobuf.ao) due to JIT inline cache
11-30 15:22:45.471 28977 29351 I A       : Performing deletion propagation for Geller data.
11-30 15:22:45.471 28977 29346 I A       : Performing deletion propagation for Geller data.
11-30 15:22:45.471 28977 29352 I A       : Performing deletion propagation for Geller data.
11-30 15:22:45.473 28977 29353 I A       : Performing deletion propagation for Geller data.
11-30 15:22:45.473 28977 29350 I A       : Performing deletion propagation for Geller data.
11-30 15:22:45.474 28977 29372 I A       : Performing deletion propagation for Geller data.
11-30 15:22:45.474 29442 29442 D ShortCutModel: aInfo= com.google.android.apps.chrome.Main
11-30 15:22:45.474 28977 29348 I A       : Writing data of size=359 bytes with N=1 keys to Geller corpus DEVICE_INSTALLED_APPS at ts=1638260565467002
11-30 15:22:45.475 28977 29288 I A       : Performing deletion propagation for Geller data.
11-30 15:22:45.491 28977 29176 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:22:45.491 28977 29348 I A       : Writing data of size=359 bytes with N=1 keys to Geller corpus DEVICE_INSTALLED_APPS at ts=1638260565467001
11-30 15:22:45.547 28977 29194 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:22:45.547 28977 29348 I A       : Writing data of size=359 bytes with N=1 keys to Geller corpus DEVICE_INSTALLED_APPS at ts=1638260565468000
11-30 15:22:45.560 28977 29176 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:22:45.560 28977 29348 I A       : Writing data of size=359 bytes with N=1 keys to Geller corpus DEVICE_INSTALLED_APPS at ts=1638260565468001
11-30 15:22:45.566 28977 29234 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:22:45.567 28977 29348 I A       : Writing data of size=359 bytes with N=1 keys to Geller corpus DEVICE_INSTALLED_APPS at ts=1638260565469000
11-30 15:22:45.572 28977 29176 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:22:45.572 28977 29348 I A       : Writing data of size=359 bytes with N=1 keys to Geller corpus DEVICE_INSTALLED_APPS at ts=1638260565467000
11-30 15:22:45.577 28977 29194 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:22:45.577 28977 29348 I A       : Writing data of size=359 bytes with N=1 keys to Geller corpus DEVICE_INSTALLED_APPS at ts=1638260565469001
11-30 15:22:45.582 28977 29176 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:22:45.582 28977 29348 I A       : Writing data of size=359 bytes with N=1 keys to Geller corpus DEVICE_INSTALLED_APPS at ts=1638260565469002
11-30 15:22:45.593 28977 29234 I DeviceAppInfoWork: refreshDeviceAppInfoForAccount done.
11-30 15:22:45.602 29442 29442 E KnoxLog : isShipMode : 1
11-30 15:22:45.604 29442 29442 D KnoxPackageReceiver:  received intent Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 cmp=com.samsung.knox.securefolder/.containeragent.detector.KnoxPackageStateReceiver (has extras) }
11-30 15:22:45.604 29442 29442 D KnoxPackageReceiver: onReceive intent
11-30 15:22:45.604 29442 29442 D KnoxPackageReceiver: ACTION_PACKAGE_ADDED intent received
11-30 15:22:45.604 29442 29442 D KnoxPackageReceiver: packageName:com.android.chrome
11-30 15:22:45.604 29442 29442 D KnoxPackageReceiver: userId 150
11-30 15:22:45.604 29442 29442 D KnoxPackageReceiver: is securefolderid userId 150
11-30 15:22:45.623 29251 29265 E KnoxusageProvider: Launch table entry for persona not there. ignoreing settings change
11-30 15:22:45.623 29442 29442 D KnoxPackageReceiver: installerPackage:com.android.vending
11-30 15:22:45.624 29442 29442 D KnoxPackageReceiver: isFromApprovedIMEInstaller()
11-30 15:22:45.624 29442 29442 D KnoxPackageReceiver: Not an ApprovedIMEInstaller. Exiting.....
11-30 15:22:45.624 29442 29442 D KnoxPackageReceiver: Application installed. Exiting.....
11-30 15:22:45.625  2985  5083 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.android.app.samsungapps/.receiver.PackageAddedReceiver
11-30 15:22:45.632  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.android.app.sbrowser/.webcontentsprovider.WebContentsProviderReceiver
11-30 15:22:45.638 23617 23617 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [OWbhOtPV6wxvap32pLBS4_S1PDoiRAgdfXjLbps3rhU]
11-30 15:22:45.638 23617 23617 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.android.chrome
11-30 15:22:45.648 23617 23664 I Finsky  : [43721] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=0, cacheMissCount=1. Missed  in cache (limit 10) : [com.android.chrome]
11-30 15:22:45.650 23617 23665 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:45.651 23617 23664 I Finsky  : [43721] esh.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=1, cacheMissCount=0. Missed  in cache (limit 10) : []
11-30 15:22:45.651 23617 29001 I Finsky  : [43846] ffa.b(32): [ContentSync] finished, scheduled=false
11-30 15:22:45.652 23617 23617 W Finsky  : [2] htm.lA(7): IQA: synchronizing trichrome libraries
11-30 15:22:45.654 23617 23664 I Finsky  : [43721] jvm.a(109): IQA: no packages to activate
11-30 15:22:45.664 23617 29028 I Finsky  : [43848] fag.accept(36): Asset module broadcast after update successful for package com.android.chrome. 0 sessions broadcast.
11-30 15:22:45.673 23617 23665 I ApplicationPackageManager: load=com.android.chrome, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:22:45.675 23617 23665 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:45.677 14965 14965 I Finsky  : [2] ngb.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [OWbhOtPV6wxvap32pLBS4_S1PDoiRAgdfXjLbps3rhU]
11-30 15:22:45.677 23617 23665 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:22:45.677 23617 23665 I ApplicationPackageManager: load=com.android.chrome-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:22:45.678 14965 14965 I Finsky  : [2] ngp.n(8): Invalidating cached PackageState for com.android.chrome
11-30 15:22:45.679 23617 23664 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:45.688 23617 23664 I ApplicationPackageManager: load=com.android.chrome, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:22:45.690  2985  4489 D SamsungAlarmManager: Cancel Alarm calling from uid:15010018 pid :6077 / op:PendingIntent{78dae36: PendingIntentRecord{8c354cc com.google.android.gms startService}}
11-30 15:22:45.691 23617 23664 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:45.692 23617 28936 I Finsky  : [43844] ihu.run(9): Wrote row to frosting DB: 19167
11-30 15:22:45.694 23617 23664 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:22:45.694 23617 23664 I ApplicationPackageManager: load=com.android.chrome-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:22:45.698 14965 14965 W Finsky  : [2] htm.lA(7): IQA: synchronizing trichrome libraries
11-30 15:22:45.699 14965 15043 I Finsky  : [43189] jvm.a(109): IQA: no packages to activate
11-30 15:22:45.701 14965 28946 I Finsky  : [43495] ffa.b(32): [ContentSync] finished, scheduled=false
11-30 15:22:45.702 14965 28951 I Finsky  : [43500] fag.accept(36): Asset module broadcast after update successful for package com.android.chrome. 0 sessions broadcast.
11-30 15:22:45.710  2985  4489 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.telkomsel.telkomselcm/com.v3d.equalcore.external.bootstrap.WatchDogReceiver
11-30 15:22:45.715 14965 28937 I Finsky  : [43494] ihu.run(9): Wrote row to frosting DB: 10586
11-30 15:22:45.719 28564 28564 D GOS:GameServiceReceiver: action : android.intent.action.PACKAGE_REPLACED
11-30 15:22:45.726  2985  4489 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.facebook.appmanager/com.facebook.oxygen.common.packages.event.manifest.ManifestPackageEventReceiver
11-30 15:22:45.727  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.google.android.apps.photos/.account.full.FetchAccountPropertiesAppUpgradeBroadcastReceiver
11-30 15:22:45.727  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.google.android.apps.photos/.account.full.SyncAccountsForLoginBroadcastReceiver
11-30 15:22:45.727  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.google.android.apps.photos/.notificationchannels.AppUpdateBroadcastReceiver
11-30 15:22:45.727 28564 28564 D GOS:MainIntentService: onCreate
11-30 15:22:45.727  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.google.android.gms/.gass.chimera.PackageChangeBroadcastReceiver
11-30 15:22:45.728  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
11-30 15:22:45.728 28564 29592 D GOS:MainIntentService: onHandleIntent. begin
11-30 15:22:45.728  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.google.android.googlequicksearchbox/com.google.android.apps.gsa.googlequicksearchbox.GelStubAppWatcher
11-30 15:22:45.729 28564 29592 D GOS:MainIntentService: onHandleIntent(). type : 2
11-30 15:22:45.729 28564 29592 D GOS:MainIntentService: onHandleIntent(). PACKAGE_CHANGED. changeType : 8, packageName : com.android.chrome
11-30 15:22:45.732 28564 29592 D GOS:DataManager: onPackageUpdated(). packageName: com.android.chrome, versionCode: 466404520
11-30 15:22:45.733 29093 29093 D AssistantMenuReceiver: [c] AssistantMenuReceiver:android.intent.action.PACKAGE_REPLACED
11-30 15:22:45.733 29093 29093 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1545 android.content.ContextWrapper.startService:669 android.content.ContextWrapper.startService:669 com.samsung.android.app.assistantmenu.AssistantMenuReceiver.onReceive:349 android.app.ActivityThread.handleReceiver:3406 
11-30 15:22:45.734 28564 29592 D GOS:PkgData: PkgData(), pkgName: com.android.chrome
11-30 15:22:45.734 28564 29592 D GOS:PkgData: setCustomFeatureFlag, pkgName: com.android.chrome, old featureFlag: 346781844236309267, new featureFlag: 274882278167
11-30 15:22:45.735 28564 29592 D GOS:MainIntentService: there is gamemanger. don't start GameService
11-30 15:22:45.741 28564 28564 D GOS:MainIntentService: onDestroy
11-30 15:22:45.747 10832 10832 D BeaconManager[8.0.33.0]: BeaconBroadcastReceiver.onReceive - android.intent.action.PACKAGE_REPLACED
11-30 15:22:45.748 10832 10832 D BeaconManager[8.0.33.0]: Util.getNearBySetting - ON
11-30 15:22:45.749 10832 10832 D BeaconManager[8.0.33.0]: Util.sendBroadCastforAppStatusLogging - AppON: true
11-30 15:22:45.750 10832 10832 D BeaconManager[8.0.33.0]: Util.getNearBySetting - ON
11-30 15:22:45.755 10832 10832 D BeaconManager[8.0.33.0]: BeaconBroadcastReceiver.onReceive - beaconmanager start, ON
11-30 15:22:45.755   559   734 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:22:45.755 10832 10832 V BeaconManager[8.0.33.0]: BeaconService.onStartCommand - intent : Intent { cmp=com.samsung.android.beaconmanager/.BeaconService }
11-30 15:22:45.756 10832 10832 D BeaconManager[8.0.33.0]: Util.getNearBySetting - ON
11-30 15:22:45.756 10832 10832 I BeaconManager[8.0.33.0]: BeaconService.CreateBeaconManager  - setting:ON
11-30 15:22:45.756 16433 16521 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:22:45.758  2985  4489 D StorageManagerService: getExternalStorageMountMode : 1
11-30 15:22:45.758  2985  4489 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:45.758  2985  4489 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 10132, packageName : com.samsung.android.calendar
11-30 15:22:45.758  2985  4489 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.calendar user:0
11-30 15:22:45.758  2985  4489 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:45.758  2985  4489 D ActivityManager: package  com.samsung.android.calendar, user - 0 is SDcard whitelisted
11-30 15:22:45.758  2985  4489 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.calendar user:0
11-30 15:22:45.758  2985  4489 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:45.765 23617 28936 I Finsky  : [43844] ihu.run(9): Wrote row to frosting DB: 19168
11-30 15:22:45.778 29594 29594 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:22:45.778  2985  4489 I ActivityManager: Start proc 29594:com.samsung.android.calendar/u0a132 for broadcast com.samsung.android.calendar/com.android.calendar.update.UpdateReceiver
11-30 15:22:45.779 29594 29594 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:45.780 29594 29594 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.android.calendar 
11-30 15:22:45.784 14965 28937 I Finsky  : [43494] ihu.run(9): Wrote row to frosting DB: 10587
11-30 15:22:45.801 23617 23665 I Finsky  : [43722] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=1, cacheMissCount=0, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : []
11-30 15:22:45.802 23617 23664 I Finsky  : [43721] esc.a(11): AIM: AppInfoManager-Perf > ItemModel > CacheSize=102, cacheHitCount=0, cacheMissCount=1, total appsWithNoServerDataCount=8. Missed  in cache (limit 10) : [com.android.chrome]
11-30 15:22:45.804 23617 23664 I Finsky  : [43721] esd.o(2): AIM: AppInfoManager-Perf > ItemModel > ItemStore Called 1 apps cacheOptions = REFRESH_LOCAL_CACHE
11-30 15:22:45.805 23617 23664 I Finsky  : [43721] esc.a(66): AIM: ItemModel fetch - unauth(0), auth([N8reDF7aysQU-3c4nd2u7UpZYHKO97JzBanvUzeZTOk]->1)
11-30 15:22:45.809  2985  5083 D ConnectivityService: filterNetworkStateForUid() uid: 10040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:45.810  2985  5083 D ConnectivityService: filterNetworkStateForUid() uid: 10040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:45.812  2985  5083 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10132 ,Container id: 0
11-30 15:22:45.812  2985  5083 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10132 ,Container id: 0
11-30 15:22:45.813  2985  5083 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:45.816 23617 23665 I Finsky  : [43722] elv.accept(24): AIM: AppInfoManager-Perf > getApps > data collection finished
11-30 15:22:45.819  2985  5083 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10132 ,Container id: 0
11-30 15:22:45.819  2985  5083 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10132 ,Container id: 0
11-30 15:22:45.819  2985  5083 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:45.824 29594 29594 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:45.825  2985  4489 I ActivityManager: DSS on for com.samsung.android.calendar and scale is 1.0
11-30 15:22:45.845 29594 29594 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10132
11-30 15:22:45.846 29594 29594 D Proxy   : mdoP is null: 10132
11-30 15:22:45.855 29594 29594 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:22:45.885  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:45.885  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:45.885  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:46.001 28769 29127 I native  : I1130 15:22:46.001759   29127 document-store.cc:1676] Scored 8539 usage reports, missing_corpora 0 update_failed 1389
11-30 15:22:46.074 28977 29346 I zygote  : Deoptimizing long com.google.protobuf.af.l() due to JIT inline cache
11-30 15:22:46.122  2985  5083 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:46.123 29594 29594 D BixbyApi_0.2.5: isBixbySupported:false
11-30 15:22:46.203  2985  5083 D ConnectivityService: filterNetworkStateForUid() uid: 10058 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:46.205  2985  4489 D ConnectivityService: filterNetworkStateForUid() uid: 10058 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:46.206  2985  4489 D ConnectivityService: filterNetworkStateForUid() uid: 10058 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:46.213 28769 29127 E native  : E1130 15:22:46.212963   29127 flash-index.cc:700] Lite index failed to initialize; clearing: DATA_LOSS: Lite index crc check failed: 2845108622 vs 1266227332
11-30 15:22:46.214 29180 29512 D Security: SdpHelper::isSdpEnabled() - mIsSdpEnabled[false]
11-30 15:22:46.214 29180 29512 W Security: SdpHelper::isSdpActive() - Sdp isn't enabled!
11-30 15:22:46.216 29594 29594 D SamsungAnalytics111040: cf feature is supported
11-30 15:22:46.220 29180 29512 D Security: SdpHelper::isSdpEnabled() - mIsSdpEnabled[false]
11-30 15:22:46.220 29180 29512 W Security: SdpHelper::isSdpActive() - Sdp isn't enabled!
11-30 15:22:46.222 29180 29512 D Security: SdpHelper::isSdpEnabled() - mIsSdpEnabled[false]
11-30 15:22:46.222 29180 29512 W Security: SdpHelper::isSdpActive() - Sdp isn't enabled!
11-30 15:22:46.400 29594 29594 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:22:46.406 29594 29594 D SamsungAnalytics111040: newThread on Executor
11-30 15:22:46.437 28977 28977 V ClearcutMetricXmitter: Transmission is done.
11-30 15:22:46.542  2985  4489 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.samsung.android.themecenter/com.samsung.android.thememanager.ThemeManagerReceiver
11-30 15:22:46.543  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.android.app.billing/.iap.receiver.IapReceiver
11-30 15:22:46.543  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.android.app.samsungapps/.receiver.PackageAddedReceiver
11-30 15:22:46.543  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.android.app.samsungapps/com.samsung.android.iap.receiver.IapReceiver
11-30 15:22:46.547  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.android.app.sbrowser/.webcontentsprovider.WebContentsProviderReceiver
11-30 15:22:46.547  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.android.daemonapp/com.samsung.android.weather.daemon.receiver.ClearDataReceiver
11-30 15:22:46.552  2985  4489 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.imsservice/com.sec.internal.tapi.service.receiver.PackageEventReceiver
11-30 15:22:46.556  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.imsservice/com.sec.internal.ims.imsservice.ImsIntentReceiver
11-30 15:22:46.556  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.domobile.applock/.receiver.CoreReceiver
11-30 15:22:46.557  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.domobile.applock/.receiver.LockReceiver
11-30 15:22:46.557  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.google.android.gms/.gass.chimera.PackageChangeBroadcastReceiver
11-30 15:22:46.557  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
11-30 15:22:46.557  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.google.android.googlequicksearchbox/com.google.android.apps.gsa.googlequicksearchbox.GelStubAppWatcher
11-30 15:22:46.562 29363 29363 D AssistantMenuReceiver: [c] AssistantMenuReceiver:android.intent.action.PACKAGE_REPLACED
11-30 15:22:46.570  2985  5083 D StorageManagerService: getExternalStorageMountMode : 1
11-30 15:22:46.570  2985  5083 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:46.570  2985  5083 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 15010132, packageName : com.samsung.android.calendar
11-30 15:22:46.571  2985  5083 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.calendar user:150
11-30 15:22:46.573  2985  5083 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:22:46.573  2985  5083 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.calendar user:150
11-30 15:22:46.574  2985  5083 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:22:46.575  2985  5083 D ActivityManager: package  com.samsung.android.calendar, user - 150 is SDcard blacklisted
11-30 15:22:46.585  2985  5083 I ActivityManager: Start proc 29617:com.samsung.android.calendar/u150a132 for broadcast com.samsung.android.calendar/com.android.calendar.update.UpdateReceiver
11-30 15:22:46.587 29617 29617 I Zygote  : Unshare entire /
11-30 15:22:46.589 29617 29617 I libpersona: umount_sub_dirs: unmounting [/mnt/secure/asec]
11-30 15:22:46.589 29617 29617 I libpersona: umount_sub_dirs: unmounting [/mnt/secure/asec]
11-30 15:22:46.590 29617 29617 I libpersona: umount_sub_dirs: unmounting [/mnt/asec/com.netflix.mediaclient-1]
11-30 15:22:46.592 29617 29617 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:22:46.593 29617 29617 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:22:46.593 29617 29617 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:22:46.593 29617 29617 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:22:46.593 29617 29617 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:22:46.593 29617 29617 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:22:46.593 29617 29617 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:22:46.593 29617 29617 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:22:46.594 29617 29617 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:22:46.595 29617 29617 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:46.596 29617 29617 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c662,c768, pkgname=com.samsung.android.calendar 
11-30 15:22:46.621  2985  3137 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010132 ,Container id: 150
11-30 15:22:46.621  2985  3137 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010132 ,Container id: 150
11-30 15:22:46.621  2985  3137 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:22:46.621  2985  3137 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:22:46.623  2985  3137 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010132 ,Container id: 150
11-30 15:22:46.623  2985  3137 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010132 ,Container id: 150
11-30 15:22:46.623  2985  3137 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:22:46.623  2985  3137 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:22:46.625 29617 29617 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:46.627  2985  3137 I ActivityManager: DSS on for com.samsung.android.calendar and scale is 1.0
11-30 15:22:46.652 29617 29617 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010132
11-30 15:22:46.652 29617 29617 D Proxy   : mdoP is null: 15010132
11-30 15:22:46.656 29617 29617 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:22:46.710 29617 29617 D BixbyApi_0.2.5: isBixbySupported:false
11-30 15:22:46.719 29617 29617 D SamsungAnalytics111040: cf feature is supported
11-30 15:22:46.725 29617 29617 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:22:46.727 29617 29617 D SamsungAnalytics111040: newThread on Executor
11-30 15:22:46.730  2985  3824 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.samsung.android.themecenter/com.samsung.android.thememanager.ThemeManagerReceiver
11-30 15:22:46.733  2985  3824 I ActivityManager: KPU : put [com.samsung.android.SettingsReceiver] : 3150 K
11-30 15:22:46.733  2985  3824 I ActivityManager: Killing 27212:com.samsung.android.SettingsReceiver/1000 (adj 906): DHA:empty #46
11-30 15:22:46.739 29442 29442 D SFolderShortcutReceiver:  onReceive() user(150) intent:android.intent.action.PACKAGE_REPLACED
11-30 15:22:46.739 29442 29442 D LauncherApps: getActivityList callingUserId: 150, target user: 150
11-30 15:22:46.741 29442 29442 V LauncherApps: Returning activity for profile UserHandle{150} : ComponentInfo{com.android.chrome/com.google.android.apps.chrome.Main}
11-30 15:22:46.748  2985  3002 I zygote  : Successfully killed process cgroup uid 1000 pid 27212 in 14ms
11-30 15:22:46.749  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1075, previously 1574
11-30 15:22:46.749  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1733, previously 1739
11-30 15:22:46.749  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 205, previously 1394
11-30 15:22:46.752  2985  3070 W Choreographer: Frame time is 12.611916 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:22:46.753 28769 29448 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:46.761 29442 29442 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:46.761 29442 29442 I ApplicationPackageManager: return adaptive icon for NULL
11-30 15:22:46.770  2985  5083 D KnoxMUMContainerPolicy: PATH = /data/container3.0/150/badgeIcon.png
11-30 15:22:46.775 29442 29442 D LauncherActivityInfo: packageName: com.android.chrome, supportTheme: false, height: 288, width: 288, density: 640
11-30 15:22:46.778 29442 29442 D ShortCutModel: aInfo= com.google.android.apps.chrome.Main
11-30 15:22:46.796 28769 29448 I ApplicationPackageManager: load=com.android.chrome, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:22:46.797 28769 29448 D OpenGLRenderer: HWUI GL Pipeline
11-30 15:22:46.799 28769 29448 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:46.801 28769 29448 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:22:46.801 28769 29448 I ApplicationPackageManager: load=com.android.chrome-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:22:46.822 28769 29448 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:46.825 28769 29448 I ApplicationPackageManager: load=com.android.chrome, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:22:46.828 28769 29448 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:46.830 28769 29448 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:22:46.830 28769 29448 I ApplicationPackageManager: load=com.android.chrome-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:22:46.836  2985  5095 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.android.app.billing/.iap.receiver.IapReceiver
11-30 15:22:46.836  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.android.app.samsungapps/.receiver.PackageAddedReceiver
11-30 15:22:46.841  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.android.app.samsungapps/com.samsung.android.iap.receiver.IapReceiver
11-30 15:22:46.841  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.android.app.sbrowser/.webcontentsprovider.WebContentsProviderReceiver
11-30 15:22:46.841  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.android.chrome flg=0x4000010 (has extras) } to com.sec.android.daemonapp/com.samsung.android.weather.daemon.receiver.ClearDataReceiver
11-30 15:22:46.852 28769 29448 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:46.855 28769 29448 I ApplicationPackageManager: load=com.android.chrome, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:22:46.858 28959 28959 I Notifications: [ChimeBroadcastReceiver] Intent received for action [android.intent.action.MY_PACKAGE_REPLACED] package [com.android.chrome].
11-30 15:22:46.858 28769 29448 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:46.858 28959 28959 I Notifications: [ChimeBroadcastReceiver] Phenotype initialized.
11-30 15:22:46.859 28959 28959 W Notifications: [ChimeBroadcastReceiver] BroadcastReceiver stopped
11-30 15:22:46.859 28959 28959 W Notifications: java.lang.IllegalStateException: Unable to get ChimeComponent from host app. Did you mean for your application to extend GeneratedComponentManager or HasComponent or to use jcga.libraries.notifications.injection.Chime#set(ChimeComponent)?
11-30 15:22:46.859 28959 28959 W Notifications: 	at YV.a(chromium-Monochrome.aab-stable-466404520:7)
11-30 15:22:46.859 28959 28959 W Notifications: 	at kW.onReceive(chromium-Monochrome.aab-stable-466404520:13)
11-30 15:22:46.859 28959 28959 W Notifications: 	at android.app.ActivityThread.handleReceiver(ActivityThread.java:3406)
11-30 15:22:46.859 28959 28959 W Notifications: 	at android.app.ActivityThread.-wrap18(Unknown Source:0)
11-30 15:22:46.859 28959 28959 W Notifications: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1807)
11-30 15:22:46.859 28959 28959 W Notifications: 	at android.os.Handler.dispatchMessage(Handler.java:106)
11-30 15:22:46.859 28959 28959 W Notifications: 	at android.os.Looper.loop(Looper.java:164)
11-30 15:22:46.859 28959 28959 W Notifications: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 15:22:46.859 28959 28959 W Notifications: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:22:46.859 28959 28959 W Notifications: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 15:22:46.859 28959 28959 W Notifications: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 15:22:46.860 28769 29448 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:22:46.860 28769 29448 I ApplicationPackageManager: load=com.android.chrome-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:22:46.868  2985  5095 D StorageManagerService: getExternalStorageMountMode : 1
11-30 15:22:46.868  2985  5095 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:46.868  2985  5095 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 15010115, packageName : com.android.chrome
11-30 15:22:46.869  2985  5095 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.android.chrome user:150
11-30 15:22:46.871  2985  5095 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:22:46.871  2985  5095 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.android.chrome user:150
11-30 15:22:46.872  2985  5095 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:22:46.872  2985  5095 D ActivityManager: package  com.android.chrome, user - 150 is SDcard blacklisted
11-30 15:22:46.884  2985  5095 I ActivityManager: Start proc 29639:com.android.chrome/u150a115 for broadcast com.android.chrome/com.google.android.libraries.notifications.entrypoints.restart.RestartReceiver
11-30 15:22:46.885  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:46.885  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:46.885 29639 29639 I Zygote  : Unshare entire /
11-30 15:22:46.885  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:46.887 29639 29639 I libpersona: umount_sub_dirs: unmounting [/mnt/secure/asec]
11-30 15:22:46.887 29639 29639 I libpersona: umount_sub_dirs: unmounting [/mnt/secure/asec]
11-30 15:22:46.888 29639 29639 I libpersona: umount_sub_dirs: unmounting [/mnt/asec/com.netflix.mediaclient-1]
11-30 15:22:46.890 29639 29639 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:22:46.890 28769 29448 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:46.891 29639 29639 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:22:46.891 29639 29639 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:22:46.891 29639 29639 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:22:46.891 29639 29639 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:22:46.891 29639 29639 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:22:46.891 29639 29639 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:22:46.891 29639 29639 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:22:46.891 29639 29639 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:22:46.893 28769 29448 I ApplicationPackageManager: load=com.android.chrome, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:22:46.893 29639 29639 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:46.894 29639 29639 I SELinux : SELinux: seapp_context_lookup: seinfo=chrome, level=s0:c662,c768, pkgname=com.android.chrome 
11-30 15:22:46.896 28769 29448 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:46.898 28769 29448 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:22:46.898 28769 29448 I ApplicationPackageManager: load=com.android.chrome-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:22:46.902  2985  2999 I PrintManagerService: onPackageModified com.android.chrome
11-30 15:22:46.911  2985  2999 D MetaDataCollector: onReceive: begin action=android.intent.action.PACKAGE_ADDED
11-30 15:22:46.911  2985  2999 D MetaDataCollector: onReceive: done pkgName=com.android.chrome
11-30 15:22:46.917 28769 29127 I Icing   : updateResources: need to parse zul{com.google.android.gms}
11-30 15:22:46.918 28769 29448 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:46.920  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010115 ,Container id: 150
11-30 15:22:46.920  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010115 ,Container id: 150
11-30 15:22:46.920  2985  5094 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:22:46.920  2985  5094 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:22:46.921  4604  5239 D LauncherApps: onPackageChanged 0,com.android.chrome
11-30 15:22:46.921  4604  4604 D Launcher.Model: onPackageChanged:com.android.chrome user:UserHandle{0}
11-30 15:22:46.921  4604  4604 D Launcher.Model: isValidStateInKnoxMode:false user:UserHandle{0}
11-30 15:22:46.921 28769 29448 I ApplicationPackageManager: load=com.android.chrome, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:22:46.922  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f08045f
11-30 15:22:46.922  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f140622
11-30 15:22:46.922  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f08045e
11-30 15:22:46.922  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f140167
11-30 15:22:46.922  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f140621
11-30 15:22:46.922  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f140409
11-30 15:22:46.922  2985  2999 E ShortcutService: Ignoring excessive intent tag.
11-30 15:22:46.923  2985  2999 D EnterpriseDeviceManagerService: onPackageUpdateFinished - packageName: com.android.chrome, uid: 15010115
11-30 15:22:46.923 28769 29448 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:46.924  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010115 ,Container id: 150
11-30 15:22:46.924  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010115 ,Container id: 150
11-30 15:22:46.924  2985  5094 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:22:46.924  2985  2999 D EnterpriseDeviceManagerService: Package has changed for user 150
11-30 15:22:46.924  2985  2999 D EnterpriseDeviceManagerService: Admin package name: com.google.android.gms
11-30 15:22:46.924  2985  5094 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:22:46.924  2985  2999 D EnterpriseDeviceManagerService: Admin package name: com.samsung.knox.securefolder
11-30 15:22:46.924  2985  2999 D EnterpriseDeviceManagerService: Admin package name: com.google.android.gms
11-30 15:22:46.925  4604  4680 W Launcher.Model: checkFinderState return, operation is not matched
11-30 15:22:46.925  4604  4680 D Launcher.Model: Loader.updatePackage com.android.chrome
11-30 15:22:46.925 28769 29448 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:22:46.925 28769 29448 I ApplicationPackageManager: load=com.android.chrome-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:22:46.926 29639 29639 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:46.927  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:46.927  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:46.928  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 0
11-30 15:22:46.928  2985  5094 I ActivityManager: DSS on for com.android.chrome and scale is 1.0
11-30 15:22:46.929  4604  4680 V LauncherApps: Returning activity for profile UserHandle{0} : ComponentInfo{com.android.chrome/com.google.android.apps.chrome.Main}
11-30 15:22:46.930  2985  3631 E Watchdog: !@Sync 8798 [2021-11-30 15:22:46.930]
11-30 15:22:46.931  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:46.939  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:46.943 28769 29448 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:46.946 28769 29448 I ApplicationPackageManager: load=com.android.chrome, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:22:46.948 28769 29448 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:46.950  4604  4680 I ApplicationPackageManager: load=com.android.chrome, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:22:46.950 28769 29448 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:22:46.950 28769 29448 I ApplicationPackageManager: load=com.android.chrome-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:22:46.951 29639 29639 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010115
11-30 15:22:46.952 29639 29639 D Proxy   : mdoP is null: 15010115
11-30 15:22:46.953  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:46.955  4604  4680 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:22:46.955  4604  4680 I ApplicationPackageManager: load=com.android.chrome-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:22:46.956  4604  4680 D LauncherActivityInfo: packageName: com.android.chrome, supportTheme: true, height: 144, width: 144, density: 640
11-30 15:22:46.970 28769 29448 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:46.973 29639 29639 I cr_SplitCompatApp: Launched version=96.0.4664.45 minSdkVersion=24 isBundle=true processName=com.android.chrome isIsolated=false
11-30 15:22:46.973 28769 29448 I ApplicationPackageManager: load=com.android.chrome, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:22:46.976 28769 29448 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:46.978 28769 29448 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:22:46.978 28769 29448 I ApplicationPackageManager: load=com.android.chrome-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:22:46.985  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 0
11-30 15:22:46.986  4604  4680 V LauncherApps: Returning activity for profile UserHandle{0} : ComponentInfo{com.android.chrome/com.google.android.apps.chrome.Main}
11-30 15:22:46.986  4604  4680 D DataLoader: updatePackage:com.android.chrome
11-30 15:22:46.990  2985  3824 D LauncherAppsService: is Package Hidden: false
11-30 15:22:47.001 28769 29448 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:47.004 28769 29448 I ApplicationPackageManager: load=com.android.chrome, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:22:47.004  2985  5083 W BackupManagerService: dataChanged but no participant pkg='com.sec.android.app.launcher' uid=10069
11-30 15:22:47.006  4604  4680 I AppsModel: addOrUpdater
11-30 15:22:47.006  4604  4680 I AppsModel: addOrUpdater cn = ComponentInfo{com.android.chrome/com.google.android.apps.chrome.Main} , UserHandle{0}
11-30 15:22:47.007 28769 29448 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:47.008  2985  2999 W Searchables: No global search activity found
11-30 15:22:47.009 28769 29448 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:22:47.009 28769 29448 I ApplicationPackageManager: load=com.android.chrome-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:22:47.009  4604  4680 I AppsModel: addOrUpdater update item = IconInfo(title=Chrome intent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.chrome/com.google.android.apps.chrome.Main (has extras) } id=41 type=0 container=39 screen=0 cellX=1 cellY=0 spanX=1 spanY=1 rank=1 hidden=0 dropPos=null user=UserHandle{0})
11-30 15:22:47.009  4604  4680 D AppsCustomAdapter: notifyUpdate : com.android.launcher3.Launcher@46d4052
11-30 15:22:47.009  4604  4680 D AppsDragController: needDeferToBind : true , false
11-30 15:22:47.011  2985  5083 D LauncherAppsService: is Package Hidden: false
11-30 15:22:47.011  4604  4977 D WidgetLoader: start loading
11-30 15:22:47.031  2985  2999 W Searchables: No global search activity found
11-30 15:22:47.031  2985  2999 I PrintManagerService: onPackageModified com.android.chrome
11-30 15:22:47.045  6077 28719 I FontLog : Received query Google Sans, URI content://com.google.android.gms.fonts [CONTEXT service_id=132 ]
11-30 15:22:47.046  6077 28719 I FontLog : Query [Google Sans] resolved to {Google Sans, wdth 100.0, wght 400, ital 0.0, bestEffort false} [CONTEXT service_id=132 ]
11-30 15:22:47.051 28769 29448 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:47.051  6077 28719 I FontLog : Font PFD returned from cache for {Google Sans, wdth 100.0, wght 400, ital 0.0, bestEffort false} [CONTEXT service_id=132 ]
11-30 15:22:47.052  6077 28719 I FontLog : Fetch {Google Sans, wdth 100.0, wght 400, ital 0.0, bestEffort false} end status Status{statusCode=SUCCESS, resolution=null} [CONTEXT service_id=132 ]
11-30 15:22:47.054 28769 29448 I ApplicationPackageManager: load=com.android.chrome, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:22:47.057 28769 29448 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:47.058  6077 28719 I FontLog : Pulling font file for id = 7, cache size = 6 [CONTEXT service_id=132 ]
11-30 15:22:47.064 28769 29448 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:22:47.064 28769 29448 I ApplicationPackageManager: load=com.android.chrome-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:22:47.066  4604  4977 D LauncherAWProviderInfo: GSA replace initialLayout. 
11-30 15:22:47.067  2985  3137 D ConnectivityService: filterNetworkStateForUid() uid: 15010018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:47.082  4604  4680 D LauncherAWProviderInfo: GSA replace initialLayout. 
11-30 15:22:47.088  6077 28719 I FontLog : Received query Google Sans:500, URI content://com.google.android.gms.fonts [CONTEXT service_id=132 ]
11-30 15:22:47.089  6077 28719 I FontLog : Query [Google Sans:500] resolved to {Google Sans, wdth 100.0, wght 500, ital 0.0, bestEffort false} [CONTEXT service_id=132 ]
11-30 15:22:47.092  6077 28719 I FontLog : Font PFD returned from cache for {Google Sans, wdth 100.0, wght 500, ital 0.0, bestEffort false} [CONTEXT service_id=132 ]
11-30 15:22:47.093  6077 28719 I FontLog : Fetch {Google Sans, wdth 100.0, wght 500, ital 0.0, bestEffort false} end status Status{statusCode=SUCCESS, resolution=null} [CONTEXT service_id=132 ]
11-30 15:22:47.098  6077 12788 I FontLog : Pulling font file for id = 8, cache size = 7 [CONTEXT service_id=132 ]
11-30 15:22:47.101 28769 29448 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:47.103 28769 29448 I ApplicationPackageManager: load=com.android.chrome, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:22:47.106 28769 29448 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:47.108 28769 29448 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:22:47.108 28769 29448 I ApplicationPackageManager: load=com.android.chrome-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:22:47.109  2985  2999 D MetaDataCollector: onReceive: begin action=android.intent.action.PACKAGE_ADDED
11-30 15:22:47.109  2985  2999 D MetaDataCollector: onReceive: done pkgName=com.android.chrome
11-30 15:22:47.114  2985  2999 D MetaDataCollector: onReceive: begin action=android.intent.action.PACKAGE_REPLACED
11-30 15:22:47.114  4604  5239 D LauncherApps: onPackageChanged 150,com.android.chrome
11-30 15:22:47.114  2985  2999 D MetaDataCollector: onReceive: done pkgName=com.android.chrome
11-30 15:22:47.114  4604  4604 D Launcher.Model: onPackageChanged:com.android.chrome user:UserHandle{150}
11-30 15:22:47.114  2985  2999 D MetaDataCollector: onReceive: begin action=android.intent.action.PACKAGE_REPLACED
11-30 15:22:47.114  2985  2999 D MetaDataCollector: onReceive: done pkgName=com.android.chrome
11-30 15:22:47.114  4604  4604 D Launcher.Model: isValidStateInKnoxMode:false user:UserHandle{150}
11-30 15:22:47.124 29639 29639 I Notifications: [ChimeBroadcastReceiver] Intent received for action [android.intent.action.MY_PACKAGE_REPLACED] package [com.android.chrome].
11-30 15:22:47.124 29639 29639 I Notifications: [ChimeBroadcastReceiver] Phenotype initialized.
11-30 15:22:47.124 29639 29639 W Notifications: [ChimeBroadcastReceiver] BroadcastReceiver stopped
11-30 15:22:47.124 29639 29639 W Notifications: java.lang.IllegalStateException: Unable to get ChimeComponent from host app. Did you mean for your application to extend GeneratedComponentManager or HasComponent or to use jcga.libraries.notifications.injection.Chime#set(ChimeComponent)?
11-30 15:22:47.124 29639 29639 W Notifications: 	at YV.a(chromium-Monochrome.aab-stable-466404520:7)
11-30 15:22:47.124 29639 29639 W Notifications: 	at kW.onReceive(chromium-Monochrome.aab-stable-466404520:13)
11-30 15:22:47.124 29639 29639 W Notifications: 	at android.app.ActivityThread.handleReceiver(ActivityThread.java:3406)
11-30 15:22:47.124 29639 29639 W Notifications: 	at android.app.ActivityThread.-wrap18(Unknown Source:0)
11-30 15:22:47.124 29639 29639 W Notifications: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1807)
11-30 15:22:47.124 29639 29639 W Notifications: 	at android.os.Handler.dispatchMessage(Handler.java:106)
11-30 15:22:47.124 29639 29639 W Notifications: 	at android.os.Looper.loop(Looper.java:164)
11-30 15:22:47.124 29639 29639 W Notifications: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 15:22:47.124 29639 29639 W Notifications: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:22:47.124 29639 29639 W Notifications: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 15:22:47.124 29639 29639 W Notifications: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 15:22:47.127  6077 12788 I FontLog : Received query Google Sans:700, URI content://com.google.android.gms.fonts [CONTEXT service_id=132 ]
11-30 15:22:47.129  6077 12788 I FontLog : Query [Google Sans:700] resolved to {Google Sans, wdth 100.0, wght 700, ital 0.0, bestEffort false} [CONTEXT service_id=132 ]
11-30 15:22:47.131  6077 12788 I FontLog : Fetch {Google Sans, wdth 100.0, wght 700, ital 0.0, bestEffort false} end status Status{statusCode=SUCCESS, resolution=null} [CONTEXT service_id=132 ]
11-30 15:22:47.139  2985  5095 I ActivityManager: KPU : put [com.google.android.gm] : 44771 K
11-30 15:22:47.139  2985  5095 I ActivityManager: Killing 26654:com.google.android.gm/u0a114 (adj 906): DHA:empty #46
11-30 15:22:47.160  4604  4680 W Launcher.Model: checkFinderState return, operation is not matched
11-30 15:22:47.160  4604  4680 D Launcher.Model: Loader.updatePackage com.android.chrome
11-30 15:22:47.161  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 150
11-30 15:22:47.161  4604  4680 V LauncherApps: source and target users are different, and caller is knox container or target user is for secure folder, so request cannot be granted!
11-30 15:22:47.161  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 150
11-30 15:22:47.161  4604  4680 V LauncherApps: source and target users are different, and caller is knox container or target user is for secure folder, so request cannot be granted!
11-30 15:22:47.162  4604  4680 D DataLoader: updatePackage:com.android.chrome
11-30 15:22:47.165  2985  5095 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
11-30 15:22:47.169  2985  3000 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
11-30 15:22:47.172  2985  5087 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=5239, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ], android.os.BinderProxy@d47835d)
11-30 15:22:47.173  2985  3222 D ConnectivityService: releasing NetworkRequest [ LISTEN id=5239, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ] (release request)
11-30 15:22:47.175  2985  3002 I zygote  : Successfully killed process cgroup uid 10114 pid 26654 in 34ms
11-30 15:22:47.179  2985  3070 W Choreographer: Frame time is 3.556085 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:22:47.182  2985  3137 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20311128T152247 - CU:10018/CP:16033
11-30 15:22:47.189  6077 28719 I FontLog : Pulling font file for id = 9, cache size = 6 [CONTEXT service_id=132 ]
11-30 15:22:47.208  2985  5095 D SamsungAlarmManager: setExact Intent (T:2/F:0/AC:false) 20211130T152249 - CU:10018/CP:16033
11-30 15:22:47.208  2985  5095 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152249, SetElapsed=458872811, nowELAPSED=458870853
11-30 15:22:47.215  2985  3000 V MARsPolicyManager: onAppWidgetManagerActions pkgName = com.samsung.android.email.provider, action = android.appwidget.action.APPWIDGET_UPDATE, userId = 0
11-30 15:22:47.218  4604  4680 D LauncherAWProviderInfo: GSA replace initialLayout. 
11-30 15:22:47.225  2985  5102 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:47.225  2985  5102 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:47.226  2985  5102 D StorageManagerService: getExternalStorageMountMode : final mountMode=3, uid : 10227, packageName : com.parallel.space.lite
11-30 15:22:47.226  2985  5102 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.parallel.space.lite user:0
11-30 15:22:47.226  2985  5102 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:47.226  2985  5102 D ActivityManager: package  com.parallel.space.lite, user - 0 is SDcard whitelisted
11-30 15:22:47.226  2985  5102 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.parallel.space.lite user:0
11-30 15:22:47.226  2985  5102 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:47.240 29664 29664 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:22:47.240  2985  5102 I ActivityManager: Start proc 29664:com.parallel.space.lite:mdserver/u0a227 for broadcast com.parallel.space.lite/com.lbe.doubleagent.service.proxy.PendingIntentReceiverProxy
11-30 15:22:47.242 29664 29664 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:47.243 29664 29664 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.parallel.space.lite:mdserver 
11-30 15:22:47.254  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:22:47.254  2719  2795 E IptablesRestoreController: -D fw_standby_uid -m owner --uid-owner 15010227 -j DROP
11-30 15:22:47.254  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:22:47.262  4604  4977 D WidgetLoader: start loading
11-30 15:22:47.273  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:22:47.273  2719  2795 E IptablesRestoreController: -D fw_standby_uid -m owner --uid-owner 15010227 -j DROP
11-30 15:22:47.273  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:22:47.273  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:22:47.281  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:22:47.281  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:22:47.282  2985  3826 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:47.290  2985  5087 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:22:47.290  2985  5087 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:22:47.290  2985  5087 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:47.298 29664 29664 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:47.300  2985  5102 I ActivityManager: DSS on for com.parallel.space.lite and scale is 1.0
11-30 15:22:47.330 29664 29664 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10227
11-30 15:22:47.330 29664 29664 D Proxy   : mdoP is null: 10227
11-30 15:22:47.339  2985  2999 D SemExecuteManagerService: onShortcutChanged: com.android.chrome0
11-30 15:22:47.345  4604  4977 D LauncherAWProviderInfo: GSA replace initialLayout. 
11-30 15:22:47.406  2985  2999 D SemExecuteManagerService: onShortcutChanged: com.android.chrome150
11-30 15:22:47.408 28769 29127 I Icing   : updateResources: need to parse zul{com.android.chrome}
11-30 15:22:47.409 28769 29127 W System  : ClassLoader referenced unknown path: 
11-30 15:22:47.418  4604  5239 D LauncherApps: onShortcutChanged 0,com.android.chrome
11-30 15:22:47.418  4604  5239 D LauncherApps: onShortcutChanged 150,com.android.chrome
11-30 15:22:47.419  4604  4604 D DeepShortcutManager: bindDeepShortcutMap: {com.android.launcher3.util.ComponentKey@ed003502=[launcher_shortcut_search, launcher_shortcut_upload, launcher_shortcut_scan], com.android.launcher3.util.ComponentKey@b0cc8fca=[shortcut_create_note, shortcut_write_with_pen, shortcut_record_voice_note], com.android.launcher3.util.ComponentKey@7d974010=[new_video_call, new_conversation, new_audio_call], com.android.launcher3.util.ComponentKey@854a91d=[manifest_new_list_shortcut, manifest_new_audio_note_shortcut, manifest_new_photo_note_shortcut, manifest_new_note_shortcut], com.android.launcher3.util.ComponentKey@1e9a2d90=[DynamicFullRecent], com.android.launcher3.util.ComponentKey@1d30da3a=[6285207364117@s.whatsapp.net, open_camera, 6285921683680@s.whatsapp.net, 6281338372409@s.whatsapp.net, 120363020307794510@g.us], com.android.launcher3.util.ComponentKey@3916b95c=[Inbox_authorlovy@yahoo.com, Inbox_adelinathenotebook@yahoo.com, Inbox_shintamawarni76@gmail.com, compose], com.android.launcher3.util.ComponentKey@d85d54d0=[search_event_task, create_task, create_event], com.android.launcher3.util.ComponentKey@bb83b3cc=[view-bookmarks-shortcut, new-tab-shortcut, dynamic-new-tab-shortcut, search-web-shortcut, new-secret-tab-shortcut], com.android.launcher3.util.ComponentKey@64033792=[explore-shortcut, search-shortcut, subscriptions-shortcut], com.android.launcher3.util.ComponentKey@75953544=[1, 2], com.android.launcher3.util.ComponentKey@683678e7=[create_message], com.android.launcher3.util.ComponentKey@7e1620c7=[activity, camera, direct, post], com.android.launcher3.util.ComponentKey@91a61cf4=[contactadd, myprofile, contactgroup], com.android.launcher3.util.ComponentKey@6a731a20=[play, recently_added, favourites], com.android.launcher3.util.ComponentKey@429b698e=[selfie, auto], com.android.launcher3.util.ComponentKey@3e17fc4f=[updates], com.android.launcher3.util.ComponentKey@31e36f3b=[com.google.android.play.games.minesweeper, com.google.android.play.games.whirlybird, com.google.android.play.games.solitaire, com.google.android.play.games.snake], com.android.launcher3.util.ComponentKey@7bfa09e7=[shintamawarni76@mhs.pelitabangsa.ac.id, manifest_compose_shortcut, shintamawarni76@gmail.com, shintamawarni762@gmail.com], com.android.launcher3.util.ComponentKey@515cb7c2=[VIEW_MY_DOWNLOADS], com.android.launcher3.util.ComponentKey@1e9a2cfa=[DynamicFullRecent], com.android.launcher3.util.ComponentKey@726a9c09=[static_shortcut_text_note, static_shortcut_audio_note, static_shortcut_photo_note, static_shortcut_todo_note], com.android.launcher3.util.ComponentKey@967f6b5c=[search_shortcut], com.android.launcher3.util.ComponentKey@d3751291=[search, add, list, books, timeMachine], com.android.launcher3.util.ComponentKey@3916b9f2=[compose], com.android.launcher3.util.ComponentKey@ee5d02f8=[did3_1302547203, compose], com.android.launcher3.util.ComponentKey@947c4a99=[new-tab-shortcut], com.android.launcher3.util.ComponentKey@489bf67c=[text_shortcut, voice_shortcut], com.android.launcher3.util.ComponentKey@ad64774c=[search, scan, dgMobileTopUp], com.android.launcher3.util.ComponentKey@b0cc9060=[shortcut_create_note, shortcut_write_with_pen, shortcut_record_voice_note], com.android.launcher3.util.ComponentKey@f5d080bf=[phoneadd, search, missedcall], com.android.launcher3.util.ComponentKey@515cb72c=[VIEW_MY_DOWNLOADS], com.android.launcher3.util.ComponentKey@3e17fce5=[updates], com.android.launcher3.util.ComponentKey@3a8c61b=[compose], com.android.launcher3.util.ComponentKey@13bed5ca=[Beli, Jual, Bayar, Share], com.android.launcher3.util.ComponentKey@bb83b336=[view-bookmarks-shortcut, new-tab-shortcut, search-web-shortcut, new-secret-tab-shortcut], com.android.launcher3.util.ComponentKey@eaf76a80=[com.gojek.shortcut.com.gojek.shortcut.Y_stUdop2I5FboBasWgFvO3mtMg], com.android.launcher3.util.ComponentKey@91a61c5e=[contactadd, myprofile, contactgroup], com.android.launcher3.util.ComponentKey@967f6ac6=[search_shortcut], com.android.launcher3.util.ComponentKey@cf1e5c64=[app_shortcut_newchat, app_shortcut_my_qr, app_shortcut_notifi
11-30 15:22:47.420  4604  4604 D DeepShortcutManager: bindDeepShortcutMap: {com.android.launcher3.util.ComponentKey@ed003502=[launcher_shortcut_search, launcher_shortcut_upload, launcher_shortcut_scan], com.android.launcher3.util.ComponentKey@b0cc8fca=[shortcut_create_note, shortcut_write_with_pen, shortcut_record_voice_note], com.android.launcher3.util.ComponentKey@7d974010=[new_video_call, new_conversation, new_audio_call], com.android.launcher3.util.ComponentKey@854a91d=[manifest_new_list_shortcut, manifest_new_audio_note_shortcut, manifest_new_photo_note_shortcut, manifest_new_note_shortcut], com.android.launcher3.util.ComponentKey@1e9a2d90=[DynamicFullRecent], com.android.launcher3.util.ComponentKey@1d30da3a=[6285207364117@s.whatsapp.net, open_camera, 6285921683680@s.whatsapp.net, 6281338372409@s.whatsapp.net, 120363020307794510@g.us], com.android.launcher3.util.ComponentKey@3916b95c=[Inbox_authorlovy@yahoo.com, Inbox_adelinathenotebook@yahoo.com, Inbox_shintamawarni76@gmail.com, compose], com.android.launcher3.util.ComponentKey@d85d54d0=[search_event_task, create_task, create_event], com.android.launcher3.util.ComponentKey@bb83b3cc=[view-bookmarks-shortcut, new-tab-shortcut, dynamic-new-tab-shortcut, search-web-shortcut, new-secret-tab-shortcut], com.android.launcher3.util.ComponentKey@64033792=[explore-shortcut, search-shortcut, subscriptions-shortcut], com.android.launcher3.util.ComponentKey@75953544=[1, 2], com.android.launcher3.util.ComponentKey@683678e7=[create_message], com.android.launcher3.util.ComponentKey@7e1620c7=[activity, camera, direct, post], com.android.launcher3.util.ComponentKey@91a61cf4=[contactadd, myprofile, contactgroup], com.android.launcher3.util.ComponentKey@6a731a20=[play, recently_added, favourites], com.android.launcher3.util.ComponentKey@429b698e=[selfie, auto], com.android.launcher3.util.ComponentKey@3e17fc4f=[updates], com.android.launcher3.util.ComponentKey@31e36f3b=[com.google.android.play.games.minesweeper, com.google.android.play.games.whirlybird, com.google.android.play.games.solitaire, com.google.android.play.games.snake], com.android.launcher3.util.ComponentKey@7bfa09e7=[shintamawarni76@mhs.pelitabangsa.ac.id, manifest_compose_shortcut, shintamawarni76@gmail.com, shintamawarni762@gmail.com], com.android.launcher3.util.ComponentKey@515cb7c2=[VIEW_MY_DOWNLOADS], com.android.launcher3.util.ComponentKey@1e9a2cfa=[DynamicFullRecent], com.android.launcher3.util.ComponentKey@726a9c09=[static_shortcut_text_note, static_shortcut_audio_note, static_shortcut_photo_note, static_shortcut_todo_note], com.android.launcher3.util.ComponentKey@967f6b5c=[search_shortcut], com.android.launcher3.util.ComponentKey@d3751291=[search, add, list, books, timeMachine], com.android.launcher3.util.ComponentKey@3916b9f2=[compose], com.android.launcher3.util.ComponentKey@ee5d02f8=[did3_1302547203, compose], com.android.launcher3.util.ComponentKey@947c4a99=[new-tab-shortcut], com.android.launcher3.util.ComponentKey@489bf67c=[text_shortcut, voice_shortcut], com.android.launcher3.util.ComponentKey@ad64774c=[search, scan, dgMobileTopUp], com.android.launcher3.util.ComponentKey@b0cc9060=[shortcut_create_note, shortcut_write_with_pen, shortcut_record_voice_note], com.android.launcher3.util.ComponentKey@f5d080bf=[phoneadd, search, missedcall], com.android.launcher3.util.ComponentKey@515cb72c=[VIEW_MY_DOWNLOADS], com.android.launcher3.util.ComponentKey@3e17fce5=[updates], com.android.launcher3.util.ComponentKey@3a8c61b=[compose], com.android.launcher3.util.ComponentKey@13bed5ca=[Beli, Jual, Bayar, Share], com.android.launcher3.util.ComponentKey@bb83b336=[view-bookmarks-shortcut, new-tab-shortcut, search-web-shortcut, new-secret-tab-shortcut], com.android.launcher3.util.ComponentKey@eaf76a80=[com.gojek.shortcut.com.gojek.shortcut.Y_stUdop2I5FboBasWgFvO3mtMg], com.android.launcher3.util.ComponentKey@91a61c5e=[contactadd, myprofile, contactgroup], com.android.launcher3.util.ComponentKey@967f6ac6=[search_shortcut], com.android.launcher3.util.ComponentKey@cf1e5c64=[app_shortcut_newchat, app_shortcut_my_qr, app_shortcut_notifi
11-30 15:22:47.446 29664 29664 W System.err: my process name com.parallel.space.lite:mdserver
11-30 15:22:47.555  2985  3826 W ActivityManager: Slow operation: 91ms so far, now at getContentProviderImpl: incProviderCountLocked
11-30 15:22:47.555  2985  3826 W ActivityManager: Slow operation: 91ms so far, now at getContentProviderImpl: before updateLruProcess
11-30 15:22:47.555  2985  3826 W ActivityManager: Slow operation: 91ms so far, now at getContentProviderImpl: after updateLruProcess
11-30 15:22:47.555  2985  3826 W ActivityManager: Slow operation: 91ms so far, now at getContentProviderImpl: before updateOomAdj
11-30 15:22:47.556  2985  3826 W ActivityManager: Slow operation: 92ms so far, now at getContentProviderImpl: after updateOomAdj
11-30 15:22:47.556  2985  3826 W ActivityManager: Slow operation: 92ms so far, now at getContentProviderImpl: done!
11-30 15:22:47.605  4604  4977 D WidgetLoader: enter wait
11-30 15:22:47.708 28769 29127 I zygote  : Deoptimizing int bfin.cH(java.lang.Object) due to JIT inline cache
11-30 15:22:47.724 29664 29664 W System.err: 109896fce92890c7f17cb75f1f5a69bd7e2e993b
11-30 15:22:47.725  2985  5092 D PackageManager: setEnabledSetting : userId = 0 packageName = com.parallel.space.lite cmp = com.lbe.parallel.ipc.ServiceProvider newState = 2 callingPackage = 10227/com.parallel.space.lite
11-30 15:22:47.734  2985  5092 D PackageManager: setEnabledSetting : userId = 0 packageName = com.parallel.space.lite cmp = com.lbe.parallel.ipc.ServiceProvider newState = 1 callingPackage = 10227/com.parallel.space.lite
11-30 15:22:47.737  2985  5092 D PackageManager: setEnabledSetting : userId = 0 packageName = com.parallel.space.lite cmp = com.lbe.parallel.ui.lockscreen.NotificationObserverService newState = 2 callingPackage = 10227/com.parallel.space.lite
11-30 15:22:47.738  2985  3826 D PackageManager: setEnabledSetting : userId = 0 packageName = com.parallel.space.lite cmp = com.lbe.parallel.ui.lockscreen.NotificationObserverService newState = 1 callingPackage = 10227/com.parallel.space.lite
11-30 15:22:47.749 28769 29127 I Icing   : Internal init done: storage state 0
11-30 15:22:47.765 28769 29287 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
11-30 15:22:47.770  2985  5094 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:47.770  2985  5094 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:47.770 29664 29684 D NetworkSecurityConfig: No Network Security Config specified, using platform default
11-30 15:22:47.770  2985  5094 D StorageManagerService: getExternalStorageMountMode : final mountMode=3, uid : 10227, packageName : com.parallel.space.lite
11-30 15:22:47.771  2985  5094 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.parallel.space.lite user:0
11-30 15:22:47.771  2985  5094 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:47.771  2985  5094 D ActivityManager: package  com.parallel.space.lite, user - 0 is SDcard whitelisted
11-30 15:22:47.771  2985  5094 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.parallel.space.lite user:0
11-30 15:22:47.771  2985  5094 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:47.773 29664 29684 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:47.773 29664 29684 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:47.775 28769 29287 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=ContactsIndexer serviceId=33
11-30 15:22:47.776  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:22:47.784 29697 29697 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:22:47.785  2985  5094 I ActivityManager: Start proc 29697:com.parallel.space.lite/u0a227 for service com.parallel.space.lite/cn.thinkingdata.android.TDQuitSafelyService$TDKeepAliveService
11-30 15:22:47.786 29697 29697 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:47.787 29697 29697 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.parallel.space.lite 
11-30 15:22:47.800 29664 29686 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:47.800 29664 29686 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:47.801  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:22:47.806  2985  5092 D ConnectivityService: filterNetworkStateForUid() uid: 10227 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:47.807  2985  3824 D ConnectivityService: filterNetworkStateForUid() uid: 10227 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:47.816  2985  3824 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:22:47.816  2985  3824 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:22:47.816  2985  3824 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:47.822  2985  3824 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:22:47.823  2985  3824 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:22:47.823  2985  3824 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:47.829 29697 29697 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:47.834  2985  3824 I ActivityManager: DSS on for com.parallel.space.lite and scale is 1.0
11-30 15:22:47.866 29697 29697 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10227
11-30 15:22:47.867 29697 29697 D Proxy   : mdoP is null: 10227
11-30 15:22:47.885  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:47.885  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:47.885  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:47.922 29697 29697 W System.err: my process name com.parallel.space.lite
11-30 15:22:47.961  2985  2994 I zygote  : Background concurrent copying GC freed 439781(18MB) AllocSpace objects, 87(2MB) LOS objects, 26% free, 65MB/89MB, paused 374us total 701.367ms
11-30 15:22:48.031 29664 29733 W System.err: my process daPackage: null, daPackage.native64Bit: unknown, is64BitSupport: false
11-30 15:22:48.041 28769 29333 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=36
11-30 15:22:48.088  2985  5092 D PackageManager: setEnabledSetting : userId = 0 packageName = com.parallel.space.lite cmp = com.lbe.doubleagent.service.proxy.SystemBroadcastReceiver newState = 1 callingPackage = 10227/com.parallel.space.lite
11-30 15:22:48.126  2985  5102 D ConnectivityService: filterNetworkStateForUid() uid: 10227 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:48.145 29697 29697 W System.err: 109896fce92890c7f17cb75f1f5a69bd7e2e993b
11-30 15:22:48.146  2985  3824 D SamsungAlarmManager: Cancel Alarm calling from uid:15010018 pid :13746 / op:PendingIntent{11e738c: PendingIntentRecord{2f361e com.google.android.gms startService}}
11-30 15:22:48.148 29697 29743 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:48.149 29697 29743 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:48.158 29697 29753 D NetworkSecurityConfig: No Network Security Config specified, using platform default
11-30 15:22:48.160 29697 29753 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:48.161 29697 29753 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:48.163  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:22:48.174 29697 29765 W DynamiteModule: Local module descriptor class for com.google.android.gms.measurement.dynamite not found.
11-30 15:22:48.195  2985  3824 D ConnectivityService: filterNetworkStateForUid() uid: 10227 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:48.197 29697 29743 W zygote  : Unsupported class loader
11-30 15:22:48.197 29697 29744 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:48.197 29697 29744 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:48.198  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:22:48.204  2985  2985 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1018 com.android.server.execute.SemExecuteManagerService.sendCompleteBroadcast:144 com.android.server.execute.SemExecuteManagerService.updateSemExecutableInfo:137 com.android.server.execute.SemExecuteManagerService.-wrap2:0 com.android.server.execute.SemExecuteManagerService$2.handleMessage:519 
11-30 15:22:48.211 29697 29743 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:22:48.212 29664 29664 W zygote  : Unsupported class loader
11-30 15:22:48.214 29664 29773 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:48.214 29664 29773 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:48.215 29664 29664 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:22:48.243 29664 29781 W DynamiteModule: Local module descriptor class for com.google.android.gms.measurement.dynamite not found.
11-30 15:22:48.252 29664 29664 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:22:48.255 29664 29664 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:22:48.269 29697 29765 W zygote  : Unsupported class loader
11-30 15:22:48.275  2985  3824 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:22:48.275  2985  3824 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:22:48.275  2985  3824 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:48.278 29697 29765 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:22:48.278 29664 29781 W zygote  : Unsupported class loader
11-30 15:22:48.287 29664 29781 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:22:48.293 29697 29743 W zygote  : Unsupported class loader
11-30 15:22:48.301 29664 29781 W DynamiteModule: Local module descriptor class for com.google.android.gms.measurement.dynamite not found.
11-30 15:22:48.301 29664 29773 W zygote  : Unsupported class loader
11-30 15:22:48.304 29697 29765 W DynamiteModule: Local module descriptor class for com.google.android.gms.measurement.dynamite not found.
11-30 15:22:48.305 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #480
11-30 15:22:48.306 29697 29743 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:22:48.307 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #491
11-30 15:22:48.308 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #502
11-30 15:22:48.308 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #505
11-30 15:22:48.308 29697 29697 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:22:48.309 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #508
11-30 15:22:48.309 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #511
11-30 15:22:48.309 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #514
11-30 15:22:48.309 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #517
11-30 15:22:48.309 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #520
11-30 15:22:48.309 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #523
11-30 15:22:48.309 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #526
11-30 15:22:48.309 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #529
11-30 15:22:48.309 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #532
11-30 15:22:48.309 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #535
11-30 15:22:48.309 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #538
11-30 15:22:48.309 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #541
11-30 15:22:48.310 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #544
11-30 15:22:48.310 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #547
11-30 15:22:48.310 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #550
11-30 15:22:48.310 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #553
11-30 15:22:48.310 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #556
11-30 15:22:48.310 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #559
11-30 15:22:48.310 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #562
11-30 15:22:48.310 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #565
11-30 15:22:48.310 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #568
11-30 15:22:48.310 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #571
11-30 15:22:48.310 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #574
11-30 15:22:48.310 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #577
11-30 15:22:48.310 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #580
11-30 15:22:48.310 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #583
11-30 15:22:48.310 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #586
11-30 15:22:48.310 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #589
11-30 15:22:48.310 29697 29697 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:22:48.311 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #592
11-30 15:22:48.311 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #595
11-30 15:22:48.311 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #598
11-30 15:22:48.311 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #601
11-30 15:22:48.311 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #604
11-30 15:22:48.311 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #607
11-30 15:22:48.311 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #610
11-30 15:22:48.311 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #613
11-30 15:22:48.312 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #616
11-30 15:22:48.312 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #619
11-30 15:22:48.312 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #622
11-30 15:22:48.312 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #625
11-30 15:22:48.312 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #628
11-30 15:22:48.312 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #631
11-30 15:22:48.312 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #634
11-30 15:22:48.313 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #637
11-30 15:22:48.313 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #640
11-30 15:22:48.313 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #643
11-30 15:22:48.313 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #646
11-30 15:22:48.313 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #649
11-30 15:22:48.313 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #652
11-30 15:22:48.313 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #655
11-30 15:22:48.313 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #658
11-30 15:22:48.313 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #661
11-30 15:22:48.313 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #664
11-30 15:22:48.313 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #667
11-30 15:22:48.313 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #670
11-30 15:22:48.313 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #673
11-30 15:22:48.313 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #676
11-30 15:22:48.313 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #679
11-30 15:22:48.313 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #682
11-30 15:22:48.313 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #685
11-30 15:22:48.313 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #688
11-30 15:22:48.313 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #691
11-30 15:22:48.313 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #694
11-30 15:22:48.313 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #697
11-30 15:22:48.313 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #700
11-30 15:22:48.313 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #703
11-30 15:22:48.313 29664 29733 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #706
11-30 15:22:48.314 29664 29773 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:22:48.320 29664 29664 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:213806100
11-30 15:22:48.320 29664 29664 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 213806100
11-30 15:22:48.327 29664 29664 D DynamitePackage: Instantiated singleton DynamitePackage.
11-30 15:22:48.327 29664 29664 D DynamitePackage: Instantiating com.google.android.gms.ads.ChimeraMobileAdsSettingManagerCreatorImpl
11-30 15:22:48.336 29664 29733 W PackageParser: No actions in intent filter at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #2178
11-30 15:22:48.336 29664 29733 W PackageParser: No actions in intent filter at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #2189
11-30 15:22:48.365 29697 29697 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:213806100
11-30 15:22:48.365 29697 29697 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 213806100
11-30 15:22:48.369 29664 29664 D ConnectivityManager: requestNetwork; CallingUid : 10227, CallingPid : 29664
11-30 15:22:48.369 29697 29697 D DynamitePackage: Instantiated singleton DynamitePackage.
11-30 15:22:48.369 29697 29697 D DynamitePackage: Instantiating com.google.android.gms.ads.ChimeraMobileAdsSettingManagerCreatorImpl
11-30 15:22:48.370  2985  5094 D ConnectivityService: requestNetwork for uid/pid:10227/29664 NetworkRequest [ TRACK_DEFAULT id=5251, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:48.371  2985  3222 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 625]
11-30 15:22:48.371  2985  3222 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -63]
11-30 15:22:48.371  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/11)
11-30 15:22:48.371  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 8. No change.
11-30 15:22:48.371  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 1. No change.
11-30 15:22:48.371  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/7)
11-30 15:22:48.371  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/10)
11-30 15:22:48.371  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.371  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5186. No change.
11-30 15:22:48.372  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.372  2985  3222 D ConnectivityService:   checking if request is : NetworkRequest [ TRACK_DEFAULT id=5251, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], satisfies : true
11-30 15:22:48.372  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.372  2985  3222 D ConnectivityService: currentScore = 0, newScore = 60
11-30 15:22:48.372  2985  3222 D ConnectivityService: rematch for NetworkAgentInfo [WIFI () - 625]
11-30 15:22:48.372  2985  3222 D ConnectivityService:    accepting network in place of null
11-30 15:22:48.372  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.372  2985  3222 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ TRACK_DEFAULT id=5251, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:48.372  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.372  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.372  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.372  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.372  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.372  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/5)
11-30 15:22:48.372  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5250. No change.
11-30 15:22:48.372  2985  3219 D WIFI_P2P: got request NetworkRequest [ TRACK_DEFAULT id=5251, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:48.372  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5187. No change.
11-30 15:22:48.372  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 3. No change.
11-30 15:22:48.372  2985  3219 D WIFI_P2P:   my score=60, my filter=[ Transports: WIFI Capabilities: WIFI_P2P&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:22:48.372  2985  3219 D WIFI_P2P: evalRequest
11-30 15:22:48.372  2985  3219 D WIFI_P2P:   done
11-30 15:22:48.372  2985  3222 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ TRACK_DEFAULT id=5251, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:48.372  2985  3171 D WIFI_UT : got request NetworkRequest [ TRACK_DEFAULT id=5251, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:48.372  2985  3171 D WIFI_UT :   my score=2147483647, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:22:48.372  2985  3171 D WIFI_UT : evalRequest
11-30 15:22:48.372  2985  3171 D WIFI_UT :   needNetworkFor
11-30 15:22:48.373  2985  3222 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=5251, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:48.373  2985  3171 D WIFI    : got request NetworkRequest [ TRACK_DEFAULT id=5251, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:48.373  3470  3470 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=5251, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:48.373  2985  3171 D WIFI    :   my score=60, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:22:48.373  2985  3171 D WIFI    : evalRequest
11-30 15:22:48.373  2985  3171 D WIFI    :   needNetworkFor
11-30 15:22:48.373  3470  3470 D PhoneSwitcherNetworkRequstListener:   my score=101, my filter=[ Transports: CELLULAR Capabilities: MMS&SUPL&DUN&FOTA&IMS&CBS&IA&RCS&XCAP&EIMS&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&ENT1&FOC Specifier: <android.net.MatchAllNetworkSpecifier@0>]
11-30 15:22:48.373  2985  3222 D ConnectivityService: sending notification CALLBACK_IP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=5251, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:48.373  3470  3470 D PhoneSwitcherNetworkRequstListener: evalRequest
11-30 15:22:48.373  3470  3470 D PhoneSwitcherNetworkRequstListener:   needNetworkFor
11-30 15:22:48.373  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.373  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.373  2985  3453 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=5251, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:48.373  2985  3453 D Ethernet:   my score=-1, my filter=[ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps]
11-30 15:22:48.373  2985  3453 D Ethernet: evalRequest
11-30 15:22:48.373  2985  3453 D Ethernet:   done
11-30 15:22:48.373  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.377 29664 29664 I Ads     : Updating ad debug logging enablement.
11-30 15:22:48.396 29664 29800 W ConnectionStatusConfig: Dynamic lookup for intent failed for action: com.google.android.gms.leibniz.events.service.START
11-30 15:22:48.398  2985  3824 W ActivityManager: Unable to start service Intent { act=com.google.android.gms.leibniz.events.service.START pkg=com.google.android.gms } U=0: not found
11-30 15:22:48.399  2985  3824 W ActivityManager: Unbind failed: could not find connection for android.os.BinderProxy@b7effab
11-30 15:22:48.399 29664 29800 W GmsClient: unable to connect to service: com.google.android.gms.leibniz.events.service.START on com.google.android.gms
11-30 15:22:48.415 29697 29697 D ConnectivityManager: requestNetwork; CallingUid : 10227, CallingPid : 29697
11-30 15:22:48.416 29664 29733 W PackageParser: Unknown element under <application>: enable-feature at /data/app/id.tanyanetizen.android-3eqYEGZ3LV_BU8Wgh4ihQg==/base.apk Binary XML file line #139
11-30 15:22:48.418  2985  5094 D ConnectivityService: requestNetwork for uid/pid:10227/29697 NetworkRequest [ TRACK_DEFAULT id=5252, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:48.419  2985  3222 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 625]
11-30 15:22:48.419  2985  3222 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -63]
11-30 15:22:48.419  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/11)
11-30 15:22:48.419  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 8. No change.
11-30 15:22:48.419  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 1. No change.
11-30 15:22:48.419  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.419  2985  3222 D ConnectivityService:   checking if request is : NetworkRequest [ TRACK_DEFAULT id=5252, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], satisfies : true
11-30 15:22:48.419  2985  3222 D ConnectivityService: currentScore = 0, newScore = 60
11-30 15:22:48.419  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.419  2985  3222 D ConnectivityService: rematch for NetworkAgentInfo [WIFI () - 625]
11-30 15:22:48.419  2985  3222 D ConnectivityService:    accepting network in place of null
11-30 15:22:48.419  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.419  2985  3222 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ TRACK_DEFAULT id=5252, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:48.419  2985  3171 D WIFI_UT : got request NetworkRequest [ TRACK_DEFAULT id=5252, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:48.420  2985  3219 D WIFI_P2P: got request NetworkRequest [ TRACK_DEFAULT id=5252, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:48.420  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/7)
11-30 15:22:48.420  2985  3171 D WIFI_UT :   my score=2147483647, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:22:48.420  2985  3171 D WIFI_UT : evalRequest
11-30 15:22:48.420  2985  3219 D WIFI_P2P:   my score=60, my filter=[ Transports: WIFI Capabilities: WIFI_P2P&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:22:48.420  2985  3171 D WIFI_UT :   needNetworkFor
11-30 15:22:48.420  2985  3219 D WIFI_P2P: evalRequest
11-30 15:22:48.420  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/10)
11-30 15:22:48.420  2985  3219 D WIFI_P2P:   done
11-30 15:22:48.420  2985  3171 D WIFI    : got request NetworkRequest [ TRACK_DEFAULT id=5252, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:48.420  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5186. No change.
11-30 15:22:48.420  2985  3171 D WIFI    :   my score=60, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:22:48.420  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5251. No change.
11-30 15:22:48.420  2985  3171 D WIFI    : evalRequest
11-30 15:22:48.420  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/5)
11-30 15:22:48.420  2985  3171 D WIFI    :   needNetworkFor
11-30 15:22:48.420  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5250. No change.
11-30 15:22:48.420  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5187. No change.
11-30 15:22:48.420  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 3. No change.
11-30 15:22:48.420  2985  3222 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ TRACK_DEFAULT id=5252, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:48.420  3470  3470 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=5252, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:48.420  3470  3470 D PhoneSwitcherNetworkRequstListener:   my score=101, my filter=[ Transports: CELLULAR Capabilities: MMS&SUPL&DUN&FOTA&IMS&CBS&IA&RCS&XCAP&EIMS&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&ENT1&FOC Specifier: <android.net.MatchAllNetworkSpecifier@0>]
11-30 15:22:48.420  3470  3470 D PhoneSwitcherNetworkRequstListener: evalRequest
11-30 15:22:48.420  3470  3470 D PhoneSwitcherNetworkRequstListener:   needNetworkFor
11-30 15:22:48.420  2985  3222 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=5252, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:48.420  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.420  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.420  2985  3222 D ConnectivityService: sending notification CALLBACK_IP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=5252, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:48.420  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.421  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.421  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.421  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.421  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.421  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.421  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.421  2985  3453 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=5252, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:48.421  2985  3453 D Ethernet:   my score=-1, my filter=[ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps]
11-30 15:22:48.421  2985  3453 D Ethernet: evalRequest
11-30 15:22:48.421  2985  3453 D Ethernet:   done
11-30 15:22:48.424 29697 29697 I Ads     : Updating ad debug logging enablement.
11-30 15:22:48.443 29664 29733 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.samsung.android.email.provider-KR1IJh-m9JDiSL_jZt_G5g==/base.apk Binary XML file line #298
11-30 15:22:48.444 29697 29808 W ConnectionStatusConfig: Dynamic lookup for intent failed for action: com.google.android.gms.leibniz.events.service.START
11-30 15:22:48.446  2985  3824 W ActivityManager: Unable to start service Intent { act=com.google.android.gms.leibniz.events.service.START pkg=com.google.android.gms } U=0: not found
11-30 15:22:48.447  2985  3824 W ActivityManager: Unbind failed: could not find connection for android.os.BinderProxy@3fcc47f
11-30 15:22:48.447 29697 29808 W GmsClient: unable to connect to service: com.google.android.gms.leibniz.events.service.START on com.google.android.gms
11-30 15:22:48.451 29664 29733 D CustomizedTextParser: Initialzed
11-30 15:22:48.451 29664 29733 E CustomizedTextParser: getCustomizedText Rule is empty. mRuleMap={}
11-30 15:22:48.453 29664 29733 W PackageParser: No actions in intent filter at /data/app/com.samsung.android.email.provider-KR1IJh-m9JDiSL_jZt_G5g==/base.apk Binary XML file line #780
11-30 15:22:48.462 29664 29664 I WebViewFactory: Loading com.android.chrome version 96.0.4664.45 (code 466404520)
11-30 15:22:48.464 29697 29792 I Ads     : App measurement initialized, version: 45018
11-30 15:22:48.464 29697 29792 I Ads     : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
11-30 15:22:48.465 29664 29791 I Ads     : App measurement initialized, version: 45018
11-30 15:22:48.466 29664 29791 I Ads     : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
11-30 15:22:48.476 29664 29733 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.microsoft.office.excel-pazezzliuhaq6j_y9vVX9A==/base.apk Binary XML file line #65
11-30 15:22:48.485 29697 29792 I zygote  : Deoptimizing java.lang.Object hv.b(java.lang.Object) due to JIT inline cache
11-30 15:22:48.490 29697 29697 I WebViewFactory: Loading com.android.chrome version 96.0.4664.45 (code 466404520)
11-30 15:22:48.521 29664 29664 I cr_WVCFactoryProvider: Loaded version=96.0.4664.45 minSdkVersion=24 isBundle=true multiprocess=true packageId=2
11-30 15:22:48.547 29664 29733 W PackageParser: Unknown element under <manifest>: supports-gl-texture at /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/base.apk Binary XML file line #113
11-30 15:22:48.547 29664 29733 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/base.apk Binary XML file line #125
11-30 15:22:48.547 29664 29733 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/base.apk Binary XML file line #136
11-30 15:22:48.547 29697 29697 I cr_WVCFactoryProvider: Loaded version=96.0.4664.45 minSdkVersion=24 isBundle=true multiprocess=true packageId=2
11-30 15:22:48.559 29664 29733 W PackageParser: Unknown element under <application>: enable-feature at /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/base.apk Binary XML file line #640
11-30 15:22:48.561 29664 29664 I cr_LibraryLoader: Successfully loaded native library
11-30 15:22:48.563 29664 29664 I cr_CachingUmaRecorder: Flushed 8 samples from 8 histograms.
11-30 15:22:48.567  2985  5094 D ConnectivityService: filterNetworkStateForUid() uid: 10227 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:48.570  2985  3824 D ConnectivityService: filterNetworkStateForUid() uid: 10227 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:48.572 29664 29733 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/base.apk Binary XML file line #1281
11-30 15:22:48.575  3470  3480 I zygote  : Background concurrent copying GC freed 91867(5MB) AllocSpace objects, 2(40KB) LOS objects, 50% free, 5MB/11MB, paused 267us total 153.064ms
11-30 15:22:48.580 29697 29697 I cr_LibraryLoader: Successfully loaded native library
11-30 15:22:48.581 29697 29697 I cr_CachingUmaRecorder: Flushed 8 samples from 8 histograms.
11-30 15:22:48.583 29664 29818 W ResourceType: Failure getting entry for 0x7f140840 (t=19 e=2112) (error -2147483647)
11-30 15:22:48.586  2985  3824 D ConnectivityService: filterNetworkStateForUid() uid: 10227 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:48.586  2985  3826 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.parallel.space.lite user:0
11-30 15:22:48.586  2985  3826 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:48.587  2985  3826 D ActivityManager: package  com.parallel.space.lite, user - 0 is SDcard whitelisted
11-30 15:22:48.587  2985  3826 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.parallel.space.lite user:0
11-30 15:22:48.587  2985  3826 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:48.587  2985  3826 I ActivityManager: SA, print process name forked by webview_zygote : com.android.chrome:sandboxed_process0
11-30 15:22:48.589  2985  5094 D ConnectivityService: filterNetworkStateForUid() uid: 10227 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:48.596 29821 29821 E /system/bin/webview_zygote32: Failed to make and chown /acct/uid_99500: Permission denied
11-30 15:22:48.596 29821 29821 E Zygote  : createProcessGroup(99500, 0) failed: Permission denied
11-30 15:22:48.597 29821 29821 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:webview_zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:48.597  2985  3826 I ActivityManager: Start proc 29821:com.android.chrome:sandboxed_process0/u0i500 for webview_service com.parallel.space.lite/org.chromium.content.app.SandboxedProcessService0
11-30 15:22:48.598 29821 29821 I SELinux : SELinux: seapp_context_lookup: seinfo=chrome, level=s0:c512,c768, pkgname=com.android.chrome:sandboxed_process0 
11-30 15:22:48.620 29664 29733 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.lazada.android-jP2kzbN6FVGwAZAa-QHYpw==/base.apk Binary XML file line #63
11-30 15:22:48.624 29821 29821 D TimaKeyStoreProvider: TimaKeyStore is not enabled: cannot add TimaSignature Service and generateKeyPair Service
11-30 15:22:48.624 29821 29821 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:48.627  2985  5094 I ActivityManager: DSS on for com.parallel.space.lite and scale is 1.0
11-30 15:22:48.652  2985  3826 D ConnectivityService: filterNetworkStateForUid() uid: 10227 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:48.653 29664 29733 W PackageParser: No actions in intent filter at /data/app/com.lazada.android-jP2kzbN6FVGwAZAa-QHYpw==/base.apk Binary XML file line #2102
11-30 15:22:48.654  2985  3826 D ConnectivityService: filterNetworkStateForUid() uid: 10227 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:48.662 29840 29840 E asset   : setgid: Operation not permitted
11-30 15:22:48.670 29664 29733 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.microsoft.office.word-k8YfBE8dzpbTS6TmpmzezA==/base.apk Binary XML file line #85
11-30 15:22:48.675  2985  5094 D ActivityManager: The following uid has registered to recieve broadcast for proxy related updates 10227
11-30 15:22:48.676  2985  5094 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1033 com.android.server.am.ActivityManagerService.requestKnoxVpnToSendProxyBroadcast:30439 com.android.server.am.ActivityManagerService.registerReceiver:23966 android.app.IActivityManager$Stub.onTransact:176 com.android.server.am.ActivityManagerService.onTransact:4038 
11-30 15:22:48.678  2985  2985 D KnoxVpnEngineService: Vpn Receiver : com.samsung.android.knox.intent.action.VPN_PROXY_BROADCAST_INTERNAL
11-30 15:22:48.678  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:22:48.701 29821 29821 I cr_SplitCompatApp: Launched version=96.0.4664.45 minSdkVersion=24 isBundle=true processName=com.android.chrome:sandboxed_process0 isIsolated=true
11-30 15:22:48.702 29664 29733 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.microsoft.office.powerpoint-ozHy5XjGaCu-mP2k_wiJ4w==/base.apk Binary XML file line #83
11-30 15:22:48.702  2985  3826 D ConnectivityService: filterNetworkStateForUid() uid: 10227 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:48.705 29664 29664 D ConnectivityManager: requestNetwork; CallingUid : 10227, CallingPid : 29664
11-30 15:22:48.706  2985  5094 D ConnectivityService: listenForNetwork for uid/pid:10227/29664 NetworkRequest [ LISTEN id=5253, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-30 15:22:48.706  2985  3222 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 625]
11-30 15:22:48.706  2985  3222 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -63]
11-30 15:22:48.707  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/11)
11-30 15:22:48.707  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 8. No change.
11-30 15:22:48.707  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 1. No change.
11-30 15:22:48.707  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5252. No change.
11-30 15:22:48.707  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/7)
11-30 15:22:48.707  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.707  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/10)
11-30 15:22:48.707  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.707  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5186. No change.
11-30 15:22:48.707  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5251. No change.
11-30 15:22:48.707  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.707  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/5)
11-30 15:22:48.707  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5250. No change.
11-30 15:22:48.707  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5187. No change.
11-30 15:22:48.707  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.707  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 3. No change.
11-30 15:22:48.707  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.707  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.707  2985  3222 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ LISTEN id=5253, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-30 15:22:48.707  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.707  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.707  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.707  2985  3222 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=5253, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-30 15:22:48.707  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.707  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.707  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:48.707  2985  3222 D ConnectivityService: sending notification CALLBACK_IP_CHANGED for NetworkRequest [ LISTEN id=5253, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-30 15:22:48.727 29821 29821 W SystemServiceRegistry: No service published for: uimode
11-30 15:22:48.732 29821 29821 V Monotype: fonts.xml take from : /system/etc/
11-30 15:22:48.737 29664 29733 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/base.apk Binary XML file line #80
11-30 15:22:48.775 29664 29733 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.google.android.tts-QfFqmlNVbIi_4_GcrGI_CA==/base.apk Binary XML file line #27
11-30 15:22:48.799 29821 29821 E Typeface: Error mapping font file /system/fonts/NotoSansKhmer-Regular.ttf
11-30 15:22:48.800 29664 29733 W PackageParser: Unknown element under <application>: uses-native-library at /data/app/com.google.android.tts-QfFqmlNVbIi_4_GcrGI_CA==/base.apk Binary XML file line #86
11-30 15:22:48.800 29821 29821 E Typeface: Error mapping font file /system/fonts/NotoSansKhmer-Bold.ttf
11-30 15:22:48.800 29664 29733 W PackageParser: Unknown element under <application>: uses-native-library at /data/app/com.google.android.tts-QfFqmlNVbIi_4_GcrGI_CA==/base.apk Binary XML file line #89
11-30 15:22:48.800 29821 29821 E Minikin : Could not get cmap table size!
11-30 15:22:48.800 29821 29821 E Typeface: Unable to load Family: null:und-Khmr
11-30 15:22:48.814 29664 29854 I zygote  : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
11-30 15:22:48.821 29664 29733 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.sec.spp.push-eq3atwP0p9a3W56dgWKNRQ==/base.apk Binary XML file line #65
11-30 15:22:48.837 29821 29821 E Typeface: Error mapping font file /system/fonts/DroidSansFallback.ttf
11-30 15:22:48.837 29821 29821 E Minikin : Could not get cmap table size!
11-30 15:22:48.837 29821 29821 E Typeface: Unable to load Family: null:null
11-30 15:22:48.846 29664 29733 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.facebook.katana-hlhloCXBs7KJkxJrHzAmBw==/base.apk Binary XML file line #172
11-30 15:22:48.846 29664 29733 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.facebook.katana-hlhloCXBs7KJkxJrHzAmBw==/base.apk Binary XML file line #209
11-30 15:22:48.846 29664 29733 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.facebook.katana-hlhloCXBs7KJkxJrHzAmBw==/base.apk Binary XML file line #214
11-30 15:22:48.885  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:48.885  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:48.885  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:48.892 29821 29821 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3L.ttf
11-30 15:22:48.893 29821 29821 E Minikin : Could not get cmap table size!
11-30 15:22:48.893 29821 29821 E Typeface: Unable to load Family: samsung-sans-num3L:null
11-30 15:22:48.893 29821 29821 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3T.ttf
11-30 15:22:48.893 29821 29821 E Minikin : Could not get cmap table size!
11-30 15:22:48.893 29821 29821 E Typeface: Unable to load Family: samsung-sans-num3T:null
11-30 15:22:48.893 29821 29821 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4L.ttf
11-30 15:22:48.893 29821 29821 E Minikin : Could not get cmap table size!
11-30 15:22:48.893 29821 29821 E Typeface: Unable to load Family: samsung-sans-num4L:null
11-30 15:22:48.893 29821 29821 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4T.ttf
11-30 15:22:48.893 29821 29821 E Minikin : Could not get cmap table size!
11-30 15:22:48.893 29821 29821 E Typeface: Unable to load Family: samsung-sans-num4T:null
11-30 15:22:48.893 29821 29821 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num35.ttf
11-30 15:22:48.893 29821 29821 E Minikin : Could not get cmap table size!
11-30 15:22:48.893 29821 29821 E Typeface: Unable to load Family: samsung-sans-num35:null
11-30 15:22:48.894 29821 29821 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num45.ttf
11-30 15:22:48.894 29821 29821 E Minikin : Could not get cmap table size!
11-30 15:22:48.894 29821 29821 E Typeface: Unable to load Family: samsung-sans-num45:null
11-30 15:22:48.894 29821 29821 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3Lv.ttf
11-30 15:22:48.894 29821 29821 E Minikin : Could not get cmap table size!
11-30 15:22:48.894 29821 29821 E Typeface: Unable to load Family: samsung-sans-num3LV:null
11-30 15:22:48.894 29821 29821 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3R.ttf
11-30 15:22:48.894 29821 29821 E Minikin : Could not get cmap table size!
11-30 15:22:48.894 29821 29821 E Typeface: Unable to load Family: samsung-sans-num3R:null
11-30 15:22:48.894 29821 29821 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4Tv.ttf
11-30 15:22:48.894 29821 29821 E Minikin : Could not get cmap table size!
11-30 15:22:48.894 29821 29821 E Typeface: Unable to load Family: samsung-sans-num4Tv:null
11-30 15:22:48.894 29821 29821 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4Lv.ttf
11-30 15:22:48.894 29821 29821 E Minikin : Could not get cmap table size!
11-30 15:22:48.894 29821 29821 E Typeface: Unable to load Family: samsung-sans-num4Lv:null
11-30 15:22:48.898 29821 29821 I cr_ChildProcessService: Creating new ChildProcessService pid=29821
11-30 15:22:48.904 29821 29821 E WebViewLibraryLoader: can't load with relro file; address space not reserved
11-30 15:22:48.907 29664 29733 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.facebook.katana-hlhloCXBs7KJkxJrHzAmBw==/base.apk Binary XML file line #3518
11-30 15:22:48.917 29821 29869 I cr_LibraryLoader: Successfully loaded native library
11-30 15:22:48.918 29821 29869 I cr_CachingUmaRecorder: Flushed 2 samples from 2 histograms.
11-30 15:22:48.983 28769 29127 I Icing   : 27 corpora need re-polling
11-30 15:22:49.023 29664 29733 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:49.023 29664 29733 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:49.036 29664 29733 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:22:49.036 29664 29733 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1195, previously 2540
11-30 15:22:49.037 29664 29733 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:22:49.038 29664 29733 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2546, previously 2540
11-30 15:22:49.038 29664 29733 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1442, previously 4566
11-30 15:22:49.038 29664 29733 W ResourceType: ResTable_typeSpec entry count inconsistent: given 383, previously 2136
11-30 15:22:49.041 28769 29127 I Icing   : Post-init done
11-30 15:22:49.041 29664 29733 W ResourceType: For resource 0x7f130c16, entry index(3094) is beyond type entryCount(1442)
11-30 15:22:49.041 29664 29733 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:22:49.041 29664 29733 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:22:49.041 29664 29733 W ResourceType: For resource 0x7f1305f2, entry index(1522) is beyond type entryCount(1442)
11-30 15:22:49.041 29664 29733 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:22:49.041 29664 29733 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:22:49.042 29664 29733 W ResourceType: For resource 0x7f130824, entry index(2084) is beyond type entryCount(1442)
11-30 15:22:49.042 29664 29733 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:22:49.042 29664 29733 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:22:49.047  4228  4228 D io_stats: !@ 179,0 r 54701699 1394061012 w 6067147 85735524 d 1207911 30859376 f 1081819 1080866 iot 29946830 29351797 th 51200 0 0 pt 0 inp 0 1 264068.039
11-30 15:22:49.048  4228  4228 D io_stats: !@ 179,32 r 53274 2517136 w 1433 65534 d 0 0 f 0 0 iot 120960 120021 th 51200 0 0 pt 0 inp 0 0 264068.042
11-30 15:22:49.093 29664 29733 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2002, previously 2011
11-30 15:22:49.093 29664 29733 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2773, previously 2855
11-30 15:22:49.093 29664 29733 W ResourceType: ResTable_typeSpec entry count inconsistent: given 193, previously 1221
11-30 15:22:49.113 29664 29733 W ResourceType: ResTable_typeSpec entry count inconsistent: given 98, previously 597
11-30 15:22:49.113 29664 29733 W ResourceType: Found multiple library tables, ignoring...
11-30 15:22:49.113 29664 29733 W ResourceType: ResTable_typeSpec entry count inconsistent: given 6282, previously 6446
11-30 15:22:49.113 29664 29733 W ResourceType: ResTable_typeSpec entry count inconsistent: given 198, previously 1867
11-30 15:22:49.113 29664 29733 W ResourceType: Found multiple library tables, ignoring...
11-30 15:22:49.166  2985  3096 D SamsungAlarmManager: Expired : 4
11-30 15:22:49.167  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152251, SetElapsed=458875010, nowELAPSED=458872811
11-30 15:22:49.188  2985  3096 V SamsungAlarmManager: Sending to uid : 10018 action=com.google.android.gms.gcm.ACTION_CHECK_QUEUE alarm=Alarm{d91cf6b type 2 when 458872811 com.google.android.gms}
11-30 15:22:49.248  2985  3826 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:22:49.249  2985  3826 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3759, temperature: 320, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:22:49.249  2985  3826 D BatteryService: online:4, current avg:50, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:98
11-30 15:22:49.249  2985  3826 D BatteryService: stay LED for charging
11-30 15:22:49.249  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:22:49.250  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:22:49.250  2985  2985 I MotionRecognitionService: Plugged
11-30 15:22:49.250  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:22:49.250  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:22:49.250  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:22:49.251  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:22:49.251  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:22:49.251  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:22:49.252  2985  3007 D UsbDeviceManager: mps exists
11-30 15:22:49.252  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:22:49.252  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:22:49.253  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:22:49.253  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:22:49.253  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:22:49.253  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:22:49.254  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:22:49.254 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:22:49.254 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:22:49.254  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:22:49.255  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:22:49.255  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:22:49.255  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:22:49.255  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:22:49.255 28244 28365 D BinderHooker: Got binder ptr e8f36680 for the given val
11-30 15:22:49.256  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:22:49.256  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:22:49.257 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:22:49.257 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:22:49.390 29664 29674 I zygote  : Background concurrent copying GC freed 78032(6MB) AllocSpace objects, 42(5MB) LOS objects, 49% free, 6MB/13MB, paused 264us total 143.041ms
11-30 15:22:49.398 28769 29127 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.google.android.gms/shared_prefs/AppDataSearch-main-config.xml: [<1: 0, <2: 0, <4: 0, <8: 2, <16: 1, <32: 2, <64: 1, <128: 0, <256: 0, <512: 1, <1024: 0, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:22:49.431 28769 29127 I GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=12803 trafficStatsUid=-1
11-30 15:22:49.457  3788  3799 D EPDG -- phonetype=: dsds
11-30 15:22:49.457  3788  3799 D [IWLANCONTENTPROVIDER]: TAG_CSCFEATURE_RIL_SUPPORTEPDG is disabled : Stop query
11-30 15:22:49.468  3788  3799 D EPDG -- phonetype=: dsds
11-30 15:22:49.468  3788  3799 D [IWLANCONTENTPROVIDER]: TAG_CSCFEATURE_RIL_SUPPORTEPDG is disabled : Stop query
11-30 15:22:49.478 29664 29733 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:22:49.478 29664 29733 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1195, previously 2540
11-30 15:22:49.479 29664 29733 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:22:49.479 29664 29733 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2546, previously 2540
11-30 15:22:49.479 29664 29733 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1442, previously 4566
11-30 15:22:49.479 29664 29733 W ResourceType: ResTable_typeSpec entry count inconsistent: given 383, previously 2136
11-30 15:22:49.482 29664 29733 W ResourceType: For resource 0x7f130fe2, entry index(4066) is beyond type entryCount(1442)
11-30 15:22:49.483 29664 29733 W ResourceType: For resource 0x7f130fe3, entry index(4067) is beyond type entryCount(1442)
11-30 15:22:49.484 29664 29733 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:49.484 29664 29733 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:49.534 28769 29127 I Icing   : Usage reports ok 1, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:22:49.546 28769 29127 I GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=12803 trafficStatsUid=-1
11-30 15:22:49.554 29664 29733 W ResourceType: ResTable_typeSpec entry count inconsistent: given 98, previously 597
11-30 15:22:49.554 29664 29733 W ResourceType: Found multiple library tables, ignoring...
11-30 15:22:49.554 29664 29733 W ResourceType: ResTable_typeSpec entry count inconsistent: given 6282, previously 6446
11-30 15:22:49.554 29664 29733 W ResourceType: ResTable_typeSpec entry count inconsistent: given 198, previously 1867
11-30 15:22:49.554 29664 29733 W ResourceType: Found multiple library tables, ignoring...
11-30 15:22:49.567 28769 29127 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:22:49.567 29664 29733 W System.err: java.io.FileNotFoundException: /data/data/com.parallel.space.lite/parallel_lite/thememanager.ini (No such file or directory)
11-30 15:22:49.568 29664 29733 W System.err: 	at java.io.FileInputStream.open0(Native Method)
11-30 15:22:49.568 29664 29733 W System.err: 	at java.io.FileInputStream.open(FileInputStream.java:200)
11-30 15:22:49.568 29664 29733 W System.err: 	at java.io.FileInputStream.<init>(FileInputStream.java:150)
11-30 15:22:49.568 29664 29733 W System.err: 	at com.lbe.doubleagent.service.plugin.e.c(DAThemeManager.java:413)
11-30 15:22:49.568 29664 29733 W System.err: 	at com.lbe.doubleagent.service.plugin.e.a(DAThemeManager.java:63)
11-30 15:22:49.568 29664 29733 W System.err: 	at com.lbe.doubleagent.service.DAActivityManager.<init>(DAActivityManager.java:578)
11-30 15:22:49.568 29664 29733 W System.err: 	at com.lbe.doubleagent.service.DAActivityManager.a(DAActivityManager.java:137)
11-30 15:22:49.568 29664 29733 W System.err: 	at com.lbe.mdremote.service.a.a(DAInitializer.java:19)
11-30 15:22:49.568 29664 29733 W System.err: 	at com.lbe.parallel.DAApp$1.run(DAApp.java:183)
11-30 15:22:49.568 29664 29733 W System.err: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:22:49.568 29664 29733 W System.err: java.io.FileNotFoundException: /data/data/com.parallel.space.lite/parallel_lite/pluginmanager.ini (No such file or directory)
11-30 15:22:49.568 29664 29733 W System.err: 	at java.io.FileInputStream.open0(Native Method)
11-30 15:22:49.568 29664 29733 W System.err: 	at java.io.FileInputStream.open(FileInputStream.java:200)
11-30 15:22:49.568 29664 29733 W System.err: 	at java.io.FileInputStream.<init>(FileInputStream.java:150)
11-30 15:22:49.568 29664 29733 W System.err: 	at com.lbe.doubleagent.service.plugin.c.d(DAPluginManager.java:208)
11-30 15:22:49.568 29664 29733 W System.err: 	at com.lbe.doubleagent.service.plugin.c.a(DAPluginManager.java:50)
11-30 15:22:49.568 29664 29733 W System.err: 	at com.lbe.doubleagent.service.DAActivityManager.<init>(DAActivityManager.java:581)
11-30 15:22:49.568 29664 29733 W System.err: 	at com.lbe.doubleagent.service.DAActivityManager.a(DAActivityManager.java:137)
11-30 15:22:49.568 29664 29733 W System.err: 	at com.lbe.mdremote.service.a.a(DAInitializer.java:19)
11-30 15:22:49.568 29664 29733 W System.err: 	at com.lbe.parallel.DAApp$1.run(DAApp.java:183)
11-30 15:22:49.568 29664 29733 W System.err: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:22:49.575 28769 29127 I GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=12803 trafficStatsUid=-1
11-30 15:22:49.599 28769 29127 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:22:49.604 28769 29127 I Icing   : updateResources: need to parse zul{com.android.chrome}
11-30 15:22:49.669  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:22:49.670  2985  5102 D PackageManager: setEnabledSetting : userId = 0 packageName = com.parallel.space.lite cmp = parallel.share_com.facebook.katana newState = 1 callingPackage = 10227/com.parallel.space.lite
11-30 15:22:49.689  2985  5087 D PackageManager: setEnabledSetting : userId = 0 packageName = com.parallel.space.lite cmp = parallel.share_com.tencent.mm newState = 2 callingPackage = 10227/com.parallel.space.lite
11-30 15:22:49.698  2985  5087 D PackageManager: setEnabledSetting : userId = 0 packageName = com.parallel.space.lite cmp = parallel.share_com.instagram.android newState = 2 callingPackage = 10227/com.parallel.space.lite
11-30 15:22:49.700  2985  5087 D API test: getContainerInfo: value is 150,1359085664
11-30 15:22:49.708 28769 29127 I GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=12803 trafficStatsUid=-1
11-30 15:22:49.713 29664 29854 D libGLESv2: STS_GLApi : DTS, ODTC are not allowed for Package : com.parallel.space.lite:mdserver
11-30 15:22:49.722  2985  2985 W NotificationListeners: (O)onServiceConnected : ManagedServiceInfo[component=ComponentInfo{com.parallel.space.lite/com.lbe.parallel.ui.lockscreen.NotificationObserverService},userid=0,isSystem=false,targetSdkVersion=28,connection=<connection>,service=android.service.notification.INotificationListener$Stub$Proxy@3d40539]
11-30 15:22:49.727 29664 29681 W System.err: java.util.concurrent.ExecutionException: com.android.volley.VolleyError: java.lang.NullPointerException: Attempt to get length of null array
11-30 15:22:49.729 29531 29545 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:22:49.737 29664 29681 W System.err: 	at com.android.volley.toolbox.RequestFuture.doGet(RequestFuture.java:120)
11-30 15:22:49.737 29664 29681 W System.err: 	at com.android.volley.toolbox.RequestFuture.get(RequestFuture.java:100)
11-30 15:22:49.737 29664 29681 W System.err: 	at com.lbe.parallel.fc$1.run(ApiClient.java:430)
11-30 15:22:49.737 29664 29681 W System.err: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:22:49.738 29664 29681 W System.err: Caused by: com.android.volley.VolleyError: java.lang.NullPointerException: Attempt to get length of null array
11-30 15:22:49.738 29664 29681 W System.err: 	at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:143)
11-30 15:22:49.742 28769 29127 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:22:49.746 29664 29681 W System.err: Caused by: java.lang.NullPointerException: Attempt to get length of null array
11-30 15:22:49.746 29664 29681 W System.err: 	at com.google.protobuf.nano.c.a(MessageNano.java:131)
11-30 15:22:49.746 29664 29681 W System.err: 	at com.lbe.parallel.fc$b.parseNetworkResponse(ApiClient.java:2000)
11-30 15:22:49.746 29664 29681 W System.err: 	at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:125)
11-30 15:22:49.752  2985  5087 D PackageManager: setEnabledSetting : userId = 0 packageName = com.parallel.space.lite cmp = parallel.share_remain.apps newState = 1 callingPackage = 10227/com.parallel.space.lite
11-30 15:22:49.758 29664 29740 W FileUtils: Failed to chmod(/data/user/0/com.parallel.space.lite/lib/libuninstmon.so): android.system.ErrnoException: chmod failed: EACCES (Permission denied)
11-30 15:22:49.758  2680  2680 E audit   : type=1400 audit(1638260569.746:39946): avc:  denied  { setattr } for  pid=29740 comm="ProcessMonitor" name="libuninstmon.so" dev="dm-1" ino=655410 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:apk_data_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:22:49.758  2680  2680 E audit   : type=1300 audit(1638260569.746:39946): arch=40000028 syscall=333 per=8 success=no exit=-13 a0=ffffff9c a1=e7648fc0 a2=1fd a3=0 items=0 ppid=2693 pid=29740 auid=4294967295 uid=10227 gid=10227 euid=10227 suid=10227 fsuid=10227 egid=10227 sgid=10227 fsgid=10227 tty=(none) ses=4294967295 comm="ProcessMonitor" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:22:49.758  2680  2680 E audit   : type=1327 audit(1638260569.746:39946): proctitle="com.parallel.space.lite:mdserver"
11-30 15:22:49.760 23617 23757 I Finsky  : [43773] qiq.n(14): com.parallel.space.lite: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:22:49.762 23617 23757 I Finsky  : [43773] qiq.n(63): Billing preferred account via installer for com.parallel.space.lite: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:22:49.773 29664 29795 W Ads     : Update ad debug logging enablement as false
11-30 15:22:49.793 29531 29545 I zygote  : WaitForGcToComplete blocked ProfileSaver on AddRemoveAppImageSpace for 63.999ms
11-30 15:22:49.800  2985  3000 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:49.800  2985  3000 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:49.801  2985  3000 D StorageManagerService: getExternalStorageMountMode : final mountMode=3, uid : 11192, packageName : com.myd.android.nhistory2
11-30 15:22:49.801  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.myd.android.nhistory2 user:0
11-30 15:22:49.801  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:49.801  2985  3000 D ActivityManager: package  com.myd.android.nhistory2, user - 0 is SDcard whitelisted
11-30 15:22:49.801  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.myd.android.nhistory2 user:0
11-30 15:22:49.801  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:49.814  2985  3000 I ActivityManager: Start proc 29916:com.myd.android.nhistory2/u0a1192 for service com.myd.android.nhistory2/.services.NotificationService
11-30 15:22:49.814 29916 29916 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:22:49.816 29916 29916 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:49.817 29916 29916 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.myd.android.nhistory2 
11-30 15:22:49.825  2985  3826 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:49.837  2985  5087 D ConnectivityService: filterNetworkStateForUid() uid: 10227 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:49.838  2985  3137 D ConnectivityService: filterNetworkStateForUid() uid: 10227 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:49.839 29664 29664 I Choreographer: Skipped 63 frames!  The application may be doing too much work on its main thread.
11-30 15:22:49.843  2985  3137 I chatty  : uid=1000(system) Binder:2985_4 identical 1 line
11-30 15:22:49.844  2985  3137 D ConnectivityService: filterNetworkStateForUid() uid: 10227 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:49.849  2985  5094 D SamsungAlarmManager: Cancel Alarm calling from uid:10018 pid :16033 / op:PendingIntent{c41b230: PendingIntentRecord{e27d172 com.google.android.gms broadcastIntent}}
11-30 15:22:49.858  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11192 ,Container id: 0
11-30 15:22:49.858  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11192 ,Container id: 0
11-30 15:22:49.858  2985  5094 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:49.862  2985  5087 D ConnectivityService: filterNetworkStateForUid() uid: 15010115 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:49.878  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11192 ,Container id: 0
11-30 15:22:49.878  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11192 ,Container id: 0
11-30 15:22:49.878  2985  5094 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:49.885  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:49.886  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:49.886  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:49.886 29916 29916 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:49.888 29664 29664 W LBE-Sec : Google Play Services not available while get getAdvertisingId
11-30 15:22:49.889 28769 29127 I zygote  : Deoptimizing bret brem.dc() due to JIT inline cache
11-30 15:22:49.889  2985  5094 I ActivityManager: DSS on for com.myd.android.nhistory2 and scale is 1.0
11-30 15:22:49.901 26985 27517 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:49.902 26985 27517 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:49.910 29916 29916 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 11192
11-30 15:22:49.911 29916 29916 D Proxy   : mdoP is null: 11192
11-30 15:22:49.911 23617 23757 I Finsky  : [43773] qiq.n(14): com.parallel.space.lite: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:22:49.912 23617 23757 I Finsky  : [43773] qiq.n(63): Billing preferred account via installer for com.parallel.space.lite: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:22:49.915 23617 23757 I Finsky  : [43773] qiq.n(14): com.parallel.space.lite: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:22:49.916 23617 23757 I Finsky  : [43773] qiq.n(63): Billing preferred account via installer for com.parallel.space.lite: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:22:49.922 23617 23757 I Finsky  : [43773] qiq.n(14): com.parallel.space.lite: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:22:49.923 23617 23757 I Finsky  : [43773] qiq.n(63): Billing preferred account via installer for com.parallel.space.lite: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:22:49.925  2985  3137 D ConnectivityService: filterNetworkStateForUid() uid: 10040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:49.925 23617 23734 I Finsky  : [43759] qiq.n(14): com.parallel.space.lite: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:22:49.926 23617 23734 I Finsky  : [43759] qiq.n(63): Billing preferred account via installer for com.parallel.space.lite: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:22:49.928  2985  5092 D ConnectivityService: filterNetworkStateForUid() uid: 10040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:49.942  2985  5094 D SamsungAlarmManager: setExact Intent (T:2/F:0/AC:false) 20211130T152251 - CU:10018/CP:16033
11-30 15:22:49.942  2985  5094 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152251, SetElapsed=458875334, nowELAPSED=458873587
11-30 15:22:49.952 16033 23954 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.phenotype.service.sync.PhenotypeConfigurator started execution. cause:4 exec_start_elapsed_seconds: 458873 [CONTEXT service_id=218 ]
11-30 15:22:49.957 29664 29791 I zygote  : Deoptimizing java.lang.Object hv.b(java.lang.Object) due to JIT inline cache
11-30 15:22:50.012 29664 29719 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:50.012 29664 29719 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:50.013  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:22:50.014 29664 29770 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:50.014 29664 29770 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:50.015  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:22:50.037  2985  5083 D ConnectivityService: filterNetworkStateForUid() uid: 10227 networkInfo: [type: WIFI_P2P[] - WIFI_P2P, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false]
11-30 15:22:50.038  2985  5083 D ConnectivityService: filterNetworkStateForUid() uid: 10227 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:50.057 29664 29739 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:50.057 29664 29739 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:50.059  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:22:50.065 28769 29127 I GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=12803 trafficStatsUid=-1
11-30 15:22:50.089 28769 29127 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:22:50.091 28769 29127 I Icing   : Indexing com.google.android.gms-internal.3p:MusicPlaylist from com.google.android.gms
11-30 15:22:50.095 29916 29916 D SharedPreferencesHelper: instantiated.
11-30 15:22:50.098  6077  6077 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.pseudonymous.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:22:50.099 29697 29697 W cr_AwDataDirLock: Using WebView from more than one process at once with the same data directory is not supported. https://crbug.com/558377 : Current process com.parallel.space.lite (pid 29697), lock owner com.parallel.space.lite:mdserver (pid 29664)
11-30 15:22:50.110 29916 29916 I MultiDex: VM with version 2.1.0 has multidex support
11-30 15:22:50.110 29916 29916 I MultiDex: Installing application
11-30 15:22:50.110 29916 29916 I MultiDex: VM has multidex support, MultiDex support library is disabled.
11-30 15:22:50.137  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:22:50.195 29697 29697 W ResourceType: Failure getting entry for 0x7f140840 (t=19 e=2112) (error -2147483647)
11-30 15:22:50.197 28769 29127 E SQLiteLog: (1) no such table: MusicPlaylist_com.google.android.gms_seq_table
11-30 15:22:50.199 28769 29127 E Icing   : Cursor call threw an exception: no such table: MusicPlaylist_com.google.android.gms_seq_table (code 1): , while compiling: SELECT * FROM [MusicPlaylist_com.google.android.gms_seq_table] WHERE seqno>0 AND tag IS NULL ORDER BY seqno LIMIT 20
11-30 15:22:50.199 28769 29127 E Icing   : #################################################################
11-30 15:22:50.199 28769 29127 E Icing   : Error Code : 1 (SQLITE_ERROR)
11-30 15:22:50.199 28769 29127 E Icing   : Caused By : SQL(query) error or missing database.
11-30 15:22:50.199 28769 29127 E Icing   : 	(no such table: MusicPlaylist_com.google.android.gms_seq_table (code 1): , while compiling: SELECT * FROM [MusicPlaylist_com.google.android.gms_seq_table] WHERE seqno>0 AND tag IS NULL ORDER BY seqno LIMIT 20)
11-30 15:22:50.199 28769 29127 E Icing   : #################################################################
11-30 15:22:50.200 28769 29127 I Icing   : Indexing done com.google.android.gms-internal.3p:MusicPlaylist
11-30 15:22:50.201 28769 29127 E Icing   : Aborting indexing of corpus internal.3p:MusicPlaylist
11-30 15:22:50.202 28769 29127 I Icing   : Indexing com.google.android.keep-internal.3p:NoteDigitalDocument from com.google.android.keep
11-30 15:22:50.204 29821 29847 E cr_ChildProcessService: Service is already bound by pid 29664, cannot bind for pid 29697
11-30 15:22:50.213 29697 29940 W cr_SpareChildConn: Failed to warm up the spare sandbox service
11-30 15:22:50.221 28769 29127 E SQLiteLog: (1) no such table: NoteDigitalDocument_com.google.android.keep_seq_table
11-30 15:22:50.222 28769 29127 E Icing   : Cursor call threw an exception: no such table: NoteDigitalDocument_com.google.android.keep_seq_table (code 1): , while compiling: SELECT * FROM [NoteDigitalDocument_com.google.android.keep_seq_table] WHERE seqno>0 AND tag IS NULL ORDER BY seqno LIMIT 20
11-30 15:22:50.222 28769 29127 E Icing   : #################################################################
11-30 15:22:50.222 28769 29127 E Icing   : Error Code : 1 (SQLITE_ERROR)
11-30 15:22:50.222 28769 29127 E Icing   : Caused By : SQL(query) error or missing database.
11-30 15:22:50.222 28769 29127 E Icing   : 	(no such table: NoteDigitalDocument_com.google.android.keep_seq_table (code 1): , while compiling: SELECT * FROM [NoteDigitalDocument_com.google.android.keep_seq_table] WHERE seqno>0 AND tag IS NULL ORDER BY seqno LIMIT 20)
11-30 15:22:50.222 28769 29127 E Icing   : #################################################################
11-30 15:22:50.223 28769 29127 I Icing   : Indexing done com.google.android.keep-internal.3p:NoteDigitalDocument
11-30 15:22:50.223 28769 29127 E Icing   : Aborting indexing of corpus internal.3p:NoteDigitalDocument
11-30 15:22:50.227 28769 29127 I Icing   : Indexing com.google.android.gms-internal.3p:Message from com.google.android.gms
11-30 15:22:50.246 29916 29945 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:50.247 29916 29945 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:50.250 28769 29127 I Icing   : Indexing done com.google.android.gms-internal.3p:Message
11-30 15:22:50.251  2985  5083 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:22:50.251  2985  5083 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:22:50.251  2985  5083 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:50.252 28769 29127 I Icing   : Indexing com.google.android.gms-internal.3p:MusicGroup from com.google.android.gms
11-30 15:22:50.256 28769 29127 E SQLiteLog: (1) no such table: MusicGroup_com.google.android.gms_seq_table
11-30 15:22:50.258 28769 29127 E Icing   : Cursor call threw an exception: no such table: MusicGroup_com.google.android.gms_seq_table (code 1): , while compiling: SELECT * FROM [MusicGroup_com.google.android.gms_seq_table] WHERE seqno>0 AND tag IS NULL ORDER BY seqno LIMIT 20
11-30 15:22:50.258 28769 29127 E Icing   : #################################################################
11-30 15:22:50.258 28769 29127 E Icing   : Error Code : 1 (SQLITE_ERROR)
11-30 15:22:50.258 28769 29127 E Icing   : Caused By : SQL(query) error or missing database.
11-30 15:22:50.258 28769 29127 E Icing   : 	(no such table: MusicGroup_com.google.android.gms_seq_table (code 1): , while compiling: SELECT * FROM [MusicGroup_com.google.android.gms_seq_table] WHERE seqno>0 AND tag IS NULL ORDER BY seqno LIMIT 20)
11-30 15:22:50.258 28769 29127 E Icing   : #################################################################
11-30 15:22:50.259 28769 29127 I Icing   : Indexing done com.google.android.gms-internal.3p:MusicGroup
11-30 15:22:50.259 28769 29127 E Icing   : Aborting indexing of corpus internal.3p:MusicGroup
11-30 15:22:50.266 28769 29127 I Icing   : Indexing com.google.android.gms-internal.3p:MusicRecording from com.google.android.gms
11-30 15:22:50.277 29916 29945 V FA      : Deferring to Google Analytics for Firebase for event data collection. https://goo.gl/J1sWQy
11-30 15:22:50.277  2985  5082 D ConnectivityService: filterNetworkStateForUid() uid: 10227 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:50.285  2985  5083 D ConnectivityService: filterNetworkStateForUid() uid: 10227 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:50.287 29916 29945 W zygote  : Unsupported class loader
11-30 15:22:50.290 29916 29945 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:22:50.293 29916 29960 I DynamiteModule: Considering local module com.google.android.gms.measurement.dynamite:13 and remote module com.google.android.gms.measurement.dynamite:0
11-30 15:22:50.293 29916 29916 I FirebaseInitProvider: FirebaseApp initialization successful
11-30 15:22:50.293 29916 29960 I DynamiteModule: Selected local version of com.google.android.gms.measurement.dynamite
11-30 15:22:50.293 28769 29127 I Icing   : Indexing done com.google.android.gms-internal.3p:MusicRecording
11-30 15:22:50.295 28769 29127 I Icing   : Indexing com.google.android.apps.docs-internal.3p:DigitalDocument from com.google.android.apps.docs
11-30 15:22:50.298 29916 29945 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:213806100
11-30 15:22:50.298 29916 29945 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 213806100
11-30 15:22:50.298 29916 29945 V DynamiteModule: Dynamite loader version >= 2, using loadModule2NoCrashUtils
11-30 15:22:50.299 28769 29127 E SQLiteLog: (1) no such table: DigitalDocument_com.google.android.apps.docs_seq_table
11-30 15:22:50.300 29916 29916 I CrashlyticsInitProvider: CrashlyticsInitProvider skipping initialization
11-30 15:22:50.300 28769 29127 E Icing   : Cursor call threw an exception: no such table: DigitalDocument_com.google.android.apps.docs_seq_table (code 1): , while compiling: SELECT * FROM [DigitalDocument_com.google.android.apps.docs_seq_table] WHERE seqno>0 AND tag IS NULL ORDER BY seqno LIMIT 20
11-30 15:22:50.300 28769 29127 E Icing   : #################################################################
11-30 15:22:50.300 28769 29127 E Icing   : Error Code : 1 (SQLITE_ERROR)
11-30 15:22:50.300 28769 29127 E Icing   : Caused By : SQL(query) error or missing database.
11-30 15:22:50.300 28769 29127 E Icing   : 	(no such table: DigitalDocument_com.google.android.apps.docs_seq_table (code 1): , while compiling: SELECT * FROM [DigitalDocument_com.google.android.apps.docs_seq_table] WHERE seqno>0 AND tag IS NULL ORDER BY seqno LIMIT 20)
11-30 15:22:50.300 28769 29127 E Icing   : #################################################################
11-30 15:22:50.302 28769 29127 I Icing   : Indexing done com.google.android.apps.docs-internal.3p:DigitalDocument
11-30 15:22:50.302 28769 29127 E Icing   : Aborting indexing of corpus internal.3p:DigitalDocument
11-30 15:22:50.304 28769 29127 I Icing   : Indexing com.google.android.gms-phones_data_id from com.google.android.gms
11-30 15:22:50.309 29697 29968 E chromium: [ERROR:database.cc(1773)] Web SQLite error: code 5 errno 0: database is locked sql: PRAGMA auto_vacuum
11-30 15:22:50.310 29697 29968 E chromium: [ERROR:database.cc(1773)] Web SQLite error: code 5 errno 0: database is locked sql: PRAGMA journal_mode=TRUNCATE
11-30 15:22:50.313  2985  5082 D PackageManager: setEnabledSetting : userId = 0 packageName = com.myd.android.nhistory2 cmp = androidx.work.impl.background.systemjob.SystemJobService newState = 1 callingPackage = 11192/com.myd.android.nhistory2
11-30 15:22:50.317 28769 29127 I Icing   : Indexing done com.google.android.gms-phones_data_id
11-30 15:22:50.317  2985  5083 D ActivityManager: The following uid has registered to recieve broadcast for proxy related updates 10227
11-30 15:22:50.317  2985  5083 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1033 com.android.server.am.ActivityManagerService.requestKnoxVpnToSendProxyBroadcast:30439 com.android.server.am.ActivityManagerService.registerReceiver:23966 android.app.IActivityManager$Stub.onTransact:176 com.android.server.am.ActivityManagerService.onTransact:4038 
11-30 15:22:50.318 28769 29127 I Icing   : Indexing com.google.android.gms-internal.3p:MobileApplication from com.google.android.gms
11-30 15:22:50.319  2985  2985 D KnoxVpnEngineService: Vpn Receiver : com.samsung.android.knox.intent.action.VPN_PROXY_BROADCAST_INTERNAL
11-30 15:22:50.323  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:22:50.324 29916 29916 D SharedPreferencesHelper: instantiated.
11-30 15:22:50.326 29916 29976 D ServiceStateManager-Receiver: Checking service state :: com.myd.android.nhistory2.services.NotificationService
11-30 15:22:50.327 29916 29976 D ServiceStateManager-Receiver: Service is runing !  (com.myd.android.nhistory2.services.NotificationService)
11-30 15:22:50.330 28769 29127 I Icing   : Indexing done com.google.android.gms-internal.3p:MobileApplication
11-30 15:22:50.331 28769 29127 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:22:50.334 29916 29916 W Settings: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
11-30 15:22:50.340 29916 29916 D SoLoader: init start
11-30 15:22:50.340 29916 29916 D SoLoader: adding system library source: /vendor/lib
11-30 15:22:50.340 29916 29916 D SoLoader: adding system library source: /system/lib
11-30 15:22:50.341 29916 29916 D SoLoader: adding application source: com.facebook.soloader.DirectorySoSource[root = /data/app/com.myd.android.nhistory2-I6DI57S4mDgxMQ0ows48pA==/lib/arm flags = 0]
11-30 15:22:50.341 29916 29916 D SoLoader: adding backup source from : com.facebook.soloader.ApkSoSource[root = /data/data/com.myd.android.nhistory2/lib-main flags = 1]
11-30 15:22:50.341 29916 29916 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /system/lib flags = 2]
11-30 15:22:50.341 29916 29916 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /system/vendor/lib flags = 2]
11-30 15:22:50.341 29916 29916 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /data/app/com.myd.android.nhistory2-I6DI57S4mDgxMQ0ows48pA==/lib/arm flags = 0]
11-30 15:22:50.341 29916 29916 D SoLoader: Preparing SO source: com.facebook.soloader.ApkSoSource[root = /data/data/com.myd.android.nhistory2/lib-main flags = 1]
11-30 15:22:50.346 29916 29916 V fb-UnpackingSoSource: locked dso store /data/user/0/com.myd.android.nhistory2/lib-main
11-30 15:22:50.351 29916 29916 I fb-UnpackingSoSource: dso store is up-to-date: /data/user/0/com.myd.android.nhistory2/lib-main
11-30 15:22:50.351 29916 29916 V fb-UnpackingSoSource: releasing dso store lock for /data/user/0/com.myd.android.nhistory2/lib-main
11-30 15:22:50.351 29916 29945 W zygote  : Unsupported class loader
11-30 15:22:50.351 29916 29916 D SoLoader: init finish: 4 SO sources prepared
11-30 15:22:50.351 29916 29916 D SoLoader: init exiting
11-30 15:22:50.352  2985  5094 D ConnectivityService: filterNetworkStateForUid() uid: 10227 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:50.355 29697 29697 D ConnectivityManager: requestNetwork; CallingUid : 10227, CallingPid : 29697
11-30 15:22:50.357  2985  5094 D ConnectivityService: listenForNetwork for uid/pid:10227/29697 NetworkRequest [ LISTEN id=5254, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-30 15:22:50.358  2985  3222 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 625]
11-30 15:22:50.358  2985  3222 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -63]
11-30 15:22:50.358  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/11)
11-30 15:22:50.358  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 8. No change.
11-30 15:22:50.358  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 1. No change.
11-30 15:22:50.358  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5252. No change.
11-30 15:22:50.358  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/7)
11-30 15:22:50.358  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/10)
11-30 15:22:50.358  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5186. No change.
11-30 15:22:50.358  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5251. No change.
11-30 15:22:50.358  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/5)
11-30 15:22:50.358  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5250. No change.
11-30 15:22:50.358  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5187. No change.
11-30 15:22:50.358  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 3. No change.
11-30 15:22:50.358  2985  3222 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ LISTEN id=5254, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-30 15:22:50.359  2985  3222 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=5254, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-30 15:22:50.359  2985  3222 D ConnectivityService: sending notification CALLBACK_IP_CHANGED for NetworkRequest [ LISTEN id=5254, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-30 15:22:50.359  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.359  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.360  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.360  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.360  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.360  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.360  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.360  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.360  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.360  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.360  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.360  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.366 16033 27741 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:22:50.367 16033 27741 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:22:50.368 16033 27741 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2711, previously 2714
11-30 15:22:50.368 16033 27741 W ResourceType: ResTable_typeSpec entry count inconsistent: given 312, previously 1787
11-30 15:22:50.369 29916 29945 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:22:50.375 29916 29916 D WhatsappFinder: found WHATSAPP - Images dir: /storage/emulated/0/WhatsApp/Media/WhatsApp Images
11-30 15:22:50.375 29916 29916 D Application: isNightThemeActive: false
11-30 15:22:50.397 28769 29127 I Icing   : Indexing com.google.android.gms-postals_data_id from com.google.android.gms
11-30 15:22:50.402 29916 29916 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:22:50.404 29916 29969 I FA      : App measurement initialized, version: 26001
11-30 15:22:50.404 29916 29969 I FA      : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
11-30 15:22:50.404 29916 29916 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:22:50.404 29916 29969 I FA      : To enable faster debug mode event logging run:
11-30 15:22:50.404 29916 29969 I FA      :   adb shell setprop debug.firebase.analytics.app com.myd.android.nhistory2
11-30 15:22:50.405 28769 29127 I Icing   : Indexing done com.google.android.gms-postals_data_id
11-30 15:22:50.407 28769 29127 I Icing   : Indexing com.google.android.gms-internal.3p:Person from com.google.android.gms
11-30 15:22:50.411 28769 29127 E SQLiteLog: (1) no such table: Person_com.google.android.gms_seq_table
11-30 15:22:50.412 28769 29127 E Icing   : Cursor call threw an exception: no such table: Person_com.google.android.gms_seq_table (code 1): , while compiling: SELECT * FROM [Person_com.google.android.gms_seq_table] WHERE seqno>0 AND tag IS NULL ORDER BY seqno LIMIT 20
11-30 15:22:50.412 28769 29127 E Icing   : #################################################################
11-30 15:22:50.412 28769 29127 E Icing   : Error Code : 1 (SQLITE_ERROR)
11-30 15:22:50.412 28769 29127 E Icing   : Caused By : SQL(query) error or missing database.
11-30 15:22:50.412 28769 29127 E Icing   : 	(no such table: Person_com.google.android.gms_seq_table (code 1): , while compiling: SELECT * FROM [Person_com.google.android.gms_seq_table] WHERE seqno>0 AND tag IS NULL ORDER BY seqno LIMIT 20)
11-30 15:22:50.412 28769 29127 E Icing   : #################################################################
11-30 15:22:50.413 28769 29127 I Icing   : Indexing done com.google.android.gms-internal.3p:Person
11-30 15:22:50.414 28769 29127 E Icing   : Aborting indexing of corpus internal.3p:Person
11-30 15:22:50.415 28769 29127 I Icing   : Indexing com.android.chrome-internal.3p:WebPage from com.android.chrome
11-30 15:22:50.428  2985  5087 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.parallel.space.lite user:0
11-30 15:22:50.428  2985  5087 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:50.428  2985  5087 D ActivityManager: package  com.parallel.space.lite, user - 0 is SDcard whitelisted
11-30 15:22:50.428  2985  5087 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.parallel.space.lite user:0
11-30 15:22:50.428  2985  5087 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:50.428  2985  5087 I ActivityManager: SA, print process name forked by webview_zygote : com.android.chrome:sandboxed_process1
11-30 15:22:50.433 29697 29985 I zygote  : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
11-30 15:22:50.434 28769 29127 I Icing   : Indexing done com.android.chrome-internal.3p:WebPage
11-30 15:22:50.439 30000 30000 E /system/bin/webview_zygote32: Failed to make and chown /acct/uid_99501: Permission denied
11-30 15:22:50.439 30000 30000 E Zygote  : createProcessGroup(99501, 0) failed: Permission denied
11-30 15:22:50.440 30000 30000 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:webview_zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:50.441 30000 30000 I SELinux : SELinux: seapp_context_lookup: seinfo=chrome, level=s0:c512,c768, pkgname=com.android.chrome:sandboxed_process1 
11-30 15:22:50.446  2985  5087 I ActivityManager: Start proc 30000:com.android.chrome:sandboxed_process1/u0i501 for webview_service com.parallel.space.lite/org.chromium.content.app.SandboxedProcessService1
11-30 15:22:50.447 28769 29127 I Icing   : Indexing com.google.android.apps.docs-internal.3p:TextDigitalDocument from com.google.android.apps.docs
11-30 15:22:50.453 29697 29750 W System.err: java.util.concurrent.ExecutionException: com.android.volley.VolleyError: java.lang.NullPointerException: Attempt to get length of null array
11-30 15:22:50.453 29697 29750 W System.err: 	at com.android.volley.toolbox.RequestFuture.doGet(RequestFuture.java:120)
11-30 15:22:50.453 29697 29750 W System.err: 	at com.android.volley.toolbox.RequestFuture.get(RequestFuture.java:100)
11-30 15:22:50.453 29697 29750 W System.err: 	at com.lbe.parallel.fc$1.run(ApiClient.java:430)
11-30 15:22:50.453 29697 29750 W System.err: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:22:50.453 29697 29750 W System.err: Caused by: com.android.volley.VolleyError: java.lang.NullPointerException: Attempt to get length of null array
11-30 15:22:50.453 29697 29750 W System.err: 	at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:143)
11-30 15:22:50.454 29697 29750 W System.err: Caused by: java.lang.NullPointerException: Attempt to get length of null array
11-30 15:22:50.454 29697 29750 W System.err: 	at com.google.protobuf.nano.c.a(MessageNano.java:131)
11-30 15:22:50.454 29697 29750 W System.err: 	at com.lbe.parallel.fc$b.parseNetworkResponse(ApiClient.java:2000)
11-30 15:22:50.454 29697 29750 W System.err: 	at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:125)
11-30 15:22:50.463 28769 29127 E SQLiteLog: (1) no such table: TextDigitalDocument_com.google.android.apps.docs_seq_table
11-30 15:22:50.465 28769 29127 E Icing   : Cursor call threw an exception: no such table: TextDigitalDocument_com.google.android.apps.docs_seq_table (code 1): , while compiling: SELECT * FROM [TextDigitalDocument_com.google.android.apps.docs_seq_table] WHERE seqno>0 AND tag IS NULL ORDER BY seqno LIMIT 20
11-30 15:22:50.465 28769 29127 E Icing   : #################################################################
11-30 15:22:50.465 28769 29127 E Icing   : Error Code : 1 (SQLITE_ERROR)
11-30 15:22:50.465 28769 29127 E Icing   : Caused By : SQL(query) error or missing database.
11-30 15:22:50.465 28769 29127 E Icing   : 	(no such table: TextDigitalDocument_com.google.android.apps.docs_seq_table (code 1): , while compiling: SELECT * FROM [TextDigitalDocument_com.google.android.apps.docs_seq_table] WHERE seqno>0 AND tag IS NULL ORDER BY seqno LIMIT 20)
11-30 15:22:50.465 28769 29127 E Icing   : #################################################################
11-30 15:22:50.466 28769 29127 I Icing   : Indexing done com.google.android.apps.docs-internal.3p:TextDigitalDocument
11-30 15:22:50.466 28769 29127 E Icing   : Aborting indexing of corpus internal.3p:TextDigitalDocument
11-30 15:22:50.468 28769 29127 I Icing   : Indexing com.google.android.apps.docs-internal.3p:SpreadsheetDigitalDocument from com.google.android.apps.docs
11-30 15:22:50.477 29916 29916 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:213806100
11-30 15:22:50.479 29916 29916 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 213806100
11-30 15:22:50.486 29697 29805 W Ads     : Update ad debug logging enablement as false
11-30 15:22:50.491 30000 30000 D TimaKeyStoreProvider: TimaKeyStore is not enabled: cannot add TimaSignature Service and generateKeyPair Service
11-30 15:22:50.491 30000 30000 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:50.492 28769 28789 I zygote  : Background concurrent copying GC freed 48743(2MB) AllocSpace objects, 85(4MB) LOS objects, 50% free, 6MB/12MB, paused 210us total 137.157ms
11-30 15:22:50.494  2985  5084 I ActivityManager: DSS on for com.parallel.space.lite and scale is 1.0
11-30 15:22:50.496  2985  5083 D ConnectivityService: filterNetworkStateForUid() uid: 10227 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:50.499  2985  5092 D ConnectivityService: filterNetworkStateForUid() uid: 10227 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:50.499 28769 29127 E SQLiteLog: (1) no such table: SpreadsheetDigitalDocument_com.google.android.apps.docs_seq_table
11-30 15:22:50.500 28769 29127 E Icing   : Cursor call threw an exception: no such table: SpreadsheetDigitalDocument_com.google.android.apps.docs_seq_table (code 1): , while compiling: SELECT * FROM [SpreadsheetDigitalDocument_com.google.android.apps.docs_seq_table] WHERE seqno>0 AND tag IS NULL ORDER BY seqno LIMIT 20
11-30 15:22:50.500 28769 29127 E Icing   : #################################################################
11-30 15:22:50.500 28769 29127 E Icing   : Error Code : 1 (SQLITE_ERROR)
11-30 15:22:50.500 28769 29127 E Icing   : Caused By : SQL(query) error or missing database.
11-30 15:22:50.500 28769 29127 E Icing   : 	(no such table: SpreadsheetDigitalDocument_com.google.android.apps.docs_seq_table (code 1): , while compiling: SELECT * FROM [SpreadsheetDigitalDocument_com.google.android.apps.docs_seq_table] WHERE seqno>0 AND tag IS NULL ORDER BY seqno LIMIT 20)
11-30 15:22:50.500 28769 29127 E Icing   : #################################################################
11-30 15:22:50.501 28769 29127 I Icing   : Indexing done com.google.android.apps.docs-internal.3p:SpreadsheetDigitalDocument
11-30 15:22:50.501 28769 29127 E Icing   : Aborting indexing of corpus internal.3p:SpreadsheetDigitalDocument
11-30 15:22:50.504 29916 29916 D DynamitePackage: Instantiated singleton DynamitePackage.
11-30 15:22:50.504 29916 29916 D DynamitePackage: Instantiating com.google.android.gms.ads.ChimeraMobileAdsSettingManagerCreatorImpl
11-30 15:22:50.510 28769 29127 I Icing   : Indexing com.google.android.youtube-internal.3p:VideoObject from com.google.android.youtube
11-30 15:22:50.513 28769 29127 E SQLiteLog: (1) no such table: VideoObject_com.google.android.youtube_seq_table
11-30 15:22:50.514 28769 29127 E Icing   : Cursor call threw an exception: no such table: VideoObject_com.google.android.youtube_seq_table (code 1): , while compiling: SELECT * FROM [VideoObject_com.google.android.youtube_seq_table] WHERE seqno>0 AND tag IS NULL ORDER BY seqno LIMIT 20
11-30 15:22:50.514 28769 29127 E Icing   : #################################################################
11-30 15:22:50.514 28769 29127 E Icing   : Error Code : 1 (SQLITE_ERROR)
11-30 15:22:50.514 28769 29127 E Icing   : Caused By : SQL(query) error or missing database.
11-30 15:22:50.514 28769 29127 E Icing   : 	(no such table: VideoObject_com.google.android.youtube_seq_table (code 1): , while compiling: SELECT * FROM [VideoObject_com.google.android.youtube_seq_table] WHERE seqno>0 AND tag IS NULL ORDER BY seqno LIMIT 20)
11-30 15:22:50.514 28769 29127 E Icing   : #################################################################
11-30 15:22:50.515 28769 29127 I Icing   : Indexing done com.google.android.youtube-internal.3p:VideoObject
11-30 15:22:50.515 28769 29127 E Icing   : Aborting indexing of corpus internal.3p:VideoObject
11-30 15:22:50.518 28769 29127 I Icing   : Indexing com.android.chrome-omnibox from com.android.chrome
11-30 15:22:50.527 28769 28769 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.ocr.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.GmsApiService }
11-30 15:22:50.527 29697 29985 D libGLESv2: STS_GLApi : DTS, ODTC are not allowed for Package : com.parallel.space.lite
11-30 15:22:50.527 28769 28769 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.ocr.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.GmsApiService }
11-30 15:22:50.528 29916 30018 D NetworkSecurityConfig: No Network Security Config specified, using platform default
11-30 15:22:50.545 29916 29916 D ConnectivityManager: requestNetwork; CallingUid : 11192, CallingPid : 29916
11-30 15:22:50.548  2985  3826 D ConnectivityService: requestNetwork for uid/pid:11192/29916 NetworkRequest [ TRACK_DEFAULT id=5255, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:50.549  2985  3222 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 625]
11-30 15:22:50.549  2985  3222 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -63]
11-30 15:22:50.549  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/11)
11-30 15:22:50.549  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 8. No change.
11-30 15:22:50.549  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 1. No change.
11-30 15:22:50.549  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5252. No change.
11-30 15:22:50.549  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/7)
11-30 15:22:50.549  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/10)
11-30 15:22:50.549  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5186. No change.
11-30 15:22:50.550  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5251. No change.
11-30 15:22:50.550  2985  3222 D ConnectivityService:   checking if request is : NetworkRequest [ TRACK_DEFAULT id=5255, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], satisfies : true
11-30 15:22:50.550  2985  3222 D ConnectivityService: currentScore = 0, newScore = 60
11-30 15:22:50.550  2985  3222 D ConnectivityService: rematch for NetworkAgentInfo [WIFI () - 625]
11-30 15:22:50.550  2985  3222 D ConnectivityService:    accepting network in place of null
11-30 15:22:50.550  2985  3222 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ TRACK_DEFAULT id=5255, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:50.550  2985  3171 D WIFI_UT : got request NetworkRequest [ TRACK_DEFAULT id=5255, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:50.550  2985  3171 D WIFI_UT :   my score=2147483647, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:22:50.550  2985  3219 D WIFI_P2P: got request NetworkRequest [ TRACK_DEFAULT id=5255, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:50.550  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/5)
11-30 15:22:50.550  2985  3171 D WIFI_UT : evalRequest
11-30 15:22:50.550  2985  3171 D WIFI_UT :   needNetworkFor
11-30 15:22:50.550  2985  3219 D WIFI_P2P:   my score=60, my filter=[ Transports: WIFI Capabilities: WIFI_P2P&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:22:50.550  2985  3219 D WIFI_P2P: evalRequest
11-30 15:22:50.550  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5250. No change.
11-30 15:22:50.550  2985  3219 D WIFI_P2P:   done
11-30 15:22:50.550  2985  3171 D WIFI    : got request NetworkRequest [ TRACK_DEFAULT id=5255, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:50.550  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5187. No change.
11-30 15:22:50.550  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 3. No change.
11-30 15:22:50.550  2985  3171 D WIFI    :   my score=60, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:22:50.550  2985  3171 D WIFI    : evalRequest
11-30 15:22:50.550  2985  3171 D WIFI    :   needNetworkFor
11-30 15:22:50.550  2985  3222 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ TRACK_DEFAULT id=5255, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:50.551  2985  3222 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=5255, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:50.551  2985  3222 D ConnectivityService: sending notification CALLBACK_IP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=5255, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:50.551  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.552  3470  3470 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=5255, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:50.552  3470  3470 D PhoneSwitcherNetworkRequstListener:   my score=101, my filter=[ Transports: CELLULAR Capabilities: MMS&SUPL&DUN&FOTA&IMS&CBS&IA&RCS&XCAP&EIMS&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&ENT1&FOC Specifier: <android.net.MatchAllNetworkSpecifier@0>]
11-30 15:22:50.552  3470  3470 D PhoneSwitcherNetworkRequstListener: evalRequest
11-30 15:22:50.552  3470  3470 D PhoneSwitcherNetworkRequstListener:   needNetworkFor
11-30 15:22:50.552 29916 29916 I Ads     : Updating ad debug logging enablement.
11-30 15:22:50.553  2985  3453 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=5255, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:50.553  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.553  2985  3453 D Ethernet:   my score=-1, my filter=[ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps]
11-30 15:22:50.553  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.553  2985  3453 D Ethernet: evalRequest
11-30 15:22:50.553  2985  3453 D Ethernet:   done
11-30 15:22:50.553  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.553  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.553  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.553  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.553  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.553  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.553  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.553  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.553  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-4ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.555 30023 30023 E asset   : setgid: Operation not permitted
11-30 15:22:50.575 28769 29127 I Icing   : Indexing done com.android.chrome-omnibox
11-30 15:22:50.580 23617 23665 D PaySecureElementClient: Felica app not found; returning isSecureElementAvailable = false!
11-30 15:22:50.581 28769 29127 I Icing   : Indexing com.google.android.apps.maps-internal.3p:GeoShape from com.google.android.apps.maps
11-30 15:22:50.581  2985  5084 D SdpManagerService: Not an enterprise user : 0
11-30 15:22:50.584 28769 29127 E SQLiteLog: (1) no such table: GeoShape_com.google.android.apps.maps_seq_table
11-30 15:22:50.586 28769 29127 E Icing   : Cursor call threw an exception: no such table: GeoShape_com.google.android.apps.maps_seq_table (code 1): , while compiling: SELECT * FROM [GeoShape_com.google.android.apps.maps_seq_table] WHERE seqno>0 AND tag IS NULL ORDER BY seqno LIMIT 20
11-30 15:22:50.586 28769 29127 E Icing   : #################################################################
11-30 15:22:50.586 28769 29127 E Icing   : Error Code : 1 (SQLITE_ERROR)
11-30 15:22:50.586 28769 29127 E Icing   : Caused By : SQL(query) error or missing database.
11-30 15:22:50.586 28769 29127 E Icing   : 	(no such table: GeoShape_com.google.android.apps.maps_seq_table (code 1): , while compiling: SELECT * FROM [GeoShape_com.google.android.apps.maps_seq_table] WHERE seqno>0 AND tag IS NULL ORDER BY seqno LIMIT 20)
11-30 15:22:50.586 28769 29127 E Icing   : #################################################################
11-30 15:22:50.590 28769 29127 I Icing   : Indexing done com.google.android.apps.maps-internal.3p:GeoShape
11-30 15:22:50.590 28769 29127 E Icing   : Aborting indexing of corpus internal.3p:GeoShape
11-30 15:22:50.597 28769 29127 I Icing   : Indexing com.google.android.gms-contacts_contact_id from com.google.android.gms
11-30 15:22:50.597 29916 30026 W ConnectionStatusConfig: Dynamic lookup for intent failed for action: com.google.android.gms.leibniz.events.service.START
11-30 15:22:50.599  2985  3137 W ActivityManager: Unable to start service Intent { act=com.google.android.gms.leibniz.events.service.START pkg=com.google.android.gms } U=0: not found
11-30 15:22:50.604  2985  5094 W ActivityManager: Unbind failed: could not find connection for android.os.BinderProxy@d5ee67c
11-30 15:22:50.605 29916 30026 W GmsClient: unable to connect to service: com.google.android.gms.leibniz.events.service.START on com.google.android.gms
11-30 15:22:50.614 30000 30000 I cr_SplitCompatApp: Launched version=96.0.4664.45 minSdkVersion=24 isBundle=true processName=com.android.chrome:sandboxed_process1 isIsolated=true
11-30 15:22:50.616  2985  5094 D SdpManagerService: Not an enterprise user : 0
11-30 15:22:50.616  2985  5094 I FingerprintService: Active Biometrics : true
11-30 15:22:50.619 29916 29969 I FA      : Tag Manager is not found and thus will not be used
11-30 15:22:50.619  2985  5095 D SdpManagerService: Not an enterprise user : 0
11-30 15:22:50.619  2985  5095 I FingerprintService: Active Biometrics : true
11-30 15:22:50.626 28769 29127 I Icing   : Indexing done com.google.android.gms-contacts_contact_id
11-30 15:22:50.632 28769 29127 I Icing   : Indexing com.google.android.gms-internal.3p:MusicAlbum from com.google.android.gms
11-30 15:22:50.635 28769 29127 E SQLiteLog: (1) no such table: MusicAlbum_com.google.android.gms_seq_table
11-30 15:22:50.638 28769 29127 E Icing   : Cursor call threw an exception: no such table: MusicAlbum_com.google.android.gms_seq_table (code 1): , while compiling: SELECT * FROM [MusicAlbum_com.google.android.gms_seq_table] WHERE seqno>0 AND tag IS NULL ORDER BY seqno LIMIT 20
11-30 15:22:50.638 28769 29127 E Icing   : #################################################################
11-30 15:22:50.638 28769 29127 E Icing   : Error Code : 1 (SQLITE_ERROR)
11-30 15:22:50.638 28769 29127 E Icing   : Caused By : SQL(query) error or missing database.
11-30 15:22:50.638 28769 29127 E Icing   : 	(no such table: MusicAlbum_com.google.android.gms_seq_table (code 1): , while compiling: SELECT * FROM [MusicAlbum_com.google.android.gms_seq_table] WHERE seqno>0 AND tag IS NULL ORDER BY seqno LIMIT 20)
11-30 15:22:50.638 28769 29127 E Icing   : #################################################################
11-30 15:22:50.639 28769 29127 I Icing   : Indexing done com.google.android.gms-internal.3p:MusicAlbum
11-30 15:22:50.639 28769 29127 E Icing   : Aborting indexing of corpus internal.3p:MusicAlbum
11-30 15:22:50.641 28769 29127 I Icing   : Indexing com.google.android.gms-internal.3p:Event from com.google.android.gms
11-30 15:22:50.646 30000 30000 W SystemServiceRegistry: No service published for: uimode
11-30 15:22:50.650 30000 30000 V Monotype: fonts.xml take from : /system/etc/
11-30 15:22:50.653 28769 29127 I Icing   : Indexing done com.google.android.gms-internal.3p:Event
11-30 15:22:50.653 29916 29916 I WebViewFactory: Loading com.android.chrome version 96.0.4664.45 (code 466404520)
11-30 15:22:50.655 28769 29127 I Icing   : Indexing com.google.android.gms-emails_data_id from com.google.android.gms
11-30 15:22:50.661 28769 29127 I Icing   : Indexing done com.google.android.gms-emails_data_id
11-30 15:22:50.662 28769 29127 I Icing   : Indexing com.google.android.apps.maps-internal.3p:Place from com.google.android.apps.maps
11-30 15:22:50.664  2985  3137 D SdpManagerService: Not an enterprise user : 0
11-30 15:22:50.664  2985  3137 I FingerprintService: Active Biometrics : true
11-30 15:22:50.665 28769 29127 E SQLiteLog: (1) no such table: Place_com.google.android.apps.maps_seq_table
11-30 15:22:50.666 28769 29127 E Icing   : Cursor call threw an exception: no such table: Place_com.google.android.apps.maps_seq_table (code 1): , while compiling: SELECT * FROM [Place_com.google.android.apps.maps_seq_table] WHERE seqno>0 AND tag IS NULL ORDER BY seqno LIMIT 20
11-30 15:22:50.666 28769 29127 E Icing   : #################################################################
11-30 15:22:50.666 28769 29127 E Icing   : Error Code : 1 (SQLITE_ERROR)
11-30 15:22:50.666 28769 29127 E Icing   : Caused By : SQL(query) error or missing database.
11-30 15:22:50.666 28769 29127 E Icing   : 	(no such table: Place_com.google.android.apps.maps_seq_table (code 1): , while compiling: SELECT * FROM [Place_com.google.android.apps.maps_seq_table] WHERE seqno>0 AND tag IS NULL ORDER BY seqno LIMIT 20)
11-30 15:22:50.666 28769 29127 E Icing   : #################################################################
11-30 15:22:50.667 28769 29127 I Icing   : Indexing done com.google.android.apps.maps-internal.3p:Place
11-30 15:22:50.667 28769 29127 E Icing   : Aborting indexing of corpus internal.3p:Place
11-30 15:22:50.669  2985  3137 W ActivityManager: Permission Denial: not allowed to send broadcast android.intent.action.BOOT_COMPLETED from pid=29664, uid=10227
11-30 15:22:50.670 28769 29127 I Icing   : Indexing com.google.android.gm-internal.3p:EmailMessage from com.google.android.gm
11-30 15:22:50.673 28769 29127 E SQLiteLog: (1) no such table: EmailMessage_com.google.android.gm_seq_table
11-30 15:22:50.675 28769 29127 E Icing   : Cursor call threw an exception: no such table: EmailMessage_com.google.android.gm_seq_table (code 1): , while compiling: SELECT * FROM [EmailMessage_com.google.android.gm_seq_table] WHERE seqno>0 AND tag IS NULL ORDER BY seqno LIMIT 20
11-30 15:22:50.675 28769 29127 E Icing   : #################################################################
11-30 15:22:50.675 28769 29127 E Icing   : Error Code : 1 (SQLITE_ERROR)
11-30 15:22:50.675 28769 29127 E Icing   : Caused By : SQL(query) error or missing database.
11-30 15:22:50.675 28769 29127 E Icing   : 	(no such table: EmailMessage_com.google.android.gm_seq_table (code 1): , while compiling: SELECT * FROM [EmailMessage_com.google.android.gm_seq_table] WHERE seqno>0 AND tag IS NULL ORDER BY seqno LIMIT 20)
11-30 15:22:50.675 28769 29127 E Icing   : #################################################################
11-30 15:22:50.677 28769 29127 I Icing   : Indexing done com.google.android.gm-internal.3p:EmailMessage
11-30 15:22:50.677 28769 29127 E Icing   : Aborting indexing of corpus internal.3p:EmailMessage
11-30 15:22:50.679 23617 23761 I Finsky  : [43777] qcj.run(24): Skipping a request to /bulkAcquire since cache has all the records.
11-30 15:22:50.706 30000 30000 E Typeface: Error mapping font file /system/fonts/NotoSansKhmer-Regular.ttf
11-30 15:22:50.706 30000 30000 E Typeface: Error mapping font file /system/fonts/NotoSansKhmer-Bold.ttf
11-30 15:22:50.706 30000 30000 E Minikin : Could not get cmap table size!
11-30 15:22:50.706 30000 30000 E Typeface: Unable to load Family: null:und-Khmr
11-30 15:22:50.708 29916 29916 I cr_WVCFactoryProvider: Loaded version=96.0.4664.45 minSdkVersion=24 isBundle=true multiprocess=true packageId=2
11-30 15:22:50.718 23617 23656 D PaySecureElementClient: Felica app not found; returning isSecureElementAvailable = false!
11-30 15:22:50.719  2985  5095 D SdpManagerService: Not an enterprise user : 0
11-30 15:22:50.724  2985  3826 D SdpManagerService: Not an enterprise user : 0
11-30 15:22:50.724  2985  3826 I FingerprintService: Active Biometrics : true
11-30 15:22:50.727  2985  3826 D SdpManagerService: Not an enterprise user : 0
11-30 15:22:50.727  2985  3826 I FingerprintService: Active Biometrics : true
11-30 15:22:50.734  2985  3826 D SdpManagerService: Not an enterprise user : 0
11-30 15:22:50.734 30000 30000 E Typeface: Error mapping font file /system/fonts/DroidSansFallback.ttf
11-30 15:22:50.734 30000 30000 E Minikin : Could not get cmap table size!
11-30 15:22:50.734 30000 30000 E Typeface: Unable to load Family: null:null
11-30 15:22:50.734  2985  3826 I FingerprintService: Active Biometrics : true
11-30 15:22:50.738  2985  5095 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:50.738  2985  5095 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:50.738  2985  5095 D StorageManagerService: getExternalStorageMountMode : final mountMode=3, uid : 10115, packageName : com.android.chrome
11-30 15:22:50.739  2985  5095 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.android.chrome user:0
11-30 15:22:50.739  2985  5095 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:50.739  2985  5095 D ActivityManager: package  com.android.chrome, user - 0 is SDcard whitelisted
11-30 15:22:50.739  2985  5095 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.android.chrome user:0
11-30 15:22:50.739  2985  5095 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:50.739 23617 23761 I Finsky  : [43777] qcj.run(24): Skipping a request to /bulkAcquire since cache has all the records.
11-30 15:22:50.745 29916 29916 I cr_LibraryLoader: Successfully loaded native library
11-30 15:22:50.746 29916 29916 I cr_CachingUmaRecorder: Flushed 8 samples from 8 histograms.
11-30 15:22:50.751  2985  3826 D ConnectivityService: filterNetworkStateForUid() uid: 11192 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:50.755  2985  3826 D ConnectivityService: filterNetworkStateForUid() uid: 11192 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:50.758  2985  5095 I ActivityManager: Start proc 30035:com.android.chrome:webview_service/u0a115 for service com.android.chrome/org.chromium.android_webview.services.VariationsSeedServer
11-30 15:22:50.759 30035 30035 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:22:50.761 30035 30035 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:50.762 30035 30035 I SELinux : SELinux: seapp_context_lookup: seinfo=chrome, level=s0:c512,c768, pkgname=com.android.chrome:webview_service 
11-30 15:22:50.768 28769 29127 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:22:50.774 28769 29127 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:22:50.778 28769 29127 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:22:50.783 29916 30046 W ResourceType: For resource 0x7f140840, entry index(2112) is beyond type entryCount(6)
11-30 15:22:50.783 29916 30046 W ResourceType: Failure getting entry for 0x7f140840 (t=19 e=2112) (error -75)
11-30 15:22:50.789  2985  5095 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.myd.android.nhistory2 user:0
11-30 15:22:50.789  2985  5095 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:50.789  2985  5095 D ActivityManager: package  com.myd.android.nhistory2, user - 0 is SDcard whitelisted
11-30 15:22:50.789  2985  5095 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.myd.android.nhistory2 user:0
11-30 15:22:50.789  2985  5095 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:50.790  2985  5095 I ActivityManager: SA, print process name forked by webview_zygote : com.android.chrome:sandboxed_process0
11-30 15:22:50.797  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10115 ,Container id: 0
11-30 15:22:50.797 30000 30000 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3L.ttf
11-30 15:22:50.797 30000 30000 E Minikin : Could not get cmap table size!
11-30 15:22:50.797  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10115 ,Container id: 0
11-30 15:22:50.797 30000 30000 E Typeface: Unable to load Family: samsung-sans-num3L:null
11-30 15:22:50.797  2985  5094 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:50.797 30000 30000 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3T.ttf
11-30 15:22:50.797 30000 30000 E Minikin : Could not get cmap table size!
11-30 15:22:50.797 30000 30000 E Typeface: Unable to load Family: samsung-sans-num3T:null
11-30 15:22:50.797 30000 30000 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4L.ttf
11-30 15:22:50.797 30000 30000 E Minikin : Could not get cmap table size!
11-30 15:22:50.797 30000 30000 E Typeface: Unable to load Family: samsung-sans-num4L:null
11-30 15:22:50.798 30000 30000 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4T.ttf
11-30 15:22:50.798 30000 30000 E Minikin : Could not get cmap table size!
11-30 15:22:50.798 30000 30000 E Typeface: Unable to load Family: samsung-sans-num4T:null
11-30 15:22:50.798 30000 30000 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num35.ttf
11-30 15:22:50.798 30000 30000 E Minikin : Could not get cmap table size!
11-30 15:22:50.798 30000 30000 E Typeface: Unable to load Family: samsung-sans-num35:null
11-30 15:22:50.798 30000 30000 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num45.ttf
11-30 15:22:50.798 30000 30000 E Minikin : Could not get cmap table size!
11-30 15:22:50.798 30000 30000 E Typeface: Unable to load Family: samsung-sans-num45:null
11-30 15:22:50.798 30000 30000 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3Lv.ttf
11-30 15:22:50.798 30000 30000 E Minikin : Could not get cmap table size!
11-30 15:22:50.798 30000 30000 E Typeface: Unable to load Family: samsung-sans-num3LV:null
11-30 15:22:50.799 30000 30000 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3R.ttf
11-30 15:22:50.799 30000 30000 E Minikin : Could not get cmap table size!
11-30 15:22:50.799 30000 30000 E Typeface: Unable to load Family: samsung-sans-num3R:null
11-30 15:22:50.799 30000 30000 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4Tv.ttf
11-30 15:22:50.799 30000 30000 E Minikin : Could not get cmap table size!
11-30 15:22:50.799 30000 30000 E Typeface: Unable to load Family: samsung-sans-num4Tv:null
11-30 15:22:50.799 30000 30000 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4Lv.ttf
11-30 15:22:50.799 30000 30000 E Minikin : Could not get cmap table size!
11-30 15:22:50.799 30000 30000 E Typeface: Unable to load Family: samsung-sans-num4Lv:null
11-30 15:22:50.802  2985  5095 I ActivityManager: Start proc 30051:com.android.chrome:sandboxed_process0/u0i502 for webview_service com.myd.android.nhistory2/org.chromium.content.app.SandboxedProcessService0
11-30 15:22:50.803 30051 30051 E /system/bin/webview_zygote32: Failed to make and chown /acct/uid_99502: Permission denied
11-30 15:22:50.804 30051 30051 E Zygote  : createProcessGroup(99502, 0) failed: Permission denied
11-30 15:22:50.804 30051 30051 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:webview_zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:50.805 30000 30000 I cr_ChildProcessService: Creating new ChildProcessService pid=30000
11-30 15:22:50.805 30051 30051 I SELinux : SELinux: seapp_context_lookup: seinfo=chrome, level=s0:c512,c768, pkgname=com.android.chrome:sandboxed_process0 
11-30 15:22:50.805  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10115 ,Container id: 0
11-30 15:22:50.805  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10115 ,Container id: 0
11-30 15:22:50.806  2985  5094 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:50.812 30035 30035 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:50.814  2985  5094 I ActivityManager: DSS on for com.android.chrome and scale is 1.0
11-30 15:22:50.821 30000 30000 E WebViewLibraryLoader: can't load with relro file; address space not reserved
11-30 15:22:50.834 30000 30056 I cr_LibraryLoader: Successfully loaded native library
11-30 15:22:50.835 30000 30056 I cr_CachingUmaRecorder: Flushed 2 samples from 2 histograms.
11-30 15:22:50.844 30035 30035 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10115
11-30 15:22:50.845 30035 30035 D Proxy   : mdoP is null: 10115
11-30 15:22:50.850 28769 28784 I zygote  : Do full code cache collection, code=246KB, data=194KB
11-30 15:22:50.851 28769 28784 I zygote  : After code cache collection, code=217KB, data=123KB
11-30 15:22:50.851 30051 30051 D TimaKeyStoreProvider: TimaKeyStore is not enabled: cannot add TimaSignature Service and generateKeyPair Service
11-30 15:22:50.851 30051 30051 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:50.854  2985  3137 I ActivityManager: DSS on for com.myd.android.nhistory2 and scale is 1.0
11-30 15:22:50.878  2985  3137 D ConnectivityService: filterNetworkStateForUid() uid: 11192 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:50.881 30035 30035 I cr_SplitCompatApp: Launched version=96.0.4664.45 minSdkVersion=24 isBundle=true processName=com.android.chrome:webview_service isIsolated=false
11-30 15:22:50.881  2985  5094 D ConnectivityService: filterNetworkStateForUid() uid: 11192 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:50.886  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:50.886  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:50.886  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:50.897 30087 30087 E asset   : setgid: Operation not permitted
11-30 15:22:50.912  2985  3137 D ActivityManager: The following uid has registered to recieve broadcast for proxy related updates 11192
11-30 15:22:50.913  2985  3137 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1033 com.android.server.am.ActivityManagerService.requestKnoxVpnToSendProxyBroadcast:30439 com.android.server.am.ActivityManagerService.registerReceiver:23966 android.app.IActivityManager$Stub.onTransact:176 com.android.server.am.ActivityManagerService.onTransact:4038 
11-30 15:22:50.914  2985  2985 D KnoxVpnEngineService: Vpn Receiver : com.samsung.android.knox.intent.action.VPN_PROXY_BROADCAST_INTERNAL
11-30 15:22:50.914  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:22:50.939 30051 30051 I cr_SplitCompatApp: Launched version=96.0.4664.45 minSdkVersion=24 isBundle=true processName=com.android.chrome:sandboxed_process0 isIsolated=true
11-30 15:22:50.942 16033 27741 W ResourceType: ResTable_typeSpec entry count inconsistent: given 141, previously 169
11-30 15:22:50.942  2985  3826 D ConnectivityService: filterNetworkStateForUid() uid: 11192 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:50.946 29916 29916 D ConnectivityManager: requestNetwork; CallingUid : 11192, CallingPid : 29916
11-30 15:22:50.947  2985  5094 D ConnectivityService: listenForNetwork for uid/pid:11192/29916 NetworkRequest [ LISTEN id=5256, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-30 15:22:50.948  2985  3222 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 625]
11-30 15:22:50.948  2985  3222 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -63]
11-30 15:22:50.948  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/11)
11-30 15:22:50.948  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 8. No change.
11-30 15:22:50.948  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 1. No change.
11-30 15:22:50.948  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5252. No change.
11-30 15:22:50.948  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.948  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/7)
11-30 15:22:50.948  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.948  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/10)
11-30 15:22:50.948  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.948  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5186. No change.
11-30 15:22:50.948  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5251. No change.
11-30 15:22:50.948  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5255. No change.
11-30 15:22:50.948  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/5)
11-30 15:22:50.948  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.948  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5250. No change.
11-30 15:22:50.948  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.948  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5187. No change.
11-30 15:22:50.948  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 3. No change.
11-30 15:22:50.948  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.948  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.949  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.949  2985  3222 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ LISTEN id=5256, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-30 15:22:50.949  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.949  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.949  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.949  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:50.949  2985  3222 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=5256, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-30 15:22:50.949  2985  3222 D ConnectivityService: sending notification CALLBACK_IP_CHANGED for NetworkRequest [ LISTEN id=5256, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-30 15:22:50.954 30051 30051 W SystemServiceRegistry: No service published for: uimode
11-30 15:22:50.958 30051 30051 V Monotype: fonts.xml take from : /system/etc/
11-30 15:22:51.014 29916 30086 W cr_media: Requires BLUETOOTH permission
11-30 15:22:51.018 30051 30051 E Typeface: Error mapping font file /system/fonts/NotoSansKhmer-Regular.ttf
11-30 15:22:51.018 30051 30051 E Typeface: Error mapping font file /system/fonts/NotoSansKhmer-Bold.ttf
11-30 15:22:51.018 30051 30051 E Minikin : Could not get cmap table size!
11-30 15:22:51.018 30051 30051 E Typeface: Unable to load Family: null:und-Khmr
11-30 15:22:51.019 29916 30101 I zygote  : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
11-30 15:22:51.040 29916 29916 D NotificationService: onBind: android.service.notification.NotificationListenerService
11-30 15:22:51.041 29916 29916 D NotificationService: Bound by system
11-30 15:22:51.046  2985  2985 W NotificationListeners: (O)onServiceConnected : ManagedServiceInfo[component=ComponentInfo{com.myd.android.nhistory2/com.myd.android.nhistory2.services.NotificationService},userid=0,isSystem=false,targetSdkVersion=29,connection=<connection>,service=android.service.notification.INotificationListener$Stub$Proxy@1b0e0e0]
11-30 15:22:51.050  2985  3826 D ConnectivityService: filterNetworkStateForUid() uid: 11192 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:51.054 30051 30051 E Typeface: Error mapping font file /system/fonts/DroidSansFallback.ttf
11-30 15:22:51.054 30051 30051 E Minikin : Could not get cmap table size!
11-30 15:22:51.054 30051 30051 E Typeface: Unable to load Family: null:null
11-30 15:22:51.066 29916 30020 W Ads     : Update ad debug logging enablement as false
11-30 15:22:51.070  2985  5095 D ConnectivityService: filterNetworkStateForUid() uid: 11192 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:51.072  2985  5092 D ConnectivityService: filterNetworkStateForUid() uid: 11192 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:51.076 29916 29916 D NotificationService: onListenerConnected()
11-30 15:22:51.108 29916 30101 D libGLESv2: STS_GLApi : DTS, ODTC are not allowed for Package : com.myd.android.nhistory2
11-30 15:22:51.114 30051 30051 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3L.ttf
11-30 15:22:51.114 30051 30051 E Minikin : Could not get cmap table size!
11-30 15:22:51.114 30051 30051 E Typeface: Unable to load Family: samsung-sans-num3L:null
11-30 15:22:51.115 30051 30051 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3T.ttf
11-30 15:22:51.115 30051 30051 E Minikin : Could not get cmap table size!
11-30 15:22:51.115 30051 30051 E Typeface: Unable to load Family: samsung-sans-num3T:null
11-30 15:22:51.115 30051 30051 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4L.ttf
11-30 15:22:51.115 30051 30051 E Minikin : Could not get cmap table size!
11-30 15:22:51.115 30051 30051 E Typeface: Unable to load Family: samsung-sans-num4L:null
11-30 15:22:51.115 30051 30051 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4T.ttf
11-30 15:22:51.115 30051 30051 E Minikin : Could not get cmap table size!
11-30 15:22:51.115 30051 30051 E Typeface: Unable to load Family: samsung-sans-num4T:null
11-30 15:22:51.115 30051 30051 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num35.ttf
11-30 15:22:51.115 30051 30051 E Minikin : Could not get cmap table size!
11-30 15:22:51.116 30051 30051 E Typeface: Unable to load Family: samsung-sans-num35:null
11-30 15:22:51.116 30051 30051 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num45.ttf
11-30 15:22:51.116 30051 30051 E Minikin : Could not get cmap table size!
11-30 15:22:51.116 30051 30051 E Typeface: Unable to load Family: samsung-sans-num45:null
11-30 15:22:51.116 30051 30051 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3Lv.ttf
11-30 15:22:51.116 30051 30051 E Minikin : Could not get cmap table size!
11-30 15:22:51.116 30051 30051 E Typeface: Unable to load Family: samsung-sans-num3LV:null
11-30 15:22:51.116 30051 30051 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3R.ttf
11-30 15:22:51.116 30051 30051 E Minikin : Could not get cmap table size!
11-30 15:22:51.116 30051 30051 E Typeface: Unable to load Family: samsung-sans-num3R:null
11-30 15:22:51.116 30051 30051 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4Tv.ttf
11-30 15:22:51.116 30051 30051 E Minikin : Could not get cmap table size!
11-30 15:22:51.117 30051 30051 E Typeface: Unable to load Family: samsung-sans-num4Tv:null
11-30 15:22:51.117 30051 30051 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4Lv.ttf
11-30 15:22:51.117 30051 30051 E Minikin : Could not get cmap table size!
11-30 15:22:51.117 30051 30051 E Typeface: Unable to load Family: samsung-sans-num4Lv:null
11-30 15:22:51.121 30051 30051 I cr_ChildProcessService: Creating new ChildProcessService pid=30051
11-30 15:22:51.128 30051 30051 E WebViewLibraryLoader: can't load with relro file; address space not reserved
11-30 15:22:51.136 16033 27741 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:22:51.136 16033 27741 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1195, previously 2540
11-30 15:22:51.137 16033 27741 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:22:51.138 16033 27741 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2546, previously 2540
11-30 15:22:51.138 16033 27741 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1442, previously 4566
11-30 15:22:51.138 16033 27741 W ResourceType: ResTable_typeSpec entry count inconsistent: given 383, previously 2136
11-30 15:22:51.147 30051 30121 I cr_LibraryLoader: Successfully loaded native library
11-30 15:22:51.148 30051 30121 I cr_CachingUmaRecorder: Flushed 2 samples from 2 histograms.
11-30 15:22:51.149 28769 29333 V NFC     : this device does not have NFC support
11-30 15:22:51.150 28769 29333 V NFC     : this device does not have NFC support
11-30 15:22:51.158 28769 28769 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.ocr.service.internal.START cmp=com.google.android.gms/.chimera.GmsInternalApiService }
11-30 15:22:51.159 28769 28769 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.ocr.service.internal.START cmp=com.google.android.gms/.chimera.GmsInternalApiService }
11-30 15:22:51.201 28769 29276 I zygote  : Deoptimizing void brcp.cV(java.lang.Iterable, java.util.List) due to JIT inline cache
11-30 15:22:51.239 28769 29333 V NFC     : this device does not have NFC support
11-30 15:22:51.249  2985  3826 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:51.251  2985  3826 D SamsungAlarmManager: Cancel Alarm calling from uid:10018 pid :28769 / op:PendingIntent{a2debf8: PendingIntentRecord{d4338d1 com.google.android.gms broadcastIntent}}
11-30 15:22:51.266 16033 23954 W NetworkScheduler: Error inserting period=3138000 preferred_charging_state=1 preferred_network_type=1 target_class=com.google.android.gms.measurement.PackageMeasurementTaskService required_network_type=0 runtime=1638260571262 required_idleness_state=0 source=16 service_kind=0 target_package=com.google.android.gms persistence_level=1 source_version=214218000 last_runtime=0 user_id=0 job_id=-1 requires_charging=0 tag=Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG flex_time=1568000 task_type=0 retry_strategy={"maximum_backoff_seconds":{"3600":0},"initial_backoff_seconds":{"30":0},"retry_policy":{"0":0}}, error message: UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067)
11-30 15:22:51.266 16033 23954 W NetworkScheduler: #################################################################
11-30 15:22:51.266 16033 23954 W NetworkScheduler: Error Code : 2067 (SQLITE_CONSTRAINT_UNIQUE)
11-30 15:22:51.266 16033 23954 W NetworkScheduler: Caused By : Abort due to constraint violation.
11-30 15:22:51.266 16033 23954 W NetworkScheduler: 	(UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067))
11-30 15:22:51.266 16033 23954 W NetworkScheduler: #################################################################
11-30 15:22:51.266 16033 23954 W NetworkScheduler: [CONTEXT service_id=218 ]
11-30 15:22:51.319 29697 29968 E chromium: [ERROR:database.cc(1773)] Web SQLite error: code 5 errno 0: database is locked sql: PRAGMA cache_size=32
11-30 15:22:51.320 29697 29968 E chromium: [ERROR:database.cc(1773)] Web SQLite error: code 5 errno 0: database is locked sql: SELECT 1 FROM sqlite_schema WHERE type=? AND name=?
11-30 15:22:51.320 29697 29968 I chatty  : uid=10227(com.parallel.space.lite) ThreadPoolSingl identical 1 line
11-30 15:22:51.320 29697 29968 E chromium: [ERROR:database.cc(1773)] Web SQLite error: code 5 errno 0: database is locked sql: SELECT 1 FROM sqlite_schema WHERE type=? AND name=?
11-30 15:22:51.320 29697 29968 E chromium: [ERROR:database.cc(1773)] Web SQLite error: code 5 errno 0: database is locked sql: CREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY, value LONGVARCHAR)
11-30 15:22:51.320 29697 29697 W chromium: [WARNING:aw_form_database_service.cc(26)] initializing autocomplete database failed
11-30 15:22:51.398 16033 27741 W ResourceType: ResTable_typeSpec entry count inconsistent: given 15, previously 24
11-30 15:22:51.406 16033 27741 W ResourceType: ResTable_typeSpec entry count inconsistent: given 15, previously 24
11-30 15:22:51.550  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:22:51.656  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11192 ,Container id: 0
11-30 15:22:51.656  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11192 ,Container id: 0
11-30 15:22:51.656  2985  5092 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:51.672 16033 27741 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2124, previously 2561
11-30 15:22:51.672 16033 27741 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1647, previously 1654
11-30 15:22:51.673 16033 27741 W ResourceType: ResTable_typeSpec entry count inconsistent: given 293, previously 1912
11-30 15:22:51.689  2985  3096 D SamsungAlarmManager: Expired : 4
11-30 15:22:51.689  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152704, SetElapsed=459128050, nowELAPSED=458875334
11-30 15:22:51.690  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T152259, SetElapsed=458883644, nowELAPSED=458875334
11-30 15:22:51.690  2985  3096 V SamsungAlarmManager: Sending to uid : 1000 listener=android.app.AlarmManager$ListenerWrapper@2ed1cb6 alarm=Alarm{3f1910d type 2 when 458875010 android}
11-30 15:22:51.690  2985  3096 V SamsungAlarmManager: Sending to uid : 10018 action=com.google.android.gms.gcm.ACTION_CHECK_QUEUE alarm=Alarm{51ae8c2 type 2 when 458875334 com.google.android.gms}
11-30 15:22:51.695  2985  2985 D SamsungAlarmManager: setExact Listener (T:2/F:0/AC:false) 20211130T152252 - CU:1000/CP:2985
11-30 15:22:51.695  2985  2985 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152252, SetElapsed=458876335, nowELAPSED=458875340
11-30 15:22:51.698  2985  5092 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:51.704  2985  3137 D SamsungAlarmManager: Cancel Alarm calling from uid:10018 pid :16033 / op:PendingIntent{b1d6f3c: PendingIntentRecord{e27d172 com.google.android.gms broadcastIntent}}
11-30 15:22:51.709 14965 14965 I Finsky  : [2] pob.onStartJob(3): SCH: job service start with id 9026.
11-30 15:22:51.740 14965 28946 I Finsky  : [43495] pmq.a(105): SCH: Satisfied jobs for 9026 are: 12-1
11-30 15:22:51.741 14965 29174 I Finsky  : [43510] pgo.accept(28): SCH: Job 12-1 starting
11-30 15:22:51.742 14965 14965 I Finsky  : [2] ContentSyncJob.x(1): [ContentSync] job started
11-30 15:22:51.747  2985  5092 D SamsungAlarmManager: setInexact Intent (T:2/F:0/AC:false) 20211130T152729 - CU:10018/CP:16033
11-30 15:22:51.767  6077  6077 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService PairActivityUserId=150 }
11-30 15:22:51.767  6077  6077 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService PairActivityUserId=150 }
11-30 15:22:51.767 16033 23954 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.phenotype.service.sync.PhenotypeConfigurator started execution. cause:4 exec_start_elapsed_seconds: 458875 [CONTEXT service_id=218 ]
11-30 15:22:51.881 14965 29122 I Finsky  : [43509] zr.s(1): Completed 0 account content syncs with 0 successful.
11-30 15:22:51.882 14965 14965 I Finsky  : [2] ContentSyncJob.a(1): [ContentSync] Installation state replication succeeded.
11-30 15:22:51.882 14965 14965 I Finsky  : [2] pmo.s(4): SCH: jobFinished: 12-1. TimeElapsed: 140ms.
11-30 15:22:51.886  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:51.886  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:51.886  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:51.919 14965 15043 I Finsky  : [43189] pmg.accept(69): SCH: Scheduling phonesky job Id: 1-1337, CT: 1638256269428, Constraints: [{ L: 42986252, D: 86186252, C: 1, I: 1, N: 1 }]
11-30 15:22:51.956 14965 15024 I Finsky  : [43182] pgq.apply(52): SCH: Scheduling 1 system job(s)
11-30 15:22:51.957 14965 15024 I Finsky  : [43182] pgq.apply(58): SCH: Scheduling system job Id: 9030, L: 38683724, D: 81883724, C: false, I: false, N: 1
11-30 15:22:51.958  2985  5084 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:51.987 14965 29174 I Finsky  : [43510] pob.a(16): SCH: job service finished with id 9026.
11-30 15:22:51.999  2985  5084 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152704, SetElapsed=459128050, nowELAPSED=458875643
11-30 15:22:51.999  2985  5084 D SamsungAlarmManager: setExact Listener (T:2/F:0/AC:false) 20211130T152252 - CU:1000/CP:2985
11-30 15:22:51.999  2985  5084 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152252, SetElapsed=458876637, nowELAPSED=458875644
11-30 15:22:52.006  2985  5084 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152252, SetElapsed=458875843, nowELAPSED=458875651
11-30 15:22:52.007  2985  5084 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20211130T152834 - CU:1000/CP:2985
11-30 15:22:52.133 28769 28789 I zygote  : Background concurrent copying GC freed 227625(6MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 9MB/19MB, paused 187us total 132.259ms
11-30 15:22:52.167  6077  1060 W ResourceType: ResTable_typeSpec entry count inconsistent: given 141, previously 169
11-30 15:22:52.198  2985  3096 D SamsungAlarmManager: Expired : 4
11-30 15:22:52.198  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152704, SetElapsed=459128050, nowELAPSED=458875843
11-30 15:22:52.198  2985  3096 V SamsungAlarmManager: Sending to uid : 1000 listener=android.app.AlarmManager$ListenerWrapper@aae4210 alarm=Alarm{a9a69d4 type 2 when 458875843 android}
11-30 15:22:52.202  2985  2985 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20211130T152325 - CU:1000/CP:2985
11-30 15:22:52.202  2985  2985 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152325, SetElapsed=458909113, nowELAPSED=458875846
11-30 15:22:52.211 23617 23617 I Finsky  : [2] pob.onStartJob(3): SCH: job service start with id 9799.
11-30 15:22:52.268 23617 29001 I Finsky  : [43846] pmq.a(105): SCH: Satisfied jobs for 9799 are: 12-1
11-30 15:22:52.270 23617 30141 I Finsky  : [43863] pgo.accept(28): SCH: Job 12-1 starting
11-30 15:22:52.271 23617 23617 I Finsky  : [2] ContentSyncJob.x(1): [ContentSync] job started
11-30 15:22:52.453 29697 29697 E chromium: [ERROR:service_worker_storage.cc(1899)] Failed to delete the database: Database IO error
11-30 15:22:52.886  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:52.886  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:52.886  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:52.895 29697 29722 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:22:52.929 29697 29722 I zygote  : WaitForGcToComplete blocked ProfileSaver on ClassLinker for 33.504ms
11-30 15:22:52.983 16033 27741 I aktw    : Removed 0 invalid users [CONTEXT service_id=51 ]
11-30 15:22:53.004  6077  1060 I aktw    : Removed 0 invalid users [CONTEXT service_id=51 ]
11-30 15:22:53.284  2985  2994 I zygote  : Background concurrent copying GC freed 400784(18MB) AllocSpace objects, 35(3MB) LOS objects, 27% free, 62MB/86MB, paused 403us total 681.194ms
11-30 15:22:53.319  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:22:53.887  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:53.887  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:53.887  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:53.912  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:22:53.912  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:22:53.912  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:22:53.912  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:22:53.930  2985  7619 D SSRM:aU : SIOP:: AP:425(448,0) BAT:320(320,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:22:53.938  2985  3826 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:22:53.938  2985  3826 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:22:54.050  4228  4228 D io_stats: !@ 179,0 r 54703906 1394111056 w 6068174 85750532 d 1208195 30863604 f 1082052 1081099 iot 29949170 29353993 th 51200 0 0 pt 0 inp 0 0 264073.043
11-30 15:22:54.084 23617 23629 I zygote  : Background concurrent copying GC freed 71971(2MB) AllocSpace objects, 20(544KB) LOS objects, 49% free, 10MB/20MB, paused 358us total 256.575ms
11-30 15:22:54.086  2706  2706 W keystore: ENTER remove operation from uid 10040
11-30 15:22:54.087  2706  2706 W keystore: ENTER remove operation from uid 10040
11-30 15:22:54.211  2985  5095 D SamsungAlarmManager: Cancel Alarm calling from uid:10018 pid :16033 / op:PendingIntent{729617a: PendingIntentRecord{86774d2 com.google.android.gms startService}}
11-30 15:22:54.328 16033 16043 I zygote  : Background concurrent copying GC freed 247132(14MB) AllocSpace objects, 41(1952KB) LOS objects, 49% free, 16MB/32MB, paused 200us total 248.252ms
11-30 15:22:54.391 23617 23617 I Finsky  : [2] zr.s(1): Completed 8 account content syncs with 8 successful.
11-30 15:22:54.393 23617 23617 I Finsky  : [2] ContentSyncJob.a(1): [ContentSync] Installation state replication succeeded.
11-30 15:22:54.393 23617 23617 I Finsky  : [2] pmo.s(4): SCH: jobFinished: 12-1. TimeElapsed: 2122ms.
11-30 15:22:54.465 23617 23665 I Finsky  : [43722] pmg.accept(69): SCH: Scheduling phonesky job Id: 1-1337, CT: 1638256285982, Constraints: [{ L: 42535577, D: 85735577, C: 1, I: 1, N: 1 }]
11-30 15:22:54.465 23617 23665 I Finsky  : [43722] pmg.accept(69): SCH: Scheduling phonesky job Id: 34-2816, CT: 1638242054694, Constraints: [{ L: 79197589, D: 1375197589, C: 1, I: 1, N: 1 }]
11-30 15:22:54.476  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:22:54.505 28769 28784 I zygote  : Do partial code cache collection, code=243KB, data=141KB
11-30 15:22:54.505 28769 28784 I zygote  : After code cache collection, code=238KB, data=138KB
11-30 15:22:54.505 28769 28784 I zygote  : Increasing code cache capacity to 1024KB
11-30 15:22:54.529 23617 23659 I Finsky  : [43717] pgq.apply(52): SCH: Scheduling 1 system job(s)
11-30 15:22:54.530 23617 23659 I Finsky  : [43717] pgq.apply(58): SCH: Scheduling system job Id: 9803, L: 38247030, D: 81447030, C: false, I: false, N: 1
11-30 15:22:54.531  2985  3826 D ConnectivityService: filterNetworkStateForUid() uid: 10040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:54.566  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:22:54.566  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10227 ,Container id: 0
11-30 15:22:54.566  2985  3826 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:54.586 23617 30141 I Finsky  : [43863] pob.a(16): SCH: job service finished with id 9799.
11-30 15:22:54.597  2985  3826 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152704, SetElapsed=459128050, nowELAPSED=458878242
11-30 15:22:54.598  2985  3826 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20211130T152325 - CU:1000/CP:2985
11-30 15:22:54.598  2985  3826 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152325, SetElapsed=458909113, nowELAPSED=458878242
11-30 15:22:54.603  2985  3826 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20211130T152834 - CU:1000/CP:2985
11-30 15:22:54.887  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:54.887  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:54.887  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:55.164  2985  3826 I ActivityManager: KPU : put [com.google.process.gapps] : 3756 K
11-30 15:22:55.164  2985  3826 I ActivityManager: Killing 27942:com.google.process.gapps/u150a18 (adj 906): DHA:empty #46
11-30 15:22:55.180  2985  3002 I zygote  : Successfully killed process cgroup uid 15010018 pid 27942 in 16ms
11-30 15:22:55.181  2985  3070 W Choreographer: Frame time is 6.160775 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:22:55.246  2985  3826 D SamsungAlarmManager: Cancel Alarm calling from uid:10018 pid :28769 / op:PendingIntent{1ab2107: PendingIntentRecord{ffa4eb3 com.google.android.gms startService}}
11-30 15:22:55.249  2985  5084 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:55.249  2985  3826 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T152300, SetElapsed=458883645, nowELAPSED=458878894
11-30 15:22:55.401  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:22:55.887  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:55.887  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:55.887  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:55.912  6077  1060 I aktn    : Scheduling adaptive one off task with window [14400, 604800] in seconds [CONTEXT service_id=51 ]
11-30 15:22:55.924  6077  6077 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:22:55.924  6077  6077 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:22:56.054  2985  5084 D StorageManagerService: getExternalStorageMountMode : 1
11-30 15:22:56.054  2985  5084 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:56.054  2985  5084 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 15010078, packageName : com.google.android.googlequicksearchbox
11-30 15:22:56.054  2985  5084 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.googlequicksearchbox user:150
11-30 15:22:56.057  2985  5084 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:22:56.057  2985  5084 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.googlequicksearchbox user:150
11-30 15:22:56.059  2985  5084 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:22:56.059  2985  5084 D ActivityManager: package  com.google.android.googlequicksearchbox, user - 150 is SDcard blacklisted
11-30 15:22:56.073  2985  5084 I ActivityManager: Start proc 30153:com.google.android.googlequicksearchbox/u150a78 for broadcast com.google.android.googlequicksearchbox/com.google.android.libraries.phenotype.client.stable.PhenotypeUpdateBackgroundBroadcastReceiver
11-30 15:22:56.073 30153 30153 I Zygote  : Unshare entire /
11-30 15:22:56.076 30153 30153 I libpersona: umount_sub_dirs: unmounting [/mnt/secure/asec]
11-30 15:22:56.076 30153 30153 I libpersona: umount_sub_dirs: unmounting [/mnt/secure/asec]
11-30 15:22:56.076 27773 27773 I BgTaskExecutorImpl: Starting EXCLUSIVE background task FETCH_CONFIGS_FROM_PHENOTYPE.
11-30 15:22:56.077 30153 30153 I libpersona: umount_sub_dirs: unmounting [/mnt/asec/com.netflix.mediaclient-1]
11-30 15:22:56.079 30153 30153 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:22:56.079 30153 30153 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:22:56.079 30153 30153 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:22:56.080 30153 30153 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:22:56.080 30153 30153 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:22:56.080 30153 30153 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:22:56.080 30153 30153 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:22:56.080 30153 30153 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:22:56.080 30153 30153 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:22:56.082 30153 30153 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:56.083 30153 30153 I SELinux : SELinux: seapp_context_lookup: seinfo=apm, level=s0:c662,c768, pkgname=com.google.android.googlequicksearchbox 
11-30 15:22:56.111  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010078 ,Container id: 150
11-30 15:22:56.111  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010078 ,Container id: 150
11-30 15:22:56.111  2985  5084 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:22:56.111  2985  5084 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:22:56.114  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010078 ,Container id: 150
11-30 15:22:56.115  2985  5084 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010078 ,Container id: 150
11-30 15:22:56.115  2985  5084 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:22:56.115  2985  5084 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:22:56.117 30153 30153 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:56.119  2985  5092 I ActivityManager: DSS on for com.google.android.googlequicksearchbox and scale is 1.0
11-30 15:22:56.138 16033 23954 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.phenotype.service.sync.PhenotypeConfigurator finished executing. cause:4 result: 1 elapsed_millis: 4392 uptime_millis: 4392 exec_start_elapsed_seconds: 458875 [CONTEXT service_id=218 ]
11-30 15:22:56.138 27773 27926 D StrictMode: StrictMode policy violation: android.os.StrictMode$StrictModeDiskReadViolation: policy=4259903 violation=2
11-30 15:22:56.138 27773 27926 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1440)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:251)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at java.io.File.exists(File.java:807)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at com.android.server.locksettings.LockSettingsStorage.getSynthenticPasswordStateFilePathForUser(LockSettingsStorage.java:587)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at com.android.server.locksettings.LockSettingsStorage.readSyntheticPasswordState(LockSettingsStorage.java:512)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at com.android.server.locksettings.SyntheticPasswordManager.loadState(SyntheticPasswordManager.java:1520)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at com.android.server.locksettings.SyntheticPasswordManager.getCredentialType(SyntheticPasswordManager.java:646)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at com.android.server.locksettings.LockSettingsService.havePattern(LockSettingsService.java:1204)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at com.android.internal.widget.LockPatternUtils.savedPatternExists(LockPatternUtils.java:619)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at com.android.internal.widget.LockPatternUtils.isLockPatternEnabled(LockPatternUtils.java:1378)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at com.android.internal.widget.LockPatternUtils.isSecure(LockPatternUtils.java:1332)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at com.android.server.trust.TrustManagerService$1.isDeviceSecure(TrustManagerService.java:887)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at com.android.server.trust.TrustManagerService$1.isDeviceLocked(TrustManagerService.java:868)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at android.app.trust.ITrustManager$Stub.onTransact(ITrustManager.java:122)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at android.os.Binder.execTransact(Binder.java:705)
11-30 15:22:56.138 27773 27926 D StrictMode: # via Binder call with stack:
11-30 15:22:56.138 27773 27926 D StrictMode: android.os.StrictMode$LogStackTrace
11-30 15:22:56.138 27773 27926 D StrictMode: 	at android.os.StrictMode.readAndHandleBinderCallViolations(StrictMode.java:2139)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at android.os.Parcel.readExceptionCode(Parcel.java:2003)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at android.os.Parcel.readException(Parcel.java:1972)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at android.app.trust.ITrustManager$Stub$Proxy.isDeviceLocked(ITrustManager.java:297)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at android.app.KeyguardManager.isDeviceLocked(KeyguardManager.java:430)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at android.app.KeyguardManager.isDeviceLocked(KeyguardManager.java:420)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at com.google.android.apps.gsa.search.core.state.d.bn.<init>(PG:2)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at com.google.android.apps.gsa.search.core.state.d.bo.a(PG:1)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at com.google.android.apps.gsa.binaries.velvet.app.nv.c(PG:13)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at com.google.android.apps.gsa.binaries.velvet.app.nv.b(PG:2)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at dagger.a.e.b(PG:1)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at com.google.android.apps.gsa.binaries.velvet.app.nv.f(Unknown Source:1906)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at com.google.android.apps.gsa.binaries.velvet.app.nv.b(PG:12)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at dagger.a.e.b(PG:1)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at com.google.android.apps.gsa.search.core.service.g.a.c.a(PG:2)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at com.google.android.libraries.gsa.j.a.g.a(PG:2)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at com.google.common.w.a.du.a(PG:1)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at com.google.common.w.a.cr.run(PG:4)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at com.google.common.w.a.dw.run(PG:1)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at com.google.android.libraries.i.ad.run(PG:1)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at com.google.android.libraries.i.e.run(PG:2)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at com.google.android.libraries.i.o.run(PG:4)
11-30 15:22:56.138 27773 27926 D StrictMode: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:22:56.148 30153 30153 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15010078
11-30 15:22:56.149 30153 30153 D Proxy   : mdoP is null: 15010078
11-30 15:22:56.155  2985  5092 W ActivityManager: Background start not allowed: service Intent { cmp=com.google.android.googlequicksearchbox/com.google.android.apps.gsa.shared.util.keepalive.StandaloneKeepAlive$KeepAliveService PairActivityUserId=150 } to com.google.android.googlequicksearchbox/com.google.android.apps.gsa.shared.util.keepalive.StandaloneKeepAlive$KeepAliveService from pid=27773 uid=15010078 pkg=com.google.android.googlequicksearchbox
11-30 15:22:56.159 27773 27885 W A       : Attempting to start service when the app is in background is not allowed on Android O+. Intent: Intent { cmp=com.google.android.googlequicksearchbox/com.google.android.apps.gsa.shared.util.keepalive.StandaloneKeepAlive$KeepAliveService PairActivityUserId=150 }
11-30 15:22:56.159 27773 27885 W A       : java.lang.IllegalStateException: Not allowed to start service Intent { cmp=com.google.android.googlequicksearchbox/com.google.android.apps.gsa.shared.util.keepalive.StandaloneKeepAlive$KeepAliveService PairActivityUserId=150 }: app is in background uid UidRecord{34fff79 u150a78 TRNB idle procs:3 proclist:27773,28025,30153, seq(0,0,0)}
11-30 15:22:56.159 27773 27885 W A       : 	at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1600)
11-30 15:22:56.159 27773 27885 W A       : 	at android.app.ContextImpl.startService(ContextImpl.java:1546)
11-30 15:22:56.159 27773 27885 W A       : 	at android.content.ContextWrapper.startService(ContextWrapper.java:669)
11-30 15:22:56.159 27773 27885 W A       : 	at com.google.android.apps.gsa.shared.util.keepalive.StandaloneKeepAlive.g(PG:1)
11-30 15:22:56.159 27773 27885 W A       : 	at com.google.android.apps.gsa.shared.util.keepalive.StandaloneKeepAlive.d(PG:1)
11-30 15:22:56.159 27773 27885 W A       : 	at com.google.android.apps.gsa.search.core.service.bn.a(PG:8)
11-30 15:22:56.159 27773 27885 W A       : 	at com.google.android.apps.gsa.search.core.service.ao.run(PG:9)
11-30 15:22:56.159 27773 27885 W A       : 	at com.google.android.libraries.gsa.j.a.k.run(PG:2)
11-30 15:22:56.159 27773 27885 W A       : 	at com.google.android.apps.gsa.shared.util.c.a.cf.b(PG:1)
11-30 15:22:56.159 27773 27885 W A       : 	at com.google.android.apps.gsa.shared.util.c.a.ci.run(PG:1)
11-30 15:22:56.159 27773 27885 W A       : 	at com.google.android.apps.gsa.shared.util.c.a.ag.run(PG:2)
11-30 15:22:56.159 27773 27885 W A       : 	at com.google.android.apps.gsa.shared.util.c.a.an.c(PG:1)
11-30 15:22:56.159 27773 27885 W A       : 	at com.google.android.apps.gsa.shared.util.c.a.ak.run(Unknown Source:2)
11-30 15:22:56.159 27773 27885 W A       : 	at com.google.android.apps.gsa.shared.util.c.a.e.run(PG:2)
11-30 15:22:56.159 27773 27885 W A       : 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457)
11-30 15:22:56.159 27773 27885 W A       : 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
11-30 15:22:56.159 27773 27885 W A       : 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301)
11-30 15:22:56.159 27773 27885 W A       : 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:22:56.159 27773 27885 W A       : 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:22:56.159 27773 27885 W A       : 	at java.lang.Thread.run(Thread.java:764)
11-30 15:22:56.159 27773 27885 W A       : 	at com.google.android.apps.gsa.shared.util.c.a.l.run(PG:5)
11-30 15:22:56.161  2985  5092 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:56.164  2985  5092 D SamsungAlarmManager: Cancel Alarm calling from uid:10018 pid :16033 / op:PendingIntent{407e1f6: PendingIntentRecord{e27d172 com.google.android.gms broadcastIntent}}
11-30 15:22:56.179  2985  5092 D SamsungAlarmManager: setInexact Intent (T:2/F:0/AC:false) 20211130T152729 - CU:10018/CP:16033
11-30 15:22:56.184 13746 13746 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService PairActivityUserId=150 }
11-30 15:22:56.189 27773 27885 I MicroDetectionState: Should stop hotword detection immediately - true
11-30 15:22:56.217 30153 30153 I MultiDex: VM with version 2.1.0 has multidex support
11-30 15:22:56.217 30153 30153 I MultiDex: install
11-30 15:22:56.217 30153 30153 I MultiDex: VM has multidex support, MultiDex support library is disabled.
11-30 15:22:56.419  6077  6077 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.icing.LIGHTWEIGHT_INDEX_SERVICE cmp=com.google.android.gms/.chimera.PersistentApiService PairActivityUserId=150 }
11-30 15:22:56.659 30153 30153 I zygote  : Deoptimizing java.lang.Object com.google.common.b.pw.g(java.lang.Object, java.lang.Object[], int, int, java.lang.Object) due to JIT inline cache
11-30 15:22:56.670 30153 30153 I A       : Initialized process com.google.android.googlequicksearchbox
11-30 15:22:56.717 27773 27779 I zygote  : Do partial code cache collection, code=251KB, data=164KB
11-30 15:22:56.719 27773 27779 I zygote  : After code cache collection, code=250KB, data=164KB
11-30 15:22:56.719 27773 27779 I zygote  : Increasing code cache capacity to 1024KB
11-30 15:22:56.761 30153 30158 I zygote  : Do partial code cache collection, code=14KB, data=11KB
11-30 15:22:56.762 30153 30158 I zygote  : After code cache collection, code=10KB, data=8KB
11-30 15:22:56.762 30153 30158 I zygote  : Increasing code cache capacity to 128KB
11-30 15:22:56.766 30153 30158 I zygote  : Method exceeds compiler instruction limit: 17614 in java.util.Map com.google.android.apps.gsa.shared.logger.b.h.d()
11-30 15:22:56.785 30153 30153 I A       : Initializing GMS Compliance Client Library...
11-30 15:22:56.785 30153 30153 I A       : Checking for device compliance...
11-30 15:22:56.786 30153 30153 I A       : Feature is disabled!
11-30 15:22:56.786 30153 30153 I A       : Completed library init.
11-30 15:22:56.797  6077  6077 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gmscompliance.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService PairActivityUserId=150 }
11-30 15:22:56.797  6077  6077 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gmscompliance.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService PairActivityUserId=150 }
11-30 15:22:56.854 30153 30153 I PhenotypeBackgroundRecv: Skipping com.google.android.apps.search.webglide.user#com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:22:56.862 27773 27773 W A       : Received update for unknown package com.google.android.googlequicksearchbox; known packages [assistant_auto_tng_libraries_device#com.google.android.googlequicksearchbox, assistant_auto_tng_libraries_user#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.verticals.memory#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.assistant.user#com.google.android.googlequicksearchbox, com.google.android.libraries.search.audio.device#com.google.android.googlequicksearchbox:com.google.android.googlequicksearchbox:search, com.google.android.apps.search.faceviewer#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.googleapp.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.lens.user#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.device#com.google.android.googlequicksearchbox, com.google.android.apps.gsa.pcp.user#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.device#com.google.android.googlequicksearchbox, com.google.android.apps.podcasts_android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.pronunciationlearning#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.device#com.google.android.googlequicksearchbox, com.google.ar.sceneviewer.android.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.soundsearch.user#com.google.android.googlequicksearchbox, com.google.android.libraries.assistant.symbiote#com.google.android.googlequicksearchbox, com.google.android.libraries.search.device#com.google.android.googlequicksearchbox, com.google.android.libraries.search.user#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.device#com.google.android.googlequicksearchbox, com.google.android.apps.search.transcription.uidevice#com.google.android.googlequicksearchbox, com.google.android.apps.search.webglide.user#com.google.android.googlequicksearchbox]
11-30 15:22:56.874  2985  5092 D JobServiceContext: sendStopMessageLocked stop reason: job rescheduled by app
11-30 15:22:56.879 30153 30153 I PhenotypeBackgroundRecv: Skipping com.google.android.googlequicksearchbox which doesn't use ProcessStable flags.
11-30 15:22:56.887  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:56.887  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:56.887  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:56.903 27773 27861 I zygote  : Deoptimizing java.lang.Object com.google.protobuf.af.W(com.google.protobuf.eo, com.google.protobuf.ay) due to JIT inline cache
11-30 15:22:56.903 27773 27861 I zygote  : Deoptimizing int com.google.protobuf.af.e() due to JIT inline cache
11-30 15:22:56.917 27773 27773 I BgTaskExecutorImpl: Starting NONEXCLUSIVE background task UPDATE_GSERVICES_CONFIG.
11-30 15:22:56.922 27773 30182 I A       : Updating Gservices keys
11-30 15:22:56.953 27773 27885 W SearchServiceCore: Abort, client detached.
11-30 15:22:56.954 27773 27885 W SearchServiceCore: Abort, client detached.
11-30 15:22:56.957  2985  5084 D JobServiceContext: sendStopMessageLocked stop reason: cancel() called by app
11-30 15:22:56.976 27773 27779 I zygote  : Do full code cache collection, code=287KB, data=184KB
11-30 15:22:56.977 27773 27779 I zygote  : After code cache collection, code=195KB, data=110KB
11-30 15:22:56.992  2985  5092 D PackageManager: setEnabledSetting : userId = 150 packageName = com.google.android.googlequicksearchbox cmp = com.google.android.apps.gsa.deeplink.DeeplinkActivityEntrypoint newState = 0 callingPackage = 15010078/com.google.android.googlequicksearchbox
11-30 15:22:56.999 27773 27861 I ModelDownloadListener: Schdedule model download
11-30 15:22:56.999 27773 27826 I FedAssExpListener: Fed-ass not supported for signed out users.
11-30 15:22:56.999 27773 27826 I FedAssExpListener: Successfully processed experiments changed.
11-30 15:22:57.003  2985  3826 D ConnectivityService: filterNetworkStateForUid() uid: 15010078 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:57.008 27773 27773 I BgTaskExecutorImpl: Starting EXCLUSIVE background task UPDATE_HOTWORD_MODELS.
11-30 15:22:57.012 27773 27826 I A       : NGA disabled due to not being eligible.
11-30 15:22:57.019 27773 30151 I ModelDownloadController: requestHotwordModelUpdate modelType-2 modelLocale-en-US
11-30 15:22:57.028 27773 30151 I ModelDownloadController: #maybeDownloadHotwordModelWithMDD with locale: en-US, modelType: 2.
11-30 15:22:57.029 27773 30182 I zygote  : Deoptimizing void com.google.protobuf.dw.Y(int, java.lang.Object, com.google.protobuf.ao) due to JIT inline cache
11-30 15:22:57.117 27773 27911 I ModelDownloadController: Hotword models associated with downloaded MDD filegroups: [hotword_model_en-US_okhey], pending groups: []
11-30 15:22:57.119 27773 30151 I ModelDownloadController: Skipping MDD query because model was already downloaded for locale
11-30 15:22:57.121 27773 27885 W SearchServiceCore: Abort, client detached.
11-30 15:22:57.122 27773 27885 W SearchServiceCore: Abort, client detached.
11-30 15:22:57.123  2985  3826 D JobServiceContext: sendStopMessageLocked stop reason: cancel() called by app
11-30 15:22:57.164 27773 27861 I zygote  : Deoptimizing void com.google.protobuf.ep.O(int, java.util.List, com.google.protobuf.ao, boolean) due to JIT inline cache
11-30 15:22:57.215 27773 27885 W SearchServiceCore: Abort, client detached.
11-30 15:22:57.215 27773 30182 I BgTaskExecutorImpl: Starting EXCLUSIVE background task FETCH_CONFIGS_FROM_PHENOTYPE.
11-30 15:22:57.248  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:22:57.248  2719  2795 E IptablesRestoreController: -A fw_standby_uid -m owner --uid-owner 15010227 -j DROP
11-30 15:22:57.248  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:22:57.261  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:22:57.261  2719  2795 E IptablesRestoreController: -A fw_standby_uid -m owner --uid-owner 15010227 -j DROP
11-30 15:22:57.261  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:22:57.261  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:22:57.774  2985  3298 D UcmService: onReceive android.intent.action.PACKAGE_CHANGED
11-30 15:22:57.774  2985  3298 D UcmService: Package update in userId-0 and uid-10227
11-30 15:22:57.777  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.PACKAGE_CHANGED
11-30 15:22:57.777  3470  3470 D ImsResolver: maybeAddedImsService, packageName: com.parallel.space.lite
11-30 15:22:57.777  3519  3519 D ThemeManagerService: BroadcastReceiver packageName :com.parallel.space.lite, action = android.intent.action.PACKAGE_CHANGED
11-30 15:22:57.777  3510  3510 D MetadataParser: onPackageUpdated() key = com.parallel.space.lite
11-30 15:22:57.781   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:22:57.782   559   636 I ControllerEventHandler: [#CMH#] onPackageChanged()  null
11-30 15:22:57.783   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:22:57.783  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:57.784  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:57.791  2985  3117 D InputReader: externalDisplayId 0 W 1080 H 1920
11-30 15:22:57.791  2985  3117 I InputReader: Reconfiguring input devices.  changes=0x00000010
11-30 15:22:57.797  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:22:57.797  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1195, previously 2540
11-30 15:22:57.797  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:22:57.798  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2546, previously 2540
11-30 15:22:57.798  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1442, previously 4566
11-30 15:22:57.798  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 383, previously 2136
11-30 15:22:57.801  2985  2985 W ResourceType: For resource 0x7f130c16, entry index(3094) is beyond type entryCount(1442)
11-30 15:22:57.801  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:22:57.801  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:22:57.802  2985  2985 W ResourceType: For resource 0x7f1305f2, entry index(1522) is beyond type entryCount(1442)
11-30 15:22:57.802  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:22:57.802  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:22:57.802  2985  2985 W ResourceType: For resource 0x7f130824, entry index(2084) is beyond type entryCount(1442)
11-30 15:22:57.802  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:22:57.802  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:22:57.819  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:57.820  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:57.832  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:22:57.833  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:22:57.834  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2711, previously 2714
11-30 15:22:57.834  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 312, previously 1787
11-30 15:22:57.856  3470  3470 D CarrierSvcBindHelper: No carrier app for: 0
11-30 15:22:57.858  3470  3470 D CarrierSvcBindHelper: No carrier app for: 1
11-30 15:22:57.859  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2002, previously 2011
11-30 15:22:57.859  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2773, previously 2855
11-30 15:22:57.859  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 193, previously 1221
11-30 15:22:57.862  2985  5092 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20311128T152257 - CU:10018/CP:16033
11-30 15:22:57.872 27773 27861 I zygote  : Deoptimizing int com.google.protobuf.dw.v(java.lang.Object, byte[], int, int, int, int, int, int, long, int, long, com.google.protobuf.i) due to JIT inline cache
11-30 15:22:57.880  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 98, previously 597
11-30 15:22:57.881  2985  2985 W ResourceType: Found multiple library tables, ignoring...
11-30 15:22:57.881  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 6282, previously 6446
11-30 15:22:57.881  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 198, previously 1867
11-30 15:22:57.881  2985  2985 W ResourceType: Found multiple library tables, ignoring...
11-30 15:22:57.887  2985  3826 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20311128T152257 - CU:10018/CP:28769
11-30 15:22:57.887  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:57.887  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:57.887  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:57.888 16033 30186 I Fitness : OnPackageChangedOperation got intent: Intent { act=android.intent.action.PACKAGE_CHANGED dat=package:com.parallel.space.lite flg=0x45000010 pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) } [CONTEXT service_id=17 ]
11-30 15:22:57.898  2985  2985 D PackageManager: Shame on you for calling the hidden API queryBroadcastReceivers(). Shame!
11-30 15:22:57.902 16033 30187 I Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_CHANGED [CONTEXT service_id=17 ]
11-30 15:22:57.903  2985  2985 D NotificationListeners: rebindServices - com.android.server.notification.ManagedServices.onPackagesChanged:502 com.android.server.notification.NotificationManagerService$5.onReceive:1193 android.app.LoadedApk$ReceiverDispatcher$Args.lambda$-android_app_LoadedApk$ReceiverDispatcher$Args_54380:1355 android.app.-$Lambda$aS31cHIhRx41653CMnd4gZqshIQ.$m$7:4 android.app.-$Lambda$aS31cHIhRx41653CMnd4gZqshIQ.run:39 android.os.Handler.handleCallback:790 android.os.Handler.dispatchMessage:99 android.os.Looper.loop:164 com.android.server.SystemServer.run:737 com.android.server.SystemServer.main:568 
11-30 15:22:57.903  2985  2985 V NotificationListeners: enabling notification listener for 0: ComponentInfo{com.lbe.parallel.intl/com.lbe.parallel.ui.lockscreen.NotificationObserverService}
11-30 15:22:57.903  2985  2985 V NotificationListeners: registerService: ComponentInfo{com.lbe.parallel.intl/com.lbe.parallel.ui.lockscreen.NotificationObserverService} u=0
11-30 15:22:57.905  2985  2985 V NotificationListeners: binding: Intent { act=android.service.notification.NotificationListenerService cmp=com.lbe.parallel.intl/com.lbe.parallel.ui.lockscreen.NotificationObserverService (has extras) }
11-30 15:22:57.906  2985  2985 D MARsPolicyManager: AutoRun Policy isSamsungService -- SystemPackage:android
11-30 15:22:57.908  2985  2985 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:57.908  2985  2985 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:57.908  2985  2985 D StorageManagerService: getExternalStorageMountMode : final mountMode=3, uid : 11108, packageName : com.lbe.parallel.intl
11-30 15:22:57.909  2985  2985 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.lbe.parallel.intl user:0
11-30 15:22:57.909  2985  2985 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:57.909  2985  2985 D ActivityManager: package  com.lbe.parallel.intl, user - 0 is SDcard whitelisted
11-30 15:22:57.909  2985  2985 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.lbe.parallel.intl user:0
11-30 15:22:57.909  2985  2985 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:57.925 30196 30196 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:22:57.927 30196 30196 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:57.928 30196 30196 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.lbe.parallel.intl:mdserver 
11-30 15:22:57.931 27773 27861 I zygote  : Deoptimizing boolean com.google.android.apps.gsa.shared.m.c.a(int) due to JIT inline cache
11-30 15:22:57.955  2985  5083 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11108 ,Container id: 0
11-30 15:22:57.986  2985  2985 W ActivityManager: Slow operation: 80ms so far, now at startProcess: building log message
11-30 15:22:57.986  2985  2985 I ActivityManager: Start proc 30196:com.lbe.parallel.intl:mdserver/u0a1108 for service com.lbe.parallel.intl/com.lbe.parallel.ui.lockscreen.NotificationObserverService
11-30 15:22:57.986  2985  5083 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11108 ,Container id: 0
11-30 15:22:57.986  2985  2985 W ActivityManager: Slow operation: 80ms so far, now at startProcess: starting to update pids map
11-30 15:22:57.987  2985  2985 W ActivityManager: Slow operation: 80ms so far, now at startProcess: done updating pids map
11-30 15:22:57.987  2985  2985 W ActivityManager: Slow operation: 81ms so far, now at startProcess: done starting proc!
11-30 15:22:57.987  2985  5083 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:57.987  2985  2985 W NotificationListeners: Not binding notification listener service ComponentInfo{com.sec.android.app.launcher/com.android.launcher3.notification.NotificationListener}: it does not require the permission android.permission.BIND_NOTIFICATION_LISTENER_SERVICE
11-30 15:22:57.987  2985  2985 V NotificationListeners: enabling notification listener for 150: ComponentInfo{com.samsung.knox.securefolder/com.samsung.knox.securefolder.foldercontainer.notification.NotificationListener}
11-30 15:22:57.987  2985  2985 V NotificationListeners: registerService: ComponentInfo{com.samsung.knox.securefolder/com.samsung.knox.securefolder.foldercontainer.notification.NotificationListener} u=150
11-30 15:22:57.987  2985  2985 V NotificationListeners: binding: Intent { act=android.service.notification.NotificationListenerService cmp=com.samsung.knox.securefolder/.foldercontainer.notification.NotificationListener (has extras) }
11-30 15:22:57.989 28769 30188 I zygote  : Deoptimizing bgau bgbv.s(bgbu, bgau) due to JIT inline cache
11-30 15:22:57.993  2985  5092 W ActivityManager: Stopping service due to app idle: u0a1108 -13h1m26s943ms com.lbe.parallel.intl/com.lbe.parallel.install.AppInstallService
11-30 15:22:57.994  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11108 ,Container id: 0
11-30 15:22:57.994  2985  3826 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11108 ,Container id: 0
11-30 15:22:57.994  2985  3826 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:57.994  2985  5092 W ActivityManager: Stopping service due to app idle: u0a1108 -33m9s136ms com.lbe.parallel.intl/com.lbe.doubleagent.client.proxy.ServiceProxy$P2
11-30 15:22:57.995  2985  5092 W ActivityManager: Stopping service due to app idle: u0a1108 -7h13m21s57ms com.lbe.parallel.intl/com.lbe.doubleagent.client.proxy.ServiceProxy$P1
11-30 15:22:57.996  2985  5092 W ActivityManager: Stopping service due to app idle: u0a1108 -13h1m26s901ms com.lbe.parallel.intl/com.lbe.parallel.service.KeyguardService
11-30 15:22:58.001 30196 30196 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:58.012  2985  5082 D PackageManager: setEnabledSetting : userId = 150 packageName = com.google.android.googlequicksearchbox cmp = com.google.android.apps.gsa.deeplink.DeeplinkActivityEntrypoint newState = 0 callingPackage = 15010078/com.google.android.googlequicksearchbox
11-30 15:22:58.013  2985  2985 I GameManagerService: PkgInstallationReceiver, onReceive(),  begin, action: android.intent.action.PACKAGE_CHANGED
11-30 15:22:58.017 27773 27863 I FedAssExpListener: Fed-ass not supported for signed out users.
11-30 15:22:58.017 27773 27861 I ModelDownloadListener: Schdedule model download
11-30 15:22:58.018 27773 27863 I FedAssExpListener: Successfully processed experiments changed.
11-30 15:22:58.018  2985  3826 I ActivityManager: DSS on for com.lbe.parallel.intl and scale is 1.0
11-30 15:22:58.021  2985  2985 W ResourceType: For resource 0x7f130fe2, entry index(4066) is beyond type entryCount(1442)
11-30 15:22:58.023  2985  2985 W ResourceType: For resource 0x7f130fe3, entry index(4067) is beyond type entryCount(1442)
11-30 15:22:58.027 29442 29442 D SF:NotificationListener: NotificationListener()
11-30 15:22:58.027 29442 29442 D SF:NotificationListener: onBind: Intent { act=android.service.notification.NotificationListenerService cmp=com.samsung.knox.securefolder/.foldercontainer.notification.NotificationListener } com.samsung.knox.securefolder.foldercontainer.notification.NotificationListener@b88d9d9
11-30 15:22:58.034  2985  5082 D ConnectivityService: filterNetworkStateForUid() uid: 15010078 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:58.043 27773 27839 I A       : NGA disabled due to not being eligible.
11-30 15:22:58.047 30196 30196 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 11108
11-30 15:22:58.048 30196 30196 D Proxy   : mdoP is null: 11108
11-30 15:22:58.062  2985  2985 D SdpManagerService: Not an enterprise user : 0
11-30 15:22:58.063  2985  2985 I PersonaManagerService::Proxy: newPackage is com.parallel.space.lite
11-30 15:22:58.063  2985  2985 D RCPManagerService: PackageReceiver onReceive()
11-30 15:22:58.065  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 0: now com.samsung.android.contacts
11-30 15:22:58.067  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 150: now null
11-30 15:22:58.067  2985  2985 D BackupManagerService: Received broadcast Intent { act=android.intent.action.PACKAGE_CHANGED dat=package:com.parallel.space.lite flg=0x45000010 (has extras) }
11-30 15:22:58.067  2985  2985 I BackupManagerService: Package com.parallel.space.lite changed; rechecking
11-30 15:22:58.067  2985  2985 I BackupManagerService:    * com.lbe.parallel.ipc.ServiceProvider
11-30 15:22:58.067  2985  2985 I BackupManagerService:    * com.lbe.parallel.ui.lockscreen.NotificationObserverService
11-30 15:22:58.068 16033 19173 D BluetoothAdapter: STATE_BLE_ON
11-30 15:22:58.071 16033 19173 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:22:58.071 27773 27773 I BgTaskExecutorImpl: Starting NONEXCLUSIVE background task UPDATE_GSERVICES_CONFIG.
11-30 15:22:58.076 27773 30182 I A       : Updating Gservices keys
11-30 15:22:58.078 28769 29124 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:22:58.085 16033 19173 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:22:58.087 16033 19173 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:22:58.100 27773 27885 W SearchServiceCore: Abort, client detached.
11-30 15:22:58.100 27773 27885 W SearchServiceCore: Abort, client detached.
11-30 15:22:58.100  2985  4102 D JobServiceContext: sendStopMessageLocked stop reason: cancel() called by app
11-30 15:22:58.116 28769 29124 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:22:58.121 27773 27839 I zygote  : Deoptimizing void com.google.android.apps.gsa.staticplugins.nga.c.c.run() due to JIT inline cache
11-30 15:22:58.141 27773 27885 W SearchServiceCore: Abort, client detached.
11-30 15:22:58.175  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1075, previously 1574
11-30 15:22:58.175  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1733, previously 1739
11-30 15:22:58.175  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 205, previously 1394
11-30 15:22:58.196  2985  2985 W NotificationListeners: (O)onServiceConnected : ManagedServiceInfo[component=ComponentInfo{com.samsung.knox.securefolder/com.samsung.knox.securefolder.foldercontainer.notification.NotificationListener},userid=150,isSystem=false,targetSdkVersion=24,connection=<connection>,service=android.service.notification.INotificationListener$Stub$Proxy@a5413c8]
11-30 15:22:58.199 29442 29442 D SF:NotificationListener: onListenerConnected()
11-30 15:22:58.199 29442 29442 D SF:NotificationListener: listener not loaded yet. call requestUnbind().
11-30 15:22:58.201  2985  4102 D NotificationListeners: Removing active service ComponentInfo{com.samsung.knox.securefolder/com.samsung.knox.securefolder.foldercontainer.notification.NotificationListener}
11-30 15:22:58.201 27773 27773 I BgTaskExecutorImpl: Starting EXCLUSIVE background task UPDATE_HOTWORD_MODELS.
11-30 15:22:58.206 29442 29442 D SF:NotificationListener: unregisterListener() called.
11-30 15:22:58.206 29442 29442 D SF:NotificationListener: onUnbind: Intent { act=android.service.notification.NotificationListenerService cmp=com.samsung.knox.securefolder/.foldercontainer.notification.NotificationListener }
11-30 15:22:58.206 29442 29442 D SF:NotificationListener: onListenerDisconnected()
11-30 15:22:58.209  2985  2999 I PrintManagerService: onPackageModified com.parallel.space.lite
11-30 15:22:58.210 27773 30151 I ModelDownloadController: requestHotwordModelUpdate modelType-2 modelLocale-en-US
11-30 15:22:58.215  2985  2999 D SemExecuteManagerService: onShortcutChanged: com.parallel.space.lite0
11-30 15:22:58.216  4604  5239 D LauncherApps: onPackageChanged 0,com.parallel.space.lite
11-30 15:22:58.216  4604  4604 D Launcher.Model: onPackageChanged:com.parallel.space.lite user:UserHandle{0}
11-30 15:22:58.216  4604  4604 D Launcher.Model: isValidStateInKnoxMode:false user:UserHandle{0}
11-30 15:22:58.216  4604  4680 W Launcher.Model: checkFinderState return, operation is not matched
11-30 15:22:58.216  4604  4680 D Launcher.Model: Loader.updatePackage com.parallel.space.lite
11-30 15:22:58.218 27773 30151 I ModelDownloadController: #maybeDownloadHotwordModelWithMDD with locale: en-US, modelType: 2.
11-30 15:22:58.222  4604  5239 D LauncherApps: onShortcutChanged 0,com.parallel.space.lite
11-30 15:22:58.242  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 0
11-30 15:22:58.243  4604  4680 V LauncherApps: Returning activity for profile UserHandle{0} : ComponentInfo{com.parallel.space.lite/com.lbe.parallel.ui.tour.SplashActivity}
11-30 15:22:58.243  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:58.243  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:58.268  2985  5082 D JobServiceContext: sendStopMessageLocked stop reason: cancel() called by app
11-30 15:22:58.269  4604  4680 I ApplicationPackageManager: load=com.parallel.space.lite, bg=144-144, dr=144-144, forDefault=false, density=0
11-30 15:22:58.270  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:22:58.271  4604  4680 I ApplicationPackageManager: scaled rate=0.59999996, size=144, alpha=0, hold=0
11-30 15:22:58.271  4604  4680 I ApplicationPackageManager: load=com.parallel.space.lite-theme2, bg=144-144, dr=144-144, tarScale=0.59999996, relScale=0.59999996, mask=false
11-30 15:22:58.272  4604  4680 D LauncherActivityInfo: packageName: com.parallel.space.lite, supportTheme: true, height: 144, width: 144, density: 640
11-30 15:22:58.294  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 0
11-30 15:22:58.295  4604  4680 V LauncherApps: Returning activity for profile UserHandle{0} : ComponentInfo{com.parallel.space.lite/com.lbe.parallel.ui.tour.SplashActivity}
11-30 15:22:58.295  4604  4680 D DataLoader: updatePackage:com.parallel.space.lite
11-30 15:22:58.296  2985  3826 D LauncherAppsService: is Package Hidden: false
11-30 15:22:58.297  4604  4680 I AppsModel: addOrUpdater
11-30 15:22:58.297  4604  4680 I AppsModel: addOrUpdater cn = ComponentInfo{com.parallel.space.lite/com.lbe.parallel.ui.tour.SplashActivity} , UserHandle{0}
11-30 15:22:58.299  4604  4680 I AppsModel: addOrUpdater update item = IconInfo(title=Parallel Space Lite intent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.parallel.space.lite/com.lbe.parallel.ui.tour.SplashActivity (has extras) } id=376 type=0 container=-102 screen=2 cellX=2 cellY=2 spanX=1 spanY=1 rank=10 hidden=0 dropPos=null user=UserHandle{0})
11-30 15:22:58.299  4604  4680 D AppsCustomAdapter: notifyUpdate : com.android.launcher3.Launcher@46d4052
11-30 15:22:58.299  4604  4680 D AppsDragController: needDeferToBind : true , false
11-30 15:22:58.299  2985  3826 D LauncherAppsService: is Package Hidden: false
11-30 15:22:58.301  4604  4680 D WidgetLoader: ignore dirty because widgets are not changed
11-30 15:22:58.302  4604  4604 D DeepShortcutManager: bindDeepShortcutMap: {com.android.launcher3.util.ComponentKey@ed003502=[launcher_shortcut_search, launcher_shortcut_upload, launcher_shortcut_scan], com.android.launcher3.util.ComponentKey@b0cc8fca=[shortcut_create_note, shortcut_write_with_pen, shortcut_record_voice_note], com.android.launcher3.util.ComponentKey@7d974010=[new_video_call, new_conversation, new_audio_call], com.android.launcher3.util.ComponentKey@854a91d=[manifest_new_list_shortcut, manifest_new_audio_note_shortcut, manifest_new_photo_note_shortcut, manifest_new_note_shortcut], com.android.launcher3.util.ComponentKey@1e9a2d90=[DynamicFullRecent], com.android.launcher3.util.ComponentKey@1d30da3a=[6285207364117@s.whatsapp.net, open_camera, 6285921683680@s.whatsapp.net, 6281338372409@s.whatsapp.net, 120363020307794510@g.us], com.android.launcher3.util.ComponentKey@3916b95c=[Inbox_authorlovy@yahoo.com, Inbox_adelinathenotebook@yahoo.com, Inbox_shintamawarni76@gmail.com, compose], com.android.launcher3.util.ComponentKey@d85d54d0=[search_event_task, create_task, create_event], com.android.launcher3.util.ComponentKey@bb83b3cc=[view-bookmarks-shortcut, new-tab-shortcut, dynamic-new-tab-shortcut, search-web-shortcut, new-secret-tab-shortcut], com.android.launcher3.util.ComponentKey@64033792=[explore-shortcut, search-shortcut, subscriptions-shortcut], com.android.launcher3.util.ComponentKey@75953544=[1, 2], com.android.launcher3.util.ComponentKey@683678e7=[create_message], com.android.launcher3.util.ComponentKey@7e1620c7=[activity, camera, direct, post], com.android.launcher3.util.ComponentKey@91a61cf4=[contactadd, myprofile, contactgroup], com.android.launcher3.util.ComponentKey@6a731a20=[play, recently_added, favourites], com.android.launcher3.util.ComponentKey@429b698e=[selfie, auto], com.android.launcher3.util.ComponentKey@3e17fc4f=[updates], com.android.launcher3.util.ComponentKey@31e36f3b=[com.google.android.play.games.minesweeper, com.google.android.play.games.whirlybird, com.google.android.play.games.solitaire, com.google.android.play.games.snake], com.android.launcher3.util.ComponentKey@7bfa09e7=[shintamawarni76@mhs.pelitabangsa.ac.id, manifest_compose_shortcut, shintamawarni76@gmail.com, shintamawarni762@gmail.com], com.android.launcher3.util.ComponentKey@515cb7c2=[VIEW_MY_DOWNLOADS], com.android.launcher3.util.ComponentKey@1e9a2cfa=[DynamicFullRecent], com.android.launcher3.util.ComponentKey@726a9c09=[static_shortcut_text_note, static_shortcut_audio_note, static_shortcut_photo_note, static_shortcut_todo_note], com.android.launcher3.util.ComponentKey@967f6b5c=[search_shortcut], com.android.launcher3.util.ComponentKey@d3751291=[search, add, list, books, timeMachine], com.android.launcher3.util.ComponentKey@3916b9f2=[compose], com.android.launcher3.util.ComponentKey@ee5d02f8=[did3_1302547203, compose], com.android.launcher3.util.ComponentKey@947c4a99=[new-tab-shortcut], com.android.launcher3.util.ComponentKey@489bf67c=[text_shortcut, voice_shortcut], com.android.launcher3.util.ComponentKey@ad64774c=[search, scan, dgMobileTopUp], com.android.launcher3.util.ComponentKey@b0cc9060=[shortcut_create_note, shortcut_write_with_pen, shortcut_record_voice_note], com.android.launcher3.util.ComponentKey@f5d080bf=[phoneadd, search, missedcall], com.android.launcher3.util.ComponentKey@515cb72c=[VIEW_MY_DOWNLOADS], com.android.launcher3.util.ComponentKey@3e17fce5=[updates], com.android.launcher3.util.ComponentKey@3a8c61b=[compose], com.android.launcher3.util.ComponentKey@13bed5ca=[Beli, Jual, Bayar, Share], com.android.launcher3.util.ComponentKey@bb83b336=[view-bookmarks-shortcut, new-tab-shortcut, search-web-shortcut, new-secret-tab-shortcut], com.android.launcher3.util.ComponentKey@eaf76a80=[com.gojek.shortcut.com.gojek.shortcut.Y_stUdop2I5FboBasWgFvO3mtMg], com.android.launcher3.util.ComponentKey@91a61c5e=[contactadd, myprofile, contactgroup], com.android.launcher3.util.ComponentKey@967f6ac6=[search_shortcut], com.android.launcher3.util.ComponentKey@cf1e5c64=[app_shortcut_newchat, app_shortcut_my_qr, app_shortcut_notifi
11-30 15:22:58.308 27773 27926 I ModelDownloadController: Hotword models associated with downloaded MDD filegroups: [hotword_model_en-US_okhey], pending groups: []
11-30 15:22:58.310 27773 30151 I ModelDownloadController: Skipping MDD query because model was already downloaded for locale
11-30 15:22:58.314  2985  4102 D JobServiceContext: sendStopMessageLocked stop reason: cancel() called by app
11-30 15:22:58.335 30196 30196 W System.err: my process name com.lbe.parallel.intl:mdserver
11-30 15:22:58.555 30196 30196 W System.err: 7b6eafdb1e33bfed247ab0e1879e3a82bb7358e0
11-30 15:22:58.555  2985  4102 D PackageManager: setEnabledSetting : userId = 0 packageName = com.lbe.parallel.intl cmp = com.lbe.parallel.ipc.ServiceProvider newState = 2 callingPackage = 11108/com.lbe.parallel.intl
11-30 15:22:58.556  2985  4102 D PackageManager: setEnabledSetting : userId = 0 packageName = com.lbe.parallel.intl cmp = com.lbe.parallel.ipc.ServiceProvider newState = 1 callingPackage = 11108/com.lbe.parallel.intl
11-30 15:22:58.560  2985  4102 D PackageManager: setEnabledSetting : userId = 0 packageName = com.lbe.parallel.intl cmp = com.lbe.parallel.ui.lockscreen.NotificationObserverService newState = 2 callingPackage = 11108/com.lbe.parallel.intl
11-30 15:22:58.561  2985  4102 D PackageManager: setEnabledSetting : userId = 0 packageName = com.lbe.parallel.intl cmp = com.lbe.parallel.ui.lockscreen.NotificationObserverService newState = 1 callingPackage = 11108/com.lbe.parallel.intl
11-30 15:22:58.583 30196 30223 D NetworkSecurityConfig: No Network Security Config specified, using platform default
11-30 15:22:58.585  2985  3826 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:58.585  2985  3826 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:58.586  2985  3826 D StorageManagerService: getExternalStorageMountMode : final mountMode=3, uid : 11108, packageName : com.lbe.parallel.intl
11-30 15:22:58.586  2985  3826 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.lbe.parallel.intl user:0
11-30 15:22:58.586  2985  3826 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:58.586  2985  3826 D ActivityManager: package  com.lbe.parallel.intl, user - 0 is SDcard whitelisted
11-30 15:22:58.586  2985  3826 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.lbe.parallel.intl user:0
11-30 15:22:58.586  2985  3826 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:58.587 30196 30223 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:58.587 30196 30223 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:58.591  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:22:58.593 30196 30225 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:58.593 30196 30225 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:58.595  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:22:58.598 30238 30238 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:22:58.599  2985  3826 I ActivityManager: Start proc 30238:com.lbe.parallel.intl/u0a1108 for service com.lbe.parallel.intl/cn.thinkingdata.android.TDQuitSafelyService$TDKeepAliveService
11-30 15:22:58.600 30238 30238 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:58.601 30238 30238 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.lbe.parallel.intl 
11-30 15:22:58.621 23617 24757 I PlayCommon: [43817] aamo.k(22): Preparing logs for uploading
11-30 15:22:58.622  2985  3826 D ConnectivityService: filterNetworkStateForUid() uid: 10040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:58.622  2985  4102 D ConnectivityService: filterNetworkStateForUid() uid: 11108 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:58.624  2985  3826 D ConnectivityService: filterNetworkStateForUid() uid: 11108 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:58.625 23617 24757 I PlayCommon: [43817] aamo.k(169): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true
11-30 15:22:58.625  2985  4102 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11108 ,Container id: 0
11-30 15:22:58.625  2985  4102 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11108 ,Container id: 0
11-30 15:22:58.625  2985  4102 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:58.625 23617 24757 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:58.625 23617 24757 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:58.631  2985  4102 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11108 ,Container id: 0
11-30 15:22:58.632  2985  4102 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11108 ,Container id: 0
11-30 15:22:58.633  2985  4102 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:58.639 30238 30238 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:58.641  2985  4102 I ActivityManager: DSS on for com.lbe.parallel.intl and scale is 1.0
11-30 15:22:58.660 30238 30238 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 11108
11-30 15:22:58.661 30238 30238 D Proxy   : mdoP is null: 11108
11-30 15:22:58.715 23617 24757 I PlayCommon: [43817] aamo.k(201): Successfully uploaded logs.
11-30 15:22:58.718 30238 30238 W System.err: my process name com.lbe.parallel.intl
11-30 15:22:58.888  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:58.888  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:58.888  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:58.890 30196 30271 W System.err: my process daPackage: null, daPackage.native64Bit: unknown, is64BitSupport: false
11-30 15:22:58.917 23617 24758 I PlayCommon: [43818] aamo.k(22): Preparing logs for uploading
11-30 15:22:58.917  2985  4102 D ConnectivityService: filterNetworkStateForUid() uid: 10040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:58.919 23617 24758 I PlayCommon: [43818] aamo.k(169): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true
11-30 15:22:58.920 23617 24758 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:58.920 23617 24758 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:58.955 23617 24760 I PlayCommon: [43819] aamo.k(22): Preparing logs for uploading
11-30 15:22:58.955  2985  4102 D ConnectivityService: filterNetworkStateForUid() uid: 10040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:58.958 23617 24760 I PlayCommon: [43819] aamo.k(169): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true
11-30 15:22:58.958 23617 24760 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:58.958 23617 24760 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:58.960  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:22:58.968  2985  3137 D PackageManager: setEnabledSetting : userId = 0 packageName = com.lbe.parallel.intl cmp = com.lbe.doubleagent.service.proxy.SystemBroadcastReceiver newState = 1 callingPackage = 11108/com.lbe.parallel.intl
11-30 15:22:58.973 30238 30274 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:58.974 30238 30274 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:58.974 30238 30277 D NetworkSecurityConfig: No Network Security Config specified, using platform default
11-30 15:22:58.991 30238 30238 W System.err: 7b6eafdb1e33bfed247ab0e1879e3a82bb7358e0
11-30 15:22:59.004  2985  4102 D ConnectivityService: filterNetworkStateForUid() uid: 11108 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:59.007 30238 30295 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:59.008 30238 30295 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:59.009 30238 30305 W DynamiteModule: Local module descriptor class for com.google.android.gms.measurement.dynamite not found.
11-30 15:22:59.010  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:22:59.012 30238 30274 W zygote  : Unsupported class loader
11-30 15:22:59.015 30238 30274 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:22:59.023  2985  3826 D ConnectivityService: filterNetworkStateForUid() uid: 11108 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:59.036 30238 30277 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:59.037 30238 30277 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:59.038  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:22:59.040 30196 30311 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:59.041 30196 30311 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:59.041 30196 30196 W zygote  : Unsupported class loader
11-30 15:22:59.050 30196 30196 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:22:59.053  4228  4228 D io_stats: !@ 179,0 r 54706507 1394159080 w 6070064 85774752 d 1208318 30867832 f 1082166 1081213 iot 29951580 29356162 th 51200 0 0 pt 0 inp 0 0 264078.044
11-30 15:22:59.058 30238 30305 W zygote  : Unsupported class loader
11-30 15:22:59.060 30238 30305 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:22:59.074 30196 30196 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:22:59.074 30196 30320 W DynamiteModule: Local module descriptor class for com.google.android.gms.measurement.dynamite not found.
11-30 15:22:59.075 30238 30274 W zygote  : Unsupported class loader
11-30 15:22:59.078 30196 30196 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:22:59.081 30238 30305 W DynamiteModule: Local module descriptor class for com.google.android.gms.measurement.dynamite not found.
11-30 15:22:59.085 30238 30274 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:22:59.090 23617 24758 I PlayCommon: [43818] aamo.k(201): Successfully uploaded logs.
11-30 15:22:59.111 30196 30311 W zygote  : Unsupported class loader
11-30 15:22:59.114 23617 24760 I PlayCommon: [43819] aamo.k(201): Successfully uploaded logs.
11-30 15:22:59.116 30238 30238 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:22:59.118 30196 30311 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:22:59.125 30196 30196 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:213806100
11-30 15:22:59.125 30196 30196 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 213806100
11-30 15:22:59.129 30238 30238 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:22:59.140 30196 30320 W zygote  : Unsupported class loader
11-30 15:22:59.145  2985  3137 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11108 ,Container id: 0
11-30 15:22:59.145  2985  3137 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11108 ,Container id: 0
11-30 15:22:59.145  2985  3137 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:22:59.150 30196 30320 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:22:59.163 30196 30196 D DynamitePackage: Instantiated singleton DynamitePackage.
11-30 15:22:59.163 30196 30196 D DynamitePackage: Instantiating com.google.android.gms.ads.ChimeraMobileAdsSettingManagerCreatorImpl
11-30 15:22:59.167 30238 30238 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:213806100
11-30 15:22:59.167 30238 30238 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 213806100
11-30 15:22:59.167 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #480
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #491
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #502
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #505
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #508
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #511
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #514
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #517
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #520
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #523
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #526
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #529
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #532
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #535
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #538
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #541
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #544
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #547
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #550
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #553
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #556
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #559
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #562
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #565
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #568
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #571
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #574
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #577
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #580
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #583
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #586
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #589
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #592
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #595
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #598
11-30 15:22:59.168 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #601
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #604
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #607
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #610
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #613
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #616
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #619
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #622
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #625
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #628
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #631
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #634
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #637
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #640
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #643
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #646
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #649
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #652
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #655
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #658
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #661
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #664
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #667
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #670
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #673
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #676
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #679
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #682
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #685
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #688
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #691
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #694
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #697
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #700
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #703
11-30 15:22:59.169 30196 30271 W PackageParser: Unknown element under <manifest>: attribution at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #706
11-30 15:22:59.170 30196 30320 W DynamiteModule: Local module descriptor class for com.google.android.gms.measurement.dynamite not found.
11-30 15:22:59.171 23617 24763 I PlayCommon: [43820] aamo.k(22): Preparing logs for uploading
11-30 15:22:59.172  2985  4102 D ConnectivityService: filterNetworkStateForUid() uid: 10040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:59.172 30238 30238 D DynamitePackage: Instantiated singleton DynamitePackage.
11-30 15:22:59.172 30238 30238 D DynamitePackage: Instantiating com.google.android.gms.ads.ChimeraMobileAdsSettingManagerCreatorImpl
11-30 15:22:59.174 23617 24763 I PlayCommon: [43820] aamo.k(169): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true
11-30 15:22:59.175 23617 24763 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:59.175 23617 24763 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:59.191 30196 30271 W PackageParser: No actions in intent filter at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #2178
11-30 15:22:59.191 30196 30271 W PackageParser: No actions in intent filter at /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk Binary XML file line #2189
11-30 15:22:59.212 30238 30238 D ConnectivityManager: requestNetwork; CallingUid : 11108, CallingPid : 30238
11-30 15:22:59.215  2985  3826 D ConnectivityService: requestNetwork for uid/pid:11108/30238 NetworkRequest [ TRACK_DEFAULT id=5257, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:59.216  2985  3222 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 625]
11-30 15:22:59.216  2985  3222 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -63]
11-30 15:22:59.216  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/11)
11-30 15:22:59.216  2985  3222 D ConnectivityService:   checking if request is : NetworkRequest [ TRACK_DEFAULT id=5257, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], satisfies : true
11-30 15:22:59.216  2985  3222 D ConnectivityService: currentScore = 0, newScore = 60
11-30 15:22:59.216  2985  3222 D ConnectivityService: rematch for NetworkAgentInfo [WIFI () - 625]
11-30 15:22:59.216  2985  3222 D ConnectivityService:    accepting network in place of null
11-30 15:22:59.216  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.216  2985  3222 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ TRACK_DEFAULT id=5257, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:59.216  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.216  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.217  2985  3171 D WIFI_UT : got request NetworkRequest [ TRACK_DEFAULT id=5257, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:59.217  2985  3453 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=5257, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:59.217  2985  3219 D WIFI_P2P: got request NetworkRequest [ TRACK_DEFAULT id=5257, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:59.217  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 8. No change.
11-30 15:22:59.217  2985  3453 D Ethernet:   my score=-1, my filter=[ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps]
11-30 15:22:59.217  2985  3171 D WIFI_UT :   my score=2147483647, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:22:59.217  2985  3453 D Ethernet: evalRequest
11-30 15:22:59.217  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 1. No change.
11-30 15:22:59.217  2985  3171 D WIFI_UT : evalRequest
11-30 15:22:59.217  2985  3453 D Ethernet:   done
11-30 15:22:59.217  2985  3219 D WIFI_P2P:   my score=60, my filter=[ Transports: WIFI Capabilities: WIFI_P2P&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:22:59.217  2985  3171 D WIFI_UT :   needNetworkFor
11-30 15:22:59.217  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5252. No change.
11-30 15:22:59.217  2985  3219 D WIFI_P2P: evalRequest
11-30 15:22:59.217  2985  3219 D WIFI_P2P:   done
11-30 15:22:59.217  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/7)
11-30 15:22:59.217  2985  3171 D WIFI    : got request NetworkRequest [ TRACK_DEFAULT id=5257, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:59.217  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/10)
11-30 15:22:59.217  2985  3171 D WIFI    :   my score=60, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:22:59.217  2985  3171 D WIFI    : evalRequest
11-30 15:22:59.217  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5186. No change.
11-30 15:22:59.217  2985  3171 D WIFI    :   needNetworkFor
11-30 15:22:59.217  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.217  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5251. No change.
11-30 15:22:59.217  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5255. No change.
11-30 15:22:59.217  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.217  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/5)
11-30 15:22:59.217  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.217  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5250. No change.
11-30 15:22:59.217  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5187. No change.
11-30 15:22:59.217  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 3. No change.
11-30 15:22:59.217  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.217  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.217  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.217  2985  3222 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ TRACK_DEFAULT id=5257, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:59.217  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.217  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.217  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.218  2985  3222 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=5257, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:59.218  3470  3470 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=5257, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:59.218  3470  3470 D PhoneSwitcherNetworkRequstListener:   my score=101, my filter=[ Transports: CELLULAR Capabilities: MMS&SUPL&DUN&FOTA&IMS&CBS&IA&RCS&XCAP&EIMS&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&ENT1&FOC Specifier: <android.net.MatchAllNetworkSpecifier@0>]
11-30 15:22:59.218  2985  3222 D ConnectivityService: sending notification CALLBACK_IP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=5257, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:59.218  3470  3470 D PhoneSwitcherNetworkRequstListener: evalRequest
11-30 15:22:59.218  3470  3470 D PhoneSwitcherNetworkRequstListener:   needNetworkFor
11-30 15:22:59.226 30238 30238 I Ads     : Updating ad debug logging enablement.
11-30 15:22:59.227 30196 30196 D ConnectivityManager: requestNetwork; CallingUid : 11108, CallingPid : 30196
11-30 15:22:59.228  2985  3137 D ConnectivityService: requestNetwork for uid/pid:11108/30196 NetworkRequest [ TRACK_DEFAULT id=5258, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:59.229  2985  3222 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 625]
11-30 15:22:59.229  2985  3222 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -63]
11-30 15:22:59.229  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/11)
11-30 15:22:59.229  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5257. No change.
11-30 15:22:59.229  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 8. No change.
11-30 15:22:59.229  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 1. No change.
11-30 15:22:59.229  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.229  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5252. No change.
11-30 15:22:59.229  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/7)
11-30 15:22:59.229  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.229  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/10)
11-30 15:22:59.229  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.229  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5186. No change.
11-30 15:22:59.230  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5251. No change.
11-30 15:22:59.230  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5255. No change.
11-30 15:22:59.230  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.230  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/5)
11-30 15:22:59.230  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.230  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.230  2985  3222 D ConnectivityService:   checking if request is : NetworkRequest [ TRACK_DEFAULT id=5258, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], satisfies : true
11-30 15:22:59.230  2985  3222 D ConnectivityService: currentScore = 0, newScore = 60
11-30 15:22:59.230  2985  3222 D ConnectivityService: rematch for NetworkAgentInfo [WIFI () - 625]
11-30 15:22:59.230  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.230  2985  3222 D ConnectivityService:    accepting network in place of null
11-30 15:22:59.230  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.230  2985  3222 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ TRACK_DEFAULT id=5258, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:59.230  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.230  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.230  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.230  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.230  2985  3453 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=5258, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:59.230  2985  3171 D WIFI_UT : got request NetworkRequest [ TRACK_DEFAULT id=5258, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:59.230  2985  3453 D Ethernet:   my score=-1, my filter=[ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps]
11-30 15:22:59.230  2985  3171 D WIFI_UT :   my score=2147483647, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:22:59.230  2985  3453 D Ethernet: evalRequest
11-30 15:22:59.230  2985  3219 D WIFI_P2P: got request NetworkRequest [ TRACK_DEFAULT id=5258, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:59.230  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5250. No change.
11-30 15:22:59.230  2985  3171 D WIFI_UT : evalRequest
11-30 15:22:59.230  2985  3453 D Ethernet:   done
11-30 15:22:59.230  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5187. No change.
11-30 15:22:59.230  2985  3171 D WIFI_UT :   needNetworkFor
11-30 15:22:59.230  2985  3219 D WIFI_P2P:   my score=60, my filter=[ Transports: WIFI Capabilities: WIFI_P2P&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:22:59.230  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 3. No change.
11-30 15:22:59.230  2985  3219 D WIFI_P2P: evalRequest
11-30 15:22:59.230  2985  3171 D WIFI    : got request NetworkRequest [ TRACK_DEFAULT id=5258, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:59.230  2985  3219 D WIFI_P2P:   done
11-30 15:22:59.230  2985  3171 D WIFI    :   my score=60, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:22:59.230  2985  3171 D WIFI    : evalRequest
11-30 15:22:59.230  2985  3171 D WIFI    :   needNetworkFor
11-30 15:22:59.230  2985  3222 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ TRACK_DEFAULT id=5258, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:59.231  2985  3222 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=5258, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:59.231  2985  3222 D ConnectivityService: sending notification CALLBACK_IP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=5258, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:22:59.231  3470  3470 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=5258, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:22:59.231  3470  3470 D PhoneSwitcherNetworkRequstListener:   my score=101, my filter=[ Transports: CELLULAR Capabilities: MMS&SUPL&DUN&FOTA&IMS&CBS&IA&RCS&XCAP&EIMS&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&ENT1&FOC Specifier: <android.net.MatchAllNetworkSpecifier@0>]
11-30 15:22:59.231  3470  3470 D PhoneSwitcherNetworkRequstListener: evalRequest
11-30 15:22:59.231  3470  3470 D PhoneSwitcherNetworkRequstListener:   needNetworkFor
11-30 15:22:59.234 30196 30196 I Ads     : Updating ad debug logging enablement.
11-30 15:22:59.239 23617 24767 I PlayCommon: [43821] aamo.k(22): Preparing logs for uploading
11-30 15:22:59.240  2985  3826 D ConnectivityService: filterNetworkStateForUid() uid: 10040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:59.242 23617 24763 I PlayCommon: [43820] aamo.k(201): Successfully uploaded logs.
11-30 15:22:59.246 23617 24767 I PlayCommon: [43821] aamo.k(169): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true
11-30 15:22:59.247 23617 24767 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:59.247 23617 24767 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:59.249 30238 30346 W ConnectionStatusConfig: Dynamic lookup for intent failed for action: com.google.android.gms.leibniz.events.service.START
11-30 15:22:59.251  2985  4102 W ActivityManager: Unable to start service Intent { act=com.google.android.gms.leibniz.events.service.START pkg=com.google.android.gms } U=0: not found
11-30 15:22:59.257  2985  3137 W ActivityManager: Unbind failed: could not find connection for android.os.BinderProxy@72c733a
11-30 15:22:59.257 30238 30346 W GmsClient: unable to connect to service: com.google.android.gms.leibniz.events.service.START on com.google.android.gms
11-30 15:22:59.259 30196 30271 W PackageParser: Unknown element under <application>: enable-feature at /data/app/id.tanyanetizen.android-3eqYEGZ3LV_BU8Wgh4ihQg==/base.apk Binary XML file line #139
11-30 15:22:59.261 30196 30347 W ConnectionStatusConfig: Dynamic lookup for intent failed for action: com.google.android.gms.leibniz.events.service.START
11-30 15:22:59.263  2985  4102 W ActivityManager: Unable to start service Intent { act=com.google.android.gms.leibniz.events.service.START pkg=com.google.android.gms } U=0: not found
11-30 15:22:59.264  2985  3826 W ActivityManager: Unbind failed: could not find connection for android.os.BinderProxy@1e4ebeb
11-30 15:22:59.265 30196 30347 W GmsClient: unable to connect to service: com.google.android.gms.leibniz.events.service.START on com.google.android.gms
11-30 15:22:59.282 30196 30271 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.samsung.android.email.provider-KR1IJh-m9JDiSL_jZt_G5g==/base.apk Binary XML file line #298
11-30 15:22:59.289 30196 30271 D CustomizedTextParser: Initialzed
11-30 15:22:59.290 30196 30271 E CustomizedTextParser: getCustomizedText Rule is empty. mRuleMap={}
11-30 15:22:59.292 30196 30271 W PackageParser: No actions in intent filter at /data/app/com.samsung.android.email.provider-KR1IJh-m9JDiSL_jZt_G5g==/base.apk Binary XML file line #780
11-30 15:22:59.294 30238 30329 I Ads     : App measurement initialized, version: 45018
11-30 15:22:59.294 30238 30329 I Ads     : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
11-30 15:22:59.298 30238 30238 I WebViewFactory: Loading com.android.chrome version 96.0.4664.45 (code 466404520)
11-30 15:22:59.311 30196 30196 I WebViewFactory: Loading com.android.chrome version 96.0.4664.45 (code 466404520)
11-30 15:22:59.316 30238 30329 I zygote  : Deoptimizing java.lang.Object hv.b(java.lang.Object) due to JIT inline cache
11-30 15:22:59.322 30196 30271 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.microsoft.office.excel-pazezzliuhaq6j_y9vVX9A==/base.apk Binary XML file line #65
11-30 15:22:59.334 23617 24767 I PlayCommon: [43821] aamo.k(201): Successfully uploaded logs.
11-30 15:22:59.353  2985  2985 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1018 com.android.server.execute.SemExecuteManagerService.sendCompleteBroadcast:144 com.android.server.execute.SemExecuteManagerService.updateSemExecutableInfo:137 com.android.server.execute.SemExecuteManagerService.-wrap2:0 com.android.server.execute.SemExecuteManagerService$2.handleMessage:519 
11-30 15:22:59.355 30238 30238 I cr_WVCFactoryProvider: Loaded version=96.0.4664.45 minSdkVersion=24 isBundle=true multiprocess=true packageId=2
11-30 15:22:59.367 30196 30271 W PackageParser: Unknown element under <manifest>: supports-gl-texture at /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/base.apk Binary XML file line #113
11-30 15:22:59.367 30196 30271 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/base.apk Binary XML file line #125
11-30 15:22:59.368 30196 30271 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/base.apk Binary XML file line #136
11-30 15:22:59.371 30196 30332 I Ads     : App measurement initialized, version: 45018
11-30 15:22:59.371 30196 30332 I Ads     : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
11-30 15:22:59.372  2985  5082 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:22:59.373  2985  5082 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3773, temperature: 322, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:22:59.373  2985  5082 D BatteryService: online:4, current avg:65, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:7
11-30 15:22:59.373  2985  5082 D BatteryService: stay LED for charging
11-30 15:22:59.373  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:22:59.374 30196 30196 I cr_WVCFactoryProvider: Loaded version=96.0.4664.45 minSdkVersion=24 isBundle=true multiprocess=true packageId=2
11-30 15:22:59.374  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:22:59.374  2985  2985 I MotionRecognitionService: Plugged
11-30 15:22:59.374  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:22:59.374  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:22:59.375  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:22:59.375  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:22:59.375  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:22:59.376  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:22:59.376  2985  3007 D UsbDeviceManager: mps exists
11-30 15:22:59.376  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:22:59.377  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:22:59.377  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:22:59.377  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:22:59.377  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:22:59.378  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:22:59.378 30196 30271 W PackageParser: Unknown element under <application>: enable-feature at /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/base.apk Binary XML file line #640
11-30 15:22:59.379 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:22:59.379 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:22:59.380  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:22:59.380  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:22:59.381  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:22:59.382  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:22:59.382 28244 28365 D BinderHooker: Got binder ptr e8f36680 for the given val
11-30 15:22:59.382  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:22:59.382 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:22:59.382  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:22:59.382  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:22:59.382 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:22:59.382  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:22:59.394 30238 30238 I cr_LibraryLoader: Successfully loaded native library
11-30 15:22:59.395 30238 30238 I cr_CachingUmaRecorder: Flushed 8 samples from 8 histograms.
11-30 15:22:59.397 30196 30271 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/base.apk Binary XML file line #1281
11-30 15:22:59.404 30196 30332 I zygote  : Deoptimizing java.lang.Object hv.b(java.lang.Object) due to JIT inline cache
11-30 15:22:59.406  2985  4102 D ConnectivityService: filterNetworkStateForUid() uid: 11108 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:59.409  2985  3137 D ConnectivityService: filterNetworkStateForUid() uid: 11108 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:59.420 30196 30196 I cr_LibraryLoader: Successfully loaded native library
11-30 15:22:59.421 30196 30196 I cr_CachingUmaRecorder: Flushed 8 samples from 8 histograms.
11-30 15:22:59.426  2985  5094 D ConnectivityService: filterNetworkStateForUid() uid: 11108 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:59.426 30238 30359 W ResourceType: Failure getting entry for 0x7f140840 (t=19 e=2112) (error -2147483647)
11-30 15:22:59.428  2985  5094 D ConnectivityService: filterNetworkStateForUid() uid: 11108 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:59.432  2985  4102 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.lbe.parallel.intl user:0
11-30 15:22:59.432  2985  4102 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:22:59.432  2985  4102 D ActivityManager: package  com.lbe.parallel.intl, user - 0 is SDcard whitelisted
11-30 15:22:59.432  2985  4102 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.lbe.parallel.intl user:0
11-30 15:22:59.432  2985  4102 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:22:59.432  2985  4102 I ActivityManager: SA, print process name forked by webview_zygote : com.android.chrome:sandboxed_process0
11-30 15:22:59.441 30196 30271 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.lazada.android-jP2kzbN6FVGwAZAa-QHYpw==/base.apk Binary XML file line #63
11-30 15:22:59.441 30362 30362 E /system/bin/webview_zygote32: Failed to make and chown /acct/uid_99503: Permission denied
11-30 15:22:59.442 30362 30362 E Zygote  : createProcessGroup(99503, 0) failed: Permission denied
11-30 15:22:59.442 30362 30362 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:webview_zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:59.443  2985  4102 I ActivityManager: Start proc 30362:com.android.chrome:sandboxed_process0/u0i503 for webview_service com.lbe.parallel.intl/org.chromium.content.app.SandboxedProcessService0
11-30 15:22:59.443 30362 30362 I SELinux : SELinux: seapp_context_lookup: seinfo=chrome, level=s0:c512,c768, pkgname=com.android.chrome:sandboxed_process0 
11-30 15:22:59.469 30362 30362 D TimaKeyStoreProvider: TimaKeyStore is not enabled: cannot add TimaSignature Service and generateKeyPair Service
11-30 15:22:59.469 30362 30362 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:59.472  2985  3137 I ActivityManager: DSS on for com.lbe.parallel.intl and scale is 1.0
11-30 15:22:59.474 30196 30271 W PackageParser: No actions in intent filter at /data/app/com.lazada.android-jP2kzbN6FVGwAZAa-QHYpw==/base.apk Binary XML file line #2102
11-30 15:22:59.490 30196 30271 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.microsoft.office.word-k8YfBE8dzpbTS6TmpmzezA==/base.apk Binary XML file line #85
11-30 15:22:59.501  2985  3137 D ConnectivityService: filterNetworkStateForUid() uid: 11108 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:59.503  2985  3137 D ConnectivityService: filterNetworkStateForUid() uid: 11108 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:59.507 30382 30382 E asset   : setgid: Operation not permitted
11-30 15:22:59.513 30196 30271 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.microsoft.office.powerpoint-ozHy5XjGaCu-mP2k_wiJ4w==/base.apk Binary XML file line #83
11-30 15:22:59.526  2985  3137 D ActivityManager: The following uid has registered to recieve broadcast for proxy related updates 11108
11-30 15:22:59.527  2985  3137 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1033 com.android.server.am.ActivityManagerService.requestKnoxVpnToSendProxyBroadcast:30439 com.android.server.am.ActivityManagerService.registerReceiver:23966 android.app.IActivityManager$Stub.onTransact:176 com.android.server.am.ActivityManagerService.onTransact:4038 
11-30 15:22:59.528  2985  2985 D KnoxVpnEngineService: Vpn Receiver : com.samsung.android.knox.intent.action.VPN_PROXY_BROADCAST_INTERNAL
11-30 15:22:59.528  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:22:59.540 30196 30271 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.android.chrome-qnndww2RmJAZGRxpvzT8ug==/base.apk Binary XML file line #80
11-30 15:22:59.543 30362 30362 I cr_SplitCompatApp: Launched version=96.0.4664.45 minSdkVersion=24 isBundle=true processName=com.android.chrome:sandboxed_process0 isIsolated=true
11-30 15:22:59.551 30196 30271 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.google.android.tts-QfFqmlNVbIi_4_GcrGI_CA==/base.apk Binary XML file line #27
11-30 15:22:59.552 30196 30271 W PackageParser: Unknown element under <application>: uses-native-library at /data/app/com.google.android.tts-QfFqmlNVbIi_4_GcrGI_CA==/base.apk Binary XML file line #86
11-30 15:22:59.552 30196 30271 W PackageParser: Unknown element under <application>: uses-native-library at /data/app/com.google.android.tts-QfFqmlNVbIi_4_GcrGI_CA==/base.apk Binary XML file line #89
11-30 15:22:59.554  2985  4102 D ConnectivityService: filterNetworkStateForUid() uid: 11108 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:59.558 30238 30238 D ConnectivityManager: requestNetwork; CallingUid : 11108, CallingPid : 30238
11-30 15:22:59.559  2985  4102 D ConnectivityService: listenForNetwork for uid/pid:11108/30238 NetworkRequest [ LISTEN id=5259, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-30 15:22:59.560  2985  3222 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 625]
11-30 15:22:59.560  2985  3222 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -63]
11-30 15:22:59.560  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/11)
11-30 15:22:59.560  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5257. No change.
11-30 15:22:59.560  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 8. No change.
11-30 15:22:59.560  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 1. No change.
11-30 15:22:59.560  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5252. No change.
11-30 15:22:59.560  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/7)
11-30 15:22:59.560  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/10)
11-30 15:22:59.560  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5186. No change.
11-30 15:22:59.560  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5251. No change.
11-30 15:22:59.560  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5255. No change.
11-30 15:22:59.560  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/5)
11-30 15:22:59.560  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5258. No change.
11-30 15:22:59.560  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5250. No change.
11-30 15:22:59.560  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5187. No change.
11-30 15:22:59.560  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 3. No change.
11-30 15:22:59.560  2985  3222 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ LISTEN id=5259, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-30 15:22:59.560  2985  3222 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=5259, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-30 15:22:59.561  2985  3222 D ConnectivityService: sending notification CALLBACK_IP_CHANGED for NetworkRequest [ LISTEN id=5259, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-30 15:22:59.561  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.561  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.561  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.561  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.561  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.561  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.562  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.562  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.562  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.562  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.562  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.562  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:22:59.563 30196 30271 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.sec.spp.push-eq3atwP0p9a3W56dgWKNRQ==/base.apk Binary XML file line #65
11-30 15:22:59.570 30362 30362 W SystemServiceRegistry: No service published for: uimode
11-30 15:22:59.574 30362 30362 V Monotype: fonts.xml take from : /system/etc/
11-30 15:22:59.586 30196 30271 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.facebook.katana-hlhloCXBs7KJkxJrHzAmBw==/base.apk Binary XML file line #172
11-30 15:22:59.587 30196 30271 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.facebook.katana-hlhloCXBs7KJkxJrHzAmBw==/base.apk Binary XML file line #209
11-30 15:22:59.587 30196 30271 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.facebook.katana-hlhloCXBs7KJkxJrHzAmBw==/base.apk Binary XML file line #214
11-30 15:22:59.623 30238 30397 I zygote  : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
11-30 15:22:59.631 30362 30362 E Typeface: Error mapping font file /system/fonts/NotoSansKhmer-Regular.ttf
11-30 15:22:59.631 30362 30362 E Typeface: Error mapping font file /system/fonts/NotoSansKhmer-Bold.ttf
11-30 15:22:59.632 30362 30362 E Minikin : Could not get cmap table size!
11-30 15:22:59.632 30362 30362 E Typeface: Unable to load Family: null:und-Khmr
11-30 15:22:59.638 30238 30293 W System.err: java.util.concurrent.ExecutionException: com.android.volley.VolleyError: java.lang.NullPointerException: Attempt to get length of null array
11-30 15:22:59.644 30238 30293 W System.err: 	at com.android.volley.toolbox.RequestFuture.doGet(RequestFuture.java:120)
11-30 15:22:59.644 30238 30293 W System.err: 	at com.android.volley.toolbox.RequestFuture.get(RequestFuture.java:100)
11-30 15:22:59.644 30238 30293 W System.err: 	at com.lbe.parallel.fc$1.run(ApiClient.java:433)
11-30 15:22:59.644 30238 30293 W System.err: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:22:59.645 30238 30293 W System.err: Caused by: com.android.volley.VolleyError: java.lang.NullPointerException: Attempt to get length of null array
11-30 15:22:59.645 30238 30293 W System.err: 	at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:143)
11-30 15:22:59.645 30238 30293 W System.err: Caused by: java.lang.NullPointerException: Attempt to get length of null array
11-30 15:22:59.645 30238 30293 W System.err: 	at com.google.protobuf.nano.c.a(MessageNano.java:131)
11-30 15:22:59.645 30238 30293 W System.err: 	at com.lbe.parallel.fc$b.parseNetworkResponse(ApiClient.java:2000)
11-30 15:22:59.645 30238 30293 W System.err: 	at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:125)
11-30 15:22:59.655 30196 30271 W PackageParser: Unknown element under <manifest>: queries at /data/app/com.facebook.katana-hlhloCXBs7KJkxJrHzAmBw==/base.apk Binary XML file line #3518
11-30 15:22:59.657 30362 30362 E Typeface: Error mapping font file /system/fonts/DroidSansFallback.ttf
11-30 15:22:59.657 30362 30362 E Minikin : Could not get cmap table size!
11-30 15:22:59.657 30362 30362 E Typeface: Unable to load Family: null:null
11-30 15:22:59.661 30238 30338 W Ads     : Update ad debug logging enablement as false
11-30 15:22:59.675 26985 27576 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:59.676 26985 27576 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:59.678  2985  5084 D ConnectivityService: filterNetworkStateForUid() uid: 11108 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:59.679  2985  5084 D ConnectivityService: filterNetworkStateForUid() uid: 11108 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:59.715 30362 30362 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3L.ttf
11-30 15:22:59.715 30362 30362 E Minikin : Could not get cmap table size!
11-30 15:22:59.715 30362 30362 E Typeface: Unable to load Family: samsung-sans-num3L:null
11-30 15:22:59.715 30362 30362 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3T.ttf
11-30 15:22:59.715 30362 30362 E Minikin : Could not get cmap table size!
11-30 15:22:59.715 30362 30362 E Typeface: Unable to load Family: samsung-sans-num3T:null
11-30 15:22:59.715 30362 30362 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4L.ttf
11-30 15:22:59.715 30362 30362 E Minikin : Could not get cmap table size!
11-30 15:22:59.715 30362 30362 E Typeface: Unable to load Family: samsung-sans-num4L:null
11-30 15:22:59.716 30362 30362 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4T.ttf
11-30 15:22:59.716 30362 30362 E Minikin : Could not get cmap table size!
11-30 15:22:59.716 30362 30362 E Typeface: Unable to load Family: samsung-sans-num4T:null
11-30 15:22:59.716 30362 30362 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num35.ttf
11-30 15:22:59.716 30362 30362 E Minikin : Could not get cmap table size!
11-30 15:22:59.716 30362 30362 E Typeface: Unable to load Family: samsung-sans-num35:null
11-30 15:22:59.716 30362 30362 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num45.ttf
11-30 15:22:59.716 30362 30362 E Minikin : Could not get cmap table size!
11-30 15:22:59.716 30362 30362 E Typeface: Unable to load Family: samsung-sans-num45:null
11-30 15:22:59.716 30362 30362 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3Lv.ttf
11-30 15:22:59.716 30362 30362 E Minikin : Could not get cmap table size!
11-30 15:22:59.716 30362 30362 E Typeface: Unable to load Family: samsung-sans-num3LV:null
11-30 15:22:59.717 30362 30362 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3R.ttf
11-30 15:22:59.717 30362 30362 E Minikin : Could not get cmap table size!
11-30 15:22:59.717 30362 30362 E Typeface: Unable to load Family: samsung-sans-num3R:null
11-30 15:22:59.717 30362 30362 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4Tv.ttf
11-30 15:22:59.717 30362 30362 E Minikin : Could not get cmap table size!
11-30 15:22:59.717 30362 30362 E Typeface: Unable to load Family: samsung-sans-num4Tv:null
11-30 15:22:59.717 30362 30362 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4Lv.ttf
11-30 15:22:59.717 30362 30362 E Minikin : Could not get cmap table size!
11-30 15:22:59.717 30362 30362 E Typeface: Unable to load Family: samsung-sans-num4Lv:null
11-30 15:22:59.717 30238 30397 D libGLESv2: STS_GLApi : DTS, ODTC are not allowed for Package : com.lbe.parallel.intl
11-30 15:22:59.723 30362 30362 I cr_ChildProcessService: Creating new ChildProcessService pid=30362
11-30 15:22:59.732 23617 23734 I Finsky  : [43759] qiq.n(14): com.parallel.space.lite: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:22:59.733 23617 23734 I Finsky  : [43759] qiq.n(63): Billing preferred account via installer for com.parallel.space.lite: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:22:59.736 23617 23734 I Finsky  : [43759] qiq.n(14): com.parallel.space.lite: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:22:59.737 23617 23734 I Finsky  : [43759] qiq.n(63): Billing preferred account via installer for com.parallel.space.lite: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:22:59.738 30362 30362 E WebViewLibraryLoader: can't load with relro file; address space not reserved
11-30 15:22:59.756 30362 30414 I cr_LibraryLoader: Successfully loaded native library
11-30 15:22:59.757 30362 30414 I cr_CachingUmaRecorder: Flushed 2 samples from 2 histograms.
11-30 15:22:59.771 23617 24769 I PlayCommon: [43822] aamo.k(22): Preparing logs for uploading
11-30 15:22:59.773  2985  3137 D ConnectivityService: filterNetworkStateForUid() uid: 10040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:22:59.774  2985  3000 D StorageManagerService: getExternalStorageMountMode : 1
11-30 15:22:59.774  2985  3000 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:22:59.774  2985  3000 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 15005004, packageName : com.samsung.storyservice
11-30 15:22:59.774  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.storyservice user:150
11-30 15:22:59.775 23617 24769 I PlayCommon: [43822] aamo.k(169): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true
11-30 15:22:59.776 23617 24769 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:59.776 23617 24769 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:22:59.777  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: External storage is disabled for the user. Return false
11-30 15:22:59.777  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.storyservice user:150
11-30 15:22:59.780  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: External storage is disabled for the user. Return true
11-30 15:22:59.780  2985  3000 D ActivityManager: package  com.samsung.storyservice, user - 150 is SDcard blacklisted
11-30 15:22:59.797  2985  3000 I ActivityManager: Start proc 30429:com.samsung.storyservice/u150s5004 for service com.samsung.storyservice/.StoryService
11-30 15:22:59.799 30429 30429 I Zygote  : Unshare entire /
11-30 15:22:59.801 30429 30429 I libpersona: umount_sub_dirs: unmounting [/mnt/secure/asec]
11-30 15:22:59.801 30429 30429 I libpersona: umount_sub_dirs: unmounting [/mnt/secure/asec]
11-30 15:22:59.802 30429 30429 I libpersona: umount_sub_dirs: unmounting [/mnt/asec/com.netflix.mediaclient-1]
11-30 15:22:59.804 30429 30429 D Zygote  : [fsType:vfat] | [uuid:3066-3834] [label:]
11-30 15:22:59.804 30429 30429 I Zygote  : found /mnt/media_rw/3066-3834
11-30 15:22:59.804 30429 30429 I Zygote  : found /mnt/runtime/default/3066-3834
11-30 15:22:59.804 30429 30429 I Zygote  : found /mnt/runtime/read/3066-3834
11-30 15:22:59.804 30429 30429 I Zygote  : found /mnt/runtime/write/3066-3834
11-30 15:22:59.805 30429 30429 I Zygote  : unmounting /mnt/runtime/write/3066-3834
11-30 15:22:59.805 30429 30429 I Zygote  : unmounting /mnt/runtime/read/3066-3834
11-30 15:22:59.805 30429 30429 I Zygote  : unmounting /mnt/runtime/default/3066-3834
11-30 15:22:59.805 30429 30429 I Zygote  : unmounting /mnt/media_rw/3066-3834
11-30 15:22:59.807 30429 30429 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:22:59.808 30196 30445 W System.err: java.io.IOException: Address already in use
11-30 15:22:59.808 30429 30429 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c662,c768, pkgname=com.samsung.storyservice 
11-30 15:22:59.809 30196 30445 W System.err: 	at android.net.LocalSocketImpl.bindLocal(Native Method)
11-30 15:22:59.809 30196 30445 W System.err: 	at android.net.LocalSocketImpl.bind(LocalSocketImpl.java:308)
11-30 15:22:59.809 30196 30445 W System.err: 	at android.net.LocalServerSocket.<init>(LocalServerSocket.java:48)
11-30 15:22:59.809 30196 30445 W System.err: 	at com.lbe.doubleagent.service.i$e.run(DALogManager.java:147)
11-30 15:22:59.828 30196 30271 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:59.828 30196 30271 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:22:59.838  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15005004 ,Container id: 150
11-30 15:22:59.838  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15005004 ,Container id: 150
11-30 15:22:59.839  2985  5094 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:22:59.839  2985  5094 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:22:59.841 30196 30271 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:22:59.841 30196 30271 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1195, previously 2540
11-30 15:22:59.842  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15005004 ,Container id: 150
11-30 15:22:59.842 30196 30271 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:22:59.842  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15005004 ,Container id: 150
11-30 15:22:59.842  2985  5094 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:22:59.842  2985  5094 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:22:59.843 30196 30271 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2546, previously 2540
11-30 15:22:59.843 30196 30271 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1442, previously 4566
11-30 15:22:59.843 30196 30271 W ResourceType: ResTable_typeSpec entry count inconsistent: given 383, previously 2136
11-30 15:22:59.845 30429 30429 D ActivityThread: Added TimaKeyStore provider
11-30 15:22:59.846 30196 30271 W ResourceType: For resource 0x7f130c16, entry index(3094) is beyond type entryCount(1442)
11-30 15:22:59.846 30196 30271 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:22:59.846 30196 30271 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:22:59.846 30196 30271 W ResourceType: For resource 0x7f1305f2, entry index(1522) is beyond type entryCount(1442)
11-30 15:22:59.846 30196 30271 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:22:59.847 30196 30271 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:22:59.847  2985  5094 I ActivityManager: DSS on for com.samsung.storyservice and scale is 1.0
11-30 15:22:59.847 30196 30271 W ResourceType: For resource 0x7f130824, entry index(2084) is beyond type entryCount(1442)
11-30 15:22:59.847 30196 30271 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:22:59.847 30196 30271 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:22:59.869 23617 24769 I PlayCommon: [43822] aamo.k(201): Successfully uploaded logs.
11-30 15:22:59.870 30429 30429 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 15005004
11-30 15:22:59.871 30429 30429 D Proxy   : mdoP is null: 15005004
11-30 15:22:59.888  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:22:59.888  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:22:59.888  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:22:59.901 30196 30271 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2002, previously 2011
11-30 15:22:59.901 30196 30271 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2773, previously 2855
11-30 15:22:59.901 30196 30271 W ResourceType: ResTable_typeSpec entry count inconsistent: given 193, previously 1221
11-30 15:22:59.904 30429 30429 I StoryServiceApplication: [#CMH#] StoryService started with context  com.samsung.storyservice.StoryServiceApplication@7f0c684
11-30 15:22:59.917 30429 30429 D SamsungAnalytics111040: cf feature is supported
11-30 15:22:59.922 30429 30429 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-30 15:22:59.922 30429 30429 I SALogger_Utils: [#CMH#] After SA logging initialization completed  
11-30 15:22:59.923 30196 30271 W ResourceType: ResTable_typeSpec entry count inconsistent: given 98, previously 597
11-30 15:22:59.923 30196 30271 W ResourceType: Found multiple library tables, ignoring...
11-30 15:22:59.923 30196 30271 W ResourceType: ResTable_typeSpec entry count inconsistent: given 6282, previously 6446
11-30 15:22:59.923 30196 30271 W ResourceType: ResTable_typeSpec entry count inconsistent: given 198, previously 1867
11-30 15:22:59.923 30196 30271 W ResourceType: Found multiple library tables, ignoring...
11-30 15:22:59.928 30429 30429 E FeatureClassSet: [#CMH#] Rubin package not supported 
11-30 15:22:59.935  2985  5094 D KnoxMUMContainerPolicy: isPackageAllowedToAccessExternalSdcard
11-30 15:22:59.938  2985  5094 D KnoxMUMContainerPolicy: isPackageAllowedToAccessExternalSdcard: External sdcard is disabled for User-150
11-30 15:22:59.939 30429 30429 I StoryService: [#CMH#] in Knox mode, Collage disabled 
11-30 15:22:59.939 30429 30429 I StoryService: [#CMH#] PersonEvent feature is disabled 
11-30 15:22:59.939 30429 30429 I StoryService: [#CMH#] In Knox mode, Agif disabled 
11-30 15:22:59.939 30429 30429 I StoryService: [#CMH#] Knox mode, Pet Story Generator Disabled !!! 
11-30 15:22:59.939 30429 30429 I StoryService: [#CMH#] Knox mode, Baby Story Generator Disabled !!! 
11-30 15:22:59.940 30429 30429 I ServiceController: [#CMH#] initialize ContentObserver  
11-30 15:22:59.957 30429 30429 I StoryServiceApplication: [#CMH#] Story Service is Ready!!  
11-30 15:22:59.959 30429 30429 I StoryService: [StoryService] onBind() 
11-30 15:22:59.961 16433 16433 I ServiceManager: [#CMH#] Bound to Package  com.samsung.storyservice
11-30 15:22:59.963  2985  5094 I ActivityManager: KPU : put [com.sec.android.provider.badge] : 2919 K
11-30 15:22:59.963  2985  5094 I ActivityManager: Killing 27566:com.sec.android.provider.badge/u0a2 (adj 906): DHA:empty #46
11-30 15:22:59.965 30429 30429 I ServiceController: [StoryService] Sending response for  31 with status 0
11-30 15:22:59.980  2985  3002 I zygote  : Successfully killed process cgroup uid 10002 pid 27566 in 16ms
11-30 15:22:59.983  2985  3070 W Choreographer: Frame time is 16.668867 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:22:59.988 30196 30271 W ResourceType: For resource 0x7f130fe2, entry index(4066) is beyond type entryCount(1442)
11-30 15:22:59.990 30196 30271 W ResourceType: For resource 0x7f130fe3, entry index(4067) is beyond type entryCount(1442)
11-30 15:23:00.000  2985  3096 D SamsungAlarmManager: Expired : 8
11-30 15:23:00.001  2985  3096 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459063645 , orig nextNonWakeup=0
11-30 15:23:00.001  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T152600, SetElapsed=459063645, nowELAPSED=458883645
11-30 15:23:00.034 30196 30271 W System.err: java.io.FileNotFoundException: /data/data/com.lbe.parallel.intl/parallel_intl/thememanager.ini (No such file or directory)
11-30 15:23:00.035 30196 30271 W System.err: 	at java.io.FileInputStream.open0(Native Method)
11-30 15:23:00.035 30196 30271 W System.err: 	at java.io.FileInputStream.open(FileInputStream.java:200)
11-30 15:23:00.035 30196 30271 W System.err: 	at java.io.FileInputStream.<init>(FileInputStream.java:150)
11-30 15:23:00.035 30196 30271 W System.err: 	at com.lbe.doubleagent.service.plugin.e.c(DAThemeManager.java:413)
11-30 15:23:00.035 30196 30271 W System.err: 	at com.lbe.doubleagent.service.plugin.e.a(DAThemeManager.java:63)
11-30 15:23:00.035 30196 30271 W System.err: 	at com.lbe.doubleagent.service.DAActivityManager.<init>(DAActivityManager.java:578)
11-30 15:23:00.035 30196 30271 W System.err: 	at com.lbe.doubleagent.service.DAActivityManager.a(DAActivityManager.java:137)
11-30 15:23:00.035 30196 30271 W System.err: 	at com.lbe.mdremote.service.a.a(DAInitializer.java:19)
11-30 15:23:00.035 30196 30271 W System.err: 	at com.lbe.parallel.DAApp$1.run(DAApp.java:183)
11-30 15:23:00.035 30196 30271 W System.err: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:23:00.035 30196 30271 W System.err: java.io.FileNotFoundException: /data/data/com.lbe.parallel.intl/parallel_intl/pluginmanager.ini (No such file or directory)
11-30 15:23:00.035 30196 30271 W System.err: 	at java.io.FileInputStream.open0(Native Method)
11-30 15:23:00.035 30196 30271 W System.err: 	at java.io.FileInputStream.open(FileInputStream.java:200)
11-30 15:23:00.035 30196 30271 W System.err: 	at java.io.FileInputStream.<init>(FileInputStream.java:150)
11-30 15:23:00.035 30196 30271 W System.err: 	at com.lbe.doubleagent.service.plugin.c.d(DAPluginManager.java:208)
11-30 15:23:00.035 30196 30271 W System.err: 	at com.lbe.doubleagent.service.plugin.c.a(DAPluginManager.java:50)
11-30 15:23:00.036 30196 30271 W System.err: 	at com.lbe.doubleagent.service.DAActivityManager.<init>(DAActivityManager.java:581)
11-30 15:23:00.036 30196 30271 W System.err: 	at com.lbe.doubleagent.service.DAActivityManager.a(DAActivityManager.java:137)
11-30 15:23:00.036 30196 30271 W System.err: 	at com.lbe.mdremote.service.a.a(DAInitializer.java:19)
11-30 15:23:00.036 30196 30271 W System.err: 	at com.lbe.parallel.DAApp$1.run(DAApp.java:183)
11-30 15:23:00.036 30196 30271 W System.err: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:23:00.080 30196 30206 I zygote  : Background concurrent copying GC freed 76835(6MB) AllocSpace objects, 43(5MB) LOS objects, 50% free, 7MB/14MB, paused 248us total 147.337ms
11-30 15:23:00.138  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:23:00.178  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:23:00.179  2985  5094 D PackageManager: setEnabledSetting : userId = 0 packageName = com.lbe.parallel.intl cmp = parallel.share_com.facebook.katana newState = 1 callingPackage = 11108/com.lbe.parallel.intl
11-30 15:23:00.183  2985  5094 D PackageManager: setEnabledSetting : userId = 0 packageName = com.lbe.parallel.intl cmp = parallel.share_com.tencent.mm newState = 2 callingPackage = 11108/com.lbe.parallel.intl
11-30 15:23:00.183  2985  5094 D PackageManager: setEnabledSetting : userId = 0 packageName = com.lbe.parallel.intl cmp = parallel.share_com.instagram.android newState = 2 callingPackage = 11108/com.lbe.parallel.intl
11-30 15:23:00.184  2985  5094 D API test: getContainerInfo: value is 150,1359085664
11-30 15:23:00.203  2985  5094 D PackageManager: setEnabledSetting : userId = 0 packageName = com.lbe.parallel.intl cmp = parallel.share_remain.apps newState = 1 callingPackage = 11108/com.lbe.parallel.intl
11-30 15:23:00.256  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11108 ,Container id: 0
11-30 15:23:00.256  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11108 ,Container id: 0
11-30 15:23:00.256  2985  5094 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:23:00.888  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:00.888  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:00.888  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:00.935 30196 30196 W cr_AwDataDirLock: Using WebView from more than one process at once with the same data directory is not supported. https://crbug.com/558377 : Current process com.lbe.parallel.intl:mdserver (pid 30196), lock owner com.lbe.parallel.intl (pid 30238)
11-30 15:23:00.946 30196 30470 W ResourceType: Failure getting entry for 0x7f140840 (t=19 e=2112) (error -2147483647)
11-30 15:23:00.954 30362 30388 E cr_ChildProcessService: Service is already bound by pid 30238, cannot bind for pid 30196
11-30 15:23:00.965 30196 30470 W cr_SpareChildConn: Failed to warm up the spare sandbox service
11-30 15:23:00.998  2985  5094 D ConnectivityService: filterNetworkStateForUid() uid: 11108 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:01.000  2985  5094 D ConnectivityService: filterNetworkStateForUid() uid: 11108 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:01.016 30196 30481 E chromium: [ERROR:database.cc(1773)] Web SQLite error: code 5 errno 0: database is locked sql: PRAGMA auto_vacuum
11-30 15:23:01.016 30196 30481 E chromium: [ERROR:database.cc(1773)] Web SQLite error: code 5 errno 0: database is locked sql: PRAGMA journal_mode=TRUNCATE
11-30 15:23:01.021  2985  5094 D ActivityManager: The following uid has registered to recieve broadcast for proxy related updates 11108
11-30 15:23:01.021  2985  5094 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1033 com.android.server.am.ActivityManagerService.requestKnoxVpnToSendProxyBroadcast:30439 com.android.server.am.ActivityManagerService.registerReceiver:23966 android.app.IActivityManager$Stub.onTransact:176 com.android.server.am.ActivityManagerService.onTransact:4038 
11-30 15:23:01.023  2985  2985 D KnoxVpnEngineService: Vpn Receiver : com.samsung.android.knox.intent.action.VPN_PROXY_BROADCAST_INTERNAL
11-30 15:23:01.023  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:23:01.045  2985  5094 D ConnectivityService: filterNetworkStateForUid() uid: 11108 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:01.048 30196 30196 D ConnectivityManager: requestNetwork; CallingUid : 11108, CallingPid : 30196
11-30 15:23:01.050  2985  5094 D ConnectivityService: listenForNetwork for uid/pid:11108/30196 NetworkRequest [ LISTEN id=5260, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-30 15:23:01.051  2985  3222 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 625]
11-30 15:23:01.051  2985  3222 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -63]
11-30 15:23:01.051  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/11)
11-30 15:23:01.051  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5257. No change.
11-30 15:23:01.051  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 8. No change.
11-30 15:23:01.051  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 1. No change.
11-30 15:23:01.051  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5252. No change.
11-30 15:23:01.051  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/7)
11-30 15:23:01.051  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/10)
11-30 15:23:01.051  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5186. No change.
11-30 15:23:01.051  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5251. No change.
11-30 15:23:01.051  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5255. No change.
11-30 15:23:01.051  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/5)
11-30 15:23:01.051  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5258. No change.
11-30 15:23:01.051  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5250. No change.
11-30 15:23:01.051  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5187. No change.
11-30 15:23:01.051  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 3. No change.
11-30 15:23:01.051  2985  3222 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ LISTEN id=5260, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-30 15:23:01.052  2985  3222 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=5260, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-30 15:23:01.052  2985  3222 D ConnectivityService: sending notification CALLBACK_IP_CHANGED for NetworkRequest [ LISTEN id=5260, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-30 15:23:01.052  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:01.053  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:01.053  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:01.053  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:01.053  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:01.053  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:01.053  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:01.053  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:01.053  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:01.053  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:01.053  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:01.053  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:01.111  2985  5094 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.lbe.parallel.intl user:0
11-30 15:23:01.111  2985  5094 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:23:01.111  2985  5094 D ActivityManager: package  com.lbe.parallel.intl, user - 0 is SDcard whitelisted
11-30 15:23:01.111  2985  5094 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.lbe.parallel.intl user:0
11-30 15:23:01.111  2985  5094 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:23:01.111  2985  5094 I ActivityManager: SA, print process name forked by webview_zygote : com.android.chrome:sandboxed_process1
11-30 15:23:01.114 30196 30489 I zygote  : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
11-30 15:23:01.124  2985  5094 I ActivityManager: Start proc 30503:com.android.chrome:sandboxed_process1/u0i504 for webview_service com.lbe.parallel.intl/org.chromium.content.app.SandboxedProcessService1
11-30 15:23:01.126 30503 30503 E /system/bin/webview_zygote32: Failed to make and chown /acct/uid_99504: Permission denied
11-30 15:23:01.126 30503 30503 E Zygote  : createProcessGroup(99504, 0) failed: Permission denied
11-30 15:23:01.127 30503 30503 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:webview_zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:23:01.128 30503 30503 I SELinux : SELinux: seapp_context_lookup: seinfo=chrome, level=s0:c512,c768, pkgname=com.android.chrome:sandboxed_process1 
11-30 15:23:01.139  2985  2985 W NotificationListeners: (O)onServiceConnected : ManagedServiceInfo[component=ComponentInfo{com.lbe.parallel.intl/com.lbe.parallel.ui.lockscreen.NotificationObserverService},userid=0,isSystem=false,targetSdkVersion=28,connection=<connection>,service=android.service.notification.INotificationListener$Stub$Proxy@aadd7d0]
11-30 15:23:01.142  2985  2985 W NotificationListeners: (O)onServiceConnected : ManagedServiceInfo[component=ComponentInfo{com.lbe.parallel.intl/com.lbe.parallel.ui.lockscreen.NotificationObserverService},userid=0,isSystem=false,targetSdkVersion=28,connection=<connection>,service=android.service.notification.INotificationListener$Stub$Proxy@ea673c9]
11-30 15:23:01.145 30196 30220 W System.err: java.util.concurrent.ExecutionException: com.android.volley.VolleyError: java.lang.NullPointerException: Attempt to get length of null array
11-30 15:23:01.145 30196 30220 W System.err: 	at com.android.volley.toolbox.RequestFuture.doGet(RequestFuture.java:120)
11-30 15:23:01.145 30196 30220 W System.err: 	at com.android.volley.toolbox.RequestFuture.get(RequestFuture.java:100)
11-30 15:23:01.145 30196 30220 W System.err: 	at com.lbe.parallel.fc$1.run(ApiClient.java:433)
11-30 15:23:01.145 30196 30220 W System.err: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:23:01.145 30196 30220 W System.err: Caused by: com.android.volley.VolleyError: java.lang.NullPointerException: Attempt to get length of null array
11-30 15:23:01.145 30196 30220 W System.err: 	at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:143)
11-30 15:23:01.145 30196 30220 W System.err: Caused by: java.lang.NullPointerException: Attempt to get length of null array
11-30 15:23:01.145 30196 30220 W System.err: 	at com.google.protobuf.nano.c.a(MessageNano.java:131)
11-30 15:23:01.145 30196 30220 W System.err: 	at com.lbe.parallel.fc$b.parseNetworkResponse(ApiClient.java:2000)
11-30 15:23:01.145 30196 30220 W System.err: 	at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:125)
11-30 15:23:01.152  2985  5087 D ConnectivityService: filterNetworkStateForUid() uid: 11108 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:01.155 23617 23734 I Finsky  : [43759] qiq.n(14): com.lbe.parallel.intl: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:23:01.156 23617 23734 I Finsky  : [43759] qiq.n(63): Billing preferred account via installer for com.lbe.parallel.intl: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:23:01.166 30196 30288 W FileUtils: Failed to chmod(/data/user/0/com.lbe.parallel.intl/lib/libuninstmon.so): android.system.ErrnoException: chmod failed: EACCES (Permission denied)
11-30 15:23:01.167  2680  2680 E audit   : type=1400 audit(1638260581.146:39949): avc:  denied  { setattr } for  pid=30288 comm="ProcessMonitor" name="libuninstmon.so" dev="dm-1" ino=655621 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:apk_data_file:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:23:01.167  2680  2680 E audit   : type=1300 audit(1638260581.146:39949): arch=40000028 syscall=333 per=8 success=no exit=-13 a0=ffffff9c a1=ceb4b450 a2=1fd a3=0 items=0 ppid=2693 pid=30288 auid=4294967295 uid=11108 gid=11108 euid=11108 suid=11108 fsuid=11108 egid=11108 sgid=11108 fsgid=11108 tty=(none) ses=4294967295 comm="ProcessMonitor" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:23:01.167  2680  2680 E audit   : type=1327 audit(1638260581.146:39949): proctitle="com.lbe.parallel.intl:mdserver"
11-30 15:23:01.178 30153 30167 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:23:01.178 30196 30334 W Ads     : Update ad debug logging enablement as false
11-30 15:23:01.184  2985  3137 D ConnectivityService: filterNetworkStateForUid() uid: 11108 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:01.185  2985  3826 D ConnectivityService: filterNetworkStateForUid() uid: 11108 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:01.189 30503 30503 D TimaKeyStoreProvider: TimaKeyStore is not enabled: cannot add TimaSignature Service and generateKeyPair Service
11-30 15:23:01.189 30503 30503 D ActivityThread: Added TimaKeyStore provider
11-30 15:23:01.194  2985  5094 W ActivityManager: Permission Denial: not allowed to send broadcast android.intent.action.BOOT_COMPLETED from pid=30196, uid=11108
11-30 15:23:01.201  2985  5087 I ActivityManager: DSS on for com.lbe.parallel.intl and scale is 1.0
11-30 15:23:01.204 30153 30167 I zygote  : WaitForGcToComplete blocked ProfileSaver on ClassLinker for 25.740ms
11-30 15:23:01.219 30196 30489 D libGLESv2: STS_GLApi : DTS, ODTC are not allowed for Package : com.lbe.parallel.intl:mdserver
11-30 15:23:01.259 30196 30196 W LBE-Sec : Google Play Services not available while get getAdvertisingId
11-30 15:23:01.282 30525 30525 E asset   : setgid: Operation not permitted
11-30 15:23:01.292  2985  5084 D ConnectivityService: filterNetworkStateForUid() uid: 11108 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:01.294  2985  3137 D ConnectivityService: filterNetworkStateForUid() uid: 11108 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:01.298 23617 23734 I Finsky  : [43759] qiq.n(14): com.lbe.parallel.intl: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:23:01.299 23617 23734 I Finsky  : [43759] qiq.n(63): Billing preferred account via installer for com.lbe.parallel.intl: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:23:01.302 23617 23734 I Finsky  : [43759] qiq.n(14): com.lbe.parallel.intl: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:23:01.303 23617 23734 I Finsky  : [43759] qiq.n(63): Billing preferred account via installer for com.lbe.parallel.intl: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:23:01.310 23617 23734 I Finsky  : [43759] qiq.n(14): com.lbe.parallel.intl: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:23:01.311 23617 23635 I Finsky  : [43704] qiq.n(14): com.lbe.parallel.intl: Account determined from installer data - [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:23:01.311 23617 23734 I Finsky  : [43759] qiq.n(63): Billing preferred account via installer for com.lbe.parallel.intl: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:23:01.312 23617 23635 I Finsky  : [43704] qiq.n(63): Billing preferred account via installer for com.lbe.parallel.intl: [WTnRR66B3Sg_SaH_f3MKZahiGbqDwQuN06rJQfzXQQ4]
11-30 15:23:01.314  2985  5084 D ConnectivityService: filterNetworkStateForUid() uid: 10040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:01.315  2985  5094 D ConnectivityService: filterNetworkStateForUid() uid: 10040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:01.320 30503 30503 I cr_SplitCompatApp: Launched version=96.0.4664.45 minSdkVersion=24 isBundle=true processName=com.android.chrome:sandboxed_process1 isIsolated=true
11-30 15:23:01.348 30503 30503 W SystemServiceRegistry: No service published for: uimode
11-30 15:23:01.352 30503 30503 V Monotype: fonts.xml take from : /system/etc/
11-30 15:23:01.368  2985  3137 D ConnectivityService: filterNetworkStateForUid() uid: 11108 networkInfo: [type: WIFI_P2P[] - WIFI_P2P, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false]
11-30 15:23:01.369  2985  3137 D ConnectivityService: filterNetworkStateForUid() uid: 11108 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:01.374 30196 30258 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:23:01.374 30196 30258 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:23:01.375  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:23:01.376 30196 30309 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:23:01.377 30196 30309 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:23:01.377  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:23:01.387 30196 30275 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:23:01.387 30196 30275 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:23:01.388  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:23:01.403 30503 30503 E Typeface: Error mapping font file /system/fonts/NotoSansKhmer-Regular.ttf
11-30 15:23:01.403 30503 30503 E Typeface: Error mapping font file /system/fonts/NotoSansKhmer-Bold.ttf
11-30 15:23:01.403 30503 30503 E Minikin : Could not get cmap table size!
11-30 15:23:01.403 30503 30503 E Typeface: Unable to load Family: null:und-Khmr
11-30 15:23:01.427 30503 30503 E Typeface: Error mapping font file /system/fonts/DroidSansFallback.ttf
11-30 15:23:01.427 30503 30503 E Minikin : Could not get cmap table size!
11-30 15:23:01.427 30503 30503 E Typeface: Unable to load Family: null:null
11-30 15:23:01.480 30503 30503 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3L.ttf
11-30 15:23:01.480 30503 30503 E Minikin : Could not get cmap table size!
11-30 15:23:01.480 30503 30503 E Typeface: Unable to load Family: samsung-sans-num3L:null
11-30 15:23:01.480 30503 30503 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3T.ttf
11-30 15:23:01.480 30503 30503 E Minikin : Could not get cmap table size!
11-30 15:23:01.480 30503 30503 E Typeface: Unable to load Family: samsung-sans-num3T:null
11-30 15:23:01.481 30503 30503 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4L.ttf
11-30 15:23:01.481 30503 30503 E Minikin : Could not get cmap table size!
11-30 15:23:01.481 30503 30503 E Typeface: Unable to load Family: samsung-sans-num4L:null
11-30 15:23:01.481 30503 30503 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4T.ttf
11-30 15:23:01.481 30503 30503 E Minikin : Could not get cmap table size!
11-30 15:23:01.481 30503 30503 E Typeface: Unable to load Family: samsung-sans-num4T:null
11-30 15:23:01.481 30503 30503 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num35.ttf
11-30 15:23:01.481 30503 30503 E Minikin : Could not get cmap table size!
11-30 15:23:01.481 30503 30503 E Typeface: Unable to load Family: samsung-sans-num35:null
11-30 15:23:01.481 30503 30503 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num45.ttf
11-30 15:23:01.481 30503 30503 E Minikin : Could not get cmap table size!
11-30 15:23:01.481 30503 30503 E Typeface: Unable to load Family: samsung-sans-num45:null
11-30 15:23:01.481 30503 30503 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3Lv.ttf
11-30 15:23:01.481 30503 30503 E Minikin : Could not get cmap table size!
11-30 15:23:01.481 30503 30503 E Typeface: Unable to load Family: samsung-sans-num3LV:null
11-30 15:23:01.482 30503 30503 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3R.ttf
11-30 15:23:01.482 30503 30503 E Minikin : Could not get cmap table size!
11-30 15:23:01.482 30503 30503 E Typeface: Unable to load Family: samsung-sans-num3R:null
11-30 15:23:01.482 30503 30503 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4Tv.ttf
11-30 15:23:01.482 30503 30503 E Minikin : Could not get cmap table size!
11-30 15:23:01.482 30503 30503 E Typeface: Unable to load Family: samsung-sans-num4Tv:null
11-30 15:23:01.482 30503 30503 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4Lv.ttf
11-30 15:23:01.482 30503 30503 E Minikin : Could not get cmap table size!
11-30 15:23:01.482 30503 30503 E Typeface: Unable to load Family: samsung-sans-num4Lv:null
11-30 15:23:01.486 30503 30503 I cr_ChildProcessService: Creating new ChildProcessService pid=30503
11-30 15:23:01.493 30503 30503 E WebViewLibraryLoader: can't load with relro file; address space not reserved
11-30 15:23:01.508 30503 30531 I cr_LibraryLoader: Successfully loaded native library
11-30 15:23:01.509 30503 30531 I cr_CachingUmaRecorder: Flushed 2 samples from 2 histograms.
11-30 15:23:01.724  2985  5094 I ActivityManager: KPU : put [com.sec.android.provider.badge] : 3004 K
11-30 15:23:01.724  2985  5094 I ActivityManager: Killing 27903:com.sec.android.provider.badge/u150a2 (adj 906): DHA:empty #46
11-30 15:23:01.741  2985  3002 I zygote  : Successfully killed process cgroup uid 15010002 pid 27903 in 16ms
11-30 15:23:01.743  2985  3070 W Choreographer: Frame time is 11.462765 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:23:01.845 28769 29273 V NFC     : this device does not have NFC support
11-30 15:23:01.879 23617 23664 D PaySecureElementClient: Felica app not found; returning isSecureElementAvailable = false!
11-30 15:23:01.881  2985  3137 D SdpManagerService: Not an enterprise user : 0
11-30 15:23:01.887  2985  3137 D SdpManagerService: Not an enterprise user : 0
11-30 15:23:01.888  2985  3137 I FingerprintService: Active Biometrics : true
11-30 15:23:01.888  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:01.888  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:01.888  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:01.890  2985  3137 D SdpManagerService: Not an enterprise user : 0
11-30 15:23:01.890  2985  3137 I FingerprintService: Active Biometrics : true
11-30 15:23:01.897  2985  3137 D SdpManagerService: Not an enterprise user : 0
11-30 15:23:01.897  2985  3137 I FingerprintService: Active Biometrics : true
11-30 15:23:01.902 23617 23762 I Finsky  : [43778] qcj.run(24): Skipping a request to /bulkAcquire since cache has all the records.
11-30 15:23:01.948 23617 23665 D PaySecureElementClient: Felica app not found; returning isSecureElementAvailable = false!
11-30 15:23:01.949  2985  5094 D SdpManagerService: Not an enterprise user : 0
11-30 15:23:01.956  2985  5094 D SdpManagerService: Not an enterprise user : 0
11-30 15:23:01.956  2985  5094 I FingerprintService: Active Biometrics : true
11-30 15:23:01.959  2985  5094 D SdpManagerService: Not an enterprise user : 0
11-30 15:23:01.959  2985  5094 I FingerprintService: Active Biometrics : true
11-30 15:23:01.963  2706  2706 D keystore: Reached or exceeded concurrent operations limit
11-30 15:23:01.963  2706  2706 D keystore: Trying to prune operation 0xf6215308
11-30 15:23:01.963  2706  2706 W keystore: ENTER remove operation from uid 10040
11-30 15:23:01.965  2985  5094 D SdpManagerService: Not an enterprise user : 0
11-30 15:23:01.966  2985  5094 I FingerprintService: Active Biometrics : true
11-30 15:23:01.973 23617 23762 I Finsky  : [43778] qcj.run(24): Skipping a request to /bulkAcquire since cache has all the records.
11-30 15:23:02.019 30196 30481 E chromium: [ERROR:database.cc(1773)] Web SQLite error: code 5 errno 0: database is locked sql: PRAGMA cache_size=32
11-30 15:23:02.019 30196 30481 E chromium: [ERROR:database.cc(1773)] Web SQLite error: code 5 errno 0: database is locked sql: SELECT 1 FROM sqlite_schema WHERE type=? AND name=?
11-30 15:23:02.020 30196 30481 I chatty  : uid=11108(com.lbe.parallel.intl) ThreadPoolSingl identical 1 line
11-30 15:23:02.020 30196 30481 E chromium: [ERROR:database.cc(1773)] Web SQLite error: code 5 errno 0: database is locked sql: SELECT 1 FROM sqlite_schema WHERE type=? AND name=?
11-30 15:23:02.020 30196 30481 E chromium: [ERROR:database.cc(1773)] Web SQLite error: code 5 errno 0: database is locked sql: CREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY, value LONGVARCHAR)
11-30 15:23:02.020 30196 30196 W chromium: [WARNING:aw_form_database_service.cc(26)] initializing autocomplete database failed
11-30 15:23:02.888  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:02.888  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:02.888  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:02.966 16433 16520 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:23:03.141 30196 30196 E chromium: [ERROR:service_worker_storage.cc(1899)] Failed to delete the database: Database IO error
11-30 15:23:03.690 30238 30261 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:23:03.707 13746 13746 D BoundBrokerSvc: onBind: Intent { act=com.google.android.mobstore.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:23:03.707 13746 13746 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.mobstore.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:23:03.728 30238 30261 I zygote  : WaitForGcToComplete blocked ProfileSaver on ClassLinker for 38.556ms
11-30 15:23:03.813  2985  5094 D ConnectivityService: filterNetworkStateForUid() uid: 15010018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:03.874 30153 30153 V ClearcutMetricXmitter: Transmission is done.
11-30 15:23:03.888  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:03.889  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:03.889  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:03.936  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:23:03.936  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:23:03.936  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:23:03.936  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:23:03.951  2985  7619 D SSRM:aU : SIOP:: AP:424(442,0) BAT:322(322,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:23:04.055  4228  4228 D io_stats: !@ 179,0 r 54713334 1394215748 w 6070491 85779752 d 1208377 30871944 f 1082225 1081272 iot 29954030 29358489 th 51200 0 0 pt 0 inp 0 0 264083.048
11-30 15:23:04.740 16033 16043 I zygote  : Background concurrent copying GC freed 353638(17MB) AllocSpace objects, 18(680KB) LOS objects, 50% free, 14MB/29MB, paused 175us total 181.429ms
11-30 15:23:04.889  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:04.889  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:04.889  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:04.912  2985  3137 D SamsungAlarmManager: Cancel Alarm calling from uid:10018 pid :16033 / op:PendingIntent{baae348: PendingIntentRecord{ceb74b6 com.google.android.gms startService}}
11-30 15:23:04.915  2985  3137 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459063645 , orig nextNonWakeup=0
11-30 15:23:05.061  2985  3137 D SamsungAlarmManager: Cancel Alarm calling from uid:10018 pid :28769 / op:PendingIntent{ab2e5e1: PendingIntentRecord{d40648e com.google.android.gms startService}}
11-30 15:23:05.065  2985  3137 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459063645 , orig nextNonWakeup=0
11-30 15:23:05.173 28977 29210 I WorkerManager: dispose()
11-30 15:23:05.191  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:23:05.510  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11108 ,Container id: 0
11-30 15:23:05.510  2985  5094 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11108 ,Container id: 0
11-30 15:23:05.510  2985  5094 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:23:05.567 29697 29767 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:23:05.568 29697 29767 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:23:05.569  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:23:05.641  2985  5094 I ActivityManager: KPU : put [com.facebook.system] : 4531 K
11-30 15:23:05.641  2985  5094 I ActivityManager: Killing 28206:com.facebook.system/u0a12 (adj 906): DHA:empty #46
11-30 15:23:05.657  2985  3002 I zygote  : Successfully killed process cgroup uid 10012 pid 28206 in 15ms
11-30 15:23:05.659  2985  3070 W Choreographer: Frame time is 6.586329 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:23:05.854 16033 23954 W SQLiteConnectionPool: The connection pool for database '+data+user+0+com_google_android_gms+databases+phenotype_db' has been unable to grant a connection to thread 39710 (lowpool[195]) with flags 0x2 for 4.0 seconds.
11-30 15:23:05.854 16033 23954 W SQLiteConnectionPool: Connections: 1 active, 0 idle, 3 available.
11-30 15:23:05.854 16033 23954 W SQLiteConnectionPool: 
11-30 15:23:05.854 16033 23954 W SQLiteConnectionPool: Requests in progress:
11-30 15:23:05.854 16033 23954 W SQLiteConnectionPool:   executeForChangedRowCount started 1ms ago - running, sql="DELETE FROM Flags WHERE packageName = ? AND user = ? AND version != ? AND committed = 0"
11-30 15:23:05.889  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:05.889  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:05.889  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:06.269 16033 16033 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE cmp=com.google.android.gms/.chimera.PersistentInternalBoundBrokerService }
11-30 15:23:06.889  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:06.889  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:06.889  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:07.889  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:07.889  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:07.889  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:08.590  2985  3298 D UcmService: onReceive android.intent.action.PACKAGE_CHANGED
11-30 15:23:08.590  2985  3298 D UcmService: Package update in userId-0 and uid-11108
11-30 15:23:08.591  3519  3519 D ThemeManagerService: BroadcastReceiver packageName :com.lbe.parallel.intl, action = android.intent.action.PACKAGE_CHANGED
11-30 15:23:08.591  2985  2985 W ResourceType: For resource 0x7f130c16, entry index(3094) is beyond type entryCount(1442)
11-30 15:23:08.591  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:23:08.591  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:23:08.591  2985  2985 W ResourceType: For resource 0x7f1305f2, entry index(1522) is beyond type entryCount(1442)
11-30 15:23:08.591  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:23:08.591  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:23:08.592  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.PACKAGE_CHANGED
11-30 15:23:08.592  2985  2985 W ResourceType: For resource 0x7f130824, entry index(2084) is beyond type entryCount(1442)
11-30 15:23:08.592  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:23:08.592  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:23:08.592  3510  3510 D MetadataParser: onPackageUpdated() key = com.lbe.parallel.intl
11-30 15:23:08.593  3470  3470 D ImsResolver: maybeAddedImsService, packageName: com.lbe.parallel.intl
11-30 15:23:08.594  2985  3117 D InputReader: externalDisplayId 0 W 1080 H 1920
11-30 15:23:08.594  2985  3117 I InputReader: Reconfiguring input devices.  changes=0x00000010
11-30 15:23:08.598   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:23:08.598   559   636 I ControllerEventHandler: [#CMH#] onPackageChanged()  null
11-30 15:23:08.598   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:23:08.611  2985  2985 D PackageManager: Shame on you for calling the hidden API queryBroadcastReceivers(). Shame!
11-30 15:23:08.612  2985  2985 D NotificationListeners: rebindServices - com.android.server.notification.ManagedServices.onPackagesChanged:502 com.android.server.notification.NotificationManagerService$5.onReceive:1193 android.app.LoadedApk$ReceiverDispatcher$Args.lambda$-android_app_LoadedApk$ReceiverDispatcher$Args_54380:1355 android.app.-$Lambda$aS31cHIhRx41653CMnd4gZqshIQ.$m$7:4 android.app.-$Lambda$aS31cHIhRx41653CMnd4gZqshIQ.run:39 android.os.Handler.handleCallback:790 android.os.Handler.dispatchMessage:99 android.os.Looper.loop:164 com.android.server.SystemServer.run:737 com.android.server.SystemServer.main:568 
11-30 15:23:08.613  2985  2985 V NotificationListeners: disabling notification listener for user 0: ComponentInfo{com.lbe.parallel.intl/com.lbe.parallel.ui.lockscreen.NotificationObserverService}
11-30 15:23:08.622  2985  2985 W NotificationListeners: Not binding notification listener service ComponentInfo{com.sec.android.app.launcher/com.android.launcher3.notification.NotificationListener}: it does not require the permission android.permission.BIND_NOTIFICATION_LISTENER_SERVICE
11-30 15:23:08.622  2985  2985 V NotificationListeners: enabling notification listener for 150: ComponentInfo{com.samsung.knox.securefolder/com.samsung.knox.securefolder.foldercontainer.notification.NotificationListener}
11-30 15:23:08.622  2985  2985 V NotificationListeners: registerService: ComponentInfo{com.samsung.knox.securefolder/com.samsung.knox.securefolder.foldercontainer.notification.NotificationListener} u=150
11-30 15:23:08.628  2985  2985 V NotificationListeners: binding: Intent { act=android.service.notification.NotificationListenerService cmp=com.samsung.knox.securefolder/.foldercontainer.notification.NotificationListener (has extras) }
11-30 15:23:08.636 29442 29442 D SF:NotificationListener: NotificationListener()
11-30 15:23:08.637  2985  2985 I GameManagerService: PkgInstallationReceiver, onReceive(),  begin, action: android.intent.action.PACKAGE_CHANGED
11-30 15:23:08.637 29442 29442 D SF:NotificationListener: onBind: Intent { act=android.service.notification.NotificationListenerService cmp=com.samsung.knox.securefolder/.foldercontainer.notification.NotificationListener } com.samsung.knox.securefolder.foldercontainer.notification.NotificationListener@f5bfa7f
11-30 15:23:08.642  2985  2985 W ResourceType: For resource 0x7f130fe2, entry index(4066) is beyond type entryCount(1442)
11-30 15:23:08.643  2985  2985 W ResourceType: For resource 0x7f130fe3, entry index(4067) is beyond type entryCount(1442)
11-30 15:23:08.645  2985  4102 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20311128T152308 - CU:10018/CP:16033
11-30 15:23:08.645  2985  4102 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459063645 , orig nextNonWakeup=0
11-30 15:23:08.664  2985  2985 D SdpManagerService: Not an enterprise user : 0
11-30 15:23:08.665  2985  2985 I PersonaManagerService::Proxy: newPackage is com.lbe.parallel.intl
11-30 15:23:08.665  2985  2985 D RCPManagerService: PackageReceiver onReceive()
11-30 15:23:08.667  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 0: now com.samsung.android.contacts
11-30 15:23:08.668  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 150: now null
11-30 15:23:08.669  2985  2985 D BackupManagerService: Received broadcast Intent { act=android.intent.action.PACKAGE_CHANGED dat=package:com.lbe.parallel.intl flg=0x45000010 (has extras) }
11-30 15:23:08.669  2985  2985 I BackupManagerService: Package com.lbe.parallel.intl changed; rechecking
11-30 15:23:08.669  2985  2985 I BackupManagerService:    * com.lbe.parallel.ipc.ServiceProvider
11-30 15:23:08.669  2985  2985 I BackupManagerService:    * com.lbe.parallel.ui.lockscreen.NotificationObserverService
11-30 15:23:08.675  2985  5084 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20311128T152308 - CU:10018/CP:28769
11-30 15:23:08.676  2985  5084 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459063645 , orig nextNonWakeup=0
11-30 15:23:08.676  3470  3470 D CarrierSvcBindHelper: No carrier app for: 0
11-30 15:23:08.679  3470  3470 D CarrierSvcBindHelper: No carrier app for: 1
11-30 15:23:08.690 16033 30556 I Fitness : OnPackageChangedOperation got intent: Intent { act=android.intent.action.PACKAGE_CHANGED dat=package:com.lbe.parallel.intl flg=0x45000010 pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) } [CONTEXT service_id=17 ]
11-30 15:23:08.709 16033 30563 I Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_CHANGED [CONTEXT service_id=17 ]
11-30 15:23:08.709  2985  2999 I PrintManagerService: onPackageModified com.lbe.parallel.intl
11-30 15:23:08.716  2985  2999 D SemExecuteManagerService: onShortcutChanged: com.lbe.parallel.intl0
11-30 15:23:08.716  4604  5239 D LauncherApps: onPackageChanged 0,com.lbe.parallel.intl
11-30 15:23:08.716  4604  4604 D Launcher.Model: onPackageChanged:com.lbe.parallel.intl user:UserHandle{0}
11-30 15:23:08.719  4604  4604 D Launcher.Model: isValidStateInKnoxMode:false user:UserHandle{0}
11-30 15:23:08.719  4604  4680 W Launcher.Model: checkFinderState return, operation is not matched
11-30 15:23:08.719  4604  4680 D Launcher.Model: Loader.updatePackage com.lbe.parallel.intl
11-30 15:23:08.789  2985  2985 W NotificationListeners: (O)onServiceConnected : ManagedServiceInfo[component=ComponentInfo{com.samsung.knox.securefolder/com.samsung.knox.securefolder.foldercontainer.notification.NotificationListener},userid=150,isSystem=false,targetSdkVersion=24,connection=<connection>,service=android.service.notification.INotificationListener$Stub$Proxy@45f5e77]
11-30 15:23:08.790  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 0
11-30 15:23:08.791  4604  4680 V LauncherApps: Returning activity for profile UserHandle{0} : ComponentInfo{com.lbe.parallel.intl/com.lbe.parallel.ui.tour.SplashActivity}
11-30 15:23:08.791  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:23:08.791  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:23:08.792 29442 29442 D SF:NotificationListener: onListenerConnected()
11-30 15:23:08.792 29442 29442 D SF:NotificationListener: listener not loaded yet. call requestUnbind().
11-30 15:23:08.793  2985  5092 D NotificationListeners: Removing active service ComponentInfo{com.samsung.knox.securefolder/com.samsung.knox.securefolder.foldercontainer.notification.NotificationListener}
11-30 15:23:08.813 29442 29442 D SF:NotificationListener: unregisterListener() called.
11-30 15:23:08.813 29442 29442 D SF:NotificationListener: onUnbind: Intent { act=android.service.notification.NotificationListenerService cmp=com.samsung.knox.securefolder/.foldercontainer.notification.NotificationListener }
11-30 15:23:08.813 29442 29442 D SF:NotificationListener: onListenerDisconnected()
11-30 15:23:08.833  4604  4680 I ApplicationPackageManager: load=com.lbe.parallel.intl, bg=144-144, dr=144-144, forDefault=false, density=0
11-30 15:23:08.833  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:23:08.834  4604  4680 I ApplicationPackageManager: scaled rate=0.59999996, size=144, alpha=4, hold=0
11-30 15:23:08.835  4604  4680 I ApplicationPackageManager: load=com.lbe.parallel.intl-theme2, bg=144-144, dr=144-144, tarScale=0.59999996, relScale=0.6352941, mask=false
11-30 15:23:08.836  4604  4680 D LauncherActivityInfo: packageName: com.lbe.parallel.intl, supportTheme: true, height: 144, width: 144, density: 640
11-30 15:23:08.847 16033 14928 D BluetoothAdapter: STATE_BLE_ON
11-30 15:23:08.868  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 0
11-30 15:23:08.870  4604  4680 V LauncherApps: Returning activity for profile UserHandle{0} : ComponentInfo{com.lbe.parallel.intl/com.lbe.parallel.ui.tour.SplashActivity}
11-30 15:23:08.870  4604  4680 D DataLoader: updatePackage:com.lbe.parallel.intl
11-30 15:23:08.872  2985  3137 D LauncherAppsService: is Package Hidden: false
11-30 15:23:08.872  4604  4680 I AppsModel: addOrUpdater
11-30 15:23:08.872  4604  4680 I AppsModel: addOrUpdater cn = ComponentInfo{com.lbe.parallel.intl/com.lbe.parallel.ui.tour.SplashActivity} , UserHandle{0}
11-30 15:23:08.874  4604  4680 I AppsModel: addOrUpdater update item = IconInfo(title=Parallel Space intent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.lbe.parallel.intl/com.lbe.parallel.ui.tour.SplashActivity (has extras) } id=426 type=0 container=-102 screen=1 cellX=1 cellY=2 spanX=1 spanY=1 rank=9 hidden=0 dropPos=null user=UserHandle{0})
11-30 15:23:08.874  4604  4680 D AppsCustomAdapter: notifyUpdate : com.android.launcher3.Launcher@46d4052
11-30 15:23:08.874  4604  4680 D AppsDragController: needDeferToBind : true , false
11-30 15:23:08.875  2985  5095 D LauncherAppsService: is Package Hidden: false
11-30 15:23:08.877  4604  4680 D WidgetLoader: ignore dirty because widgets are not changed
11-30 15:23:08.889  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:08.889  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:08.889  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:08.905 16033 14928 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:23:08.937 16033 14928 I chatty  : uid=10018(com.google.android.gms) highpool[94] identical 1 line
11-30 15:23:08.940 16033 14928 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:23:09.010 28769 28789 I zygote  : Background concurrent copying GC freed 397917(11MB) AllocSpace objects, 8(288KB) LOS objects, 50% free, 8MB/17MB, paused 178us total 199.154ms
11-30 15:23:09.014 28769 29333 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
11-30 15:23:09.037 28769 29127 I GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=12803 trafficStatsUid=-1
11-30 15:23:09.058  4228  4228 D io_stats: !@ 179,0 r 54714283 1394222160 w 6071284 85792584 d 1208398 30873096 f 1082236 1081283 iot 29954800 29359162 th 51200 0 0 pt 0 inp 0 1 264088.050
11-30 15:23:09.081 28769 29127 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:23:09.121 28769 29127 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:23:09.142 28769 29127 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:23:09.355  4604  5239 D LauncherApps: onShortcutChanged 0,com.lbe.parallel.intl
11-30 15:23:09.356  4604  4604 D DeepShortcutManager: bindDeepShortcutMap: {com.android.launcher3.util.ComponentKey@ed003502=[launcher_shortcut_search, launcher_shortcut_upload, launcher_shortcut_scan], com.android.launcher3.util.ComponentKey@b0cc8fca=[shortcut_create_note, shortcut_write_with_pen, shortcut_record_voice_note], com.android.launcher3.util.ComponentKey@7d974010=[new_video_call, new_conversation, new_audio_call], com.android.launcher3.util.ComponentKey@854a91d=[manifest_new_list_shortcut, manifest_new_audio_note_shortcut, manifest_new_photo_note_shortcut, manifest_new_note_shortcut], com.android.launcher3.util.ComponentKey@1e9a2d90=[DynamicFullRecent], com.android.launcher3.util.ComponentKey@1d30da3a=[6285207364117@s.whatsapp.net, open_camera, 6285921683680@s.whatsapp.net, 6281338372409@s.whatsapp.net, 120363020307794510@g.us], com.android.launcher3.util.ComponentKey@3916b95c=[Inbox_authorlovy@yahoo.com, Inbox_adelinathenotebook@yahoo.com, Inbox_shintamawarni76@gmail.com, compose], com.android.launcher3.util.ComponentKey@d85d54d0=[search_event_task, create_task, create_event], com.android.launcher3.util.ComponentKey@bb83b3cc=[view-bookmarks-shortcut, new-tab-shortcut, dynamic-new-tab-shortcut, search-web-shortcut, new-secret-tab-shortcut], com.android.launcher3.util.ComponentKey@64033792=[explore-shortcut, search-shortcut, subscriptions-shortcut], com.android.launcher3.util.ComponentKey@75953544=[1, 2], com.android.launcher3.util.ComponentKey@683678e7=[create_message], com.android.launcher3.util.ComponentKey@7e1620c7=[activity, camera, direct, post], com.android.launcher3.util.ComponentKey@91a61cf4=[contactadd, myprofile, contactgroup], com.android.launcher3.util.ComponentKey@6a731a20=[play, recently_added, favourites], com.android.launcher3.util.ComponentKey@429b698e=[selfie, auto], com.android.launcher3.util.ComponentKey@3e17fc4f=[updates], com.android.launcher3.util.ComponentKey@31e36f3b=[com.google.android.play.games.minesweeper, com.google.android.play.games.whirlybird, com.google.android.play.games.solitaire, com.google.android.play.games.snake], com.android.launcher3.util.ComponentKey@7bfa09e7=[shintamawarni76@mhs.pelitabangsa.ac.id, manifest_compose_shortcut, shintamawarni76@gmail.com, shintamawarni762@gmail.com], com.android.launcher3.util.ComponentKey@515cb7c2=[VIEW_MY_DOWNLOADS], com.android.launcher3.util.ComponentKey@1e9a2cfa=[DynamicFullRecent], com.android.launcher3.util.ComponentKey@726a9c09=[static_shortcut_text_note, static_shortcut_audio_note, static_shortcut_photo_note, static_shortcut_todo_note], com.android.launcher3.util.ComponentKey@967f6b5c=[search_shortcut], com.android.launcher3.util.ComponentKey@d3751291=[search, add, list, books, timeMachine], com.android.launcher3.util.ComponentKey@3916b9f2=[compose], com.android.launcher3.util.ComponentKey@ee5d02f8=[did3_1302547203, compose], com.android.launcher3.util.ComponentKey@947c4a99=[new-tab-shortcut], com.android.launcher3.util.ComponentKey@489bf67c=[text_shortcut, voice_shortcut], com.android.launcher3.util.ComponentKey@ad64774c=[search, scan, dgMobileTopUp], com.android.launcher3.util.ComponentKey@b0cc9060=[shortcut_create_note, shortcut_write_with_pen, shortcut_record_voice_note], com.android.launcher3.util.ComponentKey@f5d080bf=[phoneadd, search, missedcall], com.android.launcher3.util.ComponentKey@515cb72c=[VIEW_MY_DOWNLOADS], com.android.launcher3.util.ComponentKey@3e17fce5=[updates], com.android.launcher3.util.ComponentKey@3a8c61b=[compose], com.android.launcher3.util.ComponentKey@13bed5ca=[Beli, Jual, Bayar, Share], com.android.launcher3.util.ComponentKey@bb83b336=[view-bookmarks-shortcut, new-tab-shortcut, search-web-shortcut, new-secret-tab-shortcut], com.android.launcher3.util.ComponentKey@eaf76a80=[com.gojek.shortcut.com.gojek.shortcut.Y_stUdop2I5FboBasWgFvO3mtMg], com.android.launcher3.util.ComponentKey@91a61c5e=[contactadd, myprofile, contactgroup], com.android.launcher3.util.ComponentKey@967f6ac6=[search_shortcut], com.android.launcher3.util.ComponentKey@cf1e5c64=[app_shortcut_newchat, app_shortcut_my_qr, app_shortcut_notifi
11-30 15:23:09.427  2985  3137 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:09.433 28769 29273 V NFC     : this device does not have NFC support
11-30 15:23:09.457 16033 27741 I aktn    : Scheduling adaptive one off task with window [14400, 604800] in seconds [CONTEXT service_id=51 ]
11-30 15:23:09.491  2985  3137 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:23:09.492  2985  3137 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3773, temperature: 321, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:23:09.492  2985  3137 D BatteryService: online:4, current avg:100, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:99
11-30 15:23:09.492  2985  3137 D BatteryService: stay LED for charging
11-30 15:23:09.492  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:23:09.500  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:23:09.503  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:23:09.503  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:23:09.504  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:23:09.504  2985  2985 I MotionRecognitionService: Plugged
11-30 15:23:09.504  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:23:09.504  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:23:09.505  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:23:09.505  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:23:09.505  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:23:09.506  2985  3007 D UsbDeviceManager: mps exists
11-30 15:23:09.506  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:23:09.508  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:23:09.508  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:23:09.508 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:23:09.508  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:23:09.508 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:23:09.508  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:23:09.508  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:23:09.509  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:23:09.510 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:23:09.510 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:23:09.510 28244 28365 D BinderHooker: Got binder ptr e8f36680 for the given val
11-30 15:23:09.510  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:23:09.512  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:23:09.512  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:23:09.513  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:23:09.513  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:23:09.531  2985  2994 I zygote  : Background concurrent copying GC freed 346645(15MB) AllocSpace objects, 31(916KB) LOS objects, 27% free, 62MB/86MB, paused 373us total 719.910ms
11-30 15:23:09.601 16033 23954 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.phenotype.service.sync.PhenotypeConfigurator finished executing. cause:4 result: 1 elapsed_millis: 19707 uptime_millis: 19707 exec_start_elapsed_seconds: 458873 [CONTEXT service_id=218 ]
11-30 15:23:09.889  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:09.889  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:09.890  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:09.896  2985  2985 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1018 com.android.server.execute.SemExecuteManagerService.sendCompleteBroadcast:144 com.android.server.execute.SemExecuteManagerService.updateSemExecutableInfo:137 com.android.server.execute.SemExecuteManagerService.-wrap2:0 com.android.server.execute.SemExecuteManagerService$2.handleMessage:519 
11-30 15:23:10.890  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:10.890  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:10.890  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:11.030  2985  5087 I ActivityManager: KPU : put [com.instagram.android] : 68829 K
11-30 15:23:11.030  2985  5087 I ActivityManager: Killing 28244:com.instagram.android/u0a1193 (adj 906): DHA:empty #46
11-30 15:23:11.034  6077  6077 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService PairActivityUserId=150 }
11-30 15:23:11.094  2985  3070 W Choreographer: Frame time is 2.836859 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:23:11.096  2985  3002 I zygote  : Successfully killed process cgroup uid 11193 pid 28244 in 63ms
11-30 15:23:11.349 28769 28769 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
11-30 15:23:11.890  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:11.890  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:11.890  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:11.904  6077  6077 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.gmscompliance.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService PairActivityUserId=150 }
11-30 15:23:12.890  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:12.890  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:12.890  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:13.890  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:13.891  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:13.891  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:13.957  2697 21290 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:23:13.957  2697 21290 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:23:13.957  2697 21290 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:23:13.958  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:23:13.982  2985  7619 D SSRM:aU : SIOP:: AP:422(420,0) BAT:321(321,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:23:14.062  4228  4228 D io_stats: !@ 179,0 r 54714352 1394222996 w 6071663 85796340 d 1208433 30873972 f 1082278 1081325 iot 29955110 29359445 th 51200 0 0 pt 0 inp 0 0 264093.054
11-30 15:23:14.718 30238 30287 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:23:14.719 30238 30287 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:23:14.721  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:23:14.891  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:14.891  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:14.891  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:15.717  2985  5084 D SamsungAlarmManager: Cancel Alarm calling from uid:10018 pid :16033 / op:PendingIntent{4b2970a: PendingIntentRecord{1381866 com.google.android.gms startService}}
11-30 15:23:15.722  2985  5084 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459063645 , orig nextNonWakeup=0
11-30 15:23:15.891  2985  5084 D SamsungAlarmManager: Cancel Alarm calling from uid:10018 pid :28769 / op:PendingIntent{5cb8b7b: PendingIntentRecord{f30e020 com.google.android.gms startService}}
11-30 15:23:15.891  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:15.891  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:15.891  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:15.898  2985  5084 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459063645 , orig nextNonWakeup=0
11-30 15:23:16.752 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(0) data(0) accounts({}) accounts deleted({}) calls([]) countryIso(ID) userId(150)  ]

11-30 15:23:16.752 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ agr({})  ]

11-30 15:23:16.752 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({})  ]

11-30 15:23:16.752 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(0) data(0) accounts({})  ]

11-30 15:23:16.752 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(0) data(0) accounts({})  ]
11-30 15:23:16.877 28769 28769 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.ocr.service.internal.START cmp=com.google.android.gms/.chimera.GmsInternalApiService }
11-30 15:23:16.891  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:16.891  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:16.891  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:16.894 27773 27885 I WorkerManager: dispose()
11-30 15:23:16.935  2985  3631 E Watchdog: !@Sync 8799 [2021-11-30 15:23:16.934]
11-30 15:23:17.892  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:17.892  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:17.892  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:18.703  6077  6077 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:23:18.710  2985  5087 I ActivityManager: KPU : put [com.google.android.youtube] : 27352 K
11-30 15:23:18.711  2985  5087 I ActivityManager: Killing 26930:com.google.android.youtube/u0a161 (adj 906): DHA:empty #46
11-30 15:23:18.723  2985  5082 I ActivityManager: KPU : put [com.samsung.android.communicationservice] : 5549 K
11-30 15:23:18.723  2985  5082 I ActivityManager: Killing 27475:com.samsung.android.communicationservice/5002 (adj 906): DHA:empty #46
11-30 15:23:18.780 13746 13746 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.mobstore.service.START pkg=com.google.android.gms PairActivityUserId=150 }
11-30 15:23:18.786  2985  3070 W Choreographer: Frame time is 15.30679 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:23:18.790  2985  3009 W ActivityManager: setHasOverlayUi called on unknown pid: 27475
11-30 15:23:18.795  2985  3827 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=5241, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ], android.os.BinderProxy@84c0d98)
11-30 15:23:18.795  2985  3222 D ConnectivityService: releasing NetworkRequest [ LISTEN id=5241, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ] (release request)
11-30 15:23:18.797  2985  3002 I zygote  : Successfully killed process cgroup uid 10161 pid 26930 in 84ms
11-30 15:23:18.797  2985  3002 I zygote  : Successfully killed process cgroup uid 5002 pid 27475 in 0ms
11-30 15:23:18.892  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:18.892  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:18.892  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:19.069  4228  4228 D io_stats: !@ 179,0 r 54714661 1394235360 w 6071762 85800944 d 1208437 30874104 f 1082282 1081329 iot 29955500 29359772 th 51200 0 0 pt 0 inp 0 0 264098.060
11-30 15:23:19.608  2985  5082 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:23:19.609  2985  5082 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3772, temperature: 320, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:23:19.609  2985  5082 D BatteryService: online:4, current avg:106, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:103
11-30 15:23:19.609  2985  5082 D BatteryService: stay LED for charging
11-30 15:23:19.609  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:23:19.611  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:23:19.612  2985  2985 I MotionRecognitionService: Plugged
11-30 15:23:19.612  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:23:19.612  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:23:19.613  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:23:19.614  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:23:19.614  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:23:19.614  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:23:19.615  2985  3007 D UsbDeviceManager: mps exists
11-30 15:23:19.616  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:23:19.616  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:23:19.617  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:23:19.617  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:23:19.617  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:23:19.618  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:23:19.619  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:23:19.619  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:23:19.620  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:23:19.621  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:23:19.622 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:23:19.622 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:23:19.622  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:23:19.622  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:23:19.622  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:23:19.623  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:23:19.624 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:23:19.624 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:23:19.775  2985  3000 D StorageManagerService: getExternalStorageMountMode : 1
11-30 15:23:19.776  2985  3000 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:23:19.776  2985  3000 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 10633, packageName : com.github.ericytsang.screenfilter.app.android
11-30 15:23:19.777  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.github.ericytsang.screenfilter.app.android user:0
11-30 15:23:19.777  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:23:19.777  2985  3000 D ActivityManager: package  com.github.ericytsang.screenfilter.app.android, user - 0 is SDcard whitelisted
11-30 15:23:19.777  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.github.ericytsang.screenfilter.app.android user:0
11-30 15:23:19.777  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:23:19.795  2985  3000 I ActivityManager: Start proc 30575:com.github.ericytsang.screenfilter.app.android/u0a633 for service com.github.ericytsang.screenfilter.app.android/.service.AppService
11-30 15:23:19.795 30575 30575 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:23:19.798 30575 30575 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:23:19.800 30575 30575 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.github.ericytsang.screenfilter.app.android 
11-30 15:23:19.830  2985  5082 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10633 ,Container id: 0
11-30 15:23:19.830  2985  5082 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10633 ,Container id: 0
11-30 15:23:19.830  2985  5082 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:23:19.835  2985  5082 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10633 ,Container id: 0
11-30 15:23:19.835  2985  5082 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10633 ,Container id: 0
11-30 15:23:19.835  2985  5082 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:23:19.839 30575 30575 D ActivityThread: Added TimaKeyStore provider
11-30 15:23:19.841  2985  5082 I ActivityManager: DSS on for com.github.ericytsang.screenfilter.app.android and scale is 1.0
11-30 15:23:19.850  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.github.ericytsang.screenfilter.app.android,userId = 0
11-30 15:23:19.850  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:23:19.850  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.github.ericytsang.screenfilter.app.android,userId = 0
11-30 15:23:19.850  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:23:19.858  2985  2985 D AudioService: isEnabled
11-30 15:23:19.858  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:23:19.863  3510  3893 D Noti_WTF: custom notification is detected - 1638212690575 : 1638212690576 : 0 : null
11-30 15:23:19.863 30575 30575 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10633
11-30 15:23:19.864  3510  3510 D StatusBar: addNotification key=0|com.github.ericytsang.screenfilter.app.android|2|null|10633 fullscreen:false
11-30 15:23:19.864 30575 30575 D Proxy   : mdoP is null: 10633
11-30 15:23:19.865  4604  5239 D Noti_WTF: custom notification is detected - 1638212690575 : 1638212690576 : 0 : null
11-30 15:23:19.866  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:23:19.866  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:23:19.868 29916 30135 D Noti_WTF: custom notification is detected - 1638212690575 : 1638212690576 : 0 : null
11-30 15:23:19.868 29664 29896 D Noti_WTF: custom notification is detected - 1638212690575 : 1638212690576 : 0 : null
11-30 15:23:19.892 29916 29916 W ResourceType: ResTable_typeSpec entry count inconsistent: given 5, previously 6
11-30 15:23:19.892  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:19.892  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:19.892  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:19.898 29916 29916 W ResourceType: ResTable_typeSpec entry count inconsistent: given 201, previously 204
11-30 15:23:19.898 29916 29916 W ResourceType: ResTable_typeSpec entry count inconsistent: given 174, previously 718
11-30 15:23:19.922 29916 29916 I NotificationService: Catched notification: MyNotification{id=null, received=Tue Nov 30 15:23:19 GMT+07:00 2021, removed=null, pack='com.github.ericytsang.screenfilter.app.android', title='!com.github.ericytsang.screenfilter.app.android', text='!com.github.ericytsang.screenfilter.app.android', trash=false, lastOccurred=Tue Nov 30 15:23:19 GMT+07:00 2021, appName='Screen Dimmer', notificationType=NOTIFICATION, myIcon=MyIcon{pack='com.github.ericytsang.screenfilter.app.android', created=Tue Nov 30 15:23:19 GMT+07:00 2021, lastUpdated=Tue Nov 30 15:23:19 GMT+07:00 2021}}
11-30 15:23:19.927 30575 30575 W ResourceType: ResTable_typeSpec entry count inconsistent: given 5, previously 6
11-30 15:23:19.928 30575 30575 W ResourceType: ResTable_typeSpec entry count inconsistent: given 201, previously 204
11-30 15:23:19.928 30575 30575 W ResourceType: ResTable_typeSpec entry count inconsistent: given 174, previously 718
11-30 15:23:19.937 29916 29916 D WhatsappImageHandler: whatsapp monitoring is enabled: true
11-30 15:23:19.939 29916 29916 D WhatsappAudioHandler: whatsapp monitoring is enabled: true
11-30 15:23:19.939 29916 29916 D WhatsappVideoHandler: whatsapp monitoring is enabled: true
11-30 15:23:20.027  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:23:20.040 30575 30595 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:23:20.041 30575 30595 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:23:20.051  2985  5082 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:23:20.051  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:23:20.071 30575 30595 V FA      : Deferring to Google Analytics for Firebase for event data collection. https://goo.gl/J1sWQy
11-30 15:23:20.076 30575 30595 W zygote  : Unsupported class loader
11-30 15:23:20.079 30575 30595 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:23:20.080 30575 30595 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:213806100
11-30 15:23:20.080 30575 30595 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 213806100
11-30 15:23:20.081 30575 30595 V DynamiteModule: Dynamite loader version >= 2, using loadModule2NoCrashUtils
11-30 15:23:20.126 30575 30595 W zygote  : Unsupported class loader
11-30 15:23:20.128 30575 30595 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:23:20.152  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:23:20.152  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:23:20.180 30575 30575 I FirebaseInitProvider: FirebaseApp initialization successful
11-30 15:23:20.186 30575 30601 I FA      : App measurement is starting up, version: 18102
11-30 15:23:20.186 30575 30601 I FA      : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
11-30 15:23:20.186 30575 30601 I FA      : To enable faster debug mode event logging run:
11-30 15:23:20.186 30575 30601 I FA      :   adb shell setprop debug.firebase.analytics.app com.github.ericytsang.screenfilter.app.android
11-30 15:23:20.200  2985  5087 D PackageManager: setEnabledSetting : userId = 0 packageName = com.github.ericytsang.screenfilter.app.android cmp = androidx.work.impl.background.systemjob.SystemJobService newState = 1 callingPackage = 10633/com.github.ericytsang.screenfilter.app.android
11-30 15:23:20.203  2985  5082 D PackageManager: setEnabledSetting : userId = 0 packageName = com.github.ericytsang.screenfilter.app.android cmp = androidx.work.impl.background.systemalarm.SystemAlarmService newState = 2 callingPackage = 10633/com.github.ericytsang.screenfilter.app.android
11-30 15:23:20.258 28769 28769 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
11-30 15:23:20.258 28769 28769 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
11-30 15:23:20.278 30575 30575 I CrashlyticsCore: Initializing Crashlytics 2.6.7.30
11-30 15:23:20.315 30575 30575 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:23:20.317 30575 30575 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:23:20.323 30575 30607 D NetworkSecurityConfig: No Network Security Config specified, using platform default
11-30 15:23:20.326 30575 30607 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:23:20.326 30575 30607 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:23:20.328  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:23:20.346 30575 30575 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:213806100
11-30 15:23:20.346 30575 30575 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 213806100
11-30 15:23:20.347  2719 30624 D DnsProxyListener: MILIM cache: 1
11-30 15:23:20.349 30575 30607 E Fabric  : Settings request failed.
11-30 15:23:20.351 30575 30575 D DynamitePackage: Instantiated singleton DynamitePackage.
11-30 15:23:20.351 30575 30575 D DynamitePackage: Instantiating com.google.android.gms.ads.ChimeraMobileAdsSettingManagerCreatorImpl
11-30 15:23:20.358 16033 17222 I NearbyDiscovery: FastPair: isDestroyable: Scanner is alive. [CONTEXT service_id=49 ]
11-30 15:23:20.358 16033 17222 I NearbyDiscovery: DiscoveryService: Skip stopSelf(), fast pair controller is not destroyable. [CONTEXT service_id=49 ]
11-30 15:23:20.373 30575 30575 D ConnectivityManager: requestNetwork; CallingUid : 10633, CallingPid : 30575
11-30 15:23:20.375  2985  5084 D ConnectivityService: requestNetwork for uid/pid:10633/30575 NetworkRequest [ TRACK_DEFAULT id=5261, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:23:20.376  2985  3222 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 625]
11-30 15:23:20.376  2985  3222 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -63]
11-30 15:23:20.376  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/11)
11-30 15:23:20.376  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5257. No change.
11-30 15:23:20.376  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 8. No change.
11-30 15:23:20.376  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 1. No change.
11-30 15:23:20.376  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:20.376  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5252. No change.
11-30 15:23:20.376  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/7)
11-30 15:23:20.376  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:20.376  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/10)
11-30 15:23:20.376  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:20.376  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5186. No change.
11-30 15:23:20.376  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5251. No change.
11-30 15:23:20.376  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5255. No change.
11-30 15:23:20.376  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:20.376  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/5)
11-30 15:23:20.376  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:20.376  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5258. No change.
11-30 15:23:20.376  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5250. No change.
11-30 15:23:20.376  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:20.376  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5187. No change.
11-30 15:23:20.377  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 3. No change.
11-30 15:23:20.377  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:20.377  2985  3222 D ConnectivityService:   checking if request is : NetworkRequest [ TRACK_DEFAULT id=5261, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], satisfies : true
11-30 15:23:20.377  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:20.377  2985  3222 D ConnectivityService: currentScore = 0, newScore = 60
11-30 15:23:20.377  2985  3222 D ConnectivityService: rematch for NetworkAgentInfo [WIFI () - 625]
11-30 15:23:20.377  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:20.377  2985  3222 D ConnectivityService:    accepting network in place of null
11-30 15:23:20.377  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:20.377  2985  3222 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ TRACK_DEFAULT id=5261, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:23:20.377  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:20.377  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:20.377  2985  3171 D WIFI_UT : got request NetworkRequest [ TRACK_DEFAULT id=5261, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:23:20.377  2985  3171 D WIFI_UT :   my score=2147483647, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:23:20.377  2985  3171 D WIFI_UT : evalRequest
11-30 15:23:20.377  2985  3171 D WIFI_UT :   needNetworkFor
11-30 15:23:20.377  2985  3171 D WIFI    : got request NetworkRequest [ TRACK_DEFAULT id=5261, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:23:20.377  2985  3171 D WIFI    :   my score=60, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:23:20.377  2985  3171 D WIFI    : evalRequest
11-30 15:23:20.377  2985  3171 D WIFI    :   needNetworkFor
11-30 15:23:20.377  2985  3222 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ TRACK_DEFAULT id=5261, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:23:20.378  2985  3453 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=5261, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:23:20.378  2985  3453 D Ethernet:   my score=-1, my filter=[ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps]
11-30 15:23:20.378  2985  3453 D Ethernet: evalRequest
11-30 15:23:20.378  2985  3453 D Ethernet:   done
11-30 15:23:20.378  2985  3219 D WIFI_P2P: got request NetworkRequest [ TRACK_DEFAULT id=5261, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:23:20.378  2985  3219 D WIFI_P2P:   my score=60, my filter=[ Transports: WIFI Capabilities: WIFI_P2P&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:23:20.378  2985  3219 D WIFI_P2P: evalRequest
11-30 15:23:20.378  2985  3219 D WIFI_P2P:   done
11-30 15:23:20.378  3470  3470 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=5261, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:23:20.378  3470  3470 D PhoneSwitcherNetworkRequstListener:   my score=101, my filter=[ Transports: CELLULAR Capabilities: MMS&SUPL&DUN&FOTA&IMS&CBS&IA&RCS&XCAP&EIMS&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&ENT1&FOC Specifier: <android.net.MatchAllNetworkSpecifier@0>]
11-30 15:23:20.378  3470  3470 D PhoneSwitcherNetworkRequstListener: evalRequest
11-30 15:23:20.378  2985  3222 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=5261, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:23:20.378  3470  3470 D PhoneSwitcherNetworkRequstListener:   needNetworkFor
11-30 15:23:20.379  2985  3222 D ConnectivityService: sending notification CALLBACK_IP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=5261, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:23:20.379 30575 30575 I Ads     : Updating ad debug logging enablement.
11-30 15:23:20.401 30575 30631 W ConnectionStatusConfig: Dynamic lookup for intent failed for action: com.google.android.gms.leibniz.events.service.START
11-30 15:23:20.403  2985  5087 W ActivityManager: Unable to start service Intent { act=com.google.android.gms.leibniz.events.service.START pkg=com.google.android.gms } U=0: not found
11-30 15:23:20.403  2985  5087 W ActivityManager: Unbind failed: could not find connection for android.os.BinderProxy@17b94d1
11-30 15:23:20.403 30575 30631 W GmsClient: unable to connect to service: com.google.android.gms.leibniz.events.service.START on com.google.android.gms
11-30 15:23:20.445 30575 30575 I WebViewFactory: Loading com.android.chrome version 96.0.4664.45 (code 466404520)
11-30 15:23:20.499 30575 30575 I cr_WVCFactoryProvider: Loaded version=96.0.4664.45 minSdkVersion=24 isBundle=true multiprocess=true packageId=2
11-30 15:23:20.524 30575 30575 W ResourceType: ResTable_typeSpec entry count inconsistent: given 5, previously 6
11-30 15:23:20.524 30575 30575 W ResourceType: ResTable_typeSpec entry count inconsistent: given 201, previously 204
11-30 15:23:20.524 30575 30575 W ResourceType: ResTable_typeSpec entry count inconsistent: given 174, previously 718
11-30 15:23:20.535 30575 30575 I cr_LibraryLoader: Successfully loaded native library
11-30 15:23:20.536 30575 30575 I cr_CachingUmaRecorder: Flushed 8 samples from 8 histograms.
11-30 15:23:20.541  2985  5082 D ConnectivityService: filterNetworkStateForUid() uid: 10633 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:20.543  2985  5082 D ConnectivityService: filterNetworkStateForUid() uid: 10633 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:20.553 30575 30639 W ResourceType: Failure getting entry for 0x7f140840 (t=19 e=2112) (error -2147483647)
11-30 15:23:20.557  2985  5084 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.github.ericytsang.screenfilter.app.android user:0
11-30 15:23:20.557  2985  5084 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:23:20.557  2985  5084 D ActivityManager: package  com.github.ericytsang.screenfilter.app.android, user - 0 is SDcard whitelisted
11-30 15:23:20.557  2985  5084 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.github.ericytsang.screenfilter.app.android user:0
11-30 15:23:20.557  2985  5084 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:23:20.557  2985  5084 I ActivityManager: SA, print process name forked by webview_zygote : com.android.chrome:sandboxed_process0
11-30 15:23:20.568  2985  5084 I ActivityManager: Start proc 30642:com.android.chrome:sandboxed_process0/u0i505 for webview_service com.github.ericytsang.screenfilter.app.android/org.chromium.content.app.SandboxedProcessService0
11-30 15:23:20.571 30642 30642 E /system/bin/webview_zygote32: Failed to make and chown /acct/uid_99505: Permission denied
11-30 15:23:20.571 30642 30642 E Zygote  : createProcessGroup(99505, 0) failed: Permission denied
11-30 15:23:20.572 30642 30642 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:webview_zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:23:20.573 30642 30642 I SELinux : SELinux: seapp_context_lookup: seinfo=chrome, level=s0:c512,c768, pkgname=com.android.chrome:sandboxed_process0 
11-30 15:23:20.605 30642 30642 D TimaKeyStoreProvider: TimaKeyStore is not enabled: cannot add TimaSignature Service and generateKeyPair Service
11-30 15:23:20.605 30642 30642 D ActivityThread: Added TimaKeyStore provider
11-30 15:23:20.608  2985  5084 I ActivityManager: DSS on for com.github.ericytsang.screenfilter.app.android and scale is 1.0
11-30 15:23:20.651  2985  5084 D ConnectivityService: filterNetworkStateForUid() uid: 10633 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:20.653  2985  5084 D ConnectivityService: filterNetworkStateForUid() uid: 10633 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:20.673 30667 30667 E asset   : setgid: Operation not permitted
11-30 15:23:20.687  2985  5084 D ActivityManager: The following uid has registered to recieve broadcast for proxy related updates 10633
11-30 15:23:20.688  2985  5084 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1033 com.android.server.am.ActivityManagerService.requestKnoxVpnToSendProxyBroadcast:30439 com.android.server.am.ActivityManagerService.registerReceiver:23966 android.app.IActivityManager$Stub.onTransact:176 com.android.server.am.ActivityManagerService.onTransact:4038 
11-30 15:23:20.689  2985  2985 D KnoxVpnEngineService: Vpn Receiver : com.samsung.android.knox.intent.action.VPN_PROXY_BROADCAST_INTERNAL
11-30 15:23:20.696  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:23:20.714 30642 30642 I cr_SplitCompatApp: Launched version=96.0.4664.45 minSdkVersion=24 isBundle=true processName=com.android.chrome:sandboxed_process0 isIsolated=true
11-30 15:23:20.718  2985  5087 D ConnectivityService: filterNetworkStateForUid() uid: 10633 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:20.721 30575 30575 D ConnectivityManager: requestNetwork; CallingUid : 10633, CallingPid : 30575
11-30 15:23:20.722 30642 30642 W ResourceType: ResTable_typeSpec entry count inconsistent: given 5, previously 6
11-30 15:23:20.722  2985  5087 D ConnectivityService: listenForNetwork for uid/pid:10633/30575 NetworkRequest [ LISTEN id=5262, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-30 15:23:20.723  2985  3222 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 625]
11-30 15:23:20.723  2985  3222 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -63]
11-30 15:23:20.723  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/11)
11-30 15:23:20.723  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5257. No change.
11-30 15:23:20.723  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 8. No change.
11-30 15:23:20.723  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 1. No change.
11-30 15:23:20.723  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:20.723  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5252. No change.
11-30 15:23:20.723  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/7)
11-30 15:23:20.723  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:20.723  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/10)
11-30 15:23:20.723  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:20.723  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5186. No change.
11-30 15:23:20.723  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5251. No change.
11-30 15:23:20.723  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5255. No change.
11-30 15:23:20.723  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/5)
11-30 15:23:20.723  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:20.723  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5258. No change.
11-30 15:23:20.723  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:20.723  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5250. No change.
11-30 15:23:20.723  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5187. No change.
11-30 15:23:20.723  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:20.723  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 3. No change.
11-30 15:23:20.723  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5261. No change.
11-30 15:23:20.723  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:20.724  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:20.724  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:20.724  2985  3222 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ LISTEN id=5262, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-30 15:23:20.724  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:20.724  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:20.724  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:23:20.724  2985  3222 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=5262, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-30 15:23:20.724  2985  3222 D ConnectivityService: sending notification CALLBACK_IP_CHANGED for NetworkRequest [ LISTEN id=5262, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-30 15:23:20.727 30642 30642 W ResourceType: ResTable_typeSpec entry count inconsistent: given 201, previously 204
11-30 15:23:20.727 30642 30642 W ResourceType: ResTable_typeSpec entry count inconsistent: given 174, previously 718
11-30 15:23:20.731 30642 30642 W SystemServiceRegistry: No service published for: uimode
11-30 15:23:20.735 30642 30642 V Monotype: fonts.xml take from : /system/etc/
11-30 15:23:20.775 29916 29916 I NotificationReceiver: found similar notification: MyNotification{id=47024, received=Fri Nov 26 18:07:44 GMT+07:00 2021, removed=null, pack='com.github.ericytsang.screenfilter.app.android', title='!com.github.ericytsang.screenfilter.app.android', text='!com.github.ericytsang.screenfilter.app.android', trash=false, lastOccurred=Fri Nov 26 18:07:44 GMT+07:00 2021, appName='Screen Dimmer', notificationType=NOTIFICATION, myIcon=MyIcon{pack='com.github.ericytsang.screenfilter.app.android', created=Thu Jul 01 16:12:01 GMT+07:00 2021, lastUpdated=Thu Jul 01 16:12:01 GMT+07:00 2021}}
11-30 15:23:20.778 29916 29916 I DB_HELPER: inserted: MyNotification{id=47887, received=Tue Nov 30 15:23:19 GMT+07:00 2021, removed=null, pack='com.github.ericytsang.screenfilter.app.android', title='!com.github.ericytsang.screenfilter.app.android', text='!com.github.ericytsang.screenfilter.app.android', trash=false, lastOccurred=Tue Nov 30 15:23:19 GMT+07:00 2021, appName='Screen Dimmer', notificationType=NOTIFICATION, myIcon=MyIcon{pack='com.github.ericytsang.screenfilter.app.android', created=Tue Nov 30 15:23:19 GMT+07:00 2021, lastUpdated=Tue Nov 30 15:23:19 GMT+07:00 2021}}
11-30 15:23:20.793 29916 29916 I DB      : inserted: MyOccurrence{id=158266, notificationId=47887, occurred=Tue Nov 30 15:23:19 GMT+07:00 2021, text='!com.github.ericytsang.screenfilter.app.android'}
11-30 15:23:20.793 30642 30642 E Typeface: Error mapping font file /system/fonts/NotoSansKhmer-Regular.ttf
11-30 15:23:20.794 30642 30642 E Typeface: Error mapping font file /system/fonts/NotoSansKhmer-Bold.ttf
11-30 15:23:20.794 30642 30642 E Minikin : Could not get cmap table size!
11-30 15:23:20.794 30642 30642 E Typeface: Unable to load Family: null:und-Khmr
11-30 15:23:20.801  2985  3000 V MARsPolicyManager: onAppWidgetManagerActions pkgName = com.myd.android.nhistory2, action = android.appwidget.action.APPWIDGET_UPDATE, userId = 0
11-30 15:23:20.802 30575 30665 W cr_media: Requires BLUETOOTH permission
11-30 15:23:20.802 30575 30676 I zygote  : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
11-30 15:23:20.808 29916 29916 D received: android.appwidget.action.APPWIDGET_UPDATE
11-30 15:23:20.824 30642 30642 E Typeface: Error mapping font file /system/fonts/DroidSansFallback.ttf
11-30 15:23:20.824 30642 30642 E Minikin : Could not get cmap table size!
11-30 15:23:20.824 30642 30642 E Typeface: Unable to load Family: null:null
11-30 15:23:20.874 30575 30575 W MediaSessionCompat: Couldn't find a unique registered media button receiver in the given context.
11-30 15:23:20.879 30642 30642 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3L.ttf
11-30 15:23:20.879 30642 30642 E Minikin : Could not get cmap table size!
11-30 15:23:20.879 30642 30642 E Typeface: Unable to load Family: samsung-sans-num3L:null
11-30 15:23:20.879 30642 30642 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3T.ttf
11-30 15:23:20.879 30642 30642 E Minikin : Could not get cmap table size!
11-30 15:23:20.879 30642 30642 E Typeface: Unable to load Family: samsung-sans-num3T:null
11-30 15:23:20.880 30642 30642 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4L.ttf
11-30 15:23:20.880 30642 30642 E Minikin : Could not get cmap table size!
11-30 15:23:20.880 30642 30642 E Typeface: Unable to load Family: samsung-sans-num4L:null
11-30 15:23:20.880 30642 30642 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4T.ttf
11-30 15:23:20.880 30642 30642 E Minikin : Could not get cmap table size!
11-30 15:23:20.880 30642 30642 E Typeface: Unable to load Family: samsung-sans-num4T:null
11-30 15:23:20.880 30642 30642 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num35.ttf
11-30 15:23:20.880 30642 30642 E Minikin : Could not get cmap table size!
11-30 15:23:20.880 30642 30642 E Typeface: Unable to load Family: samsung-sans-num35:null
11-30 15:23:20.880 30642 30642 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num45.ttf
11-30 15:23:20.880 30642 30642 E Minikin : Could not get cmap table size!
11-30 15:23:20.880 30642 30642 E Typeface: Unable to load Family: samsung-sans-num45:null
11-30 15:23:20.880 30642 30642 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3Lv.ttf
11-30 15:23:20.880 30642 30642 E Minikin : Could not get cmap table size!
11-30 15:23:20.880 30642 30642 E Typeface: Unable to load Family: samsung-sans-num3LV:null
11-30 15:23:20.881 30642 30642 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3R.ttf
11-30 15:23:20.881 30642 30642 E Minikin : Could not get cmap table size!
11-30 15:23:20.881 30642 30642 E Typeface: Unable to load Family: samsung-sans-num3R:null
11-30 15:23:20.881 30642 30642 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4Tv.ttf
11-30 15:23:20.881 30642 30642 E Minikin : Could not get cmap table size!
11-30 15:23:20.881 30642 30642 E Typeface: Unable to load Family: samsung-sans-num4Tv:null
11-30 15:23:20.881 30642 30642 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4Lv.ttf
11-30 15:23:20.881 30642 30642 E Minikin : Could not get cmap table size!
11-30 15:23:20.881 30642 30642 E Typeface: Unable to load Family: samsung-sans-num4Lv:null
11-30 15:23:20.885 30642 30642 I cr_ChildProcessService: Creating new ChildProcessService pid=30642
11-30 15:23:20.892 30642 30642 E WebViewLibraryLoader: can't load with relro file; address space not reserved
11-30 15:23:20.892  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:20.892  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:20.892  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:20.902  2985  5087 D MediaSessionStack: updateMediaButtonSessionIfNeeded, callers=com.android.server.media.MediaSessionStack.addSession:115 com.android.server.media.MediaSessionService.createSessionLocked:578 
11-30 15:23:20.902  2985  5087 D MediaSessionService: Created session for com.github.ericytsang.screenfilter.app.android with tag com.github.ericytsang.screenfilter.app.android.service.AppJobService.Companion.mediaSessionTag
11-30 15:23:20.905  2985  5087 D MediaSessionRecord: setPlaybackState oldState:0, newState:0, packageName:com.github.ericytsang.screenfilter.app.android
11-30 15:23:20.905 30642 30691 I cr_LibraryLoader: Successfully loaded native library
11-30 15:23:20.907 30642 30691 I cr_CachingUmaRecorder: Flushed 2 samples from 2 histograms.
11-30 15:23:20.937  3510  3680 D vol.MediaSessions: updateRemoteControllerH null
11-30 15:23:20.937  3510  3680 D vol.MediaSessions: onActiveSessionsUpdatedH n=0
11-30 15:23:20.937  3510  3680 D vol.MediaSessions: onActiveSessionsUpdatedH n=0
11-30 15:23:20.938  3510  3510 D PlaybackStateMonitor_LOCK: onActiveSessionsChanged() controllers: Size: 0
11-30 15:23:20.938  3510  3510 D PlaybackStateMonitor_LOCK: updateController: , current controller = 
11-30 15:23:20.938  3510  3510 D MusicController_LOCK: onSessionEnabled() enabled = true, mEnabled = true, lastSession = , activeSession = null
11-30 15:23:21.029  2985  2985 I AccessibilityManagerService: semIsAccessibilityServiceEnabled()
11-30 15:23:21.030  2985  2985 D AccessibilityManagerService: checkUniversalSwitchState start:
11-30 15:23:21.030  2985  2985 D AccessibilityManagerService: checkUniversalSwitchState universalSwitchEnabled:false
11-30 15:23:21.030  2985  2985 D AccessibilityManagerService: updateInputFilter universalSwitchState:false
11-30 15:23:21.030  2985  2985 D AccessibilityManagerService: updateInputFilter userState.mIsUniversalSwitchEnabled:false
11-30 15:23:21.040 30575 30676 D libGLESv2: STS_GLApi : DTS, ODTC are not allowed for Package : com.github.ericytsang.screenfilter.app.android
11-30 15:23:21.043 30575 30625 W Ads     : Update ad debug logging enablement as false
11-30 15:23:21.047  2985  5082 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152704, SetElapsed=459128050, nowELAPSED=458904691
11-30 15:23:21.047  2985  5082 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T152554, SetElapsed=459058215, nowELAPSED=458904692
11-30 15:23:21.047  2985  5082 D SamsungAlarmManager: setExact Listener (T:2/F:0/AC:false) 20211130T152325 - CU:1000/CP:2985
11-30 15:23:21.048  2985  5082 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152325, SetElapsed=458909113, nowELAPSED=458904692
11-30 15:23:21.048  2985  5082 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459063645 , orig nextNonWakeup=0
11-30 15:23:21.048  2985  5082 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T152600, SetElapsed=459063645, nowELAPSED=458904692
11-30 15:23:21.053  2985  5087 D ConnectivityService: filterNetworkStateForUid() uid: 10633 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:21.055  2985  5084 D ConnectivityService: filterNetworkStateForUid() uid: 10633 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:21.059  2985  5082 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459063645 , orig nextNonWakeup=0
11-30 15:23:21.059  2985  5082 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20211130T152834 - CU:1000/CP:2985
11-30 15:23:21.059  2985  5082 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459063645 , orig nextNonWakeup=0
11-30 15:23:21.099  2985  5087 D Noti_WTF: custom notification is detected - 1638260601095 : 1638260601097 : 0 : null
11-30 15:23:21.100  2985  5087 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.github.ericytsang.screenfilter.app.android,userId = 0
11-30 15:23:21.100  2985  5087 D API test: getContainerInfo: value is 150,1359085664
11-30 15:23:21.101  2985  5087 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.github.ericytsang.screenfilter.app.android,userId = 0
11-30 15:23:21.101  2985  5087 D API test: getContainerInfo: value is 150,1359085664
11-30 15:23:21.107  2985  2985 D AudioService: isEnabled
11-30 15:23:21.107  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:23:21.111  3510 13002 D Noti_WTF: custom notification is detected - 1638260601095 : 1638260601097 : 0 : null
11-30 15:23:21.112  2985  5082 D PackageManager: setEnabledSetting : userId = 0 packageName = com.github.ericytsang.screenfilter.app.android cmp = androidx.work.impl.background.systemalarm.RescheduleReceiver newState = 1 callingPackage = 10633/com.github.ericytsang.screenfilter.app.android
11-30 15:23:21.113  4604  5239 D Noti_WTF: custom notification is detected - 1638260601095 : 1638260601097 : 0 : null
11-30 15:23:21.113  2985  3827 D Noti_WTF: custom notification is detected - 1638260601110 : 1638260601112 : 0 : null
11-30 15:23:21.114  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.github.ericytsang.screenfilter.app.android,userId = 0
11-30 15:23:21.115  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:23:21.115  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.github.ericytsang.screenfilter.app.android,userId = 0
11-30 15:23:21.115  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:23:21.115 29664 29896 D Noti_WTF: custom notification is detected - 1638260601095 : 1638260601097 : 0 : null
11-30 15:23:21.115  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:23:21.115  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:23:21.117 29916 30135 D Noti_WTF: custom notification is detected - 1638260601095 : 1638260601097 : 0 : null
11-30 15:23:21.119 29916 29916 I NotificationService: Catched notification: MyNotification{id=null, received=Tue Nov 30 15:23:21 GMT+07:00 2021, removed=null, pack='com.github.ericytsang.screenfilter.app.android', title='!com.github.ericytsang.screenfilter.app.android', text='!com.github.ericytsang.screenfilter.app.android', trash=false, lastOccurred=Tue Nov 30 15:23:21 GMT+07:00 2021, appName='Screen Dimmer', notificationType=NOTIFICATION, myIcon=MyIcon{pack='com.github.ericytsang.screenfilter.app.android', created=Tue Nov 30 15:23:21 GMT+07:00 2021, lastUpdated=Tue Nov 30 15:23:21 GMT+07:00 2021}}
11-30 15:23:21.120 29916 29916 D WhatsappImageHandler: whatsapp monitoring is enabled: true
11-30 15:23:21.120 29916 29916 D WhatsappAudioHandler: whatsapp monitoring is enabled: true
11-30 15:23:21.120 29916 29916 D WhatsappVideoHandler: whatsapp monitoring is enabled: true
11-30 15:23:21.121  2985  2985 D AudioService: isEnabled
11-30 15:23:21.121  2985  2985 D AudioService: getStreamVolume 5 index 90
11-30 15:23:21.125  3510 13002 D Noti_WTF: custom notification is detected - 1638260601110 : 1638260601112 : 0 : null
11-30 15:23:21.127  4604  5239 D Noti_WTF: custom notification is detected - 1638260601110 : 1638260601112 : 0 : null
11-30 15:23:21.128  2985  2995 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:23:21.128  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:23:21.129 29664 29896 D Noti_WTF: custom notification is detected - 1638260601110 : 1638260601112 : 0 : null
11-30 15:23:21.130  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:23:21.130  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:23:21.131 29916 30135 D Noti_WTF: custom notification is detected - 1638260601110 : 1638260601112 : 0 : null
11-30 15:23:21.154 30575 30707 D OpenGLRenderer: HWUI GL Pipeline
11-30 15:23:21.159  2985  2995 D InputTransport: Input channel constructed: fd=443
11-30 15:23:21.160  2985  2995 D InputTransport: Input channel constructed: fd=447
11-30 15:23:21.163  2985  2995 D InputTransport: Input channel destroyed: fd=447
11-30 15:23:21.163 30575 30575 D InputTransport: Input channel constructed: fd=147
11-30 15:23:21.165 30575 30575 D ViewRootImpl@fbb7abe[]: setView = android.view.View{f2d571f V.ED..... ......I. 0,0-0,0} TM=true MM=false
11-30 15:23:21.180 29916 29916 I NotificationReceiver: found similar notification: MyNotification{id=47887, received=Tue Nov 30 15:23:19 GMT+07:00 2021, removed=null, pack='com.github.ericytsang.screenfilter.app.android', title='!com.github.ericytsang.screenfilter.app.android', text='!com.github.ericytsang.screenfilter.app.android', trash=false, lastOccurred=Tue Nov 30 15:23:19 GMT+07:00 2021, appName='Screen Dimmer', notificationType=NOTIFICATION, myIcon=MyIcon{pack='com.github.ericytsang.screenfilter.app.android', created=Thu Jul 01 16:12:01 GMT+07:00 2021, lastUpdated=Thu Jul 01 16:12:01 GMT+07:00 2021}}
11-30 15:23:21.180 29916 29916 I NotificationReceiver: needed delay: 60000, currently elapsed: 1208, notification NOT ALOWED !
11-30 15:23:21.187 29916 29916 I NotificationReceiver: received notification is too similar, exiting...
11-30 15:23:21.189 29916 29916 I NotificationService: Catched notification: MyNotification{id=null, received=Tue Nov 30 15:23:21 GMT+07:00 2021, removed=null, pack='com.github.ericytsang.screenfilter.app.android', title='!com.github.ericytsang.screenfilter.app.android', text='!com.github.ericytsang.screenfilter.app.android', trash=false, lastOccurred=Tue Nov 30 15:23:21 GMT+07:00 2021, appName='Screen Dimmer', notificationType=NOTIFICATION, myIcon=MyIcon{pack='com.github.ericytsang.screenfilter.app.android', created=Tue Nov 30 15:23:21 GMT+07:00 2021, lastUpdated=Tue Nov 30 15:23:21 GMT+07:00 2021}}
11-30 15:23:21.190 29916 29916 D WhatsappImageHandler: whatsapp monitoring is enabled: true
11-30 15:23:21.190 29916 29916 D WhatsappAudioHandler: whatsapp monitoring is enabled: true
11-30 15:23:21.190 29916 29916 D WhatsappVideoHandler: whatsapp monitoring is enabled: true
11-30 15:23:21.191 30575 30575 D ViewRootImpl@fbb7abe[]: dispatchAttachedToWindow
11-30 15:23:21.193  2985  2995 V WindowManager: Relayout Window{17a5215 u0 com.github.ericytsang.screenfilter.app.android}: viewVisibility=0 req=2880x2880 WM.LayoutParams{(0,0)(2880x2880) gr=#11 sim=#20 ty=2032 fl=#3000318 fmt=-3 wanim=0x1030002 colorMode=0 naviIconColor=0}
11-30 15:23:21.198  2985  3070 W Choreographer: Frame time is 9.024609 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:23:21.204  2615  2615 I SurfaceFlinger: id=7128 createSurf (2880x2880),1 flag=4, [30575]#0
11-30 15:23:21.205  2985  5087 D AODManagerService: updateNotificationKeysInternal() return : same [9] 
11-30 15:23:21.205  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:23:21.207  2985  2995 V Surface : sf_framedrop debug : 0x4f4c, game : false, logging : 0
11-30 15:23:21.214 30575 30575 V Surface : sf_framedrop debug : 0x4f4c, game : false, logging : 0
11-30 15:23:21.214 30575 30575 D ViewRootImpl@fbb7abe[]: Relayout returned: old=[0,0][0,0] new=[-900,-480][1980,2400] result=0x7 surface={valid=true 3348215808} changed=true
11-30 15:23:21.215 30575 30707 I OpenGLRenderer: Initialized EGL, version 1.4
11-30 15:23:21.215 30575 30707 D OpenGLRenderer: Swap behavior 2
11-30 15:23:21.220 30575 30707 D libGLESv1: STS_GLApi : DTS, ODTC are not allowed for Package : com.github.ericytsang.screenfilter.app.android
11-30 15:23:21.251 29916 29916 I NotificationReceiver: found similar notification: MyNotification{id=47887, received=Tue Nov 30 15:23:19 GMT+07:00 2021, removed=null, pack='com.github.ericytsang.screenfilter.app.android', title='!com.github.ericytsang.screenfilter.app.android', text='!com.github.ericytsang.screenfilter.app.android', trash=false, lastOccurred=Tue Nov 30 15:23:19 GMT+07:00 2021, appName='Screen Dimmer', notificationType=NOTIFICATION, myIcon=MyIcon{pack='com.github.ericytsang.screenfilter.app.android', created=Thu Jul 01 16:12:01 GMT+07:00 2021, lastUpdated=Thu Jul 01 16:12:01 GMT+07:00 2021}}
11-30 15:23:21.252 29916 29916 I NotificationReceiver: needed delay: 60000, currently elapsed: 1277, notification NOT ALOWED !
11-30 15:23:21.252 29916 29916 I NotificationReceiver: received notification is too similar, exiting...
11-30 15:23:21.309  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:23:21.309  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:23:21.511  2985  2995 I ActivityManager: KPU : put [com.android.vending:background] : 20546 K
11-30 15:23:21.511  2985  2995 I ActivityManager: Killing 15154:com.android.vending:background/u150a40 (adj 906): DHA:empty #46
11-30 15:23:21.518  2985  2995 I ActivityManager: KPU : put [com.google.android.apps.docs] : 36191 K
11-30 15:23:21.518  2985  2995 I ActivityManager: Killing 26841:com.google.android.apps.docs/u0a112 (adj 906): DHA:empty #46
11-30 15:23:21.547 30575 30707 D mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, egl_color_buffer_format *, EGLBoolean) returns 0x3000,  [2880x2880]-format:1
11-30 15:23:21.547 30575 30707 D OpenGLRenderer: eglCreateWindowSurface = 0xc7377938, 0xc791b808
11-30 15:23:21.550  2985  3827 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=5189, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@755892a)
11-30 15:23:21.550  2985  3615 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ TRACK_DEFAULT id=5186, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], android.os.BinderProxy@fb2631b)
11-30 15:23:21.550  2985  3222 D ConnectivityService: releasing NetworkRequest [ LISTEN id=5189, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ] (release request)
11-30 15:23:21.551  2985  3222 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=5186, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] (release request)
11-30 15:23:21.551  2985  3222 D ConnectivityService:  Removing from current network NetworkAgentInfo [WIFI () - 625], leaving 30 requests.
11-30 15:23:21.555  2985  3002 I zygote  : Successfully killed process cgroup uid 15010040 pid 15154 in 37ms
11-30 15:23:21.565 23617 23734 I Finsky  : [43759] qiq.n(14): com.github.ericytsang.screenfilter.app.android: Account determined from installer data - [tx1OnwR59UxnwCw6l78ItpQrUWzXPVUQzS-KA31x2W8]
11-30 15:23:21.570 23617 23734 I Finsky  : [43759] qiq.n(63): Billing preferred account via installer for com.github.ericytsang.screenfilter.app.android: [tx1OnwR59UxnwCw6l78ItpQrUWzXPVUQzS-KA31x2W8]
11-30 15:23:21.573 23617 23734 I Finsky  : [43759] qiq.n(14): com.github.ericytsang.screenfilter.app.android: Account determined from installer data - [tx1OnwR59UxnwCw6l78ItpQrUWzXPVUQzS-KA31x2W8]
11-30 15:23:21.574 23617 23734 I Finsky  : [43759] qiq.n(63): Billing preferred account via installer for com.github.ericytsang.screenfilter.app.android: [tx1OnwR59UxnwCw6l78ItpQrUWzXPVUQzS-KA31x2W8]
11-30 15:23:21.576  2985  3002 I zygote  : Successfully killed process cgroup uid 10112 pid 26841 in 21ms
11-30 15:23:21.577 23617 23734 I Finsky  : [43759] qiq.n(14): com.github.ericytsang.screenfilter.app.android: Account determined from installer data - [tx1OnwR59UxnwCw6l78ItpQrUWzXPVUQzS-KA31x2W8]
11-30 15:23:21.578 23617 23734 I Finsky  : [43759] qiq.n(63): Billing preferred account via installer for com.github.ericytsang.screenfilter.app.android: [tx1OnwR59UxnwCw6l78ItpQrUWzXPVUQzS-KA31x2W8]
11-30 15:23:21.579  2985  5090 D ConnectivityService: filterNetworkStateForUid() uid: 10040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:21.580 30575 30575 D ViewRootImpl@fbb7abe[]: MSG_RESIZED_REPORT: frame=Rect(-900, -480 - 1980, 2400) ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=1
11-30 15:23:21.607 30575 30707 D vndksupport: Loading /vendor/lib/hw/android.hardware.graphics.mapper@2.0-impl.so from current namespace instead of sphal namespace.
11-30 15:23:21.670  2985  2995 D WindowManager: finishDrawingWindow: Window{17a5215 u0 com.github.ericytsang.screenfilter.app.android} mDrawState=DRAW_PENDING
11-30 15:23:21.674  2985  2995 I SensorService: createSensorEventConnection package name com.github.ericytsang.androidlib.shakelistener.ShakeListener
11-30 15:23:21.675  2985  5090 D SensorService: Calling batch handle==0 flags=0 rate=66667000 timeout== 0
11-30 15:23:21.676 23617 23734 I Finsky  : [43759] qiq.n(14): com.github.ericytsang.screenfilter.app.android: Account determined from installer data - [tx1OnwR59UxnwCw6l78ItpQrUWzXPVUQzS-KA31x2W8]
11-30 15:23:21.676  2605  3073 I Sensors : AccelerometerSensor:setDelayAcc: handle 0, delay 66667000 ns, old_delay 200000000 ns
11-30 15:23:21.677 23617 23734 I Finsky  : [43759] qiq.n(63): Billing preferred account via installer for com.github.ericytsang.screenfilter.app.android: [tx1OnwR59UxnwCw6l78ItpQrUWzXPVUQzS-KA31x2W8]
11-30 15:23:21.678  2605  3073 I Sensors : AccelerometerSensor:setEnableAcc: handle 0, en 1, old_en 0
11-30 15:23:21.680 30575 30575 D SensorManager: registerListener :: 0, K2HH Accelerometer, 66667, 0,  
11-30 15:23:21.683 23617 23735 I Finsky  : [43760] qiq.n(14): com.github.ericytsang.screenfilter.app.android: Account determined from installer data - [tx1OnwR59UxnwCw6l78ItpQrUWzXPVUQzS-KA31x2W8]
11-30 15:23:21.684 23617 23735 I Finsky  : [43760] qiq.n(63): Billing preferred account via installer for com.github.ericytsang.screenfilter.app.android: [tx1OnwR59UxnwCw6l78ItpQrUWzXPVUQzS-KA31x2W8]
11-30 15:23:21.694 23617 23735 I Finsky  : [43760] qiq.n(14): com.github.ericytsang.screenfilter.app.android: Account determined from installer data - [tx1OnwR59UxnwCw6l78ItpQrUWzXPVUQzS-KA31x2W8]
11-30 15:23:21.695 23617 23735 I Finsky  : [43760] qiq.n(63): Billing preferred account via installer for com.github.ericytsang.screenfilter.app.android: [tx1OnwR59UxnwCw6l78ItpQrUWzXPVUQzS-KA31x2W8]
11-30 15:23:21.869  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:23:21.892  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:21.893  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:21.893  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:21.987  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10633 ,Container id: 0
11-30 15:23:21.987  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10633 ,Container id: 0
11-30 15:23:21.987  2985  5090 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:23:22.123 23617 23659 D PaySecureElementClient: Felica app not found; returning isSecureElementAvailable = false!
11-30 15:23:22.123  2985  2995 D SdpManagerService: Not an enterprise user : 0
11-30 15:23:22.125 28769 29273 V NFC     : this device does not have NFC support
11-30 15:23:22.129  2985  5090 D SdpManagerService: Not an enterprise user : 0
11-30 15:23:22.129  2985  5090 I FingerprintService: Active Biometrics : true
11-30 15:23:22.131  2985  5090 D SdpManagerService: Not an enterprise user : 0
11-30 15:23:22.131  2985  5090 I FingerprintService: Active Biometrics : true
11-30 15:23:22.138  2706  2706 D keystore: Reached or exceeded concurrent operations limit
11-30 15:23:22.139  2706  2706 D keystore: Trying to prune operation 0xf6215500
11-30 15:23:22.139  2706  2706 W keystore: ENTER remove operation from uid 10040
11-30 15:23:22.143  2985  2995 D SdpManagerService: Not an enterprise user : 0
11-30 15:23:22.144  2985  2995 I FingerprintService: Active Biometrics : true
11-30 15:23:22.147  2985  5090 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:22.893  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:22.893  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:22.893  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:23.163  2985  3244 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:23:23.165  2985  3244 W DeviceStorageMonitorService: updateBroadcasts(/data) oldLevel:0, newLevel:0, seq:1
11-30 15:23:23.166  2985  3244 W DeviceStorageMonitorService: updateBroadcasts_filenode(/data) fn_oldLevel:0, fn_newLevel:0, seq:1
11-30 15:23:23.893  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:23.893  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:23.893  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:23.991  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:23:23.992  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:23:23.992  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:23:23.992  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:23:24.074  4228  4228 D io_stats: !@ 179,0 r 54716215 1394285752 w 6072048 85805536 d 1208469 30875472 f 1082337 1081384 iot 29956790 29361074 th 51200 0 0 pt 0 inp 0 0 264103.066
11-30 15:23:24.409  2985  7619 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 2985 / 1000 / 7619
11-30 15:23:24.472  2985  7619 D SSRM:aU : SIOP:: AP:421(408,0) BAT:320(320,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:23:24.893  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:24.894  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:24.894  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:25.468  2985  3096 D SamsungAlarmManager: Expired : 4
11-30 15:23:25.469  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152704, SetElapsed=459128050, nowELAPSED=458909113
11-30 15:23:25.469  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T152554, SetElapsed=459058215, nowELAPSED=458909114
11-30 15:23:25.470  2985  3096 V SamsungAlarmManager: Sending to uid : 1000 action=android.intent.action.TIME_TICK alarm=Alarm{3c7ccef type 3 when 458883645 android}
11-30 15:23:25.472  2985  3096 V SamsungAlarmManager: Sending to uid : 1000 listener=android.app.AlarmManager$ListenerWrapper@df5d77d alarm=Alarm{f54ea85 type 2 when 458909113 android}
11-30 15:23:25.472  2985  3096 V SamsungAlarmManager: Sending to uid : 10069 action=com.samsung.action.EVERY_MINUTE_CLOCK_UPDATE alarm=Alarm{e7a90da type 1 when 1638260580000 com.sec.android.app.launcher}
11-30 15:23:25.476  4604  4604 I Launcher: onReceive: com.samsung.action.EVERY_MINUTE_CLOCK_UPDATE
11-30 15:23:25.482  2985  2985 D SamsungAlarmManager: setExact Intent (T:3/F:1/AC:false) 20211130T152400 - CU:1000/CP:2985
11-30 15:23:25.482  2985  2985 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T152359, SetElapsed=458943644, nowELAPSED=458909127
11-30 15:23:25.485  3510  3617 D KeyguardUpdateMonitor: received broadcast android.intent.action.TIME_TICK
11-30 15:23:25.485  3510  3510 D KeyguardServiceBoxContainer: refreshTime() 1
11-30 15:23:25.505  2985  5090 D SamsungAlarmManager: setInexact Intent (T:1/F:0/AC:false) 20211130T152400 - CU:10069/CP:4604
11-30 15:23:25.513  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.sec.android.app.clockpackage
11-30 15:23:25.513  2985  2985 D SamsungAlarmManager: setExact Listener (T:2/F:0/AC:false) 20211130T152325 - CU:1000/CP:2985
11-30 15:23:25.513  2985  2985 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152326, SetElapsed=458910138, nowELAPSED=458909158
11-30 15:23:25.515  4604  4604 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:23:25.522  2985  2985 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:23:25.522  2985  2985 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:23:25.526  2985  2985 D StorageManagerService: getExternalStorageMountMode : final mountMode=3, uid : 10112, packageName : com.google.android.apps.docs
11-30 15:23:25.526  2985  2985 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.apps.docs user:0
11-30 15:23:25.526  2985  2985 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:23:25.526  2985  2985 D ActivityManager: package  com.google.android.apps.docs, user - 0 is SDcard whitelisted
11-30 15:23:25.526  2985  2985 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.apps.docs user:0
11-30 15:23:25.526  2985  2985 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:23:25.535  4604  4604 I LiveIconManager: getLiveIcon: complete(sync_created)
11-30 15:23:25.535  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.sec.android.app.clockpackage
11-30 15:23:25.536  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.samsung.android.calendar
11-30 15:23:25.537  4604  4604 I BitmapCacheContainer: getBitmapCache: BitmapCache expired com.samsung.android.calendar/UserHandle{0}
11-30 15:23:25.538  4604  4604 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:23:25.542  4604  4604 I LiveIconManager: getLiveIcon: complete(sync_created)
11-30 15:23:25.542  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.samsung.android.calendar
11-30 15:23:25.545  2985  2985 I ActivityManager: Start proc 30718:com.google.android.apps.docs/u0a112 for service com.google.android.apps.docs/com.google.android.libraries.notifications.entrypoints.scheduled.ScheduledTaskService
11-30 15:23:25.552 30718 30718 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:23:25.554 30718 30718 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:23:25.555 30718 30718 I SELinux : SELinux: seapp_context_lookup: seinfo=apm, level=s0:c512,c768, pkgname=com.google.android.apps.docs 
11-30 15:23:25.566 29697 29792 I zygote  : Deoptimizing java.lang.Object hv.b(java.lang.Object) due to JIT inline cache
11-30 15:23:25.598  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10112 ,Container id: 0
11-30 15:23:25.598  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10112 ,Container id: 0
11-30 15:23:25.598  2985  5090 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:23:25.602  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10112 ,Container id: 0
11-30 15:23:25.602  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10112 ,Container id: 0
11-30 15:23:25.602  2985  5090 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:23:25.606 30718 30718 D ActivityThread: Added TimaKeyStore provider
11-30 15:23:25.607  2985  5090 I ActivityManager: DSS on for com.google.android.apps.docs and scale is 1.0
11-30 15:23:25.628 30718 30718 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10112
11-30 15:23:25.629 30718 30718 D Proxy   : mdoP is null: 10112
11-30 15:23:25.894  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:25.894  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:25.894  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:25.903 30718 30735 W ProtoDataStoreFlagStore: Unable to retrieve flag snapshot for com.google.apps.drive.android#com.google.android.apps.docs, using defaults.
11-30 15:23:26.020  2985  5090 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.drive.NotificationsCenterAliasActivity newState = 2 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.024  2985  5090 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.notification.impl.ExportedNotificationHomeActivity newState = 1 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.038  2985  5095 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.drive.filepicker.GetMetadataActivity newState = 1 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.062 30718 30758 W FieldDefinition: [RxCachedThreadScheduler-7] Ignoring isIndexed constraint as field also has uniqueness constraint (on just this field, and therefore SQLite will have to create an index on that. For field: bjo$a@cdd8e15
11-30 15:23:26.068  2985  2995 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:26.342 30718 30769 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
11-30 15:23:26.349  2985  5086 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.sync.syncadapter.DocsSyncAdapterService newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.356 30718 30731 W GmsIpProtection: [Binder:30718_3] Error changing state for com.google.android.apps.docs.sync.syncadapter.DocsSyncAdapterService
11-30 15:23:26.358  2985  5090 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.storagebackend.LegacyStorageBackendContentProvider newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.360  2985  5086 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.storagebackend.StorageBackendContentProvider newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.362 30718 30769 W zygote  : Class ilg failed lock verification and will run slower.
11-30 15:23:26.362 30718 30769 W zygote  : Common causes for lock verification issues are non-optimized dex code
11-30 15:23:26.362 30718 30769 W zygote  : and incorrect proguard optimizations.
11-30 15:23:26.364  2985  5093 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.notification.guns.GcmBroadcastReceiver newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.365 30718 30802 W DynamiteModule: Local module descriptor class for com.google.android.gms.providerinstaller.dynamite not found.
11-30 15:23:26.367  2985  5093 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.drive.directsharing.ChooserTargetService newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.370  2985  3612 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.common.shareitem.UploadMenuActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.373 30718 30802 W ProviderInstaller: Failed to load providerinstaller module: No acceptable module found. Local version is 0 and remote version is 0.
11-30 15:23:26.374  2985  5095 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.viewer.PdfViewerActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.376  2985  5090 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.viewer.ProjectorActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.378 30718 30802 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:23:26.380 30718 30802 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:23:26.385  2985  5090 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.drive.filepicker.GetMetadataActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.389  2985  5090 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.drive.capture.DocScannerActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.391 30718 30802 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:23:26.391  2985  3615 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.shortcut.ScanToDriveActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.393 30718 30802 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:23:26.396  2985  3615 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.androidshortcuts.ScanToDriveActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.399  2985  3615 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.androidshortcuts.CreateShortcutActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.401  2985  3612 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.androidshortcuts.CreateDocumentScanShortcutActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.403  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.common.androidshortcuts.ScanToDriveActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.406  2985  3612 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.common.androidshortcuts.CreateShortcutActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.409  2985  3612 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.common.androidshortcuts.CreateDocumentScanShortcutActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.411  2985  5090 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.drive.widget.WidgetConfigureActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.414  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.drive.widget.CakemixAppWidgetProvider newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.417  2985  3612 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.shared.documentcreation.WidgetDocumentCreatorActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.420 30718 30731 W GmsIpProtection: [Binder:30718_3] Error changing state for com.google.android.apps.docs.editors.shared.documentcreation.WidgetDocumentCreatorActivity
11-30 15:23:26.421  2985  5090 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.shared.documentcreation.ExternalDocumentCreatorActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.423 30718 30731 W GmsIpProtection: [Binder:30718_3] Error changing state for com.google.android.apps.docs.editors.shared.documentcreation.ExternalDocumentCreatorActivity
11-30 15:23:26.424  2985  2995 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.shared.widgets.NewDocumentWidgetActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.438 30718 30731 W GmsIpProtection: [Binder:30718_3] Error changing state for com.google.android.apps.docs.editors.shared.widgets.NewDocumentWidgetActivity
11-30 15:23:26.439  2985  2995 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.shared.export.FileContentProvider newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.444 30718 30731 W GmsIpProtection: [Binder:30718_3] Error changing state for com.google.android.apps.docs.editors.shared.export.FileContentProvider
11-30 15:23:26.447  2985  2995 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.shared.copypaste.AndroidClipboardContentProvider newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.449 30718 30731 W GmsIpProtection: [Binder:30718_3] Error changing state for com.google.android.apps.docs.editors.shared.copypaste.AndroidClipboardContentProvider
11-30 15:23:26.450  2985  3612 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.shared.copypaste.AndroidImageContentProvider newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.453 30718 30731 W GmsIpProtection: [Binder:30718_3] Error changing state for com.google.android.apps.docs.editors.shared.copypaste.AndroidImageContentProvider
11-30 15:23:26.453  2985  5090 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.shared.inserttool.clipboard.InsertToolClipboardContentProvider newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.457 30718 30731 W GmsIpProtection: [Binder:30718_3] Error changing state for com.google.android.apps.docs.editors.shared.inserttool.clipboard.InsertToolClipboardContentProvider
11-30 15:23:26.457  2985  2995 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.shared.inserttool.clipboard.InsertToolImageContentProvider newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.460 30718 30731 W GmsIpProtection: [Binder:30718_3] Error changing state for com.google.android.apps.docs.editors.shared.inserttool.clipboard.InsertToolImageContentProvider
11-30 15:23:26.461  2985  3614 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.kix.conversion.KixOnlineImportActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.463 30718 30731 W GmsIpProtection: [Binder:30718_3] Error changing state for com.google.android.apps.docs.editors.kix.conversion.KixOnlineImportActivity
11-30 15:23:26.464  2985  3612 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.ritz.conversion.RitzOnlineImportActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.467 30718 30731 W GmsIpProtection: [Binder:30718_3] Error changing state for com.google.android.apps.docs.editors.ritz.conversion.RitzOnlineImportActivity
11-30 15:23:26.468  2985  3612 D PackageManager: setEnabledSetting : userId = 0 packageName = com.google.android.apps.docs cmp = com.google.android.apps.docs.editors.punch.conversion.PunchOnlineImportActivity newState = 0 callingPackage = 10112/com.google.android.apps.docs
11-30 15:23:26.469  2985  5090 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:26.478 30718 30731 W GmsIpProtection: [Binder:30718_3] Error changing state for com.google.android.apps.docs.editors.punch.conversion.PunchOnlineImportActivity
11-30 15:23:26.493  2985  3096 D SamsungAlarmManager: Expired : 4
11-30 15:23:26.493  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152704, SetElapsed=459128050, nowELAPSED=458910138
11-30 15:23:26.494  2985  3096 V SamsungAlarmManager: Sending to uid : 1000 listener=android.app.AlarmManager$ListenerWrapper@d38a3e8 alarm=Alarm{9498660 type 2 when 458909169 android}
11-30 15:23:26.498  2985  2985 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20211130T152436 - CU:1000/CP:2985
11-30 15:23:26.499  2985  2985 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152436, SetElapsed=458980278, nowELAPSED=458910143
11-30 15:23:26.529 30718 30770 E NotificationAccessor: Cannot delete notification channel. Channel not found.
11-30 15:23:26.535 30718 30770 I chatty  : uid=10112(com.google.android.apps.docs) identical 17 lines
11-30 15:23:26.535 30718 30770 E NotificationAccessor: Cannot delete notification channel. Channel not found.
11-30 15:23:26.535 30718 30802 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 294 native methods...
11-30 15:23:26.558 30718 30809 W native  : http_transport.cc:88 Disabled SSL verification
11-30 15:23:26.558 30718 30810 W native  : http_transport.cc:88 Disabled SSL verification
11-30 15:23:26.611 30718 30802 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL
11-30 15:23:26.614  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:23:26.656  2985  5090 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:26.656  2985  3612 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:26.659  2985  5090 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:26.659  2985  5088 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:26.745  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10112 ,Container id: 0
11-30 15:23:26.745  2985  3612 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10112 ,Container id: 0
11-30 15:23:26.745  2985  3612 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:23:26.894  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:26.894  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:26.894  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:26.897 30718 30819 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001007', key: 'RPC_STORE_TARGET'
11-30 15:23:26.897 30718 30819 E Notifications: pwl: HTTP Error Code: 401
11-30 15:23:26.897 30718 30819 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:23:26.897 30718 30819 E Notifications: 	at pzy.a(PG:17)
11-30 15:23:26.897 30718 30819 E Notifications: 	at pzw.a(PG:2)
11-30 15:23:26.897 30718 30819 E Notifications: 	at psd.a(PG:11)
11-30 15:23:26.897 30718 30819 E Notifications: 	at pub.b(PG:3)
11-30 15:23:26.897 30718 30819 E Notifications: 	at pty.e(PG:6)
11-30 15:23:26.897 30718 30819 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:23:26.897 30718 30819 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:23:26.897 30718 30819 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:23:26.897 30718 30819 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:23:26.897 30718 30818 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001003', key: 'RPC_STORE_TARGET'
11-30 15:23:26.897 30718 30818 E Notifications: pwl: HTTP Error Code: 401
11-30 15:23:26.897 30718 30818 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:23:26.897 30718 30818 E Notifications: 	at pzy.a(PG:17)
11-30 15:23:26.897 30718 30818 E Notifications: 	at pzw.a(PG:2)
11-30 15:23:26.897 30718 30818 E Notifications: 	at psd.a(PG:11)
11-30 15:23:26.897 30718 30818 E Notifications: 	at pub.b(PG:3)
11-30 15:23:26.897 30718 30818 E Notifications: 	at pty.e(PG:6)
11-30 15:23:26.897 30718 30818 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:23:26.897 30718 30818 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:23:26.897 30718 30818 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:23:26.897 30718 30818 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:23:26.897 30718 30816 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001002', key: 'RPC_STORE_TARGET'
11-30 15:23:26.897 30718 30816 E Notifications: pwl: HTTP Error Code: 401
11-30 15:23:26.897 30718 30816 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:23:26.897 30718 30816 E Notifications: 	at pzy.a(PG:17)
11-30 15:23:26.897 30718 30816 E Notifications: 	at pzw.a(PG:2)
11-30 15:23:26.897 30718 30816 E Notifications: 	at psd.a(PG:11)
11-30 15:23:26.897 30718 30816 E Notifications: 	at pub.b(PG:3)
11-30 15:23:26.897 30718 30816 E Notifications: 	at pty.e(PG:6)
11-30 15:23:26.897 30718 30816 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:23:26.897 30718 30816 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:23:26.897 30718 30816 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:23:26.897 30718 30816 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:23:26.897 30718 30802 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001004', key: 'RPC_STORE_TARGET'
11-30 15:23:26.897 30718 30802 E Notifications: pwl: HTTP Error Code: 401
11-30 15:23:26.897 30718 30802 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:23:26.897 30718 30802 E Notifications: 	at pzy.a(PG:17)
11-30 15:23:26.897 30718 30802 E Notifications: 	at pzw.a(PG:2)
11-30 15:23:26.897 30718 30802 E Notifications: 	at psd.a(PG:11)
11-30 15:23:26.897 30718 30802 E Notifications: 	at pub.b(PG:3)
11-30 15:23:26.897 30718 30802 E Notifications: 	at pty.e(PG:6)
11-30 15:23:26.897 30718 30802 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:23:26.897 30718 30802 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:23:26.897 30718 30802 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:23:26.897 30718 30802 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:23:26.898 30718 30820 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001006', key: 'RPC_STORE_TARGET'
11-30 15:23:26.898 30718 30820 E Notifications: pwl: HTTP Error Code: 401
11-30 15:23:26.898 30718 30820 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:23:26.898 30718 30820 E Notifications: 	at pzy.a(PG:17)
11-30 15:23:26.898 30718 30820 E Notifications: 	at pzw.a(PG:2)
11-30 15:23:26.898 30718 30820 E Notifications: 	at psd.a(PG:11)
11-30 15:23:26.898 30718 30820 E Notifications: 	at pub.b(PG:3)
11-30 15:23:26.898 30718 30820 E Notifications: 	at pty.e(PG:6)
11-30 15:23:26.898 30718 30820 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:23:26.898 30718 30820 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:23:26.898 30718 30820 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:23:26.898 30718 30820 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:23:26.905  2985  5095 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:26.911  2985  3612 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:26.921  2985  3612 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:26.927  2985  5095 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:26.934  2985  3612 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:26.992  2985  5095 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:27.167  2985  5095 I chatty  : uid=1000(system) Binder:2985_1F identical 1 line
11-30 15:23:27.608 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:27.608 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:27.609 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:23:27.707 30718 30839 W native  : http_transport.cc:88 Disabled SSL verification
11-30 15:23:27.708  2985  5095 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:27.709  2985  3612 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:27.894  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:27.894  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:27.894  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:28.894  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:28.895  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:28.895  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:28.924 30718 30845 W native  : http_transport.cc:88 Disabled SSL verification
11-30 15:23:28.925  2985  5095 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:28.926  2985  3612 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:28.940  2985  3612 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:29.077  4228  4228 D io_stats: !@ 179,0 r 54722705 1394390232 w 6072416 85811544 d 1208536 30878148 f 1082395 1081442 iot 29959890 29364045 th 51200 0 0 pt 0 inp 25 1 264108.070
11-30 15:23:29.292 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(334) data(3908) accounts({vnd.sec.contact.phone (1)=155, com.whatsapp (23)=210, com.google (19)=204, com.osp.app.signin (24)=4, vnd.sec.contact.sim2 (3)=14, org.telegram.messenger (36)=127}) accounts deleted({com.google (19)=1}) calls([logtype:100 cnt:500, logtype:300 cnt:500]) countryIso(ID) userId(0)  ]

11-30 15:23:29.292 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ agr({[1 ,1 ,23]=1, [23 ,3 ,36 ,19]=1, [1 ,1 ,36 ,23]=1, [1 ,24 ,23]=1, [19 ,23 ,23 ,36 ,36]=1, [1 ,1 ,1]=1, [19 ,19 ,19 ,1 ,23 ,24 ,36]=1, [19]=10, [19 ,19 ,1]=1, [19 ,1 ,36 ,23]=1, [19 ,36]=4, [1 ,36]=1, [36 ,19 ,23 ,36]=2, [19 ,1 ,23 ,23 ,23]=1, [19 ,1 ,23 ,36 ,36]=1, [19 ,1 ,23 ,36]=9, [1 ,23 ,36 ,36]=1, [1 ,23 ,36]=12, [19 ,23 ,36 ,23]=1, [19 ,36 ,23]=2, [19 ,23 ,36]=68, [3]=10, [1]=72, [19 ,1 ,23 ,24]=1, [1 ,23 ,24 ,36]=1, [19 ,1 ,23]=8, [19 ,1 ,23 ,36 ,23]=1, [19 ,23]=67, [20 ,23]=1, [23 ,3]=1, [36]=12, [1 ,23]=17, [19 ,1]=19, [19 ,23 ,23]=1, [23 ,3 ,36]=2})  ]

11-30 15:23:29.292 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({android.process.acore(15069)=1, com.google.android.gms(28769)=2, com.samsung.android.email.provider(29180)=1})  ]

11-30 15:23:29.292 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(1) data(3) accounts({vnd.sec.contact.phone (1)=1})  ]

11-30 15:23:29.292 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(1) data(24) accounts({vnd.sec.contact.phone (1)=1})  ]
11-30 15:23:29.645 30718 30750 W DynamiteModule: Local module descriptor class for com.google.android.gms.providerinstaller.dynamite not found.
11-30 15:23:29.650 30718 30750 W ProviderInstaller: Failed to load providerinstaller module: No acceptable module found. Local version is 0 and remote version is 0.
11-30 15:23:29.725  2985  5095 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:23:29.726  2985  5095 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3770, temperature: 320, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:23:29.726  2985  5095 D BatteryService: online:4, current avg:94, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:92
11-30 15:23:29.726  2985  5095 D BatteryService: stay LED for charging
11-30 15:23:29.726  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:23:29.727  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:23:29.727  2985  2985 I MotionRecognitionService: Plugged
11-30 15:23:29.727  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:23:29.727  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:23:29.728  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:23:29.728  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:23:29.728  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:23:29.729  2985  3007 D UsbDeviceManager: mps exists
11-30 15:23:29.730  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:23:29.730  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:23:29.730  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:23:29.730  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:23:29.731  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:23:29.731  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:23:29.731  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:23:29.731 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:23:29.731  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:23:29.732 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:23:29.732  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:23:29.732  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:23:29.733  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:23:29.733  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:23:29.733 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:23:29.734 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:23:29.734  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:23:29.734  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:23:29.734  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:23:29.895  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:29.895  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:29.895  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:30.647  2985  3612 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:30.694 30718 30732 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:23:30.802 30718 30732 I zygote  : WaitForGcToComplete blocked ProfileSaver on ClassLinker for 107.587ms
11-30 15:23:30.895  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:30.895  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:30.895  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:31.013 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:31.013 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:31.014 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:23:31.035 30718 30853 W native  : http_transport.cc:88 Disabled SSL verification
11-30 15:23:31.036  2985  5086 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:31.037  2985  3612 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:31.657 28769 28769 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
11-30 15:23:31.779  2985  5086 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:31.846 30718 30860 W native  : http_transport.cc:88 Disabled SSL verification
11-30 15:23:31.848  2985  5086 I chatty  : uid=1000(system) Binder:2985_17 identical 2 lines
11-30 15:23:31.895  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:31.895  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:31.895  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:32.514  2985  5086 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:32.895  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:32.895  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:32.895  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:33.895  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:33.895  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:33.895  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:34.080  4228  4228 D io_stats: !@ 179,0 r 54734708 1394518144 w 6072693 85818780 d 1208565 30878664 f 1082431 1081478 iot 29964890 29369018 th 51200 0 0 pt 0 inp 39 0 264113.072
11-30 15:23:34.477  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:23:34.477  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:23:34.477  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:23:34.477  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:23:34.491  2985  7619 D SSRM:aU : SIOP:: AP:419(408,0) BAT:320(320,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:23:34.700 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:34.700 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:34.700 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:23:34.715 30718 30867 W native  : http_transport.cc:88 Disabled SSL verification
11-30 15:23:34.716  2985  3612 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:34.754 30718 30873 W native  : http_transport.cc:88 Disabled SSL verification
11-30 15:23:34.756  2985  3612 I chatty  : uid=1000(system) Binder:2985_7 identical 2 lines
11-30 15:23:34.756  2985  3612 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:34.757 30238 30329 I zygote  : Deoptimizing java.lang.Object hv.b(java.lang.Object) due to JIT inline cache
11-30 15:23:34.896  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:34.896  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:34.896  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:34.946  2985  5095 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:34.947  2985  5095 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:23:35.896  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:35.896  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:35.896  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:36.116  2985  3298 D UcmService: onReceive android.intent.action.PACKAGE_CHANGED
11-30 15:23:36.117  2985  3298 D UcmService: Package update in userId-0 and uid-10112
11-30 15:23:36.118  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.PACKAGE_CHANGED
11-30 15:23:36.118  3510  3510 D MetadataParser: onPackageUpdated() key = com.google.android.apps.docs
11-30 15:23:36.118  3470  3470 D ImsResolver: maybeAddedImsService, packageName: com.google.android.apps.docs
11-30 15:23:36.121  3519  3519 D ThemeManagerService: BroadcastReceiver packageName :com.google.android.apps.docs, action = android.intent.action.PACKAGE_CHANGED
11-30 15:23:36.122   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:23:36.122   559   636 I ControllerEventHandler: [#CMH#] onPackageChanged()  null
11-30 15:23:36.122   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:23:36.156  3470  3470 D CarrierSvcBindHelper: No carrier app for: 0
11-30 15:23:36.157  2985  5095 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20311128T152336 - CU:10018/CP:16033
11-30 15:23:36.160  3470  3470 D CarrierSvcBindHelper: No carrier app for: 1
11-30 15:23:36.171  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:23:36.172  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:23:36.181  2985  3117 D InputReader: externalDisplayId 0 W 1080 H 1920
11-30 15:23:36.181  2985  3117 I InputReader: Reconfiguring input devices.  changes=0x00000010
11-30 15:23:36.193  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f080279
11-30 15:23:36.193  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f13050b
11-30 15:23:36.193  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f13050b
11-30 15:23:36.193  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f080275
11-30 15:23:36.193  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f130509
11-30 15:23:36.193  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f130509
11-30 15:23:36.193  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f080277
11-30 15:23:36.193  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f13050a
11-30 15:23:36.193  2985  2999 W ResourceType: No known package when getting value for resource number 0x7f13050a
11-30 15:23:36.195 16033 30882 I Fitness : OnPackageChangedOperation got intent: Intent { act=android.intent.action.PACKAGE_CHANGED dat=package:com.google.android.apps.docs flg=0x45000010 pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) } [CONTEXT service_id=17 ]
11-30 15:23:36.203  2985  2995 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20311128T152336 - CU:10018/CP:28769
11-30 15:23:36.210 16033 30883 I Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_CHANGED [CONTEXT service_id=17 ]
11-30 15:23:36.286  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:23:36.286  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:23:36.299 16033 19173 D BluetoothAdapter: STATE_BLE_ON
11-30 15:23:36.301 16033 19173 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:23:36.314 16033 19173 I chatty  : uid=10018(com.google.android.gms) highpool[101] identical 1 line
11-30 15:23:36.315 16033 19173 W ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
11-30 15:23:36.348 30196 30332 I zygote  : Deoptimizing java.lang.Object hv.b(java.lang.Object) due to JIT inline cache
11-30 15:23:36.397  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:23:36.398  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1195, previously 2540
11-30 15:23:36.401  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:23:36.401  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
11-30 15:23:36.422  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2546, previously 2540
11-30 15:23:36.423  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2605, previously 2608
11-30 15:23:36.423  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1442, previously 4566
11-30 15:23:36.423  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 383, previously 2136
11-30 15:23:36.426  2985  2985 W ResourceType: For resource 0x7f130c16, entry index(3094) is beyond type entryCount(1442)
11-30 15:23:36.426  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:23:36.426  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:23:36.427  2985  2985 W ResourceType: For resource 0x7f1305f2, entry index(1522) is beyond type entryCount(1442)
11-30 15:23:36.427  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:23:36.427  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:23:36.427  2985  2985 W ResourceType: For resource 0x7f130824, entry index(2084) is beyond type entryCount(1442)
11-30 15:23:36.427  2985  2985 W ResourceType: For resource 0x7f080569, entry index(1385) is beyond type entryCount(1195)
11-30 15:23:36.427  2985  2985 W ResourceType: For resource 0x7f0804f7, entry index(1271) is beyond type entryCount(1195)
11-30 15:23:36.568  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2711, previously 2714
11-30 15:23:36.568  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 312, previously 1787
11-30 15:23:36.896  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:36.896  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:36.896  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:37.896  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:37.896  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:37.896  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:38.202 28769 29127 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.google.android.gms/shared_prefs/proxy-apps-corpus.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 1, <32: 3, <64: 0, <128: 0, <256: 0, <512: 0, <1024: 0, <2048: 1, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:23:38.206 16033 16609 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.google.android.gms/shared_prefs/contact_tracing_data_quality_record_db.xml: [<1: 0, <2: 0, <4: 0, <8: 4, <16: 9, <32: 19, <64: 17, <128: 7, <256: 2, <512: 6, <1024: 2, <2048: 6, <4096: 1, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:23:38.206 28769 29258 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.google.android.gms/shared_prefs/AppDataSearch-main-config.xml: [<1: 0, <2: 0, <4: 0, <8: 4, <16: 2, <32: 4, <64: 1, <128: 0, <256: 0, <512: 1, <1024: 0, <2048: 1, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
11-30 15:23:38.206 16033 16033 D QueuedWork: waited: [<1: 0, <2: 126, <4: 2, <8: 4, <16: 9, <32: 14, <64: 7, <128: 5, <256: 4, <512: 5, <1024: 2, <2048: 4, <4096: 0, <8192: 0, <16384: 0, >=16384: 1]
11-30 15:23:38.380  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2002, previously 2011
11-30 15:23:38.380  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2773, previously 2855
11-30 15:23:38.380  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 193, previously 1221
11-30 15:23:38.383 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:38.384 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:38.384 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:23:38.390  1956  1997 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.facebook.services/shared_prefs/audit.xml: [<1: 0, <2: 0, <4: 7, <8: 14, <16: 37, <32: 44, <64: 20, <128: 10, <256: 4, <512: 2, <1024: 4, <2048: 4, <4096: 4, <8192: 0, <16384: 0, >=16384: 1]
11-30 15:23:38.390 28769 29273 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
11-30 15:23:38.395 30718 30757 E CelloDelayUploadFixer: [RxCachedThreadScheduler-6] Cleanup delay upload complete
11-30 15:23:38.405 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:38.405 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:38.406 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:23:38.443 28769 29124 I GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=12803 trafficStatsUid=-1
11-30 15:23:38.446 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:38.446 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:38.446 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:23:38.467 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:38.468 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:38.468 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:23:38.502 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:38.502 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:38.502 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:23:38.518 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:38.518 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:38.518 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:23:38.532 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:38.532 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:38.532 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:23:38.540 28769 29124 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
11-30 15:23:38.545 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:38.546 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:38.546 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:23:38.555 28769 29124 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
11-30 15:23:38.561 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:38.561 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:38.561 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:23:38.577 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:38.577 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:38.577 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:23:38.590 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:38.591 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:38.591 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:23:38.597 28769 29124 I Icing   : Indexing done com.google.android.gms-apps
11-30 15:23:38.606 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:38.606 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:38.606 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:23:38.626 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:38.626 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script) returned in supported import map
11-30 15:23:38.626 30718 30761 W CelloAccountCapability: [ImpressionsTracker-0] Unknown mime type (application/vnd.google-apps.script+json) returned in supported export map
11-30 15:23:38.628  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1075, previously 1574
11-30 15:23:38.628  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1733, previously 1739
11-30 15:23:38.628  2985  2999 W ResourceType: ResTable_typeSpec entry count inconsistent: given 205, previously 1394
11-30 15:23:38.661  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 98, previously 597
11-30 15:23:38.661  2985  2985 W ResourceType: Found multiple library tables, ignoring...
11-30 15:23:38.661  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 6282, previously 6446
11-30 15:23:38.663  2985  2985 W ResourceType: ResTable_typeSpec entry count inconsistent: given 198, previously 1867
11-30 15:23:38.663  2985  2985 W ResourceType: Found multiple library tables, ignoring...
11-30 15:23:38.778  2985  2985 D PackageManager: Shame on you for calling the hidden API queryBroadcastReceivers(). Shame!
11-30 15:23:38.778  2985  2985 V ApplicationPolicy: refresh widget status with providers for user 0
11-30 15:23:38.788  2985  2985 I GameManagerService: PkgInstallationReceiver, onReceive(),  begin, action: android.intent.action.PACKAGE_CHANGED
11-30 15:23:38.792  2985  2985 W ResourceType: For resource 0x7f130fe2, entry index(4066) is beyond type entryCount(1442)
11-30 15:23:38.793  2985  2985 W ResourceType: For resource 0x7f130fe3, entry index(4067) is beyond type entryCount(1442)
11-30 15:23:38.803 16033 16033 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE cmp=com.google.android.gms/.chimera.PersistentInternalBoundBrokerService }
11-30 15:23:38.804 16033 16033 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE cmp=com.google.android.gms/.chimera.PersistentInternalBoundBrokerService }
11-30 15:23:38.831  2985  2985 D SdpManagerService: Not an enterprise user : 0
11-30 15:23:38.832  2985  2985 I PersonaManagerService::Proxy: newPackage is com.google.android.apps.docs
11-30 15:23:38.832  2985  2985 D RCPManagerService: PackageReceiver onReceive()
11-30 15:23:38.834  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 0: now com.samsung.android.contacts
11-30 15:23:38.836  2985  2985 I DefaultDialerCache: Refreshing default dialer for user 150: now null
11-30 15:23:38.837  2985  2985 D BackupManagerService: Received broadcast Intent { act=android.intent.action.PACKAGE_CHANGED dat=package:com.google.android.apps.docs flg=0x45000010 (has extras) }
11-30 15:23:38.837  2985  2985 I BackupManagerService: Package com.google.android.apps.docs changed; rechecking
11-30 15:23:38.837  2985  2985 I BackupManagerService:    * com.google.android.apps.docs.drive.NotificationsCenterAliasActivity
11-30 15:23:38.837  2985  2985 I BackupManagerService:    * com.google.android.apps.docs.notification.impl.ExportedNotificationHomeActivity
11-30 15:23:38.837  2985  2985 I BackupManagerService:    * com.google.android.apps.docs.drive.filepicker.GetMetadataActivity
11-30 15:23:38.890  4604  4604 D LauncherAppWidgetHost: onProvidersChanged
11-30 15:23:38.893  4604  4977 D WidgetLoader: start loading
11-30 15:23:38.896  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:38.896  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:38.897  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:38.951  4604  4977 D LauncherAWProviderInfo: GSA replace initialLayout. 
11-30 15:23:38.992  2985  2999 I PrintManagerService: onPackageModified com.google.android.apps.docs
11-30 15:23:38.996  2985  2999 D SemExecuteManagerService: onShortcutChanged: com.google.android.apps.docs0
11-30 15:23:38.996  4604  5239 D LauncherApps: onPackageChanged 0,com.google.android.apps.docs
11-30 15:23:38.996  4604  4604 D Launcher.Model: onPackageChanged:com.google.android.apps.docs user:UserHandle{0}
11-30 15:23:38.996  4604  4604 D Launcher.Model: isValidStateInKnoxMode:false user:UserHandle{0}
11-30 15:23:38.996  4604  4680 W Launcher.Model: checkFinderState return, operation is not matched
11-30 15:23:38.997  4604  4680 D Launcher.Model: Loader.updatePackage com.google.android.apps.docs
11-30 15:23:39.034  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 0
11-30 15:23:39.035  4604  4680 V LauncherApps: Returning activity for profile UserHandle{0} : ComponentInfo{com.google.android.apps.docs/com.google.android.apps.docs.app.NewMainProxyActivity}
11-30 15:23:39.035  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:23:39.035  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:23:39.048  4604  4680 I ApplicationPackageManager: load=com.google.android.apps.docs, bg=144-144, dr=216-216, forDefault=false, density=0
11-30 15:23:39.053  4604  4680 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:23:39.055  4604  4680 I ApplicationPackageManager: scaled rate=0.59999996, size=216, alpha=3, hold=0
11-30 15:23:39.055  4604  4680 I ApplicationPackageManager: load=com.google.android.apps.docs-theme2, bg=144-144, dr=216-216, tarScale=0.59999996, relScale=0.41142854, mask=false
11-30 15:23:39.056  4604  4680 D LauncherActivityInfo: packageName: com.google.android.apps.docs, supportTheme: true, height: 144, width: 144, density: 640
11-30 15:23:39.075  4604  4680 D LauncherApps: getActivityList callingUserId: 0, target user: 0
11-30 15:23:39.076  4604  4680 V LauncherApps: Returning activity for profile UserHandle{0} : ComponentInfo{com.google.android.apps.docs/com.google.android.apps.docs.app.NewMainProxyActivity}
11-30 15:23:39.076  4604  4680 D DataLoader: updatePackage:com.google.android.apps.docs
11-30 15:23:39.077  2985  5090 D LauncherAppsService: is Package Hidden: false
11-30 15:23:39.083  4228  4228 D io_stats: !@ 179,0 r 54747002 1394685284 w 6073035 85824196 d 1208609 30879556 f 1082485 1081532 iot 29969810 29374079 th 51200 0 0 pt 0 inp 1 0 264118.076
11-30 15:23:39.084  4228  4228 D io_stats: !@ 179,32 r 53283 2517236 w 1433 65534 d 0 0 f 0 0 iot 120960 120030 th 51200 0 0 pt 0 inp 0 0 264118.077
11-30 15:23:39.100  4604  5239 D LauncherApps: onShortcutChanged 0,com.google.android.apps.docs
11-30 15:23:39.106  2985  5090 W BackupManagerService: dataChanged but no participant pkg='com.sec.android.app.launcher' uid=10069
11-30 15:23:39.108  4604  4680 I AppsModel: addOrUpdater
11-30 15:23:39.108  4604  4680 I AppsModel: addOrUpdater cn = ComponentInfo{com.google.android.apps.docs/com.google.android.apps.docs.app.NewMainProxyActivity} , UserHandle{0}
11-30 15:23:39.109  4604  4680 I AppsModel: addOrUpdater update item = IconInfo(title=Drive intent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.google.android.apps.docs/.app.NewMainProxyActivity (has extras) } id=45 type=0 container=39 screen=0 cellX=1 cellY=1 spanX=1 spanY=1 rank=5 hidden=0 dropPos=null user=UserHandle{0})
11-30 15:23:39.109  4604  4680 D AppsCustomAdapter: notifyUpdate : com.android.launcher3.Launcher@46d4052
11-30 15:23:39.110  4604  4680 D AppsDragController: needDeferToBind : true , false
11-30 15:23:39.110  2985  3612 D LauncherAppsService: is Package Hidden: false
11-30 15:23:39.148  4604  4977 D WidgetLoader: start loading
11-30 15:23:39.149  4604  4680 D LauncherAWProviderInfo: GSA replace initialLayout. 
11-30 15:23:39.187  4604  4977 D LauncherAWProviderInfo: GSA replace initialLayout. 
11-30 15:23:39.225  4604  4604 D DeepShortcutManager: bindDeepShortcutMap: {com.android.launcher3.util.ComponentKey@ed003502=[launcher_shortcut_search, launcher_shortcut_upload, launcher_shortcut_scan], com.android.launcher3.util.ComponentKey@b0cc8fca=[shortcut_create_note, shortcut_write_with_pen, shortcut_record_voice_note], com.android.launcher3.util.ComponentKey@7d974010=[new_video_call, new_conversation, new_audio_call], com.android.launcher3.util.ComponentKey@854a91d=[manifest_new_list_shortcut, manifest_new_audio_note_shortcut, manifest_new_photo_note_shortcut, manifest_new_note_shortcut], com.android.launcher3.util.ComponentKey@1e9a2d90=[DynamicFullRecent], com.android.launcher3.util.ComponentKey@1d30da3a=[6285207364117@s.whatsapp.net, open_camera, 6285921683680@s.whatsapp.net, 6281338372409@s.whatsapp.net, 120363020307794510@g.us], com.android.launcher3.util.ComponentKey@3916b95c=[Inbox_authorlovy@yahoo.com, Inbox_adelinathenotebook@yahoo.com, Inbox_shintamawarni76@gmail.com, compose], com.android.launcher3.util.ComponentKey@d85d54d0=[search_event_task, create_task, create_event], com.android.launcher3.util.ComponentKey@bb83b3cc=[view-bookmarks-shortcut, new-tab-shortcut, dynamic-new-tab-shortcut, search-web-shortcut, new-secret-tab-shortcut], com.android.launcher3.util.ComponentKey@64033792=[explore-shortcut, search-shortcut, subscriptions-shortcut], com.android.launcher3.util.ComponentKey@75953544=[1, 2], com.android.launcher3.util.ComponentKey@683678e7=[create_message], com.android.launcher3.util.ComponentKey@7e1620c7=[activity, camera, direct, post], com.android.launcher3.util.ComponentKey@91a61cf4=[contactadd, myprofile, contactgroup], com.android.launcher3.util.ComponentKey@6a731a20=[play, recently_added, favourites], com.android.launcher3.util.ComponentKey@429b698e=[selfie, auto], com.android.launcher3.util.ComponentKey@3e17fc4f=[updates], com.android.launcher3.util.ComponentKey@31e36f3b=[com.google.android.play.games.minesweeper, com.google.android.play.games.whirlybird, com.google.android.play.games.solitaire, com.google.android.play.games.snake], com.android.launcher3.util.ComponentKey@7bfa09e7=[shintamawarni76@mhs.pelitabangsa.ac.id, manifest_compose_shortcut, shintamawarni76@gmail.com, shintamawarni762@gmail.com], com.android.launcher3.util.ComponentKey@515cb7c2=[VIEW_MY_DOWNLOADS], com.android.launcher3.util.ComponentKey@1e9a2cfa=[DynamicFullRecent], com.android.launcher3.util.ComponentKey@726a9c09=[static_shortcut_text_note, static_shortcut_audio_note, static_shortcut_photo_note, static_shortcut_todo_note], com.android.launcher3.util.ComponentKey@967f6b5c=[search_shortcut], com.android.launcher3.util.ComponentKey@d3751291=[search, add, list, books, timeMachine], com.android.launcher3.util.ComponentKey@3916b9f2=[compose], com.android.launcher3.util.ComponentKey@ee5d02f8=[did3_1302547203, compose], com.android.launcher3.util.ComponentKey@947c4a99=[new-tab-shortcut], com.android.launcher3.util.ComponentKey@489bf67c=[text_shortcut, voice_shortcut], com.android.launcher3.util.ComponentKey@ad64774c=[search, scan, dgMobileTopUp], com.android.launcher3.util.ComponentKey@b0cc9060=[shortcut_create_note, shortcut_write_with_pen, shortcut_record_voice_note], com.android.launcher3.util.ComponentKey@f5d080bf=[phoneadd, search, missedcall], com.android.launcher3.util.ComponentKey@515cb72c=[VIEW_MY_DOWNLOADS], com.android.launcher3.util.ComponentKey@3e17fce5=[updates], com.android.launcher3.util.ComponentKey@3a8c61b=[compose], com.android.launcher3.util.ComponentKey@13bed5ca=[Beli, Jual, Bayar, Share], com.android.launcher3.util.ComponentKey@bb83b336=[view-bookmarks-shortcut, new-tab-shortcut, search-web-shortcut, new-secret-tab-shortcut], com.android.launcher3.util.ComponentKey@eaf76a80=[com.gojek.shortcut.com.gojek.shortcut.Y_stUdop2I5FboBasWgFvO3mtMg], com.android.launcher3.util.ComponentKey@91a61c5e=[contactadd, myprofile, contactgroup], com.android.launcher3.util.ComponentKey@967f6ac6=[search_shortcut], com.android.launcher3.util.ComponentKey@cf1e5c64=[app_shortcut_newchat, app_shortcut_my_qr, app_shortcut_notifi
11-30 15:23:39.328  4604  4977 D WidgetLoader: enter wait
11-30 15:23:39.844  2985  5090 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:23:39.845  2985  5090 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3773, temperature: 320, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:23:39.845  2985  5090 D BatteryService: online:4, current avg:93, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:107
11-30 15:23:39.845  2985  5090 D BatteryService: stay LED for charging
11-30 15:23:39.846  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:23:39.848  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:23:39.848  2985  2985 I MotionRecognitionService: Plugged
11-30 15:23:39.849  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:23:39.849  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:23:39.849  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:23:39.850  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:23:39.851  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:23:39.851  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:23:39.851  2985  3007 D UsbDeviceManager: mps exists
11-30 15:23:39.853  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:23:39.853  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:23:39.853  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:23:39.854  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:23:39.856  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:23:39.856  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:23:39.856  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:23:39.857  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:23:39.858  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:23:39.860  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:23:39.861 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:23:39.862 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:23:39.863  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:23:39.863  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:23:39.863  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:23:39.863  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:23:39.865 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:23:39.865 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:23:39.897  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:39.897  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:39.897  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:40.092  2985  2985 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1018 com.android.server.execute.SemExecuteManagerService.sendCompleteBroadcast:144 com.android.server.execute.SemExecuteManagerService.updateSemExecutableInfo:137 com.android.server.execute.SemExecuteManagerService.-wrap2:0 com.android.server.execute.SemExecuteManagerService$2.handleMessage:519 
11-30 15:23:40.897  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:40.897  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:40.897  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:41.897  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:41.897  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:41.897  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:42.876  2985  5090 I ActivityManager: KPU : put [com.google.android.gms.unstable] : 12471 K
11-30 15:23:42.876  2985  5090 I ActivityManager: Killing 17636:com.google.android.gms.unstable/u0a18 (adj 906): DHA:empty #46
11-30 15:23:42.897  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:42.898  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:42.898  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:42.997  2985  3002 I zygote  : Successfully killed process cgroup uid 10018 pid 17636 in 118ms
11-30 15:23:43.006  2985  3070 W Choreographer: Frame time is 10.486958 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:23:43.217  2985  3615 D SamsungAlarmManager: Cancel Alarm calling from uid:10018 pid :16033 / op:PendingIntent{809aebe: PendingIntentRecord{e754cbc com.google.android.gms startService}}
11-30 15:23:43.225  2985  3615 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152521, SetElapsed=459024702, nowELAPSED=458926870
11-30 15:23:43.438  2985  3615 D SamsungAlarmManager: Cancel Alarm calling from uid:10018 pid :28769 / op:PendingIntent{4517b1f: PendingIntentRecord{36ebfc1 com.google.android.gms startService}}
11-30 15:23:43.898  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:43.898  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:43.898  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:44.088  4228  4228 D io_stats: !@ 179,0 r 54747199 1394689224 w 6073119 85824868 d 1208610 30879560 f 1082488 1081535 iot 29969930 29374192 th 51200 0 0 pt 0 inp 0 0 264123.079
11-30 15:23:44.498  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:23:44.498  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:23:44.498  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:23:44.499  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:23:44.525  2985  7619 D SSRM:aU : SIOP:: AP:417(398,0) BAT:320(320,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:23:44.898  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:44.898  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:44.898  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:45.899  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:45.899  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:45.899  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:46.899  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:46.899  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:46.899  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:46.941  2985  3631 E Watchdog: !@Sync 8800 [2021-11-30 15:23:46.940]
11-30 15:23:47.899  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:47.899  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:47.899  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:48.383  2985  3615 I ActivityManager: KPU : put [com.android.keychain] : 3578 K
11-30 15:23:48.384  2985  3615 I ActivityManager: Killing 28920:com.android.keychain/1000 (adj 906): DHA:empty #46
11-30 15:23:48.429  2985  3002 I zygote  : Successfully killed process cgroup uid 1000 pid 28920 in 44ms
11-30 15:23:48.433  2985  3070 W Choreographer: Frame time is 14.617398 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:23:48.900  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:48.900  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:48.900  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:49.094  4228  4228 D io_stats: !@ 179,0 r 54747207 1394689492 w 6073165 85825264 d 1208614 30879700 f 1082489 1081536 iot 29969960 29374225 th 51200 0 0 pt 0 inp 0 0 264128.086
11-30 15:23:49.900  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:49.900  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:49.900  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:49.959  2985  5090 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:23:49.959  2985  5090 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3774, temperature: 320, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:23:49.959  2985  5090 D BatteryService: online:4, current avg:106, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:110
11-30 15:23:49.960  2985  5090 D BatteryService: stay LED for charging
11-30 15:23:49.960  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:23:49.962  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:23:49.962  2985  2985 I MotionRecognitionService: Plugged
11-30 15:23:49.962  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:23:49.963  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:23:49.963  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:23:49.964  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:23:49.964  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:23:49.965  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:23:49.965  2985  3007 D UsbDeviceManager: mps exists
11-30 15:23:49.966  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:23:49.967  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:23:49.967  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:23:49.968  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:23:49.968  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:23:49.968  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:23:49.969  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:23:49.970  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:23:49.970  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:23:49.971 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:23:49.972 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:23:49.974  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:23:49.974 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:23:49.975  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:23:49.975 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:23:49.975  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:23:49.975  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:23:49.975  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:23:50.900  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:50.900  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:50.900  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:51.900  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:51.901  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:51.901  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:52.382  2985  3005 V MARsPolicyManager: updateFromMARsThread
11-30 15:23:52.385  2985  3006 D MARsDBManager: updatePkgsToSMDB : begin --size 5
11-30 15:23:52.459  2985  3006 D MARsDBManager: updatePkgsToSMDB : end
11-30 15:23:52.459  2985  3006 D MARsDBManager: onChange - mSmartManagerObserver! Uri = content://com.samsung.android.sm/AppFreezer?MARs-self=true&MARs=true
11-30 15:23:52.460  2985  3006 I chatty  : uid=1000(system) MARsDBThread identical 3 lines
11-30 15:23:52.460  2985  3006 D MARsDBManager: onChange - mSmartManagerObserver! Uri = content://com.samsung.android.sm/AppFreezer?MARs-self=true&MARs=true
11-30 15:23:52.901  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:52.901  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:52.901  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:53.064  2985  2994 I zygote  : Background concurrent copying GC freed 479651(19MB) AllocSpace objects, 88(4MB) LOS objects, 27% free, 61MB/85MB, paused 1.122ms total 680.336ms
11-30 15:23:53.819 16033 16033 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE cmp=com.google.android.gms/.chimera.PersistentInternalBoundBrokerService }
11-30 15:23:53.901  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:53.901  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:53.901  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:54.100  4228  4228 D io_stats: !@ 179,0 r 54747313 1394693628 w 6073188 85825448 d 1208614 30879700 f 1082490 1081537 iot 29970020 29374292 th 51200 0 0 pt 0 inp 0 0 264133.092
11-30 15:23:54.534  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:23:54.534  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:23:54.534  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:23:54.535  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:23:54.561  2985  7619 D SSRM:aU : SIOP:: AP:415(387,0) BAT:320(320,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:23:54.901  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:54.901  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:54.902  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:55.902  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:55.902  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:55.902  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:56.902  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:56.902  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:56.902  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:57.902  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:57.902  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:57.903  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:58.103  1956  2001 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:23:58.103  1956  2001 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:23:58.109  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:23:58.903  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:58.903  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:58.903  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:59.107  4228  4228 D io_stats: !@ 179,0 r 54747348 1394694624 w 6073205 85825580 d 1208614 30879700 f 1082491 1081538 iot 29970040 29374316 th 51200 0 0 pt 0 inp 0 0 264138.098
11-30 15:23:59.903  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:23:59.903  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:23:59.903  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:23:59.999  2985  3096 D SamsungAlarmManager: Expired : 8
11-30 15:23:59.999  2985  3096 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=459123644 , orig nextNonWakeup=0
11-30 15:24:00.000  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T152659, SetElapsed=459123644, nowELAPSED=458943644
11-30 15:24:00.069  2985  5090 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:24:00.069  2985  5090 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3774, temperature: 320, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:24:00.069  2985  5090 D BatteryService: online:4, current avg:107, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:101
11-30 15:24:00.070  2985  5090 D BatteryService: stay LED for charging
11-30 15:24:00.070  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:24:00.071  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:24:00.071  2985  2985 I MotionRecognitionService: Plugged
11-30 15:24:00.071  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:24:00.071  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:24:00.071  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:24:00.072  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:24:00.072  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:24:00.072  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:24:00.072  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:24:00.073  2985  3007 D UsbDeviceManager: mps exists
11-30 15:24:00.073  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:24:00.074  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:24:00.074  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:24:00.074  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:24:00.074  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:24:00.074  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:24:00.075  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:24:00.075 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:24:00.075 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:24:00.075  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:24:00.076  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:24:00.076  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:24:00.076  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:24:00.076  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:24:00.076 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:24:00.076 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:24:00.076  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:24:00.903  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:00.903  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:00.903  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:01.904  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:01.904  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:01.904  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:02.904  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:02.904  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:02.904  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:03.904  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:03.904  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:03.904  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:04.113  4228  4228 D io_stats: !@ 179,0 r 54747350 1394694672 w 6073219 85825664 d 1208614 30879700 f 1082492 1081539 iot 29970040 29374321 th 51200 0 0 pt 0 inp 0 0 264143.104
11-30 15:24:04.569  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:24:04.569  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:24:04.569  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:24:04.570  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:24:04.593  2985  7619 D SSRM:aU : SIOP:: AP:413(379,0) BAT:320(320,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:24:04.905  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:04.905  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:04.905  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:05.905  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:05.905  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:05.905  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:06.905  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:06.905  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:06.905  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:07.906  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:07.906  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:07.906  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:08.038  2985  2999 I UsageStatsService: User[0] Flushing usage stats to disk
11-30 15:24:08.137  2985  2999 I UsageStatsService: User[150] Flushing usage stats to disk
11-30 15:24:08.625  2985  3000 W ActivityManager: Stopping service due to app idle: u0a1108 -1m9s664ms com.lbe.parallel.intl/com.lbe.parallel.install.AppInstallService
11-30 15:24:08.626  2985  3000 W ActivityManager: Stopping service due to app idle: u0a1108 -1m10s43ms com.lbe.parallel.intl/cn.thinkingdata.android.TDQuitSafelyService$TDKeepAliveService
11-30 15:24:08.628  2985  3000 W ActivityManager: Stopping service due to app idle: u0a1108 -1m9s643ms com.lbe.parallel.intl/com.lbe.parallel.service.KeyguardService
11-30 15:24:08.644  2985  5090 I ActivityManager: KPU : put [com.android.keychain] : 3518 K
11-30 15:24:08.644  2985  5090 I ActivityManager: Killing 28972:com.android.keychain/u150s1000 (adj 906): DHA:empty #46
11-30 15:24:08.658  2985  5090 I ActivityManager: KPU : put [com.samsung.android.lool] : 5780 K
11-30 15:24:08.658  2985  5090 I ActivityManager: Killing 27828:com.samsung.android.lool/1000 (adj 906): DHA:empty #46
11-30 15:24:08.659  2985  5090 I ActivityManager: KPU : put [com.samsung.android.app.watchmanagerstub] : 3481 K
11-30 15:24:08.659  2985  5090 I ActivityManager: Killing 29138:com.samsung.android.app.watchmanagerstub/u0a101 (adj 906): DHA:empty #46
11-30 15:24:08.686  2985  3002 I zygote  : Successfully killed process cgroup uid 15001000 pid 28972 in 41ms
11-30 15:24:08.694  2985  3070 W Choreographer: Frame time is 8.125393 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:24:08.698  2985  3002 I zygote  : Successfully killed process cgroup uid 1000 pid 27828 in 11ms
11-30 15:24:08.699  2985  3002 I zygote  : Successfully killed process cgroup uid 10101 pid 29138 in 0ms
11-30 15:24:08.906  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:08.906  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:08.906  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:09.120  4228  4228 D io_stats: !@ 179,0 r 54747515 1394697280 w 6073295 85826940 d 1208624 30879964 f 1082503 1081550 iot 29970230 29374507 th 51200 0 0 pt 0 inp 0 0 264148.110
11-30 15:24:09.906  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:09.906  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:09.907  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:10.186  2985  5090 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:24:10.187  2985  5090 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3774, temperature: 320, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:24:10.187  2985  5090 D BatteryService: online:4, current avg:108, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:107
11-30 15:24:10.187  2985  5090 D BatteryService: stay LED for charging
11-30 15:24:10.187  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:24:10.189  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:24:10.189  2985  2985 I MotionRecognitionService: Plugged
11-30 15:24:10.189  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:24:10.189  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:24:10.190  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:24:10.191  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:24:10.192  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:24:10.192  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:24:10.192  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:24:10.193  2985  3007 D UsbDeviceManager: mps exists
11-30 15:24:10.193  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:24:10.194  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:24:10.194  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:24:10.194  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:24:10.195  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:24:10.195  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:24:10.196  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:24:10.196  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:24:10.197 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:24:10.197 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:24:10.199 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:24:10.199  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:24:10.199 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:24:10.199  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:24:10.199  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:24:10.199  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:24:10.199  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:24:10.907  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:10.907  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:10.907  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:11.907  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:11.907  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:11.907  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:12.907  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:12.907  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:12.907  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:13.908  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:13.908  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:13.908  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:14.126  4228  4228 D io_stats: !@ 179,0 r 54747515 1394697280 w 6073302 85827024 d 1208625 30879968 f 1082504 1081551 iot 29970230 29374517 th 51200 0 0 pt 0 inp 0 0 264153.118
11-30 15:24:14.603  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:24:14.603  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:24:14.603  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:24:14.603  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:24:14.629  2985  7619 D SSRM:aU : SIOP:: AP:410(374,0) BAT:320(320,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:24:14.908  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:14.908  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:14.908  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:15.908  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:15.909  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:15.909  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:16.762 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(0) data(0) accounts({}) accounts deleted({}) calls([]) countryIso(ID) userId(150)  ]

11-30 15:24:16.762 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ agr({})  ]

11-30 15:24:16.762 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({})  ]

11-30 15:24:16.762 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(0) data(0) accounts({})  ]

11-30 15:24:16.762 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(0) data(0) accounts({})  ]
11-30 15:24:16.909  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:16.909  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:16.909  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:16.954  2985  3631 E Watchdog: !@Sync 8801 [2021-11-30 15:24:16.954]
11-30 15:24:17.909  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:17.909  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:17.909  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:18.909  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:18.910  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:18.910  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:19.132  4228  4228 D io_stats: !@ 179,0 r 54747518 1394697292 w 6073356 85827288 d 1208625 30879968 f 1082507 1081554 iot 29970240 29374531 th 51200 0 0 pt 0 inp 0 0 264158.124
11-30 15:24:19.910  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:19.910  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:19.910  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:20.304  2985  5092 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:24:20.910  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:20.910  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:20.910  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:21.910  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:21.911  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:21.911  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:22.911  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:22.911  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:22.911  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:23.269  2985  3244 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:24:23.270  2985  3244 W DeviceStorageMonitorService: updateBroadcasts(/data) oldLevel:0, newLevel:0, seq:1
11-30 15:24:23.271  2985  3244 W DeviceStorageMonitorService: updateBroadcasts_filenode(/data) fn_oldLevel:0, fn_newLevel:0, seq:1
11-30 15:24:23.911  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:23.911  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:23.911  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:24.139  4228  4228 D io_stats: !@ 179,0 r 54747532 1394697352 w 6073378 85827440 d 1208626 30880000 f 1082508 1081555 iot 29970250 29374550 th 51200 0 0 pt 0 inp 0 0 264163.130
11-30 15:24:24.643  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:24:24.644  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:24:24.644  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:24:24.644  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:24:24.668  2985  7619 D SSRM:aU : SIOP:: AP:407(371,0) BAT:320(320,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:24:24.668  2985  7619 D L       : broadcastCheckSiopLvIntent:: curLevel = 0
11-30 15:24:24.671  2985  7619 D L       : limitGPUFreq:: freq = -1
11-30 15:24:24.675   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:24:24.675 16433 16509 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:24:24.677   559   636 I PolicyManager: [#CMH#] onReceive action = EVENT_SIOP
11-30 15:24:24.677 16433 16509 I PolicyManager: [#CMH#] onReceive action = EVENT_SIOP
11-30 15:24:24.678 16433 16509 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:24:24.678   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:24:24.684  2985  7619 D L       : limitCPUFreq:: freq = -1
11-30 15:24:24.684  2985  7619 D CustomFrequencyManagerService: releaseDVFSLockLocked : Getting Lock type frm List : DVFS_MAX_LIMIT  frequency : 1482000  uid : 1000  pid : 2985  tag : SIOP_ARM_MAX@18
11-30 15:24:24.688  2985  7619 I SensorService: createSensorEventConnection package name f.l
11-30 15:24:24.689  2985  7619 D SensorService: Calling batch handle==3 flags=0 rate=200000000 timeout== 0
11-30 15:24:24.690  2605  3073 I Sensors : ProximitySensor:enable: handle 3, en 1, old_en 0
11-30 15:24:24.749  2985  7619 D SensorManager: registerListener :: 3, STK3013 Proximity, 200000, 0,  
11-30 15:24:24.751  2605  3073 I Sensors : ProximitySensor:readEvents: value 8(cm)
11-30 15:24:24.754  2985  2985 D SensorManager: Proximity, val = 8.0  [far]
11-30 15:24:24.754  2985  2985 D SensorService: Calling activate off 3
11-30 15:24:24.755  2605  2605 I Sensors : ProximitySensor:enable: handle 3, en 0, old_en 1
11-30 15:24:24.756  2985  2985 D SensorManager: unregisterListener ::   
11-30 15:24:24.912  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:24.912  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:24.912  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:25.912  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:25.912  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:25.912  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:26.679 16433 16521 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:24:26.679   559   734 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:24:26.912  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:26.912  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:26.912  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:27.913  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:27.913  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:27.913  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:28.913  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:28.913  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:28.913  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:29.145  4228  4228 D io_stats: !@ 179,0 r 54747582 1394698660 w 6073381 85827492 d 1208627 30880004 f 1082510 1081557 iot 29970280 29374585 th 51200 0 0 pt 0 inp 0 0 264168.137
11-30 15:24:29.337 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(334) data(3908) accounts({vnd.sec.contact.phone (1)=155, com.whatsapp (23)=210, com.google (19)=204, com.osp.app.signin (24)=4, vnd.sec.contact.sim2 (3)=14, org.telegram.messenger (36)=127}) accounts deleted({com.google (19)=1}) calls([logtype:100 cnt:500, logtype:300 cnt:500]) countryIso(ID) userId(0)  ]

11-30 15:24:29.337 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ agr({[1 ,1 ,23]=1, [23 ,3 ,36 ,19]=1, [1 ,1 ,36 ,23]=1, [1 ,24 ,23]=1, [19 ,23 ,23 ,36 ,36]=1, [1 ,1 ,1]=1, [19 ,19 ,19 ,1 ,23 ,24 ,36]=1, [19]=10, [19 ,19 ,1]=1, [19 ,1 ,36 ,23]=1, [19 ,36]=4, [1 ,36]=1, [36 ,19 ,23 ,36]=2, [19 ,1 ,23 ,23 ,23]=1, [19 ,1 ,23 ,36 ,36]=1, [19 ,1 ,23 ,36]=9, [1 ,23 ,36 ,36]=1, [1 ,23 ,36]=12, [19 ,23 ,36 ,23]=1, [19 ,36 ,23]=2, [19 ,23 ,36]=68, [3]=10, [1]=72, [19 ,1 ,23 ,24]=1, [1 ,23 ,24 ,36]=1, [19 ,1 ,23]=8, [19 ,1 ,23 ,36 ,23]=1, [19 ,23]=67, [20 ,23]=1, [23 ,3]=1, [36]=12, [1 ,23]=17, [19 ,1]=19, [19 ,23 ,23]=1, [23 ,3 ,36]=2})  ]

11-30 15:24:29.337 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({android.process.acore(15069)=1})  ]

11-30 15:24:29.337 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(1) data(3) accounts({vnd.sec.contact.phone (1)=1})  ]

11-30 15:24:29.337 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(1) data(24) accounts({vnd.sec.contact.phone (1)=1})  ]
11-30 15:24:29.913  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:29.913  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:29.913  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:30.041  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 7 99 -7 -200 -7 -200 -1 12 -99 -11 10 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:24:30.041  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:24:30.418  2985  5092 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:24:30.419  2985  5092 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3774, temperature: 320, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:24:30.419  2985  5092 D BatteryService: online:4, current avg:109, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:113
11-30 15:24:30.419  2985  5092 D BatteryService: stay LED for charging
11-30 15:24:30.419  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:24:30.421  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:24:30.422  2985  2985 I MotionRecognitionService: Plugged
11-30 15:24:30.422  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:24:30.422  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:24:30.422  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:24:30.424  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:24:30.426  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:24:30.426  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:24:30.426  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:24:30.427  2985  3007 D UsbDeviceManager: mps exists
11-30 15:24:30.427  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:24:30.427  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:24:30.432 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:24:30.432 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:24:30.433  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:24:30.433  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:24:30.433  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:24:30.435 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:24:30.435 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:24:30.436  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:24:30.437  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:24:30.437  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:24:30.438  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:24:30.439  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:24:30.439  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:24:30.441  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:24:30.441  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:24:30.914  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:30.914  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:30.914  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:31.914  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:31.914  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:31.914  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:32.579  2985  5088 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:24:32.914  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:32.914  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:32.914  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:33.025  2985  2985 I ActivityManager: KPU : put [com.samsung.faceservice] : 33291 K
11-30 15:24:33.026  2985  2985 I ActivityManager: Killing 28463:com.samsung.faceservice/5004 (adj 900): DHA:empty #46
11-30 15:24:33.126  2985  5092 W ActivityManager: Scheduling restart of crashed service com.samsung.faceservice/.FaceService in 1000ms
11-30 15:24:33.126   559   559 I ServiceManager: [#CMH#] Disconnected to Service  com.samsung.faceservice.FaceService
11-30 15:24:33.127   559   559 I chatty  : uid=5004(oem_5004) com.samsung.cmh:CMH identical 4 lines
11-30 15:24:33.127   559   559 I ServiceManager: [#CMH#] Disconnected to Service  com.samsung.faceservice.FaceService
11-30 15:24:33.128  2985  3002 I zygote  : Successfully killed process cgroup uid 5004 pid 28463 in 101ms
11-30 15:24:33.130  2985  3070 W Choreographer: Frame time is 4.612302 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:24:33.915  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:33.915  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:33.915  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:34.129  2985  3000 D StorageManagerService: getExternalStorageMountMode : 1
11-30 15:24:34.129  2985  3000 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:24:34.130  2985  3000 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 5004, packageName : com.samsung.faceservice
11-30 15:24:34.130  2985  3000 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.faceservice user:0
11-30 15:24:34.130  2985  3000 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:24:34.131  2985  3000 D ActivityManager: package  com.samsung.faceservice, user - 0 is SDcard whitelisted
11-30 15:24:34.131  2985  3000 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.faceservice user:0
11-30 15:24:34.131  2985  3000 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:24:34.152  4228  4228 D io_stats: !@ 179,0 r 54747795 1394703720 w 6073409 85827836 d 1208628 30880008 f 1082512 1081559 iot 29970380 29374700 th 51200 0 0 pt 0 inp 0 0 264173.142
11-30 15:24:34.159 30906 30906 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:24:34.159  2985  3000 I ActivityManager: Start proc 30906:com.samsung.faceservice/5004 for service com.samsung.faceservice/.FaceService
11-30 15:24:34.163 30906 30906 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:24:34.165 30906 30906 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.faceservice 
11-30 15:24:34.199  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:24:34.200  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:24:34.200  2985  5092 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:24:34.204  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:24:34.205  2985  5092 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:24:34.209  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:24:34.209  2985  5092 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:24:34.213  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:24:34.213  2985  5092 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:24:34.219  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:24:34.219  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:24:34.220  2985  5092 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:24:34.224  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:24:34.224  2985  5092 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:24:34.228  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:24:34.229  2985  5092 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:24:34.233  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 5004 ,Container id: 0
11-30 15:24:34.233  2985  5092 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:24:34.238 30906 30906 D ActivityThread: Added TimaKeyStore provider
11-30 15:24:34.240  2985  5092 I ActivityManager: DSS on for com.samsung.faceservice and scale is 1.0
11-30 15:24:34.262 30906 30906 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 5004
11-30 15:24:34.263 30906 30906 D Proxy   : mdoP is null: 5004
11-30 15:24:34.271 30906 30906 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:24:34.316 30906 30906 I FaceService: [FaceService] onBind() called 
11-30 15:24:34.340 30906 30906 I FaceController: [FaceService] release engines before initialize 
11-30 15:24:34.346 30906 30906 I SemFaceRecognition: create new instance
11-30 15:24:34.371 30906 30906 I SAIV_FACE: File : /data/user/0/com.samsung.faceservice/face/face_data
11-30 15:24:34.385 30906 30906 I [SCE_3] : [SmartCropping v3.0] native version is 2017-12-07-01
11-30 15:24:34.385 30906 30906 I [SCE_3] : [SmartCropping v2.0] DB path is /system/saiv/smartcropping_2.0/db
11-30 15:24:34.387 30906 30906 I [SCE_3] : smart_cropping in srcb_Smartcrop_Init() : -236563328 & its size is 4
11-30 15:24:34.387 30906 30906 I [SCE_3] : SmartCropper Handle after srcb_Smartcrop_Init() : -236563328 & its size is 4
11-30 15:24:34.387 30906 30906 I [SCE_3] : long bytes num: 4
11-30 15:24:34.387 30906 30906 I [SCE_3] : jlong bytes num: 8
11-30 15:24:34.387 30906 30906 I [SCE_3] : filepathname: /system/saiv/smartcropping_2.0/db/.
11-30 15:24:34.387 30906 30906 I [SCE_3] : filepathname: /system/saiv/smartcropping_2.0/db/..
11-30 15:24:34.387 30906 30906 I [SCE_3] : filepathname: /system/saiv/smartcropping_2.0/db/smartcrop_saliency_deploy.prototxt
11-30 15:24:34.387 30906 30906 I [SCE_3] : o_f_d loading start
11-30 15:24:34.388 30906 30906 I [SCE_3] : o_f_d loading success
11-30 15:24:34.388 30906 30906 I [SCE_3] : filepathname: /system/saiv/smartcropping_2.0/db/smartcrop_saliency_train
11-30 15:24:34.388 30906 30906 I [SCE_3] : o_f_t loading start
11-30 15:24:34.417 30906 30906 I [SCE_3] : o_f_t loading success
11-30 15:24:34.417 30906 30906 I [SCE_3] : DB file count : 2
11-30 15:24:34.487 30906 30906 I [SCE_3] : native init exit
11-30 15:24:34.487 30906 30906 I [SCE_3] : SmartCropper Handle is -236563328
11-30 15:24:34.487 30906 30906 I [SCE_3] : SmartCropper Handle is -236563328 & its size is 4
11-30 15:24:34.487 30906 30906 I [SCE_3] : address(jlong): -29680663556784124
11-30 15:24:34.497 30906 30906 I SAIV_FACE: SAIV_HPRFACE_GAE_VERSION : 20170310
11-30 15:24:34.515 30906 30906 I SAIV_FACE: DMC LMD ENGINE INIT 1.0.08 [Option-0/Profile-0]
11-30 15:24:34.521 30906 30906 I SAIV_FACE: DMC LMD ENGINE : ret 4096
11-30 15:24:34.526   559   559 I ServiceManager: [#CMH#] Bound to Package  com.samsung.faceservice
11-30 15:24:34.527   559   559 I chatty  : uid=5004(oem_5004) com.samsung.cmh:CMH identical 4 lines
11-30 15:24:34.527   559   559 I ServiceManager: [#CMH#] Bound to Package  com.samsung.faceservice
11-30 15:24:34.528  2985  5088 I ActivityManager: KPU : put [com.samsung.android.securitylogagent] : 4056 K
11-30 15:24:34.528  2985  5088 I ActivityManager: Killing 29328:com.samsung.android.securitylogagent/u150s1000 (adj 906): DHA:empty #46
11-30 15:24:34.544  2985  3002 I zygote  : Successfully killed process cgroup uid 15001000 pid 29328 in 15ms
11-30 15:24:34.548  2985  3070 W Choreographer: Frame time is 7.130323 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:24:34.799  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:24:34.800  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:24:34.800  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:24:34.800  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:24:34.826  2985  7619 D SSRM:aU : SIOP:: AP:404(369,0) BAT:320(320,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:24:34.915  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:34.915  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:34.915  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:35.916  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:35.916  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:35.916  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:36.916  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:36.916  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:36.916  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:37.537   559   732 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:24:37.916  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:37.916  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:37.916  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:38.917  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:38.917  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:38.917  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:38.982  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 8 99 -8 -200 -8 -200 -1 14 -97 -12 -20 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:24:38.982  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:24:39.158  4228  4228 D io_stats: !@ 179,0 r 54748019 1394717984 w 6073431 85828120 d 1208630 30880052 f 1082515 1081562 iot 29970510 29374841 th 51200 0 0 pt 0 inp 0 0 264178.150
11-30 15:24:39.917  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:39.917  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:39.917  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:40.536  2985  5088 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:24:40.537  2985  5088 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3774, temperature: 320, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:24:40.537  2985  5088 D BatteryService: online:4, current avg:108, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:107
11-30 15:24:40.537  2985  5088 D BatteryService: stay LED for charging
11-30 15:24:40.537  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:24:40.540  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:24:40.540  2985  2985 I MotionRecognitionService: Plugged
11-30 15:24:40.540  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:24:40.541  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:24:40.541  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:24:40.542  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:24:40.542  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:24:40.543  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:24:40.543  2985  3007 D UsbDeviceManager: mps exists
11-30 15:24:40.545  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:24:40.546  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:24:40.546  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:24:40.546  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:24:40.547  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:24:40.548  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:24:40.549  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:24:40.550  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:24:40.552  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:24:40.552 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:24:40.552 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:24:40.553  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:24:40.553  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:24:40.553  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:24:40.555 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:24:40.555  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:24:40.555 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:24:40.555  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:24:40.917  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:40.917  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:40.917  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:41.918  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:41.918  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:41.918  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:42.822  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 7 99 -7 -200 -7 -200 -1 12 -99 -10 10 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:24:42.822  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:24:42.918  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:42.918  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:42.918  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:43.918  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:43.918  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:43.918  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:44.165  4228  4228 D io_stats: !@ 179,0 r 54748023 1394718088 w 6073482 85828404 d 1208631 30880056 f 1082516 1081563 iot 29970530 29374865 th 51200 0 0 pt 0 inp 0 0 264183.156
11-30 15:24:44.833  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:24:44.834  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:24:44.834  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:24:44.834  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:24:44.860  2985  7619 D SSRM:aU : SIOP:: AP:401(369,0) BAT:320(320,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:24:44.919  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:44.919  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:44.919  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:45.919  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:45.919  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:45.919  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:46.919  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:46.919  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:46.920  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:46.962  2985  3631 E Watchdog: !@Sync 8802 [2021-11-30 15:24:46.962]
11-30 15:24:47.920  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:47.920  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:47.920  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:48.920  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:48.920  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:48.920  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:49.171  4228  4228 D io_stats: !@ 179,0 r 54748023 1394718088 w 6073505 85828524 d 1208631 30880056 f 1082517 1081564 iot 29970530 29374870 th 51200 0 0 pt 0 inp 0 0 264188.163
11-30 15:24:49.222  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 8 99 -8 -200 -8 -200 -1 14 -97 -11 10 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:24:49.222  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:24:49.920  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:49.920  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:49.920  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:50.652  2985  5082 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:24:50.653  2985  5082 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3841, temperature: 321, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:24:50.653  2985  5082 D BatteryService: online:4, current avg:430, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:476
11-30 15:24:50.653  2985  5082 D BatteryService: stay LED for charging
11-30 15:24:50.653  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:24:50.655  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:24:50.656  2985  2985 I MotionRecognitionService: Plugged
11-30 15:24:50.656  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:24:50.656  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:24:50.657  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:24:50.658  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:24:50.658  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:24:50.659  2985  3007 D UsbDeviceManager: mps exists
11-30 15:24:50.660  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:24:50.661  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:24:50.661  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:24:50.662  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:24:50.663  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:24:50.663  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:24:50.664  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:24:50.664  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:24:50.665  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:24:50.666  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:24:50.667  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:24:50.667  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:24:50.670 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:24:50.670 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:24:50.671  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:24:50.671  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:24:50.671  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:24:50.672 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:24:50.673 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:24:50.921  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:50.921  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:50.921  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:51.921  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:51.921  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:51.921  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:52.921  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:52.921  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:52.921  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:53.922  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:53.922  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:53.922  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:54.177  4228  4228 D io_stats: !@ 179,0 r 54748023 1394718088 w 6073521 85828620 d 1208631 30880056 f 1082518 1081565 iot 29970530 29374875 th 51200 0 0 pt 0 inp 0 0 264193.169
11-30 15:24:54.865  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:24:54.865  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:24:54.865  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:24:54.866  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:24:54.892  2985  7619 D SSRM:aU : SIOP:: AP:398(369,0) BAT:321(321,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:24:54.922  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:54.922  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:54.922  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:55.922  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:55.922  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:55.922  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:56.923  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:56.923  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:56.923  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:57.923  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:57.923  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:57.923  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:58.923  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:58.923  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:58.923  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:24:59.184  4228  4228 D io_stats: !@ 179,0 r 54748062 1394719072 w 6073537 85828684 d 1208631 30880056 f 1082518 1081565 iot 29970540 29374893 th 51200 0 0 pt 0 inp 0 0 264198.175
11-30 15:24:59.924  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:24:59.924  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:24:59.924  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:00.039 26985 27308 I nightwatch-target: monitor resources last 15000 iteration: 305618 msec
11-30 15:25:00.765  2985  5082 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:25:00.766  2985  5082 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3844, temperature: 323, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:25:00.766  2985  5082 D BatteryService: online:4, current avg:467, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:469
11-30 15:25:00.766  2985  5082 D BatteryService: stay LED for charging
11-30 15:25:00.766  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:25:00.768  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:25:00.768  2985  2985 I MotionRecognitionService: Plugged
11-30 15:25:00.768  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:25:00.768  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:25:00.769  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:25:00.770  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:25:00.770  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:25:00.771  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:25:00.771  2985  3007 D UsbDeviceManager: mps exists
11-30 15:25:00.773  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:25:00.773  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:25:00.773  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:25:00.773  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:25:00.774  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:25:00.775  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:25:00.775  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:25:00.776  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:25:00.778  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:25:00.778 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:25:00.778 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:25:00.779  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:25:00.779  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:25:00.779  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:25:00.780  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:25:00.780  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:25:00.782 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:25:00.782 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:25:00.924  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:00.924  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:00.924  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:01.924  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:01.924  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:01.924  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:02.925  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:02.925  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:02.925  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:03.925  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:03.925  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:03.925  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:04.190  4228  4228 D io_stats: !@ 179,0 r 54748064 1394719092 w 6073554 85828780 d 1208631 30880056 f 1082519 1081566 iot 29970540 29374899 th 51200 0 0 pt 0 inp 0 0 264203.181
11-30 15:25:04.899  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:25:04.899  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:25:04.899  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:25:04.899  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:25:04.923  2985  7619 D SSRM:aU : SIOP:: AP:395(369,0) BAT:323(323,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:25:04.925  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:04.926  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:04.926  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:05.926  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:05.926  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:05.926  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:06.926  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:06.926  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:06.926  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:07.926  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:07.927  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:07.927  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:08.927  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:08.927  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:08.927  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:09.196  4228  4228 D io_stats: !@ 179,0 r 54748064 1394719092 w 6073577 85828940 d 1208632 30880088 f 1082520 1081567 iot 29970550 29374912 th 51200 0 0 pt 0 inp 0 0 264208.188
11-30 15:25:09.927  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:09.927  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:09.927  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:10.883  2985  5088 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:25:10.884  2985  5088 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3846, temperature: 324, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:25:10.884  2985  5088 D BatteryService: online:4, current avg:469, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:473
11-30 15:25:10.884  2985  5088 D BatteryService: stay LED for charging
11-30 15:25:10.884  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:25:10.886  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:25:10.887  2985  2985 I MotionRecognitionService: Plugged
11-30 15:25:10.887  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:25:10.887  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:25:10.888  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:25:10.889  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:25:10.889  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:25:10.889  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:25:10.890  2985  3007 D UsbDeviceManager: mps exists
11-30 15:25:10.890  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:25:10.891  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:25:10.891  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:25:10.892  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:25:10.892  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:25:10.892  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:25:10.893  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:25:10.895  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:25:10.896 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:25:10.896 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:25:10.898 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:25:10.898  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:25:10.898 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:25:10.898  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:25:10.899  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:25:10.899  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:25:10.900  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:25:10.901  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:25:10.927  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:10.928  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:10.928  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:11.928  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:11.928  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:11.928  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:12.928  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:12.928  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:12.928  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:13.928  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:13.929  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:13.929  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:14.203  4228  4228 D io_stats: !@ 179,0 r 54748064 1394719092 w 6073591 85829012 d 1208632 30880088 f 1082521 1081568 iot 29970550 29374916 th 51200 0 0 pt 0 inp 0 0 264213.194
11-30 15:25:14.929  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:14.929  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:14.929  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:14.933  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:25:14.933  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:25:14.933  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:25:14.933  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:25:14.959  2985  7619 D SSRM:aU : SIOP:: AP:392(369,0) BAT:324(324,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:25:15.929  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:15.929  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:15.929  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:16.777 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(0) data(0) accounts({}) accounts deleted({}) calls([]) countryIso(ID) userId(150)  ]

11-30 15:25:16.777 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ agr({})  ]

11-30 15:25:16.777 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({})  ]

11-30 15:25:16.777 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(0) data(0) accounts({})  ]

11-30 15:25:16.777 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(0) data(0) accounts({})  ]
11-30 15:25:16.930  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:16.930  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:16.930  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:16.970  2985  3631 E Watchdog: !@Sync 8803 [2021-11-30 15:25:16.970]
11-30 15:25:17.930  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:17.930  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:17.930  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:18.930  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:18.930  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:18.930  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:19.209  4228  4228 D io_stats: !@ 179,0 r 54748064 1394719092 w 6073592 85829040 d 1208632 30880088 f 1082522 1081569 iot 29970560 29374918 th 51200 0 0 pt 0 inp 0 0 264218.200
11-30 15:25:19.931  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:19.931  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:19.931  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:20.931  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:20.931  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:20.931  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:20.999  2985  5092 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:25:21.000  2985  5092 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3847, temperature: 323, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:25:21.000  2985  5092 D BatteryService: online:4, current avg:465, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:465
11-30 15:25:21.000  2985  5092 D BatteryService: stay LED for charging
11-30 15:25:21.000  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:25:21.002  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:25:21.003  2985  2985 I MotionRecognitionService: Plugged
11-30 15:25:21.003  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:25:21.003  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:25:21.003  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:25:21.004  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:25:21.005  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:25:21.005  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:25:21.005  2985  3007 D UsbDeviceManager: mps exists
11-30 15:25:21.008  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:25:21.008  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:25:21.008  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:25:21.009  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:25:21.009  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:25:21.010  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:25:21.010  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:25:21.010  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:25:21.013 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:25:21.013 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:25:21.014  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:25:21.015  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:25:21.015  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:25:21.017 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:25:21.017 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:25:21.018  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:25:21.020  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:25:21.020  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:25:21.057  2985  3096 D SamsungAlarmManager: Expired : 4
11-30 15:25:21.058  2985  3096 D SamsungAlarmManager: setInexact Intent (T:3/F:8/AC:false) 20211130T155521 - CU:1000/CP:2985
11-30 15:25:21.059  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152704, SetElapsed=459128050, nowELAPSED=459024703
11-30 15:25:21.059  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T152554, SetElapsed=459058215, nowELAPSED=459024703
11-30 15:25:21.059  2985  3096 V SamsungAlarmManager: Sending to uid : 1000 action=android.intent.action.TIME_TICK alarm=Alarm{334a558 type 3 when 458943644 android}
11-30 15:25:21.061  2985  3096 V SamsungAlarmManager: Sending to uid : 1000 listener=android.app.AlarmManager$ListenerWrapper@97fa719 alarm=Alarm{19ad796 type 2 when 458980278 android}
11-30 15:25:21.062  2985  3096 V SamsungAlarmManager: Sending to uid : 1000 action=com.android.server.action.NETWORK_STATS_POLL alarm=Alarm{a1af17 type 3 when 459024702 android}
11-30 15:25:21.062  2985  3096 V SamsungAlarmManager: Sending to uid : 10069 action=com.samsung.action.EVERY_MINUTE_CLOCK_UPDATE alarm=Alarm{afabf04 type 1 when 1638260640000 com.sec.android.app.launcher}
11-30 15:25:21.068  2985  3162 D NtpTrustedTime: currentTimeMillis() cache hit
11-30 15:25:21.071  2985  2985 D SamsungAlarmManager: setExact Intent (T:3/F:1/AC:false) 20211130T152600 - CU:1000/CP:2985
11-30 15:25:21.073  3510  3617 D KeyguardUpdateMonitor: received broadcast android.intent.action.TIME_TICK
11-30 15:25:21.074  3510  3510 D KeyguardServiceBoxContainer: refreshTime() 1
11-30 15:25:21.091  2985  2985 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20211130T152726 - CU:1000/CP:2985
11-30 15:25:21.121  2719  2795 D CommandListener: bwctrlcmd: argc=2 bandwidth gettetherstats ...
11-30 15:25:21.122  2719  2795 D CommandListener: gettetherstats start. socket=48, pid=2985, uid=1000, gid=1000
11-30 15:25:21.122  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:25:21.122  2719  2795 E IptablesRestoreController: -nvx -L natctrl_tether_counters
11-30 15:25:21.122  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:25:21.126  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:25:21.126  2719  2795 E IptablesRestoreController: -nvx -L natctrl_tether_counters
11-30 15:25:21.126  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:25:21.126  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:25:21.126  2719  2795 D BandwidthController: filter:   -1 -1 -1 -1
11-30 15:25:21.127  2719  2795 D BandwidthController: parse res=0 iface0=<> iface1=<> pkts=0 bytes=0 rest=<> orig line=<Chain natctrl_tether_counters (0 references)>
11-30 15:25:21.127  2719  2795 D BandwidthController: parse res=0 iface0=<> iface1=<> pkts=0 bytes=0 rest=<> orig line=<    pkts      bytes target     prot opt in     out     source               destination         >
11-30 15:25:21.127  2719  2795 D BandwidthController: parse res=5 iface0=<wlan0> iface1=<rmnet4> pkts=18388 bytes=4292698 rest=<0.0.0/0> orig line=<   18388  4292698 RETURN     all  --  wlan0  rmnet4  0.0.0.0/0            0.0.0.0/0           >
11-30 15:25:21.127  2719  2795 D BandwidthController: 0Filter RX iface_in=wlan0 iface_out=rmnet4 rx_bytes=4292698 rx_packets=18388 
11-30 15:25:21.127  2719  2795 D BandwidthController: parse res=5 iface0=<rmnet4> iface1=<wlan0> pkts=37075 bytes=33512330 rest=<0.0.0/0> orig line=<   37075 33512330 RETURN     all  --  rmnet4 wlan0   0.0.0.0/0            0.0.0.0/0           >
11-30 15:25:21.127  2719  2795 D BandwidthController: 0Filter TX iface_in=rmnet4 iface_out=wlan0 rx_bytes=33512330 rx_packets=37075 
11-30 15:25:21.127  2719  2795 D BandwidthController: rx_bytes=4292698 tx_bytes=33512330 filterPair=0
11-30 15:25:21.127  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:25:21.127  2719  2795 E IptablesRestoreController: -nvx -L natctrl_tether_counters
11-30 15:25:21.127  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:25:21.132  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:25:21.132  2719  2795 E IptablesRestoreController: -nvx -L natctrl_tether_counters
11-30 15:25:21.132  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:25:21.132  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:25:21.132  2719  2795 D BandwidthController: filter:   -1 -1 -1 -1
11-30 15:25:21.132  2719  2795 D BandwidthController: parse res=0 iface0=<> iface1=<> pkts=0 bytes=0 rest=<> orig line=<Chain natctrl_tether_counters (0 references)>
11-30 15:25:21.132  2719  2795 D BandwidthController: parse res=0 iface0=<> iface1=<> pkts=0 bytes=0 rest=<> orig line=<    pkts      bytes target     prot opt in     out     source               destination         >
11-30 15:25:21.132  2719  2795 D BandwidthController: parse res=5 iface0=<wlan0> iface1=<rmnet4> pkts=0 bytes=0 rest=<0> orig line=<       0        0 RETURN     all      wlan0  rmnet4  ::/0                 ::/0                >
11-30 15:25:21.132  2719  2795 D BandwidthController: 0Filter RX iface_in=wlan0 iface_out=rmnet4 rx_bytes=0 rx_packets=0 
11-30 15:25:21.132  2719  2795 D BandwidthController: parse res=5 iface0=<rmnet4> iface1=<wlan0> pkts=0 bytes=0 rest=<0> orig line=<       0        0 RETURN     all      rmnet4 wlan0   ::/0                 ::/0                >
11-30 15:25:21.132  2719  2795 D BandwidthController: 0Filter TX iface_in=rmnet4 iface_out=wlan0 rx_bytes=0 rx_packets=0 
11-30 15:25:21.132  2719  2795 D BandwidthController: rx_bytes=0 tx_bytes=0 filterPair=0
11-30 15:25:21.132  2719  2795 D CommandListener: gettetherstats end
11-30 15:25:21.204 27773 27863 I A       : Cobalt: try to find ProjectConfig for given tags
11-30 15:25:21.204 27773 27863 W A       : Cobalt: couldn't find ProjectConfig for given tags
11-30 15:25:21.236  2985  3162 D NtpTrustedTime: currentTimeMillis() cache hit
11-30 15:25:21.242  2719  2795 D CommandListener: bwctrlcmd: argc=3 bandwidth setglobalalert ...
11-30 15:25:21.247  4604  4604 I Launcher: onReceive: com.samsung.action.EVERY_MINUTE_CLOCK_UPDATE
11-30 15:25:21.251  2985  5082 D SamsungAlarmManager: setInexact Intent (T:1/F:0/AC:false) 20211130T152600 - CU:10069/CP:4604
11-30 15:25:21.252  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.sec.android.app.clockpackage
11-30 15:25:21.252  4604  4604 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:25:21.255  4604  4604 I LiveIconManager: getLiveIcon: complete(sync_created)
11-30 15:25:21.255  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.sec.android.app.clockpackage
11-30 15:25:21.255  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.samsung.android.calendar
11-30 15:25:21.255  4604  4604 I BitmapCacheContainer: getBitmapCache: BitmapCache expired com.samsung.android.calendar/UserHandle{0}
11-30 15:25:21.256  4604  4604 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:25:21.259  4604  4604 I LiveIconManager: getLiveIcon: complete(sync_created)
11-30 15:25:21.259  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.samsung.android.calendar
11-30 15:25:21.260  2985  3164 D RecurrenceRule: Resolving using anchor 2021-11-30T15:25:21.259+07:00[Asia/Jakarta]
11-30 15:25:21.268  2985  3164 D RecurrenceRule: Resolving using anchor 2021-11-30T15:25:21.268+07:00[Asia/Jakarta]
11-30 15:25:21.276  2985  3164 D RecurrenceRule: Cycle 46 from 2021-11-01T00:00+07:00[Asia/Jakarta] to 2021-12-01T00:00+07:00[Asia/Jakarta]
11-30 15:25:21.277  2985  3164 V NetworkPolicy: updateNotificationsNL() - totalBytes : 0, policy : NetworkPolicy{template=NetworkTemplate: matchRule=MATCH_MOBILE_ENT1, subscriberId=510102..., matchSubscriberIds=[510102...] cycleRule=RecurrenceRule{start=2018-01-01T00:00+07:00[Asia/Jakarta] end=null period=P1M} warningBytes=-1 limitBytes=-1 lastWarningSnooze=-1 lastLimitSnooze=-1 metered=true inferred=true}
11-30 15:25:21.277  2985  3164 D RecurrenceRule: Resolving using anchor 2021-11-30T15:25:21.277+07:00[Asia/Jakarta]
11-30 15:25:21.286  2985  3164 D RecurrenceRule: Resolving using anchor 2021-11-30T15:25:21.285+07:00[Asia/Jakarta]
11-30 15:25:21.294  2985  3164 D RecurrenceRule: Cycle 46 from 2021-11-01T00:00+07:00[Asia/Jakarta] to 2021-12-01T00:00+07:00[Asia/Jakarta]
11-30 15:25:21.294  2985  3164 D NetworkStats: Resolving plan for NetworkTemplate: matchRule=MOBILE_ALL, subscriberId=510102..., matchSubscriberIds=[510102...]
11-30 15:25:21.294  2985  3164 D NetworkStats: Found active matching subId 3
11-30 15:25:21.294  2985  3164 D NetworkStats: Resolved to plan null
11-30 15:25:21.294  2985  3164 D NetworkStatsCollection: getHistory: mached - UID: -1, isVideoCall: false
11-30 15:25:21.298  2985  3164 V NetworkPolicy: updateNotificationsNL() - totalBytes : 26292430733, policy : NetworkPolicy{template=NetworkTemplate: matchRule=MOBILE_ALL, subscriberId=510102..., matchSubscriberIds=[510102...] cycleRule=RecurrenceRule{start=2018-01-01T00:00+07:00[Asia/Jakarta] end=null period=P1M} warningBytes=2147483648 limitBytes=-1 lastWarningSnooze=1636768146708 lastLimitSnooze=-1 metered=true inferred=true}
11-30 15:25:21.319 27773 27863 I WeatherWidgetAvailabili: #isAnyPixel: Isn't Pixel but: SM-G610F
11-30 15:25:21.321 27773 27863 I A       : WeatherWidgetSynclet is disabled, at least Android S and any Pixel is required.
11-30 15:25:21.325  2985  5082 D PackageManager: setEnabledSetting : userId = 150 packageName = com.google.android.googlequicksearchbox cmp = com.google.android.apps.search.assistant.verticals.familyshare.FamilyShareActivity newState = 2 callingPackage = 15010078/com.google.android.googlequicksearchbox
11-30 15:25:21.351 27773 27839 I A       : Cobalt: try to find ProjectConfig for given tags
11-30 15:25:21.352 27773 27839 W A       : Cobalt: couldn't find ProjectConfig for given tags
11-30 15:25:21.359  4604  4617 I zygote  : Background concurrent copying GC freed 124069(7MB) AllocSpace objects, 13(1032KB) LOS objects, 49% free, 7MB/14MB, paused 198us total 102.023ms
11-30 15:25:21.409 27773 27863 E WM-WorkerWrapper: Work [ id=c41abe8c-141b-4558-9b55-70c4d14cfbe0, tags={ com.google.apps.tiktok.contrib.work.TikTokListenableWorker, TikTokWorker#com.google.apps.tiktok.sync.impl.workmanager.SyncWorker } ] failed because it threw an exception/error
11-30 15:25:21.409 27773 27863 E WM-WorkerWrapper: java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/contentcapture/ContentCaptureManager;
11-30 15:25:21.409 27773 27863 E WM-WorkerWrapper: 	at androidx.work.impl.utils.a.j.j(PG:6)
11-30 15:25:21.409 27773 27863 E WM-WorkerWrapper: 	at androidx.work.impl.utils.a.j.get(PG:4)
11-30 15:25:21.409 27773 27863 E WM-WorkerWrapper: 	at androidx.work.impl.y.run(PG:1)
11-30 15:25:21.409 27773 27863 E WM-WorkerWrapper: 	at androidx.work.impl.utils.l.run(PG:1)
11-30 15:25:21.409 27773 27863 E WM-WorkerWrapper: 	at com.google.android.libraries.i.ad.run(PG:1)
11-30 15:25:21.409 27773 27863 E WM-WorkerWrapper: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:25:21.409 27773 27863 E WM-WorkerWrapper: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:25:21.409 27773 27863 E WM-WorkerWrapper: 	at com.google.android.libraries.i.e.run(PG:2)
11-30 15:25:21.409 27773 27863 E WM-WorkerWrapper: 	at com.google.android.libraries.i.o.run(PG:4)
11-30 15:25:21.409 27773 27863 E WM-WorkerWrapper: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:25:21.409 27773 27863 E WM-WorkerWrapper: Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/contentcapture/ContentCaptureManager;
11-30 15:25:21.409 27773 27863 E WM-WorkerWrapper: 	at com.google.android.apps.search.assistant.verticals.b.e.<init>(PG:1)
11-30 15:25:21.409 27773 27863 E WM-WorkerWrapper: 	at com.google.android.apps.search.assistant.verticals.b.f.<init>(PG:1)
11-30 15:25:21.409 27773 27863 E WM-WorkerWrapper: 	at com.google.android.apps.gsa.binaries.velvet.app.aln.jQ(PG:3)
11-30 15:25:21.409 27773 27863 E WM-WorkerWrapper: 	at com.google.apps.tiktok.j.b.v.o(PG:2)
11-30 15:25:21.409 27773 27863 E WM-WorkerWrapper: 	at com.google.apps.tiktok.j.b.v.h(PG:2)
11-30 15:25:21.409 27773 27863 E WM-WorkerWrapper: 	at com.google.apps.tiktok.j.b.b.apply(Unknown Source:4)
11-30 15:25:21.409 27773 27863 E WM-WorkerWrapper: 	at com.google.apps.tiktok.tracing.dv.apply(PG:2)
11-30 15:25:21.409 27773 27863 E WM-WorkerWrapper: 	at com.google.common.w.a.g.d(PG:2)
11-30 15:25:21.409 27773 27863 E WM-WorkerWrapper: 	at com.google.common.w.a.h.run(PG:9)
11-30 15:25:21.409 27773 27863 E WM-WorkerWrapper: 	... 6 more
11-30 15:25:21.409 27773 27863 E WM-WorkerWrapper: Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.contentcapture.ContentCaptureManager" on path: DexPathList[[zip file "/data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/lib/arm, /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
11-30 15:25:21.409 27773 27863 E WM-WorkerWrapper: 	at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125)
11-30 15:25:21.409 27773 27863 E WM-WorkerWrapper: 	at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
11-30 15:25:21.409 27773 27863 E WM-WorkerWrapper: 	at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
11-30 15:25:21.409 27773 27863 E WM-WorkerWrapper: 	... 15 more
11-30 15:25:21.409 27773 27839 W A       : Unable to determine attempted syncs. They will not be used to schedule the next sync.
11-30 15:25:21.409 27773 27839 W A       : java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/contentcapture/ContentCaptureManager;
11-30 15:25:21.409 27773 27839 W A       : 	at com.google.common.w.a.d.s(PG:6)
11-30 15:25:21.409 27773 27839 W A       : 	at com.google.common.w.a.d.get(PG:4)
11-30 15:25:21.409 27773 27839 W A       : 	at com.google.common.w.a.dy.a(PG:1)
11-30 15:25:21.409 27773 27839 W A       : 	at com.google.common.w.a.ce.q(PG:2)
11-30 15:25:21.409 27773 27839 W A       : 	at com.google.apps.tiktok.j.b.v.b(PG:2)
11-30 15:25:21.409 27773 27839 W A       : 	at com.google.apps.tiktok.j.b.s.a(Unknown Source:6)
11-30 15:25:21.409 27773 27839 W A       : 	at com.google.apps.tiktok.tracing.du.a(PG:2)
11-30 15:25:21.409 27773 27839 W A       : 	at com.google.apps.tiktok.concurrent.w.a(PG:1)
11-30 15:25:21.409 27773 27839 W A       : 	at com.google.common.w.a.du.a(PG:1)
11-30 15:25:21.409 27773 27839 W A       : 	at com.google.common.w.a.cr.run(PG:4)
11-30 15:25:21.409 27773 27839 W A       : 	at com.google.common.w.a.dw.run(PG:1)
11-30 15:25:21.409 27773 27839 W A       : 	at com.google.android.libraries.i.ad.run(PG:1)
11-30 15:25:21.409 27773 27839 W A       : 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:25:21.409 27773 27839 W A       : 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:25:21.409 27773 27839 W A       : 	at com.google.android.libraries.i.e.run(PG:2)
11-30 15:25:21.409 27773 27839 W A       : 	at com.google.android.libraries.i.o.run(PG:4)
11-30 15:25:21.409 27773 27839 W A       : 	at java.lang.Thread.run(Thread.java:764)
11-30 15:25:21.409 27773 27839 W A       : Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/contentcapture/ContentCaptureManager;
11-30 15:25:21.409 27773 27839 W A       : 	at com.google.android.apps.search.assistant.verticals.b.e.<init>(PG:1)
11-30 15:25:21.409 27773 27839 W A       : 	at com.google.android.apps.search.assistant.verticals.b.f.<init>(PG:1)
11-30 15:25:21.409 27773 27839 W A       : 	at com.google.android.apps.gsa.binaries.velvet.app.aln.jQ(PG:3)
11-30 15:25:21.409 27773 27839 W A       : 	at com.google.apps.tiktok.j.b.v.o(PG:2)
11-30 15:25:21.409 27773 27839 W A       : 	at com.google.apps.tiktok.j.b.v.h(PG:2)
11-30 15:25:21.409 27773 27839 W A       : 	at com.google.apps.tiktok.j.b.b.apply(Unknown Source:4)
11-30 15:25:21.409 27773 27839 W A       : 	at com.google.apps.tiktok.tracing.dv.apply(PG:2)
11-30 15:25:21.409 27773 27839 W A       : 	at com.google.common.w.a.g.d(PG:2)
11-30 15:25:21.409 27773 27839 W A       : 	at com.google.common.w.a.h.run(PG:9)
11-30 15:25:21.409 27773 27839 W A       : 	... 6 more
11-30 15:25:21.409 27773 27839 W A       : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.contentcapture.ContentCaptureManager" on path: DexPathList[[zip file "/data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/lib/arm, /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
11-30 15:25:21.409 27773 27839 W A       : 	at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125)
11-30 15:25:21.409 27773 27839 W A       : 	at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
11-30 15:25:21.409 27773 27839 W A       : 	at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
11-30 15:25:21.409 27773 27839 W A       : 	... 15 more
11-30 15:25:21.409 27773 27861 W A       : Unable to determine attempted syncs. They will not be used to schedule the next sync.
11-30 15:25:21.409 27773 27861 W A       : java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/contentcapture/ContentCaptureManager;
11-30 15:25:21.409 27773 27861 W A       : 	at com.google.common.w.a.d.s(PG:6)
11-30 15:25:21.409 27773 27861 W A       : 	at com.google.common.w.a.d.get(PG:4)
11-30 15:25:21.409 27773 27861 W A       : 	at com.google.common.w.a.dy.a(PG:1)
11-30 15:25:21.409 27773 27861 W A       : 	at com.google.common.w.a.ce.q(PG:2)
11-30 15:25:21.409 27773 27861 W A       : 	at com.google.apps.tiktok.j.b.v.b(PG:2)
11-30 15:25:21.409 27773 27861 W A       : 	at com.google.apps.tiktok.j.b.s.a(Unknown Source:6)
11-30 15:25:21.409 27773 27861 W A       : 	at com.google.apps.tiktok.tracing.du.a(PG:2)
11-30 15:25:21.409 27773 27861 W A       : 	at com.google.apps.tiktok.concurrent.w.a(PG:1)
11-30 15:25:21.409 27773 27861 W A       : 	at com.google.common.w.a.du.a(PG:1)
11-30 15:25:21.409 27773 27861 W A       : 	at com.google.common.w.a.cr.run(PG:4)
11-30 15:25:21.409 27773 27861 W A       : 	at com.google.common.w.a.dw.run(PG:1)
11-30 15:25:21.409 27773 27861 W A       : 	at com.google.android.libraries.i.ad.run(PG:1)
11-30 15:25:21.409 27773 27861 W A       : 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:25:21.409 27773 27861 W A       : 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:25:21.409 27773 27861 W A       : 	at com.google.android.libraries.i.e.run(PG:2)
11-30 15:25:21.409 27773 27861 W A       : 	at com.google.android.libraries.i.o.run(PG:4)
11-30 15:25:21.409 27773 27861 W A       : 	at java.lang.Thread.run(Thread.java:764)
11-30 15:25:21.409 27773 27861 W A       : Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/contentcapture/ContentCaptureManager;
11-30 15:25:21.409 27773 27861 W A       : 	at com.google.android.apps.search.assistant.verticals.b.e.<init>(PG:1)
11-30 15:25:21.409 27773 27861 W A       : 	at com.google.android.apps.search.assistant.verticals.b.f.<init>(PG:1)
11-30 15:25:21.409 27773 27861 W A       : 	at com.google.android.apps.gsa.binaries.velvet.app.aln.jQ(PG:3)
11-30 15:25:21.409 27773 27861 W A       : 	at com.google.apps.tiktok.j.b.v.o(PG:2)
11-30 15:25:21.409 27773 27861 W A       : 	at com.google.apps.tiktok.j.b.v.h(PG:2)
11-30 15:25:21.409 27773 27861 W A       : 	at com.google.apps.tiktok.j.b.b.apply(Unknown Source:4)
11-30 15:25:21.409 27773 27861 W A       : 	at com.google.apps.tiktok.tracing.dv.apply(PG:2)
11-30 15:25:21.409 27773 27861 W A       : 	at com.google.common.w.a.g.d(PG:2)
11-30 15:25:21.409 27773 27861 W A       : 	at com.google.common.w.a.h.run(PG:9)
11-30 15:25:21.409 27773 27861 W A       : 	... 6 more
11-30 15:25:21.409 27773 27861 W A       : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.contentcapture.ContentCaptureManager" on path: DexPathList[[zip file "/data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/lib/arm, /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
11-30 15:25:21.409 27773 27861 W A       : 	at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125)
11-30 15:25:21.409 27773 27861 W A       : 	at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
11-30 15:25:21.409 27773 27861 W A       : 	at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
11-30 15:25:21.409 27773 27861 W A       : 	... 15 more
11-30 15:25:21.411 27773 27863 I WM-WorkerWrapper: Worker result FAILURE for Work [ id=c41abe8c-141b-4558-9b55-70c4d14cfbe0, tags={ com.google.apps.tiktok.contrib.work.TikTokListenableWorker, TikTokWorker#com.google.apps.tiktok.sync.impl.workmanager.SyncWorker } ]
11-30 15:25:21.434 27773 27863 E WM-WorkerWrapper: Work [ id=396a440e-30a9-447b-a9b4-0d3992586ad9, tags={ com.google.apps.tiktok.contrib.work.TikTokListenableWorker, TikTokWorker#com.google.apps.tiktok.sync.impl.workmanager.SyncWorker } ] failed because it threw an exception/error
11-30 15:25:21.434 27773 27863 E WM-WorkerWrapper: java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/contentcapture/ContentCaptureManager;
11-30 15:25:21.434 27773 27863 E WM-WorkerWrapper: 	at androidx.work.impl.utils.a.j.j(PG:6)
11-30 15:25:21.434 27773 27863 E WM-WorkerWrapper: 	at androidx.work.impl.utils.a.j.get(PG:4)
11-30 15:25:21.434 27773 27863 E WM-WorkerWrapper: 	at androidx.work.impl.y.run(PG:1)
11-30 15:25:21.434 27773 27863 E WM-WorkerWrapper: 	at androidx.work.impl.utils.l.run(PG:1)
11-30 15:25:21.434 27773 27863 E WM-WorkerWrapper: 	at com.google.android.libraries.i.ad.run(PG:1)
11-30 15:25:21.434 27773 27863 E WM-WorkerWrapper: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:25:21.434 27773 27863 E WM-WorkerWrapper: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:25:21.434 27773 27863 E WM-WorkerWrapper: 	at com.google.android.libraries.i.e.run(PG:2)
11-30 15:25:21.434 27773 27863 E WM-WorkerWrapper: 	at com.google.android.libraries.i.o.run(PG:4)
11-30 15:25:21.434 27773 27863 E WM-WorkerWrapper: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:25:21.434 27773 27863 E WM-WorkerWrapper: Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/contentcapture/ContentCaptureManager;
11-30 15:25:21.434 27773 27863 E WM-WorkerWrapper: 	at com.google.android.apps.search.assistant.verticals.b.e.<init>(PG:1)
11-30 15:25:21.434 27773 27863 E WM-WorkerWrapper: 	at com.google.android.apps.search.assistant.verticals.b.f.<init>(PG:1)
11-30 15:25:21.434 27773 27863 E WM-WorkerWrapper: 	at com.google.android.apps.gsa.binaries.velvet.app.aln.jQ(PG:3)
11-30 15:25:21.434 27773 27863 E WM-WorkerWrapper: 	at com.google.apps.tiktok.j.b.v.o(PG:2)
11-30 15:25:21.434 27773 27863 E WM-WorkerWrapper: 	at com.google.apps.tiktok.j.b.v.h(PG:2)
11-30 15:25:21.434 27773 27863 E WM-WorkerWrapper: 	at com.google.apps.tiktok.j.b.b.apply(Unknown Source:4)
11-30 15:25:21.434 27773 27863 E WM-WorkerWrapper: 	at com.google.apps.tiktok.tracing.dv.apply(PG:2)
11-30 15:25:21.434 27773 27863 E WM-WorkerWrapper: 	at com.google.common.w.a.g.d(PG:2)
11-30 15:25:21.434 27773 27863 E WM-WorkerWrapper: 	at com.google.common.w.a.h.run(PG:9)
11-30 15:25:21.434 27773 27863 E WM-WorkerWrapper: 	... 6 more
11-30 15:25:21.434 27773 27863 E WM-WorkerWrapper: Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.contentcapture.ContentCaptureManager" on path: DexPathList[[zip file "/data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/lib/arm, /data/app/com.google.android.googlequicksearchbox-knl3C1eJFcrvnXYp15mGmQ==/base.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
11-30 15:25:21.434 27773 27863 E WM-WorkerWrapper: 	at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125)
11-30 15:25:21.434 27773 27863 E WM-WorkerWrapper: 	at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
11-30 15:25:21.434 27773 27863 E WM-WorkerWrapper: 	at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
11-30 15:25:21.434 27773 27863 E WM-WorkerWrapper: 	... 15 more
11-30 15:25:21.436 27773 27863 I WM-WorkerWrapper: Worker result FAILURE for Work [ id=396a440e-30a9-447b-a9b4-0d3992586ad9, tags={ com.google.apps.tiktok.contrib.work.TikTokListenableWorker, TikTokWorker#com.google.apps.tiktok.sync.impl.workmanager.SyncWorker } ]
11-30 15:25:21.464  2985  5092 D PackageManager: setEnabledSetting : userId = 150 packageName = com.google.android.googlequicksearchbox cmp = androidx.work.impl.background.systemalarm.RescheduleReceiver newState = 1 callingPackage = 15010078/com.google.android.googlequicksearchbox
11-30 15:25:21.495  2985  5092 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152612, SetElapsed=459075849, nowELAPSED=459025140
11-30 15:25:21.496  2985  5092 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20211130T152726 - CU:1000/CP:2985
11-30 15:25:21.501  2985  5092 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20211130T152834 - CU:1000/CP:2985
11-30 15:25:21.535  2985  5092 I chatty  : uid=1000(system) Binder:2985_1C identical 2 lines
11-30 15:25:21.566  2985  5092 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20211130T152726 - CU:1000/CP:2985
11-30 15:25:21.575  2985  5092 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20211130T152834 - CU:1000/CP:2985
11-30 15:25:21.583  2985  5092 D PackageManager: setEnabledSetting : userId = 150 packageName = com.google.android.googlequicksearchbox cmp = androidx.work.impl.background.systemalarm.RescheduleReceiver newState = 1 callingPackage = 15010078/com.google.android.googlequicksearchbox
11-30 15:25:21.931  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:21.931  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:21.931  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:22.931  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:22.932  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:22.932  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:23.276  2985  3244 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:25:23.278  2985  3244 W DeviceStorageMonitorService: updateBroadcasts(/data) oldLevel:0, newLevel:0, seq:1
11-30 15:25:23.278  2985  3244 W DeviceStorageMonitorService: updateBroadcasts_filenode(/data) fn_oldLevel:0, fn_newLevel:0, seq:1
11-30 15:25:23.932  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:23.932  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:23.932  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:24.216  4228  4228 D io_stats: !@ 179,0 r 54748956 1394733368 w 6073650 85829796 d 1208633 30880176 f 1082543 1081590 iot 29970880 29375211 th 51200 0 0 pt 0 inp 0 0 264223.207
11-30 15:25:24.932  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:24.932  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:24.932  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:24.967  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:25:24.967  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:25:24.968  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:25:24.968  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:25:24.991  2985  7619 D SSRM:aU : SIOP:: AP:386(369,0) BAT:323(323,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:25:24.992  2985  7619 D L       : broadcastCheckSiopLvIntent:: curLevel = -1
11-30 15:25:24.995  2985  7619 I SensorService: createSensorEventConnection package name f.l
11-30 15:25:24.996   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:25:24.996   559   636 I PolicyManager: [#CMH#] onReceive action = EVENT_SIOP
11-30 15:25:24.996   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:25:24.996  2985  7619 D SensorService: Calling batch handle==3 flags=0 rate=200000000 timeout== 0
11-30 15:25:24.996 16433 16509 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:25:24.997 16433 16509 I PolicyManager: [#CMH#] onReceive action = EVENT_SIOP
11-30 15:25:24.997 16433 16509 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:25:24.998  2605  2605 I Sensors : ProximitySensor:enable: handle 3, en 1, old_en 0
11-30 15:25:25.065  2985  7619 D SensorManager: registerListener :: 3, STK3013 Proximity, 200000, 0,  
11-30 15:25:25.065  2605  2605 I Sensors : ProximitySensor:readEvents: value 8(cm)
11-30 15:25:25.066  2985  2985 D SensorManager: Proximity, val = 8.0  [far]
11-30 15:25:25.067  2985  2985 D SensorService: Calling activate off 3
11-30 15:25:25.067  2605  3073 I Sensors : ProximitySensor:enable: handle 3, en 0, old_en 1
11-30 15:25:25.068  2985  2985 D SensorManager: unregisterListener ::   
11-30 15:25:25.933  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:25.933  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:25.933  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:26.933  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:26.933  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:26.933  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:26.997   559   734 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:25:26.998 16433 16521 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:25:27.933  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:27.933  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:27.933  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:28.901  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 7 99 -7 -200 -7 -200 -1 12 -99 -12 20 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:25:28.902  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:25:28.934  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:28.934  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:28.934  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:29.222  4228  4228 D io_stats: !@ 179,0 r 54748957 1394733372 w 6073676 85829996 d 1208635 30880184 f 1082545 1081592 iot 29970890 29375228 th 51200 0 0 pt 0 inp 0 0 264228.213
11-30 15:25:29.429 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(334) data(3908) accounts({vnd.sec.contact.phone (1)=155, com.whatsapp (23)=210, com.google (19)=204, com.osp.app.signin (24)=4, vnd.sec.contact.sim2 (3)=14, org.telegram.messenger (36)=127}) accounts deleted({com.google (19)=1}) calls([logtype:100 cnt:500, logtype:300 cnt:500]) countryIso(ID) userId(0)  ]

11-30 15:25:29.429 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ agr({[1 ,1 ,23]=1, [23 ,3 ,36 ,19]=1, [1 ,1 ,36 ,23]=1, [1 ,24 ,23]=1, [19 ,23 ,23 ,36 ,36]=1, [1 ,1 ,1]=1, [19 ,19 ,19 ,1 ,23 ,24 ,36]=1, [19]=10, [19 ,19 ,1]=1, [19 ,1 ,36 ,23]=1, [19 ,36]=4, [1 ,36]=1, [36 ,19 ,23 ,36]=2, [19 ,1 ,23 ,23 ,23]=1, [19 ,1 ,23 ,36 ,36]=1, [19 ,1 ,23 ,36]=9, [1 ,23 ,36 ,36]=1, [1 ,23 ,36]=12, [19 ,23 ,36 ,23]=1, [19 ,36 ,23]=2, [19 ,23 ,36]=68, [3]=10, [1]=72, [19 ,1 ,23 ,24]=1, [1 ,23 ,24 ,36]=1, [19 ,1 ,23]=8, [19 ,1 ,23 ,36 ,23]=1, [19 ,23]=67, [20 ,23]=1, [23 ,3]=1, [36]=12, [1 ,23]=17, [19 ,1]=19, [19 ,23 ,23]=1, [23 ,3 ,36]=2})  ]

11-30 15:25:29.429 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({android.process.acore(15069)=1})  ]

11-30 15:25:29.429 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(1) data(3) accounts({vnd.sec.contact.phone (1)=1})  ]

11-30 15:25:29.429 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(1) data(24) accounts({vnd.sec.contact.phone (1)=1})  ]
11-30 15:25:29.934  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:29.934  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:29.934  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:30.934  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:30.934  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:30.934  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:31.115  2985  5092 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:25:31.116  2985  5092 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3849, temperature: 324, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:25:31.116  2985  5092 D BatteryService: online:4, current avg:468, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:468
11-30 15:25:31.116  2985  5092 D BatteryService: stay LED for charging
11-30 15:25:31.116  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:25:31.118  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:25:31.119  2985  2985 I MotionRecognitionService: Plugged
11-30 15:25:31.119  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:25:31.119  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:25:31.119  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:25:31.120  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:25:31.121  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:25:31.121  2985  3007 D UsbDeviceManager: mps exists
11-30 15:25:31.121  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:25:31.122  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:25:31.123  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:25:31.123  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:25:31.124  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:25:31.124  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:25:31.124  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:25:31.125  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:25:31.125  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:25:31.126  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:25:31.128 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:25:31.128 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:25:31.128  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:25:31.128  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:25:31.128  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:25:31.129  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:25:31.129  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:25:31.131 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:25:31.131 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:25:31.935  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:31.935  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:31.935  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:32.935  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:32.935  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:32.935  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:33.935  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:33.935  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:33.935  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:34.229  4228  4228 D io_stats: !@ 179,0 r 54748957 1394733372 w 6073710 85830228 d 1208635 30880184 f 1082546 1081593 iot 29970900 29375237 th 51200 0 0 pt 0 inp 0 0 264233.219
11-30 15:25:34.936  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:34.936  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:34.936  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:35.106  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:25:35.107  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:25:35.107  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:25:35.107  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:25:35.131  2985  7619 D SSRM:aU : SIOP:: AP:381(369,0) BAT:324(324,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:25:35.936  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:35.936  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:35.936  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:36.936  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:36.936  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:36.937  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:37.937  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:37.937  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:37.937  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:38.937  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:38.937  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:38.937  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:39.235  4228  4228 D io_stats: !@ 179,0 r 54748957 1394733372 w 6073738 85830412 d 1208636 30880188 f 1082547 1081594 iot 29970910 29375251 th 51200 0 0 pt 0 inp 0 0 264238.226
11-30 15:25:39.937  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:39.937  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:39.937  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:40.938  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:40.938  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:40.938  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:41.230  2985  5092 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:25:41.231  2985  5092 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3849, temperature: 324, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:25:41.231  2985  5092 D BatteryService: online:4, current avg:469, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:473
11-30 15:25:41.231  2985  5092 D BatteryService: stay LED for charging
11-30 15:25:41.231  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:25:41.234  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:25:41.234  2985  2985 I MotionRecognitionService: Plugged
11-30 15:25:41.234  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:25:41.234  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:25:41.235  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:25:41.236  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:25:41.237  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:25:41.238  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:25:41.238  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:25:41.238  2985  3007 D UsbDeviceManager: mps exists
11-30 15:25:41.238  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:25:41.240  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:25:41.240  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:25:41.240  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:25:41.241  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:25:41.243  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:25:41.243 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:25:41.243 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:25:41.245  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:25:41.245  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:25:41.245  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:25:41.245  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:25:41.246 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:25:41.246 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:25:41.246  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:25:41.248  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:25:41.249  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:25:41.938  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:41.938  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:41.938  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:42.938  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:42.938  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:42.938  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:43.939  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:43.939  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:43.939  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:44.241  4228  4228 D io_stats: !@ 179,0 r 54748994 1394734004 w 6073757 85830520 d 1208636 30880188 f 1082548 1081595 iot 29970930 29375269 th 51200 0 0 pt 0 inp 0 0 264243.233
11-30 15:25:44.939  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:44.939  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:44.939  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:45.140  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:25:45.140  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:25:45.140  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:25:45.140  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:25:45.166  2985  7619 D SSRM:aU : SIOP:: AP:378(368,0) BAT:324(324,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:25:45.939  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:45.939  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:45.940  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:46.940  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:46.940  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:46.940  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:46.978  2985  3631 E Watchdog: !@Sync 8804 [2021-11-30 15:25:46.978]
11-30 15:25:47.940  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:47.940  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:47.940  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:48.940  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:48.940  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:48.941  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:49.247  4228  4228 D io_stats: !@ 179,0 r 54748994 1394734004 w 6073774 85830616 d 1208636 30880188 f 1082549 1081596 iot 29970930 29375274 th 51200 0 0 pt 0 inp 0 0 264248.239
11-30 15:25:49.941  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:49.941  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:49.941  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:50.941  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:50.941  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:50.941  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:51.347  2985  5082 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:25:51.348  2985  5082 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3851, temperature: 324, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:25:51.348  2985  5082 D BatteryService: online:4, current avg:468, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:463
11-30 15:25:51.348  2985  5082 D BatteryService: stay LED for charging
11-30 15:25:51.348  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:25:51.351  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:25:51.351  2985  2985 I MotionRecognitionService: Plugged
11-30 15:25:51.351  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:25:51.351  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:25:51.352  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:25:51.353  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:25:51.353  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:25:51.354  2985  3007 D UsbDeviceManager: mps exists
11-30 15:25:51.355  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:25:51.355  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:25:51.355  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:25:51.356  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:25:51.356  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:25:51.356  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:25:51.357  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:25:51.357  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:25:51.358  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:25:51.359  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:25:51.361 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:25:51.361 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:25:51.361  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:25:51.363  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:25:51.364 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:25:51.364 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:25:51.365  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:25:51.365  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:25:51.365  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:25:51.941  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:51.941  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:51.941  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:52.942  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:52.942  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:52.942  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:53.221  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 8 99 -8 -200 -8 -200 -1 14 -97 -11 20 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:25:53.221  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:25:53.942  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:53.942  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:53.942  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:54.254  4228  4228 D io_stats: !@ 179,0 r 54748994 1394734004 w 6073791 85830712 d 1208636 30880188 f 1082550 1081597 iot 29970930 29375279 th 51200 0 0 pt 0 inp 0 0 264253.245
11-30 15:25:54.570  2985  3096 D SamsungAlarmManager: Expired : 8
11-30 15:25:54.573  2985  3096 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20211130T153054 - CU:1000/CP:2985
11-30 15:25:54.575  2985  3096 I chatty  : uid=1000(system) AlarmManager identical 1 line
11-30 15:25:54.577  2985  3096 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20211130T153054 - CU:1000/CP:2985
11-30 15:25:54.577  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T152600, SetElapsed=459063645, nowELAPSED=459058221
11-30 15:25:54.942  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:54.942  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:54.942  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:55.174  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:25:55.174  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:25:55.174  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:25:55.175  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:25:55.198  2985  7619 D SSRM:aU : SIOP:: AP:375(368,0) BAT:324(324,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:25:55.943  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:55.943  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:55.943  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:56.943  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:56.943  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:56.943  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:57.943  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:57.943  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:57.944  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:58.944  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:58.944  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:58.944  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:25:59.260  4228  4228 D io_stats: !@ 179,0 r 54748994 1394734004 w 6073792 85830748 d 1208636 30880188 f 1082551 1081598 iot 29970930 29375281 th 51200 0 0 pt 0 inp 0 0 264258.251
11-30 15:25:59.944  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:25:59.944  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:25:59.944  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:00.000  2985  3096 D SamsungAlarmManager: Expired : 8
11-30 15:26:00.001  2985  3096 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=460408215 , orig nextNonWakeup=0
11-30 15:26:00.001  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T154824, SetElapsed=460408215, nowELAPSED=459063646
11-30 15:26:00.944  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:00.945  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:00.945  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:01.462  2985  5092 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:26:01.463  2985  5092 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3851, temperature: 324, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:26:01.463  2985  5092 D BatteryService: online:4, current avg:465, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:471
11-30 15:26:01.463  2985  5092 D BatteryService: stay LED for charging
11-30 15:26:01.463  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:26:01.465  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:26:01.466  2985  2985 I MotionRecognitionService: Plugged
11-30 15:26:01.466  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:26:01.466  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:26:01.467  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:26:01.467  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:26:01.468  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:26:01.469  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:26:01.469  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:26:01.469  2985  3007 D UsbDeviceManager: mps exists
11-30 15:26:01.470  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:26:01.471  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:26:01.472  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:26:01.473  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:26:01.474  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:26:01.474 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:26:01.474 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:26:01.475  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:26:01.475  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:26:01.476  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:26:01.476  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:26:01.476  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:26:01.477  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:26:01.477 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:26:01.477 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:26:01.478  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:26:01.478  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:26:01.945  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:01.945  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:01.945  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:02.945  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:02.945  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:02.945  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:03.945  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:03.946  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:03.946  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:04.266  4228  4228 D io_stats: !@ 179,0 r 54748994 1394734004 w 6073810 85830820 d 1208636 30880188 f 1082551 1081598 iot 29970930 29375286 th 51200 0 0 pt 0 inp 0 0 264263.257
11-30 15:26:04.946  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:04.946  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:04.946  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:05.206  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:26:05.206  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:26:05.206  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:26:05.207  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:26:05.232  2985  7619 D SSRM:aU : SIOP:: AP:373(367,0) BAT:324(324,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:26:05.946  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:05.946  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:05.946  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:06.946  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:06.947  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:06.947  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:07.947  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:07.947  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:07.947  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:08.947  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:08.947  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:08.947  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:09.273  4228  4228 D io_stats: !@ 179,0 r 54748994 1394734004 w 6073827 85830916 d 1208636 30880188 f 1082552 1081599 iot 29970930 29375292 th 51200 0 0 pt 0 inp 0 0 264268.264
11-30 15:26:09.947  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:09.947  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:09.948  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:10.948  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:10.948  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:10.948  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:11.575  2985  5092 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:26:11.576  2985  5092 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3851, temperature: 324, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:26:11.576  2985  5092 D BatteryService: online:4, current avg:466, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:454
11-30 15:26:11.576  2985  5092 D BatteryService: stay LED for charging
11-30 15:26:11.576  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:26:11.578  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:26:11.578  2985  2985 I MotionRecognitionService: Plugged
11-30 15:26:11.578  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:26:11.578  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:26:11.579  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:26:11.580  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:26:11.581  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:26:11.581  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:26:11.581  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:26:11.582  2985  3007 D UsbDeviceManager: mps exists
11-30 15:26:11.583  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:26:11.583  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:26:11.584  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:26:11.584  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:26:11.584  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:26:11.585  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:26:11.586  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:26:11.587  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:26:11.588 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:26:11.589 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:26:11.589  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:26:11.589  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:26:11.589  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:26:11.589  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:26:11.591  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:26:11.591 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:26:11.591 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:26:11.948  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:11.948  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:11.948  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:12.204  2985  3096 D SamsungAlarmManager: Expired : 4
11-30 15:26:12.205  2985  3096 D SamsungAlarmManager: setInexact Intent (T:3/F:8/AC:false) 20211130T154102 - CU:1000/CP:2985
11-30 15:26:12.205  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152704, SetElapsed=459128050, nowELAPSED=459075850
11-30 15:26:12.206  2985  3096 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=460408215 , orig nextNonWakeup=0
11-30 15:26:12.206  2985  3096 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=460408215 , orig nextNonWakeup=0
11-30 15:26:12.207  2985  3096 V SamsungAlarmManager: Sending to uid : 1000 action=android.intent.action.TIME_TICK alarm=Alarm{8768c07 type 3 when 459063645 android}
11-30 15:26:12.208  2985  3096 V SamsungAlarmManager: Sending to uid : 1000 action=com.android.server.em.EM_SYNC_TOKEN_STATE_TIMER alarm=Alarm{725bb5d type 3 when 459066202 android}
11-30 15:26:12.250  2985  3096 V SamsungAlarmManager: Sending to uid : 11193 action=action_batch_upload alarm=Alarm{fe5e1a3 type 2 when 459075849 com.instagram.android}
11-30 15:26:12.251  2985  3096 V SamsungAlarmManager: Sending to uid : 10237 action=net.cashpop.id.Monitor alarm=Alarm{6b2eca0 type 3 when 459058215 net.cashpop.id}
11-30 15:26:12.252  2985  3096 V SamsungAlarmManager: Sending to uid : 11108 action=com.google.android.chimera.container.NEW_MODULE_TIMEOUT alarm=Alarm{207b059 type 3 when 459058215 com.lbe.parallel.intl}
11-30 15:26:12.252  2985  3096 D MARsPolicyManager: Blocked by policy:1 -- Caller is null!!
11-30 15:26:12.252  2985  3096 D MARsPolicyManager: Package: com.lbe.parallel.intl, userid: 0, hostingType: startService is Restricted by policy: applocker(1) caller is: null
11-30 15:26:12.253  2985  3096 V SamsungAlarmManager: Sending to uid : 10227 action=com.google.android.chimera.container.NEW_MODULE_TIMEOUT alarm=Alarm{2d7641e type 3 when 459058215 com.parallel.space.lite}
11-30 15:26:12.260  2985  3096 V SamsungAlarmManager: Sending to uid : 10069 action=com.samsung.action.EVERY_MINUTE_CLOCK_UPDATE alarm=Alarm{76a32cc type 1 when 1638260760000 com.sec.android.app.launcher}
11-30 15:26:12.265  2985  2985 D SamsungAlarmManager: setExact Intent (T:3/F:1/AC:false) 20211130T152700 - CU:1000/CP:2985
11-30 15:26:12.265  2985  2985 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T152700, SetElapsed=459123645, nowELAPSED=459075910
11-30 15:26:12.266  3510  3617 D KeyguardUpdateMonitor: received broadcast android.intent.action.TIME_TICK
11-30 15:26:12.267  3510  3510 D KeyguardServiceBoxContainer: refreshTime() 1
11-30 15:26:12.273  2985  2985 I EngineeringModeService: Broadcast received:com.android.server.em.EM_SYNC_TOKEN_STATE_TIMER
11-30 15:26:12.283  2985  2985 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1018 com.android.server.EngineeringModeService.notifyTokenStatus:505 com.android.server.EngineeringModeService.-wrap2:0 com.android.server.EngineeringModeService$1.onReceive:278 android.app.LoadedApk$ReceiverDispatcher$Args.lambda$-android_app_LoadedApk$ReceiverDispatcher$Args_54380:1355 
11-30 15:26:12.285  2985  2985 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:26:12.285  2985  2985 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:26:12.288  2985  2985 D StorageManagerService: getExternalStorageMountMode : final mountMode=3, uid : 11193, packageName : com.instagram.android
11-30 15:26:12.288  2985  2985 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.instagram.android user:0
11-30 15:26:12.288  2985  2985 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:26:12.288  2985  2985 D ActivityManager: package  com.instagram.android, user - 0 is SDcard whitelisted
11-30 15:26:12.288  2985  2985 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.instagram.android user:0
11-30 15:26:12.288  2985  2985 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:26:12.303  2985  2985 I ActivityManager: Start proc 30940:com.instagram.android/u0a1193 for broadcast com.instagram.android/com.instagram.analytics.uploadscheduler.AnalyticsUploadAlarmReceiver
11-30 15:26:12.303 30940 30940 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:26:12.305 30940 30940 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:26:12.307 30940 30940 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.instagram.android 
11-30 15:26:12.338  2985  5082 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11193 ,Container id: 0
11-30 15:26:12.338  2985  5082 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11193 ,Container id: 0
11-30 15:26:12.338  2985  5082 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:26:12.346  2985  5082 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11193 ,Container id: 0
11-30 15:26:12.346  2985  5082 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11193 ,Container id: 0
11-30 15:26:12.346  2985  5082 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:26:12.353 30940 30940 D ActivityThread: Added TimaKeyStore provider
11-30 15:26:12.358  2985  5082 I ActivityManager: DSS on for com.instagram.android and scale is 1.0
11-30 15:26:12.382 30940 30940 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 11193
11-30 15:26:12.383 30940 30940 D Proxy   : mdoP is null: 11193
11-30 15:26:12.391 30940 30940 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:26:12.543 30940 30940 W CrashLoopRemedyLog: unable to delete remedy log, instaCrash: false
11-30 15:26:12.544 30940 30940 W CrashLoopRemedyLog: unable to delete remedy log, instaCrash: true
11-30 15:26:12.623  2680  2680 E audit   : type=1400 audit(1638260772.606:39950): avc:  denied  { read } for  pid=30940 comm="stagram.android" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:26:12.624  2680  2680 E audit   : type=1300 audit(1638260772.606:39950): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=e8f6bf60 a2=20000 a3=0 items=0 ppid=2693 pid=30940 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="stagram.android" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:26:12.624  2680  2680 E audit   : type=1327 audit(1638260772.606:39950): proctitle="com.instagram.android"
11-30 15:26:12.631 30940 30940 W lacrima : Start JavaAppDeathCrashDetector... X.0hF
11-30 15:26:12.634 30940 30940 W lacrima : Send pending reports
11-30 15:26:12.647 30940 30940 W SoLoader: context.getApplicationContext returned null, holding reference to original context.ApplicationSoSource fallbacks to: /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/lib/arm
11-30 15:26:12.739 30940 30963 W Fixie   : Initialize IG_EARLY_NATIVE
11-30 15:26:12.739 30940 30963 W Fixie/NoSyncFixer: Enable NoSync
11-30 15:26:12.760 30940 30963 I zygote  : Thread[17,tid=30963,Native,Thread*=0xe740ae00,peer=0x14128898,"Lacrima_startup_1:1638260772560-838db6f7-b483-c91e-ea23-3e1072f9acb2"] recursive attempt to load library "/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/lib/arm/libfb.so"
11-30 15:26:12.779 30940 30963 D DistractUtil: Function fsync hooked with result=0
11-30 15:26:12.779 30940 30963 D DistractUtil: Function fdatasync hooked with result=0
11-30 15:26:12.781 30940 30963 D DistractUtil: Function msync hooked with result=0
11-30 15:26:12.782 30940 30963 D DistractUtil: Function sync hooked with result=0
11-30 15:26:12.798 30940 30940 W Verifier: Could not disable runtime verification
11-30 15:26:12.800 30940 30963 V appstatelogger2: Registered App State Logger stream with Breakpad
11-30 15:26:12.808 30940 30963 D appstatelogger2: Successfully distracted _ZN3art7Runtime31GetPreAllocatedOutOfMemoryErrorEv
11-30 15:26:12.823 30940 30963 W lacrima : Start AnrAppDeathDetector... X.0gr
11-30 15:26:12.914 30940 30963 W lacrima : Start AnrDetector... com.facebook.acra.anr.multisignal.MultiSignalANRDetector
11-30 15:26:12.914 30940 30963 W MultiSignalANRDetectorLacrima: Starting
11-30 15:26:12.914 30940 30963 W ProcessAnrErrorMonitor: startMonitoring with delay: 0
11-30 15:26:12.928 30940 30970 W ProcessAnrErrorMonitor: Starting process monitor checks for process 'com.instagram.android'
11-30 15:26:12.929 30940 30970 W MultiSignalANRDetectorLacrima: Started monitoring
11-30 15:26:12.931 30940 30967 W SigquitDetectorLacrima: nativeInit
11-30 15:26:12.932 30940 30967 D SigquitDetector: Signal catcher tid: 30946
11-30 15:26:12.932 30940 30967 D SigquitDetector: Initialized [Lacrima]
11-30 15:26:12.948  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:12.948  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:12.948  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:12.955 30940 30963 W NightwatchConfig: saveExitStatus false, useMmap true, monitorResources true, tickInfo 0, detectLmkd false, needNightWatch true
11-30 15:26:12.967 30940 30963 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordDataInNightWatch (JI)I with native method: recordDataInNightWatch (0xcd1d1bed). try use crit jni: no try use fast jni: no Used crit: no Used fast: no Used norm: yes crit jni supported: yes fast jni supported: no config is fast: no config is crit: no
11-30 15:26:12.967 30940 30963 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordTickInNightWatch (JJJJ)I with native method: recordTickInNightWatch (0xcd1d1bf7). try use crit jni: no try use fast jni: no Used crit: no Used fast: no Used norm: yes crit jni supported: yes fast jni supported: no config is fast: no config is crit: no
11-30 15:26:12.967 30940 30963 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nSaveResourceData ()Z with native method: saveResourceData (0xcd1d1c19). try use crit jni: no try use fast jni: no Used crit: no Used fast: no Used norm: yes crit jni supported: yes fast jni supported: no config is fast: no config is crit: no
11-30 15:26:12.967 30940 30963 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordDataInNightWatch (JI)I with native method: recordDataInNightWatch (0xcd1d1bed)
11-30 15:26:12.967 30940 30963 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordDataInNightWatch (JI)I with native method: recordDataInNightWatch (0xcd1d1bed)
11-30 15:26:12.967 30940 30963 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordTickInNightWatch (JJJJ)I with native method: recordTickInNightWatch (0xcd1d1bf7)
11-30 15:26:12.967 30940 30963 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nRecordTickInNightWatch (JJJJ)I with native method: recordTickInNightWatch (0xcd1d1bf7)
11-30 15:26:12.967 30940 30963 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nSaveResourceData ()Z with native method: saveResourceData (0xcd1d1c19)
11-30 15:26:12.967 30940 30963 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/Nightwatch$NightwatchNative.nSaveResourceData ()Z with native method: saveResourceData (0xcd1d1c19)
11-30 15:26:12.970 30940 30963 D Nightwatch: Starting NightWatch. Using fast [yes] or critical [yes] native methods
11-30 15:26:12.970 30940 30963 D Nightwatch: NightWatch using: Binary path: /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/lib/arm/libwatcher_binary.so log path: /data/data/com.instagram.android/app_errorreporting/sess__000002822-1638260772560-838db6f7-b483-c91e-ea23-3e1072f9acb2/nightwatch.txt
11-30 15:26:12.970 30940 30963 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordDataInNightWatch (IIJI)I with native method: recordDataInNightWatch (0xcd1d1bed). try use crit jni: yes try use fast jni: no Used crit: yes Used fast: no Used norm: no crit jni supported: yes fast jni supported: no config is fast: no config is crit: yes
11-30 15:26:12.970 30940 30963 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordTickInNightWatch (IIJJJJ)I with native method: recordTickInNightWatch (0xcd1d1bf7). try use crit jni: yes try use fast jni: no Used crit: yes Used fast: no Used norm: no crit jni supported: yes fast jni supported: no config is fast: no config is crit: yes
11-30 15:26:12.971 30940 30963 D Nightwatch: Got fb jni native method for com/facebook/errorreporting/nightwatch/NightwatchOreo.nSaveResourceData (II)Z with native method: saveResourceData (0xcd1d1c19). try use crit jni: yes try use fast jni: no Used crit: yes Used fast: no Used norm: no crit jni supported: yes fast jni supported: no config is fast: no config is crit: yes
11-30 15:26:12.971 30940 30963 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordDataInNightWatch (IIJI)I with native method: recordDataInNightWatch (0xcd1d1bed)
11-30 15:26:12.971 30940 30963 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordDataInNightWatch (IIJI)I with native method: recordDataInNightWatch (0xcd1d1bed)
11-30 15:26:12.971 30940 30963 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordTickInNightWatch (IIJJJJ)I with native method: recordTickInNightWatch (0xcd1d1bf7)
11-30 15:26:12.971 30940 30963 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nRecordTickInNightWatch (IIJJJJ)I with native method: recordTickInNightWatch (0xcd1d1bf7)
11-30 15:26:12.971 30940 30963 D _FB_    : Registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nSaveResourceData (II)Z with native method: saveResourceData (0xcd1d1c19)
11-30 15:26:12.971 30940 30963 D _FB_    : Succeeded registering method com/facebook/errorreporting/nightwatch/NightwatchOreo.nSaveResourceData (II)Z with native method: saveResourceData (0xcd1d1c19)
11-30 15:26:12.971 30940 30963 I nightwatch-lib: watcher succeeded mmap /data/data/com.instagram.android/app_errorreporting/sess__000002822-1638260772560-838db6f7-b483-c91e-ea23-3e1072f9acb2/nightwatch.txt
11-30 15:26:12.971 30940 30963 D nightwatch-fd: Attempting to open file /proc/self/oom_adj
11-30 15:26:12.971 30940 30963 E nightwatch-fd: Unable to open /proc/self/oom_adj (mode read) : 13 : Permission denied
11-30 15:26:12.972 30940 30963 D nightwatch-fd: Attempting to open file /proc/self/oom_adj
11-30 15:26:12.972 30940 30963 D nightwatch-fd: Opened file /proc/self/oom_adj (71)
11-30 15:26:12.972 30940 30963 D nightwatch-fd: Attempting to open file /proc/self/oom_score_adj
11-30 15:26:12.972 30940 30963 E nightwatch-fd: Unable to open /proc/self/oom_score_adj (mode read) : 13 : Permission denied
11-30 15:26:12.972 30940 30963 D nightwatch-fd: Attempting to open file /proc/self/oom_score_adj
11-30 15:26:12.972 30940 30963 D nightwatch-fd: Opened file /proc/self/oom_score_adj (72)
11-30 15:26:12.972 30940 30963 I nightwatch-target: created thread to monitor process resources
11-30 15:26:12.972 30940 30980 D nightwatch-fd: Attempting to open file /proc/self/oom_score
11-30 15:26:12.973 30940 30980 D nightwatch-fd: Opened file /proc/self/oom_score (70)
11-30 15:26:12.974 30940 30980 I nightwatch-target: monitor resources interval 500 ms
11-30 15:26:12.975  2680  2680 E audit   : type=1400 audit(1638260772.956:39951): avc:  denied  { read } for  pid=30980 comm="Lacrima_startup" name="file-nr" dev="proc" ino=38404355 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:26:12.975  2680  2680 E audit   : type=1300 audit(1638260772.956:39951): arch=40000028 syscall=334 per=8 success=no exit=-13 a0=ffffff9c a1=cd270890 a2=4 a3=0 items=0 ppid=2693 pid=30980 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:26:12.975  2680  2680 E audit   : type=1327 audit(1638260772.956:39951): proctitle="com.instagram.android"
11-30 15:26:12.975  2680  2680 E audit   : type=1400 audit(1638260772.956:39952): avc:  denied  { read } for  pid=30980 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:26:12.975 30940 30980 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:26:12.975  2680  2680 E audit   : type=1300 audit(1638260772.956:39952): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd2708b6 a2=20000 a3=0 items=0 ppid=2693 pid=30980 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:26:12.975 30940 30980 E nightwatch-target: sysmeminfo parse failed
11-30 15:26:12.975  2680  2680 E audit   : type=1327 audit(1638260772.956:39952): proctitle="com.instagram.android"
11-30 15:26:13.020 30940 30963 W ApiBlockListExemption: We Succeeded getting the needed hidden api deps on this platform. Can we try to remove hidden APIs: Yes.
11-30 15:26:13.026 30940 30940 W lacrima : LacrimaInitializer.init
11-30 15:26:13.032 30940 30940 W Fixie   : Initialize IG_NEED_INIT
11-30 15:26:13.033 30940 30963 W HiddenApis: Could not construct hidden api class X.IApplicationThreadBinderHookWrapper
11-30 15:26:13.033 30940 30963 W HiddenApis: 	Error:  ClassNotFoundException=X.IApplicationThreadBinderHookWrapper
11-30 15:26:13.035 30940 30963 W HiddenApis: 		 at java.lang.Class.classForName(Native Method)
11-30 15:26:13.035 30940 30963 W HiddenApis: 		 at java.lang.Class.forName(Class.java:453)
11-30 15:26:13.035 30940 30963 W HiddenApis: 		 at java.lang.Class.forName(Class.java:378)
11-30 15:26:13.035 30940 30963 W HiddenApis: 		 at X.0JN.A07(:62)
11-30 15:26:13.035 30940 30963 W HiddenApis: 		 at X.0Fr.A01(:110)
11-30 15:26:13.035 30940 30963 W HiddenApis: 		 at X.0VP.A02(:2)
11-30 15:26:13.035 30940 30963 W HiddenApis: 		 at X.0G7.A03(:532)
11-30 15:26:13.035 30940 30963 W HiddenApis: 		 at X.0fh.B4i(:92)
11-30 15:26:13.035 30940 30963 W HiddenApis: 		 at X.0W6.run(:33)
11-30 15:26:13.035 30940 30963 W HiddenApis: 		 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:26:13.036 30940 30963 W HiddenApis: 		 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:26:13.036 30940 30963 W HiddenApis: 		 at X.0NS.run(:9)
11-30 15:26:13.036 30940 30963 W HiddenApis: 		Cause:  ClassNotFoundException=Didn't find class "X.IApplicationThreadBinderHookWrapper" on path: DexPathList[[zip file "/system/framework/com.google.android.maps.jar", zip file "/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/base.apk", zip file "/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_openh264decoder.apk", zip file "/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_openh264encoder.apk", zip file "/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_pytorch.apk"],nativeLibraryDirectories=[/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/lib/arm, /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/base.apk!/lib/armeabi-v7a, /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_openh264decoder.apk!/lib/armeabi-v7a, /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_openh264encoder.apk!/lib/armeabi-v7a, /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_pytorch.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
11-30 15:26:13.036 30940 30963 W HiddenApis: 			 at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125)
11-30 15:26:13.036 30940 30963 W HiddenApis: 			 at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
11-30 15:26:13.036 30940 30963 W HiddenApis: 			 at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
11-30 15:26:13.036 30940 30963 W HiddenApis: 			 at java.lang.Class.classForName(Native Method)
11-30 15:26:13.036 30940 30963 W HiddenApis: 			 at java.lang.Class.forName(Class.java:453)
11-30 15:26:13.036 30940 30963 W HiddenApis: 			 at java.lang.Class.forName(Class.java:378)
11-30 15:26:13.036 30940 30963 W HiddenApis: 			 at X.0JN.A07(:62)
11-30 15:26:13.036 30940 30963 W HiddenApis: 			 at X.0Fr.A01(:110)
11-30 15:26:13.036 30940 30963 W HiddenApis: 			 at X.0VP.A02(:2)
11-30 15:26:13.037 30940 30963 W HiddenApis: 			 at X.0G7.A03(:532)
11-30 15:26:13.037 30940 30963 W HiddenApis: 			 at X.0fh.B4i(:92)
11-30 15:26:13.037 30940 30963 W HiddenApis: 			 at X.0W6.run(:33)
11-30 15:26:13.037 30940 30963 W HiddenApis: 			 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:26:13.037 30940 30963 W HiddenApis: 			 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:26:13.037 30940 30963 W HiddenApis: 			 at X.0NS.run(:9)
11-30 15:26:13.037 30940 30963 W IApplicationThreadFactory: Cannot construct AppThread wrapper X.IApplicationThreadBinderHookWrapper (deps: [android.app.IApplicationThread]) for binder hook null (cls: com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook).
11-30 15:26:13.038 30940 30963 W IApplicationThreadFactory: 	Error:  0JL=Could not construct hidden api class X.IApplicationThreadBinderHookWrapper deps ([android.app.IApplicationThread]) params: ([< SubType Instance cls: com.facebook.common.binderhooker.BinderHook parma val: [BinderHook ActivityThreadBinderHooker$ApplicationThreadBinderHook(com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook) Hooked Data: Not Hooked] [cls: com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook] >, < SubType Instance cls: android.os.Binder parma val: android.app.ActivityThread$ApplicationThread@68c59ae [cls: android.app.ActivityThread$ApplicationThread] >])
11-30 15:26:13.038 30940 30963 W IApplicationThreadFactory: 		 at X.0JN.A07(:479)
11-30 15:26:13.038 30940 30963 W IApplicationThreadFactory: 		 at X.0Fr.A01(:110)
11-30 15:26:13.038 30940 30963 W IApplicationThreadFactory: 		 at X.0VP.A02(:2)
11-30 15:26:13.038 30940 30963 W IApplicationThreadFactory: 		 at X.0G7.A03(:532)
11-30 15:26:13.038 30940 30963 W IApplicationThreadFactory: 		 at X.0fh.B4i(:92)
11-30 15:26:13.038 30940 30963 W IApplicationThreadFactory: 		 at X.0W6.run(:33)
11-30 15:26:13.038 30940 30963 W IApplicationThreadFactory: 		 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:26:13.038 30940 30963 W IApplicationThreadFactory: 		 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:26:13.038 30940 30963 W IApplicationThreadFactory: 		 at X.0NS.run(:9)
11-30 15:26:13.038 30940 30963 W IApplicationThreadFactory: 		Cause:  ClassNotFoundException=X.IApplicationThreadBinderHookWrapper
11-30 15:26:13.038 30940 30963 W IApplicationThreadFactory: 			 at java.lang.Class.classForName(Native Method)
11-30 15:26:13.039 30940 30963 W IApplicationThreadFactory: 			 at java.lang.Class.forName(Class.java:453)
11-30 15:26:13.039 30940 30963 W IApplicationThreadFactory: 			 at java.lang.Class.forName(Class.java:378)
11-30 15:26:13.039 30940 30963 W IApplicationThreadFactory: 			 at X.0JN.A07(:62)
11-30 15:26:13.039 30940 30963 W IApplicationThreadFactory: 			 at X.0Fr.A01(:110)
11-30 15:26:13.039 30940 30963 W IApplicationThreadFactory: 			 at X.0VP.A02(:2)
11-30 15:26:13.039 30940 30963 W IApplicationThreadFactory: 			 at X.0G7.A03(:532)
11-30 15:26:13.039 30940 30963 W IApplicationThreadFactory: 			 at X.0fh.B4i(:92)
11-30 15:26:13.039 30940 30963 W IApplicationThreadFactory: 			 at X.0W6.run(:33)
11-30 15:26:13.039 30940 30963 W IApplicationThreadFactory: 			 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:26:13.039 30940 30963 W IApplicationThreadFactory: 			 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:26:13.039 30940 30963 W IApplicationThreadFactory: 			 at X.0NS.run(:9)
11-30 15:26:13.039 30940 30963 W IApplicationThreadFactory: 		Cause:  ClassNotFoundException=Didn't find class "X.IApplicationThreadBinderHookWrapper" on path: DexPathList[[zip file "/system/framework/com.google.android.maps.jar", zip file "/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/base.apk", zip file "/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_openh264decoder.apk", zip file "/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_openh264encoder.apk", zip file "/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_pytorch.apk"],nativeLibraryDirectories=[/data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/lib/arm, /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/base.apk!/lib/armeabi-v7a, /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_openh264decoder.apk!/lib/armeabi-v7a, /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_openh264encoder.apk!/lib/armeabi-v7a, /data/app/com.instagram.android-3BeTJmIanjPYMwIUvxeOkw==/split_pytorch.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
11-30 15:26:13.039 30940 30963 W IApplicationThreadFactory: 			 at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125)
11-30 15:26:13.039 30940 30963 W IApplicationThreadFactory: 			 at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
11-30 15:26:13.039 30940 30963 W IApplicationThreadFactory: 			 at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
11-30 15:26:13.040 30940 30963 W IApplicationThreadFactory: 			 at java.lang.Class.classForName(Native Method)
11-30 15:26:13.040 30940 30963 W IApplicationThreadFactory: 			 at java.lang.Class.forName(Class.java:453)
11-30 15:26:13.040 30940 30963 W IApplicationThreadFactory: 			 at java.lang.Class.forName(Class.java:378)
11-30 15:26:13.040 30940 30963 W IApplicationThreadFactory: 			 at X.0JN.A07(:62)
11-30 15:26:13.040 30940 30963 W IApplicationThreadFactory: 			 at X.0Fr.A01(:110)
11-30 15:26:13.040 30940 30963 W IApplicationThreadFactory: 			 at X.0VP.A02(:2)
11-30 15:26:13.040 30940 30963 W IApplicationThreadFactory: 			 at X.0G7.A03(:532)
11-30 15:26:13.040 30940 30963 W IApplicationThreadFactory: 			 at X.0fh.B4i(:92)
11-30 15:26:13.040 30940 30963 W IApplicationThreadFactory: 			 at X.0W6.run(:33)
11-30 15:26:13.040 30940 30963 W IApplicationThreadFactory: 			 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:26:13.040 30940 30963 W IApplicationThreadFactory: 			 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:26:13.040 30940 30963 W IApplicationThreadFactory: 			 at X.0NS.run(:9)
11-30 15:26:13.040 30940 30963 W ActivityThreadBinderHooker: Failed creating a wrapped binder hook. Defaulting to normal binder hook
11-30 15:26:13.046 30940 30963 D BinderHooker: Called hook binder
11-30 15:26:13.046 30940 30963 D BinderHooker: Starting init of BinderHooker
11-30 15:26:13.047 30940 30963 D BinderHooker: Binder Hooker was successfully inited [StrongPointer dep is supported] [Parcel dep is supported]
11-30 15:26:13.048 30940 30963 D BinderHooker: Attempting to hook javaObjectForIBinder.
11-30 15:26:13.059 30940 30963 D BinderHooker: javaObjectForIBinder hooked successfully
11-30 15:26:13.060 30940 30963 D BinderHooker: Is a binder hook class, seeing if we need to unwrap it.
11-30 15:26:13.060 30940 30963 D BinderHooker: Attempting to hook binder android.app.ActivityThread$ApplicationThread with binder com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook
11-30 15:26:13.060 30940 30963 D BinderHooker: Getting IBinder obj for android.app.ActivityThread$ApplicationThread
11-30 15:26:13.060 30940 30963 D BinderHooker: Getting IBinder for android.app.ActivityThread$ApplicationThread 0xcec81040
11-30 15:26:13.060 30940 30963 D BinderHooker: Calling java to create a parcel and write jobj 0xcec81040 to it. 
11-30 15:26:13.060 30940 30963 D BinderHooker: Got Parcel Ptr 0xe72213a0 for java obj 0xcec81040.
11-30 15:26:13.060 30940 30963 D BinderHooker: Call readStrongBinder(0xe72213a0) ret not null? yes sp: f1dc8440.
11-30 15:26:13.060 30940 30963 D BinderHooker: Finished getting IBinder obj for android.app.ActivityThread$ApplicationThread. Got f1dc8440.
11-30 15:26:13.060 30940 30963 D BinderHooker: Taking and locking Strong IBinder ref f1dc8440 for android.app.ActivityThread$ApplicationThread
11-30 15:26:13.060 30940 30963 D BinderHooker: FINISHED taking and locking Strong IBinder ref f1dc8440 for android.app.ActivityThread$ApplicationThread
11-30 15:26:13.060 30940 30963 D BinderHooker: Got binder ptr f1dc8440 for the given val
11-30 15:26:13.060 30940 30963 D BinderHooker: Setting Orig javaBBinder mObjectPtr for android.app.ActivityThread$ApplicationThread because it has not been set before
11-30 15:26:13.060 30940 30963 D BinderHooker: Finished Setting Orig javaBBinder mObjectPtr
11-30 15:26:13.060 30940 30963 D BinderHooker: Setting javaBBinder mObjectPtr 0xf1dc8450 (orig: 0x1c36) for android.app.ActivityThread$ApplicationThread
11-30 15:26:13.060 30940 30963 D BinderHooker: Getting IBinder obj for com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook
11-30 15:26:13.060 30940 30963 D BinderHooker: Getting IBinder for com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook 0xcec81044
11-30 15:26:13.060 30940 30963 D BinderHooker: Calling java to create a parcel and write jobj 0xcec81044 to it. 
11-30 15:26:13.060 30940 30963 D BinderHooker: Got Parcel Ptr 0xf1e30798 for java obj 0xcec81044.
11-30 15:26:13.060 30940 30963 D BinderHooker: Call readStrongBinder(0xf1e30798) ret not null? yes sp: ce4d5860.
11-30 15:26:13.060 30940 30963 D BinderHooker: Finished getting IBinder obj for com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook. Got ce4d5860.
11-30 15:26:13.060 30940 30963 D BinderHooker: Taking and locking Strong IBinder ref ce4d5860 for com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook
11-30 15:26:13.061 30940 30963 D BinderHooker: FINISHED taking and locking Strong IBinder ref ce4d5860 for com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook
11-30 15:26:13.061 30940 30963 D BinderHooker: Got binder ptr ce4d5860 for the given val
11-30 15:26:13.061 30940 30963 D BinderHooker: Setting Orig javaBBinder mObjectPtr for com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook because it has not been set before
11-30 15:26:13.061 30940 30963 D BinderHooker: Finished Setting Orig javaBBinder mObjectPtr
11-30 15:26:13.061 30940 30963 D BinderHooker: Setting javaBBinder mObjectPtr 0xce4d5870 (orig: 0x1f46) for com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook
11-30 15:26:13.061 30940 30963 D BinderHooker: We already have a strong binder ref
11-30 15:26:13.061 30940 30963 D BinderHooker: We already have a strong binder ref
11-30 15:26:13.061 30940 30963 D BinderHooker: Successfully prepared hooking binder and will now perform.  Use Transparent Conv: yes 
11-30 15:26:13.061 30940 30963 D BinderHooker: 		Hooked: android.app.ActivityThread$ApplicationThread 
11-30 15:26:13.061 30940 30963 D BinderHooker: 		Hooked with: com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook
11-30 15:26:13.061 30940 30963 D BinderHooker: Attempting to set binder hook data on the hook object
11-30 15:26:13.061 30940 30963 D BinderHooker: Finished setting binder hook data on the hook object
11-30 15:26:13.061 30940 30963 D BinderHooker: Finished hooking binder. Success: yes 
11-30 15:26:13.061 30940 30963 D BinderHooker: 		Hooked: android.app.ActivityThread$ApplicationThread 
11-30 15:26:13.061 30940 30963 D BinderHooker: 		Hooked with: com.facebook.common.activitythreadhook.ActivityThreadBinderHooker$ApplicationThreadBinderHook
11-30 15:26:13.093 30940 30963 D BinderHooker: Got binder ptr e7408280 for the given val
11-30 15:26:13.093 30940 30963 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:13.108  2985  3003 E BatteryExternalStatsWorker: no controller energy info supplied for wifi
11-30 15:26:13.108  2985  3003 E BatteryExternalStatsWorker: no controller energy info supplied for bluetooth
11-30 15:26:13.138 30940 30990 W QPLConfig: failed to load config
11-30 15:26:13.138 30940 30990 W QPLConfig: java.io.FileNotFoundException: /data/user/0/com.instagram.android/app_qpl/qpl_sampling_config_v2.null (No such file or directory)
11-30 15:26:13.138 30940 30990 W QPLConfig: 	at java.io.FileInputStream.open0(Native Method)
11-30 15:26:13.138 30940 30990 W QPLConfig: 	at java.io.FileInputStream.open(FileInputStream.java:200)
11-30 15:26:13.138 30940 30990 W QPLConfig: 	at java.io.FileInputStream.<init>(FileInputStream.java:150)
11-30 15:26:13.138 30940 30990 W QPLConfig: 	at X.0mD.run(:75)
11-30 15:26:13.138 30940 30990 W QPLConfig: 	at X.0du.run(:2)
11-30 15:26:13.138 30940 30990 W QPLConfig: 	at X.0cy.run(:31)
11-30 15:26:13.138 30940 30990 W QPLConfig: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:26:13.138 30940 30990 W QPLConfig: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:26:13.138 30940 30990 W QPLConfig: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:26:13.138 30940 30990 W QPLConfig: 	at X.0Yh.run(:5)
11-30 15:26:13.141  2985  3003 E BatteryExternalStatsWorker: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0}
11-30 15:26:13.162 30940 30963 W dalvik-internals: sigaction64 not found, falling back
11-30 15:26:13.162 30940 30963 W dalvik-internals: sigaction succeeded
11-30 15:26:13.164 30940 30963 W dalvik-internals: ignoring failure to find _ZN3art12FaultManager35EnsureArtActionInFrontOfSignalChainEv: could not hook _ZN3art12FaultManager35EnsureArtActionInFrontOfSignalChainEv
11-30 15:26:13.164 30940 30963 V dalvik-internals: hooked signal using trap ()
11-30 15:26:13.164 30940 30963 V dalvik-internals: hooked sysv_signal using trap ()
11-30 15:26:13.164 30940 30963 V dalvik-internals: hooked bsd_signal using trap ()
11-30 15:26:13.164 30940 30963 V dalvik-internals: hooked sigaction using trap ()
11-30 15:26:13.164 30940 30963 I dalvik-internals: integrateWithCrashLog crashlog: /data/user/0/com.instagram.android/crash_log, insta_crashlog: /data/user/0/com.instagram.android/insta_crash_log
11-30 15:26:13.165 30940 30963 I dalvik-internals: installed sigmux crash handler for crash log
11-30 15:26:13.180 30940 30945 I zygote  : Do partial code cache collection, code=13KB, data=25KB
11-30 15:26:13.180 30940 30945 I zygote  : After code cache collection, code=13KB, data=25KB
11-30 15:26:13.180 30940 30945 I zygote  : Increasing code cache capacity to 128KB
11-30 15:26:13.180 30940 30945 I zygote  : Compiler allocated 8MB to compile boolean X.0uH.A0B(android.os.StrictMode$ThreadPolicy, java.lang.String, java.lang.String, java.lang.String, int)
11-30 15:26:13.452  2680  2680 E audit   : type=1400 audit(1638260773.436:39953): avc:  denied  { read } for  pid=30940 comm="stagram.android" name="vmstat" dev="proc" ino=4026534951 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:26:13.452  2680  2680 E audit   : type=1300 audit(1638260773.436:39953): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=ce4bad70 a2=20000 a3=0 items=0 ppid=2693 pid=30940 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="stagram.android" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:26:13.452  2680  2680 E audit   : type=1327 audit(1638260773.436:39953): proctitle="com.instagram.android"
11-30 15:26:13.476 30940 30980 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:26:13.476 30940 30980 E nightwatch-target: sysmeminfo parse failed
11-30 15:26:13.476  2680  2680 E audit   : type=1400 audit(1638260773.456:39954): avc:  denied  { read } for  pid=30980 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:26:13.476  2680  2680 E audit   : type=1300 audit(1638260773.456:39954): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd2708b6 a2=20000 a3=0 items=0 ppid=2693 pid=30980 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:26:13.476  2680  2680 E audit   : type=1327 audit(1638260773.456:39954): proctitle="com.instagram.android"
11-30 15:26:13.552 30940 30945 I zygote  : Do partial code cache collection, code=52KB, data=39KB
11-30 15:26:13.553 30940 30945 I zygote  : After code cache collection, code=52KB, data=39KB
11-30 15:26:13.553 30940 30945 I zygote  : Increasing code cache capacity to 256KB
11-30 15:26:13.793 30940 30973 D NetworkSecurityConfig: Using Network Security Config from resource fb_network_security_config debugBuild: false
11-30 15:26:13.798 30940 30974 D BinderHooker: Got binder ptr caa9b140 for the given val
11-30 15:26:13.798 30940 30974 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:13.801 30940 30973 W zygote  : JNI RegisterNativeMethods: attempt to register 0 native methods for com.facebook.msys.mci.EventLoggingData
11-30 15:26:13.804 30940 30971 D BinderHooker: Got binder ptr e74083c0 for the given val
11-30 15:26:13.804 30940 30971 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:13.807  2985  5090 D ConnectivityService: filterNetworkStateForUid() uid: 11193 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:26:13.819  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:26:13.822 30940 30971 D BinderHooker: Got binder ptr e9108c00 for the given val
11-30 15:26:13.822 30940 30971 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:13.829 30940 30940 D BinderHooker: Got binder ptr cbc3ce40 for the given val
11-30 15:26:13.829 30940 30940 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:13.838 30940 30940 W FrscLanguagePackLoader: Loading FRSC strings for locale (en)
11-30 15:26:13.844 30940 31025 W FrscLanguagePackLoader: FRSC English strings buffer size - (limit : 523260, capacity : 523260)
11-30 15:26:13.846 30940 30971 D BinderHooker: Got binder ptr e9108f00 for the given val
11-30 15:26:13.846 30940 30971 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:13.847 30940 30940 D CACHE_HINTS: Entering madvise file
11-30 15:26:13.848 30940 30940 D CACHE_HINTS: MADVISE_RAND file 0xc9799000 7782399 /data/data/com.instagram.android/app_restricks/layouts.bin
11-30 15:26:13.904 30940 30971 I zygote  : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
11-30 15:26:13.918 30940 30971 I CameraManagerGlobal: Connecting to camera service
11-30 15:26:13.919 30940 30971 D BinderHooker: Got binder ptr e917e180 for the given val
11-30 15:26:13.919 30940 30971 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:13.924 30940 30971 D VendorTagDescriptor: addVendorDescriptor: vendor tag id 3854507339 added
11-30 15:26:13.933  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:26:13.937 30940 31047 I zygote  : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
11-30 15:26:13.949  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:13.949  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:13.949  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:13.972 30940 30971 D BinderHooker: Got binder ptr caa9b140 for the given val
11-30 15:26:13.972 30940 30971 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:13.975  2706  2706 D keystore: Reached or exceeded concurrent operations limit
11-30 15:26:13.975  2706  2706 D keystore: Trying to prune operation 0xf6215218
11-30 15:26:13.975  2706  2706 W keystore: ENTER remove operation from uid 11193
11-30 15:26:13.976 30940 30971 D BinderHooker: Got binder ptr e917e440 for the given val
11-30 15:26:13.976 30940 30971 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:13.985 30940 30973 D BinderHooker: Got binder ptr e917e900 for the given val
11-30 15:26:13.985 30940 30973 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:13.986  2706  2706 W keystore: ENTER remove operation from uid 11193
11-30 15:26:13.995 30940 30974 D BinderHooker: Got binder ptr caa9b140 for the given val
11-30 15:26:13.995 30940 30974 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:13.999 30940 30972 D BinderHooker: Got binder ptr caa9b140 for the given val
11-30 15:26:13.999 30940 30972 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.000 30940 30972 D BinderHooker: Got binder ptr caa9bb40 for the given val
11-30 15:26:14.000 30940 30972 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.002  2706  2706 W keystore: ENTER remove operation from uid 11193
11-30 15:26:14.006 30940 30974 D BinderHooker: Got binder ptr caa9b140 for the given val
11-30 15:26:14.006 30940 30974 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.013 30940 30969 D BinderHooker: Got binder ptr caa9b140 for the given val
11-30 15:26:14.013 30940 30969 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.015 30940 30969 D BinderHooker: Got binder ptr caa9b240 for the given val
11-30 15:26:14.015 30940 30969 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.018  2706  2706 W keystore: ENTER remove operation from uid 11193
11-30 15:26:14.086  2985  5092 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.direct.share.handler.DirectShareHandlerActivity newState = 1 callingPackage = 11193/com.instagram.android
11-30 15:26:14.090  2985  5092 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.direct.share.handler.DirectShareHandlerActivityInterop newState = 2 callingPackage = 11193/com.instagram.android
11-30 15:26:14.092  2985  5092 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.direct.share.handler.DirectExternalMediaShareActivityPhoto newState = 1 callingPackage = 11193/com.instagram.android
11-30 15:26:14.095  2985  5092 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.direct.share.handler.DirectExternalMediaShareActivityPhotoInterop newState = 2 callingPackage = 11193/com.instagram.android
11-30 15:26:14.097  2985  5092 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.direct.share.handler.DirectExternalMediaShareActivityVideo newState = 1 callingPackage = 11193/com.instagram.android
11-30 15:26:14.101  2985  5092 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.direct.share.handler.DirectExternalMediaShareActivityVideoInterop newState = 2 callingPackage = 11193/com.instagram.android
11-30 15:26:14.108 30940 31069 W IgSharedPreferences: getAll was used, which can cause ConcurrentModificationExceptions
11-30 15:26:14.108 30940 31069 W IgSharedPreferences: java.lang.Throwable
11-30 15:26:14.108 30940 31069 W IgSharedPreferences: 	at X.0Vu.getAll(:9)
11-30 15:26:14.108 30940 31069 W IgSharedPreferences: 	at X.2aK.run(:4)
11-30 15:26:14.108 30940 31069 W IgSharedPreferences: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:26:14.108 30940 31069 W IgSharedPreferences: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:26:14.108 30940 31069 W IgSharedPreferences: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:26:14.108 30940 31069 W IgSharedPreferences: 	at X.0Yh.run(:5)
11-30 15:26:14.108 30940 31069 W IgSharedPreferences: getAll was used, which can cause ConcurrentModificationExceptions
11-30 15:26:14.108 30940 31069 W IgSharedPreferences: java.lang.Throwable
11-30 15:26:14.108 30940 31069 W IgSharedPreferences: 	at X.0Vu.getAll(:9)
11-30 15:26:14.108 30940 31069 W IgSharedPreferences: 	at X.0Vu.getAll(:21)
11-30 15:26:14.108 30940 31069 W IgSharedPreferences: 	at X.2aK.run(:4)
11-30 15:26:14.108 30940 31069 W IgSharedPreferences: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:26:14.108 30940 31069 W IgSharedPreferences: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:26:14.108 30940 31069 W IgSharedPreferences: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:26:14.108 30940 31069 W IgSharedPreferences: 	at X.0Yh.run(:5)
11-30 15:26:14.193 30940 30975 W IgSharedPreferences: getAll was used, which can cause ConcurrentModificationExceptions
11-30 15:26:14.193 30940 30975 W IgSharedPreferences: java.lang.Throwable
11-30 15:26:14.193 30940 30975 W IgSharedPreferences: 	at X.0Vu.getAll(:9)
11-30 15:26:14.193 30940 30975 W IgSharedPreferences: 	at X.1Lx.A02(:2)
11-30 15:26:14.193 30940 30975 W IgSharedPreferences: 	at X.2bu.run(:4)
11-30 15:26:14.193 30940 30975 W IgSharedPreferences: 	at X.1MU.A00(:35)
11-30 15:26:14.193 30940 30975 W IgSharedPreferences: 	at kotlin.coroutines.jvm.internal.CoroutineContinuationImplMergingSLambdaShape2S0301000.invokeSuspend(:2754)
11-30 15:26:14.193 30940 30975 W IgSharedPreferences: 	at X.1OK.resumeWith(:6)
11-30 15:26:14.193 30940 30975 W IgSharedPreferences: 	at X.1PH.run(:100)
11-30 15:26:14.193 30940 30975 W IgSharedPreferences: 	at X.1PZ.run(:2)
11-30 15:26:14.193 30940 30975 W IgSharedPreferences: 	at X.0Yb.run(:96)
11-30 15:26:14.193 30940 30975 W IgSharedPreferences: getAll was used, which can cause ConcurrentModificationExceptions
11-30 15:26:14.193 30940 30975 W IgSharedPreferences: java.lang.Throwable
11-30 15:26:14.193 30940 30975 W IgSharedPreferences: 	at X.0Vu.getAll(:9)
11-30 15:26:14.193 30940 30975 W IgSharedPreferences: 	at X.0Vu.getAll(:21)
11-30 15:26:14.193 30940 30975 W IgSharedPreferences: 	at X.1Lx.A02(:2)
11-30 15:26:14.193 30940 30975 W IgSharedPreferences: 	at X.2bu.run(:4)
11-30 15:26:14.193 30940 30975 W IgSharedPreferences: 	at X.1MU.A00(:35)
11-30 15:26:14.193 30940 30975 W IgSharedPreferences: 	at kotlin.coroutines.jvm.internal.CoroutineContinuationImplMergingSLambdaShape2S0301000.invokeSuspend(:2754)
11-30 15:26:14.193 30940 30975 W IgSharedPreferences: 	at X.1OK.resumeWith(:6)
11-30 15:26:14.193 30940 30975 W IgSharedPreferences: 	at X.1PH.run(:100)
11-30 15:26:14.193 30940 30975 W IgSharedPreferences: 	at X.1PZ.run(:2)
11-30 15:26:14.193 30940 30975 W IgSharedPreferences: 	at X.0Yb.run(:96)
11-30 15:26:14.213  2985  5092 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.fbpay.w3c.ipc.IsReadyToPayServiceImpl newState = 2 callingPackage = 11193/com.instagram.android
11-30 15:26:14.214  2985  5092 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.fbpay.w3c.ipc.FBPaymentServiceImpl newState = 2 callingPackage = 11193/com.instagram.android
11-30 15:26:14.215  2985  5092 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.fbpay.w3c.views.PaymentActivity newState = 2 callingPackage = 11193/com.instagram.android
11-30 15:26:14.241 30940 30940 D BinderHooker: Got binder ptr e74083c0 for the given val
11-30 15:26:14.241 30940 30940 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.243 30940 30940 D BinderHooker: Got binder ptr e74083c0 for the given val
11-30 15:26:14.243 30940 30940 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.244 30940 30940 D BinderHooker: Got binder ptr e74083c0 for the given val
11-30 15:26:14.244 30940 30940 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.277  4228  4228 D io_stats: !@ 179,0 r 54751169 1394800388 w 6073846 85831024 d 1208636 30880188 f 1082553 1081600 iot 29971880 29376189 th 51200 0 0 pt 0 inp 0 0 264273.268
11-30 15:26:14.292 30940 31078 W AudioCapabilities: Unsupported mime audio/x-ima
11-30 15:26:14.298 30940 31078 W AudioCapabilities: Unsupported mime audio/mpeg-L1
11-30 15:26:14.298 30940 31078 W AudioCapabilities: Unsupported mime audio/mpeg-L2
11-30 15:26:14.301 30940 31078 W AudioCapabilities: Unsupported mime audio/x-ms-wma
11-30 15:26:14.304 30940 30940 W ErrorReporter: ErrorReportingDiagnosticData.setInstance already set.
11-30 15:26:14.332 30940 31078 W VideoCapabilities: Unsupported mime video/mp43
11-30 15:26:14.340 30940 31078 W VideoCapabilities: Unrecognized profile/level 1/32 for video/mp4v-es
11-30 15:26:14.340 30940 31078 W VideoCapabilities: Unrecognized profile/level 32768/2 for video/mp4v-es
11-30 15:26:14.340 30940 31078 W VideoCapabilities: Unrecognized profile/level 32768/64 for video/mp4v-es
11-30 15:26:14.342 30940 31078 W VideoCapabilities: Unsupported mime video/wvc1
11-30 15:26:14.345 30940 31078 W VideoCapabilities: Unsupported mime video/wvc1
11-30 15:26:14.355 30940 31078 W VideoCapabilities: Unsupported mime video/x-ms-wmv7
11-30 15:26:14.358 30940 31078 W VideoCapabilities: Unsupported mime video/x-ms-wmv8
11-30 15:26:14.373 30940 31078 I VideoCapabilities: Unsupported profile 4 for video/mp4v-es
11-30 15:26:14.405 30940 30948 W JavaBinder: BinderProxy is being destroyed but the application did not call unlinkToDeath to unlink all of its death recipients beforehand.  Releasing leaked death recipient: X.0OU
11-30 15:26:14.466 30940 30945 I zygote  : Do full code cache collection, code=122KB, data=85KB
11-30 15:26:14.467 30940 30945 I zygote  : After code cache collection, code=91KB, data=53KB
11-30 15:26:14.477 30940 30980 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:26:14.477  2680  2680 E audit   : type=1400 audit(1638260774.466:39955): avc:  denied  { read } for  pid=30980 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:26:14.477 30940 30980 E nightwatch-target: sysmeminfo parse failed
11-30 15:26:14.477  2680  2680 E audit   : type=1300 audit(1638260774.466:39955): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd2708b6 a2=20000 a3=0 items=0 ppid=2693 pid=30980 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:26:14.477  2680  2680 E audit   : type=1327 audit(1638260774.466:39955): proctitle="com.instagram.android"
11-30 15:26:14.519 30940 31062 D BinderHooker: Got binder ptr ce2b3800 for the given val
11-30 15:26:14.520 30940 31062 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.547  2985  5090 D SamsungAlarmManager: setInexact Intent (T:2/F:0/AC:false) 20211130T153114 - CU:11193/CP:30940
11-30 15:26:14.551 30940 31064 D BinderHooker: Got binder ptr ce2b3ac0 for the given val
11-30 15:26:14.551 30940 31064 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.555  2985  5090 D SamsungAlarmManager: setExact Intent (T:2/F:5/AC:false) 20211130T153114 - CU:11193/CP:30940
11-30 15:26:14.573 30940 30940 D BinderHooker: Got binder ptr c8430500 for the given val
11-30 15:26:14.573 30940 30940 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.579 30940 31092 W FileBasedMultiProcessTracker: <default>: Initializing FileBasedMultiProcessTracking using /data/user/0/com.instagram.android/app_multiprocess_tracking
11-30 15:26:14.579 30940 31092 W FileBasedMultiProcessTracker: <default>: Creating file to track 30940
11-30 15:26:14.604 30940 31092 W FileBasedMultiProcessTracker: <default>: FileBasedMultiProcessTracker ready!
11-30 15:26:14.607 30940 31093 W FileBasedMultiProcessTracker: <default>: Observed removed PID: 28244
11-30 15:26:14.614 30940 31091 D BinderHooker: Got binder ptr ce2b3640 for the given val
11-30 15:26:14.615 30940 31091 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.616 30940 31091 D BinderHooker: Got binder ptr ce2b3640 for the given val
11-30 15:26:14.616 30940 31091 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.618 30940 31091 D BinderHooker: Got binder ptr ce2b3640 for the given val
11-30 15:26:14.618 30940 31091 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.619 30940 31091 D BinderHooker: Got binder ptr ce2b3640 for the given val
11-30 15:26:14.619 30940 31091 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.623  2985  5090 D ConnectivityService: filterNetworkStateForUid() uid: 11193 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:26:14.629 30940 31064 D BinderHooker: Got binder ptr ce2b3ac0 for the given val
11-30 15:26:14.629 30940 31064 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.633  2985  5090 D SamsungAlarmManager: setInexact Intent (T:2/F:0/AC:false) 20211130T153114 - CU:11193/CP:30940
11-30 15:26:14.641  2985  5090 I ActivityManager: KPU : put [com.android.vending:instant_app_installer] : 18476 K
11-30 15:26:14.641  2985  5090 I ActivityManager: Killing 29464:com.android.vending:instant_app_installer/u0a40 (adj 906): DHA:empty #46
11-30 15:26:14.644  2985  5092 D SamsungAlarmManager: setExact Intent (T:2/F:5/AC:false) 20211130T153114 - CU:11193/CP:30940
11-30 15:26:14.645 30940 30966 D DistractUtil: Function _ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE hooked with result=0
11-30 15:26:14.645 30940 30966 D SigquitDetector: Hooked methods [Lacrima]
11-30 15:26:14.650 30940 30940 D BinderHooker: Got binder ptr e7408f80 for the given val
11-30 15:26:14.650 30940 30940 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.658  2985  5090 D ConnectivityService: filterNetworkStateForUid() uid: 11193 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:26:14.674  2985  3002 I zygote  : Successfully killed process cgroup uid 10040 pid 29464 in 27ms
11-30 15:26:14.674  2985  3070 W Choreographer: Frame time is 17.675749 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:26:14.686  4604  4604 I Launcher: onReceive: com.samsung.action.EVERY_MINUTE_CLOCK_UPDATE
11-30 15:26:14.691  2985  5090 D SamsungAlarmManager: setInexact Intent (T:1/F:0/AC:false) 20211130T152700 - CU:10069/CP:4604
11-30 15:26:14.691  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.sec.android.app.clockpackage
11-30 15:26:14.691  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:26:14.692  4604  4604 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:26:14.721  4604  4604 I LiveIconManager: getLiveIcon: complete(sync_created)
11-30 15:26:14.721  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.sec.android.app.clockpackage
11-30 15:26:14.721  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.samsung.android.calendar
11-30 15:26:14.722  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.samsung.android.calendar
11-30 15:26:14.747 30940 30945 I zygote  : Do partial code cache collection, code=93KB, data=61KB
11-30 15:26:14.748 30940 30945 I zygote  : After code cache collection, code=93KB, data=61KB
11-30 15:26:14.748 30940 30945 I zygote  : Increasing code cache capacity to 512KB
11-30 15:26:14.749 30940 30940 D BinderHooker: Got binder ptr e743f300 for the given val
11-30 15:26:14.749 30940 30940 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.765 30940 31049 D BinderHooker: Got binder ptr e8f6ca80 for the given val
11-30 15:26:14.765 30940 31049 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.766  2985  5090 D AudioService: isEnabled
11-30 15:26:14.766 30940 30940 D BinderHooker: Got binder ptr e743f880 for the given val
11-30 15:26:14.766 30940 30940 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.766  2985  5090 D AudioService: getStreamVolume 3 index 10
11-30 15:26:14.771  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = android,userId = 0
11-30 15:26:14.772  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:26:14.772  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = android,userId = 0
11-30 15:26:14.772  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:26:14.773  2985  3000 E NotificationService: Suppressing notification from package by user request.
11-30 15:26:14.774  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = net.cashpop.id,userId = 0
11-30 15:26:14.774  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:26:14.775  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = net.cashpop.id,userId = 0
11-30 15:26:14.775  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:26:14.777 30940 30951 D BinderHooker: Got binder ptr e8f367a0 for the given val
11-30 15:26:14.778  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = net.cashpop.id,userId = 0
11-30 15:26:14.778  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:26:14.778  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = net.cashpop.id,userId = 0
11-30 15:26:14.778  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:26:14.785 30940 30951 D BinderHooker: Got binder ptr e8f367e0 for the given val
11-30 15:26:14.785  2985  5092 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.push.FbnsInitBroadcastReceiver newState = 1 callingPackage = 11193/com.instagram.android
11-30 15:26:14.799 30940 31102 D BinderHooker: Got binder ptr c8c3a740 for the given val
11-30 15:26:14.799 30940 31102 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.800 30940 31102 D BinderHooker: Got binder ptr c8c3a740 for the given val
11-30 15:26:14.800 30940 31102 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.801 30940 30940 D BinderHooker: Got binder ptr c8c3a740 for the given val
11-30 15:26:14.801 30940 30940 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.806 30940 30940 D BinderHooker: Got binder ptr e8f6cc40 for the given val
11-30 15:26:14.806 30940 30940 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.806 30940 31102 D BinderHooker: Got binder ptr c8c3a7c0 for the given val
11-30 15:26:14.806 30940 31102 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.828  2985  2999 D SemExecuteManagerService: onShortcutChanged: com.instagram.android0
11-30 15:26:14.829  4604  5239 D LauncherApps: onShortcutChanged 0,com.instagram.android
11-30 15:26:14.830  4604  4604 D DeepShortcutManager: bindDeepShortcutMap: {com.android.launcher3.util.ComponentKey@ed003502=[launcher_shortcut_search, launcher_shortcut_upload, launcher_shortcut_scan], com.android.launcher3.util.ComponentKey@b0cc8fca=[shortcut_create_note, shortcut_write_with_pen, shortcut_record_voice_note], com.android.launcher3.util.ComponentKey@7d974010=[new_video_call, new_conversation, new_audio_call], com.android.launcher3.util.ComponentKey@854a91d=[manifest_new_list_shortcut, manifest_new_audio_note_shortcut, manifest_new_photo_note_shortcut, manifest_new_note_shortcut], com.android.launcher3.util.ComponentKey@1e9a2d90=[DynamicFullRecent], com.android.launcher3.util.ComponentKey@1d30da3a=[6285207364117@s.whatsapp.net, open_camera, 6285921683680@s.whatsapp.net, 6281338372409@s.whatsapp.net, 120363020307794510@g.us], com.android.launcher3.util.ComponentKey@3916b95c=[Inbox_authorlovy@yahoo.com, Inbox_adelinathenotebook@yahoo.com, Inbox_shintamawarni76@gmail.com, compose], com.android.launcher3.util.ComponentKey@d85d54d0=[search_event_task, create_task, create_event], com.android.launcher3.util.ComponentKey@bb83b3cc=[view-bookmarks-shortcut, new-tab-shortcut, dynamic-new-tab-shortcut, search-web-shortcut, new-secret-tab-shortcut], com.android.launcher3.util.ComponentKey@64033792=[explore-shortcut, search-shortcut, subscriptions-shortcut], com.android.launcher3.util.ComponentKey@75953544=[1, 2], com.android.launcher3.util.ComponentKey@683678e7=[create_message], com.android.launcher3.util.ComponentKey@7e1620c7=[activity, camera, direct, post], com.android.launcher3.util.ComponentKey@91a61cf4=[contactadd, myprofile, contactgroup], com.android.launcher3.util.ComponentKey@6a731a20=[play, recently_added, favourites], com.android.launcher3.util.ComponentKey@429b698e=[selfie, auto], com.android.launcher3.util.ComponentKey@3e17fc4f=[updates], com.android.launcher3.util.ComponentKey@31e36f3b=[com.google.android.play.games.minesweeper, com.google.android.play.games.whirlybird, com.google.android.play.games.solitaire, com.google.android.play.games.snake], com.android.launcher3.util.ComponentKey@7bfa09e7=[shintamawarni76@mhs.pelitabangsa.ac.id, manifest_compose_shortcut, shintamawarni76@gmail.com, shintamawarni762@gmail.com], com.android.launcher3.util.ComponentKey@515cb7c2=[VIEW_MY_DOWNLOADS], com.android.launcher3.util.ComponentKey@1e9a2cfa=[DynamicFullRecent], com.android.launcher3.util.ComponentKey@726a9c09=[static_shortcut_text_note, static_shortcut_audio_note, static_shortcut_photo_note, static_shortcut_todo_note], com.android.launcher3.util.ComponentKey@967f6b5c=[search_shortcut], com.android.launcher3.util.ComponentKey@d3751291=[search, add, list, books, timeMachine], com.android.launcher3.util.ComponentKey@3916b9f2=[compose], com.android.launcher3.util.ComponentKey@ee5d02f8=[did3_1302547203, compose], com.android.launcher3.util.ComponentKey@947c4a99=[new-tab-shortcut], com.android.launcher3.util.ComponentKey@489bf67c=[text_shortcut, voice_shortcut], com.android.launcher3.util.ComponentKey@ad64774c=[search, scan, dgMobileTopUp], com.android.launcher3.util.ComponentKey@b0cc9060=[shortcut_create_note, shortcut_write_with_pen, shortcut_record_voice_note], com.android.launcher3.util.ComponentKey@f5d080bf=[phoneadd, search, missedcall], com.android.launcher3.util.ComponentKey@515cb72c=[VIEW_MY_DOWNLOADS], com.android.launcher3.util.ComponentKey@3e17fce5=[updates], com.android.launcher3.util.ComponentKey@3a8c61b=[compose], com.android.launcher3.util.ComponentKey@13bed5ca=[Beli, Jual, Bayar, Share], com.android.launcher3.util.ComponentKey@bb83b336=[view-bookmarks-shortcut, new-tab-shortcut, search-web-shortcut, new-secret-tab-shortcut], com.android.launcher3.util.ComponentKey@eaf76a80=[com.gojek.shortcut.com.gojek.shortcut.Y_stUdop2I5FboBasWgFvO3mtMg], com.android.launcher3.util.ComponentKey@91a61c5e=[contactadd, myprofile, contactgroup], com.android.launcher3.util.ComponentKey@967f6ac6=[search_shortcut], com.android.launcher3.util.ComponentKey@cf1e5c64=[app_shortcut_newchat, app_shortcut_my_qr, app_shortcut_notifi
11-30 15:26:14.856  2985  5092 D PackageManager: setEnabledSetting : userId = 0 packageName = com.instagram.android cmp = com.instagram.push.FbnsInitBroadcastReceiver newState = 1 callingPackage = 11193/com.instagram.android
11-30 15:26:14.866  3510  3510 D StatusBar: addNotification key=0|net.cashpop.id|402|null|10237 fullscreen:false
11-30 15:26:14.869 30940 30940 D BinderHooker: Got binder ptr c8c3a740 for the given val
11-30 15:26:14.869 30940 31104 D BinderHooker: Got binder ptr c8c3a740 for the given val
11-30 15:26:14.869 30940 30940 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.869 30940 31104 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.869  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:26:14.869  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:26:14.871 30940 31104 D BinderHooker: Got binder ptr c8c3a740 for the given val
11-30 15:26:14.871 30940 31104 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.875  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = net.cashpop.id,userId = 0
11-30 15:26:14.875  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:26:14.875  2985  3000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = net.cashpop.id,userId = 0
11-30 15:26:14.876  2985  3000 D API test: getContainerInfo: value is 150,1359085664
11-30 15:26:14.879  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:26:14.879  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:26:14.880 30940 31104 D BinderHooker: Got binder ptr e74084c0 for the given val
11-30 15:26:14.880 30940 31104 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.899 28712 28712 I GAv4    : Google Analytics 12.4.51 is starting up. To enable debug logging on a device run:
11-30 15:26:14.899 28712 28712 I GAv4    :   adb shell setprop log.tag.GAv4 DEBUG
11-30 15:26:14.899 28712 28712 I GAv4    :   adb logcat -s GAv4
11-30 15:26:14.902  2985  2996 D ConnectivityService: filterNetworkStateForUid() uid: 10212 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:26:14.903  2985  2996 D ConnectivityService: filterNetworkStateForUid() uid: 10212 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:26:14.928 29916 29916 I NotificationService: Catched notification: MyNotification{id=null, received=Tue Nov 30 15:26:14 GMT+07:00 2021, removed=null, pack='net.cashpop.id', title='Don't miss your Gold', text='!net.cashpop.id', trash=false, lastOccurred=Tue Nov 30 15:26:14 GMT+07:00 2021, appName='CashPop', notificationType=NOTIFICATION, myIcon=MyIcon{pack='net.cashpop.id', created=Tue Nov 30 15:26:14 GMT+07:00 2021, lastUpdated=Tue Nov 30 15:26:14 GMT+07:00 2021}}
11-30 15:26:14.932 30940 30966 W MultiSignalANRDetectorLacrima: Pausing error state checks
11-30 15:26:14.937  3510  3510 D StatusBar: addNotification key=0|net.cashpop.id|402|null|10237 fullscreen:false
11-30 15:26:14.937 29916 29916 D WhatsappImageHandler: whatsapp monitoring is enabled: true
11-30 15:26:14.937 29916 29916 D WhatsappAudioHandler: whatsapp monitoring is enabled: true
11-30 15:26:14.938 29916 29916 D WhatsappVideoHandler: whatsapp monitoring is enabled: true
11-30 15:26:14.940  2985  5095 D SamsungAlarmManager: Cancel Alarm calling from uid:10237 pid :28712 / op:PendingIntent{e2fac71: PendingIntentRecord{13d0a56 net.cashpop.id broadcastIntent}}
11-30 15:26:14.949  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:14.949  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:14.949  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:14.949  3510  3510 D StatusBar: addNotification key=0|net.cashpop.id|402|null|10237 fullscreen:false
11-30 15:26:14.954  2985  2985 D SmartAlertController: SmartAlert - Found Missed Event
11-30 15:26:14.954  2985  2985 D SmartAlertController: SmartAlert - already registered or Setting disabled
11-30 15:26:14.958  2985  5090 D ConnectivityService: filterNetworkStateForUid() uid: 10212 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:26:14.959  2985  5090 D ConnectivityService: filterNetworkStateForUid() uid: 10212 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:26:14.983 30940 31091 D BinderHooker: Got binder ptr c8c4d0c0 for the given val
11-30 15:26:14.983 30940 31091 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.986 30940 31065 D BinderHooker: Got binder ptr ce2b3ac0 for the given val
11-30 15:26:14.986 30940 31065 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.986  2985  5095 D SamsungAlarmManager: Cancel Alarm calling from uid:11193 pid :30940 / op:PendingIntent{4a7cad7: PendingIntentRecord{d45e6fc com.instagram.android startService}}
11-30 15:26:14.987 30940 31091 D BinderHooker: Got binder ptr ce2b3640 for the given val
11-30 15:26:14.987 30940 31091 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.988 30940 31091 D BinderHooker: Got binder ptr ce2b3640 for the given val
11-30 15:26:14.988 30940 31091 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.989 30940 31091 D BinderHooker: Got binder ptr ce2b3640 for the given val
11-30 15:26:14.989 30940 31091 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.990 30940 31091 D BinderHooker: Got binder ptr ce2b3640 for the given val
11-30 15:26:14.990 30940 31091 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:14.991  2985  5095 D ConnectivityService: filterNetworkStateForUid() uid: 11193 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:26:14.995 29916 29916 I NotificationReceiver: found similar notification: MyNotification{id=47867, received=Tue Nov 30 14:50:55 GMT+07:00 2021, removed=null, pack='net.cashpop.id', title='Don't miss your Gold', text='!net.cashpop.id', trash=false, lastOccurred=Tue Nov 30 14:50:55 GMT+07:00 2021, appName='CashPop', notificationType=NOTIFICATION, myIcon=MyIcon{pack='net.cashpop.id', created=Fri Jul 16 16:33:43 GMT+07:00 2021, lastUpdated=Fri Jul 16 16:33:43 GMT+07:00 2021}}
11-30 15:26:14.997  2985  5095 D ConnectivityService: filterNetworkStateForUid() uid: 11193 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:26:15.003 29916 29916 I DB_HELPER: inserted: MyNotification{id=47888, received=Tue Nov 30 15:26:14 GMT+07:00 2021, removed=null, pack='net.cashpop.id', title='Don't miss your Gold', text='!net.cashpop.id', trash=false, lastOccurred=Tue Nov 30 15:26:14 GMT+07:00 2021, appName='CashPop', notificationType=NOTIFICATION, myIcon=MyIcon{pack='net.cashpop.id', created=Tue Nov 30 15:26:14 GMT+07:00 2021, lastUpdated=Tue Nov 30 15:26:14 GMT+07:00 2021}}
11-30 15:26:15.006  2985  5095 E PhoneWindow_APM : : isCalledPackage return false
11-30 15:26:15.006 29916 29916 I DB      : inserted: MyOccurrence{id=158267, notificationId=47888, occurred=Tue Nov 30 15:26:14 GMT+07:00 2021, text='!net.cashpop.id'}
11-30 15:26:15.008  2985  3000 V MARsPolicyManager: onAppWidgetManagerActions pkgName = com.myd.android.nhistory2, action = android.appwidget.action.APPWIDGET_UPDATE, userId = 0
11-30 15:26:15.009 29916 29916 I NotificationService: Catched notification: MyNotification{id=null, received=Tue Nov 30 15:26:15 GMT+07:00 2021, removed=null, pack='net.cashpop.id', title='Don't miss your Gold', text='!net.cashpop.id', trash=false, lastOccurred=Tue Nov 30 15:26:15 GMT+07:00 2021, appName='CashPop', notificationType=NOTIFICATION, myIcon=MyIcon{pack='net.cashpop.id', created=Tue Nov 30 15:26:15 GMT+07:00 2021, lastUpdated=Tue Nov 30 15:26:15 GMT+07:00 2021}}
11-30 15:26:15.010 29916 29916 D WhatsappImageHandler: whatsapp monitoring is enabled: true
11-30 15:26:15.010 29916 29916 D WhatsappAudioHandler: whatsapp monitoring is enabled: true
11-30 15:26:15.010 29916 29916 D WhatsappVideoHandler: whatsapp monitoring is enabled: true
11-30 15:26:15.013  2985  5095 D InputTransport: Input channel constructed: fd=378
11-30 15:26:15.013  2985  5095 D InputTransport: Input channel constructed: fd=400
11-30 15:26:15.014  2985  3005 V MARsPolicyManager: handelAlertToastWindowStarted pkgName = net.cashpop.id, userId = 0
11-30 15:26:15.015  2985  5095 D InputTransport: Input channel destroyed: fd=400
11-30 15:26:15.015 28712 28712 D InputTransport: Input channel constructed: fd=69
11-30 15:26:15.016 28712 28712 D ViewRootImpl@d05e5a2[]: setView = android.widget.RelativeLayout{4c65233 V.E...... ......I. 0,0-0,0 #7f0901e6 app:id/root} TM=true MM=false
11-30 15:26:15.024  3510  3510 D KeyguardServiceBoxContainer: setExpandState() isExpand = false, mIsExpanded = false, mIsScreenTurnedOn = false
11-30 15:26:15.058 29916 29916 I NotificationReceiver: found similar notification: MyNotification{id=47888, received=Tue Nov 30 15:26:14 GMT+07:00 2021, removed=null, pack='net.cashpop.id', title='Don't miss your Gold', text='!net.cashpop.id', trash=false, lastOccurred=Tue Nov 30 15:26:14 GMT+07:00 2021, appName='CashPop', notificationType=NOTIFICATION, myIcon=MyIcon{pack='net.cashpop.id', created=Fri Jul 16 16:33:43 GMT+07:00 2021, lastUpdated=Fri Jul 16 16:33:43 GMT+07:00 2021}}
11-30 15:26:15.058 29916 29916 I NotificationReceiver: needed delay: 60000, currently elapsed: 81, notification NOT ALOWED !
11-30 15:26:15.058 29916 29916 I NotificationReceiver: received notification is too similar, exiting...
11-30 15:26:15.060 29916 29916 I NotificationService: Catched notification: MyNotification{id=null, received=Tue Nov 30 15:26:15 GMT+07:00 2021, removed=null, pack='net.cashpop.id', title='Don't miss your Gold', text='!net.cashpop.id', trash=false, lastOccurred=Tue Nov 30 15:26:15 GMT+07:00 2021, appName='CashPop', notificationType=NOTIFICATION, myIcon=MyIcon{pack='net.cashpop.id', created=Tue Nov 30 15:26:15 GMT+07:00 2021, lastUpdated=Tue Nov 30 15:26:15 GMT+07:00 2021}}
11-30 15:26:15.061 29916 29916 D WhatsappImageHandler: whatsapp monitoring is enabled: true
11-30 15:26:15.061 29916 29916 D WhatsappAudioHandler: whatsapp monitoring is enabled: true
11-30 15:26:15.061 29916 29916 D WhatsappVideoHandler: whatsapp monitoring is enabled: true
11-30 15:26:15.063  2985  5095 D ConnectivityService: filterNetworkStateForUid() uid: 10237 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:26:15.092 28712 31116 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:26:15.093 28712 31116 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:26:15.094  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:26:15.108 28712 28712 I WebViewFactory: Loading com.android.chrome version 96.0.4664.45 (code 466404520)
11-30 15:26:15.109 29916 29916 I NotificationReceiver: found similar notification: MyNotification{id=47888, received=Tue Nov 30 15:26:14 GMT+07:00 2021, removed=null, pack='net.cashpop.id', title='Don't miss your Gold', text='!net.cashpop.id', trash=false, lastOccurred=Tue Nov 30 15:26:14 GMT+07:00 2021, appName='CashPop', notificationType=NOTIFICATION, myIcon=MyIcon{pack='net.cashpop.id', created=Fri Jul 16 16:33:43 GMT+07:00 2021, lastUpdated=Fri Jul 16 16:33:43 GMT+07:00 2021}}
11-30 15:26:15.109 29916 29916 I NotificationReceiver: needed delay: 60000, currently elapsed: 132, notification NOT ALOWED !
11-30 15:26:15.109 29916 29916 I NotificationReceiver: received notification is too similar, exiting...
11-30 15:26:15.110 29916 29916 D received: android.appwidget.action.APPWIDGET_UPDATE
11-30 15:26:15.125  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() >> START >> isExpand = false, mIsExpanded = false
11-30 15:26:15.125  3510  3510 D KeyguardServiceBoxContainer: updateExpandState() << END << same state
11-30 15:26:15.170 28712 28712 I cr_WVCFactoryProvider: Loaded version=96.0.4664.45 minSdkVersion=24 isBundle=true multiprocess=true packageId=2
11-30 15:26:15.194 28712 28712 I cr_LibraryLoader: Successfully loaded native library
11-30 15:26:15.195 28712 28712 I cr_CachingUmaRecorder: Flushed 8 samples from 8 histograms.
11-30 15:26:15.200  2985  5090 D ConnectivityService: filterNetworkStateForUid() uid: 10237 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:26:15.202  2985  5090 D ConnectivityService: filterNetworkStateForUid() uid: 10237 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:26:15.214 28712 28712 W ResourceType: Failure getting entry for 0x7f140840 (t=19 e=2112) (error -2147483647)
11-30 15:26:15.220  2985  5095 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:net.cashpop.id user:0
11-30 15:26:15.220  2985  5095 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:26:15.220  2985  5095 D ActivityManager: package  net.cashpop.id, user - 0 is SDcard whitelisted
11-30 15:26:15.221  2985  5095 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:net.cashpop.id user:0
11-30 15:26:15.221  2985  5095 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:26:15.221  2985  5095 I ActivityManager: SA, print process name forked by webview_zygote : com.android.chrome:sandboxed_process0
11-30 15:26:15.232  2985  5095 I ActivityManager: Start proc 31128:com.android.chrome:sandboxed_process0/u0i506 for webview_service net.cashpop.id/org.chromium.content.app.SandboxedProcessService0
11-30 15:26:15.234 31128 31128 E /system/bin/webview_zygote32: Failed to make and chown /acct/uid_99506: Permission denied
11-30 15:26:15.234 31128 31128 E Zygote  : createProcessGroup(99506, 0) failed: Permission denied
11-30 15:26:15.235 31128 31128 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:webview_zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:26:15.236 30940 31091 D BinderHooker: Got binder ptr c8c4d0c0 for the given val
11-30 15:26:15.236  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:26:15.236 30940 31091 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:15.237  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:26:15.237  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:26:15.237  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:26:15.238 31128 31128 I SELinux : SELinux: seapp_context_lookup: seinfo=chrome, level=s0:c512,c768, pkgname=com.android.chrome:sandboxed_process0 
11-30 15:26:15.241 30940 31065 D BinderHooker: Got binder ptr ce2b3ac0 for the given val
11-30 15:26:15.241 30940 31065 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:15.241  2985  5095 D SamsungAlarmManager: Cancel Alarm calling from uid:11193 pid :30940 / op:PendingIntent{b1b17c7: PendingIntentRecord{d45e6fc com.instagram.android startService}}
11-30 15:26:15.252  2985  7619 D SSRM:aU : SIOP:: AP:371(373,0) BAT:324(324,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:26:15.314 31128 31128 D TimaKeyStoreProvider: TimaKeyStore is not enabled: cannot add TimaSignature Service and generateKeyPair Service
11-30 15:26:15.314 31128 31128 D ActivityThread: Added TimaKeyStore provider
11-30 15:26:15.319  2985  5095 I ActivityManager: DSS on for net.cashpop.id and scale is 1.0
11-30 15:26:15.331  2985  5095 D ConnectivityService: filterNetworkStateForUid() uid: 10237 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:26:15.334  2985  5095 D ConnectivityService: filterNetworkStateForUid() uid: 10237 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:26:15.339  2985  2995 D ConnectivityService: filterNetworkStateForUid() uid: 10237 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:26:15.411 31157 31157 E asset   : setgid: Operation not permitted
11-30 15:26:15.411  2985  2996 D ActivityManager: The following uid has registered to recieve broadcast for proxy related updates 10237
11-30 15:26:15.417 28712 31117 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:26:15.418 28712 31117 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:26:15.419  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:26:15.419  2985  2996 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1033 com.android.server.am.ActivityManagerService.requestKnoxVpnToSendProxyBroadcast:30439 com.android.server.am.ActivityManagerService.registerReceiver:23966 android.app.IActivityManager$Stub.onTransact:176 com.android.server.am.ActivityManagerService.onTransact:4038 
11-30 15:26:15.421  2985  2985 D KnoxVpnEngineService: Vpn Receiver : com.samsung.android.knox.intent.action.VPN_PROXY_BROADCAST_INTERNAL
11-30 15:26:15.421  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:26:15.429  2985  5090 D AudioService: isEnabled
11-30 15:26:15.430  2985  5090 D AudioService: getStreamVolume 3 index 10
11-30 15:26:15.478 30940 30980 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:26:15.478 30940 30980 E nightwatch-target: sysmeminfo parse failed
11-30 15:26:15.478  2680  2680 E audit   : type=1400 audit(1638260775.466:39956): avc:  denied  { read } for  pid=30980 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:26:15.478  2680  2680 E audit   : type=1300 audit(1638260775.466:39956): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd2708b6 a2=20000 a3=0 items=0 ppid=2693 pid=30980 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:26:15.478  2680  2680 E audit   : type=1327 audit(1638260775.466:39956): proctitle="com.instagram.android"
11-30 15:26:15.489 31128 31128 I cr_SplitCompatApp: Launched version=96.0.4664.45 minSdkVersion=24 isBundle=true processName=com.android.chrome:sandboxed_process0 isIsolated=true
11-30 15:26:15.496 28712 28712 D ViewRootImpl@d05e5a2[]: dispatchAttachedToWindow
11-30 15:26:15.503 31128 31128 W SystemServiceRegistry: No service published for: uimode
11-30 15:26:15.506  2985  5095 V WindowManager: Relayout Window{59775e2 u0 net.cashpop.id}: viewVisibility=8 req=1080x1848 WM.LayoutParams{(0,0)(fillxwrap) gr=#11 sim=#20 ty=2038 fl=#1000088 fmt=-3 colorMode=0 naviIconColor=0}
11-30 15:26:15.507 31128 31128 V Monotype: fonts.xml take from : /system/etc/
11-30 15:26:15.508  2985  3070 W Choreographer: Frame time is 2.268053 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:26:15.514 28712 28712 D ViewRootImpl@d05e5a2[]: Relayout returned: old=[0,0][0,0] new=[0,996][1080,996] result=0x1 surface={valid=false 0} changed=false
11-30 15:26:15.526 28712 31158 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:26:15.526 28712 31158 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:26:15.539 28712 31167 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:26:15.539 28712 31167 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:26:15.540  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:26:15.541  2985  2995 D AudioService: isEnabled
11-30 15:26:15.541  2985  2995 D AudioService: getStreamVolume 3 index 10
11-30 15:26:15.542  2985  2995 D ConnectivityService: filterNetworkStateForUid() uid: 10237 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:26:15.546  2985  2995 I chatty  : uid=1000(system) Binder:2985_1 identical 1 line
11-30 15:26:15.548  2985  2995 D ConnectivityService: filterNetworkStateForUid() uid: 10237 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:26:15.549  2985  2995 D AudioService: isEnabled
11-30 15:26:15.549  2985  2995 D AudioService: getStreamVolume 3 index 10
11-30 15:26:15.550 28712 31160 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:26:15.550 28712 31160 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:26:15.551  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:26:15.551  2985  2995 D ConnectivityService: filterNetworkStateForUid() uid: 10237 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:26:15.580 28712 31168 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:26:15.580 28712 31168 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:26:15.679 28712 28725 I zygote  : Background concurrent copying GC freed 64270(4MB) AllocSpace objects, 53(2MB) LOS objects, 49% free, 4MB/9MB, paused 732us total 122.953ms
11-30 15:26:15.704 31128 31128 E Typeface: Error mapping font file /system/fonts/NotoSansKhmer-Regular.ttf
11-30 15:26:15.704 31128 31128 E Typeface: Error mapping font file /system/fonts/NotoSansKhmer-Bold.ttf
11-30 15:26:15.704 31128 31128 E Minikin : Could not get cmap table size!
11-30 15:26:15.704 31128 31128 E Typeface: Unable to load Family: null:und-Khmr
11-30 15:26:15.726 31128 31128 E Typeface: Error mapping font file /system/fonts/DroidSansFallback.ttf
11-30 15:26:15.726 31128 31128 E Minikin : Could not get cmap table size!
11-30 15:26:15.726 31128 31128 E Typeface: Unable to load Family: null:null
11-30 15:26:15.759  2985  2996 D ConnectivityService: filterNetworkStateForUid() uid: 10237 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:26:15.760  2985  2996 D ConnectivityService: filterNetworkStateForUid() uid: 10237 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:26:15.775 31128 31128 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3L.ttf
11-30 15:26:15.775 31128 31128 E Minikin : Could not get cmap table size!
11-30 15:26:15.775 31128 31128 E Typeface: Unable to load Family: samsung-sans-num3L:null
11-30 15:26:15.775 31128 31128 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3T.ttf
11-30 15:26:15.775 31128 31128 E Minikin : Could not get cmap table size!
11-30 15:26:15.775 31128 31128 E Typeface: Unable to load Family: samsung-sans-num3T:null
11-30 15:26:15.775 31128 31128 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4L.ttf
11-30 15:26:15.775 31128 31128 E Minikin : Could not get cmap table size!
11-30 15:26:15.775 31128 31128 E Typeface: Unable to load Family: samsung-sans-num4L:null
11-30 15:26:15.775 31128 31128 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4T.ttf
11-30 15:26:15.775 31128 31128 E Minikin : Could not get cmap table size!
11-30 15:26:15.775 31128 31128 E Typeface: Unable to load Family: samsung-sans-num4T:null
11-30 15:26:15.775 31128 31128 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num35.ttf
11-30 15:26:15.775 31128 31128 E Minikin : Could not get cmap table size!
11-30 15:26:15.775 31128 31128 E Typeface: Unable to load Family: samsung-sans-num35:null
11-30 15:26:15.776 31128 31128 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num45.ttf
11-30 15:26:15.776 31128 31128 E Minikin : Could not get cmap table size!
11-30 15:26:15.776 31128 31128 E Typeface: Unable to load Family: samsung-sans-num45:null
11-30 15:26:15.776 31128 31128 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3Lv.ttf
11-30 15:26:15.776 31128 31128 E Minikin : Could not get cmap table size!
11-30 15:26:15.776 31128 31128 E Typeface: Unable to load Family: samsung-sans-num3LV:null
11-30 15:26:15.776 31128 31128 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3R.ttf
11-30 15:26:15.776 31128 31128 E Minikin : Could not get cmap table size!
11-30 15:26:15.776 31128 31128 E Typeface: Unable to load Family: samsung-sans-num3R:null
11-30 15:26:15.776 31128 31128 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4Tv.ttf
11-30 15:26:15.776 31128 31128 E Minikin : Could not get cmap table size!
11-30 15:26:15.776 31128 31128 E Typeface: Unable to load Family: samsung-sans-num4Tv:null
11-30 15:26:15.776 31128 31128 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4Lv.ttf
11-30 15:26:15.776 31128 31128 E Minikin : Could not get cmap table size!
11-30 15:26:15.776 31128 31128 E Typeface: Unable to load Family: samsung-sans-num4Lv:null
11-30 15:26:15.780 31128 31128 I cr_ChildProcessService: Creating new ChildProcessService pid=31128
11-30 15:26:15.786 31128 31128 E WebViewLibraryLoader: can't load with relro file; address space not reserved
11-30 15:26:15.864  2985  2995 D ConnectivityService: filterNetworkStateForUid() uid: 10237 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:26:15.949  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:15.950  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:15.950  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:16.479 30940 30980 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:26:16.479 30940 30980 E nightwatch-target: sysmeminfo parse failed
11-30 15:26:16.480  2680  2680 E audit   : type=1400 audit(1638260776.466:39957): avc:  denied  { read } for  pid=30980 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:26:16.480  2680  2680 E audit   : type=1300 audit(1638260776.466:39957): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd2708b6 a2=20000 a3=0 items=0 ppid=2693 pid=30980 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:26:16.480  2680  2680 E audit   : type=1327 audit(1638260776.466:39957): proctitle="com.instagram.android"
11-30 15:26:16.853 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(0) data(0) accounts({}) accounts deleted({}) calls([]) countryIso(ID) userId(150)  ]

11-30 15:26:16.853 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ agr({})  ]

11-30 15:26:16.853 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({})  ]

11-30 15:26:16.853 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(0) data(0) accounts({})  ]

11-30 15:26:16.853 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(0) data(0) accounts({})  ]
11-30 15:26:16.950  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:16.951  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:16.951  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:16.986  2985  3631 E Watchdog: !@Sync 8805 [2021-11-30 15:26:16.986]
11-30 15:26:17.425 30940 30953 I zygote  : Waiting for a blocking GC ProfileSaver
11-30 15:26:17.481  2680  2680 E audit   : type=1400 audit(1638260777.466:39958): avc:  denied  { read } for  pid=30980 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:26:17.481 30940 30980 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:26:17.481 30940 30980 E nightwatch-target: sysmeminfo parse failed
11-30 15:26:17.482  2680  2680 E audit   : type=1300 audit(1638260777.466:39958): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd2708b6 a2=20000 a3=0 items=0 ppid=2693 pid=30980 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:26:17.482  2680  2680 E audit   : type=1327 audit(1638260777.466:39958): proctitle="com.instagram.android"
11-30 15:26:17.485  2985  2995 D ConnectivityService: filterNetworkStateForUid() uid: 10237 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:26:17.488 28712 28712 D ConnectivityManager: requestNetwork; CallingUid : 10237, CallingPid : 28712
11-30 15:26:17.490  2985  2995 D ConnectivityService: listenForNetwork for uid/pid:10237/28712 NetworkRequest [ LISTEN id=5263, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-30 15:26:17.490  2985  3222 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 625]
11-30 15:26:17.490  2985  3222 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -63]
11-30 15:26:17.490  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/11)
11-30 15:26:17.490  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5257. No change.
11-30 15:26:17.490  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 8. No change.
11-30 15:26:17.490  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 1. No change.
11-30 15:26:17.490  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5252. No change.
11-30 15:26:17.491  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/7)
11-30 15:26:17.491  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:26:17.491  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/10)
11-30 15:26:17.491  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5251. No change.
11-30 15:26:17.491  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:26:17.491  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5255. No change.
11-30 15:26:17.491  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/5)
11-30 15:26:17.491  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:26:17.491  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5258. No change.
11-30 15:26:17.491  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5250. No change.
11-30 15:26:17.491  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5187. No change.
11-30 15:26:17.491  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:26:17.491  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 3. No change.
11-30 15:26:17.491  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:26:17.491  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5261. No change.
11-30 15:26:17.491  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:26:17.491  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:26:17.491  2985  3222 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ LISTEN id=5263, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-30 15:26:17.491  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:26:17.491  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:26:17.491  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:26:17.491  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:26:17.491  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:26:17.491  2985  3222 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=5263, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-30 15:26:17.491  2985  3222 D ConnectivityService: sending notification CALLBACK_IP_CHANGED for NetworkRequest [ LISTEN id=5263, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-30 15:26:17.502 30940 30953 I zygote  : WaitForGcToComplete blocked ProfileSaver on Debugger for 77.119ms
11-30 15:26:17.549 28712 31151 W cr_media: Requires BLUETOOTH permission
11-30 15:26:17.553 28712 31187 I zygote  : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
11-30 15:26:17.562 31128 31184 I cr_LibraryLoader: Successfully loaded native library
11-30 15:26:17.563  2985  5082 D ConnectivityService: filterNetworkStateForUid() uid: 10237 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:26:17.564 31128 31184 I cr_CachingUmaRecorder: Flushed 2 samples from 2 histograms.
11-30 15:26:17.568  2985  2995 D ConnectivityService: filterNetworkStateForUid() uid: 10237 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:26:17.636 28712 31187 D libGLESv2: STS_GLApi : DTS, ODTC are not allowed for Package : net.cashpop.id
11-30 15:26:17.642  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:26:17.951  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:17.951  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:17.951  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:18.483 30940 30980 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:26:18.483 30940 30980 E nightwatch-target: sysmeminfo parse failed
11-30 15:26:18.483  2680  2680 E audit   : type=1400 audit(1638260778.466:39959): avc:  denied  { read } for  pid=30980 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:26:18.484  2680  2680 E audit   : type=1300 audit(1638260778.466:39959): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd2708b6 a2=20000 a3=0 items=0 ppid=2693 pid=30980 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:26:18.484  2680  2680 E audit   : type=1327 audit(1638260778.466:39959): proctitle="com.instagram.android"
11-30 15:26:18.951  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:18.951  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:18.951  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:19.013  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:26:19.279  4228  4228 D io_stats: !@ 179,0 r 54752350 1394843412 w 6074116 85837372 d 1208694 30883208 f 1082598 1081645 iot 29972890 29377192 th 51200 0 0 pt 0 inp 0 0 264278.272
11-30 15:26:19.314  2985  2995 D ConnectivityService: filterNetworkStateForUid() uid: 11193 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:26:19.314  2719  2788 I chatty  : uid=0(root) /system/bin/netd identical 5 lines
11-30 15:26:19.388  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:26:19.477 28712 31170 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:26:19.478 28712 31170 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:26:19.479  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:26:19.485 30940 30980 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:26:19.485 30940 30980 E nightwatch-target: sysmeminfo parse failed
11-30 15:26:19.485  2680  2680 E audit   : type=1400 audit(1638260779.466:39960): avc:  denied  { read } for  pid=30980 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:26:19.485  2680  2680 E audit   : type=1300 audit(1638260779.466:39960): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd2708b6 a2=20000 a3=0 items=0 ppid=2693 pid=30980 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:26:19.485  2680  2680 E audit   : type=1327 audit(1638260779.466:39960): proctitle="com.instagram.android"
11-30 15:26:19.518 28712 31167 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:26:19.518 28712 31167 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:26:19.537  2985  5082 V WindowManager: Relayout Window{59775e2 u0 net.cashpop.id}: viewVisibility=8 req=1080x1848 WM.LayoutParams{(0,0)(fillxwrap) gr=#11 sim=#20 ty=2038 fl=#1000088 fmt=-3 colorMode=0 naviIconColor=0}
11-30 15:26:19.541  2985  3070 W Choreographer: Frame time is 13.883577 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:26:19.542 28712 28712 D ViewRootImpl@d05e5a2[]: Relayout returned: old=[0,996][1080,996] new=[0,996][1080,996] result=0x1 surface={valid=false 0} changed=false
11-30 15:26:19.623 30940 30975 D BinderHooker: Got binder ptr e917efc0 for the given val
11-30 15:26:19.624 30940 30975 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:19.629  2706  2706 W keystore: get failed DELETEALL_RoutingHeaderPrefs_13844013451 from uid 11193 for uid 11193, isKnoxKey(0), error(7)
11-30 15:26:19.630  2706  2706 I keystore: ENTER del CACERT_RoutingHeaderPrefs_13844013451 11193 0
11-30 15:26:19.630  2706  2706 I keystore: ENTER del USRCERT_RoutingHeaderPrefs_13844013451 11193 0
11-30 15:26:19.630  2706  2706 I keystore: ENTER del USRPKEY_RoutingHeaderPrefs_13844013451 11193 0
11-30 15:26:19.630  2706  2706 I keystore: ENTER del USRSKEY_RoutingHeaderPrefs_13844013451 11193 0
11-30 15:26:19.631  2706  2706 I keystore: ENTER del USRCSR_RoutingHeaderPrefs_13844013451 11193 0
11-30 15:26:19.633 30940 30975 D BinderHooker: Got binder ptr e917efc0 for the given val
11-30 15:26:19.633 30940 30975 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:19.635 30940 30975 D BinderHooker: Got binder ptr e917efc0 for the given val
11-30 15:26:19.635 30940 30975 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:19.641  2706  2706 W keystore: get failed DELETEALL_RoutingHeaderPrefs_13844013451_single from uid 11193 for uid 11193, isKnoxKey(0), error(7)
11-30 15:26:19.642  2706  2706 I keystore: ENTER del CACERT_RoutingHeaderPrefs_13844013451_single 11193 0
11-30 15:26:19.642  2706  2706 I keystore: ENTER del USRCERT_RoutingHeaderPrefs_13844013451_single 11193 0
11-30 15:26:19.642  2706  2706 I keystore: ENTER del USRPKEY_RoutingHeaderPrefs_13844013451_single 11193 0
11-30 15:26:19.642  2706  2706 I keystore: ENTER del USRSKEY_RoutingHeaderPrefs_13844013451_single 11193 0
11-30 15:26:19.642  2706  2706 W keystore: ENTER del user_0/11193_USRSKEY_RoutingHeaderPrefs_13844013451_single for userId 0
11-30 15:26:19.645  2706  2706 W keystore: ENTER del user_0/.11193_chr_USRSKEY_RoutingHeaderPrefs_13844013451_single for userId 0
11-30 15:26:19.645  2706  2706 I keystore: ENTER del USRCSR_RoutingHeaderPrefs_13844013451_single 11193 0
11-30 15:26:19.677 30940 30975 D BinderHooker: Got binder ptr e917efc0 for the given val
11-30 15:26:19.677 30940 30975 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:19.679 30940 30975 D BinderHooker: Got binder ptr e917ee00 for the given val
11-30 15:26:19.679 30940 30975 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:26:19.689  2706  2706 W keystore: ENTER remove operation from uid 11193
11-30 15:26:19.951  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:19.951  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:19.951  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:20.486 30940 30980 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:26:20.487 30940 30980 E nightwatch-target: sysmeminfo parse failed
11-30 15:26:20.487  2680  2680 E audit   : type=1400 audit(1638260780.476:39961): avc:  denied  { read } for  pid=30980 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:26:20.487  2680  2680 E audit   : type=1300 audit(1638260780.476:39961): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd2708b6 a2=20000 a3=0 items=0 ppid=2693 pid=30980 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:26:20.487  2680  2680 E audit   : type=1327 audit(1638260780.476:39961): proctitle="com.instagram.android"
11-30 15:26:20.952  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:20.952  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:20.952  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:21.015 30940 31102 E FbnsAIDLClientManager: Max Try reached for binding to FbnsAIDLService, threadId 44368
11-30 15:26:21.016 30940 31102 E FbnsAIDLClientManager: Fbns AIDL request got RemoteException
11-30 15:26:21.016 30940 31102 E FbnsAIDLClientManager: android.os.RemoteException: AIDLService is not bound
11-30 15:26:21.016 30940 31102 E FbnsAIDLClientManager: 	at X.0ri.call(:386)
11-30 15:26:21.016 30940 31102 E FbnsAIDLClientManager: 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
11-30 15:26:21.016 30940 31102 E FbnsAIDLClientManager: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:26:21.016 30940 31102 E FbnsAIDLClientManager: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:26:21.016 30940 31102 E FbnsAIDLClientManager: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:26:21.086 30940 31104 E FbnsAIDLClientManager: Max Try reached for binding to FbnsAIDLService, threadId 44369
11-30 15:26:21.086 30940 31104 E FbnsAIDLClientManager: Fbns AIDL request got RemoteException
11-30 15:26:21.086 30940 31104 E FbnsAIDLClientManager: android.os.RemoteException: AIDLService is not bound
11-30 15:26:21.086 30940 31104 E FbnsAIDLClientManager: 	at X.0ri.call(:386)
11-30 15:26:21.086 30940 31104 E FbnsAIDLClientManager: 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
11-30 15:26:21.086 30940 31104 E FbnsAIDLClientManager: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:26:21.086 30940 31104 E FbnsAIDLClientManager: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:26:21.086 30940 31104 E FbnsAIDLClientManager: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:26:21.488 30940 30980 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:26:21.489 30940 30980 E nightwatch-target: sysmeminfo parse failed
11-30 15:26:21.489  2680  2680 E audit   : type=1400 audit(1638260781.486:39962): avc:  denied  { read } for  pid=30980 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:26:21.489  2680  2680 E audit   : type=1300 audit(1638260781.486:39962): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd2708b6 a2=20000 a3=0 items=0 ppid=2693 pid=30980 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:26:21.489  2680  2680 E audit   : type=1327 audit(1638260781.486:39962): proctitle="com.instagram.android"
11-30 15:26:21.692  2985  5082 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:26:21.693  2985  5082 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3851, temperature: 324, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:26:21.693  2985  5082 D BatteryService: online:4, current avg:411, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:471
11-30 15:26:21.694  2985  5082 D BatteryService: stay LED for charging
11-30 15:26:21.694  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:26:21.696  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:26:21.696  2985  2985 I MotionRecognitionService: Plugged
11-30 15:26:21.696  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:26:21.697  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:26:21.697  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:26:21.698  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:26:21.699  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:26:21.699  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:26:21.699  2985  3007 D UsbDeviceManager: mps exists
11-30 15:26:21.701  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:26:21.701  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:26:21.702  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:26:21.702  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:26:21.703  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:26:21.704  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:26:21.704  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:26:21.704  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:26:21.705  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:26:21.708 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:26:21.708 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:26:21.708  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:26:21.709  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:26:21.711  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:26:21.711  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:26:21.711  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:26:21.712 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:26:21.712 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:26:21.712 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:26:21.952  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:21.952  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:21.952  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:22.491 30940 30980 E nightwatch-target: /proc/zoneinfo open: errno=13
11-30 15:26:22.491 30940 30980 E nightwatch-target: sysmeminfo parse failed
11-30 15:26:22.491  2680  2680 E audit   : type=1400 audit(1638260782.486:39963): avc:  denied  { read } for  pid=30980 comm="Lacrima_startup" name="zoneinfo" dev="proc" ino=4026534952 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 SEPF_SM-G610F_8.1.0_0007 audit_filtered
11-30 15:26:22.491  2680  2680 E audit   : type=1300 audit(1638260782.486:39963): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=cd2708b6 a2=20000 a3=0 items=0 ppid=2693 pid=30980 auid=4294967295 uid=11193 gid=11193 euid=11193 suid=11193 fsuid=11193 egid=11193 sgid=11193 fsgid=11193 tty=(none) ses=4294967295 comm="Lacrima_startup" exe="/system/bin/app_process32" subj=u:r:untrusted_app:s0:c512,c768 key=(null)
11-30 15:26:22.491  2680  2680 E audit   : type=1327 audit(1638260782.486:39963): proctitle="com.instagram.android"
11-30 15:26:22.730 28712 28725 I zygote  : Background concurrent copying GC freed 79600(3MB) AllocSpace objects, 43(2MB) LOS objects, 49% free, 3MB/6MB, paused 542us total 120.337ms
11-30 15:26:22.952  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:22.952  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:22.952  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:23.361  2985  3244 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:26:23.362  2985  3244 W DeviceStorageMonitorService: updateBroadcasts(/data) oldLevel:0, newLevel:0, seq:1
11-30 15:26:23.363  2985  3244 W DeviceStorageMonitorService: updateBroadcasts_filenode(/data) fn_oldLevel:0, fn_newLevel:0, seq:1
11-30 15:26:23.953  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:23.953  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:23.953  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:24.284  4228  4228 D io_stats: !@ 179,0 r 54752403 1394844828 w 6074218 85838404 d 1208703 30883344 f 1082601 1081648 iot 29972990 29377300 th 51200 0 0 pt 0 inp 0 0 264283.276
11-30 15:26:24.953  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:24.953  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:24.953  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:25.257  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:26:25.257  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:26:25.257  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:26:25.258  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:26:25.478  2985  7619 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 2985 / 1000 / 7619
11-30 15:26:25.511  2985  7619 D SSRM:aU : SIOP:: AP:370(375,0) BAT:324(324,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:26:25.519  2985  7619 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1018 com.android.server.ssrm.bigdata.j.tx:99 com.android.server.ssrm.bigdata.j.tw:69 com.android.server.ssrm.bigdata.u.handleMessage:194 android.os.Handler.dispatchMessage:106 
11-30 15:26:25.519  2985  7619 D SurveyLogging: app_id = com.android.server.ssrm, feature = HEAT, extra = {"OVHT_TYPE_NC":"0","OVHT_TYPE_Tot":"1","OVHT_DURATION":"825","AVG_SKIN":"396","AVG_AP":"395","AVG_CHG":"0","AVG_PA":"-999","AVG_BAT":"314","AVG_WIFI":"-999","AVG_PMIC":"0","AVG_BL":"0","MAX_BL":"0","AVG_RSSI":"-92","CNT":"81","ATC_AP":"0.00","ATC_CP":"0.00","ATC_DISPLAY":"0.00","ATC_WIFI":"0.00","ATC_SPEAKER":"0.00","ATC_CAMERA":"0.00","ATC_TEMP_FRONT_AP":"0","ATC_TEMP_FRONT_CP":"0","ATC_TEMP_BACK_AP":"0","ATC_TEMP_BACK_CP":"0","ATC_TEMP_BACK_WIFI":"0","ATC_TEMP_BACK_SPK":"0","ATC_TEMP_AMBIENT":"0","OVHT_TOP_1":"system_server=0","OVHT_TOP_2":"com.android.vending=0","OVHT_FG_PKG":"net.cashpop.id"}
11-30 15:26:25.953  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:25.954  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:25.954  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:26.759  2985  5082 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:26:26.954  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:26.954  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:26.954  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:27.954  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:27.954  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:27.954  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:28.954  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:28.954  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:28.955  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:29.291  4228  4228 D io_stats: !@ 179,0 r 54752498 1394848112 w 6074240 85838748 d 1208705 30883352 f 1082604 1081651 iot 29973050 29377365 th 51200 0 0 pt 0 inp 0 0 264288.282
11-30 15:26:29.532 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(334) data(3908) accounts({vnd.sec.contact.phone (1)=155, com.whatsapp (23)=210, com.google (19)=204, com.osp.app.signin (24)=4, vnd.sec.contact.sim2 (3)=14, org.telegram.messenger (36)=127}) accounts deleted({com.google (19)=1}) calls([logtype:100 cnt:500, logtype:300 cnt:500]) countryIso(ID) userId(0)  ]

11-30 15:26:29.532 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ agr({[1 ,1 ,23]=1, [23 ,3 ,36 ,19]=1, [1 ,1 ,36 ,23]=1, [1 ,24 ,23]=1, [19 ,23 ,23 ,36 ,36]=1, [1 ,1 ,1]=1, [19 ,19 ,19 ,1 ,23 ,24 ,36]=1, [19]=10, [19 ,19 ,1]=1, [19 ,1 ,36 ,23]=1, [19 ,36]=4, [1 ,36]=1, [36 ,19 ,23 ,36]=2, [19 ,1 ,23 ,23 ,23]=1, [19 ,1 ,23 ,36 ,36]=1, [19 ,1 ,23 ,36]=9, [1 ,23 ,36 ,36]=1, [1 ,23 ,36]=12, [19 ,23 ,36 ,23]=1, [19 ,36 ,23]=2, [19 ,23 ,36]=68, [3]=10, [1]=72, [19 ,1 ,23 ,24]=1, [1 ,23 ,24 ,36]=1, [19 ,1 ,23]=8, [19 ,1 ,23 ,36 ,23]=1, [19 ,23]=67, [20 ,23]=1, [23 ,3]=1, [36]=12, [1 ,23]=17, [19 ,1]=19, [19 ,23 ,23]=1, [23 ,3 ,36]=2})  ]

11-30 15:26:29.532 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({android.process.acore(15069)=1})  ]

11-30 15:26:29.532 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(1) data(3) accounts({vnd.sec.contact.phone (1)=1})  ]

11-30 15:26:29.532 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(1) data(24) accounts({vnd.sec.contact.phone (1)=1})  ]
11-30 15:26:29.955  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:29.955  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:29.955  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:30.955  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:30.955  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:30.955  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:31.801  2985  5082 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:26:31.802  2985  5082 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3853, temperature: 324, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:26:31.802  2985  5082 D BatteryService: online:4, current avg:454, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:362
11-30 15:26:31.802  2985  5082 D BatteryService: stay LED for charging
11-30 15:26:31.802  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:26:31.803  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:26:31.803  2985  2985 I MotionRecognitionService: Plugged
11-30 15:26:31.803  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:26:31.803  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:26:31.803  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:26:31.804  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:26:31.804  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:26:31.804  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:26:31.804  2985  3007 D UsbDeviceManager: mps exists
11-30 15:26:31.804  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:26:31.805  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:26:31.805  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:26:31.805  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:26:31.805  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:26:31.805  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:26:31.806  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:26:31.807  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:26:31.807 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:26:31.807 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:26:31.807  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:26:31.807  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:26:31.807  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:26:31.807  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:26:31.809 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:26:31.810  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:26:31.810 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:26:31.810 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:26:31.812  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:26:31.955  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:31.955  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:31.955  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:32.956  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:32.956  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:32.956  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:33.956  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:33.956  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:33.956  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:34.297  4228  4228 D io_stats: !@ 179,0 r 54752498 1394848112 w 6074661 85843524 d 1208706 30883356 f 1082605 1081652 iot 29973240 29377473 th 51200 0 0 pt 0 inp 0 0 264293.288
11-30 15:26:34.956  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:34.956  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:34.957  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:35.521  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:26:35.521  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:26:35.521  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:26:35.522  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:26:35.547  2985  7619 D SSRM:aU : SIOP:: AP:370(372,0) BAT:324(324,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:26:35.957  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:35.957  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:35.957  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:36.957  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:36.957  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:36.957  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:37.957  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:37.957  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:37.957  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:38.958  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:38.958  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:38.958  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:39.303  4228  4228 D io_stats: !@ 179,0 r 54752498 1394848112 w 6074694 85843784 d 1208707 30883360 f 1082606 1081653 iot 29973250 29377490 th 51200 0 0 pt 0 inp 0 0 264298.294
11-30 15:26:39.958  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:39.958  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:39.958  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:40.958  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:40.958  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:40.958  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:41.919  2985  2995 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:26:41.919  2985  2995 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3853, temperature: 324, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:26:41.920  2985  2995 D BatteryService: online:4, current avg:462, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:467
11-30 15:26:41.920  2985  2995 D BatteryService: stay LED for charging
11-30 15:26:41.920  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:26:41.922  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:26:41.922  2985  2985 I MotionRecognitionService: Plugged
11-30 15:26:41.922  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:26:41.922  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:26:41.923  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:26:41.924  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:26:41.925  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:26:41.925  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:26:41.925  2985  3007 D UsbDeviceManager: mps exists
11-30 15:26:41.926  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:26:41.928  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:26:41.928  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:26:41.928  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:26:41.928  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:26:41.929  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:26:41.930  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:26:41.930  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:26:41.931  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:26:41.933 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:26:41.933 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:26:41.935 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:26:41.936 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:26:41.936 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:26:41.936  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:26:41.937  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:26:41.937  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:26:41.937  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:26:41.938  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:26:41.959  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:41.959  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:41.959  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:42.959  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:42.959  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:42.959  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:43.959  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:43.959  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:43.959  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:44.026 30940 31044 E msys    : E[N mns]_OnIdleTimeout(390)=>Idle timeout
11-30 15:26:44.027 30940 31044 W msys    : W[N mns]_HandleFailure(380)=>[T100070473] <MNSQUICConnection: 0xca90ce00>: HandleFailure, refcount=1
11-30 15:26:44.310  4228  4228 D io_stats: !@ 179,0 r 54752499 1394848196 w 6074708 85844008 d 1208710 30883440 f 1082607 1081654 iot 29973260 29377507 th 51200 0 0 pt 0 inp 0 0 264303.300
11-30 15:26:44.960  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:44.960  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:44.960  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:45.555  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:26:45.555  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:26:45.555  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:26:45.556  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:26:45.581  2985  7619 D SSRM:aU : SIOP:: AP:369(369,0) BAT:324(324,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:26:45.581  2985  7619 D L       : broadcastCheckSiopLvIntent:: curLevel = -2
11-30 15:26:45.585  2985  7619 I SensorService: createSensorEventConnection package name f.l
11-30 15:26:45.585   559   636 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:26:45.585   559   636 I PolicyManager: [#CMH#] onReceive action = EVENT_SIOP
11-30 15:26:45.585  2985  7619 D SensorService: Calling batch handle==3 flags=0 rate=200000000 timeout== 0
11-30 15:26:45.586   559   636 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:26:45.586 16433 16509 I SystemBroadcastReceiver: [#CMH#] Received broadcast 
11-30 15:26:45.586  2605  2605 I Sensors : ProximitySensor:enable: handle 3, en 1, old_en 0
11-30 15:26:45.587 16433 16509 I PolicyManager: [#CMH#] onReceive action = EVENT_SIOP
11-30 15:26:45.587 16433 16509 I SystemBroadcastReceiver: [#CMH#] onReceive completed 
11-30 15:26:45.645  2985  7619 D SensorManager: registerListener :: 3, STK3013 Proximity, 200000, 0,  
11-30 15:26:45.646  2605  2605 I Sensors : ProximitySensor:readEvents: value 8(cm)
11-30 15:26:45.646  2985  2985 D SensorManager: Proximity, val = 8.0  [far]
11-30 15:26:45.647  2985  2985 D SensorService: Calling activate off 3
11-30 15:26:45.647  2605  2605 I Sensors : ProximitySensor:enable: handle 3, en 0, old_en 1
11-30 15:26:45.648  2985  2985 D SensorManager: unregisterListener ::   
11-30 15:26:45.960  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:45.960  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:45.960  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:46.960  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:46.960  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:46.960  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:46.994  2985  3631 E Watchdog: !@Sync 8806 [2021-11-30 15:26:46.994]
11-30 15:26:47.586   559   734 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:26:47.588 16433 16521 I ReschedulableTimer: [#CMH#] ReschedulableTimer started 
11-30 15:26:47.961  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:47.961  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:47.961  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:48.961  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:48.961  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:48.961  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:49.316  4228  4228 D io_stats: !@ 179,0 r 54752499 1394848196 w 6074750 85844276 d 1208710 30883440 f 1082608 1081655 iot 29973260 29377520 th 51200 0 0 pt 0 inp 0 0 264308.306
11-30 15:26:49.961  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:49.961  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:49.961  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:50.962  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:50.962  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:50.962  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:51.962  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:51.962  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:51.962  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:52.036  2985  5082 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:26:52.037  2985  5082 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3854, temperature: 324, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:26:52.037  2985  5082 D BatteryService: online:4, current avg:466, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:468
11-30 15:26:52.037  2985  5082 D BatteryService: stay LED for charging
11-30 15:26:52.037  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:26:52.039  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:26:52.040  2985  2985 I MotionRecognitionService: Plugged
11-30 15:26:52.040  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:26:52.040  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:26:52.041  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:26:52.041  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:26:52.042  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:26:52.042  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:26:52.042  2985  3007 D UsbDeviceManager: mps exists
11-30 15:26:52.044  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:26:52.045  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:26:52.045  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:26:52.045  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:26:52.046  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:26:52.046  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:26:52.047  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:26:52.047  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:26:52.048  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:26:52.051  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:26:52.051 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:26:52.051 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:26:52.052  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:26:52.052 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:26:52.052  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:26:52.053  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:26:52.053  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:26:52.054 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:26:52.054 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:26:52.962  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:52.962  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:52.962  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:53.962  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:53.963  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:53.963  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:54.322  4228  4228 D io_stats: !@ 179,0 r 54752512 1394848364 w 6074774 85844416 d 1208710 30883440 f 1082609 1081656 iot 29973270 29377531 th 51200 0 0 pt 0 inp 0 0 264313.314
11-30 15:26:54.963  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:54.963  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:54.963  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:55.695  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:26:55.695  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:26:55.695  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:26:55.695  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:26:55.721  2985  7619 D SSRM:aU : SIOP:: AP:369(368,0) BAT:324(324,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:26:55.963  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:55.963  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:55.963  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:56.964  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:56.964  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:56.964  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:57.540 30940 30955 W CrashLoopRemedyLog: unable to delete remedy log, instaCrash: true
11-30 15:26:57.964  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:57.964  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:57.964  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:58.964  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:58.964  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:58.964  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:26:59.329  4228  4228 D io_stats: !@ 179,0 r 54752518 1394848512 w 6074796 85844584 d 1208711 30883472 f 1082610 1081657 iot 29973300 29377553 th 51200 0 0 pt 0 inp 0 0 264318.320
11-30 15:26:59.965  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:26:59.965  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:26:59.965  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:00.000  2985  3096 D SamsungAlarmManager: Expired : 8
11-30 15:27:00.001  2985  3096 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=460473645 , orig nextNonWakeup=0
11-30 15:27:00.001  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T154930, SetElapsed=460473645, nowELAPSED=459123646
11-30 15:27:00.965  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:00.965  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:00.965  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:01.965  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:01.965  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:01.965  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:02.153  2985  5090 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:27:02.154  2985  5090 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3855, temperature: 324, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:27:02.154  2985  5090 D BatteryService: online:4, current avg:465, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:472
11-30 15:27:02.154  2985  5090 D BatteryService: stay LED for charging
11-30 15:27:02.154  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:27:02.157  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:27:02.157  2985  2985 I MotionRecognitionService: Plugged
11-30 15:27:02.157  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:27:02.157  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:27:02.158  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:27:02.159  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:27:02.159  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:27:02.160  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:27:02.161  2985  3007 D UsbDeviceManager: mps exists
11-30 15:27:02.161  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:27:02.162  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:27:02.163  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:27:02.164  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:27:02.164  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:27:02.164  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:27:02.165  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:27:02.166  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:27:02.167 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:27:02.168 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:27:02.168  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:27:02.168  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:27:02.168  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:27:02.168  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:27:02.170 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:27:02.171 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:27:02.171 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:27:02.171  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:27:02.172  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:27:02.965  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:02.966  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:02.966  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:03.966  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:03.966  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:03.966  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:04.335  4228  4228 D io_stats: !@ 179,0 r 54752518 1394848512 w 6074820 85844768 d 1208712 30883492 f 1082611 1081658 iot 29973310 29377569 th 51200 0 0 pt 0 inp 0 0 264323.327
11-30 15:27:04.405  2985  3096 D SamsungAlarmManager: Expired : 4
11-30 15:27:04.406  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152814, SetElapsed=459198426, nowELAPSED=459128050
11-30 15:27:04.406  2985  3096 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=460473645 , orig nextNonWakeup=0
11-30 15:27:04.407  2985  3096 V SamsungAlarmManager: Sending to uid : 1000 action=android.intent.action.TIME_TICK alarm=Alarm{a0fa697 type 3 when 459123645 android}
11-30 15:27:04.409  2985  3096 V SamsungAlarmManager: Sending to uid : 1000 action=NotificationManagerService.TIMEOUT alarm=Alarm{80c406d type 2 when 459128050 android}
11-30 15:27:04.410  2985  3096 V SamsungAlarmManager: Sending to uid : 10069 action=com.samsung.action.EVERY_MINUTE_CLOCK_UPDATE alarm=Alarm{a26d4a2 type 1 when 1638260820000 com.sec.android.app.launcher}
11-30 15:27:04.412  4604  4604 I Launcher: onReceive: com.samsung.action.EVERY_MINUTE_CLOCK_UPDATE
11-30 15:27:04.418  2985  2985 D SamsungAlarmManager: setExact Intent (T:3/F:1/AC:false) 20211130T152800 - CU:1000/CP:2985
11-30 15:27:04.419  2985  2985 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T152800, SetElapsed=459183645, nowELAPSED=459128063
11-30 15:27:04.420  3510  3617 D KeyguardUpdateMonitor: received broadcast android.intent.action.TIME_TICK
11-30 15:27:04.421  3510  3510 D KeyguardServiceBoxContainer: refreshTime() 1
11-30 15:27:04.438  2985  5090 D SamsungAlarmManager: setInexact Intent (T:1/F:0/AC:false) 20211130T152800 - CU:10069/CP:4604
11-30 15:27:04.439  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.sec.android.app.clockpackage
11-30 15:27:04.440  4604  4604 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:27:04.446  4604  4604 I LiveIconManager: getLiveIcon: complete(sync_created)
11-30 15:27:04.446  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.sec.android.app.clockpackage
11-30 15:27:04.447  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.samsung.android.calendar
11-30 15:27:04.447  4604  4604 I BitmapCacheContainer: getBitmapCache: BitmapCache expired com.samsung.android.calendar/UserHandle{0}
11-30 15:27:04.448  4604  4604 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:27:04.458  4604  4604 I LiveIconManager: getLiveIcon: complete(sync_created)
11-30 15:27:04.458  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.samsung.android.calendar
11-30 15:27:04.966  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:04.966  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:04.966  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:05.729  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:27:05.729  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:27:05.729  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:27:05.729  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:27:05.756  2985  7619 D SSRM:aU : SIOP:: AP:369(367,0) BAT:324(324,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:27:05.967  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:05.967  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:05.967  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:06.967  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:06.967  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:06.967  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:07.967  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:07.967  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:07.967  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:08.059  2985  3105 I TLC_TIMA_PKM_initialize: initializing...
11-30 15:27:08.060  2985  3105 I TLC_TIMA_PKM_initialize: root = 0, root_strlen = 1
11-30 15:27:08.060  2985  3105 I TLC_TIMA_PKM_initialize: process = ffffffff00000000000000000000000a, process_strlen = 32
11-30 15:27:08.060  2985  3105 I TZ: mc_tlc_communication: input max_sendmsg_size = 262196
11-30 15:27:08.060  2985  3105 I TZ: mc_tlc_communication: input max_recvmsg_size = 262196
11-30 15:27:08.060  2985  3105 I TZ: mc_tlc_communication: root = 0, root_len = 1
11-30 15:27:08.060  2985  3105 I TZ: mc_tlc_communication: process = ffffffff00000000000000000000000a, process_strlen = 32
11-30 15:27:08.060  2985  3105 I TZ: mc_tlc_communication: aligned max_sendmsg_size = 262208
11-30 15:27:08.061  2985  3105 I TZ: mc_tlc_communication: aligned max_recvmsg_size = 262208
11-30 15:27:08.061  2985  3105 I TZ: mc_tlc_communication: device_id = 0x0
11-30 15:27:08.061  2985  3105 I TZ: mc_tlc_communication: tlc_open() was called
11-30 15:27:08.061  2985  3105 I TZ: mc_tlc_communication: Opening MobiCore device
11-30 15:27:08.062  2985  3105 I TeeDriverClient: driver client open [hardware/samsung_slsi/exynos7870/mobicore/ClientLib/src/driver_client.cpp:103]
11-30 15:27:08.062  2985  3105 I TZ: mc_tlc_communication: Allocating message buffer for TCI
11-30 15:27:08.064  2985  3105 I TZ: mc_tlc_communication: Opening the session
11-30 15:27:08.098  2985  3105 I TZ: mc_tlc_communication: tlc_open() succeeded
11-30 15:27:08.099  2985  3105 E TLC_TIMA_PKM_initialize: tima_pkm : ro.ddr_start_type does not exist
11-30 15:27:08.115  2985  3105 I TLC_TIMA_PKM_initialize: Trustlet response is completed
11-30 15:27:08.968  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:08.968  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:08.968  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:09.341  4228  4228 D io_stats: !@ 179,0 r 54752529 1394848988 w 6074839 85844892 d 1208712 30883492 f 1082612 1081659 iot 29973320 29377583 th 51200 0 0 pt 0 inp 0 0 264328.332
11-30 15:27:09.968  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:09.968  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:09.968  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:10.968  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:10.969  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:10.969  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:11.969  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:11.969  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:11.969  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:12.274  2985  2995 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:27:12.275  2985  2995 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3852, temperature: 324, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:27:12.275  2985  2995 D BatteryService: online:4, current avg:462, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:468
11-30 15:27:12.275  2985  2995 D BatteryService: stay LED for charging
11-30 15:27:12.275  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:27:12.278  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:27:12.278  2985  2985 I MotionRecognitionService: Plugged
11-30 15:27:12.278  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:27:12.278  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:27:12.279  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:27:12.280  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:27:12.280  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:27:12.280  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:27:12.281  2985  3007 D UsbDeviceManager: mps exists
11-30 15:27:12.284  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:27:12.284  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:27:12.286  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:27:12.288  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:27:12.289  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:27:12.290  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:27:12.292  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:27:12.292 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:27:12.292  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:27:12.293 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:27:12.294  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:27:12.294  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:27:12.294  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:27:12.295  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:27:12.295 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:27:12.295 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:27:12.296 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:27:12.297  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:27:12.297  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:27:12.969  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:12.969  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:12.969  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:13.884  2985  3105 I TLC_TIMA_PKM_measure_kernel: TIMA: response_id = 3
11-30 15:27:13.885  2985  3105 I TLC_TIMA_PKM_measure_kernel: TIMA: response ret = 0, result_ondemand = MSG=Kernel Verification Success;
11-30 15:27:13.885  2985  3105 I TZ: mc_tlc_communication: tlc_close() was called
11-30 15:27:13.885  2985  3105 I TZ: mc_tlc_communication: Closing the session
11-30 15:27:13.888  2985  3105 I TZ: mc_tlc_communication: Freeing message buffer
11-30 15:27:13.888  2985  3105 I TZ: mc_tlc_communication: Closing MobiCore device
11-30 15:27:13.888  2985  3105 I TeeDriverClient: driver client closed [hardware/samsung_slsi/exynos7870/mobicore/ClientLib/src/driver_client.cpp:113]
11-30 15:27:13.888  2985  3105 I TZ: mc_tlc_communication: tlc_close() finished
11-30 15:27:13.969  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:13.970  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:13.970  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:14.348  4228  4228 D io_stats: !@ 179,0 r 54752529 1394848988 w 6074852 85844996 d 1208712 30883492 f 1082613 1081660 iot 29973320 29377588 th 51200 0 0 pt 0 inp 0 0 264333.338
11-30 15:27:14.970  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:14.970  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:14.970  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:15.764  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:27:15.764  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:27:15.764  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:27:15.765  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:27:15.791  2985  7619 D SSRM:aU : SIOP:: AP:369(366,0) BAT:324(324,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:27:15.970  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:15.970  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:15.970  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:16.954 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(0) data(0) accounts({}) accounts deleted({}) calls([]) countryIso(ID) userId(150)  ]

11-30 15:27:16.954 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ agr({})  ]

11-30 15:27:16.954 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({})  ]

11-30 15:27:16.954 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(0) data(0) accounts({})  ]

11-30 15:27:16.954 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(0) data(0) accounts({})  ]
11-30 15:27:16.971  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:16.971  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:16.971  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:17.003  2985  3631 E Watchdog: !@Sync 8807 [2021-11-30 15:27:17.002]
11-30 15:27:17.971  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:17.971  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:17.971  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:18.971  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:18.971  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:18.971  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:19.355  4228  4228 D io_stats: !@ 179,0 r 54752539 1394849264 w 6074874 85845112 d 1208712 30883492 f 1082614 1081661 iot 29973320 29377601 th 51200 0 0 pt 0 inp 0 0 264338.346
11-30 15:27:19.971  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:19.972  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:19.972  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:20.972  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:20.972  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:20.972  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:21.972  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:21.972  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:21.972  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:22.385  2985  2995 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:27:22.972  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:22.972  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:22.973  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:23.466  2985  3244 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:27:23.467  2985  3244 W DeviceStorageMonitorService: updateBroadcasts(/data) oldLevel:0, newLevel:0, seq:1
11-30 15:27:23.468  2985  3244 W DeviceStorageMonitorService: updateBroadcasts_filenode(/data) fn_oldLevel:0, fn_newLevel:0, seq:1
11-30 15:27:23.973  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:23.973  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:23.973  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:24.361  4228  4228 D io_stats: !@ 179,0 r 54752562 1394850616 w 6074885 85845196 d 1208712 30883492 f 1082615 1081662 iot 29973340 29377620 th 51200 0 0 pt 0 inp 0 0 264343.353
11-30 15:27:24.973  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:24.973  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:24.973  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:25.804  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:27:25.804  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:27:25.804  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:27:25.805  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:27:25.829  2985  7619 D SSRM:aU : SIOP:: AP:368(365,0) BAT:324(324,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:27:25.973  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:25.974  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:25.974  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:26.974  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:26.974  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:26.974  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:27.974  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:27.974  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:27.974  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:28.974  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:28.974  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:28.975  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:29.367  4228  4228 D io_stats: !@ 179,0 r 54752563 1394850660 w 6074906 85845340 d 1208713 30883496 f 1082617 1081664 iot 29973360 29377640 th 51200 0 0 pt 0 inp 0 0 264348.359
11-30 15:27:29.662 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(334) data(3908) accounts({vnd.sec.contact.phone (1)=155, com.whatsapp (23)=210, com.google (19)=204, com.osp.app.signin (24)=4, vnd.sec.contact.sim2 (3)=14, org.telegram.messenger (36)=127}) accounts deleted({com.google (19)=1}) calls([logtype:100 cnt:500, logtype:300 cnt:500]) countryIso(ID) userId(0)  ]

11-30 15:27:29.662 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ agr({[1 ,1 ,23]=1, [23 ,3 ,36 ,19]=1, [1 ,1 ,36 ,23]=1, [1 ,24 ,23]=1, [19 ,23 ,23 ,36 ,36]=1, [1 ,1 ,1]=1, [19 ,19 ,19 ,1 ,23 ,24 ,36]=1, [19]=10, [19 ,19 ,1]=1, [19 ,1 ,36 ,23]=1, [19 ,36]=4, [1 ,36]=1, [36 ,19 ,23 ,36]=2, [19 ,1 ,23 ,23 ,23]=1, [19 ,1 ,23 ,36 ,36]=1, [19 ,1 ,23 ,36]=9, [1 ,23 ,36 ,36]=1, [1 ,23 ,36]=12, [19 ,23 ,36 ,23]=1, [19 ,36 ,23]=2, [19 ,23 ,36]=68, [3]=10, [1]=72, [19 ,1 ,23 ,24]=1, [1 ,23 ,24 ,36]=1, [19 ,1 ,23]=8, [19 ,1 ,23 ,36 ,23]=1, [19 ,23]=67, [20 ,23]=1, [23 ,3]=1, [36]=12, [1 ,23]=17, [19 ,1]=19, [19 ,23 ,23]=1, [23 ,3 ,36]=2})  ]

11-30 15:27:29.662 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({android.process.acore(15069)=1})  ]

11-30 15:27:29.662 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(1) data(3) accounts({vnd.sec.contact.phone (1)=1})  ]

11-30 15:27:29.662 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(1) data(24) accounts({vnd.sec.contact.phone (1)=1})  ]
11-30 15:27:29.975  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:29.975  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:29.975  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:30.975  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:30.975  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:30.975  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:31.975  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:31.975  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:31.975  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:32.502  2985  2995 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:27:32.503  2985  2995 D BatteryService: level:20, scale:100, status:2, health:2, present:true, voltage: 3856, temperature: 324, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:27:32.503  2985  2995 D BatteryService: online:4, current avg:467, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:473
11-30 15:27:32.503  2985  2995 D BatteryService: stay LED for charging
11-30 15:27:32.503  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:27:32.505  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 20, battStatus :: 2
11-30 15:27:32.506  2985  2985 I MotionRecognitionService: Plugged
11-30 15:27:32.506  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:27:32.506  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:27:32.507  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:27:32.507  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:27:32.508  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:27:32.508  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:27:32.508  2985  3007 D UsbDeviceManager: mps exists
11-30 15:27:32.510  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:27:32.511  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:27:32.511  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:27:32.511  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:27:32.511  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:27:32.512  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=20, mBatteryStatus=2
11-30 15:27:32.512  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:27:32.513  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:27:32.514  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:27:32.516  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:27:32.516 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:27:32.516 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:27:32.517  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:27:32.517  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:27:32.517  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:27:32.519 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 558
11-30 15:27:32.519 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 20, UPS hours: 558
11-30 15:27:32.519  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:27:32.520 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:27:32.976  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:32.976  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:32.976  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:33.976  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:33.976  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:33.976  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:34.374  4228  4228 D io_stats: !@ 179,0 r 54752563 1394850660 w 6074923 85845476 d 1208713 30883496 f 1082618 1081665 iot 29973360 29377646 th 51200 0 0 pt 0 inp 0 0 264353.365
11-30 15:27:34.976  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:34.976  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:34.976  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:35.836  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:27:35.837  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:27:35.837  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:27:35.837  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:27:35.863  2985  7619 D SSRM:aU : SIOP:: AP:368(365,0) BAT:324(324,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:27:35.977  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:35.977  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:35.977  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:36.977  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:36.977  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:36.977  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:36.993 28769 29124 I GMS_MM_Logger: Memory Metric Logging not allowed. Stopping.
11-30 15:27:37.977  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:37.977  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:37.977  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:38.877 28769 31239 I zygote  : Deoptimizing boolean bhtq.contains(java.lang.Object) due to JIT inline cache
11-30 15:27:38.978  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:38.978  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:38.978  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:39.380  4228  4228 D io_stats: !@ 179,0 r 54752567 1394850732 w 6074957 85845724 d 1208714 30883500 f 1082619 1081666 iot 29973370 29377664 th 51200 0 0 pt 0 inp 0 0 264358.371
11-30 15:27:39.978  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:39.978  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:39.978  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:40.978  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:40.978  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:40.978  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:41.979  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:41.979  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:41.979  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:42.618  2985  5090 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:27:42.619  2985  5090 D BatteryService: level:21, scale:100, status:2, health:2, present:true, voltage: 3857, temperature: 324, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:27:42.619  2985  5090 D BatteryService: online:4, current avg:466, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:473
11-30 15:27:42.619  2985  5090 D BatteryService: stay LED for charging
11-30 15:27:42.619  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:27:42.622  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 21, battStatus :: 2
11-30 15:27:42.623  2985  2985 I MotionRecognitionService: Plugged
11-30 15:27:42.623  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:27:42.623  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:27:42.623  2985  3011 D PowerManagerService: [PSM] lowPowerModeEnabled: false (mLowPowerModeSetting: false, mIsPowered: true, mAutoLowPowerModeConfigured: false, mBatteryLevel: 21, mLowBatteryTriggerLevel: 0, mUltraPowerSavingModeEnabled: false, mEmergencyModeEnabled: false)
11-30 15:27:42.624  2985  3011 D PowerManagerService: mDisplayReady: false
11-30 15:27:42.624  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:27:42.624  2985  2985 D GameManagerService: new battery level: 21
11-30 15:27:42.624  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:27:42.625  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:27:42.625  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:27:42.626  2985  3007 D UsbDeviceManager: mps exists
11-30 15:27:42.628  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:27:42.629  2985  3011 I libsuspend: !@autosuspend_wakeup_count_disable
11-30 15:27:42.629  2985  3003 E BatteryExternalStatsWorker: no controller energy info supplied for wifi
11-30 15:27:42.629  2985  3011 I libsuspend: !@autosuspend_wakeup_count_disable done
11-30 15:27:42.629  2985  3003 E BatteryExternalStatsWorker: no controller energy info supplied for bluetooth
11-30 15:27:42.629  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:27:42.629  2985  3011 D PowerManagerService: [PWL] sb acquire: PowerManagerService.Display
11-30 15:27:42.629  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:27:42.632  2985  3011 D DisplayPowerController: animateScreenStateChange: target=1, targetInternal=1
11-30 15:27:42.633  2985  3011 D AutomaticBrightnessController: [DAB] mLightSensor is null.
11-30 15:27:42.633  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:27:42.634  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:27:42.634  2985  3011 D DisplayPowerController: Animating brightness: target=0, rate=0 (PSM:false, AB limit:(-1 ~ -1) MB Limit:(-1 ~ 306))
11-30 15:27:42.635  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:27:42.637  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:27:42.637  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:27:42.638  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:27:42.639  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:27:42.639  2985  2995 D PowerManagerService: mDisplayReady: true
11-30 15:27:42.639  2985  2995 D PowerManagerService: [PWL] sb release: PowerManagerService.Display
11-30 15:27:42.640 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:27:42.640 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:27:42.641 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:27:42.648  2985  2995 I libsuspend: !@autosuspend_wakeup_count_enable
11-30 15:27:42.649  2985  2995 I libsuspend: !@autosuspend_wakeup_count_enable done
11-30 15:27:42.649  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=21, mBatteryStatus=2
11-30 15:27:42.649  2985  3011 D PowerManagerService: [PWL] sb acquire: PowerManagerService.Display
11-30 15:27:42.649  2985  3011 D PowerManagerService: [s] DisplayPowerCallbacks : onStateChanged()
11-30 15:27:42.649  2985  3011 D PowerManagerService: [PWL] sb release: PowerManagerService.Display
11-30 15:27:42.650  2985  2996 D AudioService: isEnabled
11-30 15:27:42.650  2985  2996 D AudioService: getStreamVolume 3 index 10
11-30 15:27:42.651  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:27:42.651  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:27:42.651  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:27:42.651 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 587
11-30 15:27:42.652 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 21, UPS hours: 587
11-30 15:27:42.659  2985  3003 E BatteryExternalStatsWorker: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0}
11-30 15:27:42.979  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:42.979  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:42.979  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:43.979  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:43.979  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:43.979  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:44.386  4228  4228 D io_stats: !@ 179,0 r 54752662 1394853380 w 6074983 85845964 d 1208714 30883500 f 1082621 1081668 iot 29973440 29377723 th 51200 0 0 pt 0 inp 0 0 264363.378
11-30 15:27:44.980  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:44.980  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:44.980  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:45.309 29531 29579 I PlayCommon: [44197] aamo.k(22): Preparing logs for uploading
11-30 15:27:45.311  2985  5090 D ConnectivityService: filterNetworkStateForUid() uid: 15010040 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:27:45.386 29531 29579 I PlayCommon: [44197] aamo.k(135): Connecting to server for timestamp: https://play.googleapis.com/play/log/timestamp
11-30 15:27:45.394 29531 29579 D NetworkSecurityConfig: No Network Security Config specified, using platform default
11-30 15:27:45.399 29531 29579 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:27:45.399 29531 29579 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:27:45.403  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:27:45.871  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:27:45.871  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:27:45.871  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:27:45.871  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:27:45.896  2985  7619 D SSRM:aU : SIOP:: AP:368(364,0) BAT:324(324,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:27:45.980  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:45.980  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:45.980  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:46.543 28769 28769 D BoundBrokerSvc: onUnbind: Intent { act=com.google.firebase.auth.api.gms.service.START pkg=com.google.android.gms }
11-30 15:27:46.952 28769 28769 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService }
11-30 15:27:46.980  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:46.981  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:46.981  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:47.011  2985  3631 E Watchdog: !@Sync 8808 [2021-11-30 15:27:47.011]
11-30 15:27:47.820 28769 28769 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.mobstore.service.START pkg=com.google.android.gms }
11-30 15:27:47.981  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:47.981  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:47.981  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:48.981  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:48.981  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:48.981  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:49.347 28769 28769 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.facs.internal.service.START cmp=com.google.android.gms/.chimera.GmsInternalApiService }
11-30 15:27:49.391  4228  4228 D io_stats: !@ 179,0 r 54752834 1394856204 w 6074997 85846104 d 1208716 30883560 f 1082622 1081669 iot 29973520 29377798 th 51200 0 0 pt 0 inp 0 0 264368.384
11-30 15:27:49.866  2985  5092 D ConnectivityService: filterNetworkStateForUid() uid: 10227 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:27:49.981  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:49.981  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:49.981  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:50.513  2985  5092 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:27:50.513  2985  5092 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:27:50.530  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010040 ,Container id: 150
11-30 15:27:50.530  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 15010040 ,Container id: 150
11-30 15:27:50.530  2985  5092 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : true for user : 150
11-30 15:27:50.531  2985  5092 D EnterpriseDeviceManagerService: getCallingOrCurrentUserId(): move: cxtInfo.mContainerId = 150
11-30 15:27:50.982  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:50.982  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:50.982  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:51.982  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:51.982  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:51.982  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:52.731  2985  5092 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:27:52.732  2985  5092 D BatteryService: level:21, scale:100, status:2, health:2, present:true, voltage: 3857, temperature: 324, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:27:52.732  2985  5092 D BatteryService: online:4, current avg:452, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:469
11-30 15:27:52.732  2985  5092 D BatteryService: stay LED for charging
11-30 15:27:52.732  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:27:52.734  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 21, battStatus :: 2
11-30 15:27:52.734  2985  2985 I MotionRecognitionService: Plugged
11-30 15:27:52.734  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:27:52.734  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:27:52.734  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:27:52.735  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:27:52.735  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:27:52.735  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:27:52.736  2985  3007 D UsbDeviceManager: mps exists
11-30 15:27:52.736  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:27:52.738  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:27:52.738  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:27:52.738  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:27:52.739  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:27:52.739  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=21, mBatteryStatus=2
11-30 15:27:52.740  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:27:52.741  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:27:52.741  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:27:52.743 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:27:52.743 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:27:52.743  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:27:52.744  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:27:52.744  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:27:52.745  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:27:52.745  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:27:52.747 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 587
11-30 15:27:52.747 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 21, UPS hours: 587
11-30 15:27:52.748 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:27:52.982  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:52.982  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:52.982  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:53.221 29531 29579 W PlayCommon: [44197] aamo.m(1): No account for auth token provided
11-30 15:27:53.222 29531 29579 I PlayCommon: [44197] aamo.k(169): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true
11-30 15:27:53.223 29531 29579 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:27:53.223 29531 29579 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:27:53.276 29531 29579 I PlayCommon: [44197] aamo.k(201): Successfully uploaded logs.
11-30 15:27:53.983  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:53.983  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:53.983  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:54.397  4228  4228 D io_stats: !@ 179,0 r 54752993 1394859160 w 6075019 85846236 d 1208716 30883560 f 1082623 1081670 iot 29973610 29377866 th 51200 0 0 pt 0 inp 0 0 264373.387
11-30 15:27:54.983  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:54.983  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:54.983  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:55.938  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:27:55.938  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:27:55.938  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:27:55.938  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:27:55.965  2985  7619 D SSRM:aU : SIOP:: AP:368(364,0) BAT:324(324,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:27:55.983  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:55.983  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:55.983  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:56.984  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:56.984  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:56.984  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:57.984  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:57.984  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:57.984  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:58.984  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:58.984  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:58.984  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:27:59.403  4228  4228 D io_stats: !@ 179,0 r 54752997 1394859176 w 6075035 85846376 d 1208719 30883580 f 1082624 1081671 iot 29973630 29377888 th 51200 0 0 pt 0 inp 0 0 264378.395
11-30 15:27:59.985  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:27:59.985  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:27:59.985  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:00.000  2985  3096 D SamsungAlarmManager: Expired : 8
11-30 15:28:00.001  2985  3096 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=460533645 , orig nextNonWakeup=0
11-30 15:28:00.001  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T155030, SetElapsed=460533645, nowELAPSED=459183646
11-30 15:28:00.985  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:00.985  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:00.985  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:01.294  2985  5092 D ConnectivityService: filterNetworkStateForUid() uid: 11108 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:01.985  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:01.985  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:01.985  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:02.846  2985  5092 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:28:02.847  2985  5092 D BatteryService: level:21, scale:100, status:2, health:2, present:true, voltage: 3858, temperature: 324, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:28:02.847  2985  5092 D BatteryService: online:4, current avg:457, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:448
11-30 15:28:02.848  2985  5092 D BatteryService: stay LED for charging
11-30 15:28:02.848  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:28:02.850  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 21, battStatus :: 2
11-30 15:28:02.850  2985  2985 I MotionRecognitionService: Plugged
11-30 15:28:02.850  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:28:02.850  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:28:02.851  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:28:02.852  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:28:02.853  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:28:02.853  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:28:02.854  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:28:02.854  2985  3007 D UsbDeviceManager: mps exists
11-30 15:28:02.855  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:28:02.857  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:28:02.857  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=21, mBatteryStatus=2
11-30 15:28:02.857  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:28:02.858  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:28:02.860  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:28:02.860 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:28:02.860 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:28:02.860  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:28:02.861  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:28:02.861  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:28:02.862 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:28:02.862 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 587
11-30 15:28:02.862 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 21, UPS hours: 587
11-30 15:28:02.863  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:28:02.864  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:28:02.866  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:28:02.867  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:28:02.986  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:02.986  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:02.986  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:03.504  2985  2994 I zygote  : Background concurrent copying GC freed 376379(18MB) AllocSpace objects, 308(7MB) LOS objects, 28% free, 60MB/84MB, paused 727us total 637.994ms
11-30 15:28:03.986  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:03.986  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:03.986  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:04.409  4228  4228 D io_stats: !@ 179,0 r 54753020 1394859532 w 6075060 85846532 d 1208719 30883580 f 1082625 1081672 iot 29973650 29377902 th 51200 0 0 pt 0 inp 0 0 264383.401
11-30 15:28:04.986  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:04.986  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:04.986  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:05.973  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:28:05.973  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:28:05.973  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:28:05.974  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:28:05.987  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:05.987  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:05.987  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:06.000  2985  7619 D SSRM:aU : SIOP:: AP:367(365,0) BAT:324(324,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:28:06.987  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:06.987  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:06.987  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:07.987  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:07.987  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:07.987  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:08.988  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:08.988  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:08.988  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:09.416  4228  4228 D io_stats: !@ 179,0 r 54753020 1394859532 w 6075077 85846636 d 1208719 30883580 f 1082626 1081673 iot 29973650 29377906 th 51200 0 0 pt 0 inp 0 0 264388.407
11-30 15:28:09.988  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:09.988  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:09.988  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:10.988  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:10.988  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:10.988  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:11.989  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:11.989  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:11.989  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:12.964  2985  5082 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:28:12.965  2985  5082 D BatteryService: level:21, scale:100, status:2, health:2, present:true, voltage: 3858, temperature: 324, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:28:12.965  2985  5082 D BatteryService: online:4, current avg:468, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:475
11-30 15:28:12.965  2985  5082 D BatteryService: stay LED for charging
11-30 15:28:12.965  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:28:12.968  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 21, battStatus :: 2
11-30 15:28:12.968  2985  2985 I MotionRecognitionService: Plugged
11-30 15:28:12.968  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:28:12.968  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:28:12.969  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:28:12.970  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:28:12.970  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:28:12.970  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:28:12.971  2985  3007 D UsbDeviceManager: mps exists
11-30 15:28:12.972  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:28:12.973  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:28:12.973  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:28:12.973  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:28:12.973  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:28:12.974  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:28:12.975  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=21, mBatteryStatus=2
11-30 15:28:12.975  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:28:12.976  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:28:12.978 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:28:12.978 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:28:12.979 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:28:12.982  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:28:12.982 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 587
11-30 15:28:12.982  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:28:12.982  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:28:12.982 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 21, UPS hours: 587
11-30 15:28:12.982  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:28:12.983  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:28:12.989  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:12.989  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:12.989  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:13.989  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:13.989  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:13.989  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:14.422  4228  4228 D io_stats: !@ 179,0 r 54753020 1394859532 w 6075090 85846724 d 1208719 30883580 f 1082627 1081674 iot 29973650 29377910 th 51200 0 0 pt 0 inp 0 0 264393.414
11-30 15:28:14.781  2985  3096 D SamsungAlarmManager: Expired : 4
11-30 15:28:14.782  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152834, SetElapsed=459218386, nowELAPSED=459198426
11-30 15:28:14.782  2985  3096 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=460533645 , orig nextNonWakeup=0
11-30 15:28:14.783  2985  3096 V SamsungAlarmManager: Sending to uid : 1000 action=android.intent.action.TIME_TICK alarm=Alarm{49ad18f type 3 when 459183645 android}
11-30 15:28:14.784  2985  3096 V SamsungAlarmManager: Sending to uid : 10098 action=WakingExecutorService.ACTION_ALARM.com.facebook.katana.Mqtt_Wakeup alarm=Alarm{3ea1025 type 2 when 459198426 com.facebook.katana}
11-30 15:28:14.797  2985  2985 D SamsungAlarmManager: setExact Intent (T:3/F:1/AC:false) 20211130T152900 - CU:1000/CP:2985
11-30 15:28:14.798  3510  3617 D KeyguardUpdateMonitor: received broadcast android.intent.action.TIME_TICK
11-30 15:28:14.799  3510  3510 D KeyguardServiceBoxContainer: refreshTime() 1
11-30 15:28:14.813  2985  5092 D SamsungAlarmManager: Cancel Alarm calling from uid:10098 pid :26985 / op:PendingIntent{dfcf7ab: PendingIntentRecord{1b7db53 com.facebook.katana broadcastIntent}}
11-30 15:28:14.891  2985  5092 D PackageManager: setEnabledSetting : userId = 0 packageName = com.facebook.katana cmp = com.facebook.mqttlite.MqttService newState = 1 callingPackage = 10098/com.facebook.katana
11-30 15:28:14.989  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:14.990  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:14.990  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:15.990  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:15.990  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:15.990  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:16.007  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:28:16.007  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:28:16.007  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:28:16.008  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:28:16.033  2985  7619 D SSRM:aU : SIOP:: AP:367(364,0) BAT:324(324,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:28:16.990  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:16.990  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:16.990  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:17.020  2985  3631 E Watchdog: !@Sync 8809 [2021-11-30 15:28:17.019]
11-30 15:28:17.033 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(0) data(0) accounts({}) accounts deleted({}) calls([]) countryIso(ID) userId(150)  ]

11-30 15:28:17.033 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ agr({})  ]

11-30 15:28:17.033 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({})  ]

11-30 15:28:17.033 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(0) data(0) accounts({})  ]

11-30 15:28:17.033 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(0) data(0) accounts({})  ]
11-30 15:28:17.991  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:17.991  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:17.991  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:18.991  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:18.991  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:18.991  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:19.429  4228  4228 D io_stats: !@ 179,0 r 54753234 1394865808 w 6075103 85846816 d 1208719 30883580 f 1082628 1081675 iot 29973740 29377993 th 51200 0 0 pt 0 inp 0 0 264398.419
11-30 15:28:19.991  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:19.991  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:19.991  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:20.992  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:20.992  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:20.992  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:21.992  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:21.992  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:21.992  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:22.992  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:22.992  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:22.992  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:23.077  2985  5092 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:28:23.078  2985  5092 D BatteryService: level:21, scale:100, status:2, health:2, present:true, voltage: 3859, temperature: 324, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:28:23.078  2985  5092 D BatteryService: online:4, current avg:467, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:472
11-30 15:28:23.078  2985  5092 D BatteryService: stay LED for charging
11-30 15:28:23.078  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:28:23.080  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 21, battStatus :: 2
11-30 15:28:23.081  2985  2985 I MotionRecognitionService: Plugged
11-30 15:28:23.081  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:28:23.081  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:28:23.083  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:28:23.085  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:28:23.086  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:28:23.087  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:28:23.087  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=21, mBatteryStatus=2
11-30 15:28:23.088  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:28:23.088  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:28:23.089  2985  3007 D UsbDeviceManager: mps exists
11-30 15:28:23.091 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:28:23.091 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:28:23.091  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:28:23.091  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:28:23.092  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:28:23.093 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:28:23.095  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:28:23.095  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:28:23.096 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 587
11-30 15:28:23.096 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 21, UPS hours: 587
11-30 15:28:23.096  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:28:23.098  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:28:23.098  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:28:23.098  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:28:23.098  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:28:23.098  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:28:23.565  2985  3244 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:28:23.566  2985  3244 W DeviceStorageMonitorService: updateBroadcasts(/data) oldLevel:0, newLevel:0, seq:1
11-30 15:28:23.567  2985  3244 W DeviceStorageMonitorService: updateBroadcasts_filenode(/data) fn_oldLevel:0, fn_newLevel:0, seq:1
11-30 15:28:23.992  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:23.993  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:23.993  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:24.435  4228  4228 D io_stats: !@ 179,0 r 54753234 1394865808 w 6075120 85846924 d 1208719 30883580 f 1082629 1081676 iot 29973740 29378002 th 51200 0 0 pt 0 inp 0 0 264403.425
11-30 15:28:24.993  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:24.993  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:24.993  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:25.053 23617 23643 I Finsky  : [43706] fxt.run(14): Stats for Executor: BlockingExecutor hyp@39f75d0[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 36]
11-30 15:28:25.054 23617 23643 I Finsky  : [43706] fxt.run(14): Stats for Executor: LightweightExecutor hyp@faab9c9[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 259]
11-30 15:28:25.175 23617 23643 I Finsky  : [43706] fxt.run(14): Stats for Executor: bgExecutor hyp@ac288ce[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 1081]
11-30 15:28:25.993  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:25.993  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:25.993  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:26.040  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:28:26.040  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:28:26.040  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:28:26.041  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:28:26.065  2985  7619 D SSRM:aU : SIOP:: AP:367(364,0) BAT:324(324,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:28:26.993  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:26.994  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:26.994  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:27.179 28769 28769 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.ocr.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.GmsApiService }
11-30 15:28:27.994  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:27.994  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:27.994  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:28.994  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:28.994  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:28.994  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:29.441  4228  4228 D io_stats: !@ 179,0 r 54753238 1394865920 w 6075136 85847052 d 1208720 30883584 f 1082631 1081678 iot 29973740 29378016 th 51200 0 0 pt 0 inp 0 0 264408.433
11-30 15:28:29.796 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(334) data(3908) accounts({vnd.sec.contact.phone (1)=155, com.whatsapp (23)=210, com.google (19)=204, com.osp.app.signin (24)=4, vnd.sec.contact.sim2 (3)=14, org.telegram.messenger (36)=127}) accounts deleted({com.google (19)=1}) calls([logtype:100 cnt:500, logtype:300 cnt:500]) countryIso(ID) userId(0)  ]

11-30 15:28:29.796 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ agr({[1 ,1 ,23]=1, [23 ,3 ,36 ,19]=1, [1 ,1 ,36 ,23]=1, [1 ,24 ,23]=1, [19 ,23 ,23 ,36 ,36]=1, [1 ,1 ,1]=1, [19 ,19 ,19 ,1 ,23 ,24 ,36]=1, [19]=10, [19 ,19 ,1]=1, [19 ,1 ,36 ,23]=1, [19 ,36]=4, [1 ,36]=1, [36 ,19 ,23 ,36]=2, [19 ,1 ,23 ,23 ,23]=1, [19 ,1 ,23 ,36 ,36]=1, [19 ,1 ,23 ,36]=9, [1 ,23 ,36 ,36]=1, [1 ,23 ,36]=12, [19 ,23 ,36 ,23]=1, [19 ,36 ,23]=2, [19 ,23 ,36]=68, [3]=10, [1]=72, [19 ,1 ,23 ,24]=1, [1 ,23 ,24 ,36]=1, [19 ,1 ,23]=8, [19 ,1 ,23 ,36 ,23]=1, [19 ,23]=67, [20 ,23]=1, [23 ,3]=1, [36]=12, [1 ,23]=17, [19 ,1]=19, [19 ,23 ,23]=1, [23 ,3 ,36]=2})  ]

11-30 15:28:29.796 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({android.process.acore(15069)=1})  ]

11-30 15:28:29.796 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(1) data(3) accounts({vnd.sec.contact.phone (1)=1})  ]

11-30 15:28:29.796 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(1) data(24) accounts({vnd.sec.contact.phone (1)=1})  ]
11-30 15:28:29.994  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:29.995  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:29.995  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:30.995  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:30.995  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:30.995  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:31.995  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:31.995  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:31.995  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:32.995  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:32.996  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:32.996  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:33.192  2985  2995 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:28:33.193  2985  2995 D BatteryService: level:21, scale:100, status:2, health:2, present:true, voltage: 3859, temperature: 324, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:28:33.193  2985  2995 D BatteryService: online:4, current avg:466, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:469
11-30 15:28:33.193  2985  2995 D BatteryService: stay LED for charging
11-30 15:28:33.193  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:28:33.195  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 21, battStatus :: 2
11-30 15:28:33.195  2985  2985 I MotionRecognitionService: Plugged
11-30 15:28:33.195  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:28:33.195  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:28:33.195  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:28:33.196  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:28:33.196  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:28:33.197  2985  3007 D UsbDeviceManager: mps exists
11-30 15:28:33.197  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:28:33.198  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=21, mBatteryStatus=2
11-30 15:28:33.198  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:28:33.198  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:28:33.198  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:28:33.199  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:28:33.200  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:28:33.200  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:28:33.200  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:28:33.200  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:28:33.201  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:28:33.201 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:28:33.201  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:28:33.201 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:28:33.201  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:28:33.202  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:28:33.203  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:28:33.204 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 587
11-30 15:28:33.204 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 21, UPS hours: 587
11-30 15:28:33.204 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:28:33.996  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:33.996  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:33.996  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:34.448  4228  4228 D io_stats: !@ 179,0 r 54753238 1394865920 w 6075158 85847212 d 1208720 30883584 f 1082632 1081679 iot 29973740 29378022 th 51200 0 0 pt 0 inp 0 0 264413.439
11-30 15:28:34.741  2985  3096 D SamsungAlarmManager: Expired : 4
11-30 15:28:34.742  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T153412, SetElapsed=459556418, nowELAPSED=459218387
11-30 15:28:34.742  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T152900, SetElapsed=459243645, nowELAPSED=459218387
11-30 15:28:34.743  2985  3096 V SamsungAlarmManager: Sending to uid : 1000 listener=android.app.AlarmManager$ListenerWrapper@424d722 alarm=Alarm{16dbe08 type 2 when 459150548 android}
11-30 15:28:34.787  2985  3096 V SamsungAlarmManager: Sending to uid : 10018 action=com.google.android.gms.gcm.ACTION_CHECK_QUEUE alarm=Alarm{dd089a1 type 2 when 459153436 com.google.android.gms}
11-30 15:28:34.801  2985  5082 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:34.808  2985  5082 D SamsungAlarmManager: Cancel Alarm calling from uid:10018 pid :16033 / op:PendingIntent{b116387: PendingIntentRecord{e27d172 com.google.android.gms broadcastIntent}}
11-30 15:28:34.818  2985  3096 V SamsungAlarmManager: Sending to uid : 10227 action=com.google.android.gms.gcm.ACTION_CHECK_QUEUE alarm=Alarm{424b2b4 type 2 when 459155036 com.parallel.space.lite}
11-30 15:28:34.841  2985  3096 V SamsungAlarmManager: Sending to uid : 10212 action=a.ACTION_INEXACT_ALARM.PreloadedFBNS.com.facebook.services alarm=Alarm{851aa52 type 2 when 459186387 com.facebook.services}
11-30 15:28:34.841  2985  3096 V SamsungAlarmManager: Sending to uid : 1000 listener=android.app.AlarmManager$ListenerWrapper@82cfddf alarm=Alarm{a16b123 type 2 when 459218386 android}
11-30 15:28:34.841  2985  3096 V SamsungAlarmManager: Sending to uid : 10069 action=com.samsung.action.EVERY_MINUTE_CLOCK_UPDATE alarm=Alarm{bdfcbd9 type 1 when 1638260880000 com.sec.android.app.launcher}
11-30 15:28:34.848  2985  2985 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20211130T153334 - CU:1000/CP:2985
11-30 15:28:34.849  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:28:34.849  2719  2795 E IptablesRestoreController: -D fw_standby_uid -m owner --uid-owner 15010212 -j DROP
11-30 15:28:34.849  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:28:34.850  2985  2985 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:28:34.851  2985  2985 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:28:34.851  2985  2985 D StorageManagerService: getExternalStorageMountMode : final mountMode=3, uid : 11201, packageName : id.flip
11-30 15:28:34.851  2985  2985 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:id.flip user:0
11-30 15:28:34.851  2985  2985 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:28:34.851  2985  2985 D ActivityManager: package  id.flip, user - 0 is SDcard whitelisted
11-30 15:28:34.851  2985  2985 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:id.flip user:0
11-30 15:28:34.851  2985  2985 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:28:34.860  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:28:34.860  2719  2795 E IptablesRestoreController: -D fw_standby_uid -m owner --uid-owner 15010212 -j DROP
11-30 15:28:34.860  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:28:34.860  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:28:34.863  2985  2985 I ActivityManager: Start proc 31253:id.flip/u0a1201 for service id.flip/androidx.work.impl.background.systemjob.SystemJobService
11-30 15:28:34.863 31253 31253 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:28:34.865 31253 31253 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:28:34.867 31253 31253 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=id.flip 
11-30 15:28:34.870  2985  2985 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:28:34.871  2985  2985 D StorageManagerService: getExternalStorageMountMode : 3
11-30 15:28:34.871  2985  2985 D StorageManagerService: getExternalStorageMountMode : final mountMode=3, uid : 10431, packageName : com.domobile.applock
11-30 15:28:34.871  2985  2985 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.domobile.applock user:0
11-30 15:28:34.871  2985  2985 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:28:34.871  2985  2985 D ActivityManager: package  com.domobile.applock, user - 0 is SDcard whitelisted
11-30 15:28:34.871  2985  2985 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.domobile.applock user:0
11-30 15:28:34.871  2985  2985 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:28:34.883  2985  2985 I ActivityManager: Start proc 31266:com.domobile.applock/u0a431 for service com.domobile.applock/.service.MyJobService
11-30 15:28:34.884 31266 31266 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-30 15:28:34.886 31266 31266 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:28:34.888 31266 31266 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.domobile.applock 
11-30 15:28:34.890  2985  2995 D SamsungAlarmManager: setExact Intent (T:2/F:4/AC:false) 20211130T155253 - CU:10212/CP:1956
11-30 15:28:34.896  2985  2985 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20211130T153630 - CU:1000/CP:2985
11-30 15:28:34.897  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11201 ,Container id: 0
11-30 15:28:34.898  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11201 ,Container id: 0
11-30 15:28:34.898  2985  5092 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:28:34.904  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11201 ,Container id: 0
11-30 15:28:34.904  2985  5090 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11201 ,Container id: 0
11-30 15:28:34.904  2985  5090 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:28:34.908  2985  2996 D ConnectivityService: filterNetworkStateForUid() uid: 10212 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:34.912 31253 31253 D ActivityThread: Added TimaKeyStore provider
11-30 15:28:34.914  2985  5090 I ActivityManager: DSS on for id.flip and scale is 1.0
11-30 15:28:34.934  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10431 ,Container id: 0
11-30 15:28:34.934  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10431 ,Container id: 0
11-30 15:28:34.934  2985  5092 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:28:34.936  2985  5082 D SamsungAlarmManager: setExact Intent (T:2/F:5/AC:false) 20211130T152933 - CU:10212/CP:1956
11-30 15:28:34.936  2985  5082 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152933, SetElapsed=459277569, nowELAPSED=459218581
11-30 15:28:34.943 31253 31253 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 11201
11-30 15:28:34.944  4604  4604 I Launcher: onReceive: com.samsung.action.EVERY_MINUTE_CLOCK_UPDATE
11-30 15:28:34.949  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10431 ,Container id: 0
11-30 15:28:34.949  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10431 ,Container id: 0
11-30 15:28:34.949  2985  5092 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:28:34.951 31253 31253 D Proxy   : mdoP is null: 11201
11-30 15:28:34.957  2985  3824 D SamsungAlarmManager: setInexact Intent (T:1/F:0/AC:false) 20211130T152900 - CU:10069/CP:4604
11-30 15:28:34.957  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.sec.android.app.clockpackage
11-30 15:28:34.960 31266 31266 D ActivityThread: Added TimaKeyStore provider
11-30 15:28:34.961  2985  5092 I ActivityManager: DSS on for com.domobile.applock and scale is 1.0
11-30 15:28:34.962  4604  4604 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:28:34.966  4604  4604 I LiveIconManager: getLiveIcon: complete(sync_created)
11-30 15:28:34.966  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.sec.android.app.clockpackage
11-30 15:28:34.966  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.samsung.android.calendar
11-30 15:28:34.966  4604  4604 I BitmapCacheContainer: getBitmapCache: BitmapCache expired com.samsung.android.calendar/UserHandle{0}
11-30 15:28:34.967  4604  4604 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:28:34.970  4604  4604 I LiveIconManager: getLiveIcon: complete(sync_created)
11-30 15:28:34.970  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.samsung.android.calendar
11-30 15:28:34.993  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:28:34.994  2719  2788 I chatty  : uid=0(root) /system/bin/netd identical 1 line
11-30 15:28:34.995  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:28:34.996  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:34.996  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:34.996  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:35.006 31266 31266 D MDO     : MDO if sIsMdo=false, sIsCheckMdo=false, uid = 10431
11-30 15:28:35.007 31266 31266 D Proxy   : mdoP is null: 10431
11-30 15:28:35.011 29916 31290 D MainWorker: doWork() invoked.
11-30 15:28:35.035 16033 23954 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.checkin.CheckinService started execution. cause:4 exec_start_elapsed_seconds: 459218 [CONTEXT service_id=218 ]
11-30 15:28:35.054  2985  3615 D SamsungAlarmManager: setInexact Intent (T:2/F:0/AC:false) 20211130T155736 - CU:10018/CP:16033
11-30 15:28:35.063 29916 31290 D MainWorker:  @@@ Notification service is enabled.
11-30 15:28:35.064 29916 31290 D MainWorker:  @@@ do nothing and wait for the next cycle ;)
11-30 15:28:35.067 29916 29984 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=e4cfc915-a853-4ae3-857b-e2190d4ca609, tags={ com.myd.android.nhistory2.initiators.MainWorker } ]
11-30 15:28:35.082 16033 23954 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.checkin.CheckinService started execution. cause:4 exec_start_elapsed_seconds: 459218 [CONTEXT service_id=218 ]
11-30 15:28:35.115 30718 30834 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001003', key: 'RPC_STORE_TARGET'
11-30 15:28:35.115 30718 30834 E Notifications: pwl: HTTP Error Code: 401
11-30 15:28:35.115 30718 30834 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:28:35.115 30718 30834 E Notifications: 	at pzy.a(PG:17)
11-30 15:28:35.115 30718 30834 E Notifications: 	at pzw.a(PG:2)
11-30 15:28:35.115 30718 30834 E Notifications: 	at psd.a(PG:11)
11-30 15:28:35.115 30718 30834 E Notifications: 	at pub.b(PG:3)
11-30 15:28:35.115 30718 30834 E Notifications: 	at pty.e(PG:6)
11-30 15:28:35.115 30718 30834 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:28:35.115 30718 30834 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:28:35.115 30718 30834 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:28:35.115 30718 30834 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:28:35.119 30718 30835 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001002', key: 'RPC_STORE_TARGET'
11-30 15:28:35.119 30718 30835 E Notifications: pwl: HTTP Error Code: 401
11-30 15:28:35.119 30718 30835 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:28:35.119 30718 30835 E Notifications: 	at pzy.a(PG:17)
11-30 15:28:35.119 30718 30835 E Notifications: 	at pzw.a(PG:2)
11-30 15:28:35.119 30718 30835 E Notifications: 	at psd.a(PG:11)
11-30 15:28:35.119 30718 30835 E Notifications: 	at pub.b(PG:3)
11-30 15:28:35.119 30718 30835 E Notifications: 	at pty.e(PG:6)
11-30 15:28:35.119 30718 30835 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:28:35.119 30718 30835 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:28:35.119 30718 30835 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:28:35.119 30718 30835 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:28:35.120 30718 30836 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001007', key: 'RPC_STORE_TARGET'
11-30 15:28:35.120 30718 30836 E Notifications: pwl: HTTP Error Code: 401
11-30 15:28:35.120 30718 30836 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:28:35.120 30718 30836 E Notifications: 	at pzy.a(PG:17)
11-30 15:28:35.120 30718 30836 E Notifications: 	at pzw.a(PG:2)
11-30 15:28:35.120 30718 30836 E Notifications: 	at psd.a(PG:11)
11-30 15:28:35.120 30718 30836 E Notifications: 	at pub.b(PG:3)
11-30 15:28:35.120 30718 30836 E Notifications: 	at pty.e(PG:6)
11-30 15:28:35.120 30718 30836 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:28:35.120 30718 30836 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:28:35.120 30718 30836 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:28:35.120 30718 30836 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:28:35.123  2985  3615 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:35.137 31253 31253 W ResourceType: ResTable_typeSpec entry count inconsistent: given 776, previously 777
11-30 15:28:35.138 31253 31253 W ResourceType: ResTable_typeSpec entry count inconsistent: given 172, previously 1003
11-30 15:28:35.141  2985  5082 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:35.149  2985  5092 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:35.168  2985  5095 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:35.170 30718 30818 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001004', key: 'RPC_STORE_TARGET'
11-30 15:28:35.170 30718 30818 E Notifications: pwl: HTTP Error Code: 401
11-30 15:28:35.170 30718 30818 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:28:35.170 30718 30818 E Notifications: 	at pzy.a(PG:17)
11-30 15:28:35.170 30718 30818 E Notifications: 	at pzw.a(PG:2)
11-30 15:28:35.170 30718 30818 E Notifications: 	at psd.a(PG:11)
11-30 15:28:35.170 30718 30818 E Notifications: 	at pub.b(PG:3)
11-30 15:28:35.170 30718 30818 E Notifications: 	at pty.e(PG:6)
11-30 15:28:35.170 30718 30818 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:28:35.170 30718 30818 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:28:35.170 30718 30818 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:28:35.170 30718 30818 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:28:35.175 16033 27741 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.checkin.CheckinService finished executing. cause:4 result: 3 elapsed_millis: 219 uptime_millis: 219 exec_start_elapsed_seconds: 459218 [CONTEXT service_id=218 ]
11-30 15:28:35.177  2985  3615 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:35.186  2985  5095 D SamsungAlarmManager: Cancel Alarm calling from uid:10212 pid :1956 / op:PendingIntent{1c1f144: PendingIntentRecord{a079908 com.facebook.services broadcastIntent}}
11-30 15:28:35.188  2985  5095 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T153412, SetElapsed=459556418, nowELAPSED=459218833
11-30 15:28:35.189  2985  5095 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T152900, SetElapsed=459243644, nowELAPSED=459218833
11-30 15:28:35.208 30718 30820 E Notifications: [ScheduledTaskServiceHandler] Job finished with TRANSIENT_FAILURE. Job ID: '111001006', key: 'RPC_STORE_TARGET'
11-30 15:28:35.208 30718 30820 E Notifications: pwl: HTTP Error Code: 401
11-30 15:28:35.208 30718 30820 E Notifications: 	at pwk.a(Unknown Source:24)
11-30 15:28:35.208 30718 30820 E Notifications: 	at pzy.a(PG:17)
11-30 15:28:35.208 30718 30820 E Notifications: 	at pzw.a(PG:2)
11-30 15:28:35.208 30718 30820 E Notifications: 	at psd.a(PG:11)
11-30 15:28:35.208 30718 30820 E Notifications: 	at pub.b(PG:3)
11-30 15:28:35.208 30718 30820 E Notifications: 	at pty.e(PG:6)
11-30 15:28:35.208 30718 30820 E Notifications: 	at poy.run(Unknown Source:2)
11-30 15:28:35.208 30718 30820 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
11-30 15:28:35.208 30718 30820 E Notifications: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
11-30 15:28:35.208 30718 30820 E Notifications: 	at java.lang.Thread.run(Thread.java:764)
11-30 15:28:35.214  2985  5095 D ConnectivityService: filterNetworkStateForUid() uid: 10112 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:35.319 16033 27741 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.checkin.CheckinService finished executing. cause:4 result: 3 elapsed_millis: 242 uptime_millis: 242 exec_start_elapsed_seconds: 459218 [CONTEXT service_id=218 ]
11-30 15:28:35.319  2985  3615 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:35.322  2985  3615 D SamsungAlarmManager: Cancel Alarm calling from uid:10018 pid :16033 / op:PendingIntent{c92f362: PendingIntentRecord{e27d172 com.google.android.gms broadcastIntent}}
11-30 15:28:35.322 31266 31266 I MultiDex: VM with version 2.1.0 has multidex support
11-30 15:28:35.322 31266 31266 I MultiDex: Installing application
11-30 15:28:35.322 31266 31266 I MultiDex: VM has multidex support, MultiDex support library is disabled.
11-30 15:28:35.330 31253 31253 I MultiDex: VM with version 2.1.0 has multidex support
11-30 15:28:35.331 31253 31253 I MultiDex: Installing application
11-30 15:28:35.331 31253 31253 I MultiDex: VM has multidex support, MultiDex support library is disabled.
11-30 15:28:35.348 31266 31301 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:28:35.349 31266 31301 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:28:35.379 31266 31301 W zygote  : Unsupported class loader
11-30 15:28:35.383 31266 31301 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:28:35.393 31266 31301 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:213806100
11-30 15:28:35.393 31266 31301 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 213806100
11-30 15:28:35.414 31266 31266 I FirebaseInitProvider: FirebaseApp initialization successful
11-30 15:28:35.424 31266 31301 W zygote  : Unsupported class loader
11-30 15:28:35.432 31266 31301 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:28:35.435 31253 31253 W ComponentDiscovery: Class com.google.firebase.dynamicloading.DynamicLoadingRegistrar is not an found.
11-30 15:28:35.458  2985  3615 D SamsungAlarmManager: setInexact Intent (T:2/F:0/AC:false) 20211130T155736 - CU:10018/CP:16033
11-30 15:28:35.465 31253 31253 I FirebaseApp: Device unlocked: initializing all Firebase APIs for app [DEFAULT]
11-30 15:28:35.470 31266 31309 I FA      : App measurement is starting up, version: 16250
11-30 15:28:35.470 31266 31309 I FA      : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
11-30 15:28:35.470 31266 31309 I FA      : To enable faster debug mode event logging run:
11-30 15:28:35.470 31266 31309 I FA      :   adb shell setprop debug.firebase.analytics.app com.domobile.applock
11-30 15:28:35.501 16033 27741 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.mdisync.service.MdiSyncBackgroundTaskService started execution. cause:5 exec_start_elapsed_seconds: 459218 [CONTEXT service_id=218 ]
11-30 15:28:35.501 16033 27741 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.mdisync.service.MdiSyncBackgroundTaskService started execution. cause:5 exec_start_elapsed_seconds: 459219 [CONTEXT service_id=218 ]
11-30 15:28:35.501 16033 27741 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.mdisync.service.MdiSyncBackgroundTaskService started execution. cause:5 exec_start_elapsed_seconds: 459219 [CONTEXT service_id=218 ]
11-30 15:28:35.502  2985  5092 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:35.504  2985  5092 D SamsungAlarmManager: Cancel Alarm calling from uid:10018 pid :16033 / op:PendingIntent{2a63374: PendingIntentRecord{e27d172 com.google.android.gms broadcastIntent}}
11-30 15:28:35.507  2985  5092 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T152900, SetElapsed=459243645, nowELAPSED=459219151
11-30 15:28:35.538 16033 23954 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.mdisync.service.MdiSyncBackgroundTaskService started execution. cause:5 exec_start_elapsed_seconds: 459219 [CONTEXT service_id=218 ]
11-30 15:28:35.545  2985  2996 D SamsungAlarmManager: setInexact Intent (T:2/F:0/AC:false) 20211130T155736 - CU:10018/CP:16033
11-30 15:28:35.590 31266 31266 I CrashlyticsCore: Initializing Crashlytics Core 2.7.0.33
11-30 15:28:35.601 31253 31330 W zygote  : Unsupported class loader
11-30 15:28:35.604 31253 31330 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:28:35.604 28769 28769 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
11-30 15:28:35.605 28769 28769 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
11-30 15:28:35.606 31253 31330 I DynamiteModule: Considering local module com.google.android.gms.measurement.dynamite:20 and remote module com.google.android.gms.measurement.dynamite:54
11-30 15:28:35.607 31253 31330 I DynamiteModule: Selected remote version of com.google.android.gms.measurement.dynamite, version >= 54
11-30 15:28:35.607 31253 31330 V DynamiteModule: Dynamite loader version >= 2, using loadModule2NoCrashUtils
11-30 15:28:35.609 31266 31266 I CrashlyticsInitProvider: CrashlyticsInitProvider initialization successful
11-30 15:28:35.627 31253 31330 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:28:35.628 28769 29127 I MdiSyncModule: Dispatching task '3_PERIODIC'...
11-30 15:28:35.628 31253 31330 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:28:35.629 31266 31315 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
11-30 15:28:35.630 28769 29124 I MdiSyncModule: Dispatching task '2_PERIODIC'...
11-30 15:28:35.632 28769 29124 I MdiSyncModule: Running singleton-scoped task '2 PERIODIC (2_PERIODIC)'...
11-30 15:28:35.634 13746 25581 I MdiSyncModule: Dispatching task '3_PERIODIC'...
11-30 15:28:35.635 31266 31315 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:28:35.635 31266 31315 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:28:35.636 13746 13891 I MdiSyncModule: Dispatching task '2_PERIODIC'...
11-30 15:28:35.636 13746 13891 I MdiSyncModule: Running singleton-scoped task '2 PERIODIC (2_PERIODIC)'...
11-30 15:28:35.637  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:28:35.642 13746 25581 W MdiSyncModule: Task '3 PERIODIC (3_PERIODIC)' has no registered task handlers! [CONTEXT service_id=215 ratelimit_count=10 ]
11-30 15:28:35.653 28769 29127 I GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=22018 trafficStatsUid=-1
11-30 15:28:35.654 16033 23954 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.mdisync.service.MdiSyncBackgroundTaskService finished executing. cause:5 result: 2 elapsed_millis: 296 uptime_millis: 296 exec_start_elapsed_seconds: 459218 [CONTEXT service_id=218 ]
11-30 15:28:35.657 31253 31330 W zygote  : Unsupported class loader
11-30 15:28:35.666  2719 31354 D DnsProxyListener: MILIM cache: 1
11-30 15:28:35.680 31253 31253 D NetworkSecurityConfig: No Network Security Config specified, using platform default
11-30 15:28:35.684 31253 31330 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:28:35.685 28769 29127 I GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=22017 trafficStatsUid=-1
11-30 15:28:35.712  2985  5092 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:35.719 31253 31253 W FA      : Failed to register event listener on calling thread. Trying again on the dynamite thread.
11-30 15:28:35.729  2985  5092 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T152900, SetElapsed=459243644, nowELAPSED=459219373
11-30 15:28:35.729  2985  5092 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20211130T153435 - CU:1000/CP:2985
11-30 15:28:35.729  2985  5092 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T153435, SetElapsed=459579367, nowELAPSED=459219374
11-30 15:28:35.739 31266 31266 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:28:35.740 31266 31266 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:28:35.749 31253 31253 I FirebaseCrashlytics: Initializing Crashlytics 17.3.0
11-30 15:28:35.776 31266 31266 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:213806100
11-30 15:28:35.776 31266 31266 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 213806100
11-30 15:28:35.780 31266 31266 D DynamitePackage: Instantiated singleton DynamitePackage.
11-30 15:28:35.781 31266 31266 D DynamitePackage: Instantiating com.google.android.gms.ads.ChimeraMobileAdsSettingManagerCreatorImpl
11-30 15:28:35.819 28769 29127 I MdiSyncModule: Running account-scoped task '3 PERIODIC (3_PERIODIC)'...
11-30 15:28:35.841 31253 31253 I FirebaseInitProvider: FirebaseApp initialization successful
11-30 15:28:35.849 31253 31369 D libcrashlytics: Initializing libcrashlytics version 3.0.0
11-30 15:28:35.851 31253 31369 D libcrashlytics: Initializing native crash handling successful.
11-30 15:28:35.852 31253 31369 I FirebaseCrashlytics: Crashlytics NDK initialization successful
11-30 15:28:35.869 31253 31370 I FA      : App measurement initialized, version: 45018
11-30 15:28:35.869 31253 31370 I FA      : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
11-30 15:28:35.870 31253 31370 I FA      : To enable faster debug mode event logging run:
11-30 15:28:35.870 31253 31370 I FA      :   adb shell setprop debug.firebase.analytics.app id.flip
11-30 15:28:35.871 31253 31253 D ReactNativeFirebaseApp: received application context.
11-30 15:28:35.872 31253 31389 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:213806100
11-30 15:28:35.872 31253 31389 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 213806100
11-30 15:28:35.872 31253 31389 V DynamiteModule: Dynamite loader version >= 2, using loadModule2NoCrashUtils
11-30 15:28:35.874 31253 31389 W zygote  : Unsupported class loader
11-30 15:28:35.877 31253 31389 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:28:35.889 31253 31253 I RNFBCrashlyticsInit: initialization successful
11-30 15:28:35.891 31253 31370 I zygote  : Deoptimizing java.lang.Object hv.b(java.lang.Object) due to JIT inline cache
11-30 15:28:35.929 31253 31253 I CrashlyticsInitProvider: CrashlyticsInitProvider skipping initialization
11-30 15:28:35.958  2985  2996 D PackageManager: setEnabledSetting : userId = 0 packageName = id.flip cmp = androidx.work.impl.background.systemjob.SystemJobService newState = 1 callingPackage = 11201/id.flip
11-30 15:28:35.982 13746 13891 I MdiSyncModule: Singleton-scoped task '2 PERIODIC (2_PERIODIC)' finished with result '0'!
11-30 15:28:35.984 13746 13891 I MdiSyncModule: Task '2 PERIODIC (2_PERIODIC)' finished with result '0'!
11-30 15:28:35.987 16033 27721 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.mdisync.service.MdiSyncBackgroundTaskService finished executing. cause:5 result: 1 elapsed_millis: 451 uptime_millis: 451 exec_start_elapsed_seconds: 459219 [CONTEXT service_id=218 ]
11-30 15:28:35.996  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:35.996  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:35.996  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:36.000 31266 31266 D ConnectivityManager: requestNetwork; CallingUid : 10431, CallingPid : 31266
11-30 15:28:36.003  2985  3615 D ConnectivityService: requestNetwork for uid/pid:10431/31266 NetworkRequest [ TRACK_DEFAULT id=5264, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:28:36.004  2985  3222 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 625]
11-30 15:28:36.004  2985  3222 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -63]
11-30 15:28:36.004  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/11)
11-30 15:28:36.004  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5257. No change.
11-30 15:28:36.004  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.004  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.004  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.004  2985  3222 D ConnectivityService:   checking if request is : NetworkRequest [ TRACK_DEFAULT id=5264, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], satisfies : true
11-30 15:28:36.004  2985  3222 D ConnectivityService: currentScore = 0, newScore = 60
11-30 15:28:36.004  2985  3222 D ConnectivityService: rematch for NetworkAgentInfo [WIFI () - 625]
11-30 15:28:36.004  2985  3222 D ConnectivityService:    accepting network in place of null
11-30 15:28:36.004  2985  3222 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ TRACK_DEFAULT id=5264, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:28:36.005  2985  3171 D WIFI_UT : got request NetworkRequest [ TRACK_DEFAULT id=5264, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:28:36.005  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 8. No change.
11-30 15:28:36.005  2985  3171 D WIFI_UT :   my score=2147483647, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:28:36.005  2985  3171 D WIFI_UT : evalRequest
11-30 15:28:36.005  2985  3219 D WIFI_P2P: got request NetworkRequest [ TRACK_DEFAULT id=5264, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:28:36.005  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 1. No change.
11-30 15:28:36.005  2985  3171 D WIFI_UT :   needNetworkFor
11-30 15:28:36.005  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5252. No change.
11-30 15:28:36.005  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/7)
11-30 15:28:36.005  2985  3219 D WIFI_P2P:   my score=60, my filter=[ Transports: WIFI Capabilities: WIFI_P2P&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:28:36.005  2985  3171 D WIFI    : got request NetworkRequest [ TRACK_DEFAULT id=5264, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:28:36.005  2985  3219 D WIFI_P2P: evalRequest
11-30 15:28:36.005  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/10)
11-30 15:28:36.005  2985  3219 D WIFI_P2P:   done
11-30 15:28:36.005  2985  3171 D WIFI    :   my score=60, my filter=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]
11-30 15:28:36.005  2985  3171 D WIFI    : evalRequest
11-30 15:28:36.005  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5251. No change.
11-30 15:28:36.005  2985  3171 D WIFI    :   needNetworkFor
11-30 15:28:36.005  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5255. No change.
11-30 15:28:36.005  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/5)
11-30 15:28:36.005  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5258. No change.
11-30 15:28:36.005  2985  3453 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=5264, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:28:36.005  3470  3470 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=5264, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 60
11-30 15:28:36.005  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5250. No change.
11-30 15:28:36.005  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5187. No change.
11-30 15:28:36.005  2985  3453 D Ethernet:   my score=-1, my filter=[ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps]
11-30 15:28:36.005  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 3. No change.
11-30 15:28:36.005  2985  3453 D Ethernet: evalRequest
11-30 15:28:36.005  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5261. No change.
11-30 15:28:36.005  2985  3453 D Ethernet:   done
11-30 15:28:36.005  2985  3222 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ TRACK_DEFAULT id=5264, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:28:36.005  3470  3470 D PhoneSwitcherNetworkRequstListener:   my score=101, my filter=[ Transports: CELLULAR Capabilities: MMS&SUPL&DUN&FOTA&IMS&CBS&IA&RCS&XCAP&EIMS&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&ENT1&FOC Specifier: <android.net.MatchAllNetworkSpecifier@0>]
11-30 15:28:36.005  3470  3470 D PhoneSwitcherNetworkRequstListener: evalRequest
11-30 15:28:36.005  3470  3470 D PhoneSwitcherNetworkRequstListener:   needNetworkFor
11-30 15:28:36.007  2985  3222 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=5264, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:28:36.007  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.007  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.007  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.007  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.007  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.007  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.007  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.007  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.007  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-3ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.008  2985  3222 D ConnectivityService: sending notification CALLBACK_IP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=5264, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-30 15:28:36.008 31253 31253 W com.facebook.UserSettingsManager: Please set a value for AutoLogAppEventsEnabled. Set the flag to TRUE if you want to collect app install, app launch and in-app purchase events automatically. To request user consent before collecting data, set the flag value to FALSE, then change to TRUE once user consent is received. Learn more: https://developers.facebook.com/docs/app-events/getting-started-app-events-android#disable-auto-events.
11-30 15:28:36.008 31253 31253 W com.facebook.UserSettingsManager: You haven't set a value for AdvertiserIDCollectionEnabled. Set the flag to TRUE if you want to collect Advertiser ID for better advertising and analytics results. To request user consent before collecting data, set the flag value to FALSE, then change to TRUE once user consent is received. Learn more: https://developers.facebook.com/docs/app-events/getting-started-app-events-android#disable-auto-events.
11-30 15:28:36.010 31266 31266 I Ads     : Updating ad debug logging enablement.
11-30 15:28:36.054 31266 31413 W ConnectionStatusConfig: Dynamic lookup for intent failed for action: com.google.android.gms.leibniz.events.service.START
11-30 15:28:36.056  2985  5092 W ActivityManager: Unable to start service Intent { act=com.google.android.gms.leibniz.events.service.START pkg=com.google.android.gms } U=0: not found
11-30 15:28:36.059  2985  5092 W ActivityManager: Unbind failed: could not find connection for android.os.BinderProxy@dd2fdb1
11-30 15:28:36.061 31266 31413 W GmsClient: unable to connect to service: com.google.android.gms.leibniz.events.service.START on com.google.android.gms
11-30 15:28:36.063 31253 31253 I AppStateListener:  OnCreate FreshchatInitProvider
11-30 15:28:36.072  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:28:36.072  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:28:36.072  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:28:36.073  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:28:36.075 31253 31253 D Sentry  : io.sentry.auto-init read: false
11-30 15:28:36.075 31253 31253 I Sentry  : Retrieving auto-init from AndroidManifest.xml
11-30 15:28:36.076 31253 31414 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:28:36.076 31253 31414 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:28:36.079  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:28:36.086 31253 31408 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:28:36.086 31253 31408 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:28:36.090  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:28:36.090  2985  7619 D SSRM:aU : SIOP:: AP:367(366,0) BAT:324(324,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:28:36.114 31253 31253 W DynamiteModule: Local module descriptor class for providerinstaller not found.
11-30 15:28:36.118 31253 31253 I DynamiteModule: Considering local module providerinstaller:0 and remote module providerinstaller:0
11-30 15:28:36.119 31253 31253 W ProviderInstaller: Failed to load providerinstaller module: No acceptable module found. Local version is 0 and remote version is 0.
11-30 15:28:36.119 31266 31266 I WebViewFactory: Loading com.android.chrome version 96.0.4664.45 (code 466404520)
11-30 15:28:36.123 31253 31253 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:28:36.125 31253 31253 I zygote  : The ClassLoaderContext is a special shared library.
11-30 15:28:36.173 31266 31266 I cr_WVCFactoryProvider: Loaded version=96.0.4664.45 minSdkVersion=24 isBundle=true multiprocess=true packageId=2
11-30 15:28:36.213 31266 31266 I cr_LibraryLoader: Successfully loaded native library
11-30 15:28:36.214 31266 31266 I cr_CachingUmaRecorder: Flushed 8 samples from 8 histograms.
11-30 15:28:36.217 31253 31253 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 294 native methods...
11-30 15:28:36.219  2985  5092 D ConnectivityService: filterNetworkStateForUid() uid: 10431 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:36.222  2985  5092 D ConnectivityService: filterNetworkStateForUid() uid: 10431 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:36.235 31266 31431 W ResourceType: For resource 0x7f140840, entry index(2112) is beyond type entryCount(318)
11-30 15:28:36.235 31266 31431 W ResourceType: Failure getting entry for 0x7f140840 (t=19 e=2112) (error -75)
11-30 15:28:36.239  2985  5092 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.domobile.applock user:0
11-30 15:28:36.239  2985  5092 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-30 15:28:36.239  2985  5092 D ActivityManager: package  com.domobile.applock, user - 0 is SDcard whitelisted
11-30 15:28:36.239  2985  5092 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.domobile.applock user:0
11-30 15:28:36.239  2985  5092 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-30 15:28:36.239  2985  5092 I ActivityManager: SA, print process name forked by webview_zygote : com.android.chrome:sandboxed_process0
11-30 15:28:36.252 31434 31434 E /system/bin/webview_zygote32: Failed to make and chown /acct/uid_99507: Permission denied
11-30 15:28:36.252 31434 31434 E Zygote  : createProcessGroup(99507, 0) failed: Permission denied
11-30 15:28:36.253 31434 31434 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:webview_zygote:s0 RAM:SEPF_SM-G610F_8.1.0_0007, [-1 -1 -1 -1 0 1]
11-30 15:28:36.254 31434 31434 I SELinux : SELinux: seapp_context_lookup: seinfo=chrome, level=s0:c512,c768, pkgname=com.android.chrome:sandboxed_process0 
11-30 15:28:36.262 31253 31253 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL
11-30 15:28:36.268  2985  5092 I ActivityManager: Start proc 31434:com.android.chrome:sandboxed_process0/u0i507 for webview_service com.domobile.applock/org.chromium.content.app.SandboxedProcessService0
11-30 15:28:36.269  2985  3615 I SensorService: createSensorEventConnection package name com.facebook.ads.redexgen.X.FE
11-30 15:28:36.271  2985  3615 D SensorService: Calling batch handle==0 flags=0 rate=200000000 timeout== 0
11-30 15:28:36.271  2605  3073 I Sensors : SensorBase:flush: handle 0
11-30 15:28:36.272 31266 31379 D SensorManager: registerListener :: 0, K2HH Accelerometer, 200000, 0,  
11-30 15:28:36.294 31434 31434 D TimaKeyStoreProvider: TimaKeyStore is not enabled: cannot add TimaSignature Service and generateKeyPair Service
11-30 15:28:36.294 31434 31434 D ActivityThread: Added TimaKeyStore provider
11-30 15:28:36.298  2985  3615 I ActivityManager: DSS on for com.domobile.applock and scale is 1.0
11-30 15:28:36.299 28769 31367 I zygote  : Deoptimizing bhvn bhmw.F(int) due to JIT inline cache
11-30 15:28:36.304 28769 29124 I MdiSyncModule: Singleton-scoped task '2 PERIODIC (2_PERIODIC)' finished with result '0'!
11-30 15:28:36.308 28769 29124 I MdiSyncModule: Running account-scoped task '2 PERIODIC (2_PERIODIC)'...
11-30 15:28:36.310  2985  2996 D ConnectivityService: filterNetworkStateForUid() uid: 10431 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:36.320  2985  2996 I chatty  : uid=1000(system) Binder:2985_2 identical 1 line
11-30 15:28:36.322  2985  2996 D ConnectivityService: filterNetworkStateForUid() uid: 10431 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:36.340 31459 31459 E asset   : setgid: Operation not permitted
11-30 15:28:36.365  2985  2996 D ActivityManager: The following uid has registered to recieve broadcast for proxy related updates 10431
11-30 15:28:36.366  2985  2996 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1033 com.android.server.am.ActivityManagerService.requestKnoxVpnToSendProxyBroadcast:30439 com.android.server.am.ActivityManagerService.registerReceiver:23966 android.app.IActivityManager$Stub.onTransact:176 com.android.server.am.ActivityManagerService.onTransact:4038 
11-30 15:28:36.367  2985  2985 D KnoxVpnEngineService: Vpn Receiver : com.samsung.android.knox.intent.action.VPN_PROXY_BROADCAST_INTERNAL
11-30 15:28:36.367  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:28:36.379 31434 31434 I cr_SplitCompatApp: Launched version=96.0.4664.45 minSdkVersion=24 isBundle=true processName=com.android.chrome:sandboxed_process0 isIsolated=true
11-30 15:28:36.392 31434 31434 W SystemServiceRegistry: No service published for: uimode
11-30 15:28:36.397 31434 31434 V Monotype: fonts.xml take from : /system/etc/
11-30 15:28:36.402  2985  5092 D ConnectivityService: filterNetworkStateForUid() uid: 10431 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:36.404 31253 31258 I zygote  : Do partial code cache collection, code=28KB, data=18KB
11-30 15:28:36.404 31253 31258 I zygote  : After code cache collection, code=25KB, data=17KB
11-30 15:28:36.404 31253 31258 I zygote  : Increasing code cache capacity to 128KB
11-30 15:28:36.405 31266 31266 D ConnectivityManager: requestNetwork; CallingUid : 10431, CallingPid : 31266
11-30 15:28:36.407  2985  5092 D ConnectivityService: listenForNetwork for uid/pid:10431/31266 NetworkRequest [ LISTEN id=5265, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-30 15:28:36.408  2985  3222 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 625]
11-30 15:28:36.408  2985  3222 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -63]
11-30 15:28:36.408  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/11)
11-30 15:28:36.408  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5257. No change.
11-30 15:28:36.408  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5264. No change.
11-30 15:28:36.408  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 8. No change.
11-30 15:28:36.408  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 1. No change.
11-30 15:28:36.408  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5252. No change.
11-30 15:28:36.408  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/7)
11-30 15:28:36.408  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/10)
11-30 15:28:36.408  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5251. No change.
11-30 15:28:36.408  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5255. No change.
11-30 15:28:36.408  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/5)
11-30 15:28:36.408  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5258. No change.
11-30 15:28:36.408  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5250. No change.
11-30 15:28:36.408  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5187. No change.
11-30 15:28:36.408  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 3. No change.
11-30 15:28:36.408  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5261. No change.
11-30 15:28:36.409  2985  3222 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ LISTEN id=5265, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-30 15:28:36.409  2985  3222 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=5265, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-30 15:28:36.409  2985  3222 D ConnectivityService: sending notification CALLBACK_IP_CHANGED for NetworkRequest [ LISTEN id=5265, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-30 15:28:36.409  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.409  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.410  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-2ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.410  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.410  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.410  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.410  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.410  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.410  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.410  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.410  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.410  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.418  2985  5092 W ActivityManager: Background start not allowed: service Intent { cmp=id.flip/com.freshchat.consumer.sdk.service.FreshchatService } to id.flip/com.freshchat.consumer.sdk.service.FreshchatService from pid=31253 uid=11201 pkg=id.flip
11-30 15:28:36.419  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:28:36.422 31253 31253 E FRESHCHAT: Exception on samsung SM-G610F Android API 8.1.0 (27) >>>>> Not allowed to start service Intent { cmp=id.flip/com.freshchat.consumer.sdk.service.FreshchatService }: app is in background uid UidRecord{7eca3f6 u0a1201 TRNB idle change:uncached procs:1 proclist:31253, seq(0,0,0)}
11-30 15:28:36.422 31253 31253 E FRESHCHAT: java.lang.IllegalStateException: Not allowed to start service Intent { cmp=id.flip/com.freshchat.consumer.sdk.service.FreshchatService }: app is in background uid UidRecord{7eca3f6 u0a1201 TRNB idle change:uncached procs:1 proclist:31253, seq(0,0,0)}
11-30 15:28:36.422 31253 31253 E FRESHCHAT: 	at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1600)
11-30 15:28:36.422 31253 31253 E FRESHCHAT: 	at android.app.ContextImpl.startService(ContextImpl.java:1546)
11-30 15:28:36.422 31253 31253 E FRESHCHAT: 	at android.content.ContextWrapper.startService(ContextWrapper.java:669)
11-30 15:28:36.422 31253 31253 E FRESHCHAT: 	at com.freshchat.consumer.sdk.service.FreshchatService.r(Unknown Source:7)
11-30 15:28:36.422 31253 31253 E FRESHCHAT: 	at com.freshchat.consumer.sdk.service.FreshchatService.a(Unknown Source:10)
11-30 15:28:36.422 31253 31253 E FRESHCHAT: 	at com.freshchat.consumer.sdk.service.d.d.b(Unknown Source:9)
11-30 15:28:36.422 31253 31253 E FRESHCHAT: 	at com.freshchat.consumer.sdk.Freshchat.init(Unknown Source:115)
11-30 15:28:36.422 31253 31253 E FRESHCHAT: 	at id.flip.MainApplication.onCreate(MainApplication.java:91)
11-30 15:28:36.422 31253 31253 E FRESHCHAT: 	at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1127)
11-30 15:28:36.422 31253 31253 E FRESHCHAT: 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6097)
11-30 15:28:36.422 31253 31253 E FRESHCHAT: 	at android.app.ActivityThread.-wrap1(Unknown Source:0)
11-30 15:28:36.422 31253 31253 E FRESHCHAT: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1791)
11-30 15:28:36.422 31253 31253 E FRESHCHAT: 	at android.os.Handler.dispatchMessage(Handler.java:106)
11-30 15:28:36.422 31253 31253 E FRESHCHAT: 	at android.os.Looper.loop(Looper.java:164)
11-30 15:28:36.422 31253 31253 E FRESHCHAT: 	at android.app.ActivityThread.main(ActivityThread.java:7000)
11-30 15:28:36.422 31253 31253 E FRESHCHAT: 	at java.lang.reflect.Method.invoke(Native Method)
11-30 15:28:36.422 31253 31253 E FRESHCHAT: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
11-30 15:28:36.422 31253 31253 E FRESHCHAT: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
11-30 15:28:36.436 28769 31363 I DynamiteModule: Considering local module com.google.android.gms.cronet_dynamite:0 and remote module com.google.android.gms.cronet_dynamite:1411
11-30 15:28:36.436 28769 31363 I DynamiteModule: Selected remote version of com.google.android.gms.cronet_dynamite, version >= 1411
11-30 15:28:36.447 28769 31363 W zygote  : Unsupported class loader
11-30 15:28:36.458 31434 31434 E Typeface: Error mapping font file /system/fonts/NotoSansKhmer-Regular.ttf
11-30 15:28:36.459 31434 31434 E Typeface: Error mapping font file /system/fonts/NotoSansKhmer-Bold.ttf
11-30 15:28:36.459 31434 31434 E Minikin : Could not get cmap table size!
11-30 15:28:36.459 31434 31434 E Typeface: Unable to load Family: null:und-Khmr
11-30 15:28:36.463 31253 31253 W SoundPool: Use of stream types is deprecated for operations other than volume control
11-30 15:28:36.463 31253 31253 W SoundPool: See the documentation of SoundPool() for what to use instead with android.media.AudioAttributes to qualify your playback use case
11-30 15:28:36.477 28769 31363 W zygote  : Skipping duplicate class check due to unsupported classloader
11-30 15:28:36.489 31266 31480 I zygote  : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
11-30 15:28:36.490 31253 31253 W Glide   : Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored
11-30 15:28:36.495 31434 31434 E Typeface: Error mapping font file /system/fonts/DroidSansFallback.ttf
11-30 15:28:36.495 31434 31434 E Minikin : Could not get cmap table size!
11-30 15:28:36.495 31434 31434 E Typeface: Unable to load Family: null:null
11-30 15:28:36.543  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11201 ,Container id: 0
11-30 15:28:36.543  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11201 ,Container id: 0
11-30 15:28:36.544  2985  5092 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:28:36.552  2985  2996 D SensorService: Calling activate off 0
11-30 15:28:36.552  2605  3073 I Sensors : AccelerometerSensor:setDelayAcc: handle 0, delay 66667000 ns, old_delay 66667000 ns
11-30 15:28:36.554 31434 31434 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3L.ttf
11-30 15:28:36.554 31434 31434 E Minikin : Could not get cmap table size!
11-30 15:28:36.554 31434 31434 E Typeface: Unable to load Family: samsung-sans-num3L:null
11-30 15:28:36.554 31434 31434 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3T.ttf
11-30 15:28:36.554 31434 31434 E Minikin : Could not get cmap table size!
11-30 15:28:36.554 31434 31434 E Typeface: Unable to load Family: samsung-sans-num3T:null
11-30 15:28:36.554  2985  2996 D ConnectivityService: filterNetworkStateForUid() uid: 11201 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:36.554 31434 31434 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4L.ttf
11-30 15:28:36.554 31434 31434 E Minikin : Could not get cmap table size!
11-30 15:28:36.554 31434 31434 E Typeface: Unable to load Family: samsung-sans-num4L:null
11-30 15:28:36.554 31266 31266 D SensorManager: unregisterListener ::   
11-30 15:28:36.555 31434 31434 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4T.ttf
11-30 15:28:36.555 31434 31434 E Minikin : Could not get cmap table size!
11-30 15:28:36.555 31434 31434 E Typeface: Unable to load Family: samsung-sans-num4T:null
11-30 15:28:36.555 31434 31434 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num35.ttf
11-30 15:28:36.555 31434 31434 E Minikin : Could not get cmap table size!
11-30 15:28:36.555 31434 31434 E Typeface: Unable to load Family: samsung-sans-num35:null
11-30 15:28:36.555 31434 31434 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num45.ttf
11-30 15:28:36.555 31434 31434 E Minikin : Could not get cmap table size!
11-30 15:28:36.555 31434 31434 E Typeface: Unable to load Family: samsung-sans-num45:null
11-30 15:28:36.555 31434 31434 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3Lv.ttf
11-30 15:28:36.555 31434 31434 E Minikin : Could not get cmap table size!
11-30 15:28:36.556 31434 31434 E Typeface: Unable to load Family: samsung-sans-num3LV:null
11-30 15:28:36.556 31434 31434 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num3R.ttf
11-30 15:28:36.556 31434 31434 E Minikin : Could not get cmap table size!
11-30 15:28:36.556 31434 31434 E Typeface: Unable to load Family: samsung-sans-num3R:null
11-30 15:28:36.556 31434 31434 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4Tv.ttf
11-30 15:28:36.556 31434 31434 E Minikin : Could not get cmap table size!
11-30 15:28:36.556 31434 31434 E Typeface: Unable to load Family: samsung-sans-num4Tv:null
11-30 15:28:36.556 31434 31434 E Typeface: Error mapping font file /system/fonts/SamsungSans-Num4Lv.ttf
11-30 15:28:36.556 31434 31434 E Minikin : Could not get cmap table size!
11-30 15:28:36.556 31434 31434 E Typeface: Unable to load Family: samsung-sans-num4Lv:null
11-30 15:28:36.561 31434 31434 I cr_ChildProcessService: Creating new ChildProcessService pid=31434
11-30 15:28:36.575 31434 31434 E WebViewLibraryLoader: can't load with relro file; address space not reserved
11-30 15:28:36.577  2985  3615 D ConnectivityService: filterNetworkStateForUid() uid: 10431 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:36.583 31266 31390 W Ads     : Update ad debug logging enablement as false
11-30 15:28:36.587  2985  5092 D ConnectivityService: filterNetworkStateForUid() uid: 10431 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:36.590 31434 31503 I cr_LibraryLoader: Successfully loaded native library
11-30 15:28:36.591 31434 31503 I cr_CachingUmaRecorder: Flushed 2 samples from 2 histograms.
11-30 15:28:36.592 31266 31480 D libGLESv2: STS_GLApi : DTS, ODTC are not allowed for Package : com.domobile.applock
11-30 15:28:36.618 31253 31253 D SoLoader: init start
11-30 15:28:36.619 31253 31253 D SoLoader: adding system library source: /vendor/lib
11-30 15:28:36.619 31253 31253 D SoLoader: adding system library source: /system/lib
11-30 15:28:36.619 31253 31253 D SoLoader: adding application source: com.facebook.soloader.DirectorySoSource[root = /data/app/id.flip-cOvD5DX42CwzUudIeTS5Wg==/lib/arm flags = 0]
11-30 15:28:36.619  2985  2995 D ConnectivityService: filterNetworkStateForUid() uid: 10431 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:36.620 31253 31253 D SoLoader: adding backup source from : com.facebook.soloader.ApkSoSource[root = /data/data/id.flip/lib-main flags = 1]
11-30 15:28:36.620 31253 31253 D SoLoader: adding backup sources from split apks
11-30 15:28:36.620 31253 31253 D SoLoader: adding backup source: com.facebook.soloader.ApkSoSource[root = /data/data/id.flip/lib-0 flags = 1]
11-30 15:28:36.620 31253 31253 D SoLoader: adding backup source: com.facebook.soloader.ApkSoSource[root = /data/data/id.flip/lib-1 flags = 1]
11-30 15:28:36.620 31253 31253 D SoLoader: adding backup source: com.facebook.soloader.ApkSoSource[root = /data/data/id.flip/lib-2 flags = 1]
11-30 15:28:36.621 31253 31253 D SoLoader: adding backup source: com.facebook.soloader.ApkSoSource[root = /data/data/id.flip/lib-3 flags = 1]
11-30 15:28:36.621 31253 31253 D SoLoader: adding backup source: com.facebook.soloader.ApkSoSource[root = /data/data/id.flip/lib-4 flags = 1]
11-30 15:28:36.621 31253 31253 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /system/lib flags = 2]
11-30 15:28:36.621 31253 31253 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /system/vendor/lib flags = 2]
11-30 15:28:36.621 31253 31253 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /data/app/id.flip-cOvD5DX42CwzUudIeTS5Wg==/lib/arm flags = 0]
11-30 15:28:36.621 31253 31253 D SoLoader: Preparing SO source: com.facebook.soloader.ApkSoSource[root = /data/data/id.flip/lib-4 flags = 1]
11-30 15:28:36.629 31253 31253 V fb-UnpackingSoSource: locked dso store /data/user/0/id.flip/lib-4
11-30 15:28:36.638  2985  2995 I SensorService: createSensorEventConnection package name com.facebook.ads.redexgen.X.FE
11-30 15:28:36.639 31253 31253 I fb-UnpackingSoSource: dso store is up-to-date: /data/user/0/id.flip/lib-4
11-30 15:28:36.639 31253 31253 V fb-UnpackingSoSource: releasing dso store lock for /data/user/0/id.flip/lib-4
11-30 15:28:36.639 31253 31253 D SoLoader: Preparing SO source: com.facebook.soloader.ApkSoSource[root = /data/data/id.flip/lib-3 flags = 1]
11-30 15:28:36.639  2985  2995 D SensorService: Calling batch handle==0 flags=0 rate=200000000 timeout== 0
11-30 15:28:36.640  2605  2605 I Sensors : SensorBase:flush: handle 0
11-30 15:28:36.640 31253 31253 V fb-UnpackingSoSource: locked dso store /data/user/0/id.flip/lib-3
11-30 15:28:36.640 31266 31396 D SensorManager: registerListener :: 0, K2HH Accelerometer, 200000, 0,  
11-30 15:28:36.657  2985  5082 D ConnectivityService: filterNetworkStateForUid() uid: 10431 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:36.659 31253 31253 I fb-UnpackingSoSource: dso store is up-to-date: /data/user/0/id.flip/lib-3
11-30 15:28:36.659 31253 31253 V fb-UnpackingSoSource: releasing dso store lock for /data/user/0/id.flip/lib-3
11-30 15:28:36.659 31253 31253 D SoLoader: Preparing SO source: com.facebook.soloader.ApkSoSource[root = /data/data/id.flip/lib-2 flags = 1]
11-30 15:28:36.662 31253 31253 V fb-UnpackingSoSource: locked dso store /data/user/0/id.flip/lib-2
11-30 15:28:36.687  2985  5095 D SensorService: Calling activate off 0
11-30 15:28:36.687  2605  2605 I Sensors : AccelerometerSensor:setDelayAcc: handle 0, delay 66667000 ns, old_delay 66667000 ns
11-30 15:28:36.687 31266 31396 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:28:36.687 31266 31396 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:28:36.689 31266 31266 D SensorManager: unregisterListener ::   
11-30 15:28:36.689  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:28:36.738  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10431 ,Container id: 0
11-30 15:28:36.738  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10431 ,Container id: 0
11-30 15:28:36.738  2985  5095 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:28:36.787 31253 31253 I fb-UnpackingSoSource: dso store is up-to-date: /data/user/0/id.flip/lib-2
11-30 15:28:36.787 31253 31253 V fb-UnpackingSoSource: releasing dso store lock for /data/user/0/id.flip/lib-2
11-30 15:28:36.788 31253 31253 D SoLoader: Preparing SO source: com.facebook.soloader.ApkSoSource[root = /data/data/id.flip/lib-1 flags = 1]
11-30 15:28:36.793 31253 31253 V fb-UnpackingSoSource: locked dso store /data/user/0/id.flip/lib-1
11-30 15:28:36.820 31253 31408 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:28:36.820 31253 31408 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:28:36.830  2985  5095 D ConnectivityService: filterNetworkStateForUid() uid: 11201 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:36.835 31253 31334 D TransportRuntime.SQLiteEventStore: Storing event with priority=DEFAULT, name=FIREPERF for destination cct
11-30 15:28:36.836  2985  5092 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:36.846 28769 31519 D ConnectivityManager: requestNetwork; CallingUid : 10018, CallingPid : 28769
11-30 15:28:36.850  2985  5092 D ConnectivityService: listenForNetwork for uid/pid:10018/28769 NetworkRequest [ LISTEN id=5266, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-30 15:28:36.851  2985  5092 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:36.851  2985  3222 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 625]
11-30 15:28:36.851  2985  3222 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -63]
11-30 15:28:36.851  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/11)
11-30 15:28:36.851  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5257. No change.
11-30 15:28:36.852  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5264. No change.
11-30 15:28:36.852  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 8. No change.
11-30 15:28:36.852  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.852  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 1. No change.
11-30 15:28:36.852  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5252. No change.
11-30 15:28:36.852  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.852  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/7)
11-30 15:28:36.852  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=11}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.852  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/3775/10)
11-30 15:28:36.852  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5251. No change.
11-30 15:28:36.852  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5255. No change.
11-30 15:28:36.852  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.852  2985  3222 D ConnectivityService: MultiNetwork(L) Request to WCM (1000/2985/5)
11-30 15:28:36.852  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5258. No change.
11-30 15:28:36.852  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.852  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5250. No change.
11-30 15:28:36.852  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=7}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.852  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5187. No change.
11-30 15:28:36.852  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 3. No change.
11-30 15:28:36.852  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.852  2985  3222 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 625] was already satisfying request 5261. No change.
11-30 15:28:36.852  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.852  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=3775, UID=1000, requestID=10}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.852  2985  3222 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ LISTEN id=5266, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-30 15:28:36.852  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.852  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: MaybeNotifyState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.852  2985  7817 D NetworkMonitor/NetworkAgentInfo [WIFI () - 625]: DefaultState{ when=0 what=151659 arg1=1 obj=Bundle[{PID=2985, UID=1000, requestID=5}] target=com.android.internal.util.StateMachine$SmHandler }
11-30 15:28:36.852  2985  3222 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=5266, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-30 15:28:36.852  2985  3222 D ConnectivityService: sending notification CALLBACK_IP_CHANGED for NetworkRequest [ LISTEN id=5266, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-30 15:28:36.861 31253 31253 I fb-UnpackingSoSource: dso store is up-to-date: /data/user/0/id.flip/lib-1
11-30 15:28:36.861 31253 31253 V fb-UnpackingSoSource: releasing dso store lock for /data/user/0/id.flip/lib-1
11-30 15:28:36.861 31253 31253 D SoLoader: Preparing SO source: com.facebook.soloader.ApkSoSource[root = /data/data/id.flip/lib-0 flags = 1]
11-30 15:28:36.864 31253 31253 V fb-UnpackingSoSource: locked dso store /data/user/0/id.flip/lib-0
11-30 15:28:36.874 28769 28789 I zygote  : Background concurrent copying GC freed 217778(8MB) AllocSpace objects, 26(904KB) LOS objects, 50% free, 8MB/17MB, paused 243us total 317.967ms
11-30 15:28:36.919 31253 31253 I fb-UnpackingSoSource: dso store is up-to-date: /data/user/0/id.flip/lib-0
11-30 15:28:36.919 31253 31253 V fb-UnpackingSoSource: releasing dso store lock for /data/user/0/id.flip/lib-0
11-30 15:28:36.922 31253 31253 D SoLoader: Preparing SO source: com.facebook.soloader.ApkSoSource[root = /data/data/id.flip/lib-main flags = 1]
11-30 15:28:36.926 31253 31334 D TransportRuntime.JobInfoScheduler: Scheduling upload for context TransportContext(cct, DEFAULT, MSRodHRwczovL2ZpcmViYXNlbG9nZ2luZy1wYS5nb29nbGVhcGlzLmNvbS92MS9maXJlbG9nL2xlZ2FjeS9iYXRjaGxvZ1xBSXphU3lDY2traUg4aTJaQVJ3T3MxTEV6RktsZDE1YU9HOG96S28=) with jobId=-2019873928 in 30000ms(Backend next call timestamp 1638260108460). Attempt 1
11-30 15:28:36.926  2985  5095 D ConnectivityService: filterNetworkStateForUid() uid: 11201 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:36.932  2985  5095 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T152900, SetElapsed=459243645, nowELAPSED=459220576
11-30 15:28:36.932  2985  5095 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20211130T152906 - CU:1000/CP:2985
11-30 15:28:36.932  2985  5095 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T152906, SetElapsed=459250571, nowELAPSED=459220576
11-30 15:28:36.965  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:28:36.973 31253 31253 V fb-UnpackingSoSource: locked dso store /data/user/0/id.flip/lib-main
11-30 15:28:36.997  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:36.997  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:36.997  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:37.008 31253 31253 I fb-UnpackingSoSource: dso store is up-to-date: /data/user/0/id.flip/lib-main
11-30 15:28:37.008 31253 31253 V fb-UnpackingSoSource: releasing dso store lock for /data/user/0/id.flip/lib-main
11-30 15:28:37.009 31253 31253 D SoLoader: init finish: 9 SO sources prepared
11-30 15:28:37.009 31253 31253 D SoLoader: init exiting
11-30 15:28:37.029 28769 31371 I cr_CronetLibraryLoader: Cronet version: 94.0.4606.80, arch: armv8l
11-30 15:28:37.033  2985  5095 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:37.036  2985  5095 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:37.038 28769 29124 I MdiSyncModule: Running account-scoped task '2 PERIODIC (2_PERIODIC)'...
11-30 15:28:37.039  2985  5092 D ConnectivityService: filterNetworkStateForUid() uid: 11201 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:37.043 31253 31334 D TransportRuntime.SQLiteEventStore: Storing event with priority=DEFAULT, name=FIREPERF for destination cct
11-30 15:28:37.048 31253 31334 D TransportRuntime.JobInfoScheduler: Upload for context TransportContext(cct, DEFAULT, MSRodHRwczovL2ZpcmViYXNlbG9nZ2luZy1wYS5nb29nbGVhcGlzLmNvbS92MS9maXJlbG9nL2xlZ2FjeS9iYXRjaGxvZ1xBSXphU3lDY2traUg4aTJaQVJ3T3MxTEV6RktsZDE1YU9HOG96S28=) is already scheduled. Returning...
11-30 15:28:37.049 28769 31519 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:28:37.055 28769 31519 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:28:37.066  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10431 ,Container id: 0
11-30 15:28:37.066  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10431 ,Container id: 0
11-30 15:28:37.067  2985  5095 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:28:37.070  2985  5092 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:37.072  2985  5092 D ConnectivityService: filterNetworkStateForUid() uid: 10018 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:37.076  2985  5095 D ActivityManager: The following uid has registered to recieve broadcast for proxy related updates 10018
11-30 15:28:37.077  2985  5095 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1033 com.android.server.am.ActivityManagerService.requestKnoxVpnToSendProxyBroadcast:30439 com.android.server.am.ActivityManagerService.registerReceiver:23966 android.app.IActivityManager$Stub.onTransact:176 com.android.server.am.ActivityManagerService.onTransact:4038 
11-30 15:28:37.078  2985  2985 D KnoxVpnEngineService: Vpn Receiver : com.samsung.android.knox.intent.action.VPN_PROXY_BROADCAST_INTERNAL
11-30 15:28:37.079  2985  3152 I KnoxVpnEngineService: vpn handle : Message received
11-30 15:28:37.092 31253 31253 I NetcoreSDK:  Initialized SDK for 317460cd-045c-4fdb-b4d3-f723cb09845d with version 2.2.21
11-30 15:28:37.095  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:28:37.148  2985  5092 D PackageManager: setEnabledSetting : userId = 0 packageName = id.flip cmp = androidx.work.impl.background.systemalarm.RescheduleReceiver newState = 1 callingPackage = 11201/id.flip
11-30 15:28:37.151  2985  5082 D ConnectivityService: filterNetworkStateForUid() uid: 11201 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:37.156 31253 31334 D TransportRuntime.SQLiteEventStore: Storing event with priority=DEFAULT, name=FIREPERF for destination cct
11-30 15:28:37.157 31253 31253 I CrashlyticsCore: Initializing Crashlytics 2.6.8.32
11-30 15:28:37.161 31253 31334 D TransportRuntime.JobInfoScheduler: Upload for context TransportContext(cct, DEFAULT, MSRodHRwczovL2ZpcmViYXNlbG9nZ2luZy1wYS5nb29nbGVhcGlzLmNvbS92MS9maXJlbG9nL2xlZ2FjeS9iYXRjaGxvZ1xBSXphU3lDY2traUg4aTJaQVJ3T3MxTEV6RktsZDE1YU9HOG96S28=) is already scheduled. Returning...
11-30 15:28:37.202 28769 28784 I zygote  : Do full code cache collection, code=477KB, data=309KB
11-30 15:28:37.204 28769 28784 I zygote  : After code cache collection, code=419KB, data=249KB
11-30 15:28:37.207  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:28:37.207  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:28:37.207  2985  5095 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:28:37.212  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:28:37.212  2985  5095 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:28:37.215 31253 31253 I FIAM.Headless: Starting InAppMessaging runtime with Installation ID ckBzoTedTL61z7G0QEC72N
11-30 15:28:37.216  2985  5092 D ConnectivityService: filterNetworkStateForUid() uid: 11201 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:37.217  2985  5095 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 10018 ,Container id: 0
11-30 15:28:37.217  2985  5095 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:28:37.220 31253 31546 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:28:37.220 31253 31546 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:28:37.227  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:28:37.230  2719 31564 D DnsProxyListener: MILIM cache: 1
11-30 15:28:37.232 31253 31546 E Fabric  : Settings request failed.
11-30 15:28:37.235  2985  2995 D ConnectivityService: filterNetworkStateForUid() uid: 11201 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:37.237 31253 31553 E Answers : Failed to retrieve settings
11-30 15:28:37.258 31253 31370 I zygote  : Deoptimizing java.lang.Object hv.b(java.lang.Object) due to JIT inline cache
11-30 15:28:37.271 31253 31410 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:28:37.271 31253 31410 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:28:37.275 31253 31568 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:28:37.275 31253 31568 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:28:37.276  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:28:37.286 31253 31546 W CrashlyticsCore: Received null settings, skipping report submission!
11-30 15:28:37.292 26985 27576 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:28:37.293 26985 27576 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
11-30 15:28:37.312 28769 31373 I zygote  : Deoptimizing int brdp.c() due to JIT inline cache
11-30 15:28:37.312 28769 31373 I zygote  : Deoptimizing java.lang.Object brdp.W(brhb, bree) due to JIT inline cache
11-30 15:28:37.313 28769 31529 I cr_CronetUrlRequestContext: destroyNativeStreamLocked org.chromium.net.impl.CronetBidirectionalStream@88acf4
11-30 15:28:37.322 28769 29124 I MdiSyncModule: Running account-scoped task '2 PERIODIC (2_PERIODIC)'...
11-30 15:28:37.355  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11201 ,Container id: 0
11-30 15:28:37.355  2985  5092 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11201 ,Container id: 0
11-30 15:28:37.355  2985  5092 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:28:37.429 28769 29127 I MdiSyncModule: Running account-scoped task '3 PERIODIC (3_PERIODIC)'...
11-30 15:28:37.484  2985  5092 D ConnectivityService: filterNetworkStateForUid() uid: 11201 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:37.489 31253 31334 D TransportRuntime.SQLiteEventStore: Storing event with priority=DEFAULT, name=FIREPERF for destination cct
11-30 15:28:37.492 31253 31334 D TransportRuntime.JobInfoScheduler: Upload for context TransportContext(cct, DEFAULT, MSRodHRwczovL2ZpcmViYXNlbG9nZ2luZy1wYS5nb29nbGVhcGlzLmNvbS92MS9maXJlbG9nL2xlZ2FjeS9iYXRjaGxvZ1xBSXphU3lDY2traUg4aTJaQVJ3T3MxTEV6RktsZDE1YU9HOG96S28=) is already scheduled. Returning...
11-30 15:28:37.497 31253 31410 E GraphResponse: {HttpStatus: 400, errorCode: 100, subErrorCode: 33, errorType: GraphMethodException, errorMessage: Unsupported get request. Object with ID '898020930234977' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api}
11-30 15:28:37.505  2985  5092 D ConnectivityService: filterNetworkStateForUid() uid: 11201 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:28:37.508 31253 31334 D TransportRuntime.SQLiteEventStore: Storing event with priority=DEFAULT, name=FIREPERF for destination cct
11-30 15:28:37.512 31253 31334 D TransportRuntime.JobInfoScheduler: Upload for context TransportContext(cct, DEFAULT, MSRodHRwczovL2ZpcmViYXNlbG9nZ2luZy1wYS5nb29nbGVhcGlzLmNvbS92MS9maXJlbG9nL2xlZ2FjeS9iYXRjaGxvZ1xBSXphU3lDY2traUg4aTJaQVJ3T3MxTEV6RktsZDE1YU9HOG96S28=) is already scheduled. Returning...
11-30 15:28:37.568 28769 29124 I MdiSyncModule: Running account-scoped task '2 PERIODIC (2_PERIODIC)'...
11-30 15:28:37.582  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:28:37.697 28769 31529 I cr_CronetUrlRequestContext: destroyNativeStreamLocked org.chromium.net.impl.CronetBidirectionalStream@5f30042
11-30 15:28:37.758 28769 29127 I MdiSyncModule: Running account-scoped task '3 PERIODIC (3_PERIODIC)'...
11-30 15:28:37.840 28769 29124 I MdiSyncModule: Running account-scoped task '2 PERIODIC (2_PERIODIC)'...
11-30 15:28:37.997  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:37.997  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:37.997  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:38.060 28769 28789 I zygote  : Background concurrent copying GC freed 179140(9MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 8MB/17MB, paused 339us total 107.253ms
11-30 15:28:38.082 28769 29124 I MdiSyncModule: Running account-scoped task '2 PERIODIC (2_PERIODIC)'...
11-30 15:28:38.237 28769 29124 I MdiSyncModule: Running account-scoped task '2 PERIODIC (2_PERIODIC)'...
11-30 15:28:38.310 28769 31529 I cr_CronetUrlRequestContext: destroyNativeStreamLocked org.chromium.net.impl.CronetBidirectionalStream@bdc073e
11-30 15:28:38.385 28769 29127 I MdiSyncModule: Running account-scoped task '3 PERIODIC (3_PERIODIC)'...
11-30 15:28:38.478 28769 29124 I MdiSyncModule: Running account-scoped task '2 PERIODIC (2_PERIODIC)'...
11-30 15:28:38.540 28769 28784 I zygote  : Do partial code cache collection, code=508KB, data=306KB
11-30 15:28:38.541 28769 28784 I zygote  : After code cache collection, code=507KB, data=305KB
11-30 15:28:38.542 28769 28784 I zygote  : Increasing code cache capacity to 2MB
11-30 15:28:38.578 28769 31529 I cr_CronetUrlRequestContext: destroyNativeStreamLocked org.chromium.net.impl.CronetBidirectionalStream@c24b88f
11-30 15:28:38.625 28769 29127 I MdiSyncModule: Running account-scoped task '3 PERIODIC (3_PERIODIC)'...
11-30 15:28:38.674 28769 29124 I MdiSyncModule: Task '2 PERIODIC (2_PERIODIC)' finished with result '0'!
11-30 15:28:38.674 28769 29124 I zygote  : Deoptimizing java.lang.Object bjyh.h(bkaw) due to JIT inline cache
11-30 15:28:38.678 16033 27721 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.mdisync.service.MdiSyncBackgroundTaskService finished executing. cause:5 result: 1 elapsed_millis: 3296 uptime_millis: 3296 exec_start_elapsed_seconds: 459219 [CONTEXT service_id=218 ]
11-30 15:28:38.802 28769 31529 I cr_CronetUrlRequestContext: destroyNativeStreamLocked org.chromium.net.impl.CronetBidirectionalStream@5bffc9e
11-30 15:28:38.885 28769 29127 I MdiSyncModule: Running account-scoped task '3 PERIODIC (3_PERIODIC)'...
11-30 15:28:38.997  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:38.997  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:38.997  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:39.232 28769 31529 I cr_CronetUrlRequestContext: destroyNativeStreamLocked org.chromium.net.impl.CronetBidirectionalStream@929ac49
11-30 15:28:39.316 28769 29127 I MdiSyncModule: Running account-scoped task '3 PERIODIC (3_PERIODIC)'...
11-30 15:28:39.453  4228  4228 D io_stats: !@ 179,0 r 54755786 1394939128 w 6075506 85856800 d 1208979 30889916 f 1082755 1081802 iot 29976140 29380316 th 51200 0 0 pt 0 inp 0 0 264418.445
11-30 15:28:39.517 28769 31529 I cr_CronetUrlRequestContext: destroyNativeStreamLocked org.chromium.net.impl.CronetBidirectionalStream@1b93f80
11-30 15:28:39.518 28769 28789 I zygote  : Background concurrent copying GC freed 196377(9MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 8MB/17MB, paused 361us total 128.969ms
11-30 15:28:39.560 28769 29127 I MdiSyncModule: Running account-scoped task '3 PERIODIC (3_PERIODIC)'...
11-30 15:28:39.705 28769 31529 I cr_CronetUrlRequestContext: destroyNativeStreamLocked org.chromium.net.impl.CronetBidirectionalStream@f3e23f3
11-30 15:28:39.764 28769 29127 I MdiSyncModule: Task '3 PERIODIC (3_PERIODIC)' finished with result '0'!
11-30 15:28:39.768 16033 23954 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.mdisync.service.MdiSyncBackgroundTaskService finished executing. cause:5 result: 1 elapsed_millis: 4342 uptime_millis: 4342 exec_start_elapsed_seconds: 459219 [CONTEXT service_id=218 ]
11-30 15:28:39.997  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:39.997  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:39.997  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:40.997  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:40.997  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:40.998  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:41.998  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:41.998  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:41.998  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:42.998  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:42.998  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:42.998  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:43.309  2985  5095 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:28:43.310  2985  5095 D BatteryService: level:21, scale:100, status:2, health:2, present:true, voltage: 3846, temperature: 324, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:28:43.311  2985  5095 D BatteryService: online:4, current avg:390, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:465
11-30 15:28:43.311  2985  5095 D BatteryService: stay LED for charging
11-30 15:28:43.311  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:28:43.313  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 21, battStatus :: 2
11-30 15:28:43.313  2985  2985 I MotionRecognitionService: Plugged
11-30 15:28:43.313  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:28:43.313  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:28:43.314  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:28:43.315  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:28:43.315  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:28:43.316  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:28:43.316  2985  3007 D UsbDeviceManager: mps exists
11-30 15:28:43.317  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:28:43.318  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:28:43.319  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=21, mBatteryStatus=2
11-30 15:28:43.322  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:28:43.322  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:28:43.322 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:28:43.323 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:28:43.323  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:28:43.325  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:28:43.325 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 587
11-30 15:28:43.326  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:28:43.326 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 21, UPS hours: 587
11-30 15:28:43.326  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:28:43.326  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:28:43.327  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:28:43.327  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:28:43.327 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:28:43.330  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:28:43.330  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:28:43.998  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:43.998  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:43.998  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:44.458  4228  4228 D io_stats: !@ 179,0 r 54755796 1394939360 w 6075765 85858536 d 1208985 30889940 f 1082764 1081811 iot 29976260 29380424 th 51200 0 0 pt 0 inp 0 0 264423.450
11-30 15:28:44.863  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
11-30 15:28:44.863  2719  2795 E IptablesRestoreController: -A fw_standby_uid -m owner --uid-owner 15010212 -j DROP
11-30 15:28:44.863  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:28:44.874  2719  2795 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
11-30 15:28:44.874  2719  2795 E IptablesRestoreController: -A fw_standby_uid -m owner --uid-owner 15010212 -j DROP
11-30 15:28:44.874  2719  2795 E IptablesRestoreController: COMMIT
11-30 15:28:44.874  2719  2795 E IptablesRestoreController: , res : 0
11-30 15:28:44.999  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:44.999  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:44.999  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:45.999  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:45.999  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:45.999  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:46.096  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:28:46.096  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:28:46.096  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:28:46.097  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:28:46.124  2985  7619 D SSRM:aU : SIOP:: AP:367(376,0) BAT:324(324,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:28:46.999  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:46.999  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:47.000  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:47.028  2985  3631 E Watchdog: !@Sync 8810 [2021-11-30 15:28:47.028]
11-30 15:28:47.317 28769 28769 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
11-30 15:28:48.000  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:48.000  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:48.000  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:49.000  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:49.000  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:49.000  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:49.465  4228  4228 D io_stats: !@ 179,0 r 54755797 1394939364 w 6075781 85858876 d 1208988 30889976 f 1082766 1081813 iot 29976280 29380451 th 51200 0 0 pt 0 inp 0 0 264428.456
11-30 15:28:50.000  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:50.000  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:50.000  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:51.001  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:51.001  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:51.001  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:52.001  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:52.001  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:52.001  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:53.001  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:53.001  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:53.001  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:53.426  2985  5095 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:28:53.427  2985  5095 D BatteryService: level:21, scale:100, status:2, health:2, present:true, voltage: 3859, temperature: 323, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:28:53.427  2985  5095 D BatteryService: online:4, current avg:457, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:474
11-30 15:28:53.427  2985  5095 D BatteryService: stay LED for charging
11-30 15:28:53.427  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:28:53.430  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 21, battStatus :: 2
11-30 15:28:53.430  2985  2985 I MotionRecognitionService: Plugged
11-30 15:28:53.430  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:28:53.430  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:28:53.431  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:28:53.432  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:28:53.432  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:28:53.432  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:28:53.433  2985  3007 D UsbDeviceManager: mps exists
11-30 15:28:53.434  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:28:53.435  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:28:53.435  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:28:53.435  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:28:53.436  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:28:53.437  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=21, mBatteryStatus=2
11-30 15:28:53.437  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:28:53.437  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:28:53.438  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:28:53.440 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:28:53.440 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:28:53.442  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:28:53.442  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:28:53.442  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:28:53.442 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 587
11-30 15:28:53.443 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 21, UPS hours: 587
11-30 15:28:53.443 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:28:53.444  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:28:53.444  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:28:54.001  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:54.002  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:54.002  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:54.471  4228  4228 D io_stats: !@ 179,0 r 54755797 1394939364 w 6076066 85863272 d 1208989 30889980 f 1082767 1081814 iot 29976450 29380550 th 51200 0 0 pt 0 inp 0 0 264433.462
11-30 15:28:55.002  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:55.002  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:55.002  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:56.002  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:56.002  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:56.002  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:56.131  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:28:56.131  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:28:56.131  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:28:56.131  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:28:56.157  2985  7619 D SSRM:aU : SIOP:: AP:366(369,0) BAT:323(323,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:28:57.002  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:57.003  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:57.003  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:57.482 31253 31562 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=7660ff43-ee71-4d15-a14b-89842be2ddc9, tags={ PERIODIC_PUSHAMP, in.netcore.smartechfcm.worker.SlavePushAmpWorker } ]
11-30 15:28:57.502  2985  5095 I ActivityManager: KPU : put [com.samsung.aasaservice] : 3288 K
11-30 15:28:57.503  2985  5095 I ActivityManager: Killing 29563:com.samsung.aasaservice/1000 (adj 906): DHA:empty #46
11-30 15:28:57.504  2985  5095 I ActivityManager: KPU : put [com.android.vending:instant_app_installer] : 18605 K
11-30 15:28:57.504  2985  5095 I ActivityManager: Killing 29531:com.android.vending:instant_app_installer/u150a40 (adj 906): DHA:empty #46
11-30 15:28:57.538  2985  3002 I zygote  : Successfully killed process cgroup uid 1000 pid 29563 in 31ms
11-30 15:28:57.542  2985  3070 W Choreographer: Frame time is 5.073909 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
11-30 15:28:57.550  2985  3002 I zygote  : Successfully killed process cgroup uid 15010040 pid 29531 in 10ms
11-30 15:28:57.552  2985  5095 I ActivityManager: KPU : put [com.samsung.android.bbc.bbcagent] : 3638 K
11-30 15:28:57.552  2985  5095 I ActivityManager: Killing 29039:com.samsung.android.bbc.bbcagent/1000 (adj 906): DHA:empty #46
11-30 15:28:57.583  2985  3002 I zygote  : Successfully killed process cgroup uid 1000 pid 29039 in 26ms
11-30 15:28:58.003  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:58.003  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:58.003  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:58.131  1956 30899 W OkHttpClient: A connection to https://graph.facebook.com/ was leaked. Did you forget to close a response body?
11-30 15:28:59.003  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:28:59.003  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:28:59.003  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:28:59.477  4228  4228 D io_stats: !@ 179,0 r 54755797 1394939364 w 6076096 85863580 d 1208991 30889988 f 1082771 1081818 iot 29976470 29380578 th 51200 0 0 pt 0 inp 0 0 264438.468
11-30 15:29:00.000  2985  3096 D SamsungAlarmManager: Expired : 8
11-30 15:29:00.001  2985  3096 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=460593645 , orig nextNonWakeup=0
11-30 15:29:00.001  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T155130, SetElapsed=460593645, nowELAPSED=459243645
11-30 15:29:00.003  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:00.004  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:00.004  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:01.004  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:01.004  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:01.004  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:02.004  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:02.004  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:02.004  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:03.004  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:03.004  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:03.005  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:03.542  2985  5095 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:29:03.542  2985  5095 D BatteryService: level:21, scale:100, status:2, health:2, present:true, voltage: 3859, temperature: 323, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:29:03.543  2985  5095 D BatteryService: online:4, current avg:462, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:469
11-30 15:29:03.543  2985  5095 D BatteryService: stay LED for charging
11-30 15:29:03.543  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:29:03.545  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 21, battStatus :: 2
11-30 15:29:03.546  2985  2985 I MotionRecognitionService: Plugged
11-30 15:29:03.546  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:29:03.546  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:29:03.547  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:29:03.547  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:29:03.548  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:29:03.548  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:29:03.549  2985  3007 D UsbDeviceManager: mps exists
11-30 15:29:03.549  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:29:03.551  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:29:03.551  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:29:03.552  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:29:03.552  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=21, mBatteryStatus=2
11-30 15:29:03.552  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:29:03.554  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:29:03.554  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:29:03.555  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:29:03.557 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:29:03.557 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:29:03.557  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:29:03.558 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:29:03.560 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 587
11-30 15:29:03.560 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 21, UPS hours: 587
11-30 15:29:03.560  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:29:03.561  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:29:03.561  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:29:03.563  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:29:04.005  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:04.005  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:04.005  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:04.484  4228  4228 D io_stats: !@ 179,0 r 54755797 1394939364 w 6076135 85863840 d 1208992 30889992 f 1082772 1081819 iot 29976480 29380599 th 51200 0 0 pt 0 inp 0 0 264443.474
11-30 15:29:05.005  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:05.005  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:05.005  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:05.899 14965 14988 I Finsky  : [43174] fxt.run(14): Stats for Executor: BlockingExecutor hyp@5ac0b23[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 222]
11-30 15:29:05.899 14965 14988 I Finsky  : [43174] fxt.run(14): Stats for Executor: LightweightExecutor hyp@5b79820[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 1689]
11-30 15:29:06.006  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:06.006  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:06.006  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:06.164  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:29:06.164  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:29:06.164  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:29:06.164  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:29:06.190  2985  7619 D SSRM:aU : SIOP:: AP:366(366,0) BAT:323(323,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:29:06.288 14965 14988 I Finsky  : [43174] fxt.run(14): Stats for Executor: bgExecutor hyp@845b5d9[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 1047]
11-30 15:29:06.926  2985  3096 D SamsungAlarmManager: Expired : 4
11-30 15:29:06.927  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:2 / 20211130T153435, SetElapsed=459579367, nowELAPSED=459250571
11-30 15:29:06.927  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T153019, SetElapsed=459322673, nowELAPSED=459250572
11-30 15:29:06.928  2985  3096 V SamsungAlarmManager: Sending to uid : 1000 action=android.intent.action.TIME_TICK alarm=Alarm{24b3411 type 3 when 459243645 android}
11-30 15:29:06.930  2985  3096 V SamsungAlarmManager: Sending to uid : 1000 listener=android.app.AlarmManager$ListenerWrapper@13c199e alarm=Alarm{6c8ab77 type 2 when 459250571 android}
11-30 15:29:06.930  2985  3096 V SamsungAlarmManager: Sending to uid : 10069 action=com.samsung.action.EVERY_MINUTE_CLOCK_UPDATE alarm=Alarm{cb973e4 type 1 when 1638260940000 com.sec.android.app.launcher}
11-30 15:29:06.933  4604  4604 I Launcher: onReceive: com.samsung.action.EVERY_MINUTE_CLOCK_UPDATE
11-30 15:29:06.939  2985  2985 D SamsungAlarmManager: setExact Intent (T:3/F:1/AC:false) 20211130T152959 - CU:1000/CP:2985
11-30 15:29:06.939  2985  2985 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T153000, SetElapsed=459303644, nowELAPSED=459250583
11-30 15:29:06.941  3510  3617 D KeyguardUpdateMonitor: received broadcast android.intent.action.TIME_TICK
11-30 15:29:06.941  3510  3510 D KeyguardServiceBoxContainer: refreshTime() 1
11-30 15:29:06.960  2985  5095 D SamsungAlarmManager: setInexact Intent (T:1/F:0/AC:false) 20211130T153000 - CU:10069/CP:4604
11-30 15:29:06.965  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.sec.android.app.clockpackage
11-30 15:29:06.966  4604  4604 E ApplicationPackageManager: checkSettingsForIconTray value : 0
11-30 15:29:06.966  2985  2985 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20211130T153334 - CU:1000/CP:2985
11-30 15:29:06.970  4604  4604 I LiveIconManager: getLiveIcon: complete(sync_created)
11-30 15:29:06.970  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.sec.android.app.clockpackage
11-30 15:29:06.971  4604  4604 I IconView: applyFromApplicationInfo - start GetLive : com.samsung.android.calendar
11-30 15:29:06.971  4604  4604 I IconView: applyFromApplicationInfo - end GetLive : com.samsung.android.calendar
11-30 15:29:06.998  2985  5095 D ConnectivityService: filterNetworkStateForUid() uid: 11201 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Go.net (Bp.RAHMAT)", failover: false, available: true, roaming: false]
11-30 15:29:07.006  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:07.006  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:07.006  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:07.011 31253 31334 D TransportRuntime.CctTransportBackend: Making request to: https://firebaselogging-pa.googleapis.com/v1/firelog/legacy/batchlog
11-30 15:29:07.014 31253 31334 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:29:07.014 31253 31334 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:29:07.016  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:29:07.110  2985  5082 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11201 ,Container id: 0
11-30 15:29:07.110  2985  5082 I ClientCertificateManager Service: fixContextInfoForMP() returning Caller uid: 11201 ,Container id: 0
11-30 15:29:07.110  2985  5082 I ClientCertificateManager Service: ClientCertificateManager.isPremiumContainer() : false for user : 0
11-30 15:29:07.699 15059 15129 I Finsky:background: [43187] fxt.run(14): Stats for Executor: bgExecutor hyp@8f12ca6[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
11-30 15:29:08.006  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:08.006  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:08.006  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:09.006  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:09.007  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:09.007  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:09.491  4228  4228 D io_stats: !@ 179,0 r 54755797 1394939364 w 6076172 85864148 d 1208996 30890076 f 1082776 1081823 iot 29976500 29380629 th 51200 0 0 pt 0 inp 0 0 264448.482
11-30 15:29:10.007  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:10.007  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:10.007  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:10.113 31253 31334 I TransportRuntime.CctTransportBackend: Status Code: 200
11-30 15:29:10.114 31253 31334 I TransportRuntime.CctTransportBackend: Content-Type: application/json; charset=UTF-8
11-30 15:29:10.114 31253 31334 I TransportRuntime.CctTransportBackend: Content-Encoding: gzip
11-30 15:29:11.007  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:11.007  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:11.007  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:12.007  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:12.008  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:12.008  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:13.008  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:13.008  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:13.008  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:13.658  2985  2995 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:29:13.659  2985  2995 D BatteryService: level:21, scale:100, status:2, health:2, present:true, voltage: 3859, temperature: 323, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:29:13.659  2985  2995 D BatteryService: online:4, current avg:465, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:472
11-30 15:29:13.659  2985  2995 D BatteryService: stay LED for charging
11-30 15:29:13.659  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:29:13.662  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 21, battStatus :: 2
11-30 15:29:13.662  2985  2985 I MotionRecognitionService: Plugged
11-30 15:29:13.662  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:29:13.662  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:29:13.663  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:29:13.664  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:29:13.664  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:29:13.664  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:29:13.665  2985  3007 D UsbDeviceManager: mps exists
11-30 15:29:13.666  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:29:13.667  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:29:13.667  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:29:13.668  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:29:13.668  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:29:13.669  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=21, mBatteryStatus=2
11-30 15:29:13.669  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:29:13.670  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:29:13.670  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:29:13.672  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:29:13.673 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:29:13.673 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:29:13.673  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:29:13.674  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:29:13.674  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:29:13.675  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:29:13.675 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 587
11-30 15:29:13.675 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 21, UPS hours: 587
11-30 15:29:13.677 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:29:14.008  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:14.008  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:14.008  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:14.180  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 7 99 -7 -200 -7 -200 -1 12 -99 -11 -30 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:29:14.180  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:29:14.328 15059 15129 I Finsky:background: [43187] fxt.run(14): Stats for Executor: BlockingExecutor hyp@8aec6e7[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
11-30 15:29:14.497  4228  4228 D io_stats: !@ 179,0 r 54755798 1394939368 w 6076222 85864404 d 1208996 30890076 f 1082780 1081827 iot 29976520 29380644 th 51200 0 0 pt 0 inp 0 0 264453.488
11-30 15:29:15.008  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:15.009  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:15.009  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:16.009  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:16.009  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:16.009  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:16.195  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:29:16.196  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:29:16.196  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:29:16.196  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:29:16.222  2985  7619 D SSRM:aU : SIOP:: AP:366(365,0) BAT:323(323,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:29:17.009  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:17.009  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:17.009  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:17.036  2985  3631 E Watchdog: !@Sync 8811 [2021-11-30 15:29:17.036]
11-30 15:29:17.107 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(0) data(0) accounts({}) accounts deleted({}) calls([]) countryIso(ID) userId(150)  ]

11-30 15:29:17.107 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ agr({})  ]

11-30 15:29:17.107 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({})  ]

11-30 15:29:17.107 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(0) data(0) accounts({})  ]

11-30 15:29:17.107 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(0) data(0) accounts({})  ]
11-30 15:29:18.010  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:18.010  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:18.010  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:19.010  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:19.010  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:19.010  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:19.503  4228  4228 D io_stats: !@ 179,0 r 54755798 1394939368 w 6076233 85864492 d 1208996 30890076 f 1082781 1081828 iot 29976520 29380649 th 51200 0 0 pt 0 inp 0 0 264458.495
11-30 15:29:20.010  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:20.010  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:20.010  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:21.011  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:21.011  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:21.011  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:22.011  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:22.011  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:22.011  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:23.011  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:23.011  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:23.011  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:23.575  2985  3244 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:29:23.577  2985  3244 W DeviceStorageMonitorService: updateBroadcasts(/data) oldLevel:0, newLevel:0, seq:1
11-30 15:29:23.578  2985  3244 W DeviceStorageMonitorService: updateBroadcasts_filenode(/data) fn_oldLevel:0, fn_newLevel:0, seq:1
11-30 15:29:23.774  2985  2995 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:29:23.775  2985  2995 D BatteryService: level:21, scale:100, status:2, health:2, present:true, voltage: 3860, temperature: 323, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:29:23.775  2985  2995 D BatteryService: online:4, current avg:465, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:466
11-30 15:29:23.775  2985  2995 D BatteryService: stay LED for charging
11-30 15:29:23.776  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:29:23.778  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 21, battStatus :: 2
11-30 15:29:23.778  2985  2985 I MotionRecognitionService: Plugged
11-30 15:29:23.778  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:29:23.779  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:29:23.779  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:29:23.780  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:29:23.780  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:29:23.780  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:29:23.781  2985  3007 D UsbDeviceManager: mps exists
11-30 15:29:23.782  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:29:23.782  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:29:23.783  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:29:23.783  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:29:23.784  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:29:23.784  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:29:23.785  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:29:23.786  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:29:23.786  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=21, mBatteryStatus=2
11-30 15:29:23.788  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:29:23.788  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:29:23.790 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:29:23.790 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:29:23.792  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:29:23.792  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:29:23.792  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:29:23.794 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:29:23.794 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 587
11-30 15:29:23.794 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 21, UPS hours: 587
11-30 15:29:24.012  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:24.012  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:24.012  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:24.510  4228  4228 D io_stats: !@ 179,0 r 54755798 1394939368 w 6076247 85864584 d 1208996 30890076 f 1082782 1081829 iot 29976520 29380654 th 51200 0 0 pt 0 inp 0 0 264463.501
11-30 15:29:24.881  3423  3423 E adbd    : recv: OPEN 0000000e 00000000 0038:73 68 65 6C 6C 2C 76 32 3A 65 78 70 6F 72 74 20 41 4E 44 52 4F 49 44 5F 4C 4F 47 5F 54 41 47 53 3D 22 27 27 22 3B 20 65 78 65 63 20 6C 6F 67 63 61 74 20 27 2D 64 27 00 
11-30 15:29:25.012  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:25.012  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:25.012  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:26.012  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:26.012  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:26.012  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:26.227  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:29:26.228  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:29:26.228  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:29:26.228  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:29:26.425  2985  7619 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 2985 / 1000 / 7619
11-30 15:29:26.445  2985  7619 D SSRM:aU : SIOP:: AP:366(365,0) BAT:323(323,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:29:27.012  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:27.012  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:27.012  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:28.012  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:28.013  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:28.013  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:28.259  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 8 99 -8 -200 -8 -200 -1 14 -97 -11 0 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:29:28.259  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:29:29.013  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:29.013  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:29.013  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:29.516  4228  4228 D io_stats: !@ 179,0 r 54755844 1394941604 w 6076262 85864700 d 1208997 30890080 f 1082784 1081831 iot 29976560 29380692 th 51200 0 0 pt 0 inp 0 0 264468.506
11-30 15:29:29.869 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(334) data(3908) accounts({vnd.sec.contact.phone (1)=155, com.whatsapp (23)=210, com.google (19)=204, com.osp.app.signin (24)=4, vnd.sec.contact.sim2 (3)=14, org.telegram.messenger (36)=127}) accounts deleted({com.google (19)=1}) calls([logtype:100 cnt:500, logtype:300 cnt:500]) countryIso(ID) userId(0)  ]

11-30 15:29:29.869 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ agr({[1 ,1 ,23]=1, [23 ,3 ,36 ,19]=1, [1 ,1 ,36 ,23]=1, [1 ,24 ,23]=1, [19 ,23 ,23 ,36 ,36]=1, [1 ,1 ,1]=1, [19 ,19 ,19 ,1 ,23 ,24 ,36]=1, [19]=10, [19 ,19 ,1]=1, [19 ,1 ,36 ,23]=1, [19 ,36]=4, [1 ,36]=1, [36 ,19 ,23 ,36]=2, [19 ,1 ,23 ,23 ,23]=1, [19 ,1 ,23 ,36 ,36]=1, [19 ,1 ,23 ,36]=9, [1 ,23 ,36 ,36]=1, [1 ,23 ,36]=12, [19 ,23 ,36 ,23]=1, [19 ,36 ,23]=2, [19 ,23 ,36]=68, [3]=10, [1]=72, [19 ,1 ,23 ,24]=1, [1 ,23 ,24 ,36]=1, [19 ,1 ,23]=8, [19 ,1 ,23 ,36 ,23]=1, [19 ,23]=67, [20 ,23]=1, [23 ,3]=1, [36]=12, [1 ,23]=17, [19 ,1]=19, [19 ,23 ,23]=1, [23 ,3 ,36]=2})  ]

11-30 15:29:29.869 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({android.process.acore(15069)=1})  ]

11-30 15:29:29.869 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(1) data(3) accounts({vnd.sec.contact.phone (1)=1})  ]

11-30 15:29:29.869 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(1) data(24) accounts({vnd.sec.contact.phone (1)=1})  ]
11-30 15:29:30.013  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:30.013  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:30.013  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:31.013  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:31.013  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:31.014  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:31.599  3510  3660 D Tile.BluetoothTile: handleUpdateState enabled = false connected = false bluetoothState = 10
11-30 15:29:32.014  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:32.014  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:32.014  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:32.719  3510  3660 D Tile.HotspotTile: handleUpdateState :  = false
11-30 15:29:33.014  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:33.014  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:33.014  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:33.889  2985  2995 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:29:33.890  2985  2995 D BatteryService: level:21, scale:100, status:2, health:2, present:true, voltage: 3861, temperature: 324, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:29:33.890  2985  2995 D BatteryService: online:4, current avg:458, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:472
11-30 15:29:33.890  2985  2995 D BatteryService: stay LED for charging
11-30 15:29:33.890  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:29:33.892  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 21, battStatus :: 2
11-30 15:29:33.893  2985  2985 I MotionRecognitionService: Plugged
11-30 15:29:33.893  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:29:33.893  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:29:33.894  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:29:33.894  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:29:33.895  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:29:33.896  2985  3007 D UsbDeviceManager: mps exists
11-30 15:29:33.897  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:29:33.897  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:29:33.898  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:29:33.899  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=21, mBatteryStatus=2
11-30 15:29:33.899  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:29:33.899  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:29:33.900  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:29:33.901  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:29:33.901  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:29:33.903  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:29:33.903  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:29:33.903  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:29:33.903  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:29:33.904 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:29:33.906 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:29:33.906 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:29:33.906  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:29:33.907  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:29:33.908 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 587
11-30 15:29:33.909 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 21, UPS hours: 587
11-30 15:29:34.014  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:34.014  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:34.014  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:34.522  4228  4228 D io_stats: !@ 179,0 r 54755854 1394942032 w 6076292 85864904 d 1208997 30890080 f 1082785 1081832 iot 29976570 29380712 th 51200 0 0 pt 0 inp 0 0 264473.514
11-30 15:29:34.658  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 7 99 -7 -200 -7 -200 -1 12 -99 -11 10 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:29:34.658  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:29:35.015  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:35.015  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:35.015  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:36.015  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:36.015  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:36.015  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:36.450  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:29:36.451  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:29:36.451  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:29:36.451  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:29:36.476  2985  7619 D SSRM:aU : SIOP:: AP:365(365,0) BAT:324(324,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:29:37.015  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:37.016  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:37.016  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:38.016  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:38.016  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:38.016  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:39.016  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:39.016  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:39.016  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:39.529  4228  4228 D io_stats: !@ 179,0 r 54755858 1394942144 w 6076304 85865040 d 1208998 30890084 f 1082786 1081833 iot 29976580 29380727 th 51200 0 0 pt 0 inp 0 0 264478.520
11-30 15:29:40.017  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:40.017  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:40.017  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:41.017  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:41.017  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:41.017  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:42.017  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:42.017  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:42.017  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:43.017  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:43.017  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:43.018  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:44.005  2985  2995 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:29:44.006  2985  2995 D BatteryService: level:21, scale:100, status:2, health:2, present:true, voltage: 3859, temperature: 323, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:29:44.006  2985  2995 D BatteryService: online:4, current avg:468, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:469
11-30 15:29:44.007  2985  2995 D BatteryService: stay LED for charging
11-30 15:29:44.007  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:29:44.009  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 21, battStatus :: 2
11-30 15:29:44.009  2985  2985 I MotionRecognitionService: Plugged
11-30 15:29:44.009  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:29:44.009  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:29:44.010  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:29:44.011  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:29:44.011  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:29:44.012  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:29:44.012  2985  3007 D UsbDeviceManager: mps exists
11-30 15:29:44.013  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:29:44.014  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:29:44.014  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:29:44.014  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:29:44.015  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:29:44.016  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:29:44.016  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:29:44.017  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=21, mBatteryStatus=2
11-30 15:29:44.017  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:29:44.018  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:44.018  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:44.018  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:44.019  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:29:44.020  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:29:44.021 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:29:44.021 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:29:44.023 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:29:44.024  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:29:44.024  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:29:44.024 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 587
11-30 15:29:44.024  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:29:44.024 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 21, UPS hours: 587
11-30 15:29:44.535  4228  4228 D io_stats: !@ 179,0 r 54755858 1394942144 w 6076338 85865216 d 1208998 30890084 f 1082787 1081834 iot 29976580 29380736 th 51200 0 0 pt 0 inp 0 0 264483.527
11-30 15:29:44.898  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 6 99 -6 -200 -6 -200 -1 10 -101 -9 10 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:29:44.898  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:29:45.018  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:45.018  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:45.018  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:46.018  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:46.018  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:46.018  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:46.482  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:29:46.482  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:29:46.482  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:29:46.483  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:29:46.507  2985  7619 D SSRM:aU : SIOP:: AP:365(364,0) BAT:323(323,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:29:47.019  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:47.019  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:47.019  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:47.044  2985  3631 E Watchdog: !@Sync 8812 [2021-11-30 15:29:47.044]
11-30 15:29:48.019  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:48.019  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:48.019  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:49.019  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:49.020  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:49.020  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:49.542  4228  4228 D io_stats: !@ 179,0 r 54755858 1394942144 w 6076349 85865344 d 1208998 30890084 f 1082789 1081836 iot 29976580 29380742 th 51200 0 0 pt 0 inp 0 0 264488.533
11-30 15:29:50.020  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:50.020  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:50.020  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:51.020  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:51.020  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:51.020  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:51.298  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 7 99 -7 -200 -7 -200 -1 13 -98 -11 20 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:29:51.298  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:29:52.020  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:52.020  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:52.021  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:53.021  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:53.021  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:53.021  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:54.021  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:54.021  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:54.021  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:54.120  2985  2995 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:29:54.120  2985  2995 D BatteryService: level:21, scale:100, status:2, health:2, present:true, voltage: 3860, temperature: 323, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:29:54.121  2985  2995 D BatteryService: online:4, current avg:467, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:443
11-30 15:29:54.121  2985  2995 D BatteryService: stay LED for charging
11-30 15:29:54.121  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:29:54.123  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 21, battStatus :: 2
11-30 15:29:54.123  2985  2985 I MotionRecognitionService: Plugged
11-30 15:29:54.124  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:29:54.124  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:29:54.124  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:29:54.126  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:29:54.127  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:29:54.127  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:29:54.127  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:29:54.128  2985  3007 D UsbDeviceManager: mps exists
11-30 15:29:54.128  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:29:54.129  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=21, mBatteryStatus=2
11-30 15:29:54.130  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:29:54.130  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:29:54.131  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:29:54.132  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:29:54.133  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:29:54.134 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:29:54.134  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:29:54.134 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:29:54.135  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:29:54.135  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:29:54.135  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:29:54.136  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:29:54.137  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:29:54.138 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 587
11-30 15:29:54.138 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 21, UPS hours: 587
11-30 15:29:54.138 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:29:54.548  4228  4228 D io_stats: !@ 179,0 r 54755858 1394942144 w 6076371 85865504 d 1208999 30890092 f 1082790 1081837 iot 29976590 29380758 th 51200 0 0 pt 0 inp 0 0 264493.539
11-30 15:29:55.021  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:55.021  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:55.022  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:56.022  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:56.022  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:56.022  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:56.514  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:29:56.514  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:29:56.514  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:29:56.515  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:29:56.538  2985  7619 D SSRM:aU : SIOP:: AP:365(361,0) BAT:323(323,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:29:57.022  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:57.022  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:57.022  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:57.698  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 8 99 -8 -200 -8 -200 -1 15 -96 -12 -10 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:29:57.698  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:29:58.022  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:58.023  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:58.023  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:59.023  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:29:59.023  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:29:59.023  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:29:59.555  4228  4228 D io_stats: !@ 179,0 r 54755858 1394942144 w 6076396 85865612 d 1208999 30890092 f 1082790 1081837 iot 29976590 29380764 th 51200 0 0 pt 0 inp 0 0 264498.545
11-30 15:29:59.999  2985  3096 D SamsungAlarmManager: Expired : 8
11-30 15:30:00.000  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T153000, SetElapsed=459303645, nowELAPSED=459303644
11-30 15:30:00.000  2985  3096 D SamsungAlarmManager: Expired : 8
11-30 15:30:00.001  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T153019, SetElapsed=459322673, nowELAPSED=459303645
11-30 15:30:00.023  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:00.023  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:00.023  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:01.023  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:01.024  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:01.024  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:02.024  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:02.024  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:02.024  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:03.024  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:03.024  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:03.024  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:03.399 26985 27308 I nightwatch-target: monitor resources last 15000 iteration: 303362 msec
11-30 15:30:04.024  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:04.025  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:04.025  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:04.098  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 7 99 -7 -200 -7 -200 -1 13 -98 -12 20 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:30:04.098  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:30:04.232  2985  2995 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:30:04.232  2985  2995 D BatteryService: level:21, scale:100, status:2, health:2, present:true, voltage: 3862, temperature: 323, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:30:04.232  2985  2995 D BatteryService: online:4, current avg:468, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:475
11-30 15:30:04.232  2985  2995 D BatteryService: stay LED for charging
11-30 15:30:04.233  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:30:04.234  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 21, battStatus :: 2
11-30 15:30:04.234  2985  2985 I MotionRecognitionService: Plugged
11-30 15:30:04.234  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:30:04.234  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:30:04.234  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:30:04.235  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:30:04.235  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:30:04.237  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:30:04.238  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:30:04.238  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:30:04.238 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:30:04.238  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=21, mBatteryStatus=2
11-30 15:30:04.238 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:30:04.239  2985  3007 D UsbDeviceManager: mps exists
11-30 15:30:04.242  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:30:04.242  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:30:04.243  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:30:04.243 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:30:04.244 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 587
11-30 15:30:04.244 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 21, UPS hours: 587
11-30 15:30:04.247  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:30:04.248  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:30:04.248  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:30:04.250  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:30:04.250  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:30:04.251  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:30:04.253  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:30:04.253  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:30:04.561  4228  4228 D io_stats: !@ 179,0 r 54755860 1394942192 w 6076408 85865700 d 1208999 30890092 f 1082791 1081838 iot 29976590 29380771 th 51200 0 0 pt 0 inp 0 0 264503.553
11-30 15:30:05.025  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:05.025  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:05.025  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:06.025  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:06.025  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:06.025  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:06.545  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:30:06.545  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:30:06.545  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:30:06.546  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:30:06.570  2985  7619 D SSRM:aU : SIOP:: AP:365(361,0) BAT:323(323,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:30:07.026  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:07.026  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:07.026  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:08.026  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:08.026  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:08.026  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:09.026  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:09.026  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:09.026  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:09.568  4228  4228 D io_stats: !@ 179,0 r 54755860 1394942192 w 6076419 85865784 d 1208999 30890092 f 1082792 1081839 iot 29976590 29380774 th 51200 0 0 pt 0 inp 0 0 264508.559
11-30 15:30:10.027  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:10.027  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:10.027  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:11.027  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:11.027  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:11.027  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:12.027  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:12.027  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:12.027  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:13.028  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:13.028  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:13.028  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:14.028  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:14.028  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:14.028  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:14.350  2985  5082 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:30:14.350  2985  5082 D BatteryService: level:21, scale:100, status:2, health:2, present:true, voltage: 3863, temperature: 322, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:30:14.351  2985  5082 D BatteryService: online:4, current avg:468, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:465
11-30 15:30:14.351  2985  5082 D BatteryService: stay LED for charging
11-30 15:30:14.351  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:30:14.353  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 21, battStatus :: 2
11-30 15:30:14.353  2985  2985 I MotionRecognitionService: Plugged
11-30 15:30:14.354  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:30:14.354  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:30:14.354  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:30:14.355  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:30:14.356  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:30:14.357  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:30:14.357  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:30:14.357  2985  3007 D UsbDeviceManager: mps exists
11-30 15:30:14.359  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:30:14.359  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:30:14.360  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=21, mBatteryStatus=2
11-30 15:30:14.361  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:30:14.362  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:30:14.363  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:30:14.363 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:30:14.364 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:30:14.365  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:30:14.366  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:30:14.366  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:30:14.366  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:30:14.366  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:30:14.367 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 587
11-30 15:30:14.367 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 21, UPS hours: 587
11-30 15:30:14.367 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:30:14.370  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:30:14.370  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:30:14.574  4228  4228 D io_stats: !@ 179,0 r 54755860 1394942192 w 6076440 85865900 d 1208999 30890092 f 1082793 1081840 iot 29976590 29380779 th 51200 0 0 pt 0 inp 0 0 264513.565
11-30 15:30:15.028  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:15.028  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:15.028  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:16.028  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:16.029  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:16.029  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:16.576  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:30:16.577  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:30:16.577  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:30:16.577  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:30:16.603  2985  7619 D SSRM:aU : SIOP:: AP:365(360,0) BAT:322(322,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:30:17.029  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:17.029  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:17.029  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:17.052  2985  3631 E Watchdog: !@Sync 8813 [2021-11-30 15:30:17.052]
11-30 15:30:17.180 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(0) data(0) accounts({}) accounts deleted({}) calls([]) countryIso(ID) userId(150)  ]

11-30 15:30:17.180 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ agr({})  ]

11-30 15:30:17.180 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({})  ]

11-30 15:30:17.180 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(0) data(0) accounts({})  ]

11-30 15:30:17.180 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(0) data(0) accounts({})  ]
11-30 15:30:18.029  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:18.029  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:18.029  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:19.028  2985  3096 D SamsungAlarmManager: Expired : 8
11-30 15:30:19.029  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T153054, SetElapsed=459358215, nowELAPSED=459322673
11-30 15:30:19.030  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:19.030  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:19.030  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:19.580  4228  4228 D io_stats: !@ 179,0 r 54755860 1394942192 w 6076448 85865976 d 1208999 30890092 f 1082794 1081841 iot 29976590 29380784 th 51200 0 0 pt 0 inp 0 0 264518.572
11-30 15:30:20.030  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:20.030  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:20.030  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:21.030  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:21.030  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:21.030  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:22.030  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:22.031  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:22.031  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:23.031  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:23.031  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:23.031  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:23.640  2985  3244 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:30:23.642  2985  3244 W DeviceStorageMonitorService: updateBroadcasts(/data) oldLevel:0, newLevel:0, seq:1
11-30 15:30:23.642  2985  3244 W DeviceStorageMonitorService: updateBroadcasts_filenode(/data) fn_oldLevel:0, fn_newLevel:0, seq:1
11-30 15:30:24.031  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:24.031  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:24.031  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:24.464  2985  5082 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:30:24.464  2985  5082 D BatteryService: level:21, scale:100, status:2, health:2, present:true, voltage: 3863, temperature: 322, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:30:24.464  2985  5082 D BatteryService: online:4, current avg:468, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:469
11-30 15:30:24.464  2985  5082 D BatteryService: stay LED for charging
11-30 15:30:24.464  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:30:24.466  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 21, battStatus :: 2
11-30 15:30:24.466  2985  2985 I MotionRecognitionService: Plugged
11-30 15:30:24.466  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:30:24.466  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:30:24.467  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:30:24.468  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:30:24.469  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:30:24.469  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:30:24.470  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:30:24.470  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=21, mBatteryStatus=2
11-30 15:30:24.471  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:30:24.471  2985  3007 D UsbDeviceManager: mps exists
11-30 15:30:24.473  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:30:24.473 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:30:24.474 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:30:24.474  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:30:24.474  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:30:24.476 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 587
11-30 15:30:24.476 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 21, UPS hours: 587
11-30 15:30:24.477  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:30:24.477 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:30:24.477  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:30:24.478  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:30:24.478  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:30:24.478  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:30:24.478  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:30:24.480  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:30:24.480  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:30:24.587  4228  4228 D io_stats: !@ 179,0 r 54755860 1394942192 w 6076468 85866084 d 1208999 30890092 f 1082795 1081842 iot 29976590 29380790 th 51200 0 0 pt 0 inp 0 0 264523.577
11-30 15:30:25.031  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:25.032  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:25.032  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:26.032  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:26.032  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:26.032  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:26.609  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:30:26.610  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:30:26.610  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:30:26.610  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:30:26.635  2985  7619 D SSRM:aU : SIOP:: AP:364(360,0) BAT:322(322,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:30:27.032  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:27.032  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:27.032  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:28.033  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:28.033  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:28.033  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:29.033  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:29.033  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:29.033  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:29.593  4228  4228 D io_stats: !@ 179,0 r 54755860 1394942192 w 6076481 85866192 d 1209000 30890096 f 1082797 1081844 iot 29976590 29380800 th 51200 0 0 pt 0 inp 0 0 264528.585
11-30 15:30:30.005 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(334) data(3908) accounts({vnd.sec.contact.phone (1)=155, com.whatsapp (23)=210, com.google (19)=204, com.osp.app.signin (24)=4, vnd.sec.contact.sim2 (3)=14, org.telegram.messenger (36)=127}) accounts deleted({com.google (19)=1}) calls([logtype:100 cnt:500, logtype:300 cnt:500]) countryIso(ID) userId(0)  ]

11-30 15:30:30.005 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ agr({[1 ,1 ,23]=1, [23 ,3 ,36 ,19]=1, [1 ,1 ,36 ,23]=1, [1 ,24 ,23]=1, [19 ,23 ,23 ,36 ,36]=1, [1 ,1 ,1]=1, [19 ,19 ,19 ,1 ,23 ,24 ,36]=1, [19]=10, [19 ,19 ,1]=1, [19 ,1 ,36 ,23]=1, [19 ,36]=4, [1 ,36]=1, [36 ,19 ,23 ,36]=2, [19 ,1 ,23 ,23 ,23]=1, [19 ,1 ,23 ,36 ,36]=1, [19 ,1 ,23 ,36]=9, [1 ,23 ,36 ,36]=1, [1 ,23 ,36]=12, [19 ,23 ,36 ,23]=1, [19 ,36 ,23]=2, [19 ,23 ,36]=68, [3]=10, [1]=72, [19 ,1 ,23 ,24]=1, [1 ,23 ,24 ,36]=1, [19 ,1 ,23]=8, [19 ,1 ,23 ,36 ,23]=1, [19 ,23]=67, [20 ,23]=1, [23 ,3]=1, [36]=12, [1 ,23]=17, [19 ,1]=19, [19 ,23 ,23]=1, [23 ,3 ,36]=2})  ]

11-30 15:30:30.005 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({android.process.acore(15069)=1})  ]

11-30 15:30:30.005 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(1) data(3) accounts({vnd.sec.contact.phone (1)=1})  ]

11-30 15:30:30.005 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(1) data(24) accounts({vnd.sec.contact.phone (1)=1})  ]
11-30 15:30:30.033  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:30.033  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:30.033  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:31.033  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:31.034  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:31.034  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:32.034  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:32.034  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:32.034  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:33.034  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:33.034  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:33.034  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:34.034  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:34.035  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:34.035  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:34.582  2985  5082 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:30:34.583  2985  5082 D BatteryService: level:21, scale:100, status:2, health:2, present:true, voltage: 3863, temperature: 322, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:30:34.583  2985  5082 D BatteryService: online:4, current avg:468, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:468
11-30 15:30:34.583  2985  5082 D BatteryService: stay LED for charging
11-30 15:30:34.583  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:30:34.586  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 21, battStatus :: 2
11-30 15:30:34.586  2985  2985 I MotionRecognitionService: Plugged
11-30 15:30:34.586  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:30:34.586  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:30:34.587  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:30:34.588  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:30:34.588  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:30:34.588  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:30:34.589  2985  3007 D UsbDeviceManager: mps exists
11-30 15:30:34.589  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:30:34.590  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:30:34.591  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:30:34.592  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:30:34.592  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=21, mBatteryStatus=2
11-30 15:30:34.592  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:30:34.593  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:30:34.594  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:30:34.594  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:30:34.595 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:30:34.595 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:30:34.599  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:30:34.599  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:30:34.599  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:30:34.599  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:30:34.599 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:30:34.599  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:30:34.599  4228  4228 D io_stats: !@ 179,0 r 54755860 1394942192 w 6076510 85866392 d 1209000 30890096 f 1082798 1081845 iot 29976590 29380813 th 51200 0 0 pt 0 inp 0 0 264533.591
11-30 15:30:34.600 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 587
11-30 15:30:34.600 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 21, UPS hours: 587
11-30 15:30:35.035  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:35.035  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:35.035  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:36.035  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:36.035  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:36.035  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:36.641  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:30:36.641  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:30:36.641  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:30:36.642  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:30:36.666  2985  7619 D SSRM:aU : SIOP:: AP:364(360,0) BAT:322(322,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:30:37.035  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:37.036  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:37.036  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:38.036  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:38.036  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:38.036  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:39.036  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:39.036  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:39.036  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:39.606  4228  4228 D io_stats: !@ 179,0 r 54755860 1394942192 w 6076541 85866596 d 1209001 30890100 f 1082799 1081846 iot 29976610 29380836 th 51200 0 0 pt 0 inp 0 0 264538.597
11-30 15:30:40.037  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:40.037  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:40.037  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:41.037  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:41.037  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:41.037  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:42.037  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:42.037  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:42.037  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:43.037  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:43.038  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:43.038  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:44.038  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:44.038  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:44.038  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:44.612  4228  4228 D io_stats: !@ 179,0 r 54755860 1394942192 w 6076555 85866692 d 1209001 30890100 f 1082800 1081847 iot 29976610 29380841 th 51200 0 0 pt 0 inp 0 0 264543.604
11-30 15:30:44.699  2985  2995 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:30:44.699  2985  2995 D BatteryService: level:21, scale:100, status:2, health:2, present:true, voltage: 3864, temperature: 322, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:30:44.700  2985  2995 D BatteryService: online:4, current avg:469, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:473
11-30 15:30:44.700  2985  2995 D BatteryService: stay LED for charging
11-30 15:30:44.700  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:30:44.702  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 21, battStatus :: 2
11-30 15:30:44.702  2985  2985 I MotionRecognitionService: Plugged
11-30 15:30:44.703  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:30:44.703  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:30:44.703  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:30:44.705  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:30:44.706  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:30:44.706  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:30:44.706  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:30:44.707  2985  3007 D UsbDeviceManager: mps exists
11-30 15:30:44.707  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:30:44.708  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:30:44.709  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=21, mBatteryStatus=2
11-30 15:30:44.709  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:30:44.710  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:30:44.712  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:30:44.712 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:30:44.712 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:30:44.712  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:30:44.713  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:30:44.713  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:30:44.713  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:30:44.713  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:30:44.714 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 587
11-30 15:30:44.715 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 21, UPS hours: 587
11-30 15:30:44.715  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:30:44.715  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:30:44.716 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:30:45.038  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:45.038  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:45.038  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:46.038  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:46.039  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:46.039  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:46.672  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:30:46.672  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:30:46.672  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:30:46.673  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:30:46.699  2985  7619 D SSRM:aU : SIOP:: AP:364(360,0) BAT:322(322,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:30:47.039  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:47.039  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:47.039  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:47.060  2985  3631 E Watchdog: !@Sync 8814 [2021-11-30 15:30:47.060]
11-30 15:30:47.333  2985  2994 I zygote  : Background concurrent copying GC freed 298164(13MB) AllocSpace objects, 214(10MB) LOS objects, 28% free, 60MB/84MB, paused 895us total 637.925ms
11-30 15:30:47.618  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 8 99 -8 -200 -8 -200 -1 15 -96 -10 0 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:30:47.618  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:30:48.039  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:48.039  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:48.039  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:49.039  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:49.039  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:49.039  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:49.619  4228  4228 D io_stats: !@ 179,0 r 54755869 1394942396 w 6076570 85866796 d 1209001 30890100 f 1082801 1081848 iot 29976610 29380851 th 51200 0 0 pt 0 inp 0 0 264548.610
11-30 15:30:50.040  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:50.040  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:50.040  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:51.040  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:51.040  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:51.040  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:52.040  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:52.040  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:52.040  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:53.041  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:53.041  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:53.041  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:54.017  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 7 99 -7 -200 -7 -200 -1 13 -98 -13 20 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:30:54.018  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:30:54.041  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:54.041  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:54.041  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:54.570  2985  3096 D SamsungAlarmManager: Expired : 8
11-30 15:30:54.573  2985  3096 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20211130T153554 - CU:1000/CP:2985
11-30 15:30:54.573  2985  3096 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=460653644 , orig nextNonWakeup=0
11-30 15:30:54.573  2985  3096 I SamsungAlarmManager: setLocked to kernel - T:3 / 20211130T155229, SetElapsed=460653644, nowELAPSED=459358218
11-30 15:30:54.575  2985  3096 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20211130T153554 - CU:1000/CP:2985
11-30 15:30:54.575  2985  3096 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=460653644 , orig nextNonWakeup=0
11-30 15:30:54.577  2985  3096 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20211130T153554 - CU:1000/CP:2985
11-30 15:30:54.577  2985  3096 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=460653644 , orig nextNonWakeup=0
11-30 15:30:54.578  2985  3096 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=460653644 , orig nextNonWakeup=0
11-30 15:30:54.625  4228  4228 D io_stats: !@ 179,0 r 54755869 1394942396 w 6076585 85866896 d 1209001 30890100 f 1082802 1081849 iot 29976610 29380855 th 51200 0 0 pt 0 inp 0 0 264553.617
11-30 15:30:54.817  2985  2995 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:30:54.818  2985  2995 D BatteryService: level:21, scale:100, status:2, health:2, present:true, voltage: 3864, temperature: 322, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:30:54.818  2985  2995 D BatteryService: online:4, current avg:466, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:472
11-30 15:30:54.818  2985  2995 D BatteryService: stay LED for charging
11-30 15:30:54.818  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:30:54.820  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 21, battStatus :: 2
11-30 15:30:54.821  2985  2985 I MotionRecognitionService: Plugged
11-30 15:30:54.821  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:30:54.821  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:30:54.821  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:30:54.823  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:30:54.823  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:30:54.823  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:30:54.824  2985  3007 D UsbDeviceManager: mps exists
11-30 15:30:54.825  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:30:54.826  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:30:54.826  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:30:54.827  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:30:54.827  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=21, mBatteryStatus=2
11-30 15:30:54.827  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:30:54.828  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:30:54.829  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:30:54.829  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:30:54.831 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:30:54.831 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:30:54.832  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:30:54.832  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:30:54.833  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:30:54.833  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:30:54.833  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:30:54.834 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 587
11-30 15:30:54.834 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 21, UPS hours: 587
11-30 15:30:54.834 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:30:55.041  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:55.041  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:55.041  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:56.042  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:56.042  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:56.042  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:56.717  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:30:56.717  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:30:56.717  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:30:56.718  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:30:56.743  2985  7619 D SSRM:aU : SIOP:: AP:363(360,0) BAT:322(322,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:30:57.042  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:57.042  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:57.042  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:58.042  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:58.042  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:58.043  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:59.043  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:30:59.043  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:30:59.043  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:30:59.632  4228  4228 D io_stats: !@ 179,0 r 54755884 1394942512 w 6076600 85867000 d 1209001 30890100 f 1082803 1081850 iot 29976610 29380865 th 51200 0 0 pt 0 inp 0 0 264558.623
11-30 15:31:00.043  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:00.043  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:00.043  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:01.043  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:01.044  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:01.044  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:02.044  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:02.044  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:02.044  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:03.044  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:03.044  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:03.044  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:04.044  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:04.044  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:04.045  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:04.638  4228  4228 D io_stats: !@ 179,0 r 54755884 1394942512 w 6076617 85867112 d 1209001 30890100 f 1082804 1081851 iot 29976610 29380869 th 51200 0 0 pt 0 inp 0 0 264563.630
11-30 15:31:04.932  2985  5095 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:31:04.933  2985  5095 D BatteryService: level:21, scale:100, status:2, health:2, present:true, voltage: 3865, temperature: 322, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:31:04.933  2985  5095 D BatteryService: online:4, current avg:468, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:468
11-30 15:31:04.933  2985  5095 D BatteryService: stay LED for charging
11-30 15:31:04.933  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:31:04.935  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 21, battStatus :: 2
11-30 15:31:04.936  2985  2985 I MotionRecognitionService: Plugged
11-30 15:31:04.936  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:31:04.936  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:31:04.938  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:31:04.939  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:31:04.941  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:31:04.941  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:31:04.942  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:31:04.942  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=21, mBatteryStatus=2
11-30 15:31:04.943  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:31:04.943  2985  3007 D UsbDeviceManager: mps exists
11-30 15:31:04.945  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:31:04.945 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:31:04.945  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:31:04.945 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:31:04.946  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:31:04.947  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:31:04.947  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:31:04.948  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:31:04.948 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 587
11-30 15:31:04.949 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 21, UPS hours: 587
11-30 15:31:04.949  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:31:04.950 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:31:04.950  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:31:04.950  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:31:04.950  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:31:04.950  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:31:05.045  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:05.045  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:05.045  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:06.045  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:06.045  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:06.045  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:06.749  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:31:06.750  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:31:06.750  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:31:06.750  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:31:06.774  2985  7619 D SSRM:aU : SIOP:: AP:363(359,0) BAT:322(322,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:31:07.045  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:07.046  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:07.046  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:08.046  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:08.046  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:08.046  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:09.046  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:09.046  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:09.046  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:09.644  4228  4228 D io_stats: !@ 179,0 r 54755884 1394942512 w 6076630 85867212 d 1209001 30890100 f 1082805 1081852 iot 29976610 29380873 th 51200 0 0 pt 0 inp 0 0 264568.636
11-30 15:31:10.047  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:10.047  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:10.047  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:11.047  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:11.047  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:11.047  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:12.047  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:12.047  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:12.047  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:13.047  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:13.048  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:13.048  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:13.468 30940 30980 I nightwatch-target: monitor resources last 600 iteration: 300496 msec
11-30 15:31:14.048  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:14.048  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:14.048  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:14.111 30940 31091 D BinderHooker: Got binder ptr c76259c0 for the given val
11-30 15:31:14.111 30940 31091 D BinderHooker: Could not get jobject from potential JavaBBinder because the binder ptr doesn't look like a javabbinder due to VM field not being the expected val (expected: 0xf1e420e0 actual: 0x1)
11-30 15:31:14.651  4228  4228 D io_stats: !@ 179,0 r 54755884 1394942512 w 6076649 85867348 d 1209001 30890100 f 1082806 1081853 iot 29976610 29380879 th 51200 0 0 pt 0 inp 0 0 264573.642
11-30 15:31:14.998  1956  2001 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:31:14.998  1956  2001 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-30 15:31:15.000  2719  2788 D DnsProxyListener: DNSDBG::dns addrinfo af 2
11-30 15:31:15.045  2985  5092 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:31:15.046  2985  5092 D BatteryService: level:21, scale:100, status:2, health:2, present:true, voltage: 3865, temperature: 321, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:31:15.046  2985  5092 D BatteryService: online:4, current avg:468, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:469
11-30 15:31:15.046  2985  5092 D BatteryService: stay LED for charging
11-30 15:31:15.046  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:31:15.048  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 21, battStatus :: 2
11-30 15:31:15.048  2985  2985 I MotionRecognitionService: Plugged
11-30 15:31:15.048  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:31:15.048  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:31:15.048  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:31:15.048  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:15.048  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:15.048  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:15.049  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:31:15.049  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:31:15.049  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:31:15.049  2985  3007 D UsbDeviceManager: mps exists
11-30 15:31:15.050  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=21, mBatteryStatus=2
11-30 15:31:15.050  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:31:15.050  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:31:15.050  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:31:15.051  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:31:15.051  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:31:15.051  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:31:15.051  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:31:15.052 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:31:15.052 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:31:15.052  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:31:15.053  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:31:15.053 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 587
11-30 15:31:15.053  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:31:15.053 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 21, UPS hours: 587
11-30 15:31:15.053  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:31:15.054  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:31:15.054  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:31:15.055 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:31:16.048  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:16.048  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:16.049  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:16.780  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:31:16.781  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:31:16.781  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:31:16.781  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:31:16.804  2985  7619 D SSRM:aU : SIOP:: AP:362(359,0) BAT:321(321,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:31:17.049  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:17.049  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:17.049  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:17.064  2985  3631 E Watchdog: !@Sync 8815 [2021-11-30 15:31:17.064]
11-30 15:31:17.241 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(0) data(0) accounts({}) accounts deleted({}) calls([]) countryIso(ID) userId(150)  ]

11-30 15:31:17.241 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ agr({})  ]

11-30 15:31:17.241 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({})  ]

11-30 15:31:17.241 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(0) data(0) accounts({})  ]

11-30 15:31:17.241 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(0) data(0) accounts({})  ]
11-30 15:31:18.049  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:18.049  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:18.049  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:19.049  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:19.050  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:19.050  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:19.657  4228  4228 D io_stats: !@ 179,0 r 54755884 1394942512 w 6076661 85867436 d 1209001 30890100 f 1082807 1081854 iot 29976610 29380883 th 51200 0 0 pt 0 inp 0 0 264578.648
11-30 15:31:20.050  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:20.050  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:20.050  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:21.050  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:21.050  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:21.050  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:22.050  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:22.051  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:22.051  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:23.051  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:23.051  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:23.051  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:23.744  2985  3244 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:31:23.745  2985  3244 W DeviceStorageMonitorService: updateBroadcasts(/data) oldLevel:0, newLevel:0, seq:1
11-30 15:31:23.746  2985  3244 W DeviceStorageMonitorService: updateBroadcasts_filenode(/data) fn_oldLevel:0, fn_newLevel:0, seq:1
11-30 15:31:24.051  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:24.051  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:24.051  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:24.663  4228  4228 D io_stats: !@ 179,0 r 54755884 1394942512 w 6076682 85867544 d 1209001 30890100 f 1082808 1081855 iot 29976610 29380889 th 51200 0 0 pt 0 inp 0 0 264583.655
11-30 15:31:25.051  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:25.052  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:25.052  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:25.164  2985  5092 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:31:25.165  2985  5092 D BatteryService: level:22, scale:100, status:2, health:2, present:true, voltage: 3865, temperature: 321, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:31:25.165  2985  5092 D BatteryService: online:4, current avg:468, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:473
11-30 15:31:25.165  2985  5092 D BatteryService: stay LED for charging
11-30 15:31:25.165  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:31:25.167  2985  3011 D PowerManagerService: [PSM] lowPowerModeEnabled: false (mLowPowerModeSetting: false, mIsPowered: true, mAutoLowPowerModeConfigured: false, mBatteryLevel: 22, mLowBatteryTriggerLevel: 0, mUltraPowerSavingModeEnabled: false, mEmergencyModeEnabled: false)
11-30 15:31:25.167  2985  3011 D PowerManagerService: mDisplayReady: false
11-30 15:31:25.167  2985  3011 I libsuspend: !@autosuspend_wakeup_count_disable
11-30 15:31:25.168  2985  3011 I libsuspend: !@autosuspend_wakeup_count_disable done
11-30 15:31:25.168  2985  3011 D PowerManagerService: [PWL] sb acquire: PowerManagerService.Display
11-30 15:31:25.168  2985  3011 D DisplayPowerController: animateScreenStateChange: target=1, targetInternal=1
11-30 15:31:25.168  2985  3011 D AutomaticBrightnessController: [DAB] mLightSensor is null.
11-30 15:31:25.168  2985  3011 D DisplayPowerController: Animating brightness: target=0, rate=0 (PSM:false, AB limit:(-1 ~ -1) MB Limit:(-1 ~ 306))
11-30 15:31:25.168  2985  3011 D PowerManagerService: [s] DisplayPowerCallbacks : onStateChanged()
11-30 15:31:25.168  2985  3011 D PowerManagerService: mDisplayReady: true
11-30 15:31:25.168  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 22, battStatus :: 2
11-30 15:31:25.168  2985  3011 I libsuspend: !@autosuspend_wakeup_count_enable
11-30 15:31:25.169  2985  3011 I libsuspend: !@autosuspend_wakeup_count_enable done
11-30 15:31:25.169  2985  2985 I MotionRecognitionService: Plugged
11-30 15:31:25.169  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:31:25.169  2985  3011 D PowerManagerService: [PWL] sb release: PowerManagerService.Display
11-30 15:31:25.169  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:31:25.170  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:31:25.170  2985  2985 D GameManagerService: new battery level: 22
11-30 15:31:25.170  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:31:25.170  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:31:25.171  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:31:25.171  2985  3007 D UsbDeviceManager: mps exists
11-30 15:31:25.173  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:31:25.175  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:31:25.175  2985  3003 E BatteryExternalStatsWorker: no controller energy info supplied for wifi
11-30 15:31:25.175  2985  3003 E BatteryExternalStatsWorker: no controller energy info supplied for bluetooth
11-30 15:31:25.175  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:31:25.175  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:31:25.176  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:31:25.178  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:31:25.179  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:31:25.179  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:31:25.181  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:31:25.182  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:31:25.182 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:31:25.182 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:31:25.188 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:31:25.190 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 616
11-30 15:31:25.190 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 22, UPS hours: 616
11-30 15:31:25.190  2985  5095 D AudioService: isEnabled
11-30 15:31:25.191  2985  5095 D AudioService: getStreamVolume 3 index 10
11-30 15:31:25.195  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=22, mBatteryStatus=2
11-30 15:31:25.197  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:31:25.197  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:31:25.197  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:31:25.203  2985  3003 E BatteryExternalStatsWorker: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0}
11-30 15:31:26.052  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:26.052  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:26.052  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:26.811  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:31:26.811  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:31:26.811  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:31:26.811  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:31:26.837  2985  7619 D SSRM:aU : SIOP:: AP:361(359,0) BAT:321(321,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:31:27.052  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:27.052  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:27.052  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:28.052  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:28.052  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:28.053  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:29.053  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:29.053  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:29.053  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:29.670  4228  4228 D io_stats: !@ 179,0 r 54755884 1394942512 w 6076708 85867792 d 1209002 30890104 f 1082810 1081857 iot 29976620 29380905 th 51200 0 0 pt 0 inp 0 0 264588.661
11-30 15:31:30.053  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:30.053  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:30.053  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:30.146 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(334) data(3908) accounts({vnd.sec.contact.phone (1)=155, com.whatsapp (23)=210, com.google (19)=204, com.osp.app.signin (24)=4, vnd.sec.contact.sim2 (3)=14, org.telegram.messenger (36)=127}) accounts deleted({com.google (19)=1}) calls([logtype:100 cnt:500, logtype:300 cnt:500]) countryIso(ID) userId(0)  ]

11-30 15:31:30.146 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ agr({[1 ,1 ,23]=1, [23 ,3 ,36 ,19]=1, [1 ,1 ,36 ,23]=1, [1 ,24 ,23]=1, [19 ,23 ,23 ,36 ,36]=1, [1 ,1 ,1]=1, [19 ,19 ,19 ,1 ,23 ,24 ,36]=1, [19]=10, [19 ,19 ,1]=1, [19 ,1 ,36 ,23]=1, [19 ,36]=4, [1 ,36]=1, [36 ,19 ,23 ,36]=2, [19 ,1 ,23 ,23 ,23]=1, [19 ,1 ,23 ,36 ,36]=1, [19 ,1 ,23 ,36]=9, [1 ,23 ,36 ,36]=1, [1 ,23 ,36]=12, [19 ,23 ,36 ,23]=1, [19 ,36 ,23]=2, [19 ,23 ,36]=68, [3]=10, [1]=72, [19 ,1 ,23 ,24]=1, [1 ,23 ,24 ,36]=1, [19 ,1 ,23]=8, [19 ,1 ,23 ,36 ,23]=1, [19 ,23]=67, [20 ,23]=1, [23 ,3]=1, [36]=12, [1 ,23]=17, [19 ,1]=19, [19 ,23 ,23]=1, [23 ,3 ,36]=2})  ]

11-30 15:31:30.146 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({android.process.acore(15069)=1})  ]

11-30 15:31:30.146 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(1) data(3) accounts({vnd.sec.contact.phone (1)=1})  ]

11-30 15:31:30.146 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(1) data(24) accounts({vnd.sec.contact.phone (1)=1})  ]
11-30 15:31:31.053  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:31.053  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:31.054  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:32.054  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:32.054  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:32.054  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:33.054  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:33.054  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:33.054  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:34.054  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:34.054  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:34.055  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:34.676  4228  4228 D io_stats: !@ 179,0 r 54755884 1394942512 w 6076726 85867980 d 1209004 30890164 f 1082811 1081858 iot 29976630 29380919 th 51200 0 0 pt 0 inp 0 0 264593.668
11-30 15:31:35.055  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:35.055  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:35.055  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:35.278  2985  5082 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:31:35.279  2985  5082 D BatteryService: level:22, scale:100, status:2, health:2, present:true, voltage: 3865, temperature: 321, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:31:35.279  2985  5082 D BatteryService: online:4, current avg:468, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:475
11-30 15:31:35.279  2985  5082 D BatteryService: stay LED for charging
11-30 15:31:35.279  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:31:35.282  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 22, battStatus :: 2
11-30 15:31:35.282  2985  2985 I MotionRecognitionService: Plugged
11-30 15:31:35.282  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:31:35.282  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:31:35.283  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:31:35.284  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:31:35.285  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:31:35.286  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:31:35.286  2985  3007 D UsbDeviceManager: mps exists
11-30 15:31:35.287  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:31:35.288  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:31:35.288  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:31:35.288  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:31:35.289  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:31:35.290  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=22, mBatteryStatus=2
11-30 15:31:35.290  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:31:35.291  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:31:35.292  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:31:35.294  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:31:35.294  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:31:35.295 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:31:35.295 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:31:35.296  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:31:35.296  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:31:35.296  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:31:35.298 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:31:35.298 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 616
11-30 15:31:35.298 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 22, UPS hours: 616
11-30 15:31:36.055  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:36.055  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:36.055  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:36.881  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:31:36.881  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:31:36.881  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:31:36.882  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:31:36.907  2985  7619 D SSRM:aU : SIOP:: AP:361(358,0) BAT:321(321,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:31:37.055  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:37.056  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:37.056  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:38.056  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:38.056  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:38.056  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:39.056  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:39.056  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:39.056  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:39.682  4228  4228 D io_stats: !@ 179,0 r 54755884 1394942512 w 6076762 85868212 d 1209005 30890168 f 1082812 1081859 iot 29976630 29380935 th 51200 0 0 pt 0 inp 0 0 264598.674
11-30 15:31:40.056  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:40.057  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:40.057  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:41.057  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:41.057  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:41.057  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:42.057  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:42.057  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:42.057  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:43.057  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:43.058  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:43.058  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:44.058  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:44.058  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:44.058  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:44.689  4228  4228 D io_stats: !@ 179,0 r 54755884 1394942512 w 6076772 85868316 d 1209005 30890168 f 1082813 1081860 iot 29976630 29380940 th 51200 0 0 pt 0 inp 0 0 264603.680
11-30 15:31:45.058  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:45.058  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:45.058  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:45.217  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 6 99 -6 -200 -6 -200 -1 11 -100 -11 20 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:31:45.217  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:31:45.393  2985  5092 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:31:45.393  2985  5092 D BatteryService: level:22, scale:100, status:2, health:2, present:true, voltage: 3866, temperature: 320, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:31:45.393  2985  5092 D BatteryService: online:4, current avg:467, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:468
11-30 15:31:45.393  2985  5092 D BatteryService: stay LED for charging
11-30 15:31:45.393  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:31:45.395  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 22, battStatus :: 2
11-30 15:31:45.395  2985  2985 I MotionRecognitionService: Plugged
11-30 15:31:45.395  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:31:45.395  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:31:45.396  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:31:45.396  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:31:45.397  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:31:45.397  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:31:45.397  2985  3007 D UsbDeviceManager: mps exists
11-30 15:31:45.398  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:31:45.398  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:31:45.399  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:31:45.399  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:31:45.399  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:31:45.400  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:31:45.401  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=22, mBatteryStatus=2
11-30 15:31:45.401  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:31:45.402  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:31:45.404  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:31:45.404  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:31:45.406 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:31:45.406  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:31:45.406  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:31:45.406 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:31:45.406  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:31:45.408 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 616
11-30 15:31:45.408 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 22, UPS hours: 616
11-30 15:31:45.409 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:31:46.058  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:46.059  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:46.059  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:46.429  2985  3003 E BatteryExternalStatsWorker: no controller energy info supplied for wifi
11-30 15:31:46.429  2985  3003 E BatteryExternalStatsWorker: no controller energy info supplied for bluetooth
11-30 15:31:46.448  2985  3003 E BatteryExternalStatsWorker: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0}
11-30 15:31:46.913  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:31:46.913  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:31:46.913  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:31:46.914  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:31:46.940  2985  7619 D SSRM:aU : SIOP:: AP:360(357,0) BAT:320(320,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:31:47.059  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:47.059  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:47.059  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:47.072  2985  3631 E Watchdog: !@Sync 8816 [2021-11-30 15:31:47.072]
11-30 15:31:48.059  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:48.059  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:48.059  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:49.060  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:49.060  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:49.060  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:49.696  4228  4228 D io_stats: !@ 179,0 r 54755885 1394942516 w 6076806 85869188 d 1209005 30890168 f 1082814 1081861 iot 29976650 29380969 th 51200 0 0 pt 0 inp 0 0 264608.686
11-30 15:31:50.060  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:50.060  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:50.060  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:51.060  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:51.060  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:51.060  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:52.061  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:52.061  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:52.061  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:53.061  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:53.061  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:53.061  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:54.061  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:54.061  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:54.061  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:54.702  4228  4228 D io_stats: !@ 179,0 r 54755885 1394942516 w 6076820 85869332 d 1209016 30890816 f 1082815 1081862 iot 29976680 29381000 th 51200 0 0 pt 0 inp 0 0 264613.694
11-30 15:31:55.062  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:55.062  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:55.062  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:55.512  2985  5082 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:31:56.062  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:56.062  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:56.062  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:56.954  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:31:56.954  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:31:56.954  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:31:56.955  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:31:56.982  2985  7619 D SSRM:aU : SIOP:: AP:360(357,0) BAT:320(320,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:31:57.062  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:57.062  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:57.062  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:58.063  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:58.063  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:58.063  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:59.063  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:31:59.063  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:31:59.063  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:31:59.708  4228  4228 D io_stats: !@ 179,0 r 54755885 1394942516 w 6076838 85869452 d 1209016 30890816 f 1082816 1081863 iot 29976680 29381006 th 51200 0 0 pt 0 inp 0 0 264618.700
11-30 15:32:00.063  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:00.063  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:00.063  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:01.064  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:01.064  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:01.064  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:02.064  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:02.064  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:02.064  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:03.064  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:03.064  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:03.064  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:04.065  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:04.065  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:04.065  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:04.715  4228  4228 D io_stats: !@ 179,0 r 54755885 1394942516 w 6076855 85869540 d 1209016 30890816 f 1082817 1081864 iot 29976680 29381011 th 51200 0 0 pt 0 inp 0 0 264623.706
11-30 15:32:05.065  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:05.065  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:05.065  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:05.625  2985  5082 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:32:05.625  2985  5082 D BatteryService: level:22, scale:100, status:2, health:2, present:true, voltage: 3866, temperature: 320, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:32:05.625  2985  5082 D BatteryService: online:4, current avg:460, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:470
11-30 15:32:05.625  2985  5082 D BatteryService: stay LED for charging
11-30 15:32:05.625  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:32:05.628  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 22, battStatus :: 2
11-30 15:32:05.628  2985  2985 I MotionRecognitionService: Plugged
11-30 15:32:05.628  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:32:05.628  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:32:05.629  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:32:05.630  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:32:05.630  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:32:05.630  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:32:05.632  2985  3007 D UsbDeviceManager: mps exists
11-30 15:32:05.632  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:32:05.633  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:32:05.633  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:32:05.634  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=22, mBatteryStatus=2
11-30 15:32:05.640  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:32:05.640  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:32:05.640  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:32:05.640  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:32:05.640  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:32:05.641 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:32:05.642 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:32:05.644 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:32:05.644  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:32:05.644 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 616
11-30 15:32:05.644 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 22, UPS hours: 616
11-30 15:32:05.645  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:32:05.646  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:32:05.647  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:32:05.648  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:32:06.065  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:06.065  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:06.065  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:06.988  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:32:06.988  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:32:06.988  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:32:06.988  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:32:07.014  2985  7619 D SSRM:aU : SIOP:: AP:359(357,0) BAT:320(320,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:32:07.066  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:07.066  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:07.066  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:08.056  2985  3105 I TLC_TIMA_PKM_initialize: initializing...
11-30 15:32:08.056  2985  3105 I TLC_TIMA_PKM_initialize: root = 0, root_strlen = 1
11-30 15:32:08.056  2985  3105 I TLC_TIMA_PKM_initialize: process = ffffffff00000000000000000000000a, process_strlen = 32
11-30 15:32:08.056  2985  3105 I TZ: mc_tlc_communication: input max_sendmsg_size = 262196
11-30 15:32:08.056  2985  3105 I TZ: mc_tlc_communication: input max_recvmsg_size = 262196
11-30 15:32:08.056  2985  3105 I TZ: mc_tlc_communication: root = 0, root_len = 1
11-30 15:32:08.056  2985  3105 I TZ: mc_tlc_communication: process = ffffffff00000000000000000000000a, process_strlen = 32
11-30 15:32:08.056  2985  3105 I TZ: mc_tlc_communication: aligned max_sendmsg_size = 262208
11-30 15:32:08.056  2985  3105 I TZ: mc_tlc_communication: aligned max_recvmsg_size = 262208
11-30 15:32:08.056  2985  3105 I TZ: mc_tlc_communication: device_id = 0x0
11-30 15:32:08.056  2985  3105 I TZ: mc_tlc_communication: tlc_open() was called
11-30 15:32:08.056  2985  3105 I TZ: mc_tlc_communication: Opening MobiCore device
11-30 15:32:08.057  2985  3105 I TeeDriverClient: driver client open [hardware/samsung_slsi/exynos7870/mobicore/ClientLib/src/driver_client.cpp:103]
11-30 15:32:08.057  2985  3105 I TZ: mc_tlc_communication: Allocating message buffer for TCI
11-30 15:32:08.058  2985  3105 I TZ: mc_tlc_communication: Opening the session
11-30 15:32:08.066  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:08.066  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:08.066  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:08.093  2985  3105 I TZ: mc_tlc_communication: tlc_open() succeeded
11-30 15:32:08.093  2985  3105 E TLC_TIMA_PKM_initialize: tima_pkm : ro.ddr_start_type does not exist
11-30 15:32:08.108  2985  3105 I TLC_TIMA_PKM_initialize: Trustlet response is completed
11-30 15:32:09.066  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:09.067  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:09.067  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:09.721  4228  4228 D io_stats: !@ 179,0 r 54755903 1394944356 w 6076870 85869640 d 1209016 30890816 f 1082818 1081865 iot 29976690 29381032 th 51200 0 0 pt 0 inp 0 0 264628.713
11-30 15:32:10.067  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:10.067  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:10.067  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:11.067  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:11.067  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:11.067  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:12.067  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:12.068  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:12.068  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:13.068  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:13.068  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:13.068  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:13.878  2985  3105 I TLC_TIMA_PKM_measure_kernel: TIMA: response_id = 3
11-30 15:32:13.878  2985  3105 I TLC_TIMA_PKM_measure_kernel: TIMA: response ret = 0, result_ondemand = MSG=Kernel Verification Success;
11-30 15:32:13.878  2985  3105 I TZ: mc_tlc_communication: tlc_close() was called
11-30 15:32:13.878  2985  3105 I TZ: mc_tlc_communication: Closing the session
11-30 15:32:13.882  2985  3105 I TZ: mc_tlc_communication: Freeing message buffer
11-30 15:32:13.882  2985  3105 I TZ: mc_tlc_communication: Closing MobiCore device
11-30 15:32:13.882  2985  3105 I TeeDriverClient: driver client closed [hardware/samsung_slsi/exynos7870/mobicore/ClientLib/src/driver_client.cpp:113]
11-30 15:32:13.883  2985  3105 I TZ: mc_tlc_communication: tlc_close() finished
11-30 15:32:14.068  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:14.068  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:14.068  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:14.728  4228  4228 D io_stats: !@ 179,0 r 54755903 1394944356 w 6076887 85869744 d 1209016 30890816 f 1082819 1081866 iot 29976690 29381037 th 51200 0 0 pt 0 inp 0 0 264633.718
11-30 15:32:15.069  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:15.069  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:15.069  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:15.742  2985  5082 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:32:15.743  2985  5082 D BatteryService: level:22, scale:100, status:2, health:2, present:true, voltage: 3867, temperature: 320, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:32:15.743  2985  5082 D BatteryService: online:4, current avg:465, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:472
11-30 15:32:15.743  2985  5082 D BatteryService: stay LED for charging
11-30 15:32:15.743  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:32:15.746  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 22, battStatus :: 2
11-30 15:32:15.746  2985  2985 I MotionRecognitionService: Plugged
11-30 15:32:15.746  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:32:15.746  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:32:15.747  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:32:15.748  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:32:15.749  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:32:15.749  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:32:15.750  2985  3007 D UsbDeviceManager: mps exists
11-30 15:32:15.750  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:32:15.750  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:32:15.752  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:32:15.752  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=22, mBatteryStatus=2
11-30 15:32:15.753  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:32:15.753  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:32:15.754  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:32:15.755  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:32:15.756  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:32:15.758  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:32:15.758  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:32:15.758  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:32:15.759 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:32:15.759 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:32:15.760 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:32:15.760  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:32:15.761  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:32:15.762 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 616
11-30 15:32:15.762 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 22, UPS hours: 616
11-30 15:32:16.069  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:16.069  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:16.069  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:17.019  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:32:17.019  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:32:17.020  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:32:17.020  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:32:17.045  2985  7619 D SSRM:aU : SIOP:: AP:359(358,0) BAT:320(320,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:32:17.069  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:17.069  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:17.069  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:17.080  2985  3631 E Watchdog: !@Sync 8817 [2021-11-30 15:32:17.080]
11-30 15:32:17.340 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(0) data(0) accounts({}) accounts deleted({}) calls([]) countryIso(ID) userId(150)  ]

11-30 15:32:17.340 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ agr({})  ]

11-30 15:32:17.340 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({})  ]

11-30 15:32:17.340 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(0) data(0) accounts({})  ]

11-30 15:32:17.340 14208 14313 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(0) data(0) accounts({})  ]
11-30 15:32:18.070  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:18.070  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:18.070  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:18.496  3510  3660 D NetworkController.MobileSignalController(1/3): onSignalStrengthsChanged signalStrength=SignalStrength: 7 99 -7 -200 -7 -200 -1 13 -98 -11 -30 2 0 2147483647 0x3003 P gsm|lte level=3
11-30 15:32:18.497  3510  3660 D NetworkController.MobileSignalController(1/3): getMobileIconGroup(): 13
11-30 15:32:19.070  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:19.070  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:19.070  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:19.734  4228  4228 D io_stats: !@ 179,0 r 54755905 1394944476 w 6076896 85869816 d 1209016 30890816 f 1082820 1081867 iot 29976700 29381048 th 51200 0 0 pt 0 inp 0 0 264638.724
11-30 15:32:20.070  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:20.070  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:20.070  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:21.071  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:21.071  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:21.071  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:22.071  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:22.071  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:22.071  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:23.071  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:23.071  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:23.071  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:23.837  2985  3244 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-30 15:32:23.838  2985  3244 W DeviceStorageMonitorService: updateBroadcasts(/data) oldLevel:0, newLevel:0, seq:1
11-30 15:32:23.838  2985  3244 W DeviceStorageMonitorService: updateBroadcasts_filenode(/data) fn_oldLevel:0, fn_newLevel:0, seq:1
11-30 15:32:24.072  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:24.072  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:24.072  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:24.740  4228  4228 D io_stats: !@ 179,0 r 54755905 1394944476 w 6076916 85869944 d 1209016 30890816 f 1082821 1081868 iot 29976700 29381053 th 51200 0 0 pt 0 inp 0 0 264643.732
11-30 15:32:25.072  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:25.072  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:25.072  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:25.857  2985  5082 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:32:25.857  2985  5082 D BatteryService: level:22, scale:100, status:2, health:2, present:true, voltage: 3867, temperature: 320, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:32:25.857  2985  5082 D BatteryService: online:4, current avg:469, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:473
11-30 15:32:25.857  2985  5082 D BatteryService: stay LED for charging
11-30 15:32:25.857  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:32:25.859  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 22, battStatus :: 2
11-30 15:32:25.859  2985  2985 I MotionRecognitionService: Plugged
11-30 15:32:25.859  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:32:25.859  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:32:25.859  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:32:25.860  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:32:25.862  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=22, mBatteryStatus=2
11-30 15:32:25.863  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:32:25.863  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:32:25.863  2985  3007 D UsbDeviceManager: mps exists
11-30 15:32:25.865  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:32:25.865  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:32:25.866  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:32:25.866  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:32:25.866  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:32:25.866  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:32:25.867 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:32:25.867 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:32:25.867 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:32:25.868  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:32:25.869  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:32:25.869  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:32:25.869  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:32:25.870 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 616
11-30 15:32:25.870 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 22, UPS hours: 616
11-30 15:32:25.870  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:32:25.872  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:32:25.872  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:32:26.072  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:26.072  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:26.072  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:27.051  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:32:27.051  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:32:27.051  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:32:27.051  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:32:27.073  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:27.073  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:27.073  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:27.224  2985  7619 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 2985 / 1000 / 7619
11-30 15:32:27.240  2985  7619 D SSRM:aU : SIOP:: AP:358(357,0) BAT:320(320,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:32:28.073  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:28.073  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:28.073  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:29.073  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:29.074  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:29.074  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:29.747  4228  4228 D io_stats: !@ 179,0 r 54755905 1394944476 w 6076931 85870064 d 1209017 30890820 f 1082823 1081870 iot 29976700 29381063 th 51200 0 0 pt 0 inp 0 0 264648.738
11-30 15:32:30.074  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:30.074  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:30.074  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:30.276 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(334) data(3908) accounts({vnd.sec.contact.phone (1)=155, com.whatsapp (23)=210, com.google (19)=204, com.osp.app.signin (24)=4, vnd.sec.contact.sim2 (3)=14, org.telegram.messenger (36)=127}) accounts deleted({com.google (19)=1}) calls([logtype:100 cnt:500, logtype:300 cnt:500]) countryIso(ID) userId(0)  ]

11-30 15:32:30.276 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ agr({[1 ,1 ,23]=1, [23 ,3 ,36 ,19]=1, [1 ,1 ,36 ,23]=1, [1 ,24 ,23]=1, [19 ,23 ,23 ,36 ,36]=1, [1 ,1 ,1]=1, [19 ,19 ,19 ,1 ,23 ,24 ,36]=1, [19]=10, [19 ,19 ,1]=1, [19 ,1 ,36 ,23]=1, [19 ,36]=4, [1 ,36]=1, [36 ,19 ,23 ,36]=2, [19 ,1 ,23 ,23 ,23]=1, [19 ,1 ,23 ,36 ,36]=1, [19 ,1 ,23 ,36]=9, [1 ,23 ,36 ,36]=1, [1 ,23 ,36]=12, [19 ,23 ,36 ,23]=1, [19 ,36 ,23]=2, [19 ,23 ,36]=68, [3]=10, [1]=72, [19 ,1 ,23 ,24]=1, [1 ,23 ,24 ,36]=1, [19 ,1 ,23]=8, [19 ,1 ,23 ,36 ,23]=1, [19 ,23]=67, [20 ,23]=1, [23 ,3]=1, [36]=12, [1 ,23]=17, [19 ,1]=19, [19 ,23 ,23]=1, [23 ,3 ,36]=2})  ]

11-30 15:32:30.276 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({android.process.acore(15069)=1})  ]

11-30 15:32:30.276 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(1) data(3) accounts({vnd.sec.contact.phone (1)=1})  ]

11-30 15:32:30.276 15069 15087 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(1) data(24) accounts({vnd.sec.contact.phone (1)=1})  ]
11-30 15:32:31.074  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:31.074  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:31.074  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:32.074  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:32.075  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:32.075  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:33.075  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:33.075  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:33.075  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:34.075  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:34.075  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:34.075  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:34.753  4228  4228 D io_stats: !@ 179,0 r 54755905 1394944476 w 6076959 85870264 d 1209017 30890820 f 1082824 1081871 iot 29976710 29381075 th 51200 0 0 pt 0 inp 0 0 264653.745
11-30 15:32:35.075  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:35.075  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:35.075  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:35.974  2985  5092 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-30 15:32:35.975  2985  5092 D BatteryService: level:22, scale:100, status:2, health:2, present:true, voltage: 3865, temperature: 320, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303971, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:0
11-30 15:32:35.975  2985  5092 D BatteryService: online:4, current avg:468, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:467
11-30 15:32:35.975  2985  5092 D BatteryService: stay LED for charging
11-30 15:32:35.975  2985  2985 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-30 15:32:35.978  2985  2985 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 22, battStatus :: 2
11-30 15:32:35.978  2985  2985 I MotionRecognitionService: Plugged
11-30 15:32:35.978  2985  2985 D MotionRecognitionService:   mCableConnection= 1
11-30 15:32:35.978  2985  2985 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-30 15:32:35.979  2985  2985 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
11-30 15:32:35.980  2985  3007 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-30 15:32:35.980  2985  3007 D UsbDeviceManager: updateUsbNotification(false) : mConnected = true, mConfigured = true, mCurrentFunctions = mtp,adb, mHostConnected = false, mSupportDualRole = false, mSourcePower = false
11-30 15:32:35.980  3510  3510 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-30 15:32:35.981  2985  3007 D UsbDeviceManager: mps exists
11-30 15:32:35.983  2985  3007 D DexObserverFW: isDexModeOn() : false
11-30 15:32:35.983  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:32:35.983  2985  3007 D DexObserverFW: isSemiDexModeOn() : false
11-30 15:32:35.984  2985  3007 D SecContentProvider: query(), uri = 18 selection = isUsbMediaPlayerAvailable
11-30 15:32:35.984  3470  3470 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
11-30 15:32:35.985  2985  3007 D SecContentProvider: called from android.uid.system:1000
11-30 15:32:35.985  3510  3510 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=22, mBatteryStatus=2
11-30 15:32:35.985  2985  3007 D RestrictionPolicy: isUsbMediaPlayerAvailable : true
11-30 15:32:35.986  2985  3007 D UsbDeviceManager: policy : mtp_and_ptp, restrict(allow) = true
11-30 15:32:35.988  2985  3007 D UsbDeviceManager: isUsb30Enabled: read '/sys/class/android_usb/android0/bcdUSB', state = 0200
11-30 15:32:35.989  2985  3007 D UsbDeviceManager: id=27, mUsbNotificationId=27, titleRes=17042132
11-30 15:32:35.990 21839 21839 D PowerPlanningReceiver: onReceive : android.intent.action.BATTERY_CHANGED
11-30 15:32:35.991 21839 21839 D PowerPlanningReceiver: ACTION_BAT_MAN_BATTERY_CHANGED = com.samsung.android.app.powerplanning.service.PowerPlanningService@47d7333
11-30 15:32:35.992 30940 31223 D BinderHooker: Got binder ptr ce4d56c0 for the given val
11-30 15:32:35.993 21839 21839 D com.samsung.android.app.powerplanning.utils.BatteryUtils: getUpsTime Actual Battery values are used 616
11-30 15:32:35.993 21839 21839 D PowerPlanningReceiver: Battery update received, Percentage: 22, UPS hours: 616
11-30 15:32:35.993  3510  3510 D PowerUI : priorPlugType = 2 mPlugType =  2
11-30 15:32:35.993  3510  3510 D PowerUI.Notification: Charging estimate time is not supported and connected cable is normal cable charger, so return!
11-30 15:32:35.993  3510  3510 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0
11-30 15:32:36.076  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:36.076  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:36.076  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:37.076  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:37.076  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:37.076  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:37.244  2697 28481 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-30 15:32:37.244  2697 28481 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-30 15:32:37.244  2697 28481 V APM_AudioPolicyManager: ### curdevice : 2
11-30 15:32:37.245  2985  7619 D SSRM:f  : AudioType = 2, Vol = 0
11-30 15:32:37.271  2985  7619 D SSRM:aU : SIOP:: AP:358(357,0) BAT:320(320,0) CHG:0(0,0) ATC:0(0,0) 
11-30 15:32:38.076  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:38.076  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:38.077  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:38.975 28769 31624 I zygote  : Deoptimizing int bfin.cH(java.lang.Object) due to JIT inline cache
11-30 15:32:39.077  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:39.077  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:39.077  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:39.231  3423  3423 E adbd    : recv: OPEN 00000011 00000000 0038:73 68 65 6C 6C 2C 76 32 3A 65 78 70 6F 72 74 20 41 4E 44 52 4F 49 44 5F 4C 4F 47 5F 54 41 47 53 3D 22 27 27 22 3B 20 65 78 65 63 20 6C 6F 67 63 61 74 20 27 2D 64 27 00 
11-30 15:32:39.760  4228  4228 D io_stats: !@ 179,0 r 54755905 1394944476 w 6076991 85870476 d 1209018 30890824 f 1082825 1081872 iot 29976720 29381090 th 51200 0 0 pt 0 inp 0 0 264658.751
11-30 15:32:40.077  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:40.077  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:40.077  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:41.077  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:41.077  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:41.077  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:42.077  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:42.077  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:42.077  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:43.077  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:43.077  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:43.077  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:44.078  2740  4171 D bauth_FPBAuthService: pcf : 0x1012
11-30 15:32:44.078  2740  4171 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0, et : 0
11-30 15:32:44.078  2740  4171 D bauth_FPBAuthService: FPBAuthService, 7769
11-30 15:32:44.766  4228  4228 D io_stats: !@ 179,0 r 54755905 1394944476 w 6077002 85870564 d 1209018 30890824 f 1082826 1081873 iot 29976720 29381092 th 51200 0 0 pt 0 inp 0 0 264663.757




Uh, ist supposeed to be this long? I't abit lagging when I type tis.

User avatar
Imperf3kt
Lemma-Class Veteran
Posts: 3785
Joined: Mon Dec 14, 2015 5:05 am
itch: Imperf3kt
Location: Your monitor
Contact:

Re: Android build successful, but the apk can't be installed

#2 Post by Imperf3kt »

Typical reasons for failing to install include not enough free space on your device, you need more than twice the size of your app free to accommodate unpacking the apk.
Warning: May contain trace amounts of gratuitous plot.
pro·gram·mer (noun) An organism capable of converting caffeine into code.

Current project: GGD Mentor

Twitter

User avatar
rosamour
Newbie
Posts: 3
Joined: Sun Sep 26, 2021 9:18 am
Location: Indonesia
Discord: piyik#4687
Contact:

Re: Android build successful, but the apk can't be installed

#3 Post by rosamour »

But I've tried to install them on a desktop emulator too but still can't. My storage has 13 GB free space, though.

User avatar
PyTom
Ren'Py Creator
Posts: 16088
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Re: Android build successful, but the apk can't be installed

#4 Post by PyTom »

Look in the android.txt to see if it has any output from the install process.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

User avatar
rosamour
Newbie
Posts: 3
Joined: Sun Sep 26, 2021 9:18 am
Location: Indonesia
Discord: piyik#4687
Contact:

Re: Android build successful, but the apk can't be installed

#5 Post by rosamour »

Um, I don't know where to find it. I'm sorry, can you tell me how, please?

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot]